@breadstone/mosaik-themes 0.0.175 → 0.0.177

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.
Files changed (26) hide show
  1. package/Themes/___cosmopolitan-tokens.css +9 -9
  2. package/Themes/cosmopolitan-tokens.scss +9 -9
  3. package/Themes/cosmopolitan.scss +9 -9
  4. package/Theming/Strategies/CosmopolitanThemeGeneratorStrategy.d.ts.map +1 -1
  5. package/Theming/Strategies/CosmopolitanThemeGeneratorStrategy.js +7 -9
  6. package/Theming/Strategies/CosmopolitanThemeGeneratorStrategy.js.map +1 -1
  7. package/Theming/Strategies/MaterialThemeGeneratorStrategy.d.ts.map +1 -1
  8. package/Theming/Strategies/MaterialThemeGeneratorStrategy.js +17 -19
  9. package/Theming/Strategies/MaterialThemeGeneratorStrategy.js.map +1 -1
  10. package/Theming/Tokens/CosmopolitanTokens.d.ts +9 -9
  11. package/Theming/Tokens/CosmopolitanTokens.d.ts.map +1 -1
  12. package/Theming/Tokens/CosmopolitanTokens.js +9 -9
  13. package/Theming/Tokens/CosmopolitanTokens.js.map +1 -1
  14. package/package.json +3 -3
  15. package/tailwind/v3/mosaik-bootstrap.tailwind.config.cjs +85 -65
  16. package/tailwind/v3/mosaik-cosmopolitan.tailwind.config.cjs +110 -226
  17. package/tailwind/v3/mosaik-fluent.tailwind.config.cjs +35 -23
  18. package/tailwind/v3/mosaik-joy.tailwind.config.cjs +380 -517
  19. package/tailwind/v3/mosaik-material.tailwind.config.cjs +27 -15
  20. package/tailwind/v3/mosaik-memphis.tailwind.config.cjs +321 -401
  21. package/tailwind/v3/plugins/mosaik-bootstrap.tailwind.plugin.cjs +96 -80
  22. package/tailwind/v3/plugins/mosaik-cosmopolitan.tailwind.plugin.cjs +120 -240
  23. package/tailwind/v3/plugins/mosaik-fluent.tailwind.plugin.cjs +46 -38
  24. package/tailwind/v3/plugins/mosaik-joy.tailwind.plugin.cjs +391 -532
  25. package/tailwind/v3/plugins/mosaik-material.tailwind.plugin.cjs +38 -30
  26. package/tailwind/v3/plugins/mosaik-memphis.tailwind.plugin.cjs +332 -416
