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