@payfit/unity-themes 0.0.0-alpha.16 → 0.0.0-alpha.17
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/dist/esm/tailwind-preset.d.ts +1452 -2
- package/dist/esm/tailwind-preset.js +11 -1
- package/package.json +18 -14
- package/src/generated/tailwind-preset.js +13 -0
- package/src/unity.css +11 -0
- package/tmp/tailwind-preset.cjs +1 -0
- package/tmp/tailwind-preset.d.cts +1452 -0
- package/tokens/colors.json +18 -1
- package/dist/cjs/tailwind-preset.cjs +0 -1
- package/dist/cjs/tailwind-preset.d.cts +0 -2
- package/src/generated/tailwind-preset.d.ts +0 -3
|
@@ -1,2 +1,1452 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
let plugins: {
|
|
3
|
+
handler: PluginCreator;
|
|
4
|
+
config?: Partial<Config>;
|
|
5
|
+
}[];
|
|
6
|
+
let prefix: string;
|
|
7
|
+
namespace theme {
|
|
8
|
+
let keyframes: {
|
|
9
|
+
spin: {
|
|
10
|
+
"0%": {
|
|
11
|
+
transform: string;
|
|
12
|
+
};
|
|
13
|
+
"100%": {
|
|
14
|
+
transform: string;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
"arc-shrink": {
|
|
18
|
+
"0%": {
|
|
19
|
+
"stroke-dasharray": string;
|
|
20
|
+
"stroke-dashoffset": string;
|
|
21
|
+
};
|
|
22
|
+
"50%": {
|
|
23
|
+
"stroke-dasharray": string;
|
|
24
|
+
"stroke-dashoffset": string;
|
|
25
|
+
};
|
|
26
|
+
"100%": {
|
|
27
|
+
"stroke-dasharray": string;
|
|
28
|
+
"stroke-dashoffset": string;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
pulse: {
|
|
32
|
+
"0%": {
|
|
33
|
+
opacity: string;
|
|
34
|
+
};
|
|
35
|
+
"50%": {
|
|
36
|
+
opacity: string;
|
|
37
|
+
};
|
|
38
|
+
"100%": {
|
|
39
|
+
opacity: string;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
slide: {
|
|
43
|
+
"0%": {
|
|
44
|
+
opacity: string;
|
|
45
|
+
transform: string;
|
|
46
|
+
};
|
|
47
|
+
"25%": {
|
|
48
|
+
opacity: string;
|
|
49
|
+
transform: string;
|
|
50
|
+
};
|
|
51
|
+
"50%": {
|
|
52
|
+
opacity: string;
|
|
53
|
+
transform: string;
|
|
54
|
+
};
|
|
55
|
+
"100%": {
|
|
56
|
+
opacity: string;
|
|
57
|
+
transform: string;
|
|
58
|
+
};
|
|
59
|
+
};
|
|
60
|
+
"fade-in": {
|
|
61
|
+
"0%": {
|
|
62
|
+
opacity: string;
|
|
63
|
+
};
|
|
64
|
+
"100%": {
|
|
65
|
+
opacity: string;
|
|
66
|
+
};
|
|
67
|
+
};
|
|
68
|
+
"fade-out": {
|
|
69
|
+
"0%": {
|
|
70
|
+
opacity: string;
|
|
71
|
+
};
|
|
72
|
+
"100%": {
|
|
73
|
+
opacity: string;
|
|
74
|
+
};
|
|
75
|
+
};
|
|
76
|
+
"slide-right-fade-in": {
|
|
77
|
+
"0%": {
|
|
78
|
+
opacity: string;
|
|
79
|
+
transform: string;
|
|
80
|
+
};
|
|
81
|
+
"100%": {
|
|
82
|
+
opacity: string;
|
|
83
|
+
transform: string;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
86
|
+
"slide-right-fade-out": {
|
|
87
|
+
"0%": {
|
|
88
|
+
opacity: string;
|
|
89
|
+
};
|
|
90
|
+
"100%": {
|
|
91
|
+
opacity: string;
|
|
92
|
+
transform: string;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
95
|
+
"slide-up-fade-in": {
|
|
96
|
+
"0%": {
|
|
97
|
+
opacity: string;
|
|
98
|
+
transform: string;
|
|
99
|
+
};
|
|
100
|
+
"100%": {
|
|
101
|
+
opacity: string;
|
|
102
|
+
transform: string;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
105
|
+
"slide-down-fade-out": {
|
|
106
|
+
"0%": {
|
|
107
|
+
opacity: string;
|
|
108
|
+
};
|
|
109
|
+
"100%": {
|
|
110
|
+
opacity: string;
|
|
111
|
+
transform: string;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
114
|
+
};
|
|
115
|
+
let animation: {
|
|
116
|
+
spin: string;
|
|
117
|
+
"arc-shrink": string;
|
|
118
|
+
pulse: string;
|
|
119
|
+
slide: string;
|
|
120
|
+
"fade-in": string;
|
|
121
|
+
"fade-out": string;
|
|
122
|
+
"slide-right-fade-in": string;
|
|
123
|
+
"slide-right-fade-out": string;
|
|
124
|
+
"slide-up-fade-in": string;
|
|
125
|
+
"slide-down-fade-out": string;
|
|
126
|
+
};
|
|
127
|
+
namespace screens {
|
|
128
|
+
let sm: string;
|
|
129
|
+
let md: string;
|
|
130
|
+
let lg: string;
|
|
131
|
+
let xl: string;
|
|
132
|
+
}
|
|
133
|
+
namespace colors {
|
|
134
|
+
namespace grayscale {
|
|
135
|
+
let L1: string;
|
|
136
|
+
let L2: string;
|
|
137
|
+
let L3: string;
|
|
138
|
+
let L4: string;
|
|
139
|
+
let L5: string;
|
|
140
|
+
let L6: string;
|
|
141
|
+
let L7: string;
|
|
142
|
+
let L8: string;
|
|
143
|
+
let L9: string;
|
|
144
|
+
let L10: string;
|
|
145
|
+
let L11: string;
|
|
146
|
+
let L12: string;
|
|
147
|
+
let L0: string;
|
|
148
|
+
}
|
|
149
|
+
namespace red {
|
|
150
|
+
let L1_1: string;
|
|
151
|
+
export { L1_1 as L1 };
|
|
152
|
+
let L2_1: string;
|
|
153
|
+
export { L2_1 as L2 };
|
|
154
|
+
let L3_1: string;
|
|
155
|
+
export { L3_1 as L3 };
|
|
156
|
+
let L4_1: string;
|
|
157
|
+
export { L4_1 as L4 };
|
|
158
|
+
let L5_1: string;
|
|
159
|
+
export { L5_1 as L5 };
|
|
160
|
+
let L6_1: string;
|
|
161
|
+
export { L6_1 as L6 };
|
|
162
|
+
let L7_1: string;
|
|
163
|
+
export { L7_1 as L7 };
|
|
164
|
+
let L8_1: string;
|
|
165
|
+
export { L8_1 as L8 };
|
|
166
|
+
let L9_1: string;
|
|
167
|
+
export { L9_1 as L9 };
|
|
168
|
+
let L10_1: string;
|
|
169
|
+
export { L10_1 as L10 };
|
|
170
|
+
let L11_1: string;
|
|
171
|
+
export { L11_1 as L11 };
|
|
172
|
+
let L12_1: string;
|
|
173
|
+
export { L12_1 as L12 };
|
|
174
|
+
}
|
|
175
|
+
namespace green {
|
|
176
|
+
let L1_2: string;
|
|
177
|
+
export { L1_2 as L1 };
|
|
178
|
+
let L2_2: string;
|
|
179
|
+
export { L2_2 as L2 };
|
|
180
|
+
let L3_2: string;
|
|
181
|
+
export { L3_2 as L3 };
|
|
182
|
+
let L4_2: string;
|
|
183
|
+
export { L4_2 as L4 };
|
|
184
|
+
let L5_2: string;
|
|
185
|
+
export { L5_2 as L5 };
|
|
186
|
+
let L6_2: string;
|
|
187
|
+
export { L6_2 as L6 };
|
|
188
|
+
let L7_2: string;
|
|
189
|
+
export { L7_2 as L7 };
|
|
190
|
+
let L8_2: string;
|
|
191
|
+
export { L8_2 as L8 };
|
|
192
|
+
let L9_2: string;
|
|
193
|
+
export { L9_2 as L9 };
|
|
194
|
+
let L10_2: string;
|
|
195
|
+
export { L10_2 as L10 };
|
|
196
|
+
let L11_2: string;
|
|
197
|
+
export { L11_2 as L11 };
|
|
198
|
+
let L12_2: string;
|
|
199
|
+
export { L12_2 as L12 };
|
|
200
|
+
}
|
|
201
|
+
namespace yellow {
|
|
202
|
+
let L1_3: string;
|
|
203
|
+
export { L1_3 as L1 };
|
|
204
|
+
let L2_3: string;
|
|
205
|
+
export { L2_3 as L2 };
|
|
206
|
+
let L3_3: string;
|
|
207
|
+
export { L3_3 as L3 };
|
|
208
|
+
let L4_3: string;
|
|
209
|
+
export { L4_3 as L4 };
|
|
210
|
+
let L5_3: string;
|
|
211
|
+
export { L5_3 as L5 };
|
|
212
|
+
let L6_3: string;
|
|
213
|
+
export { L6_3 as L6 };
|
|
214
|
+
let L7_3: string;
|
|
215
|
+
export { L7_3 as L7 };
|
|
216
|
+
let L8_3: string;
|
|
217
|
+
export { L8_3 as L8 };
|
|
218
|
+
let L9_3: string;
|
|
219
|
+
export { L9_3 as L9 };
|
|
220
|
+
let L10_3: string;
|
|
221
|
+
export { L10_3 as L10 };
|
|
222
|
+
let L11_3: string;
|
|
223
|
+
export { L11_3 as L11 };
|
|
224
|
+
let L12_3: string;
|
|
225
|
+
export { L12_3 as L12 };
|
|
226
|
+
}
|
|
227
|
+
namespace cyan {
|
|
228
|
+
let L1_4: string;
|
|
229
|
+
export { L1_4 as L1 };
|
|
230
|
+
let L2_4: string;
|
|
231
|
+
export { L2_4 as L2 };
|
|
232
|
+
let L3_4: string;
|
|
233
|
+
export { L3_4 as L3 };
|
|
234
|
+
let L4_4: string;
|
|
235
|
+
export { L4_4 as L4 };
|
|
236
|
+
let L5_4: string;
|
|
237
|
+
export { L5_4 as L5 };
|
|
238
|
+
let L6_4: string;
|
|
239
|
+
export { L6_4 as L6 };
|
|
240
|
+
let L7_4: string;
|
|
241
|
+
export { L7_4 as L7 };
|
|
242
|
+
let L8_4: string;
|
|
243
|
+
export { L8_4 as L8 };
|
|
244
|
+
let L9_4: string;
|
|
245
|
+
export { L9_4 as L9 };
|
|
246
|
+
let L10_4: string;
|
|
247
|
+
export { L10_4 as L10 };
|
|
248
|
+
let L11_4: string;
|
|
249
|
+
export { L11_4 as L11 };
|
|
250
|
+
let L12_4: string;
|
|
251
|
+
export { L12_4 as L12 };
|
|
252
|
+
}
|
|
253
|
+
namespace blue {
|
|
254
|
+
let L1_5: string;
|
|
255
|
+
export { L1_5 as L1 };
|
|
256
|
+
let L2_5: string;
|
|
257
|
+
export { L2_5 as L2 };
|
|
258
|
+
let L3_5: string;
|
|
259
|
+
export { L3_5 as L3 };
|
|
260
|
+
let L4_5: string;
|
|
261
|
+
export { L4_5 as L4 };
|
|
262
|
+
let L5_5: string;
|
|
263
|
+
export { L5_5 as L5 };
|
|
264
|
+
let L6_5: string;
|
|
265
|
+
export { L6_5 as L6 };
|
|
266
|
+
let L7_5: string;
|
|
267
|
+
export { L7_5 as L7 };
|
|
268
|
+
let L8_5: string;
|
|
269
|
+
export { L8_5 as L8 };
|
|
270
|
+
let L9_5: string;
|
|
271
|
+
export { L9_5 as L9 };
|
|
272
|
+
let L10_5: string;
|
|
273
|
+
export { L10_5 as L10 };
|
|
274
|
+
let L11_5: string;
|
|
275
|
+
export { L11_5 as L11 };
|
|
276
|
+
let L12_5: string;
|
|
277
|
+
export { L12_5 as L12 };
|
|
278
|
+
}
|
|
279
|
+
namespace purple {
|
|
280
|
+
let L1_6: string;
|
|
281
|
+
export { L1_6 as L1 };
|
|
282
|
+
let L2_6: string;
|
|
283
|
+
export { L2_6 as L2 };
|
|
284
|
+
let L3_6: string;
|
|
285
|
+
export { L3_6 as L3 };
|
|
286
|
+
let L4_6: string;
|
|
287
|
+
export { L4_6 as L4 };
|
|
288
|
+
let L5_6: string;
|
|
289
|
+
export { L5_6 as L5 };
|
|
290
|
+
let L6_6: string;
|
|
291
|
+
export { L6_6 as L6 };
|
|
292
|
+
let L7_6: string;
|
|
293
|
+
export { L7_6 as L7 };
|
|
294
|
+
let L8_6: string;
|
|
295
|
+
export { L8_6 as L8 };
|
|
296
|
+
let L9_6: string;
|
|
297
|
+
export { L9_6 as L9 };
|
|
298
|
+
let L10_6: string;
|
|
299
|
+
export { L10_6 as L10 };
|
|
300
|
+
let L11_6: string;
|
|
301
|
+
export { L11_6 as L11 };
|
|
302
|
+
let L12_6: string;
|
|
303
|
+
export { L12_6 as L12 };
|
|
304
|
+
}
|
|
305
|
+
namespace plum {
|
|
306
|
+
let L1_7: string;
|
|
307
|
+
export { L1_7 as L1 };
|
|
308
|
+
let L2_7: string;
|
|
309
|
+
export { L2_7 as L2 };
|
|
310
|
+
let L3_7: string;
|
|
311
|
+
export { L3_7 as L3 };
|
|
312
|
+
let L4_7: string;
|
|
313
|
+
export { L4_7 as L4 };
|
|
314
|
+
let L5_7: string;
|
|
315
|
+
export { L5_7 as L5 };
|
|
316
|
+
let L6_7: string;
|
|
317
|
+
export { L6_7 as L6 };
|
|
318
|
+
let L7_7: string;
|
|
319
|
+
export { L7_7 as L7 };
|
|
320
|
+
let L8_7: string;
|
|
321
|
+
export { L8_7 as L8 };
|
|
322
|
+
let L9_7: string;
|
|
323
|
+
export { L9_7 as L9 };
|
|
324
|
+
let L10_7: string;
|
|
325
|
+
export { L10_7 as L10 };
|
|
326
|
+
let L11_7: string;
|
|
327
|
+
export { L11_7 as L11 };
|
|
328
|
+
let L12_7: string;
|
|
329
|
+
export { L12_7 as L12 };
|
|
330
|
+
}
|
|
331
|
+
namespace peach {
|
|
332
|
+
let L1_8: string;
|
|
333
|
+
export { L1_8 as L1 };
|
|
334
|
+
let L2_8: string;
|
|
335
|
+
export { L2_8 as L2 };
|
|
336
|
+
let L3_8: string;
|
|
337
|
+
export { L3_8 as L3 };
|
|
338
|
+
let L9_8: string;
|
|
339
|
+
export { L9_8 as L9 };
|
|
340
|
+
let L10_8: string;
|
|
341
|
+
export { L10_8 as L10 };
|
|
342
|
+
let L11_8: string;
|
|
343
|
+
export { L11_8 as L11 };
|
|
344
|
+
let L12_8: string;
|
|
345
|
+
export { L12_8 as L12 };
|
|
346
|
+
}
|
|
347
|
+
namespace sunglow {
|
|
348
|
+
let L1_9: string;
|
|
349
|
+
export { L1_9 as L1 };
|
|
350
|
+
let L2_9: string;
|
|
351
|
+
export { L2_9 as L2 };
|
|
352
|
+
let L3_9: string;
|
|
353
|
+
export { L3_9 as L3 };
|
|
354
|
+
let L9_9: string;
|
|
355
|
+
export { L9_9 as L9 };
|
|
356
|
+
let L10_9: string;
|
|
357
|
+
export { L10_9 as L10 };
|
|
358
|
+
let L11_9: string;
|
|
359
|
+
export { L11_9 as L11 };
|
|
360
|
+
let L12_9: string;
|
|
361
|
+
export { L12_9 as L12 };
|
|
362
|
+
}
|
|
363
|
+
namespace teal {
|
|
364
|
+
let L1_10: string;
|
|
365
|
+
export { L1_10 as L1 };
|
|
366
|
+
let L2_10: string;
|
|
367
|
+
export { L2_10 as L2 };
|
|
368
|
+
let L3_10: string;
|
|
369
|
+
export { L3_10 as L3 };
|
|
370
|
+
let L4_8: string;
|
|
371
|
+
export { L4_8 as L4 };
|
|
372
|
+
let L5_8: string;
|
|
373
|
+
export { L5_8 as L5 };
|
|
374
|
+
let L6_8: string;
|
|
375
|
+
export { L6_8 as L6 };
|
|
376
|
+
let L7_8: string;
|
|
377
|
+
export { L7_8 as L7 };
|
|
378
|
+
let L8_8: string;
|
|
379
|
+
export { L8_8 as L8 };
|
|
380
|
+
let L9_10: string;
|
|
381
|
+
export { L9_10 as L9 };
|
|
382
|
+
let L10_10: string;
|
|
383
|
+
export { L10_10 as L10 };
|
|
384
|
+
let L11_10: string;
|
|
385
|
+
export { L11_10 as L11 };
|
|
386
|
+
let L12_10: string;
|
|
387
|
+
export { L12_10 as L12 };
|
|
388
|
+
}
|
|
389
|
+
namespace orange {
|
|
390
|
+
let L1_11: string;
|
|
391
|
+
export { L1_11 as L1 };
|
|
392
|
+
let L2_11: string;
|
|
393
|
+
export { L2_11 as L2 };
|
|
394
|
+
let L3_11: string;
|
|
395
|
+
export { L3_11 as L3 };
|
|
396
|
+
let L4_9: string;
|
|
397
|
+
export { L4_9 as L4 };
|
|
398
|
+
let L5_9: string;
|
|
399
|
+
export { L5_9 as L5 };
|
|
400
|
+
let L6_9: string;
|
|
401
|
+
export { L6_9 as L6 };
|
|
402
|
+
let L7_9: string;
|
|
403
|
+
export { L7_9 as L7 };
|
|
404
|
+
let L8_9: string;
|
|
405
|
+
export { L8_9 as L8 };
|
|
406
|
+
let L9_11: string;
|
|
407
|
+
export { L9_11 as L9 };
|
|
408
|
+
let L10_11: string;
|
|
409
|
+
export { L10_11 as L10 };
|
|
410
|
+
let L11_11: string;
|
|
411
|
+
export { L11_11 as L11 };
|
|
412
|
+
let L12_11: string;
|
|
413
|
+
export { L12_11 as L12 };
|
|
414
|
+
}
|
|
415
|
+
namespace canvas {
|
|
416
|
+
let DEFAULT: string;
|
|
417
|
+
}
|
|
418
|
+
namespace surface {
|
|
419
|
+
namespace primary {
|
|
420
|
+
export let highest: string;
|
|
421
|
+
export let high: string;
|
|
422
|
+
let DEFAULT_1: string;
|
|
423
|
+
export { DEFAULT_1 as DEFAULT };
|
|
424
|
+
export let enabled: string;
|
|
425
|
+
export let hover: string;
|
|
426
|
+
export let pressed: string;
|
|
427
|
+
export let focus: string;
|
|
428
|
+
export let active: string;
|
|
429
|
+
export let disabled: string;
|
|
430
|
+
export let low: string;
|
|
431
|
+
export namespace lowest {
|
|
432
|
+
let DEFAULT_2: string;
|
|
433
|
+
export { DEFAULT_2 as DEFAULT };
|
|
434
|
+
let enabled_1: string;
|
|
435
|
+
export { enabled_1 as enabled };
|
|
436
|
+
let hover_1: string;
|
|
437
|
+
export { hover_1 as hover };
|
|
438
|
+
let pressed_1: string;
|
|
439
|
+
export { pressed_1 as pressed };
|
|
440
|
+
let focus_1: string;
|
|
441
|
+
export { focus_1 as focus };
|
|
442
|
+
let active_1: string;
|
|
443
|
+
export { active_1 as active };
|
|
444
|
+
let disabled_1: string;
|
|
445
|
+
export { disabled_1 as disabled };
|
|
446
|
+
}
|
|
447
|
+
}
|
|
448
|
+
namespace neutral {
|
|
449
|
+
let DEFAULT_3: string;
|
|
450
|
+
export { DEFAULT_3 as DEFAULT };
|
|
451
|
+
let enabled_2: string;
|
|
452
|
+
export { enabled_2 as enabled };
|
|
453
|
+
let hover_2: string;
|
|
454
|
+
export { hover_2 as hover };
|
|
455
|
+
let pressed_2: string;
|
|
456
|
+
export { pressed_2 as pressed };
|
|
457
|
+
let focus_2: string;
|
|
458
|
+
export { focus_2 as focus };
|
|
459
|
+
let active_2: string;
|
|
460
|
+
export { active_2 as active };
|
|
461
|
+
export let selected: string;
|
|
462
|
+
let disabled_2: string;
|
|
463
|
+
export { disabled_2 as disabled };
|
|
464
|
+
export namespace low_1 {
|
|
465
|
+
let DEFAULT_4: string;
|
|
466
|
+
export { DEFAULT_4 as DEFAULT };
|
|
467
|
+
let hover_3: string;
|
|
468
|
+
export { hover_3 as hover };
|
|
469
|
+
}
|
|
470
|
+
export { low_1 as low };
|
|
471
|
+
let lowest_1: string;
|
|
472
|
+
export { lowest_1 as lowest };
|
|
473
|
+
}
|
|
474
|
+
namespace danger {
|
|
475
|
+
let DEFAULT_5: string;
|
|
476
|
+
export { DEFAULT_5 as DEFAULT };
|
|
477
|
+
let enabled_3: string;
|
|
478
|
+
export { enabled_3 as enabled };
|
|
479
|
+
let hover_4: string;
|
|
480
|
+
export { hover_4 as hover };
|
|
481
|
+
let pressed_3: string;
|
|
482
|
+
export { pressed_3 as pressed };
|
|
483
|
+
let focus_3: string;
|
|
484
|
+
export { focus_3 as focus };
|
|
485
|
+
let active_3: string;
|
|
486
|
+
export { active_3 as active };
|
|
487
|
+
let disabled_3: string;
|
|
488
|
+
export { disabled_3 as disabled };
|
|
489
|
+
let low_2: string;
|
|
490
|
+
export { low_2 as low };
|
|
491
|
+
export namespace lowest_2 {
|
|
492
|
+
let DEFAULT_6: string;
|
|
493
|
+
export { DEFAULT_6 as DEFAULT };
|
|
494
|
+
let enabled_4: string;
|
|
495
|
+
export { enabled_4 as enabled };
|
|
496
|
+
let hover_5: string;
|
|
497
|
+
export { hover_5 as hover };
|
|
498
|
+
let pressed_4: string;
|
|
499
|
+
export { pressed_4 as pressed };
|
|
500
|
+
let focus_4: string;
|
|
501
|
+
export { focus_4 as focus };
|
|
502
|
+
let active_4: string;
|
|
503
|
+
export { active_4 as active };
|
|
504
|
+
let disabled_4: string;
|
|
505
|
+
export { disabled_4 as disabled };
|
|
506
|
+
}
|
|
507
|
+
export { lowest_2 as lowest };
|
|
508
|
+
}
|
|
509
|
+
namespace warning {
|
|
510
|
+
let DEFAULT_7: string;
|
|
511
|
+
export { DEFAULT_7 as DEFAULT };
|
|
512
|
+
let enabled_5: string;
|
|
513
|
+
export { enabled_5 as enabled };
|
|
514
|
+
let hover_6: string;
|
|
515
|
+
export { hover_6 as hover };
|
|
516
|
+
let pressed_5: string;
|
|
517
|
+
export { pressed_5 as pressed };
|
|
518
|
+
let focus_5: string;
|
|
519
|
+
export { focus_5 as focus };
|
|
520
|
+
let active_5: string;
|
|
521
|
+
export { active_5 as active };
|
|
522
|
+
let disabled_5: string;
|
|
523
|
+
export { disabled_5 as disabled };
|
|
524
|
+
let low_3: string;
|
|
525
|
+
export { low_3 as low };
|
|
526
|
+
export namespace lowest_3 {
|
|
527
|
+
let DEFAULT_8: string;
|
|
528
|
+
export { DEFAULT_8 as DEFAULT };
|
|
529
|
+
let enabled_6: string;
|
|
530
|
+
export { enabled_6 as enabled };
|
|
531
|
+
let hover_7: string;
|
|
532
|
+
export { hover_7 as hover };
|
|
533
|
+
let pressed_6: string;
|
|
534
|
+
export { pressed_6 as pressed };
|
|
535
|
+
let focus_6: string;
|
|
536
|
+
export { focus_6 as focus };
|
|
537
|
+
let active_6: string;
|
|
538
|
+
export { active_6 as active };
|
|
539
|
+
let disabled_6: string;
|
|
540
|
+
export { disabled_6 as disabled };
|
|
541
|
+
}
|
|
542
|
+
export { lowest_3 as lowest };
|
|
543
|
+
}
|
|
544
|
+
namespace success {
|
|
545
|
+
let DEFAULT_9: string;
|
|
546
|
+
export { DEFAULT_9 as DEFAULT };
|
|
547
|
+
let low_4: string;
|
|
548
|
+
export { low_4 as low };
|
|
549
|
+
export namespace lowest_4 {
|
|
550
|
+
let DEFAULT_10: string;
|
|
551
|
+
export { DEFAULT_10 as DEFAULT };
|
|
552
|
+
let enabled_7: string;
|
|
553
|
+
export { enabled_7 as enabled };
|
|
554
|
+
let hover_8: string;
|
|
555
|
+
export { hover_8 as hover };
|
|
556
|
+
let pressed_7: string;
|
|
557
|
+
export { pressed_7 as pressed };
|
|
558
|
+
let focus_7: string;
|
|
559
|
+
export { focus_7 as focus };
|
|
560
|
+
let active_7: string;
|
|
561
|
+
export { active_7 as active };
|
|
562
|
+
let disabled_7: string;
|
|
563
|
+
export { disabled_7 as disabled };
|
|
564
|
+
}
|
|
565
|
+
export { lowest_4 as lowest };
|
|
566
|
+
}
|
|
567
|
+
namespace info {
|
|
568
|
+
let DEFAULT_11: string;
|
|
569
|
+
export { DEFAULT_11 as DEFAULT };
|
|
570
|
+
let low_5: string;
|
|
571
|
+
export { low_5 as low };
|
|
572
|
+
export namespace lowest_5 {
|
|
573
|
+
let DEFAULT_12: string;
|
|
574
|
+
export { DEFAULT_12 as DEFAULT };
|
|
575
|
+
let enabled_8: string;
|
|
576
|
+
export { enabled_8 as enabled };
|
|
577
|
+
let hover_9: string;
|
|
578
|
+
export { hover_9 as hover };
|
|
579
|
+
let pressed_8: string;
|
|
580
|
+
export { pressed_8 as pressed };
|
|
581
|
+
let focus_8: string;
|
|
582
|
+
export { focus_8 as focus };
|
|
583
|
+
let active_8: string;
|
|
584
|
+
export { active_8 as active };
|
|
585
|
+
let disabled_8: string;
|
|
586
|
+
export { disabled_8 as disabled };
|
|
587
|
+
}
|
|
588
|
+
export { lowest_5 as lowest };
|
|
589
|
+
}
|
|
590
|
+
namespace promo {
|
|
591
|
+
let DEFAULT_13: string;
|
|
592
|
+
export { DEFAULT_13 as DEFAULT };
|
|
593
|
+
let low_6: string;
|
|
594
|
+
export { low_6 as low };
|
|
595
|
+
let lowest_6: string;
|
|
596
|
+
export { lowest_6 as lowest };
|
|
597
|
+
}
|
|
598
|
+
namespace ai {
|
|
599
|
+
let low_7: string;
|
|
600
|
+
export { low_7 as low };
|
|
601
|
+
}
|
|
602
|
+
let form: {
|
|
603
|
+
enabled: string;
|
|
604
|
+
hover: string;
|
|
605
|
+
pressed: string;
|
|
606
|
+
focus: string;
|
|
607
|
+
active: string;
|
|
608
|
+
selected: string;
|
|
609
|
+
disabled: string;
|
|
610
|
+
"read-only": string;
|
|
611
|
+
error: string;
|
|
612
|
+
};
|
|
613
|
+
namespace inverted {
|
|
614
|
+
let DEFAULT_14: string;
|
|
615
|
+
export { DEFAULT_14 as DEFAULT };
|
|
616
|
+
let enabled_9: string;
|
|
617
|
+
export { enabled_9 as enabled };
|
|
618
|
+
let hover_10: string;
|
|
619
|
+
export { hover_10 as hover };
|
|
620
|
+
let pressed_9: string;
|
|
621
|
+
export { pressed_9 as pressed };
|
|
622
|
+
let focus_9: string;
|
|
623
|
+
export { focus_9 as focus };
|
|
624
|
+
let active_9: string;
|
|
625
|
+
export { active_9 as active };
|
|
626
|
+
}
|
|
627
|
+
}
|
|
628
|
+
namespace content {
|
|
629
|
+
export namespace primary_1 {
|
|
630
|
+
let DEFAULT_15: string;
|
|
631
|
+
export { DEFAULT_15 as DEFAULT };
|
|
632
|
+
let enabled_10: string;
|
|
633
|
+
export { enabled_10 as enabled };
|
|
634
|
+
let hover_11: string;
|
|
635
|
+
export { hover_11 as hover };
|
|
636
|
+
let pressed_10: string;
|
|
637
|
+
export { pressed_10 as pressed };
|
|
638
|
+
let focus_10: string;
|
|
639
|
+
export { focus_10 as focus };
|
|
640
|
+
let active_10: string;
|
|
641
|
+
export { active_10 as active };
|
|
642
|
+
let disabled_9: string;
|
|
643
|
+
export { disabled_9 as disabled };
|
|
644
|
+
let high_1: string;
|
|
645
|
+
export { high_1 as high };
|
|
646
|
+
}
|
|
647
|
+
export { primary_1 as primary };
|
|
648
|
+
export namespace neutral_1 {
|
|
649
|
+
let DEFAULT_16: string;
|
|
650
|
+
export { DEFAULT_16 as DEFAULT };
|
|
651
|
+
let enabled_11: string;
|
|
652
|
+
export { enabled_11 as enabled };
|
|
653
|
+
let hover_12: string;
|
|
654
|
+
export { hover_12 as hover };
|
|
655
|
+
let pressed_11: string;
|
|
656
|
+
export { pressed_11 as pressed };
|
|
657
|
+
let focus_11: string;
|
|
658
|
+
export { focus_11 as focus };
|
|
659
|
+
let active_11: string;
|
|
660
|
+
export { active_11 as active };
|
|
661
|
+
let disabled_10: string;
|
|
662
|
+
export { disabled_10 as disabled };
|
|
663
|
+
let low_8: string;
|
|
664
|
+
export { low_8 as low };
|
|
665
|
+
export namespace lowest_7 {
|
|
666
|
+
let DEFAULT_17: string;
|
|
667
|
+
export { DEFAULT_17 as DEFAULT };
|
|
668
|
+
let enabled_12: string;
|
|
669
|
+
export { enabled_12 as enabled };
|
|
670
|
+
let hover_13: string;
|
|
671
|
+
export { hover_13 as hover };
|
|
672
|
+
let pressed_12: string;
|
|
673
|
+
export { pressed_12 as pressed };
|
|
674
|
+
let focus_12: string;
|
|
675
|
+
export { focus_12 as focus };
|
|
676
|
+
let active_12: string;
|
|
677
|
+
export { active_12 as active };
|
|
678
|
+
let disabled_11: string;
|
|
679
|
+
export { disabled_11 as disabled };
|
|
680
|
+
}
|
|
681
|
+
export { lowest_7 as lowest };
|
|
682
|
+
}
|
|
683
|
+
export { neutral_1 as neutral };
|
|
684
|
+
export namespace danger_1 {
|
|
685
|
+
let DEFAULT_18: string;
|
|
686
|
+
export { DEFAULT_18 as DEFAULT };
|
|
687
|
+
let enabled_13: string;
|
|
688
|
+
export { enabled_13 as enabled };
|
|
689
|
+
let hover_14: string;
|
|
690
|
+
export { hover_14 as hover };
|
|
691
|
+
let pressed_13: string;
|
|
692
|
+
export { pressed_13 as pressed };
|
|
693
|
+
let focus_13: string;
|
|
694
|
+
export { focus_13 as focus };
|
|
695
|
+
let active_13: string;
|
|
696
|
+
export { active_13 as active };
|
|
697
|
+
let disabled_12: string;
|
|
698
|
+
export { disabled_12 as disabled };
|
|
699
|
+
let high_2: string;
|
|
700
|
+
export { high_2 as high };
|
|
701
|
+
}
|
|
702
|
+
export { danger_1 as danger };
|
|
703
|
+
export namespace warning_1 {
|
|
704
|
+
let DEFAULT_19: string;
|
|
705
|
+
export { DEFAULT_19 as DEFAULT };
|
|
706
|
+
let enabled_14: string;
|
|
707
|
+
export { enabled_14 as enabled };
|
|
708
|
+
let hover_15: string;
|
|
709
|
+
export { hover_15 as hover };
|
|
710
|
+
let pressed_14: string;
|
|
711
|
+
export { pressed_14 as pressed };
|
|
712
|
+
let focus_14: string;
|
|
713
|
+
export { focus_14 as focus };
|
|
714
|
+
let active_14: string;
|
|
715
|
+
export { active_14 as active };
|
|
716
|
+
let disabled_13: string;
|
|
717
|
+
export { disabled_13 as disabled };
|
|
718
|
+
let high_3: string;
|
|
719
|
+
export { high_3 as high };
|
|
720
|
+
}
|
|
721
|
+
export { warning_1 as warning };
|
|
722
|
+
export namespace success_1 {
|
|
723
|
+
let DEFAULT_20: string;
|
|
724
|
+
export { DEFAULT_20 as DEFAULT };
|
|
725
|
+
let enabled_15: string;
|
|
726
|
+
export { enabled_15 as enabled };
|
|
727
|
+
let hover_16: string;
|
|
728
|
+
export { hover_16 as hover };
|
|
729
|
+
let pressed_15: string;
|
|
730
|
+
export { pressed_15 as pressed };
|
|
731
|
+
let focus_15: string;
|
|
732
|
+
export { focus_15 as focus };
|
|
733
|
+
let active_15: string;
|
|
734
|
+
export { active_15 as active };
|
|
735
|
+
let disabled_14: string;
|
|
736
|
+
export { disabled_14 as disabled };
|
|
737
|
+
let high_4: string;
|
|
738
|
+
export { high_4 as high };
|
|
739
|
+
}
|
|
740
|
+
export { success_1 as success };
|
|
741
|
+
export namespace info_1 {
|
|
742
|
+
let DEFAULT_21: string;
|
|
743
|
+
export { DEFAULT_21 as DEFAULT };
|
|
744
|
+
let enabled_16: string;
|
|
745
|
+
export { enabled_16 as enabled };
|
|
746
|
+
let hover_17: string;
|
|
747
|
+
export { hover_17 as hover };
|
|
748
|
+
let pressed_16: string;
|
|
749
|
+
export { pressed_16 as pressed };
|
|
750
|
+
let focus_16: string;
|
|
751
|
+
export { focus_16 as focus };
|
|
752
|
+
let active_16: string;
|
|
753
|
+
export { active_16 as active };
|
|
754
|
+
let disabled_15: string;
|
|
755
|
+
export { disabled_15 as disabled };
|
|
756
|
+
let high_5: string;
|
|
757
|
+
export { high_5 as high };
|
|
758
|
+
}
|
|
759
|
+
export { info_1 as info };
|
|
760
|
+
export namespace promo_1 {
|
|
761
|
+
let DEFAULT_22: string;
|
|
762
|
+
export { DEFAULT_22 as DEFAULT };
|
|
763
|
+
let high_6: string;
|
|
764
|
+
export { high_6 as high };
|
|
765
|
+
}
|
|
766
|
+
export { promo_1 as promo };
|
|
767
|
+
let form_1: {
|
|
768
|
+
enabled: string;
|
|
769
|
+
hover: string;
|
|
770
|
+
pressed: string;
|
|
771
|
+
focus: string;
|
|
772
|
+
active: string;
|
|
773
|
+
selected: string;
|
|
774
|
+
disabled: string;
|
|
775
|
+
"read-only": string;
|
|
776
|
+
invalid: string;
|
|
777
|
+
};
|
|
778
|
+
export { form_1 as form };
|
|
779
|
+
export namespace inverted_1 {
|
|
780
|
+
let DEFAULT_23: string;
|
|
781
|
+
export { DEFAULT_23 as DEFAULT };
|
|
782
|
+
let enabled_17: string;
|
|
783
|
+
export { enabled_17 as enabled };
|
|
784
|
+
let hover_18: string;
|
|
785
|
+
export { hover_18 as hover };
|
|
786
|
+
let pressed_17: string;
|
|
787
|
+
export { pressed_17 as pressed };
|
|
788
|
+
let focus_17: string;
|
|
789
|
+
export { focus_17 as focus };
|
|
790
|
+
let active_17: string;
|
|
791
|
+
export { active_17 as active };
|
|
792
|
+
let disabled_16: string;
|
|
793
|
+
export { disabled_16 as disabled };
|
|
794
|
+
}
|
|
795
|
+
export { inverted_1 as inverted };
|
|
796
|
+
}
|
|
797
|
+
namespace border {
|
|
798
|
+
export namespace primary_2 {
|
|
799
|
+
let DEFAULT_24: string;
|
|
800
|
+
export { DEFAULT_24 as DEFAULT };
|
|
801
|
+
let enabled_18: string;
|
|
802
|
+
export { enabled_18 as enabled };
|
|
803
|
+
let hover_19: string;
|
|
804
|
+
export { hover_19 as hover };
|
|
805
|
+
let pressed_18: string;
|
|
806
|
+
export { pressed_18 as pressed };
|
|
807
|
+
let focus_18: string;
|
|
808
|
+
export { focus_18 as focus };
|
|
809
|
+
let active_18: string;
|
|
810
|
+
export { active_18 as active };
|
|
811
|
+
let disabled_17: string;
|
|
812
|
+
export { disabled_17 as disabled };
|
|
813
|
+
}
|
|
814
|
+
export { primary_2 as primary };
|
|
815
|
+
export namespace neutral_2 {
|
|
816
|
+
export namespace high_7 {
|
|
817
|
+
let DEFAULT_25: string;
|
|
818
|
+
export { DEFAULT_25 as DEFAULT };
|
|
819
|
+
let enabled_19: string;
|
|
820
|
+
export { enabled_19 as enabled };
|
|
821
|
+
let hover_20: string;
|
|
822
|
+
export { hover_20 as hover };
|
|
823
|
+
let pressed_19: string;
|
|
824
|
+
export { pressed_19 as pressed };
|
|
825
|
+
let focus_19: string;
|
|
826
|
+
export { focus_19 as focus };
|
|
827
|
+
let active_19: string;
|
|
828
|
+
export { active_19 as active };
|
|
829
|
+
let disabled_18: string;
|
|
830
|
+
export { disabled_18 as disabled };
|
|
831
|
+
}
|
|
832
|
+
export { high_7 as high };
|
|
833
|
+
let DEFAULT_26: string;
|
|
834
|
+
export { DEFAULT_26 as DEFAULT };
|
|
835
|
+
let enabled_20: string;
|
|
836
|
+
export { enabled_20 as enabled };
|
|
837
|
+
let hover_21: string;
|
|
838
|
+
export { hover_21 as hover };
|
|
839
|
+
let active_20: string;
|
|
840
|
+
export { active_20 as active };
|
|
841
|
+
let selected_1: string;
|
|
842
|
+
export { selected_1 as selected };
|
|
843
|
+
let disabled_19: string;
|
|
844
|
+
export { disabled_19 as disabled };
|
|
845
|
+
}
|
|
846
|
+
export { neutral_2 as neutral };
|
|
847
|
+
export namespace danger_2 {
|
|
848
|
+
let DEFAULT_27: string;
|
|
849
|
+
export { DEFAULT_27 as DEFAULT };
|
|
850
|
+
let lowest_8: string;
|
|
851
|
+
export { lowest_8 as lowest };
|
|
852
|
+
}
|
|
853
|
+
export { danger_2 as danger };
|
|
854
|
+
export namespace warning_2 {
|
|
855
|
+
let DEFAULT_28: string;
|
|
856
|
+
export { DEFAULT_28 as DEFAULT };
|
|
857
|
+
let lowest_9: string;
|
|
858
|
+
export { lowest_9 as lowest };
|
|
859
|
+
}
|
|
860
|
+
export { warning_2 as warning };
|
|
861
|
+
export namespace success_2 {
|
|
862
|
+
let DEFAULT_29: string;
|
|
863
|
+
export { DEFAULT_29 as DEFAULT };
|
|
864
|
+
let low_9: string;
|
|
865
|
+
export { low_9 as low };
|
|
866
|
+
let lowest_10: string;
|
|
867
|
+
export { lowest_10 as lowest };
|
|
868
|
+
}
|
|
869
|
+
export { success_2 as success };
|
|
870
|
+
export namespace info_2 {
|
|
871
|
+
let DEFAULT_30: string;
|
|
872
|
+
export { DEFAULT_30 as DEFAULT };
|
|
873
|
+
let lowest_11: string;
|
|
874
|
+
export { lowest_11 as lowest };
|
|
875
|
+
}
|
|
876
|
+
export { info_2 as info };
|
|
877
|
+
export namespace promo_2 {
|
|
878
|
+
let DEFAULT_31: string;
|
|
879
|
+
export { DEFAULT_31 as DEFAULT };
|
|
880
|
+
let lowest_12: string;
|
|
881
|
+
export { lowest_12 as lowest };
|
|
882
|
+
}
|
|
883
|
+
export { promo_2 as promo };
|
|
884
|
+
let form_2: {
|
|
885
|
+
enabled: string;
|
|
886
|
+
hover: string;
|
|
887
|
+
pressed: string;
|
|
888
|
+
focus: string;
|
|
889
|
+
active: string;
|
|
890
|
+
selected: string;
|
|
891
|
+
disabled: string;
|
|
892
|
+
"read-only": string;
|
|
893
|
+
error: string;
|
|
894
|
+
};
|
|
895
|
+
export { form_2 as form };
|
|
896
|
+
export namespace inverted_2 {
|
|
897
|
+
let DEFAULT_32: string;
|
|
898
|
+
export { DEFAULT_32 as DEFAULT };
|
|
899
|
+
let enabled_21: string;
|
|
900
|
+
export { enabled_21 as enabled };
|
|
901
|
+
let hover_22: string;
|
|
902
|
+
export { hover_22 as hover };
|
|
903
|
+
let pressed_20: string;
|
|
904
|
+
export { pressed_20 as pressed };
|
|
905
|
+
let focus_20: string;
|
|
906
|
+
export { focus_20 as focus };
|
|
907
|
+
let active_21: string;
|
|
908
|
+
export { active_21 as active };
|
|
909
|
+
let disabled_20: string;
|
|
910
|
+
export { disabled_20 as disabled };
|
|
911
|
+
let high_8: string;
|
|
912
|
+
export { high_8 as high };
|
|
913
|
+
}
|
|
914
|
+
export { inverted_2 as inverted };
|
|
915
|
+
}
|
|
916
|
+
let utility: {
|
|
917
|
+
"focus-ring": string;
|
|
918
|
+
"inverted-focus-ring": string;
|
|
919
|
+
backdrop: string;
|
|
920
|
+
};
|
|
921
|
+
}
|
|
922
|
+
let borderRadius: {
|
|
923
|
+
"0": string;
|
|
924
|
+
"25": string;
|
|
925
|
+
"50": string;
|
|
926
|
+
"75": string;
|
|
927
|
+
"100": string;
|
|
928
|
+
"125": string;
|
|
929
|
+
"150": string;
|
|
930
|
+
"200": string;
|
|
931
|
+
"300": string;
|
|
932
|
+
"400": string;
|
|
933
|
+
circle: string;
|
|
934
|
+
pill: string;
|
|
935
|
+
};
|
|
936
|
+
namespace boxShadow {
|
|
937
|
+
let canvas_1: string;
|
|
938
|
+
export { canvas_1 as canvas };
|
|
939
|
+
export let raising: string;
|
|
940
|
+
export let floating: string;
|
|
941
|
+
export let flying: string;
|
|
942
|
+
export let soaring: string;
|
|
943
|
+
}
|
|
944
|
+
let size: {
|
|
945
|
+
"0": string;
|
|
946
|
+
"25": string;
|
|
947
|
+
"50": string;
|
|
948
|
+
"75": string;
|
|
949
|
+
"100": string;
|
|
950
|
+
"125": string;
|
|
951
|
+
"150": string;
|
|
952
|
+
"200": string;
|
|
953
|
+
"250": string;
|
|
954
|
+
"300": string;
|
|
955
|
+
"400": string;
|
|
956
|
+
"500": string;
|
|
957
|
+
"600": string;
|
|
958
|
+
"800": string;
|
|
959
|
+
"1000": string;
|
|
960
|
+
full: string;
|
|
961
|
+
auto: string;
|
|
962
|
+
min: string;
|
|
963
|
+
max: string;
|
|
964
|
+
fit: string;
|
|
965
|
+
"1/2": string;
|
|
966
|
+
"1/3": string;
|
|
967
|
+
"2/3": string;
|
|
968
|
+
"1/4": string;
|
|
969
|
+
"2/4": string;
|
|
970
|
+
"3/4": string;
|
|
971
|
+
"1/6": string;
|
|
972
|
+
"2/6": string;
|
|
973
|
+
"3/6": string;
|
|
974
|
+
"4/6": string;
|
|
975
|
+
"5/6": string;
|
|
976
|
+
"1/12": string;
|
|
977
|
+
"2/12": string;
|
|
978
|
+
"3/12": string;
|
|
979
|
+
"4/12": string;
|
|
980
|
+
"5/12": string;
|
|
981
|
+
"6/12": string;
|
|
982
|
+
"7/12": string;
|
|
983
|
+
"8/12": string;
|
|
984
|
+
"9/12": string;
|
|
985
|
+
"10/12": string;
|
|
986
|
+
"11/12": string;
|
|
987
|
+
};
|
|
988
|
+
let width: {
|
|
989
|
+
"0": string;
|
|
990
|
+
"25": string;
|
|
991
|
+
"50": string;
|
|
992
|
+
"75": string;
|
|
993
|
+
"100": string;
|
|
994
|
+
"125": string;
|
|
995
|
+
"150": string;
|
|
996
|
+
"200": string;
|
|
997
|
+
"250": string;
|
|
998
|
+
"300": string;
|
|
999
|
+
"400": string;
|
|
1000
|
+
"500": string;
|
|
1001
|
+
"600": string;
|
|
1002
|
+
"800": string;
|
|
1003
|
+
"1000": string;
|
|
1004
|
+
full: string;
|
|
1005
|
+
auto: string;
|
|
1006
|
+
min: string;
|
|
1007
|
+
max: string;
|
|
1008
|
+
fit: string;
|
|
1009
|
+
screen: string;
|
|
1010
|
+
svw: string;
|
|
1011
|
+
lvw: string;
|
|
1012
|
+
dvw: string;
|
|
1013
|
+
"1/2": string;
|
|
1014
|
+
"1/3": string;
|
|
1015
|
+
"2/3": string;
|
|
1016
|
+
"1/4": string;
|
|
1017
|
+
"2/4": string;
|
|
1018
|
+
"3/4": string;
|
|
1019
|
+
"1/6": string;
|
|
1020
|
+
"2/6": string;
|
|
1021
|
+
"3/6": string;
|
|
1022
|
+
"4/6": string;
|
|
1023
|
+
"5/6": string;
|
|
1024
|
+
"1/12": string;
|
|
1025
|
+
"2/12": string;
|
|
1026
|
+
"3/12": string;
|
|
1027
|
+
"4/12": string;
|
|
1028
|
+
"5/12": string;
|
|
1029
|
+
"6/12": string;
|
|
1030
|
+
"7/12": string;
|
|
1031
|
+
"8/12": string;
|
|
1032
|
+
"9/12": string;
|
|
1033
|
+
"10/12": string;
|
|
1034
|
+
"11/12": string;
|
|
1035
|
+
};
|
|
1036
|
+
let height: {
|
|
1037
|
+
"0": string;
|
|
1038
|
+
"25": string;
|
|
1039
|
+
"50": string;
|
|
1040
|
+
"75": string;
|
|
1041
|
+
"100": string;
|
|
1042
|
+
"125": string;
|
|
1043
|
+
"150": string;
|
|
1044
|
+
"200": string;
|
|
1045
|
+
"250": string;
|
|
1046
|
+
"300": string;
|
|
1047
|
+
"400": string;
|
|
1048
|
+
"500": string;
|
|
1049
|
+
"600": string;
|
|
1050
|
+
"800": string;
|
|
1051
|
+
"1000": string;
|
|
1052
|
+
full: string;
|
|
1053
|
+
auto: string;
|
|
1054
|
+
min: string;
|
|
1055
|
+
max: string;
|
|
1056
|
+
fit: string;
|
|
1057
|
+
screen: string;
|
|
1058
|
+
svh: string;
|
|
1059
|
+
lvh: string;
|
|
1060
|
+
dvh: string;
|
|
1061
|
+
"1/2": string;
|
|
1062
|
+
"1/3": string;
|
|
1063
|
+
"2/3": string;
|
|
1064
|
+
"1/4": string;
|
|
1065
|
+
"2/4": string;
|
|
1066
|
+
"3/4": string;
|
|
1067
|
+
"1/6": string;
|
|
1068
|
+
"2/6": string;
|
|
1069
|
+
"3/6": string;
|
|
1070
|
+
"4/6": string;
|
|
1071
|
+
"5/6": string;
|
|
1072
|
+
"1/12": string;
|
|
1073
|
+
"2/12": string;
|
|
1074
|
+
"3/12": string;
|
|
1075
|
+
"4/12": string;
|
|
1076
|
+
"5/12": string;
|
|
1077
|
+
"6/12": string;
|
|
1078
|
+
"7/12": string;
|
|
1079
|
+
"8/12": string;
|
|
1080
|
+
"9/12": string;
|
|
1081
|
+
"10/12": string;
|
|
1082
|
+
"11/12": string;
|
|
1083
|
+
};
|
|
1084
|
+
let minWidth: {
|
|
1085
|
+
"0": string;
|
|
1086
|
+
"25": string;
|
|
1087
|
+
"50": string;
|
|
1088
|
+
"75": string;
|
|
1089
|
+
"100": string;
|
|
1090
|
+
"125": string;
|
|
1091
|
+
"150": string;
|
|
1092
|
+
"200": string;
|
|
1093
|
+
"250": string;
|
|
1094
|
+
"300": string;
|
|
1095
|
+
"400": string;
|
|
1096
|
+
"500": string;
|
|
1097
|
+
"600": string;
|
|
1098
|
+
"800": string;
|
|
1099
|
+
"1000": string;
|
|
1100
|
+
full: string;
|
|
1101
|
+
auto: string;
|
|
1102
|
+
min: string;
|
|
1103
|
+
max: string;
|
|
1104
|
+
fit: string;
|
|
1105
|
+
"1/2": string;
|
|
1106
|
+
"1/3": string;
|
|
1107
|
+
"2/3": string;
|
|
1108
|
+
"1/4": string;
|
|
1109
|
+
"2/4": string;
|
|
1110
|
+
"3/4": string;
|
|
1111
|
+
"1/6": string;
|
|
1112
|
+
"2/6": string;
|
|
1113
|
+
"3/6": string;
|
|
1114
|
+
"4/6": string;
|
|
1115
|
+
"5/6": string;
|
|
1116
|
+
"1/12": string;
|
|
1117
|
+
"2/12": string;
|
|
1118
|
+
"3/12": string;
|
|
1119
|
+
"4/12": string;
|
|
1120
|
+
"5/12": string;
|
|
1121
|
+
"6/12": string;
|
|
1122
|
+
"7/12": string;
|
|
1123
|
+
"8/12": string;
|
|
1124
|
+
"9/12": string;
|
|
1125
|
+
"10/12": string;
|
|
1126
|
+
"11/12": string;
|
|
1127
|
+
};
|
|
1128
|
+
let minHeight: {
|
|
1129
|
+
"0": string;
|
|
1130
|
+
"25": string;
|
|
1131
|
+
"50": string;
|
|
1132
|
+
"75": string;
|
|
1133
|
+
"100": string;
|
|
1134
|
+
"125": string;
|
|
1135
|
+
"150": string;
|
|
1136
|
+
"200": string;
|
|
1137
|
+
"250": string;
|
|
1138
|
+
"300": string;
|
|
1139
|
+
"400": string;
|
|
1140
|
+
"500": string;
|
|
1141
|
+
"600": string;
|
|
1142
|
+
"800": string;
|
|
1143
|
+
"1000": string;
|
|
1144
|
+
full: string;
|
|
1145
|
+
auto: string;
|
|
1146
|
+
min: string;
|
|
1147
|
+
max: string;
|
|
1148
|
+
fit: string;
|
|
1149
|
+
screen: string;
|
|
1150
|
+
svh: string;
|
|
1151
|
+
lvh: string;
|
|
1152
|
+
dvh: string;
|
|
1153
|
+
"1/2": string;
|
|
1154
|
+
"1/3": string;
|
|
1155
|
+
"2/3": string;
|
|
1156
|
+
"1/4": string;
|
|
1157
|
+
"2/4": string;
|
|
1158
|
+
"3/4": string;
|
|
1159
|
+
"1/6": string;
|
|
1160
|
+
"2/6": string;
|
|
1161
|
+
"3/6": string;
|
|
1162
|
+
"4/6": string;
|
|
1163
|
+
"5/6": string;
|
|
1164
|
+
"1/12": string;
|
|
1165
|
+
"2/12": string;
|
|
1166
|
+
"3/12": string;
|
|
1167
|
+
"4/12": string;
|
|
1168
|
+
"5/12": string;
|
|
1169
|
+
"6/12": string;
|
|
1170
|
+
"7/12": string;
|
|
1171
|
+
"8/12": string;
|
|
1172
|
+
"9/12": string;
|
|
1173
|
+
"10/12": string;
|
|
1174
|
+
"11/12": string;
|
|
1175
|
+
};
|
|
1176
|
+
let maxWidth: {
|
|
1177
|
+
"0": string;
|
|
1178
|
+
"25": string;
|
|
1179
|
+
"50": string;
|
|
1180
|
+
"75": string;
|
|
1181
|
+
"100": string;
|
|
1182
|
+
"125": string;
|
|
1183
|
+
"150": string;
|
|
1184
|
+
"200": string;
|
|
1185
|
+
"250": string;
|
|
1186
|
+
"300": string;
|
|
1187
|
+
"400": string;
|
|
1188
|
+
"500": string;
|
|
1189
|
+
"600": string;
|
|
1190
|
+
"800": string;
|
|
1191
|
+
"1000": string;
|
|
1192
|
+
full: string;
|
|
1193
|
+
auto: string;
|
|
1194
|
+
min: string;
|
|
1195
|
+
max: string;
|
|
1196
|
+
fit: string;
|
|
1197
|
+
"1/2": string;
|
|
1198
|
+
"1/3": string;
|
|
1199
|
+
"2/3": string;
|
|
1200
|
+
"1/4": string;
|
|
1201
|
+
"2/4": string;
|
|
1202
|
+
"3/4": string;
|
|
1203
|
+
"1/6": string;
|
|
1204
|
+
"2/6": string;
|
|
1205
|
+
"3/6": string;
|
|
1206
|
+
"4/6": string;
|
|
1207
|
+
"5/6": string;
|
|
1208
|
+
"1/12": string;
|
|
1209
|
+
"2/12": string;
|
|
1210
|
+
"3/12": string;
|
|
1211
|
+
"4/12": string;
|
|
1212
|
+
"5/12": string;
|
|
1213
|
+
"6/12": string;
|
|
1214
|
+
"7/12": string;
|
|
1215
|
+
"8/12": string;
|
|
1216
|
+
"9/12": string;
|
|
1217
|
+
"10/12": string;
|
|
1218
|
+
"11/12": string;
|
|
1219
|
+
"app-menu": string;
|
|
1220
|
+
"container-lg": string;
|
|
1221
|
+
"container-xl": string;
|
|
1222
|
+
};
|
|
1223
|
+
let maxHeight: {
|
|
1224
|
+
"0": string;
|
|
1225
|
+
"25": string;
|
|
1226
|
+
"50": string;
|
|
1227
|
+
"75": string;
|
|
1228
|
+
"100": string;
|
|
1229
|
+
"125": string;
|
|
1230
|
+
"150": string;
|
|
1231
|
+
"200": string;
|
|
1232
|
+
"250": string;
|
|
1233
|
+
"300": string;
|
|
1234
|
+
"400": string;
|
|
1235
|
+
"500": string;
|
|
1236
|
+
"600": string;
|
|
1237
|
+
"800": string;
|
|
1238
|
+
"1000": string;
|
|
1239
|
+
full: string;
|
|
1240
|
+
auto: string;
|
|
1241
|
+
min: string;
|
|
1242
|
+
max: string;
|
|
1243
|
+
fit: string;
|
|
1244
|
+
screen: string;
|
|
1245
|
+
svh: string;
|
|
1246
|
+
lvh: string;
|
|
1247
|
+
dvh: string;
|
|
1248
|
+
"1/2": string;
|
|
1249
|
+
"1/3": string;
|
|
1250
|
+
"2/3": string;
|
|
1251
|
+
"1/4": string;
|
|
1252
|
+
"2/4": string;
|
|
1253
|
+
"3/4": string;
|
|
1254
|
+
"1/6": string;
|
|
1255
|
+
"2/6": string;
|
|
1256
|
+
"3/6": string;
|
|
1257
|
+
"4/6": string;
|
|
1258
|
+
"5/6": string;
|
|
1259
|
+
"1/12": string;
|
|
1260
|
+
"2/12": string;
|
|
1261
|
+
"3/12": string;
|
|
1262
|
+
"4/12": string;
|
|
1263
|
+
"5/12": string;
|
|
1264
|
+
"6/12": string;
|
|
1265
|
+
"7/12": string;
|
|
1266
|
+
"8/12": string;
|
|
1267
|
+
"9/12": string;
|
|
1268
|
+
"10/12": string;
|
|
1269
|
+
"11/12": string;
|
|
1270
|
+
};
|
|
1271
|
+
let flexBasis: {
|
|
1272
|
+
"0": string;
|
|
1273
|
+
"25": string;
|
|
1274
|
+
"50": string;
|
|
1275
|
+
"75": string;
|
|
1276
|
+
"100": string;
|
|
1277
|
+
"125": string;
|
|
1278
|
+
"150": string;
|
|
1279
|
+
"200": string;
|
|
1280
|
+
"250": string;
|
|
1281
|
+
"300": string;
|
|
1282
|
+
"400": string;
|
|
1283
|
+
"500": string;
|
|
1284
|
+
"600": string;
|
|
1285
|
+
"800": string;
|
|
1286
|
+
"1000": string;
|
|
1287
|
+
full: string;
|
|
1288
|
+
auto: string;
|
|
1289
|
+
min: string;
|
|
1290
|
+
max: string;
|
|
1291
|
+
fit: string;
|
|
1292
|
+
"1/2": string;
|
|
1293
|
+
"1/3": string;
|
|
1294
|
+
"2/3": string;
|
|
1295
|
+
"1/4": string;
|
|
1296
|
+
"2/4": string;
|
|
1297
|
+
"3/4": string;
|
|
1298
|
+
"1/6": string;
|
|
1299
|
+
"2/6": string;
|
|
1300
|
+
"3/6": string;
|
|
1301
|
+
"4/6": string;
|
|
1302
|
+
"5/6": string;
|
|
1303
|
+
"1/12": string;
|
|
1304
|
+
"2/12": string;
|
|
1305
|
+
"3/12": string;
|
|
1306
|
+
"4/12": string;
|
|
1307
|
+
"5/12": string;
|
|
1308
|
+
"6/12": string;
|
|
1309
|
+
"7/12": string;
|
|
1310
|
+
"8/12": string;
|
|
1311
|
+
"9/12": string;
|
|
1312
|
+
"10/12": string;
|
|
1313
|
+
"11/12": string;
|
|
1314
|
+
};
|
|
1315
|
+
let spacing: {
|
|
1316
|
+
"0": string;
|
|
1317
|
+
"25": string;
|
|
1318
|
+
"50": string;
|
|
1319
|
+
"75": string;
|
|
1320
|
+
"100": string;
|
|
1321
|
+
"125": string;
|
|
1322
|
+
"150": string;
|
|
1323
|
+
"200": string;
|
|
1324
|
+
"250": string;
|
|
1325
|
+
"300": string;
|
|
1326
|
+
"400": string;
|
|
1327
|
+
"500": string;
|
|
1328
|
+
"600": string;
|
|
1329
|
+
"800": string;
|
|
1330
|
+
"1000": string;
|
|
1331
|
+
};
|
|
1332
|
+
namespace fontFamily {
|
|
1333
|
+
let serif: string;
|
|
1334
|
+
let sans: string;
|
|
1335
|
+
}
|
|
1336
|
+
let fontSize: {
|
|
1337
|
+
"50": string;
|
|
1338
|
+
"75": string;
|
|
1339
|
+
"100": string;
|
|
1340
|
+
"200": string;
|
|
1341
|
+
"300": string;
|
|
1342
|
+
"400": string;
|
|
1343
|
+
"500": string;
|
|
1344
|
+
"600": string;
|
|
1345
|
+
"800": string;
|
|
1346
|
+
"1000": string;
|
|
1347
|
+
"1200": string;
|
|
1348
|
+
"1400": string;
|
|
1349
|
+
"1600": string;
|
|
1350
|
+
h1: (string | {
|
|
1351
|
+
lineHeight: string;
|
|
1352
|
+
fontWeight: string;
|
|
1353
|
+
fontFamily: string;
|
|
1354
|
+
})[];
|
|
1355
|
+
h2: (string | {
|
|
1356
|
+
lineHeight: string;
|
|
1357
|
+
fontWeight: string;
|
|
1358
|
+
fontFamily: string;
|
|
1359
|
+
})[];
|
|
1360
|
+
h3: (string | {
|
|
1361
|
+
lineHeight: string;
|
|
1362
|
+
fontWeight: string;
|
|
1363
|
+
fontFamily: string;
|
|
1364
|
+
})[];
|
|
1365
|
+
h4: (string | {
|
|
1366
|
+
lineHeight: string;
|
|
1367
|
+
fontWeight: string;
|
|
1368
|
+
fontFamily: string;
|
|
1369
|
+
})[];
|
|
1370
|
+
overline: (string | {
|
|
1371
|
+
lineHeight: string;
|
|
1372
|
+
fontWeight: string;
|
|
1373
|
+
fontFamily: string;
|
|
1374
|
+
})[];
|
|
1375
|
+
subtitle: (string | {
|
|
1376
|
+
lineHeight: string;
|
|
1377
|
+
fontWeight: string;
|
|
1378
|
+
fontFamily: string;
|
|
1379
|
+
})[];
|
|
1380
|
+
"display-title": (string | {
|
|
1381
|
+
lineHeight: string;
|
|
1382
|
+
fontWeight: string;
|
|
1383
|
+
fontFamily: string;
|
|
1384
|
+
})[];
|
|
1385
|
+
"display-body": (string | {
|
|
1386
|
+
lineHeight: string;
|
|
1387
|
+
fontWeight: string;
|
|
1388
|
+
fontFamily: string;
|
|
1389
|
+
})[];
|
|
1390
|
+
body: (string | {
|
|
1391
|
+
lineHeight: string;
|
|
1392
|
+
fontWeight: string;
|
|
1393
|
+
fontFamily: string;
|
|
1394
|
+
})[];
|
|
1395
|
+
"body-strong": (string | {
|
|
1396
|
+
lineHeight: string;
|
|
1397
|
+
fontWeight: string;
|
|
1398
|
+
fontFamily: string;
|
|
1399
|
+
})[];
|
|
1400
|
+
"body-small": (string | {
|
|
1401
|
+
lineHeight: string;
|
|
1402
|
+
fontWeight: string;
|
|
1403
|
+
fontFamily: string;
|
|
1404
|
+
})[];
|
|
1405
|
+
"body-small-strong": (string | {
|
|
1406
|
+
lineHeight: string;
|
|
1407
|
+
fontWeight: string;
|
|
1408
|
+
fontFamily: string;
|
|
1409
|
+
})[];
|
|
1410
|
+
"body-large": (string | {
|
|
1411
|
+
lineHeight: string;
|
|
1412
|
+
fontWeight: string;
|
|
1413
|
+
fontFamily: string;
|
|
1414
|
+
})[];
|
|
1415
|
+
"body-large-strong": (string | {
|
|
1416
|
+
lineHeight: string;
|
|
1417
|
+
fontWeight: string;
|
|
1418
|
+
fontFamily: string;
|
|
1419
|
+
})[];
|
|
1420
|
+
action: (string | {
|
|
1421
|
+
lineHeight: string;
|
|
1422
|
+
fontWeight: string;
|
|
1423
|
+
fontFamily: string;
|
|
1424
|
+
})[];
|
|
1425
|
+
"action-small": (string | {
|
|
1426
|
+
lineHeight: string;
|
|
1427
|
+
fontWeight: string;
|
|
1428
|
+
fontFamily: string;
|
|
1429
|
+
})[];
|
|
1430
|
+
"action-large": (string | {
|
|
1431
|
+
lineHeight: string;
|
|
1432
|
+
fontWeight: string;
|
|
1433
|
+
fontFamily: string;
|
|
1434
|
+
})[];
|
|
1435
|
+
};
|
|
1436
|
+
namespace fontWeight {
|
|
1437
|
+
let regular: string;
|
|
1438
|
+
let medium: string;
|
|
1439
|
+
let semibold: string;
|
|
1440
|
+
let bold: string;
|
|
1441
|
+
}
|
|
1442
|
+
let lineHeight: {
|
|
1443
|
+
"0": string;
|
|
1444
|
+
"100": string;
|
|
1445
|
+
"125": string;
|
|
1446
|
+
"150": string;
|
|
1447
|
+
"175": string;
|
|
1448
|
+
"200": string;
|
|
1449
|
+
};
|
|
1450
|
+
}
|
|
1451
|
+
}
|
|
1452
|
+
export default _default;
|