UNPKG

942 BJavaScriptView Raw
1(function (global, factory) {
2 if (typeof define === "function" && define.amd) {
3 define(['module'], factory);
4 } else if (typeof exports !== "undefined") {
5 factory(module);
6 } else {
7 var mod = {
8 exports: {}
9 };
10 factory(mod);
11 global.tagConfig = mod.exports;
12 }
13})(this, function (module) {
14 'use strict';
15
16 var tags = [{
17 type: 'ibm',
18 label: 'IBM'
19 }, {
20 type: 'beta',
21 label: 'Beta'
22 }, {
23 type: 'third-party',
24 label: 'Third-Party'
25 }, {
26 type: 'local',
27 label: 'Local'
28 }, {
29 type: 'dedicated',
30 label: 'Dedicated'
31 }, {
32 type: 'custom',
33 label: 'Custom'
34 }, {
35 type: 'experimental',
36 label: 'Experimental'
37 }, {
38 type: 'community',
39 label: 'Community'
40 }, {
41 type: 'private',
42 label: 'Private'
43 }];
44
45 module.exports = {
46 variants: [{
47 name: 'default',
48 label: 'Tag',
49 context: {
50 tags: tags
51 }
52 }]
53 };
54});
\No newline at end of file