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