@@ -1,536 +1,399 @@
1
+ // ------------------------------------------------------------------------------
2
+ // <auto-generated>
3
+ // This code was generated by a tool.
4
+ // Changes to this file may cause incorrect behavior and will be lost if
5
+ // the code is regenerated.
6
+ // </auto-generated>
7
+ // ------------------------------------------------------------------------------
8
+
1
9
  module.exports = {
2
10
  "theme": {
3
11
  "extend": {
4
12
  "fontFamily": {
5
- "font.family": "Nunito, sans-serif",
6
- "typography.headline1.fontFamily": "Nunito, sans-serif",
7
- "typography.headline2'.fontFamily": "Nunito, sans-serif",
8
- "typography.headline3.fontFamily": "Nunito, sans-serif",
9
- "typography.headline4.fontFamily": "Nunito, sans-serif",
10
- "typography.headline5.fontFamily": "Nunito, sans-serif",
11
- "typography.headline6.fontFamily": "Nunito, sans-serif",
12
- "typography.subtitle1.fontFamily": "Nunito, sans-serif",
13
- "typography.subtitle2.fontFamily": "Nunito, sans-serif",
14
- "typography.body1.fontFamily": "Nunito, sans-serif",
15
- "typography.body2.fontFamily": "Nunito, sans-serif",
16
- "typography.caption.fontFamily": "Nunito, sans-serif",
17
- "typography.button.fontFamily": "Nunito, sans-serif",
18
- "typography.overline.fontFamily": "Nunito, sans-serif"
13
+ "sans": "Nunito, sans-serif",
14
+ "headline1": "Nunito, sans-serif",
15
+ "headline2'": "Nunito, sans-serif",
16
+ "headline3": "Nunito, sans-serif",
17
+ "headline4": "Nunito, sans-serif",
18
+ "headline5": "Nunito, sans-serif",
19
+ "headline6": "Nunito, sans-serif",
20
+ "subtitle1": "Nunito, sans-serif",
21
+ "subtitle2": "Nunito, sans-serif",
22
+ "body1": "Nunito, sans-serif",
23
+ "body2": "Nunito, sans-serif",
24
+ "caption": "Nunito, sans-serif",
25
+ "button": "Nunito, sans-serif",
26
+ "overline": "Nunito, sans-serif"
27
+ },
28
+ "borderRadius": {
29
+ "DEFAULT": "12px"
19
30
  },
20
31
  "spacing": {
21
- "layout.radius": "12px",
22
- "layout.space": "8px",
23
- "layout.thickness": "2px",
24
- "typography.headline1.lineHeight": "100px",
25
- "typography.headline2'.lineHeight": "64px",
26
- "typography.headline3.lineHeight": "52px",
27
- "typography.headline4.lineHeight": "38px",
28
- "typography.headline5.lineHeight": "28px",
29
- "typography.headline6.lineHeight": "24px",
30
- "typography.subtitle1.lineHeight": "20px",
31
- "typography.subtitle2.lineHeight": "18px",
32
- "typography.body1.lineHeight": "20px",
33
- "typography.body2.lineHeight": "18px",
34
- "typography.caption.lineHeight": "16px",
35
- "typography.button.lineHeight": "18px",
36
- "typography.overline.lineHeight": "16px",
37
- "elevation.light.light.offsetX.0": "0px",
38
- "elevation.light.light.offsetX.1": "0px",
39
- "elevation.light.light.offsetY.0": "0px",
40
- "elevation.light.light.offsetY.1": "1px",
41
- "elevation.light.light.blur.0": "2px",
42
- "elevation.light.light.blur.1": "2px",
43
- "elevation.light.light.spread.0": "0px",
44
- "elevation.light.light.spread.1": "0px",
45
- "elevation.light.semilight.offsetX.0": "0px",
46
- "elevation.light.semilight.offsetX.1": "0px",
47
- "elevation.light.semilight.offsetY.0": "0px",
48
- "elevation.light.semilight.offsetY.1": "2px",
49
- "elevation.light.semilight.blur.0": "2px",
50
- "elevation.light.semilight.blur.1": "4px",
51
- "elevation.light.semilight.spread.0": "0px",
52
- "elevation.light.semilight.spread.1": "0px",
53
- "elevation.light.regular.offsetX.0": "0px",
54
- "elevation.light.regular.offsetX.1": "0px",
55
- "elevation.light.regular.offsetY.0": "0px",
56
- "elevation.light.regular.offsetY.1": "4px",
57
- "elevation.light.regular.blur.0": "2px",
58
- "elevation.light.regular.blur.1": "8px",
59
- "elevation.light.regular.spread.0": "0px",
60
- "elevation.light.regular.spread.1": "0px",
61
- "elevation.light.semibold.offsetX.0": "0px",
62
- "elevation.light.semibold.offsetX.1": "0px",
63
- "elevation.light.semibold.offsetY.0": "0px",
64
- "elevation.light.semibold.offsetY.1": "8px",
65
- "elevation.light.semibold.blur.0": "2px",
66
- "elevation.light.semibold.blur.1": "16px",
67
- "elevation.light.semibold.spread.0": "0px",
68
- "elevation.light.semibold.spread.1": "0px",
69
- "elevation.light.bold.offsetX.0": "0px",
70
- "elevation.light.bold.offsetX.1": "0px",
71
- "elevation.light.bold.offsetY.0": "0px",
72
- "elevation.light.bold.offsetY.1": "14px",
73
- "elevation.light.bold.blur.0": "8px",
74
- "elevation.light.bold.blur.1": "28px",
75
- "elevation.light.bold.spread.0": "0px",
76
- "elevation.light.bold.spread.1": "0px",
77
- "elevation.light.extrabold.offsetX.0": "0px",
78
- "elevation.light.extrabold.offsetX.1": "0px",
79
- "elevation.light.extrabold.offsetY.0": "0px",
80
- "elevation.light.extrabold.offsetY.1": "32px",
81
- "elevation.light.extrabold.blur.0": "8px",
82
- "elevation.light.extrabold.blur.1": "64px",
83
- "elevation.light.extrabold.spread.0": "0px",
84
- "elevation.light.extrabold.spread.1": "0px",
85
- "elevation.dark.light.offsetX.0": "0px",
86
- "elevation.dark.light.offsetX.1": "0px",
87
- "elevation.dark.light.offsetY.0": "0px",
88
- "elevation.dark.light.offsetY.1": "1px",
89
- "elevation.dark.light.blur.0": "2px",
90
- "elevation.dark.light.blur.1": "2px",
91
- "elevation.dark.light.spread.0": "0px",
92
- "elevation.dark.light.spread.1": "0px",
93
- "elevation.dark.semilight.offsetX.0": "0px",
94
- "elevation.dark.semilight.offsetX.1": "0px",
95
- "elevation.dark.semilight.offsetY.0": "0px",
96
- "elevation.dark.semilight.offsetY.1": "2px",
97
- "elevation.dark.semilight.blur.0": "2px",
98
- "elevation.dark.semilight.blur.1": "4px",
99
- "elevation.dark.semilight.spread.0": "0px",
100
- "elevation.dark.semilight.spread.1": "0px",
101
- "elevation.dark.regular.offsetX.0": "0px",
102
- "elevation.dark.regular.offsetX.1": "0px",
103
- "elevation.dark.regular.offsetY.0": "0px",
104
- "elevation.dark.regular.offsetY.1": "4px",
105
- "elevation.dark.regular.blur.0": "2px",
106
- "elevation.dark.regular.blur.1": "8px",
107
- "elevation.dark.regular.spread.0": "0px",
108
- "elevation.dark.regular.spread.1": "0px",
109
- "elevation.dark.semibold.offsetX.0": "0px",
110
- "elevation.dark.semibold.offsetX.1": "0px",
111
- "elevation.dark.semibold.offsetY.0": "0px",
112
- "elevation.dark.semibold.offsetY.1": "8px",
113
- "elevation.dark.semibold.blur.0": "2px",
114
- "elevation.dark.semibold.blur.1": "16px",
115
- "elevation.dark.semibold.spread.0": "0px",
116
- "elevation.dark.semibold.spread.1": "0px",
117
- "elevation.dark.bold.offsetX.0": "0px",
118
- "elevation.dark.bold.offsetX.1": "0px",
119
- "elevation.dark.bold.offsetY.0": "0px",
120
- "elevation.dark.bold.offsetY.1": "14px",
121
- "elevation.dark.bold.blur.0": "8px",
122
- "elevation.dark.bold.blur.1": "28px",
123
- "elevation.dark.bold.spread.0": "0px",
124
- "elevation.dark.bold.spread.1": "0px",
125
- "elevation.dark.extrabold.offsetX.0": "0px",
126
- "elevation.dark.extrabold.offsetX.1": "0px",
127
- "elevation.dark.extrabold.offsetY.0": "0px",
128
- "elevation.dark.extrabold.offsetY.1": "32px",
129
- "elevation.dark.extrabold.blur.0": "8px",
130
- "elevation.dark.extrabold.blur.1": "64px",
131
- "elevation.dark.extrabold.spread.0": "0px",
132
- "elevation.dark.extrabold.spread.1": "0px",
133
- "size.tiny": "2px",
134
- "size.small": "4px",
135
- "size.medium": "8px",
136
- "size.large": "16px",
137
- "size.giant": "32px"
32
+ "DEFAULT": "8px"
33
+ },
34
+ "borderWidth": {
35
+ "DEFAULT": "2px"
138
36
  },
139
37
  "colors": {
140
- "scheme": {
141
- "light": {
142
- "background": "rgb(234, 234, 234)",
143
- "foreground": "rgb(60, 69, 79)",
144
- "highlight": "rgb(209, 209, 209)",
145
- "middlelight": "rgb(138, 138, 138)",
146
- "lowlight": "rgb(92, 92, 92)",
147
- "transparent": "rgba(255, 255, 255, 0)",
148
- "semiTransparent": "rgba(255, 255, 255, 0.67)",
149
- "disabled": "rgb(104, 104, 104)",
150
- "contrast": "rgb(255, 255, 255)",
151
- "selection": "rgba(204, 204, 204, 0.44)"
152
- },
153
- "dark": {
154
- "background": "rgb(21, 21, 21)",
155
- "foreground": "rgb(195, 186, 176)",
156
- "highlight": "rgb(46, 46, 46)",
157
- "middlelight": "rgb(117, 117, 117)",
158
- "lowlight": "rgb(163, 163, 163)",
159
- "transparent": "rgba(255, 255, 255, 0)",
160
- "semiTransparent": "rgba(255, 255, 255, 0.03)",
161
- "disabled": "rgb(71, 71, 71)",
162
- "contrast": "rgb(0, 0, 0)",
163
- "selection": "rgba(204, 204, 204, 0.44)"
164
- }
165
- },
166
- "color": {
167
- "light": {
168
- "primary": {
169
- "0": "rgb(255, 255, 255)",
170
- "50": "rgb(252, 228, 236)",
171
- "100": "#f8bcd0",
172
- "200": "rgb(244, 143, 177)",
173
- "300": "rgb(240, 98, 146)",
174
- "400": "#ec407a",
175
- "500": "rgb(233, 30, 99)",
176
- "600": "rgb(203, 26, 86)",
177
- "700": "rgb(163, 21, 69)",
178
- "800": "rgb(126, 16, 53)",
179
- "900": "rgb(58, 8, 25)"
180
- },
181
- "secondary": {
182
- "0": "rgb(255, 255, 255)",
183
- "50": "rgb(230, 246, 233)",
184
- "100": "rgb(195, 232, 201)",
185
- "200": "rgb(155, 217, 167)",
186
- "300": "rgb(112, 203, 131)",
187
- "400": "rgb(77, 191, 104)",
188
- "500": "rgb(33, 179, 77)",
189
- "600": "rgb(22, 164, 68)",
190
- "700": "rgb(0, 146, 56)",
191
- "800": "rgb(0, 129, 45)",
192
- "900": "rgb(0, 98, 24)"
193
- },
194
- "tertiary": {
195
- "0": "rgb(255, 255, 255)",
196
- "50": "rgb(225, 245, 252)",
197
- "100": "rgb(180, 230, 247)",
198
- "200": "rgb(132, 213, 243)",
199
- "300": "rgb(86, 197, 238)",
200
- "400": "rgb(53, 184, 235)",
201
- "500": "rgb(25, 172, 233)",
202
- "600": "rgb(19, 158, 219)",
203
- "700": "rgb(9, 139, 199)",
204
- "800": "rgb(8, 122, 180)",
205
- "900": "rgb(0, 90, 146)"
206
- },
207
- "info": {
208
- "0": "rgb(255, 255, 255)",
209
- "50": "rgb(244, 250, 255)",
210
- "100": "rgb(221, 241, 255)",
211
- "200": "rgb(173, 219, 255)",
212
- "300": "rgb(111, 182, 255)",
213
- "400": "rgb(57, 144, 255)",
214
- "500": "rgb(9, 107, 222)",
215
- "600": "rgb(5, 77, 167)",
216
- "700": "rgb(2, 54, 125)",
217
- "800": "rgb(7, 40, 89)",
218
- "900": "rgb(0, 21, 60)"
219
- },
220
- "warning": {
221
- "0": "rgb(255, 255, 255)",
222
- "50": "rgb(255, 248, 197)",
223
- "100": "rgb(250, 225, 125)",
224
- "200": "rgb(234, 197, 79)",
225
- "300": "rgb(212, 167, 44)",
226
- "400": "rgb(191, 135, 0)",
227
- "500": "rgb(154, 103, 0)",
228
- "600": "rgb(125, 78, 0)",
229
- "700": "rgb(99, 60, 1)",
230
- "800": "rgb(77, 45, 0)",
231
- "900": "rgb(59, 35, 0)"
232
- },
233
- "danger": {
234
- "0": "rgb(255, 255, 255)",
235
- "50": "rgb(255, 248, 246)",
236
- "100": "rgb(255, 233, 232)",
237
- "200": "rgb(255, 199, 197)",
238
- "300": "rgb(255, 145, 146)",
239
- "400": "rgb(250, 82, 85)",
240
- "500": "rgb(211, 35, 47)",
241
- "600": "rgb(161, 14, 37)",
242
- "700": "rgb(119, 6, 27)",
243
- "800": "rgb(88, 0, 19)",
244
- "900": "rgb(57, 0, 13)"
245
- },
246
- "success": {
247
- "0": "rgb(255, 255, 255)",
248
- "50": "rgb(243, 254, 245)",
249
- "100": "rgb(215, 245, 221)",
250
- "200": "rgb(119, 236, 149)",
251
- "300": "rgb(76, 199, 110)",
252
- "400": "rgb(44, 162, 77)",
253
- "500": "rgb(26, 125, 54)",
254
- "600": "rgb(15, 93, 38)",
255
- "700": "rgb(3, 67, 24)",
256
- "800": "rgb(0, 47, 15)",
257
- "900": "rgb(0, 29, 9)"
258
- },
259
- "highlight": {
260
- "0": "rgb(255, 255, 255)",
261
- "50": "rgb(253, 247, 255)",
262
- "100": "rgb(244, 234, 255)",
263
- "200": "rgb(225, 203, 255)",
264
- "300": "rgb(198, 158, 255)",
265
- "400": "rgb(163, 116, 249)",
266
- "500": "rgb(129, 77, 222)",
267
- "600": "rgb(95, 53, 174)",
268
- "700": "rgb(69, 35, 130)",
269
- "800": "rgb(48, 23, 97)",
270
- "900": "rgb(29, 10, 66)"
271
- },
272
- "neutral": {
273
- "0": "rgb(255, 255, 255)",
274
- "50": "rgb(247, 247, 248)",
275
- "100": "rgb(235, 235, 239)",
276
- "200": "rgb(216, 216, 223)",
277
- "300": "rgb(185, 185, 198)",
278
- "400": "rgb(143, 143, 163)",
279
- "500": "rgb(115, 115, 140)",
280
- "600": "rgb(90, 90, 114)",
281
- "700": "rgb(67, 67, 86)",
282
- "800": "rgb(37, 37, 45)",
283
- "900": "rgb(19, 19, 24)"
284
- }
285
- },
286
- "dark": {
287
- "primary": {
288
- "0": "rgb(0, 0, 0)",
289
- "50": "rgb(58, 8, 25)",
290
- "100": "rgb(126, 16, 53)",
291
- "200": "rgb(163, 21, 69)",
292
- "300": "rgb(203, 26, 86)",
293
- "400": "rgb(233, 30, 99)",
294
- "500": "rgb(236, 64, 122)",
295
- "600": "rgb(240, 98, 146)",
296
- "700": "rgb(244, 143, 177)",
297
- "800": "rgb(248, 188, 208)",
298
- "900": "rgb(252, 228, 236)"
299
- },
300
- "secondary": {
301
- "0": "rgb(0, 0, 0)",
302
- "50": "rgb(0, 98, 24)",
303
- "100": "rgb(0, 129, 45)",
304
- "200": "rgb(0, 146, 56)",
305
- "300": "rgb(22, 164, 68)",
306
- "400": "rgb(33, 179, 77)",
307
- "500": "rgb(77, 191, 104)",
308
- "600": "rgb(112, 203, 131)",
309
- "700": "rgb(155, 217, 167)",
310
- "800": "rgb(195, 232, 201)",
311
- "900": "rgb(230, 246, 233)"
312
- },
313
- "tertiary": {
314
- "0": "rgb(0, 0, 0)",
315
- "50": "rgb(0, 90, 146)",
316
- "100": "rgb(8, 122, 180)",
317
- "200": "rgb(9, 139, 199)",
318
- "300": "rgb(19, 158, 219)",
319
- "400": "rgb(25, 172, 233)",
320
- "500": "rgb(53, 184, 235)",
321
- "600": "rgb(86, 197, 238)",
322
- "700": "rgb(132, 213, 243)",
323
- "800": "rgb(180, 230, 247)",
324
- "900": "rgb(225, 245, 252)"
325
- },
326
- "info": {
327
- "0": "rgb(0, 0, 0)",
328
- "50": "rgb(0, 21, 60)",
329
- "100": "rgb(7, 40, 89)",
330
- "200": "rgb(2, 54, 125)",
331
- "300": "rgb(5, 77, 167)",
332
- "400": "rgb(9, 107, 222)",
333
- "500": "rgb(57, 144, 255)",
334
- "600": "rgb(111, 182, 255)",
335
- "700": "rgb(173, 219, 255)",
336
- "800": "rgb(221, 241, 255)",
337
- "900": "rgb(244, 250, 255)"
338
- },
339
- "warning": {
340
- "0": "rgb(0, 0, 0)",
341
- "50": "rgb(59, 35, 0)",
342
- "100": "rgb(77, 45, 0)",
343
- "200": "rgb(99, 60, 1)",
344
- "300": "rgb(125, 78, 0)",
345
- "400": "rgb(154, 103, 0)",
346
- "500": "rgb(191, 135, 0)",
347
- "600": "rgb(212, 167, 44)",
348
- "700": "rgb(234, 197, 79)",
349
- "800": "rgb(250, 225, 125)",
350
- "900": "rgb(255, 248, 197)"
351
- },
352
- "danger": {
353
- "0": "rgb(0, 0, 0)",
354
- "50": "rgb(57, 0, 13)",
355
- "100": "rgb(88, 0, 19)",
356
- "200": "rgb(119, 6, 27)",
357
- "300": "rgb(161, 14, 37)",
358
- "400": "rgb(211, 35, 47)",
359
- "500": "rgb(250, 82, 85)",
360
- "600": "rgb(255, 145, 146)",
361
- "700": "rgb(255, 199, 197)",
362
- "800": "rgb(255, 233, 232)",
363
- "900": "rgb(255, 248, 246)"
364
- },
365
- "success": {
366
- "0": "rgb(0, 0, 0)",
367
- "50": "rgb(0, 29, 9)",
368
- "100": "rgb(0, 47, 15)",
369
- "200": "rgb(3, 67, 24)",
370
- "300": "rgb(15, 93, 38)",
371
- "400": "rgb(26, 125, 54)",
372
- "500": "rgb(44, 162, 77)",
373
- "600": "rgb(76, 199, 110)",
374
- "700": "rgb(119, 236, 149)",
375
- "800": "rgb(215, 245, 221)",
376
- "900": "rgb(243, 254, 245)"
377
- },
378
- "highlight": {
379
- "0": "rgb(0, 0, 0)",
380
- "50": "rgb(29, 10, 66)",
381
- "100": "rgb(48, 23, 97)",
382
- "200": "rgb(69, 35, 130)",
383
- "300": "rgb(95, 53, 174)",
384
- "400": "rgb(129, 77, 222)",
385
- "500": "rgb(163, 116, 249)",
386
- "600": "rgb(198, 158, 255)",
387
- "700": "rgb(225, 203, 255)",
388
- "800": "rgb(244, 234, 255)",
389
- "900": "rgb(253, 247, 255)"
390
- },
391
- "neutral": {
392
- "0": "rgb(0, 0, 0)",
393
- "50": "rgb(19, 19, 24)",
394
- "100": "rgb(37, 37, 45)",
395
- "200": "rgb(67, 67, 86)",
396
- "300": "rgb(90, 90, 114)",
397
- "400": "rgb(115, 115, 140)",
398
- "500": "rgb(143, 143, 163)",
399
- "600": "rgb(185, 185, 198)",
400
- "700": "rgb(216, 216, 223)",
401
- "800": "rgb(235, 235, 239)",
402
- "900": "rgb(247, 247, 248)"
403
- }
404
- }
405
- },
406
- "elevation": {
407
- "light": {
408
- "light": {
409
- "color": {
410
- "0": "rgba(0, 0, 0, 0.12)",
411
- "1": "rgba(0, 0, 0, 0.14)"
412
- }
413
- },
414
- "semilight": {
415
- "color": {
416
- "0": "rgba(0, 0, 0, 0.12)",
417
- "1": "rgba(0, 0, 0, 0.14)"
418
- }
419
- },
420
- "regular": {
421
- "color": {
422
- "0": "rgba(0, 0, 0, 0.12)",
423
- "1": "rgba(0, 0, 0, 0.14)"
424
- }
425
- },
426
- "semibold": {
427
- "color": {
428
- "0": "rgba(0, 0, 0, 0.12)",
429
- "1": "rgba(0, 0, 0, 0.14)"
430
- }
431
- },
432
- "bold": {
433
- "color": {
434
- "0": "rgba(0, 0, 0, 0.12)",
435
- "1": "rgba(0, 0, 0, 0.14)"
436
- }
437
- },
438
- "extrabold": {
439
- "color": {
440
- "0": "rgba(0, 0, 0, 0.12)",
441
- "1": "rgba(0, 0, 0, 0.14)"
442
- }
443
- }
444
- },
445
- "dark": {
446
- "light": {
447
- "color": {
448
- "0": "rgba(0, 0, 0, 0.24)",
449
- "1": "rgba(0, 0, 0, 0.28)"
450
- }
451
- },
452
- "semilight": {
453
- "color": {
454
- "0": "rgba(0, 0, 0, 0.24)",
455
- "1": "rgba(0, 0, 0, 0.28)"
456
- }
457
- },
458
- "regular": {
459
- "color": {
460
- "0": "rgba(0, 0, 0, 0.24)",
461
- "1": "rgba(0, 0, 0, 0.28)"
462
- }
463
- },
464
- "semibold": {
465
- "color": {
466
- "0": "rgba(0, 0, 0, 0.24)",
467
- "1": "rgba(0, 0, 0, 0.28)"
468
- }
469
- },
470
- "bold": {
471
- "color": {
472
- "0": "rgba(0, 0, 0, 0.24)",
473
- "1": "rgba(0, 0, 0, 0.28)"
474
- }
475
- },
476
- "extrabold": {
477
- "color": {
478
- "0": "rgba(0, 0, 0, 0.24)",
479
- "1": "rgba(0, 0, 0, 0.28)"
480
- }
481
- }
482
- }
38
+ "scheme-background": {
39
+ "DEFAULT": "oklch(93.70% 0.0000 NaN)"
40
+ },
41
+ "scheme-foreground": {
42
+ "DEFAULT": "oklch(38.62% 0.0207 251.11)"
43
+ },
44
+ "scheme-highlight": {
45
+ "DEFAULT": "oklch(86.07% 0.0000 NaN)"
46
+ },
47
+ "scheme-middlelight": {
48
+ "DEFAULT": "oklch(63.34% 0.0000 NaN)"
49
+ },
50
+ "scheme-lowlight": {
51
+ "DEFAULT": "oklch(47.48% 0.0000 NaN)"
52
+ },
53
+ "scheme-transparent": {
54
+ "DEFAULT": "oklch(100.00% 0.0000 NaN / 0.00)"
55
+ },
56
+ "scheme-semiTransparent": {
57
+ "DEFAULT": "oklch(100.00% 0.0000 NaN / 0.67)"
58
+ },
59
+ "scheme-disabled": {
60
+ "DEFAULT": "oklch(51.73% 0.0000 NaN)"
61
+ },
62
+ "scheme-contrast": {
63
+ "DEFAULT": "oklch(100.00% 0.0000 NaN)"
64
+ },
65
+ "scheme-selection": {
66
+ "DEFAULT": "oklch(84.52% 0.0000 NaN / 0.44)"
67
+ },
68
+ "scheme-background-dark": {
69
+ "DEFAULT": "oklch(19.57% 0.0000 NaN)"
70
+ },
71
+ "scheme-foreground-dark": {
72
+ "DEFAULT": "oklch(79.35% 0.0173 70.48)"
73
+ },
74
+ "scheme-highlight-dark": {
75
+ "DEFAULT": "oklch(30.12% 0.0000 NaN)"
76
+ },
77
+ "scheme-middlelight-dark": {
78
+ "DEFAULT": "oklch(56.24% 0.0000 NaN)"
79
+ },
80
+ "scheme-lowlight-dark": {
81
+ "DEFAULT": "oklch(71.55% 0.0000 NaN)"
82
+ },
83
+ "scheme-transparent-dark": {
84
+ "DEFAULT": "oklch(100.00% 0.0000 NaN / 0.00)"
85
+ },
86
+ "scheme-semiTransparent-dark": {
87
+ "DEFAULT": "oklch(100.00% 0.0000 NaN / 0.03)"
88
+ },
89
+ "scheme-disabled-dark": {
90
+ "DEFAULT": "oklch(39.79% 0.0000 NaN)"
91
+ },
92
+ "scheme-contrast-dark": {
93
+ "DEFAULT": "oklch(0.00% 0.0000 NaN)"
94
+ },
95
+ "scheme-selection-dark": {
96
+ "DEFAULT": "oklch(84.52% 0.0000 NaN / 0.44)"
97
+ },
98
+ "primary": {
99
+ "0": "oklch(100.00% 0.0000 NaN)",
100
+ "50": "oklch(94.05% 0.0282 355.51)",
101
+ "100": "#f8bcd0",
102
+ "200": "oklch(76.57% 0.1276 358.98)",
103
+ "300": "oklch(68.78% 0.1797 1.97)",
104
+ "400": "#ec407a",
105
+ "500": "oklch(60.62% 0.2298 9.63)",
106
+ "600": "oklch(54.73% 0.2066 9.46)",
107
+ "700": "oklch(46.66% 0.1743 9.02)",
108
+ "800": "oklch(38.85% 0.1431 8.52)",
109
+ "900": "oklch(23.55% 0.0784 5.22)"
110
+ },
111
+ "secondary": {
112
+ "0": "oklch(100.00% 0.0000 NaN)",
113
+ "50": "oklch(95.77% 0.0241 151.10)",
114
+ "100": "oklch(89.61% 0.0571 149.74)",
115
+ "200": "oklch(82.99% 0.0942 149.93)",
116
+ "300": "oklch(76.70% 0.1351 149.12)",
117
+ "400": "oklch(71.84% 0.1617 148.57)",
118
+ "500": "oklch(67.23% 0.1848 147.88)",
119
+ "600": "oklch(62.90% 0.1763 147.89)",
120
+ "700": "oklch(57.54% 0.1673 147.83)",
121
+ "800": "oklch(52.56% 0.1558 147.09)",
122
+ "900": "oklch(43.14% 0.1344 145.31)"
123
+ },
124
+ "tertiary": {
125
+ "0": "oklch(100.00% 0.0000 NaN)",
126
+ "50": "oklch(95.75% 0.0231 220.67)",
127
+ "100": "oklch(89.57% 0.0563 220.64)",
128
+ "200": "oklch(83.17% 0.0896 223.70)",
129
+ "300": "oklch(77.54% 0.1158 225.67)",
130
+ "400": "oklch(73.53% 0.1310 229.33)",
131
+ "500": "oklch(70.20% 0.1419 233.82)",
132
+ "600": "oklch(66.14% 0.1382 235.75)",
133
+ "700": "oklch(60.48% 0.1324 238.12)",
134
+ "800": "oklch(55.32% 0.1255 240.41)",
135
+ "900": "oklch(45.31% 0.1162 245.86)"
136
+ },
137
+ "info": {
138
+ "0": "oklch(100.00% 0.0000 NaN)",
139
+ "50": "oklch(98.20% 0.0092 242.79)",
140
+ "100": "oklch(94.76% 0.0284 238.21)",
141
+ "200": "oklch(87.12% 0.0693 242.12)",
142
+ "300": "oklch(75.94% 0.1278 250.45)",
143
+ "400": "oklch(65.77% 0.1844 256.27)",
144
+ "500": "oklch(54.72% 0.1933 257.47)",
145
+ "600": "oklch(43.86% 0.1585 258.07)",
146
+ "700": "oklch(35.06% 0.1310 258.67)",
147
+ "800": "oklch(28.68% 0.0962 258.87)",
148
+ "900": "oklch(20.84% 0.0811 259.09)"
149
+ },
150
+ "warning": {
151
+ "0": "oklch(100.00% 0.0000 NaN)",
152
+ "50": "oklch(97.22% 0.0659 100.99)",
153
+ "100": "oklch(90.99% 0.1235 95.66)",
154
+ "200": "oklch(83.42% 0.1401 91.50)",
155
+ "300": "oklch(74.98% 0.1407 87.05)",
156
+ "400": "oklch(66.19% 0.1374 79.24)",
157
+ "500": "oklch(55.42% 0.1169 75.00)",
158
+ "600": "oklch(46.65% 0.1009 70.17)",
159
+ "700": "oklch(39.37% 0.0853 68.93)",
160
+ "800": "oklch(32.98% 0.0722 68.30)",
161
+ "900": "oklch(28.03% 0.0602 71.48)"
162
+ },
163
+ "danger": {
164
+ "0": "oklch(100.00% 0.0000 NaN)",
165
+ "50": "oklch(98.40% 0.0080 36.71)",
166
+ "100": "oklch(95.14% 0.0241 20.79)",
167
+ "200": "oklch(87.87% 0.0643 20.84)",
168
+ "300": "oklch(77.41% 0.1330 20.02)",
169
+ "400": "oklch(67.11% 0.2042 23.57)",
170
+ "500": "oklch(55.98% 0.2080 24.57)",
171
+ "600": "oklch(45.31% 0.1751 21.97)",
172
+ "700": "oklch(36.34% 0.1413 20.63)",
173
+ "800": "oklch(29.16% 0.1169 18.65)",
174
+ "900": "oklch(21.92% 0.0876 14.52)"
175
+ },
176
+ "success": {
177
+ "0": "oklch(100.00% 0.0000 NaN)",
178
+ "50": "oklch(98.64% 0.0165 150.99)",
179
+ "100": "oklch(94.20% 0.0448 151.23)",
180
+ "200": "oklch(85.32% 0.1616 150.11)",
181
+ "300": "oklch(73.96% 0.1674 149.48)",
182
+ "400": "oklch(62.86% 0.1606 148.43)",
183
+ "500": "oklch(51.86% 0.1383 147.98)",
184
+ "600": "oklch(42.02% 0.1131 148.08)",
185
+ "700": "oklch(33.49% 0.0936 148.36)",
186
+ "800": "oklch(26.65% 0.0750 149.11)",
187
+ "900": "oklch(20.20% 0.0538 151.47)"
188
+ },
189
+ "highlight": {
190
+ "0": "oklch(100.00% 0.0000 NaN)",
191
+ "50": "oklch(98.30% 0.0123 317.91)",
192
+ "100": "oklch(95.10% 0.0298 307.19)",
193
+ "200": "oklch(87.70% 0.0743 304.18)",
194
+ "300": "oklch(77.21% 0.1405 302.22)",
195
+ "400": "oklch(66.65% 0.1915 297.24)",
196
+ "500": "oklch(55.72% 0.2094 295.22)",
197
+ "600": "oklch(45.17% 0.1813 293.78)",
198
+ "700": "oklch(36.12% 0.1494 293.98)",
199
+ "800": "oklch(28.99% 0.1222 292.55)",
200
+ "900": "oklch(21.71% 0.0975 291.58)"
201
+ },
202
+ "neutral": {
203
+ "0": "oklch(100.00% 0.0000 NaN)",
204
+ "50": "oklch(97.64% 0.0013 287.31)",
205
+ "100": "oklch(94.12% 0.0053 286.52)",
206
+ "200": "oklch(88.43% 0.0095 286.32)",
207
+ "300": "oklch(78.98% 0.0182 286.03)",
208
+ "400": "oklch(65.67% 0.0294 285.59)",
209
+ "500": "oklch(56.46% 0.0383 285.12)",
210
+ "600": "oklch(47.68% 0.0384 284.87)",
211
+ "700": "oklch(39.06% 0.0320 284.84)",
212
+ "800": "oklch(26.79% 0.0148 285.38)",
213
+ "900": "oklch(18.91% 0.0101 285.42)"
214
+ },
215
+ "primary-dark": {
216
+ "0": "oklch(0.00% 0.0000 NaN)",
217
+ "50": "oklch(23.55% 0.0784 5.22)",
218
+ "100": "oklch(38.85% 0.1431 8.52)",
219
+ "200": "oklch(46.66% 0.1743 9.02)",
220
+ "300": "oklch(54.73% 0.2066 9.46)",
221
+ "400": "oklch(60.62% 0.2298 9.63)",
222
+ "500": "oklch(63.92% 0.2104 5.28)",
223
+ "600": "oklch(68.78% 0.1797 1.97)",
224
+ "700": "oklch(76.57% 0.1276 358.98)",
225
+ "800": "oklch(85.51% 0.0733 356.98)",
226
+ "900": "oklch(94.05% 0.0282 355.51)"
227
+ },
228
+ "secondary-dark": {
229
+ "0": "oklch(0.00% 0.0000 NaN)",
230
+ "50": "oklch(43.14% 0.1344 145.31)",
231
+ "100": "oklch(52.56% 0.1558 147.09)",
232
+ "200": "oklch(57.54% 0.1673 147.83)",
233
+ "300": "oklch(62.90% 0.1763 147.89)",
234
+ "400": "oklch(67.23% 0.1848 147.88)",
235
+ "500": "oklch(71.84% 0.1617 148.57)",
236
+ "600": "oklch(76.70% 0.1351 149.12)",
237
+ "700": "oklch(82.99% 0.0942 149.93)",
238
+ "800": "oklch(89.61% 0.0571 149.74)",
239
+ "900": "oklch(95.77% 0.0241 151.10)"
240
+ },
241
+ "tertiary-dark": {
242
+ "0": "oklch(0.00% 0.0000 NaN)",
243
+ "50": "oklch(45.31% 0.1162 245.86)",
244
+ "100": "oklch(55.32% 0.1255 240.41)",
245
+ "200": "oklch(60.48% 0.1324 238.12)",
246
+ "300": "oklch(66.14% 0.1382 235.75)",
247
+ "400": "oklch(70.20% 0.1419 233.82)",
248
+ "500": "oklch(73.53% 0.1310 229.33)",
249
+ "600": "oklch(77.54% 0.1158 225.67)",
250
+ "700": "oklch(83.17% 0.0896 223.70)",
251
+ "800": "oklch(89.57% 0.0563 220.64)",
252
+ "900": "oklch(95.75% 0.0231 220.67)"
253
+ },
254
+ "info-dark": {
255
+ "0": "oklch(0.00% 0.0000 NaN)",
256
+ "50": "oklch(20.84% 0.0811 259.09)",
257
+ "100": "oklch(28.68% 0.0962 258.87)",
258
+ "200": "oklch(35.06% 0.1310 258.67)",
259
+ "300": "oklch(43.86% 0.1585 258.07)",
260
+ "400": "oklch(54.72% 0.1933 257.47)",
261
+ "500": "oklch(65.77% 0.1844 256.27)",
262
+ "600": "oklch(75.94% 0.1278 250.45)",
263
+ "700": "oklch(87.12% 0.0693 242.12)",
264
+ "800": "oklch(94.76% 0.0284 238.21)",
265
+ "900": "oklch(98.20% 0.0092 242.79)"
266
+ },
267
+ "warning-dark": {
268
+ "0": "oklch(0.00% 0.0000 NaN)",
269
+ "50": "oklch(28.03% 0.0602 71.48)",
270
+ "100": "oklch(32.98% 0.0722 68.30)",
271
+ "200": "oklch(39.37% 0.0853 68.93)",
272
+ "300": "oklch(46.65% 0.1009 70.17)",
273
+ "400": "oklch(55.42% 0.1169 75.00)",
274
+ "500": "oklch(66.19% 0.1374 79.24)",
275
+ "600": "oklch(74.98% 0.1407 87.05)",
276
+ "700": "oklch(83.42% 0.1401 91.50)",
277
+ "800": "oklch(90.99% 0.1235 95.66)",
278
+ "900": "oklch(97.22% 0.0659 100.99)"
279
+ },
280
+ "danger-dark": {
281
+ "0": "oklch(0.00% 0.0000 NaN)",
282
+ "50": "oklch(21.92% 0.0876 14.52)",
283
+ "100": "oklch(29.16% 0.1169 18.65)",
284
+ "200": "oklch(36.34% 0.1413 20.63)",
285
+ "300": "oklch(45.31% 0.1751 21.97)",
286
+ "400": "oklch(55.98% 0.2080 24.57)",
287
+ "500": "oklch(67.11% 0.2042 23.57)",
288
+ "600": "oklch(77.41% 0.1330 20.02)",
289
+ "700": "oklch(87.87% 0.0643 20.84)",
290
+ "800": "oklch(95.14% 0.0241 20.79)",
291
+ "900": "oklch(98.40% 0.0080 36.71)"
292
+ },
293
+ "success-dark": {
294
+ "0": "oklch(0.00% 0.0000 NaN)",
295
+ "50": "oklch(20.20% 0.0538 151.47)",
296
+ "100": "oklch(26.65% 0.0750 149.11)",
297
+ "200": "oklch(33.49% 0.0936 148.36)",
298
+ "300": "oklch(42.02% 0.1131 148.08)",
299
+ "400": "oklch(51.86% 0.1383 147.98)",
300
+ "500": "oklch(62.86% 0.1606 148.43)",
301
+ "600": "oklch(73.96% 0.1674 149.48)",
302
+ "700": "oklch(85.32% 0.1616 150.11)",
303
+ "800": "oklch(94.20% 0.0448 151.23)",
304
+ "900": "oklch(98.64% 0.0165 150.99)"
305
+ },
306
+ "highlight-dark": {
307
+ "0": "oklch(0.00% 0.0000 NaN)",
308
+ "50": "oklch(21.71% 0.0975 291.58)",
309
+ "100": "oklch(28.99% 0.1222 292.55)",
310
+ "200": "oklch(36.12% 0.1494 293.98)",
311
+ "300": "oklch(45.17% 0.1813 293.78)",
312
+ "400": "oklch(55.72% 0.2094 295.22)",
313
+ "500": "oklch(66.65% 0.1915 297.24)",
314
+ "600": "oklch(77.21% 0.1405 302.22)",
315
+ "700": "oklch(87.70% 0.0743 304.18)",
316
+ "800": "oklch(95.10% 0.0298 307.19)",
317
+ "900": "oklch(98.30% 0.0123 317.91)"
318
+ },
319
+ "neutral-dark": {
320
+ "0": "oklch(0.00% 0.0000 NaN)",
321
+ "50": "oklch(18.91% 0.0101 285.42)",
322
+ "100": "oklch(26.79% 0.0148 285.38)",
323
+ "200": "oklch(39.06% 0.0320 284.84)",
324
+ "300": "oklch(47.68% 0.0384 284.87)",
325
+ "400": "oklch(56.46% 0.0383 285.12)",
326
+ "500": "oklch(65.67% 0.0294 285.59)",
327
+ "600": "oklch(78.98% 0.0182 286.03)",
328
+ "700": "oklch(88.43% 0.0095 286.32)",
329
+ "800": "oklch(94.12% 0.0053 286.52)",
330
+ "900": "oklch(97.64% 0.0013 287.31)"
483
331
  }
484
332
  },
485
- "fontSize": {
486
- "typography.headline1.fontSize": "96px",
487
- "typography.headline2'.fontSize": "60px",
488
- "typography.headline3.fontSize": "48px",
489
- "typography.headline4.fontSize": "34px",
490
- "typography.headline5.fontSize": "24px",
491
- "typography.headline6.fontSize": "20px",
492
- "typography.subtitle1.fontSize": "16px",
493
- "typography.subtitle2.fontSize": "14px",
494
- "typography.body1.fontSize": "16px",
495
- "typography.body2.fontSize": "14px",
496
- "typography.caption.fontSize": "12px",
497
- "typography.button.fontSize": "14px",
498
- "typography.overline.fontSize": "12px"
333
+ "lineHeight": {
334
+ "headline1": "100px",
335
+ "headline2'": "64px",
336
+ "headline3": "52px",
337
+ "headline4": "38px",
338
+ "headline5": "28px",
339
+ "headline6": "24px",
340
+ "subtitle1": "20px",
341
+ "subtitle2": "18px",
342
+ "body1": "20px",
343
+ "body2": "18px",
344
+ "caption": "16px",
345
+ "button": "18px",
346
+ "overline": "16px"
347
+ },
348
+ "fontWeight": {
349
+ "headline1": "300",
350
+ "headline2'": "300",
351
+ "headline3": "400",
352
+ "headline4": "400",
353
+ "headline5": "400",
354
+ "headline6": "500",
355
+ "subtitle1": "400",
356
+ "subtitle2": "500",
357
+ "body1": "400",
358
+ "body2": "400",
359
+ "caption": "400",
360
+ "button": "700",
361
+ "overline": "500"
499
362
  },
500
363
  "letterSpacing": {
501
- "typography.headline1.letterSpacing": "-0.25px",
502
- "typography.headline2'.letterSpacing": "-0.13333333333333333px",
503
- "typography.headline3.letterSpacing": "normal",
504
- "typography.headline4.letterSpacing": "0.11764705882352941px",
505
- "typography.headline5.letterSpacing": "normal",
506
- "typography.headline6.letterSpacing": "0.2px",
507
- "typography.subtitle1.letterSpacing": "0.15px",
508
- "typography.subtitle2.letterSpacing": "0.1142857142857143px",
509
- "typography.body1.letterSpacing": "0.5px",
510
- "typography.body2.letterSpacing": "0.2857142857142857px",
511
- "typography.caption.letterSpacing": "0.5333333333333333px",
512
- "typography.button.letterSpacing": "1.4285714285714286px",
513
- "typography.overline.letterSpacing": "2.6666666666666665px"
364
+ "headline1": "-0.25px",
365
+ "headline2'": "-0.13333333333333333px",
366
+ "headline3": "normal",
367
+ "headline4": "0.11764705882352941px",
368
+ "headline5": "normal",
369
+ "headline6": "0.2px",
370
+ "subtitle1": "0.15px",
371
+ "subtitle2": "0.1142857142857143px",
372
+ "body1": "0.5px",
373
+ "body2": "0.2857142857142857px",
374
+ "caption": "0.5333333333333333px",
375
+ "button": "1.4285714285714286px",
376
+ "overline": "2.6666666666666665px"
514
377
  },
515
378
  "boxShadow": {
516
- "elevation-light-light-_": "0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 2px 0px rgba(0, 0, 0, 0.14)",
517
- "elevation-light-semilight-_": "0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 4px 0px rgba(0, 0, 0, 0.14)",
518
- "elevation-light-regular-_": "0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 4px 8px 0px rgba(0, 0, 0, 0.14)",
519
- "elevation-light-semibold-_": "0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 8px 16px 0px rgba(0, 0, 0, 0.14)",
520
- "elevation-light-bold-_": "0px 0px 8px 0px rgba(0, 0, 0, 0.12), 0px 14px 28px 0px rgba(0, 0, 0, 0.14)",
521
- "elevation-light-extrabold-_": "0px 0px 8px 0px rgba(0, 0, 0, 0.12), 0px 32px 64px 0px rgba(0, 0, 0, 0.14)",
522
- "elevation-dark-light-_": "0px 0px 2px 0px rgba(0, 0, 0, 0.24), 0px 1px 2px 0px rgba(0, 0, 0, 0.28)",
523
- "elevation-dark-semilight-_": "0px 0px 2px 0px rgba(0, 0, 0, 0.24), 0px 2px 4px 0px rgba(0, 0, 0, 0.28)",
524
- "elevation-dark-regular-_": "0px 0px 2px 0px rgba(0, 0, 0, 0.24), 0px 4px 8px 0px rgba(0, 0, 0, 0.28)",
525
- "elevation-dark-semibold-_": "0px 0px 2px 0px rgba(0, 0, 0, 0.24), 0px 8px 16px 0px rgba(0, 0, 0, 0.28)",
526
- "elevation-dark-bold-_": "0px 0px 8px 0px rgba(0, 0, 0, 0.24), 0px 14px 28px 0px rgba(0, 0, 0, 0.28)",
527
- "elevation-dark-extrabold-_": "0px 0px 8px 0px rgba(0, 0, 0, 0.24), 0px 32px 64px 0px rgba(0, 0, 0, 0.28)"
379
+ "elevation-none": "none",
380
+ "light": "0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 1px 2px 0px rgba(0, 0, 0, 0.14)",
381
+ "semilight": "0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 2px 4px 0px rgba(0, 0, 0, 0.14)",
382
+ "regular": "0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 4px 8px 0px rgba(0, 0, 0, 0.14)",
383
+ "semibold": "0px 0px 2px 0px rgba(0, 0, 0, 0.12), 0px 8px 16px 0px rgba(0, 0, 0, 0.14)",
384
+ "bold": "0px 0px 8px 0px rgba(0, 0, 0, 0.12), 0px 14px 28px 0px rgba(0, 0, 0, 0.14)",
385
+ "extrabold": "0px 0px 8px 0px rgba(0, 0, 0, 0.12), 0px 32px 64px 0px rgba(0, 0, 0, 0.14)",
386
+ "light-dark": "0px 0px 2px 0px rgba(0, 0, 0, 0.24), 0px 1px 2px 0px rgba(0, 0, 0, 0.28)",
387
+ "semilight-dark": "0px 0px 2px 0px rgba(0, 0, 0, 0.24), 0px 2px 4px 0px rgba(0, 0, 0, 0.28)",
388
+ "regular-dark": "0px 0px 2px 0px rgba(0, 0, 0, 0.24), 0px 4px 8px 0px rgba(0, 0, 0, 0.28)",
389
+ "semibold-dark": "0px 0px 2px 0px rgba(0, 0, 0, 0.24), 0px 8px 16px 0px rgba(0, 0, 0, 0.28)",
390
+ "bold-dark": "0px 0px 8px 0px rgba(0, 0, 0, 0.24), 0px 14px 28px 0px rgba(0, 0, 0, 0.28)",
391
+ "extrabold-dark": "0px 0px 8px 0px rgba(0, 0, 0, 0.24), 0px 32px 64px 0px rgba(0, 0, 0, 0.28)"
528
392
  },
529
393
  "transitionDuration": {
530
- "duration._": "200ms 400ms 600ms",
531
- "duration.short": "200ms",
532
- "duration.medium": "400ms",
533
- "duration.long": "600ms"
394
+ "short": "200ms",
395
+ "medium": "400ms",
396
+ "long": "600ms"
534
397
  }
535
398
  }
536
399
  }