@carbon/elements 11.85.0 → 11.86.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/index.js +8 -5
- package/lib/index.js +636 -325
- package/package.json +10 -10
- package/umd/index.js +956 -640
package/lib/index.js
CHANGED
|
@@ -1,644 +1,955 @@
|
|
|
1
|
-
'
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
|
+
let _carbon_colors = require("@carbon/colors");
|
|
3
|
+
let _carbon_type = require("@carbon/type");
|
|
4
|
+
let _carbon_layout = require("@carbon/layout");
|
|
5
|
+
let _carbon_motion = require("@carbon/motion");
|
|
2
6
|
|
|
3
|
-
|
|
4
|
-
var type = require('@carbon/type');
|
|
5
|
-
var layout = require('@carbon/layout');
|
|
6
|
-
var themes = require('@carbon/themes');
|
|
7
|
-
var motion = require('@carbon/motion');
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
Object.defineProperty(exports, "black", {
|
|
7
|
+
Object.defineProperty(exports, 'baseFontSize', {
|
|
12
8
|
enumerable: true,
|
|
13
|
-
get: function () {
|
|
9
|
+
get: function () {
|
|
10
|
+
return _carbon_layout.baseFontSize;
|
|
11
|
+
}
|
|
14
12
|
});
|
|
15
|
-
Object.defineProperty(exports,
|
|
13
|
+
Object.defineProperty(exports, 'black', {
|
|
16
14
|
enumerable: true,
|
|
17
|
-
get: function () {
|
|
15
|
+
get: function () {
|
|
16
|
+
return _carbon_colors.black;
|
|
17
|
+
}
|
|
18
18
|
});
|
|
19
|
-
Object.defineProperty(exports,
|
|
19
|
+
Object.defineProperty(exports, 'black100', {
|
|
20
20
|
enumerable: true,
|
|
21
|
-
get: function () {
|
|
21
|
+
get: function () {
|
|
22
|
+
return _carbon_colors.black100;
|
|
23
|
+
}
|
|
22
24
|
});
|
|
23
|
-
Object.defineProperty(exports,
|
|
25
|
+
Object.defineProperty(exports, 'blue', {
|
|
24
26
|
enumerable: true,
|
|
25
|
-
get: function () {
|
|
27
|
+
get: function () {
|
|
28
|
+
return _carbon_colors.blue;
|
|
29
|
+
}
|
|
26
30
|
});
|
|
27
|
-
Object.defineProperty(exports,
|
|
31
|
+
Object.defineProperty(exports, 'blue10', {
|
|
28
32
|
enumerable: true,
|
|
29
|
-
get: function () {
|
|
33
|
+
get: function () {
|
|
34
|
+
return _carbon_colors.blue10;
|
|
35
|
+
}
|
|
30
36
|
});
|
|
31
|
-
Object.defineProperty(exports,
|
|
37
|
+
Object.defineProperty(exports, 'blue100', {
|
|
32
38
|
enumerable: true,
|
|
33
|
-
get: function () {
|
|
39
|
+
get: function () {
|
|
40
|
+
return _carbon_colors.blue100;
|
|
41
|
+
}
|
|
34
42
|
});
|
|
35
|
-
Object.defineProperty(exports,
|
|
43
|
+
Object.defineProperty(exports, 'blue20', {
|
|
36
44
|
enumerable: true,
|
|
37
|
-
get: function () {
|
|
45
|
+
get: function () {
|
|
46
|
+
return _carbon_colors.blue20;
|
|
47
|
+
}
|
|
38
48
|
});
|
|
39
|
-
Object.defineProperty(exports,
|
|
49
|
+
Object.defineProperty(exports, 'blue30', {
|
|
40
50
|
enumerable: true,
|
|
41
|
-
get: function () {
|
|
51
|
+
get: function () {
|
|
52
|
+
return _carbon_colors.blue30;
|
|
53
|
+
}
|
|
42
54
|
});
|
|
43
|
-
Object.defineProperty(exports,
|
|
55
|
+
Object.defineProperty(exports, 'blue40', {
|
|
44
56
|
enumerable: true,
|
|
45
|
-
get: function () {
|
|
57
|
+
get: function () {
|
|
58
|
+
return _carbon_colors.blue40;
|
|
59
|
+
}
|
|
46
60
|
});
|
|
47
|
-
Object.defineProperty(exports,
|
|
61
|
+
Object.defineProperty(exports, 'blue50', {
|
|
48
62
|
enumerable: true,
|
|
49
|
-
get: function () {
|
|
63
|
+
get: function () {
|
|
64
|
+
return _carbon_colors.blue50;
|
|
65
|
+
}
|
|
50
66
|
});
|
|
51
|
-
Object.defineProperty(exports,
|
|
67
|
+
Object.defineProperty(exports, 'blue60', {
|
|
52
68
|
enumerable: true,
|
|
53
|
-
get: function () {
|
|
69
|
+
get: function () {
|
|
70
|
+
return _carbon_colors.blue60;
|
|
71
|
+
}
|
|
54
72
|
});
|
|
55
|
-
Object.defineProperty(exports,
|
|
73
|
+
Object.defineProperty(exports, 'blue70', {
|
|
56
74
|
enumerable: true,
|
|
57
|
-
get: function () {
|
|
75
|
+
get: function () {
|
|
76
|
+
return _carbon_colors.blue70;
|
|
77
|
+
}
|
|
58
78
|
});
|
|
59
|
-
Object.defineProperty(exports,
|
|
79
|
+
Object.defineProperty(exports, 'blue80', {
|
|
60
80
|
enumerable: true,
|
|
61
|
-
get: function () {
|
|
81
|
+
get: function () {
|
|
82
|
+
return _carbon_colors.blue80;
|
|
83
|
+
}
|
|
62
84
|
});
|
|
63
|
-
Object.defineProperty(exports,
|
|
85
|
+
Object.defineProperty(exports, 'blue90', {
|
|
64
86
|
enumerable: true,
|
|
65
|
-
get: function () {
|
|
87
|
+
get: function () {
|
|
88
|
+
return _carbon_colors.blue90;
|
|
89
|
+
}
|
|
66
90
|
});
|
|
67
|
-
Object.defineProperty(exports,
|
|
91
|
+
Object.defineProperty(exports, 'breakpoint', {
|
|
68
92
|
enumerable: true,
|
|
69
|
-
get: function () {
|
|
93
|
+
get: function () {
|
|
94
|
+
return _carbon_layout.breakpoint;
|
|
95
|
+
}
|
|
70
96
|
});
|
|
71
|
-
Object.defineProperty(exports,
|
|
97
|
+
Object.defineProperty(exports, 'breakpointDown', {
|
|
72
98
|
enumerable: true,
|
|
73
|
-
get: function () {
|
|
99
|
+
get: function () {
|
|
100
|
+
return _carbon_layout.breakpointDown;
|
|
101
|
+
}
|
|
74
102
|
});
|
|
75
|
-
Object.defineProperty(exports,
|
|
103
|
+
Object.defineProperty(exports, 'breakpointUp', {
|
|
76
104
|
enumerable: true,
|
|
77
|
-
get: function () {
|
|
105
|
+
get: function () {
|
|
106
|
+
return _carbon_layout.breakpointUp;
|
|
107
|
+
}
|
|
78
108
|
});
|
|
79
|
-
Object.defineProperty(exports,
|
|
109
|
+
Object.defineProperty(exports, 'breakpoints', {
|
|
80
110
|
enumerable: true,
|
|
81
|
-
get: function () {
|
|
111
|
+
get: function () {
|
|
112
|
+
return _carbon_layout.breakpoints;
|
|
113
|
+
}
|
|
82
114
|
});
|
|
83
|
-
Object.defineProperty(exports,
|
|
115
|
+
Object.defineProperty(exports, 'colors', {
|
|
84
116
|
enumerable: true,
|
|
85
|
-
get: function () {
|
|
117
|
+
get: function () {
|
|
118
|
+
return _carbon_colors.colors;
|
|
119
|
+
}
|
|
86
120
|
});
|
|
87
|
-
Object.defineProperty(exports,
|
|
121
|
+
Object.defineProperty(exports, 'container', {
|
|
88
122
|
enumerable: true,
|
|
89
|
-
get: function () {
|
|
123
|
+
get: function () {
|
|
124
|
+
return _carbon_layout.container;
|
|
125
|
+
}
|
|
90
126
|
});
|
|
91
|
-
Object.defineProperty(exports,
|
|
127
|
+
Object.defineProperty(exports, 'coolGray', {
|
|
92
128
|
enumerable: true,
|
|
93
|
-
get: function () {
|
|
129
|
+
get: function () {
|
|
130
|
+
return _carbon_colors.coolGray;
|
|
131
|
+
}
|
|
94
132
|
});
|
|
95
|
-
Object.defineProperty(exports,
|
|
133
|
+
Object.defineProperty(exports, 'coolGray10', {
|
|
96
134
|
enumerable: true,
|
|
97
|
-
get: function () {
|
|
135
|
+
get: function () {
|
|
136
|
+
return _carbon_colors.coolGray10;
|
|
137
|
+
}
|
|
98
138
|
});
|
|
99
|
-
Object.defineProperty(exports,
|
|
139
|
+
Object.defineProperty(exports, 'coolGray100', {
|
|
100
140
|
enumerable: true,
|
|
101
|
-
get: function () {
|
|
141
|
+
get: function () {
|
|
142
|
+
return _carbon_colors.coolGray100;
|
|
143
|
+
}
|
|
102
144
|
});
|
|
103
|
-
Object.defineProperty(exports,
|
|
145
|
+
Object.defineProperty(exports, 'coolGray20', {
|
|
104
146
|
enumerable: true,
|
|
105
|
-
get: function () {
|
|
147
|
+
get: function () {
|
|
148
|
+
return _carbon_colors.coolGray20;
|
|
149
|
+
}
|
|
106
150
|
});
|
|
107
|
-
Object.defineProperty(exports,
|
|
151
|
+
Object.defineProperty(exports, 'coolGray30', {
|
|
108
152
|
enumerable: true,
|
|
109
|
-
get: function () {
|
|
153
|
+
get: function () {
|
|
154
|
+
return _carbon_colors.coolGray30;
|
|
155
|
+
}
|
|
110
156
|
});
|
|
111
|
-
Object.defineProperty(exports,
|
|
157
|
+
Object.defineProperty(exports, 'coolGray40', {
|
|
112
158
|
enumerable: true,
|
|
113
|
-
get: function () {
|
|
159
|
+
get: function () {
|
|
160
|
+
return _carbon_colors.coolGray40;
|
|
161
|
+
}
|
|
114
162
|
});
|
|
115
|
-
Object.defineProperty(exports,
|
|
163
|
+
Object.defineProperty(exports, 'coolGray50', {
|
|
116
164
|
enumerable: true,
|
|
117
|
-
get: function () {
|
|
165
|
+
get: function () {
|
|
166
|
+
return _carbon_colors.coolGray50;
|
|
167
|
+
}
|
|
118
168
|
});
|
|
119
|
-
Object.defineProperty(exports,
|
|
169
|
+
Object.defineProperty(exports, 'coolGray60', {
|
|
120
170
|
enumerable: true,
|
|
121
|
-
get: function () {
|
|
171
|
+
get: function () {
|
|
172
|
+
return _carbon_colors.coolGray60;
|
|
173
|
+
}
|
|
122
174
|
});
|
|
123
|
-
Object.defineProperty(exports,
|
|
175
|
+
Object.defineProperty(exports, 'coolGray70', {
|
|
124
176
|
enumerable: true,
|
|
125
|
-
get: function () {
|
|
177
|
+
get: function () {
|
|
178
|
+
return _carbon_colors.coolGray70;
|
|
179
|
+
}
|
|
126
180
|
});
|
|
127
|
-
Object.defineProperty(exports,
|
|
181
|
+
Object.defineProperty(exports, 'coolGray80', {
|
|
128
182
|
enumerable: true,
|
|
129
|
-
get: function () {
|
|
183
|
+
get: function () {
|
|
184
|
+
return _carbon_colors.coolGray80;
|
|
185
|
+
}
|
|
130
186
|
});
|
|
131
|
-
Object.defineProperty(exports,
|
|
187
|
+
Object.defineProperty(exports, 'coolGray90', {
|
|
132
188
|
enumerable: true,
|
|
133
|
-
get: function () {
|
|
189
|
+
get: function () {
|
|
190
|
+
return _carbon_colors.coolGray90;
|
|
191
|
+
}
|
|
134
192
|
});
|
|
135
|
-
Object.defineProperty(exports,
|
|
193
|
+
Object.defineProperty(exports, 'cyan', {
|
|
136
194
|
enumerable: true,
|
|
137
|
-
get: function () {
|
|
195
|
+
get: function () {
|
|
196
|
+
return _carbon_colors.cyan;
|
|
197
|
+
}
|
|
138
198
|
});
|
|
139
|
-
Object.defineProperty(exports,
|
|
199
|
+
Object.defineProperty(exports, 'cyan10', {
|
|
140
200
|
enumerable: true,
|
|
141
|
-
get: function () {
|
|
201
|
+
get: function () {
|
|
202
|
+
return _carbon_colors.cyan10;
|
|
203
|
+
}
|
|
142
204
|
});
|
|
143
|
-
Object.defineProperty(exports,
|
|
205
|
+
Object.defineProperty(exports, 'cyan100', {
|
|
144
206
|
enumerable: true,
|
|
145
|
-
get: function () {
|
|
207
|
+
get: function () {
|
|
208
|
+
return _carbon_colors.cyan100;
|
|
209
|
+
}
|
|
146
210
|
});
|
|
147
|
-
Object.defineProperty(exports,
|
|
211
|
+
Object.defineProperty(exports, 'cyan20', {
|
|
148
212
|
enumerable: true,
|
|
149
|
-
get: function () {
|
|
213
|
+
get: function () {
|
|
214
|
+
return _carbon_colors.cyan20;
|
|
215
|
+
}
|
|
150
216
|
});
|
|
151
|
-
Object.defineProperty(exports,
|
|
217
|
+
Object.defineProperty(exports, 'cyan30', {
|
|
152
218
|
enumerable: true,
|
|
153
|
-
get: function () {
|
|
219
|
+
get: function () {
|
|
220
|
+
return _carbon_colors.cyan30;
|
|
221
|
+
}
|
|
154
222
|
});
|
|
155
|
-
Object.defineProperty(exports,
|
|
223
|
+
Object.defineProperty(exports, 'cyan40', {
|
|
156
224
|
enumerable: true,
|
|
157
|
-
get: function () {
|
|
225
|
+
get: function () {
|
|
226
|
+
return _carbon_colors.cyan40;
|
|
227
|
+
}
|
|
158
228
|
});
|
|
159
|
-
Object.defineProperty(exports,
|
|
229
|
+
Object.defineProperty(exports, 'cyan50', {
|
|
160
230
|
enumerable: true,
|
|
161
|
-
get: function () {
|
|
231
|
+
get: function () {
|
|
232
|
+
return _carbon_colors.cyan50;
|
|
233
|
+
}
|
|
162
234
|
});
|
|
163
|
-
Object.defineProperty(exports,
|
|
235
|
+
Object.defineProperty(exports, 'cyan60', {
|
|
164
236
|
enumerable: true,
|
|
165
|
-
get: function () {
|
|
237
|
+
get: function () {
|
|
238
|
+
return _carbon_colors.cyan60;
|
|
239
|
+
}
|
|
166
240
|
});
|
|
167
|
-
Object.defineProperty(exports,
|
|
241
|
+
Object.defineProperty(exports, 'cyan70', {
|
|
168
242
|
enumerable: true,
|
|
169
|
-
get: function () {
|
|
243
|
+
get: function () {
|
|
244
|
+
return _carbon_colors.cyan70;
|
|
245
|
+
}
|
|
170
246
|
});
|
|
171
|
-
Object.defineProperty(exports,
|
|
247
|
+
Object.defineProperty(exports, 'cyan80', {
|
|
172
248
|
enumerable: true,
|
|
173
|
-
get: function () {
|
|
249
|
+
get: function () {
|
|
250
|
+
return _carbon_colors.cyan80;
|
|
251
|
+
}
|
|
174
252
|
});
|
|
175
|
-
Object.defineProperty(exports,
|
|
253
|
+
Object.defineProperty(exports, 'cyan90', {
|
|
176
254
|
enumerable: true,
|
|
177
|
-
get: function () {
|
|
255
|
+
get: function () {
|
|
256
|
+
return _carbon_colors.cyan90;
|
|
257
|
+
}
|
|
178
258
|
});
|
|
179
|
-
Object.defineProperty(exports,
|
|
259
|
+
Object.defineProperty(exports, 'easings', {
|
|
180
260
|
enumerable: true,
|
|
181
|
-
get: function () {
|
|
261
|
+
get: function () {
|
|
262
|
+
return _carbon_motion.easings;
|
|
263
|
+
}
|
|
182
264
|
});
|
|
183
|
-
Object.defineProperty(exports,
|
|
265
|
+
Object.defineProperty(exports, 'em', {
|
|
184
266
|
enumerable: true,
|
|
185
|
-
get: function () {
|
|
267
|
+
get: function () {
|
|
268
|
+
return _carbon_layout.em;
|
|
269
|
+
}
|
|
186
270
|
});
|
|
187
|
-
Object.defineProperty(exports,
|
|
271
|
+
Object.defineProperty(exports, 'fast01', {
|
|
188
272
|
enumerable: true,
|
|
189
|
-
get: function () {
|
|
273
|
+
get: function () {
|
|
274
|
+
return _carbon_motion.fast01;
|
|
275
|
+
}
|
|
190
276
|
});
|
|
191
|
-
Object.defineProperty(exports,
|
|
277
|
+
Object.defineProperty(exports, 'fast02', {
|
|
192
278
|
enumerable: true,
|
|
193
|
-
get: function () {
|
|
279
|
+
get: function () {
|
|
280
|
+
return _carbon_motion.fast02;
|
|
281
|
+
}
|
|
194
282
|
});
|
|
195
|
-
Object.defineProperty(exports,
|
|
283
|
+
Object.defineProperty(exports, 'fluid', {
|
|
196
284
|
enumerable: true,
|
|
197
|
-
get: function () {
|
|
285
|
+
get: function () {
|
|
286
|
+
return _carbon_type.fluid;
|
|
287
|
+
}
|
|
198
288
|
});
|
|
199
|
-
Object.defineProperty(exports,
|
|
289
|
+
Object.defineProperty(exports, 'fluidSpacing', {
|
|
200
290
|
enumerable: true,
|
|
201
|
-
get: function () {
|
|
291
|
+
get: function () {
|
|
292
|
+
return _carbon_layout.fluidSpacing;
|
|
293
|
+
}
|
|
202
294
|
});
|
|
203
|
-
Object.defineProperty(exports,
|
|
295
|
+
Object.defineProperty(exports, 'fontFamilies', {
|
|
204
296
|
enumerable: true,
|
|
205
|
-
get: function () {
|
|
297
|
+
get: function () {
|
|
298
|
+
return _carbon_type.fontFamilies;
|
|
299
|
+
}
|
|
206
300
|
});
|
|
207
|
-
Object.defineProperty(exports,
|
|
301
|
+
Object.defineProperty(exports, 'fontFamily', {
|
|
208
302
|
enumerable: true,
|
|
209
|
-
get: function () {
|
|
303
|
+
get: function () {
|
|
304
|
+
return _carbon_type.fontFamily;
|
|
305
|
+
}
|
|
210
306
|
});
|
|
211
|
-
Object.defineProperty(exports,
|
|
307
|
+
Object.defineProperty(exports, 'fontWeight', {
|
|
212
308
|
enumerable: true,
|
|
213
|
-
get: function () {
|
|
309
|
+
get: function () {
|
|
310
|
+
return _carbon_type.fontWeight;
|
|
311
|
+
}
|
|
214
312
|
});
|
|
215
|
-
Object.defineProperty(exports,
|
|
313
|
+
Object.defineProperty(exports, 'fontWeights', {
|
|
216
314
|
enumerable: true,
|
|
217
|
-
get: function () {
|
|
315
|
+
get: function () {
|
|
316
|
+
return _carbon_type.fontWeights;
|
|
317
|
+
}
|
|
218
318
|
});
|
|
219
|
-
Object.defineProperty(exports,
|
|
319
|
+
Object.defineProperty(exports, 'getTypeSize', {
|
|
220
320
|
enumerable: true,
|
|
221
|
-
get: function () {
|
|
321
|
+
get: function () {
|
|
322
|
+
return _carbon_type.getTypeSize;
|
|
323
|
+
}
|
|
222
324
|
});
|
|
223
|
-
Object.defineProperty(exports,
|
|
325
|
+
Object.defineProperty(exports, 'gray', {
|
|
224
326
|
enumerable: true,
|
|
225
|
-
get: function () {
|
|
327
|
+
get: function () {
|
|
328
|
+
return _carbon_colors.gray;
|
|
329
|
+
}
|
|
226
330
|
});
|
|
227
|
-
Object.defineProperty(exports,
|
|
331
|
+
Object.defineProperty(exports, 'gray10', {
|
|
228
332
|
enumerable: true,
|
|
229
|
-
get: function () {
|
|
333
|
+
get: function () {
|
|
334
|
+
return _carbon_colors.gray10;
|
|
335
|
+
}
|
|
230
336
|
});
|
|
231
|
-
Object.defineProperty(exports,
|
|
337
|
+
Object.defineProperty(exports, 'gray100', {
|
|
232
338
|
enumerable: true,
|
|
233
|
-
get: function () {
|
|
339
|
+
get: function () {
|
|
340
|
+
return _carbon_colors.gray100;
|
|
341
|
+
}
|
|
234
342
|
});
|
|
235
|
-
Object.defineProperty(exports,
|
|
343
|
+
Object.defineProperty(exports, 'gray20', {
|
|
236
344
|
enumerable: true,
|
|
237
|
-
get: function () {
|
|
345
|
+
get: function () {
|
|
346
|
+
return _carbon_colors.gray20;
|
|
347
|
+
}
|
|
238
348
|
});
|
|
239
|
-
Object.defineProperty(exports,
|
|
349
|
+
Object.defineProperty(exports, 'gray30', {
|
|
240
350
|
enumerable: true,
|
|
241
|
-
get: function () {
|
|
351
|
+
get: function () {
|
|
352
|
+
return _carbon_colors.gray30;
|
|
353
|
+
}
|
|
242
354
|
});
|
|
243
|
-
Object.defineProperty(exports,
|
|
355
|
+
Object.defineProperty(exports, 'gray40', {
|
|
244
356
|
enumerable: true,
|
|
245
|
-
get: function () {
|
|
357
|
+
get: function () {
|
|
358
|
+
return _carbon_colors.gray40;
|
|
359
|
+
}
|
|
246
360
|
});
|
|
247
|
-
Object.defineProperty(exports,
|
|
361
|
+
Object.defineProperty(exports, 'gray50', {
|
|
248
362
|
enumerable: true,
|
|
249
|
-
get: function () {
|
|
363
|
+
get: function () {
|
|
364
|
+
return _carbon_colors.gray50;
|
|
365
|
+
}
|
|
250
366
|
});
|
|
251
|
-
Object.defineProperty(exports,
|
|
367
|
+
Object.defineProperty(exports, 'gray60', {
|
|
252
368
|
enumerable: true,
|
|
253
|
-
get: function () {
|
|
369
|
+
get: function () {
|
|
370
|
+
return _carbon_colors.gray60;
|
|
371
|
+
}
|
|
254
372
|
});
|
|
255
|
-
Object.defineProperty(exports,
|
|
373
|
+
Object.defineProperty(exports, 'gray70', {
|
|
256
374
|
enumerable: true,
|
|
257
|
-
get: function () {
|
|
375
|
+
get: function () {
|
|
376
|
+
return _carbon_colors.gray70;
|
|
377
|
+
}
|
|
258
378
|
});
|
|
259
|
-
Object.defineProperty(exports,
|
|
379
|
+
Object.defineProperty(exports, 'gray80', {
|
|
260
380
|
enumerable: true,
|
|
261
|
-
get: function () {
|
|
381
|
+
get: function () {
|
|
382
|
+
return _carbon_colors.gray80;
|
|
383
|
+
}
|
|
262
384
|
});
|
|
263
|
-
Object.defineProperty(exports,
|
|
385
|
+
Object.defineProperty(exports, 'gray90', {
|
|
264
386
|
enumerable: true,
|
|
265
|
-
get: function () {
|
|
387
|
+
get: function () {
|
|
388
|
+
return _carbon_colors.gray90;
|
|
389
|
+
}
|
|
266
390
|
});
|
|
267
|
-
Object.defineProperty(exports,
|
|
391
|
+
Object.defineProperty(exports, 'green', {
|
|
268
392
|
enumerable: true,
|
|
269
|
-
get: function () {
|
|
393
|
+
get: function () {
|
|
394
|
+
return _carbon_colors.green;
|
|
395
|
+
}
|
|
270
396
|
});
|
|
271
|
-
Object.defineProperty(exports,
|
|
397
|
+
Object.defineProperty(exports, 'green10', {
|
|
272
398
|
enumerable: true,
|
|
273
|
-
get: function () {
|
|
399
|
+
get: function () {
|
|
400
|
+
return _carbon_colors.green10;
|
|
401
|
+
}
|
|
274
402
|
});
|
|
275
|
-
Object.defineProperty(exports,
|
|
403
|
+
Object.defineProperty(exports, 'green100', {
|
|
276
404
|
enumerable: true,
|
|
277
|
-
get: function () {
|
|
405
|
+
get: function () {
|
|
406
|
+
return _carbon_colors.green100;
|
|
407
|
+
}
|
|
278
408
|
});
|
|
279
|
-
Object.defineProperty(exports,
|
|
409
|
+
Object.defineProperty(exports, 'green20', {
|
|
280
410
|
enumerable: true,
|
|
281
|
-
get: function () {
|
|
411
|
+
get: function () {
|
|
412
|
+
return _carbon_colors.green20;
|
|
413
|
+
}
|
|
282
414
|
});
|
|
283
|
-
Object.defineProperty(exports,
|
|
415
|
+
Object.defineProperty(exports, 'green30', {
|
|
284
416
|
enumerable: true,
|
|
285
|
-
get: function () {
|
|
417
|
+
get: function () {
|
|
418
|
+
return _carbon_colors.green30;
|
|
419
|
+
}
|
|
286
420
|
});
|
|
287
|
-
Object.defineProperty(exports,
|
|
421
|
+
Object.defineProperty(exports, 'green40', {
|
|
288
422
|
enumerable: true,
|
|
289
|
-
get: function () {
|
|
423
|
+
get: function () {
|
|
424
|
+
return _carbon_colors.green40;
|
|
425
|
+
}
|
|
290
426
|
});
|
|
291
|
-
Object.defineProperty(exports,
|
|
427
|
+
Object.defineProperty(exports, 'green50', {
|
|
292
428
|
enumerable: true,
|
|
293
|
-
get: function () {
|
|
429
|
+
get: function () {
|
|
430
|
+
return _carbon_colors.green50;
|
|
431
|
+
}
|
|
294
432
|
});
|
|
295
|
-
Object.defineProperty(exports,
|
|
433
|
+
Object.defineProperty(exports, 'green60', {
|
|
296
434
|
enumerable: true,
|
|
297
|
-
get: function () {
|
|
435
|
+
get: function () {
|
|
436
|
+
return _carbon_colors.green60;
|
|
437
|
+
}
|
|
298
438
|
});
|
|
299
|
-
Object.defineProperty(exports,
|
|
439
|
+
Object.defineProperty(exports, 'green70', {
|
|
300
440
|
enumerable: true,
|
|
301
|
-
get: function () {
|
|
441
|
+
get: function () {
|
|
442
|
+
return _carbon_colors.green70;
|
|
443
|
+
}
|
|
302
444
|
});
|
|
303
|
-
Object.defineProperty(exports,
|
|
445
|
+
Object.defineProperty(exports, 'green80', {
|
|
304
446
|
enumerable: true,
|
|
305
|
-
get: function () {
|
|
447
|
+
get: function () {
|
|
448
|
+
return _carbon_colors.green80;
|
|
449
|
+
}
|
|
306
450
|
});
|
|
307
|
-
Object.defineProperty(exports,
|
|
451
|
+
Object.defineProperty(exports, 'green90', {
|
|
308
452
|
enumerable: true,
|
|
309
|
-
get: function () {
|
|
453
|
+
get: function () {
|
|
454
|
+
return _carbon_colors.green90;
|
|
455
|
+
}
|
|
310
456
|
});
|
|
311
|
-
Object.defineProperty(exports,
|
|
457
|
+
Object.defineProperty(exports, 'iconSize', {
|
|
312
458
|
enumerable: true,
|
|
313
|
-
get: function () {
|
|
459
|
+
get: function () {
|
|
460
|
+
return _carbon_layout.iconSize;
|
|
461
|
+
}
|
|
314
462
|
});
|
|
315
|
-
Object.defineProperty(exports,
|
|
463
|
+
Object.defineProperty(exports, 'magenta', {
|
|
316
464
|
enumerable: true,
|
|
317
|
-
get: function () {
|
|
465
|
+
get: function () {
|
|
466
|
+
return _carbon_colors.magenta;
|
|
467
|
+
}
|
|
318
468
|
});
|
|
319
|
-
Object.defineProperty(exports,
|
|
469
|
+
Object.defineProperty(exports, 'magenta10', {
|
|
320
470
|
enumerable: true,
|
|
321
|
-
get: function () {
|
|
471
|
+
get: function () {
|
|
472
|
+
return _carbon_colors.magenta10;
|
|
473
|
+
}
|
|
322
474
|
});
|
|
323
|
-
Object.defineProperty(exports,
|
|
475
|
+
Object.defineProperty(exports, 'magenta100', {
|
|
324
476
|
enumerable: true,
|
|
325
|
-
get: function () {
|
|
477
|
+
get: function () {
|
|
478
|
+
return _carbon_colors.magenta100;
|
|
479
|
+
}
|
|
326
480
|
});
|
|
327
|
-
Object.defineProperty(exports,
|
|
481
|
+
Object.defineProperty(exports, 'magenta20', {
|
|
328
482
|
enumerable: true,
|
|
329
|
-
get: function () {
|
|
483
|
+
get: function () {
|
|
484
|
+
return _carbon_colors.magenta20;
|
|
485
|
+
}
|
|
330
486
|
});
|
|
331
|
-
Object.defineProperty(exports,
|
|
487
|
+
Object.defineProperty(exports, 'magenta30', {
|
|
332
488
|
enumerable: true,
|
|
333
|
-
get: function () {
|
|
489
|
+
get: function () {
|
|
490
|
+
return _carbon_colors.magenta30;
|
|
491
|
+
}
|
|
334
492
|
});
|
|
335
|
-
Object.defineProperty(exports,
|
|
493
|
+
Object.defineProperty(exports, 'magenta40', {
|
|
336
494
|
enumerable: true,
|
|
337
|
-
get: function () {
|
|
495
|
+
get: function () {
|
|
496
|
+
return _carbon_colors.magenta40;
|
|
497
|
+
}
|
|
338
498
|
});
|
|
339
|
-
Object.defineProperty(exports,
|
|
499
|
+
Object.defineProperty(exports, 'magenta50', {
|
|
340
500
|
enumerable: true,
|
|
341
|
-
get: function () {
|
|
501
|
+
get: function () {
|
|
502
|
+
return _carbon_colors.magenta50;
|
|
503
|
+
}
|
|
342
504
|
});
|
|
343
|
-
Object.defineProperty(exports,
|
|
505
|
+
Object.defineProperty(exports, 'magenta60', {
|
|
344
506
|
enumerable: true,
|
|
345
|
-
get: function () {
|
|
507
|
+
get: function () {
|
|
508
|
+
return _carbon_colors.magenta60;
|
|
509
|
+
}
|
|
346
510
|
});
|
|
347
|
-
Object.defineProperty(exports,
|
|
511
|
+
Object.defineProperty(exports, 'magenta70', {
|
|
348
512
|
enumerable: true,
|
|
349
|
-
get: function () {
|
|
513
|
+
get: function () {
|
|
514
|
+
return _carbon_colors.magenta70;
|
|
515
|
+
}
|
|
350
516
|
});
|
|
351
|
-
Object.defineProperty(exports,
|
|
517
|
+
Object.defineProperty(exports, 'magenta80', {
|
|
352
518
|
enumerable: true,
|
|
353
|
-
get: function () {
|
|
519
|
+
get: function () {
|
|
520
|
+
return _carbon_colors.magenta80;
|
|
521
|
+
}
|
|
354
522
|
});
|
|
355
|
-
Object.defineProperty(exports,
|
|
523
|
+
Object.defineProperty(exports, 'magenta90', {
|
|
356
524
|
enumerable: true,
|
|
357
|
-
get: function () {
|
|
525
|
+
get: function () {
|
|
526
|
+
return _carbon_colors.magenta90;
|
|
527
|
+
}
|
|
358
528
|
});
|
|
359
|
-
Object.defineProperty(exports,
|
|
529
|
+
Object.defineProperty(exports, 'miniUnit', {
|
|
360
530
|
enumerable: true,
|
|
361
|
-
get: function () {
|
|
531
|
+
get: function () {
|
|
532
|
+
return _carbon_layout.miniUnit;
|
|
533
|
+
}
|
|
362
534
|
});
|
|
363
|
-
Object.defineProperty(exports,
|
|
535
|
+
Object.defineProperty(exports, 'miniUnits', {
|
|
364
536
|
enumerable: true,
|
|
365
|
-
get: function () {
|
|
537
|
+
get: function () {
|
|
538
|
+
return _carbon_layout.miniUnits;
|
|
539
|
+
}
|
|
366
540
|
});
|
|
367
|
-
Object.defineProperty(exports,
|
|
541
|
+
Object.defineProperty(exports, 'moderate01', {
|
|
368
542
|
enumerable: true,
|
|
369
|
-
get: function () {
|
|
543
|
+
get: function () {
|
|
544
|
+
return _carbon_motion.moderate01;
|
|
545
|
+
}
|
|
370
546
|
});
|
|
371
|
-
Object.defineProperty(exports,
|
|
547
|
+
Object.defineProperty(exports, 'moderate02', {
|
|
372
548
|
enumerable: true,
|
|
373
|
-
get: function () {
|
|
549
|
+
get: function () {
|
|
550
|
+
return _carbon_motion.moderate02;
|
|
551
|
+
}
|
|
374
552
|
});
|
|
375
|
-
Object.defineProperty(exports,
|
|
553
|
+
Object.defineProperty(exports, 'motion', {
|
|
376
554
|
enumerable: true,
|
|
377
|
-
get: function () {
|
|
555
|
+
get: function () {
|
|
556
|
+
return _carbon_motion.motion;
|
|
557
|
+
}
|
|
378
558
|
});
|
|
379
|
-
Object.defineProperty(exports,
|
|
559
|
+
Object.defineProperty(exports, 'orange', {
|
|
380
560
|
enumerable: true,
|
|
381
|
-
get: function () {
|
|
561
|
+
get: function () {
|
|
562
|
+
return _carbon_colors.orange;
|
|
563
|
+
}
|
|
382
564
|
});
|
|
383
|
-
Object.defineProperty(exports,
|
|
565
|
+
Object.defineProperty(exports, 'orange40', {
|
|
384
566
|
enumerable: true,
|
|
385
|
-
get: function () {
|
|
567
|
+
get: function () {
|
|
568
|
+
return _carbon_colors.orange40;
|
|
569
|
+
}
|
|
386
570
|
});
|
|
387
|
-
Object.defineProperty(exports,
|
|
571
|
+
Object.defineProperty(exports, 'orange60', {
|
|
388
572
|
enumerable: true,
|
|
389
|
-
get: function () {
|
|
573
|
+
get: function () {
|
|
574
|
+
return _carbon_colors.orange60;
|
|
575
|
+
}
|
|
390
576
|
});
|
|
391
|
-
Object.defineProperty(exports,
|
|
577
|
+
Object.defineProperty(exports, 'orange70', {
|
|
392
578
|
enumerable: true,
|
|
393
|
-
get: function () {
|
|
579
|
+
get: function () {
|
|
580
|
+
return _carbon_colors.orange70;
|
|
581
|
+
}
|
|
394
582
|
});
|
|
395
|
-
Object.defineProperty(exports,
|
|
583
|
+
Object.defineProperty(exports, 'print', {
|
|
396
584
|
enumerable: true,
|
|
397
|
-
get: function () {
|
|
585
|
+
get: function () {
|
|
586
|
+
return _carbon_type.print;
|
|
587
|
+
}
|
|
398
588
|
});
|
|
399
|
-
Object.defineProperty(exports,
|
|
589
|
+
Object.defineProperty(exports, 'purple', {
|
|
400
590
|
enumerable: true,
|
|
401
|
-
get: function () {
|
|
591
|
+
get: function () {
|
|
592
|
+
return _carbon_colors.purple;
|
|
593
|
+
}
|
|
402
594
|
});
|
|
403
|
-
Object.defineProperty(exports,
|
|
595
|
+
Object.defineProperty(exports, 'purple10', {
|
|
404
596
|
enumerable: true,
|
|
405
|
-
get: function () {
|
|
597
|
+
get: function () {
|
|
598
|
+
return _carbon_colors.purple10;
|
|
599
|
+
}
|
|
406
600
|
});
|
|
407
|
-
Object.defineProperty(exports,
|
|
601
|
+
Object.defineProperty(exports, 'purple100', {
|
|
408
602
|
enumerable: true,
|
|
409
|
-
get: function () {
|
|
603
|
+
get: function () {
|
|
604
|
+
return _carbon_colors.purple100;
|
|
605
|
+
}
|
|
410
606
|
});
|
|
411
|
-
Object.defineProperty(exports,
|
|
607
|
+
Object.defineProperty(exports, 'purple20', {
|
|
412
608
|
enumerable: true,
|
|
413
|
-
get: function () {
|
|
609
|
+
get: function () {
|
|
610
|
+
return _carbon_colors.purple20;
|
|
611
|
+
}
|
|
414
612
|
});
|
|
415
|
-
Object.defineProperty(exports,
|
|
613
|
+
Object.defineProperty(exports, 'purple30', {
|
|
416
614
|
enumerable: true,
|
|
417
|
-
get: function () {
|
|
615
|
+
get: function () {
|
|
616
|
+
return _carbon_colors.purple30;
|
|
617
|
+
}
|
|
418
618
|
});
|
|
419
|
-
Object.defineProperty(exports,
|
|
619
|
+
Object.defineProperty(exports, 'purple40', {
|
|
420
620
|
enumerable: true,
|
|
421
|
-
get: function () {
|
|
621
|
+
get: function () {
|
|
622
|
+
return _carbon_colors.purple40;
|
|
623
|
+
}
|
|
422
624
|
});
|
|
423
|
-
Object.defineProperty(exports,
|
|
625
|
+
Object.defineProperty(exports, 'purple50', {
|
|
424
626
|
enumerable: true,
|
|
425
|
-
get: function () {
|
|
627
|
+
get: function () {
|
|
628
|
+
return _carbon_colors.purple50;
|
|
629
|
+
}
|
|
426
630
|
});
|
|
427
|
-
Object.defineProperty(exports,
|
|
631
|
+
Object.defineProperty(exports, 'purple60', {
|
|
428
632
|
enumerable: true,
|
|
429
|
-
get: function () {
|
|
633
|
+
get: function () {
|
|
634
|
+
return _carbon_colors.purple60;
|
|
635
|
+
}
|
|
430
636
|
});
|
|
431
|
-
Object.defineProperty(exports,
|
|
637
|
+
Object.defineProperty(exports, 'purple70', {
|
|
432
638
|
enumerable: true,
|
|
433
|
-
get: function () {
|
|
639
|
+
get: function () {
|
|
640
|
+
return _carbon_colors.purple70;
|
|
641
|
+
}
|
|
434
642
|
});
|
|
435
|
-
Object.defineProperty(exports,
|
|
643
|
+
Object.defineProperty(exports, 'purple80', {
|
|
436
644
|
enumerable: true,
|
|
437
|
-
get: function () {
|
|
645
|
+
get: function () {
|
|
646
|
+
return _carbon_colors.purple80;
|
|
647
|
+
}
|
|
438
648
|
});
|
|
439
|
-
Object.defineProperty(exports,
|
|
649
|
+
Object.defineProperty(exports, 'purple90', {
|
|
440
650
|
enumerable: true,
|
|
441
|
-
get: function () {
|
|
651
|
+
get: function () {
|
|
652
|
+
return _carbon_colors.purple90;
|
|
653
|
+
}
|
|
442
654
|
});
|
|
443
|
-
Object.defineProperty(exports,
|
|
655
|
+
Object.defineProperty(exports, 'px', {
|
|
444
656
|
enumerable: true,
|
|
445
|
-
get: function () {
|
|
657
|
+
get: function () {
|
|
658
|
+
return _carbon_layout.px;
|
|
659
|
+
}
|
|
446
660
|
});
|
|
447
|
-
Object.defineProperty(exports,
|
|
661
|
+
Object.defineProperty(exports, 'red', {
|
|
448
662
|
enumerable: true,
|
|
449
|
-
get: function () {
|
|
663
|
+
get: function () {
|
|
664
|
+
return _carbon_colors.red;
|
|
665
|
+
}
|
|
450
666
|
});
|
|
451
|
-
Object.defineProperty(exports,
|
|
667
|
+
Object.defineProperty(exports, 'red10', {
|
|
452
668
|
enumerable: true,
|
|
453
|
-
get: function () {
|
|
669
|
+
get: function () {
|
|
670
|
+
return _carbon_colors.red10;
|
|
671
|
+
}
|
|
454
672
|
});
|
|
455
|
-
Object.defineProperty(exports,
|
|
673
|
+
Object.defineProperty(exports, 'red100', {
|
|
456
674
|
enumerable: true,
|
|
457
|
-
get: function () {
|
|
675
|
+
get: function () {
|
|
676
|
+
return _carbon_colors.red100;
|
|
677
|
+
}
|
|
458
678
|
});
|
|
459
|
-
Object.defineProperty(exports,
|
|
679
|
+
Object.defineProperty(exports, 'red20', {
|
|
460
680
|
enumerable: true,
|
|
461
|
-
get: function () {
|
|
681
|
+
get: function () {
|
|
682
|
+
return _carbon_colors.red20;
|
|
683
|
+
}
|
|
462
684
|
});
|
|
463
|
-
Object.defineProperty(exports,
|
|
685
|
+
Object.defineProperty(exports, 'red30', {
|
|
464
686
|
enumerable: true,
|
|
465
|
-
get: function () {
|
|
687
|
+
get: function () {
|
|
688
|
+
return _carbon_colors.red30;
|
|
689
|
+
}
|
|
466
690
|
});
|
|
467
|
-
Object.defineProperty(exports,
|
|
691
|
+
Object.defineProperty(exports, 'red40', {
|
|
468
692
|
enumerable: true,
|
|
469
|
-
get: function () {
|
|
693
|
+
get: function () {
|
|
694
|
+
return _carbon_colors.red40;
|
|
695
|
+
}
|
|
470
696
|
});
|
|
471
|
-
Object.defineProperty(exports,
|
|
697
|
+
Object.defineProperty(exports, 'red50', {
|
|
472
698
|
enumerable: true,
|
|
473
|
-
get: function () {
|
|
699
|
+
get: function () {
|
|
700
|
+
return _carbon_colors.red50;
|
|
701
|
+
}
|
|
474
702
|
});
|
|
475
|
-
Object.defineProperty(exports,
|
|
703
|
+
Object.defineProperty(exports, 'red60', {
|
|
476
704
|
enumerable: true,
|
|
477
|
-
get: function () {
|
|
705
|
+
get: function () {
|
|
706
|
+
return _carbon_colors.red60;
|
|
707
|
+
}
|
|
478
708
|
});
|
|
479
|
-
Object.defineProperty(exports,
|
|
709
|
+
Object.defineProperty(exports, 'red70', {
|
|
480
710
|
enumerable: true,
|
|
481
|
-
get: function () {
|
|
711
|
+
get: function () {
|
|
712
|
+
return _carbon_colors.red70;
|
|
713
|
+
}
|
|
482
714
|
});
|
|
483
|
-
Object.defineProperty(exports,
|
|
715
|
+
Object.defineProperty(exports, 'red80', {
|
|
484
716
|
enumerable: true,
|
|
485
|
-
get: function () {
|
|
717
|
+
get: function () {
|
|
718
|
+
return _carbon_colors.red80;
|
|
719
|
+
}
|
|
486
720
|
});
|
|
487
|
-
Object.defineProperty(exports,
|
|
721
|
+
Object.defineProperty(exports, 'red90', {
|
|
488
722
|
enumerable: true,
|
|
489
|
-
get: function () {
|
|
723
|
+
get: function () {
|
|
724
|
+
return _carbon_colors.red90;
|
|
725
|
+
}
|
|
490
726
|
});
|
|
491
|
-
Object.defineProperty(exports,
|
|
727
|
+
Object.defineProperty(exports, 'rem', {
|
|
492
728
|
enumerable: true,
|
|
493
|
-
get: function () {
|
|
729
|
+
get: function () {
|
|
730
|
+
return _carbon_layout.rem;
|
|
731
|
+
}
|
|
494
732
|
});
|
|
495
|
-
Object.defineProperty(exports,
|
|
733
|
+
Object.defineProperty(exports, 'reset', {
|
|
496
734
|
enumerable: true,
|
|
497
|
-
get: function () {
|
|
735
|
+
get: function () {
|
|
736
|
+
return _carbon_type.reset;
|
|
737
|
+
}
|
|
498
738
|
});
|
|
499
|
-
Object.defineProperty(exports,
|
|
739
|
+
Object.defineProperty(exports, 'rgba', {
|
|
500
740
|
enumerable: true,
|
|
501
|
-
get: function () {
|
|
741
|
+
get: function () {
|
|
742
|
+
return _carbon_colors.rgba;
|
|
743
|
+
}
|
|
502
744
|
});
|
|
503
|
-
Object.defineProperty(exports,
|
|
745
|
+
Object.defineProperty(exports, 'scale', {
|
|
504
746
|
enumerable: true,
|
|
505
|
-
get: function () {
|
|
747
|
+
get: function () {
|
|
748
|
+
return _carbon_type.scale;
|
|
749
|
+
}
|
|
506
750
|
});
|
|
507
|
-
Object.defineProperty(exports,
|
|
751
|
+
Object.defineProperty(exports, 'slow01', {
|
|
508
752
|
enumerable: true,
|
|
509
|
-
get: function () {
|
|
753
|
+
get: function () {
|
|
754
|
+
return _carbon_motion.slow01;
|
|
755
|
+
}
|
|
510
756
|
});
|
|
511
|
-
Object.defineProperty(exports,
|
|
757
|
+
Object.defineProperty(exports, 'slow02', {
|
|
512
758
|
enumerable: true,
|
|
513
|
-
get: function () {
|
|
759
|
+
get: function () {
|
|
760
|
+
return _carbon_motion.slow02;
|
|
761
|
+
}
|
|
514
762
|
});
|
|
515
|
-
Object.defineProperty(exports,
|
|
763
|
+
Object.defineProperty(exports, 'spacing', {
|
|
516
764
|
enumerable: true,
|
|
517
|
-
get: function () {
|
|
765
|
+
get: function () {
|
|
766
|
+
return _carbon_layout.spacing;
|
|
767
|
+
}
|
|
518
768
|
});
|
|
519
|
-
Object.defineProperty(exports,
|
|
769
|
+
Object.defineProperty(exports, 'styles', {
|
|
520
770
|
enumerable: true,
|
|
521
|
-
get: function () {
|
|
771
|
+
get: function () {
|
|
772
|
+
return _carbon_type.styles;
|
|
773
|
+
}
|
|
522
774
|
});
|
|
523
|
-
Object.defineProperty(exports,
|
|
775
|
+
Object.defineProperty(exports, 'teal', {
|
|
524
776
|
enumerable: true,
|
|
525
|
-
get: function () {
|
|
777
|
+
get: function () {
|
|
778
|
+
return _carbon_colors.teal;
|
|
779
|
+
}
|
|
526
780
|
});
|
|
527
|
-
Object.defineProperty(exports,
|
|
781
|
+
Object.defineProperty(exports, 'teal10', {
|
|
528
782
|
enumerable: true,
|
|
529
|
-
get: function () {
|
|
783
|
+
get: function () {
|
|
784
|
+
return _carbon_colors.teal10;
|
|
785
|
+
}
|
|
530
786
|
});
|
|
531
|
-
Object.defineProperty(exports,
|
|
787
|
+
Object.defineProperty(exports, 'teal100', {
|
|
532
788
|
enumerable: true,
|
|
533
|
-
get: function () {
|
|
789
|
+
get: function () {
|
|
790
|
+
return _carbon_colors.teal100;
|
|
791
|
+
}
|
|
534
792
|
});
|
|
535
|
-
Object.defineProperty(exports,
|
|
793
|
+
Object.defineProperty(exports, 'teal20', {
|
|
536
794
|
enumerable: true,
|
|
537
|
-
get: function () {
|
|
795
|
+
get: function () {
|
|
796
|
+
return _carbon_colors.teal20;
|
|
797
|
+
}
|
|
538
798
|
});
|
|
539
|
-
Object.defineProperty(exports,
|
|
799
|
+
Object.defineProperty(exports, 'teal30', {
|
|
540
800
|
enumerable: true,
|
|
541
|
-
get: function () {
|
|
801
|
+
get: function () {
|
|
802
|
+
return _carbon_colors.teal30;
|
|
803
|
+
}
|
|
542
804
|
});
|
|
543
|
-
Object.defineProperty(exports,
|
|
805
|
+
Object.defineProperty(exports, 'teal40', {
|
|
544
806
|
enumerable: true,
|
|
545
|
-
get: function () {
|
|
807
|
+
get: function () {
|
|
808
|
+
return _carbon_colors.teal40;
|
|
809
|
+
}
|
|
546
810
|
});
|
|
547
|
-
Object.defineProperty(exports,
|
|
811
|
+
Object.defineProperty(exports, 'teal50', {
|
|
548
812
|
enumerable: true,
|
|
549
|
-
get: function () {
|
|
813
|
+
get: function () {
|
|
814
|
+
return _carbon_colors.teal50;
|
|
815
|
+
}
|
|
550
816
|
});
|
|
551
|
-
Object.defineProperty(exports,
|
|
817
|
+
Object.defineProperty(exports, 'teal60', {
|
|
552
818
|
enumerable: true,
|
|
553
|
-
get: function () {
|
|
819
|
+
get: function () {
|
|
820
|
+
return _carbon_colors.teal60;
|
|
821
|
+
}
|
|
554
822
|
});
|
|
555
|
-
Object.defineProperty(exports,
|
|
823
|
+
Object.defineProperty(exports, 'teal70', {
|
|
556
824
|
enumerable: true,
|
|
557
|
-
get: function () {
|
|
825
|
+
get: function () {
|
|
826
|
+
return _carbon_colors.teal70;
|
|
827
|
+
}
|
|
558
828
|
});
|
|
559
|
-
Object.defineProperty(exports,
|
|
829
|
+
Object.defineProperty(exports, 'teal80', {
|
|
560
830
|
enumerable: true,
|
|
561
|
-
get: function () {
|
|
831
|
+
get: function () {
|
|
832
|
+
return _carbon_colors.teal80;
|
|
833
|
+
}
|
|
562
834
|
});
|
|
563
|
-
Object.defineProperty(exports,
|
|
835
|
+
Object.defineProperty(exports, 'teal90', {
|
|
564
836
|
enumerable: true,
|
|
565
|
-
get: function () {
|
|
837
|
+
get: function () {
|
|
838
|
+
return _carbon_colors.teal90;
|
|
839
|
+
}
|
|
566
840
|
});
|
|
567
|
-
Object.defineProperty(exports,
|
|
841
|
+
Object.defineProperty(exports, 'unstable_tokens', {
|
|
568
842
|
enumerable: true,
|
|
569
|
-
get: function () {
|
|
843
|
+
get: function () {
|
|
844
|
+
return _carbon_type.unstable_tokens;
|
|
845
|
+
}
|
|
570
846
|
});
|
|
571
|
-
Object.defineProperty(exports,
|
|
847
|
+
Object.defineProperty(exports, 'warmGray', {
|
|
572
848
|
enumerable: true,
|
|
573
|
-
get: function () {
|
|
849
|
+
get: function () {
|
|
850
|
+
return _carbon_colors.warmGray;
|
|
851
|
+
}
|
|
574
852
|
});
|
|
575
|
-
Object.defineProperty(exports,
|
|
853
|
+
Object.defineProperty(exports, 'warmGray10', {
|
|
576
854
|
enumerable: true,
|
|
577
|
-
get: function () {
|
|
855
|
+
get: function () {
|
|
856
|
+
return _carbon_colors.warmGray10;
|
|
857
|
+
}
|
|
578
858
|
});
|
|
579
|
-
Object.defineProperty(exports,
|
|
859
|
+
Object.defineProperty(exports, 'warmGray100', {
|
|
580
860
|
enumerable: true,
|
|
581
|
-
get: function () {
|
|
861
|
+
get: function () {
|
|
862
|
+
return _carbon_colors.warmGray100;
|
|
863
|
+
}
|
|
582
864
|
});
|
|
583
|
-
Object.defineProperty(exports,
|
|
865
|
+
Object.defineProperty(exports, 'warmGray20', {
|
|
584
866
|
enumerable: true,
|
|
585
|
-
get: function () {
|
|
867
|
+
get: function () {
|
|
868
|
+
return _carbon_colors.warmGray20;
|
|
869
|
+
}
|
|
586
870
|
});
|
|
587
|
-
Object.defineProperty(exports,
|
|
871
|
+
Object.defineProperty(exports, 'warmGray30', {
|
|
588
872
|
enumerable: true,
|
|
589
|
-
get: function () {
|
|
873
|
+
get: function () {
|
|
874
|
+
return _carbon_colors.warmGray30;
|
|
875
|
+
}
|
|
590
876
|
});
|
|
591
|
-
Object.defineProperty(exports,
|
|
877
|
+
Object.defineProperty(exports, 'warmGray40', {
|
|
592
878
|
enumerable: true,
|
|
593
|
-
get: function () {
|
|
879
|
+
get: function () {
|
|
880
|
+
return _carbon_colors.warmGray40;
|
|
881
|
+
}
|
|
594
882
|
});
|
|
595
|
-
Object.defineProperty(exports,
|
|
883
|
+
Object.defineProperty(exports, 'warmGray50', {
|
|
596
884
|
enumerable: true,
|
|
597
|
-
get: function () {
|
|
885
|
+
get: function () {
|
|
886
|
+
return _carbon_colors.warmGray50;
|
|
887
|
+
}
|
|
598
888
|
});
|
|
599
|
-
Object.defineProperty(exports,
|
|
889
|
+
Object.defineProperty(exports, 'warmGray60', {
|
|
600
890
|
enumerable: true,
|
|
601
|
-
get: function () {
|
|
891
|
+
get: function () {
|
|
892
|
+
return _carbon_colors.warmGray60;
|
|
893
|
+
}
|
|
602
894
|
});
|
|
603
|
-
Object.defineProperty(exports,
|
|
895
|
+
Object.defineProperty(exports, 'warmGray70', {
|
|
604
896
|
enumerable: true,
|
|
605
|
-
get: function () {
|
|
897
|
+
get: function () {
|
|
898
|
+
return _carbon_colors.warmGray70;
|
|
899
|
+
}
|
|
606
900
|
});
|
|
607
|
-
Object.defineProperty(exports,
|
|
901
|
+
Object.defineProperty(exports, 'warmGray80', {
|
|
608
902
|
enumerable: true,
|
|
609
|
-
get: function () {
|
|
903
|
+
get: function () {
|
|
904
|
+
return _carbon_colors.warmGray80;
|
|
905
|
+
}
|
|
610
906
|
});
|
|
611
|
-
Object.defineProperty(exports,
|
|
907
|
+
Object.defineProperty(exports, 'warmGray90', {
|
|
612
908
|
enumerable: true,
|
|
613
|
-
get: function () {
|
|
909
|
+
get: function () {
|
|
910
|
+
return _carbon_colors.warmGray90;
|
|
911
|
+
}
|
|
614
912
|
});
|
|
615
|
-
Object.defineProperty(exports,
|
|
913
|
+
Object.defineProperty(exports, 'white0', {
|
|
616
914
|
enumerable: true,
|
|
617
|
-
get: function () {
|
|
915
|
+
get: function () {
|
|
916
|
+
return _carbon_colors.white0;
|
|
917
|
+
}
|
|
618
918
|
});
|
|
619
|
-
Object.defineProperty(exports,
|
|
919
|
+
Object.defineProperty(exports, 'yellow', {
|
|
620
920
|
enumerable: true,
|
|
621
|
-
get: function () {
|
|
921
|
+
get: function () {
|
|
922
|
+
return _carbon_colors.yellow;
|
|
923
|
+
}
|
|
622
924
|
});
|
|
623
|
-
Object.defineProperty(exports,
|
|
925
|
+
Object.defineProperty(exports, 'yellow20', {
|
|
624
926
|
enumerable: true,
|
|
625
|
-
get: function () {
|
|
927
|
+
get: function () {
|
|
928
|
+
return _carbon_colors.yellow20;
|
|
929
|
+
}
|
|
626
930
|
});
|
|
627
|
-
Object.defineProperty(exports,
|
|
931
|
+
Object.defineProperty(exports, 'yellow30', {
|
|
628
932
|
enumerable: true,
|
|
629
|
-
get: function () {
|
|
933
|
+
get: function () {
|
|
934
|
+
return _carbon_colors.yellow30;
|
|
935
|
+
}
|
|
630
936
|
});
|
|
631
|
-
Object.defineProperty(exports,
|
|
937
|
+
Object.defineProperty(exports, 'yellow40', {
|
|
632
938
|
enumerable: true,
|
|
633
|
-
get: function () {
|
|
939
|
+
get: function () {
|
|
940
|
+
return _carbon_colors.yellow40;
|
|
941
|
+
}
|
|
634
942
|
});
|
|
635
|
-
Object.defineProperty(exports,
|
|
943
|
+
Object.defineProperty(exports, 'yellow50', {
|
|
636
944
|
enumerable: true,
|
|
637
|
-
get: function () {
|
|
945
|
+
get: function () {
|
|
946
|
+
return _carbon_colors.yellow50;
|
|
947
|
+
}
|
|
638
948
|
});
|
|
639
|
-
|
|
949
|
+
var _carbon_themes = require("@carbon/themes");
|
|
950
|
+
Object.keys(_carbon_themes).forEach(function (k) {
|
|
640
951
|
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
641
952
|
enumerable: true,
|
|
642
|
-
get: function () { return
|
|
953
|
+
get: function () { return _carbon_themes[k]; }
|
|
643
954
|
});
|
|
644
955
|
});
|