@umami/react-zen 0.20.0 → 0.21.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/README.md +8 -0
- package/dist/index.css +228 -6
- package/dist/index.js +107 -22
- package/dist/index.mjs +29 -18
- package/dist/styles.css +283 -22
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/index.css
CHANGED
|
@@ -203,6 +203,132 @@
|
|
|
203
203
|
.global-module_shadow-6__nHFwt {
|
|
204
204
|
box-shadow: var(--box-shadow-6);
|
|
205
205
|
}
|
|
206
|
+
.global-module_font-color-50__A4cPV {
|
|
207
|
+
background-color: var(--base-color-50);
|
|
208
|
+
}
|
|
209
|
+
.global-module_font-color-100__6kSLD {
|
|
210
|
+
background-color: var(--base-color-100);
|
|
211
|
+
}
|
|
212
|
+
.global-module_font-color-200__tFdDp {
|
|
213
|
+
background-color: var(--base-color-200);
|
|
214
|
+
}
|
|
215
|
+
.global-module_font-color-300__tHGGU {
|
|
216
|
+
background-color: var(--base-color-300);
|
|
217
|
+
}
|
|
218
|
+
.global-module_font-color-400__SL77z {
|
|
219
|
+
background-color: var(--base-color-400);
|
|
220
|
+
}
|
|
221
|
+
.global-module_font-color-500__NYSOr {
|
|
222
|
+
background-color: var(--base-color-500);
|
|
223
|
+
}
|
|
224
|
+
.global-module_font-color-600__ean-- {
|
|
225
|
+
background-color: var(--base-color-600);
|
|
226
|
+
}
|
|
227
|
+
.global-module_font-color-700__OmAYo {
|
|
228
|
+
background-color: var(--base-color-700);
|
|
229
|
+
}
|
|
230
|
+
.global-module_font-color-800__B3RoW {
|
|
231
|
+
background-color: var(--base-color-800);
|
|
232
|
+
}
|
|
233
|
+
.global-module_font-color-900__wQF5a {
|
|
234
|
+
background-color: var(--base-color-900);
|
|
235
|
+
}
|
|
236
|
+
.global-module_font-color-950__fQ7jf {
|
|
237
|
+
background-color: var(--base-color-950);
|
|
238
|
+
}
|
|
239
|
+
.global-module_font-color-gray__-fZ7c {
|
|
240
|
+
background-color: var(--base-color-gray);
|
|
241
|
+
}
|
|
242
|
+
.global-module_font-color-mauve__8FFhg {
|
|
243
|
+
background-color: var(--base-color-mauve);
|
|
244
|
+
}
|
|
245
|
+
.global-module_font-color-slate__LgnEh {
|
|
246
|
+
background-color: var(--base-color-slate);
|
|
247
|
+
}
|
|
248
|
+
.global-module_font-color-sage__wiFSb {
|
|
249
|
+
background-color: var(--base-color-sage);
|
|
250
|
+
}
|
|
251
|
+
.global-module_font-color-olive__DIHmu {
|
|
252
|
+
background-color: var(--base-color-olive);
|
|
253
|
+
}
|
|
254
|
+
.global-module_font-color-sand__QfJNy {
|
|
255
|
+
background-color: var(--base-color-sand);
|
|
256
|
+
}
|
|
257
|
+
.global-module_font-color-gold__X7SPL {
|
|
258
|
+
background-color: var(--accent-color-gold);
|
|
259
|
+
}
|
|
260
|
+
.global-module_font-color-bronze__rpTQ5 {
|
|
261
|
+
background-color: var(--accent-color-bronze);
|
|
262
|
+
}
|
|
263
|
+
.global-module_font-color-brown__EnhF8 {
|
|
264
|
+
background-color: var(--accent-color-brown);
|
|
265
|
+
}
|
|
266
|
+
.global-module_font-color-yellow__K-Z4K {
|
|
267
|
+
background-color: var(--accent-color-yellow);
|
|
268
|
+
}
|
|
269
|
+
.global-module_font-color-amber__hSTeg {
|
|
270
|
+
background-color: var(--accent-color-amber);
|
|
271
|
+
}
|
|
272
|
+
.global-module_font-color-orange__qzcJo {
|
|
273
|
+
background-color: var(--accent-color-orange);
|
|
274
|
+
}
|
|
275
|
+
.global-module_font-color-tomato__ihFfz {
|
|
276
|
+
background-color: var(--accent-color-tomato);
|
|
277
|
+
}
|
|
278
|
+
.global-module_font-color-red__PMd2H {
|
|
279
|
+
background-color: var(--accent-color-red);
|
|
280
|
+
}
|
|
281
|
+
.global-module_font-color-ruby__o3DJx {
|
|
282
|
+
background-color: var(--accent-color-ruby);
|
|
283
|
+
}
|
|
284
|
+
.global-module_font-color-crimson__ihV2U {
|
|
285
|
+
background-color: var(--accent-color-crimson);
|
|
286
|
+
}
|
|
287
|
+
.global-module_font-color-pink__q9jN0 {
|
|
288
|
+
background-color: var(--accent-color-pink);
|
|
289
|
+
}
|
|
290
|
+
.global-module_font-color-plum__9WvMH {
|
|
291
|
+
background-color: var(--accent-color-plum);
|
|
292
|
+
}
|
|
293
|
+
.global-module_font-color-purple__pAwCO {
|
|
294
|
+
background-color: var(--accent-color-purple);
|
|
295
|
+
}
|
|
296
|
+
.global-module_font-color-violet__OE7Sk {
|
|
297
|
+
background-color: var(--accent-color-violet);
|
|
298
|
+
}
|
|
299
|
+
.global-module_font-color-iris__SjmXI {
|
|
300
|
+
background-color: var(--accent-color-iris);
|
|
301
|
+
}
|
|
302
|
+
.global-module_font-color-indigo__QWo1d {
|
|
303
|
+
background-color: var(--accent-color-indigo);
|
|
304
|
+
}
|
|
305
|
+
.global-module_font-color-blue__r9at2 {
|
|
306
|
+
background-color: var(--accent-color-blue);
|
|
307
|
+
}
|
|
308
|
+
.global-module_font-color-cyan__FVnU9 {
|
|
309
|
+
background-color: var(--accent-color-cyan);
|
|
310
|
+
}
|
|
311
|
+
.global-module_font-color-teal__2m08B {
|
|
312
|
+
background-color: var(--accent-color-teal);
|
|
313
|
+
}
|
|
314
|
+
.global-module_font-color-jade__sXBUs {
|
|
315
|
+
background-color: var(--accent-color-jade);
|
|
316
|
+
}
|
|
317
|
+
.global-module_font-color-green__WnGxd {
|
|
318
|
+
background-color: var(--accent-color-green);
|
|
319
|
+
}
|
|
320
|
+
.global-module_font-color-grass__2pBlu {
|
|
321
|
+
background-color: var(--accent-color-grass);
|
|
322
|
+
}
|
|
323
|
+
.global-module_font-color-lime__7RbHy {
|
|
324
|
+
background-color: var(--accent-color-lime);
|
|
325
|
+
}
|
|
326
|
+
.global-module_font-color-mint__hAWPM {
|
|
327
|
+
background-color: var(--accent-color-mint);
|
|
328
|
+
}
|
|
329
|
+
.global-module_font-color-sky__YGDqG {
|
|
330
|
+
background-color: var(--accent-color-sky);
|
|
331
|
+
}
|
|
206
332
|
.global-module_background-color-50__xc4g1 {
|
|
207
333
|
background-color: var(--base-color-50);
|
|
208
334
|
}
|
|
@@ -236,6 +362,99 @@
|
|
|
236
362
|
.global-module_background-color-950__unH0o {
|
|
237
363
|
background-color: var(--base-color-950);
|
|
238
364
|
}
|
|
365
|
+
.global-module_background-color-gray__F-1QI {
|
|
366
|
+
background-color: var(--base-color-gray);
|
|
367
|
+
}
|
|
368
|
+
.global-module_background-color-mauve__15UmE {
|
|
369
|
+
background-color: var(--base-color-mauve);
|
|
370
|
+
}
|
|
371
|
+
.global-module_background-color-slate__Ca0bY {
|
|
372
|
+
background-color: var(--base-color-slate);
|
|
373
|
+
}
|
|
374
|
+
.global-module_background-color-sage__ltjot {
|
|
375
|
+
background-color: var(--base-color-sage);
|
|
376
|
+
}
|
|
377
|
+
.global-module_background-color-olive__uYs4i {
|
|
378
|
+
background-color: var(--base-color-olive);
|
|
379
|
+
}
|
|
380
|
+
.global-module_background-color-sand__pwZCo {
|
|
381
|
+
background-color: var(--base-color-sand);
|
|
382
|
+
}
|
|
383
|
+
.global-module_background-color-gold__W4lrJ {
|
|
384
|
+
background-color: var(--accent-color-gold);
|
|
385
|
+
}
|
|
386
|
+
.global-module_background-color-bronze__78tC- {
|
|
387
|
+
background-color: var(--accent-color-bronze);
|
|
388
|
+
}
|
|
389
|
+
.global-module_background-color-brown__-CBoT {
|
|
390
|
+
background-color: var(--accent-color-brown);
|
|
391
|
+
}
|
|
392
|
+
.global-module_background-color-yellow__Gpell {
|
|
393
|
+
background-color: var(--accent-color-yellow);
|
|
394
|
+
}
|
|
395
|
+
.global-module_background-color-amber__ZHHzO {
|
|
396
|
+
background-color: var(--accent-color-amber);
|
|
397
|
+
}
|
|
398
|
+
.global-module_background-color-orange__MPjTX {
|
|
399
|
+
background-color: var(--accent-color-orange);
|
|
400
|
+
}
|
|
401
|
+
.global-module_background-color-tomato__tFELs {
|
|
402
|
+
background-color: var(--accent-color-tomato);
|
|
403
|
+
}
|
|
404
|
+
.global-module_background-color-red__wsQdr {
|
|
405
|
+
background-color: var(--accent-color-red);
|
|
406
|
+
}
|
|
407
|
+
.global-module_background-color-ruby__mATDG {
|
|
408
|
+
background-color: var(--accent-color-ruby);
|
|
409
|
+
}
|
|
410
|
+
.global-module_background-color-crimson__00D7j {
|
|
411
|
+
background-color: var(--accent-color-crimson);
|
|
412
|
+
}
|
|
413
|
+
.global-module_background-color-pink__JNi-g {
|
|
414
|
+
background-color: var(--accent-color-pink);
|
|
415
|
+
}
|
|
416
|
+
.global-module_background-color-plum__ywwiB {
|
|
417
|
+
background-color: var(--accent-color-plum);
|
|
418
|
+
}
|
|
419
|
+
.global-module_background-color-purple__YhPwo {
|
|
420
|
+
background-color: var(--accent-color-purple);
|
|
421
|
+
}
|
|
422
|
+
.global-module_background-color-violet__hVQxS {
|
|
423
|
+
background-color: var(--accent-color-violet);
|
|
424
|
+
}
|
|
425
|
+
.global-module_background-color-iris__H5SK- {
|
|
426
|
+
background-color: var(--accent-color-iris);
|
|
427
|
+
}
|
|
428
|
+
.global-module_background-color-indigo__bEBJk {
|
|
429
|
+
background-color: var(--accent-color-indigo);
|
|
430
|
+
}
|
|
431
|
+
.global-module_background-color-blue__tjmDu {
|
|
432
|
+
background-color: var(--accent-color-blue);
|
|
433
|
+
}
|
|
434
|
+
.global-module_background-color-cyan__HO0Fx {
|
|
435
|
+
background-color: var(--accent-color-cyan);
|
|
436
|
+
}
|
|
437
|
+
.global-module_background-color-teal__Np-BQ {
|
|
438
|
+
background-color: var(--accent-color-teal);
|
|
439
|
+
}
|
|
440
|
+
.global-module_background-color-jade__bcIut {
|
|
441
|
+
background-color: var(--accent-color-jade);
|
|
442
|
+
}
|
|
443
|
+
.global-module_background-color-green__Hcgii {
|
|
444
|
+
background-color: var(--accent-color-green);
|
|
445
|
+
}
|
|
446
|
+
.global-module_background-color-grass__oEYcG {
|
|
447
|
+
background-color: var(--accent-color-grass);
|
|
448
|
+
}
|
|
449
|
+
.global-module_background-color-lime__oPB27 {
|
|
450
|
+
background-color: var(--accent-color-lime);
|
|
451
|
+
}
|
|
452
|
+
.global-module_background-color-mint__m0inr {
|
|
453
|
+
background-color: var(--accent-color-mint);
|
|
454
|
+
}
|
|
455
|
+
.global-module_background-color-sky__J5iUc {
|
|
456
|
+
background-color: var(--accent-color-sky);
|
|
457
|
+
}
|
|
239
458
|
.global-module_text-align-left__7o373 {
|
|
240
459
|
text-align: left;
|
|
241
460
|
}
|
|
@@ -260,16 +479,19 @@
|
|
|
260
479
|
.global-module_text-wrap-stable__p8eNk {
|
|
261
480
|
text-wrap: stable;
|
|
262
481
|
}
|
|
263
|
-
.global-module_letter-spacing-
|
|
264
|
-
letter-spacing: -
|
|
482
|
+
.global-module_letter-spacing-1__c7ucK {
|
|
483
|
+
letter-spacing: var(--letter-spacing-1);
|
|
265
484
|
}
|
|
266
|
-
.global-module_letter-spacing-
|
|
485
|
+
.global-module_letter-spacing-2__IRGYE {
|
|
267
486
|
letter-spacing: -0.025em;
|
|
268
487
|
}
|
|
269
|
-
.global-module_letter-spacing-
|
|
488
|
+
.global-module_letter-spacing-3__ODrVm {
|
|
489
|
+
letter-spacing: 0;
|
|
490
|
+
}
|
|
491
|
+
.global-module_letter-spacing-4__NhdxY {
|
|
270
492
|
letter-spacing: 0.025em;
|
|
271
493
|
}
|
|
272
|
-
.global-module_letter-spacing-
|
|
494
|
+
.global-module_letter-spacing-5__7Avw0 {
|
|
273
495
|
letter-spacing: 0.05em;
|
|
274
496
|
}
|
|
275
497
|
.global-module_padding-1__rmJ50 {
|
|
@@ -944,7 +1166,7 @@
|
|
|
944
1166
|
.global-module_flex-direction-column-reverse__5oK0V {
|
|
945
1167
|
flex-direction: column-reverse;
|
|
946
1168
|
}
|
|
947
|
-
.global-module_flex-
|
|
1169
|
+
.global-module_flex-wrap-wrap__81tOq {
|
|
948
1170
|
flex-wrap: wrap;
|
|
949
1171
|
}
|
|
950
1172
|
.global-module_flex-wrap-nowrap__lPcOy {
|
package/dist/index.js
CHANGED
|
@@ -26223,6 +26223,48 @@ var global_default = {
|
|
|
26223
26223
|
"shadow-4": "global_shadow-4",
|
|
26224
26224
|
"shadow-5": "global_shadow-5",
|
|
26225
26225
|
"shadow-6": "global_shadow-6",
|
|
26226
|
+
"font-color-50": "global_font-color-50",
|
|
26227
|
+
"font-color-100": "global_font-color-100",
|
|
26228
|
+
"font-color-200": "global_font-color-200",
|
|
26229
|
+
"font-color-300": "global_font-color-300",
|
|
26230
|
+
"font-color-400": "global_font-color-400",
|
|
26231
|
+
"font-color-500": "global_font-color-500",
|
|
26232
|
+
"font-color-600": "global_font-color-600",
|
|
26233
|
+
"font-color-700": "global_font-color-700",
|
|
26234
|
+
"font-color-800": "global_font-color-800",
|
|
26235
|
+
"font-color-900": "global_font-color-900",
|
|
26236
|
+
"font-color-950": "global_font-color-950",
|
|
26237
|
+
"font-color-gray": "global_font-color-gray",
|
|
26238
|
+
"font-color-mauve": "global_font-color-mauve",
|
|
26239
|
+
"font-color-slate": "global_font-color-slate",
|
|
26240
|
+
"font-color-sage": "global_font-color-sage",
|
|
26241
|
+
"font-color-olive": "global_font-color-olive",
|
|
26242
|
+
"font-color-sand": "global_font-color-sand",
|
|
26243
|
+
"font-color-gold": "global_font-color-gold",
|
|
26244
|
+
"font-color-bronze": "global_font-color-bronze",
|
|
26245
|
+
"font-color-brown": "global_font-color-brown",
|
|
26246
|
+
"font-color-yellow": "global_font-color-yellow",
|
|
26247
|
+
"font-color-amber": "global_font-color-amber",
|
|
26248
|
+
"font-color-orange": "global_font-color-orange",
|
|
26249
|
+
"font-color-tomato": "global_font-color-tomato",
|
|
26250
|
+
"font-color-red": "global_font-color-red",
|
|
26251
|
+
"font-color-ruby": "global_font-color-ruby",
|
|
26252
|
+
"font-color-crimson": "global_font-color-crimson",
|
|
26253
|
+
"font-color-pink": "global_font-color-pink",
|
|
26254
|
+
"font-color-plum": "global_font-color-plum",
|
|
26255
|
+
"font-color-purple": "global_font-color-purple",
|
|
26256
|
+
"font-color-violet": "global_font-color-violet",
|
|
26257
|
+
"font-color-iris": "global_font-color-iris",
|
|
26258
|
+
"font-color-indigo": "global_font-color-indigo",
|
|
26259
|
+
"font-color-blue": "global_font-color-blue",
|
|
26260
|
+
"font-color-cyan": "global_font-color-cyan",
|
|
26261
|
+
"font-color-teal": "global_font-color-teal",
|
|
26262
|
+
"font-color-jade": "global_font-color-jade",
|
|
26263
|
+
"font-color-green": "global_font-color-green",
|
|
26264
|
+
"font-color-grass": "global_font-color-grass",
|
|
26265
|
+
"font-color-lime": "global_font-color-lime",
|
|
26266
|
+
"font-color-mint": "global_font-color-mint",
|
|
26267
|
+
"font-color-sky": "global_font-color-sky",
|
|
26226
26268
|
"background-color-50": "global_background-color-50",
|
|
26227
26269
|
"background-color-100": "global_background-color-100",
|
|
26228
26270
|
"background-color-200": "global_background-color-200",
|
|
@@ -26234,6 +26276,37 @@ var global_default = {
|
|
|
26234
26276
|
"background-color-800": "global_background-color-800",
|
|
26235
26277
|
"background-color-900": "global_background-color-900",
|
|
26236
26278
|
"background-color-950": "global_background-color-950",
|
|
26279
|
+
"background-color-gray": "global_background-color-gray",
|
|
26280
|
+
"background-color-mauve": "global_background-color-mauve",
|
|
26281
|
+
"background-color-slate": "global_background-color-slate",
|
|
26282
|
+
"background-color-sage": "global_background-color-sage",
|
|
26283
|
+
"background-color-olive": "global_background-color-olive",
|
|
26284
|
+
"background-color-sand": "global_background-color-sand",
|
|
26285
|
+
"background-color-gold": "global_background-color-gold",
|
|
26286
|
+
"background-color-bronze": "global_background-color-bronze",
|
|
26287
|
+
"background-color-brown": "global_background-color-brown",
|
|
26288
|
+
"background-color-yellow": "global_background-color-yellow",
|
|
26289
|
+
"background-color-amber": "global_background-color-amber",
|
|
26290
|
+
"background-color-orange": "global_background-color-orange",
|
|
26291
|
+
"background-color-tomato": "global_background-color-tomato",
|
|
26292
|
+
"background-color-red": "global_background-color-red",
|
|
26293
|
+
"background-color-ruby": "global_background-color-ruby",
|
|
26294
|
+
"background-color-crimson": "global_background-color-crimson",
|
|
26295
|
+
"background-color-pink": "global_background-color-pink",
|
|
26296
|
+
"background-color-plum": "global_background-color-plum",
|
|
26297
|
+
"background-color-purple": "global_background-color-purple",
|
|
26298
|
+
"background-color-violet": "global_background-color-violet",
|
|
26299
|
+
"background-color-iris": "global_background-color-iris",
|
|
26300
|
+
"background-color-indigo": "global_background-color-indigo",
|
|
26301
|
+
"background-color-blue": "global_background-color-blue",
|
|
26302
|
+
"background-color-cyan": "global_background-color-cyan",
|
|
26303
|
+
"background-color-teal": "global_background-color-teal",
|
|
26304
|
+
"background-color-jade": "global_background-color-jade",
|
|
26305
|
+
"background-color-green": "global_background-color-green",
|
|
26306
|
+
"background-color-grass": "global_background-color-grass",
|
|
26307
|
+
"background-color-lime": "global_background-color-lime",
|
|
26308
|
+
"background-color-mint": "global_background-color-mint",
|
|
26309
|
+
"background-color-sky": "global_background-color-sky",
|
|
26237
26310
|
"text-align-left": "global_text-align-left",
|
|
26238
26311
|
"text-align-center": "global_text-align-center",
|
|
26239
26312
|
"text-align-right": "global_text-align-right",
|
|
@@ -26242,10 +26315,11 @@ var global_default = {
|
|
|
26242
26315
|
"text-wrap-balance": "global_text-wrap-balance",
|
|
26243
26316
|
"text-wrap-pretty": "global_text-wrap-pretty",
|
|
26244
26317
|
"text-wrap-stable": "global_text-wrap-stable",
|
|
26245
|
-
"letter-spacing-
|
|
26246
|
-
"letter-spacing-
|
|
26247
|
-
"letter-spacing-
|
|
26248
|
-
"letter-spacing-
|
|
26318
|
+
"letter-spacing-1": "global_letter-spacing-1",
|
|
26319
|
+
"letter-spacing-2": "global_letter-spacing-2",
|
|
26320
|
+
"letter-spacing-3": "global_letter-spacing-3",
|
|
26321
|
+
"letter-spacing-4": "global_letter-spacing-4",
|
|
26322
|
+
"letter-spacing-5": "global_letter-spacing-5",
|
|
26249
26323
|
"padding-1": "global_padding-1",
|
|
26250
26324
|
"padding-2": "global_padding-2",
|
|
26251
26325
|
"padding-3": "global_padding-3",
|
|
@@ -26454,7 +26528,7 @@ var global_default = {
|
|
|
26454
26528
|
"flex-direction-row-reverse": "global_flex-direction-row-reverse",
|
|
26455
26529
|
"flex-direction-column": "global_flex-direction-column",
|
|
26456
26530
|
"flex-direction-column-reverse": "global_flex-direction-column-reverse",
|
|
26457
|
-
"flex-wrap": "global_flex-wrap",
|
|
26531
|
+
"flex-wrap-wrap": "global_flex-wrap-wrap",
|
|
26458
26532
|
"flex-wrap-nowrap": "global_flex-wrap-nowrap",
|
|
26459
26533
|
"flex-wrap-wrap-reverse": "global_flex-wrap-wrap-reverse",
|
|
26460
26534
|
"justify-content-center": "global_justify-content-center",
|
|
@@ -26780,7 +26854,7 @@ var global_default = {
|
|
|
26780
26854
|
"order-xl": "global_order-xl"
|
|
26781
26855
|
};
|
|
26782
26856
|
|
|
26783
|
-
// src/
|
|
26857
|
+
// src/components/hooks/useDesignProps.ts
|
|
26784
26858
|
var CSS_MAP = {
|
|
26785
26859
|
display: "display",
|
|
26786
26860
|
position: "position",
|
|
@@ -26789,6 +26863,7 @@ var CSS_MAP = {
|
|
|
26789
26863
|
textAlign: "text-align",
|
|
26790
26864
|
textWrap: "text-wrap",
|
|
26791
26865
|
letterSpacing: "letter-spacing",
|
|
26866
|
+
color: "font-color",
|
|
26792
26867
|
backgroundColor: "background-color",
|
|
26793
26868
|
borderSize: "border-size",
|
|
26794
26869
|
borderRadius: "border-radius",
|
|
@@ -26864,7 +26939,13 @@ var excludedProps = [
|
|
|
26864
26939
|
"gridColumn",
|
|
26865
26940
|
"order"
|
|
26866
26941
|
];
|
|
26867
|
-
function
|
|
26942
|
+
function parseValue(value, name) {
|
|
26943
|
+
if (/^\d+$/.test(value)) {
|
|
26944
|
+
return `var(--${name}-${value})`;
|
|
26945
|
+
}
|
|
26946
|
+
return value;
|
|
26947
|
+
}
|
|
26948
|
+
function useDesignProps(props) {
|
|
26868
26949
|
const classes = [];
|
|
26869
26950
|
const styleProps = {};
|
|
26870
26951
|
Object.keys(props).forEach((key) => {
|
|
@@ -26892,18 +26973,13 @@ function mapProps(props) {
|
|
|
26892
26973
|
});
|
|
26893
26974
|
return [classes, styleProps];
|
|
26894
26975
|
}
|
|
26895
|
-
function parseValue(value, name) {
|
|
26896
|
-
if (/^\d+$/.test(value)) {
|
|
26897
|
-
return `var(--${name}-${value})`;
|
|
26898
|
-
}
|
|
26899
|
-
return value;
|
|
26900
|
-
}
|
|
26901
26976
|
|
|
26902
26977
|
// src/components/Box.tsx
|
|
26903
26978
|
var import_classnames3 = __toESM(require_classnames());
|
|
26904
26979
|
var import_jsx_runtime4 = require("react/jsx-runtime");
|
|
26905
26980
|
function Box({
|
|
26906
26981
|
display,
|
|
26982
|
+
color,
|
|
26907
26983
|
backgroundColor,
|
|
26908
26984
|
borderSize,
|
|
26909
26985
|
borderRadius,
|
|
@@ -26949,8 +27025,9 @@ function Box({
|
|
|
26949
27025
|
...props
|
|
26950
27026
|
}) {
|
|
26951
27027
|
const Component = asChild ? Slot : as;
|
|
26952
|
-
const [classes, styleProps] =
|
|
27028
|
+
const [classes, styleProps] = useDesignProps({
|
|
26953
27029
|
display,
|
|
27030
|
+
color,
|
|
26954
27031
|
backgroundColor,
|
|
26955
27032
|
borderSize,
|
|
26956
27033
|
borderRadius,
|
|
@@ -27021,7 +27098,7 @@ function Flexbox({
|
|
|
27021
27098
|
children,
|
|
27022
27099
|
...props
|
|
27023
27100
|
}) {
|
|
27024
|
-
const [classes, styleProps] =
|
|
27101
|
+
const [classes, styleProps] = useDesignProps({
|
|
27025
27102
|
display,
|
|
27026
27103
|
flexDirection: direction,
|
|
27027
27104
|
flexWrap: wrap,
|
|
@@ -27055,26 +27132,28 @@ var Text_default = {
|
|
|
27055
27132
|
// src/components/Text.tsx
|
|
27056
27133
|
var import_jsx_runtime7 = require("react/jsx-runtime");
|
|
27057
27134
|
function Text({
|
|
27058
|
-
as = "span",
|
|
27059
|
-
asChild,
|
|
27060
27135
|
type,
|
|
27061
27136
|
size,
|
|
27062
|
-
|
|
27137
|
+
spacing,
|
|
27063
27138
|
weight,
|
|
27064
27139
|
align,
|
|
27065
27140
|
wrap,
|
|
27141
|
+
color,
|
|
27142
|
+
as = "span",
|
|
27143
|
+
asChild,
|
|
27066
27144
|
className,
|
|
27067
27145
|
style,
|
|
27068
27146
|
children,
|
|
27069
27147
|
...props
|
|
27070
27148
|
}) {
|
|
27071
27149
|
const Component = asChild ? Slot : as;
|
|
27072
|
-
const [classes, styleProps] =
|
|
27150
|
+
const [classes, styleProps] = useDesignProps({
|
|
27073
27151
|
fontSize: size,
|
|
27074
27152
|
textAlign: align,
|
|
27075
27153
|
textWrap: wrap,
|
|
27076
27154
|
fontWeight: weight,
|
|
27077
|
-
letterSpacing
|
|
27155
|
+
letterSpacing: spacing,
|
|
27156
|
+
color
|
|
27078
27157
|
});
|
|
27079
27158
|
return /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
|
|
27080
27159
|
Component,
|
|
@@ -28083,7 +28162,7 @@ function Grid({
|
|
|
28083
28162
|
children,
|
|
28084
28163
|
...props
|
|
28085
28164
|
}) {
|
|
28086
|
-
const [classes, styleProps] =
|
|
28165
|
+
const [classes, styleProps] = useDesignProps({
|
|
28087
28166
|
display,
|
|
28088
28167
|
justifyContent,
|
|
28089
28168
|
justifyItems,
|
|
@@ -28114,12 +28193,18 @@ function Heading({
|
|
|
28114
28193
|
size = "5",
|
|
28115
28194
|
weight,
|
|
28116
28195
|
align,
|
|
28196
|
+
spacing = "1",
|
|
28117
28197
|
className,
|
|
28118
28198
|
style,
|
|
28119
28199
|
children,
|
|
28120
28200
|
...props
|
|
28121
28201
|
}) {
|
|
28122
|
-
const [classes, styleProps] =
|
|
28202
|
+
const [classes, styleProps] = useDesignProps({
|
|
28203
|
+
fontSize: size,
|
|
28204
|
+
textAlign: align,
|
|
28205
|
+
fontWeight: weight,
|
|
28206
|
+
letterSpacing: spacing
|
|
28207
|
+
});
|
|
28123
28208
|
return /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
28124
28209
|
Box,
|
|
28125
28210
|
{
|
package/dist/index.mjs
CHANGED
|
@@ -26176,9 +26176,9 @@ var AlertIcons = {
|
|
|
26176
26176
|
var import_classnames4 = __toESM(require_classnames());
|
|
26177
26177
|
|
|
26178
26178
|
// css-modules:/Users/mikecao/Development/umami-software/react-zen/src/components/styles/global.module.css
|
|
26179
|
-
var global_default = { "display": "global-module_display__Ihfmy", "display-none": "global-module_display-none__5qsrB", "display-inline": "global-module_display-inline__edPtD", "display-inline-block": "global-module_display-inline-block__VVLZE", "display-block": "global-module_display-block__znAoM", "display-flex": "global-module_display-flex__eQ-Uj", "display-inline-flex": "global-module_display-inline-flex__46OqU", "display-grid": "global-module_display-grid__9Tysb", "display-inline-grid": "global-module_display-inline-grid__nIZyA", "position-absolute": "global-module_position-absolute__qQo6M", "position-fixed": "global-module_position-fixed__m4FX0", "position-stick": "global-module_position-stick__W1XPf", "position-static": "global-module_position-static__qSRBF", "position-relative": "global-module_position-relative__oRWcQ", "font-size": "global-module_font-size__M4cf9", "font-size-1": "global-module_font-size-1__s0lQA", "font-size-2": "global-module_font-size-2__uq6D7", "font-size-3": "global-module_font-size-3__OG0RQ", "font-size-4": "global-module_font-size-4__sIsR6", "font-size-5": "global-module_font-size-5__HE5aI", "font-size-6": "global-module_font-size-6__xRgqq", "font-size-7": "global-module_font-size-7__22fA-", "font-size-8": "global-module_font-size-8__gqMKU", "font-size-9": "global-module_font-size-9__I-xDJ", "font-weight-light": "global-module_font-weight-light__qKsSl", "font-weight-regular": "global-module_font-weight-regular__iAloO", "font-weight-medium": "global-module_font-weight-medium__phrJi", "font-weight-bold": "global-module_font-weight-bold__g03Sh", "border-size-1": "global-module_border-size-1__ASeQ4", "border-size-2": "global-module_border-size-2__CX8VC", "border-size-3": "global-module_border-size-3__4XgfF", "border-size-4": "global-module_border-size-4__klAQ8", "border-radius-1": "global-module_border-radius-1__DtegP", "border-radius-2": "global-module_border-radius-2__jVBrS", "border-radius-3": "global-module_border-radius-3__Mw5ZD", "border-radius-4": "global-module_border-radius-4__nVt-m", "border-radius-5": "global-module_border-radius-5__xjY77", "border-radius-6": "global-module_border-radius-6__uDkHR", "shadow-1": "global-module_shadow-1__dkp6T", "shadow-2": "global-module_shadow-2__7D0R3", "shadow-3": "global-module_shadow-3__qTqyf", "shadow-4": "global-module_shadow-4__SeCSd", "shadow-5": "global-module_shadow-5__-lT16", "shadow-6": "global-module_shadow-6__nHFwt", "background-color-50": "global-module_background-color-50__xc4g1", "background-color-100": "global-module_background-color-100__YwyxN", "background-color-200": "global-module_background-color-200__W6fTH", "background-color-300": "global-module_background-color-300__-HYDN", "background-color-400": "global-module_background-color-400__e08-K", "background-color-500": "global-module_background-color-500__Ovjnu", "background-color-600": "global-module_background-color-600__MN7zF", "background-color-700": "global-module_background-color-700__-kLQa", "background-color-800": "global-module_background-color-800__SDy2c", "background-color-900": "global-module_background-color-900__FftQB", "background-color-950": "global-module_background-color-950__unH0o", "text-align-left": "global-module_text-align-left__7o373", "text-align-center": "global-module_text-align-center__LG06z", "text-align-right": "global-module_text-align-right__Ani1f", "text-wrap-wrap": "global-module_text-wrap-wrap__3BA-g", "text-wrap-nowrap": "global-module_text-wrap-nowrap__GGIMn", "text-wrap-balance": "global-module_text-wrap-balance__J-YQP", "text-wrap-pretty": "global-module_text-wrap-pretty__cLTps", "text-wrap-stable": "global-module_text-wrap-stable__p8eNk", "letter-spacing-tighter": "global-module_letter-spacing-tighter__QIlky", "letter-spacing-tight": "global-module_letter-spacing-tight__miJ-C", "letter-spacing-wide": "global-module_letter-spacing-wide__VYMDU", "letter-spacing-wider": "global-module_letter-spacing-wider__7VLFQ", "padding-1": "global-module_padding-1__rmJ50", "padding-2": "global-module_padding-2__SzdNc", "padding-3": "global-module_padding-3__lM3Z3", "padding-4": "global-module_padding-4__r1E89", "padding-5": "global-module_padding-5__cS8NA", "padding-6": "global-module_padding-6__GnmPH", "padding-7": "global-module_padding-7__UbRtv", "padding-8": "global-module_padding-8__ogZ-a", "padding-9": "global-module_padding-9__-TMVv", "padding-10": "global-module_padding-10__I4550", "padding-11": "global-module_padding-11__zHxrh", "padding-12": "global-module_padding-12__mjFuM", "padding-x-1": "global-module_padding-x-1__v0-y2", "padding-x-2": "global-module_padding-x-2__PKqAT", "padding-x-3": "global-module_padding-x-3__trXgp", "padding-x-4": "global-module_padding-x-4__Q8BeR", "padding-x-5": "global-module_padding-x-5__1kKrt", "padding-x-6": "global-module_padding-x-6__IG3V6", "padding-x-7": "global-module_padding-x-7__GzqR-", "padding-x-8": "global-module_padding-x-8__i11mX", "padding-x-9": "global-module_padding-x-9__lakkK", "padding-x-10": "global-module_padding-x-10__Bc1vQ", "padding-x-11": "global-module_padding-x-11__DAvex", "padding-x-12": "global-module_padding-x-12__vzWel", "padding-y-1": "global-module_padding-y-1__r6Jof", "padding-y-2": "global-module_padding-y-2__Ye6hE", "padding-y-3": "global-module_padding-y-3__OvGI8", "padding-y-4": "global-module_padding-y-4__sy12B", "padding-y-5": "global-module_padding-y-5__6V8Ua", "padding-y-6": "global-module_padding-y-6__F-Hjt", "padding-y-7": "global-module_padding-y-7__5Cgei", "padding-y-8": "global-module_padding-y-8__Aw1EN", "padding-y-9": "global-module_padding-y-9__E-jme", "padding-y-10": "global-module_padding-y-10__LCZ8m", "padding-y-11": "global-module_padding-y-11__n7Zi2", "padding-y-12": "global-module_padding-y-12__o4zh7", "padding-top-1": "global-module_padding-top-1__0TllZ", "padding-top-2": "global-module_padding-top-2__64hlJ", "padding-top-3": "global-module_padding-top-3__-Sv8U", "padding-top-4": "global-module_padding-top-4__Dsb-p", "padding-top-5": "global-module_padding-top-5__4daw7", "padding-top-6": "global-module_padding-top-6__Bf2At", "padding-top-7": "global-module_padding-top-7__eMVFT", "padding-top-8": "global-module_padding-top-8__7Zaqc", "padding-top-9": "global-module_padding-top-9__L9Ayh", "padding-top-10": "global-module_padding-top-10__w-KSF", "padding-top-11": "global-module_padding-top-11__-C9r7", "padding-top-12": "global-module_padding-top-12__1o1Ap", "padding-bottom-1": "global-module_padding-bottom-1__F691b", "padding-bottom-2": "global-module_padding-bottom-2__xnnJN", "padding-bottom-3": "global-module_padding-bottom-3__nOq7s", "padding-bottom-4": "global-module_padding-bottom-4__OmFoc", "padding-bottom-5": "global-module_padding-bottom-5__fzsME", "padding-bottom-6": "global-module_padding-bottom-6__qwjAG", "padding-bottom-7": "global-module_padding-bottom-7__70EhC", "padding-bottom-8": "global-module_padding-bottom-8__Wctj-", "padding-bottom-9": "global-module_padding-bottom-9__da0q4", "padding-bottom-10": "global-module_padding-bottom-10__65o-K", "padding-bottom-11": "global-module_padding-bottom-11__nfhkE", "padding-bottom-12": "global-module_padding-bottom-12__t5Di9", "padding-left-1": "global-module_padding-left-1__Unti8", "padding-left-2": "global-module_padding-left-2__6G1qH", "padding-left-3": "global-module_padding-left-3__Bvxnr", "padding-left-4": "global-module_padding-left-4__8xHZg", "padding-left-5": "global-module_padding-left-5__Jra57", "padding-left-6": "global-module_padding-left-6__EEhje", "padding-left-7": "global-module_padding-left-7__Gds4s", "padding-left-8": "global-module_padding-left-8__sSe4w", "padding-left-9": "global-module_padding-left-9__-W4yz", "padding-left-10": "global-module_padding-left-10__DqTBz", "padding-left-11": "global-module_padding-left-11__GDPGJ", "padding-left-12": "global-module_padding-left-12__hkS-X", "padding-right-1": "global-module_padding-right-1__LyOTI", "padding-right-2": "global-module_padding-right-2__iR7hn", "padding-right-3": "global-module_padding-right-3__AMjes", "padding-right-4": "global-module_padding-right-4__xRk9d", "padding-right-5": "global-module_padding-right-5__Ijp31", "padding-right-6": "global-module_padding-right-6__lhsSd", "padding-right-7": "global-module_padding-right-7__40jLZ", "padding-right-8": "global-module_padding-right-8__5JZiX", "padding-right-9": "global-module_padding-right-9__4p0Ki", "padding-right-10": "global-module_padding-right-10__1JZdH", "padding-right-11": "global-module_padding-right-11__or4Oz", "padding-right-12": "global-module_padding-right-12__hXtG8", "margin-1": "global-module_margin-1__8blaD", "margin-2": "global-module_margin-2__W2HVl", "margin-3": "global-module_margin-3__Rhn0-", "margin-4": "global-module_margin-4__YBeOI", "margin-5": "global-module_margin-5__4mjsh", "margin-6": "global-module_margin-6__QlL9d", "margin-7": "global-module_margin-7__5nlIE", "margin-8": "global-module_margin-8__7PDkf", "margin-9": "global-module_margin-9__t7BZB", "margin-10": "global-module_margin-10__hJA3l", "margin-11": "global-module_margin-11__joZrx", "margin-12": "global-module_margin-12__cxWfC", "margin-x-1": "global-module_margin-x-1__pLwJc", "margin-x-2": "global-module_margin-x-2__WSRam", "margin-x-3": "global-module_margin-x-3__vn5MK", "margin-x-4": "global-module_margin-x-4__T24QY", "margin-x-5": "global-module_margin-x-5__1SLY3", "margin-x-6": "global-module_margin-x-6__CgfPk", "margin-x-7": "global-module_margin-x-7__9Wgnn", "margin-x-8": "global-module_margin-x-8__9v7sD", "margin-x-9": "global-module_margin-x-9__WlUxo", "margin-x-10": "global-module_margin-x-10__7GRrE", "margin-x-11": "global-module_margin-x-11__ti-hm", "margin-x-12": "global-module_margin-x-12__BTubU", "margin-y-1": "global-module_margin-y-1__Zv28D", "margin-y-2": "global-module_margin-y-2__M4mt1", "margin-y-3": "global-module_margin-y-3__0K9my", "margin-y-4": "global-module_margin-y-4__7MFe5", "margin-y-5": "global-module_margin-y-5__yad4x", "margin-y-6": "global-module_margin-y-6__-A8n7", "margin-y-7": "global-module_margin-y-7__WDet-", "margin-y-8": "global-module_margin-y-8__RSfB-", "margin-y-9": "global-module_margin-y-9__7Y5fP", "margin-y-10": "global-module_margin-y-10__NvcJN", "margin-y-11": "global-module_margin-y-11__j1Fxi", "margin-y-12": "global-module_margin-y-12__TMDZW", "margin-top-1": "global-module_margin-top-1__IIO7s", "margin-top-2": "global-module_margin-top-2__synrj", "margin-top-3": "global-module_margin-top-3__2HWVK", "margin-top-4": "global-module_margin-top-4__ohrLm", "margin-top-5": "global-module_margin-top-5__pans6", "margin-top-6": "global-module_margin-top-6__4xjIy", "margin-top-7": "global-module_margin-top-7__f4WuP", "margin-top-8": "global-module_margin-top-8__DNAH0", "margin-top-9": "global-module_margin-top-9__ivOtM", "margin-top-10": "global-module_margin-top-10__nL23-", "margin-top-11": "global-module_margin-top-11__TjHcG", "margin-top-12": "global-module_margin-top-12__cqCHC", "margin-bottom-1": "global-module_margin-bottom-1__dgkCD", "margin-bottom-2": "global-module_margin-bottom-2__3JYz6", "margin-bottom-3": "global-module_margin-bottom-3__fXZoX", "margin-bottom-4": "global-module_margin-bottom-4__QUa3D", "margin-bottom-5": "global-module_margin-bottom-5__NSqo7", "margin-bottom-6": "global-module_margin-bottom-6__YnGAv", "margin-bottom-7": "global-module_margin-bottom-7__wCoMQ", "margin-bottom-8": "global-module_margin-bottom-8__30i9F", "margin-bottom-9": "global-module_margin-bottom-9__2ksqx", "margin-bottom-10": "global-module_margin-bottom-10__r2Zml", "margin-bottom-11": "global-module_margin-bottom-11__gBVtu", "margin-bottom-12": "global-module_margin-bottom-12__OHjVz", "margin-left-1": "global-module_margin-left-1__rJ30X", "margin-left-2": "global-module_margin-left-2__vYoUF", "margin-left-3": "global-module_margin-left-3__arBNT", "margin-left-4": "global-module_margin-left-4__m0GfV", "margin-left-5": "global-module_margin-left-5__-v2Z5", "margin-left-6": "global-module_margin-left-6__WzXFC", "margin-left-7": "global-module_margin-left-7__YtKRB", "margin-left-8": "global-module_margin-left-8__yHprH", "margin-left-9": "global-module_margin-left-9__Cuool", "margin-left-10": "global-module_margin-left-10__LTRfB", "margin-left-11": "global-module_margin-left-11__hn4ja", "margin-left-12": "global-module_margin-left-12__tJfit", "margin-right-1": "global-module_margin-right-1__oTC6X", "margin-right-2": "global-module_margin-right-2__SfhwN", "margin-right-3": "global-module_margin-right-3__YNZl5", "margin-right-4": "global-module_margin-right-4__ieF87", "margin-right-5": "global-module_margin-right-5__jwjmN", "margin-right-6": "global-module_margin-right-6__OB-ea", "margin-right-7": "global-module_margin-right-7__W--Ke", "margin-right-8": "global-module_margin-right-8__PuwJ0", "margin-right-9": "global-module_margin-right-9__i7sl6", "margin-right-10": "global-module_margin-right-10__BDHEl", "margin-right-11": "global-module_margin-right-11__Y7kiD", "margin-right-12": "global-module_margin-right-12__gXrAR", "gap-1": "global-module_gap-1__HuPyq", "gap-2": "global-module_gap-2__ORjov", "gap-3": "global-module_gap-3__eSSxe", "gap-4": "global-module_gap-4__PVHyI", "gap-5": "global-module_gap-5__Sf8Mp", "gap-6": "global-module_gap-6__sd-zL", "gap-7": "global-module_gap-7__U0-br", "gap-8": "global-module_gap-8__ipWOc", "gap-9": "global-module_gap-9__H9Bov", "gap-10": "global-module_gap-10__oIwyk", "gap-11": "global-module_gap-11__Z9I3H", "gap-12": "global-module_gap-12__ta1uI", "gap-x-1": "global-module_gap-x-1__qO21k", "gap-x-2": "global-module_gap-x-2__caiGL", "gap-x-3": "global-module_gap-x-3__44WdX", "gap-x-4": "global-module_gap-x-4__8RbuP", "gap-x-5": "global-module_gap-x-5__7x2-t", "gap-x-6": "global-module_gap-x-6__xe0w0", "gap-x-7": "global-module_gap-x-7__WzSW6", "gap-x-8": "global-module_gap-x-8__rERTw", "gap-x-9": "global-module_gap-x-9__5j6Qk", "gap-x-10": "global-module_gap-x-10__VSp5h", "gap-x-11": "global-module_gap-x-11__LMvPC", "gap-x-12": "global-module_gap-x-12__TxdCq", "gap-y-1": "global-module_gap-y-1__vFBCh", "gap-y-2": "global-module_gap-y-2__bt7Mr", "gap-y-3": "global-module_gap-y-3__IRtKF", "gap-y-4": "global-module_gap-y-4__l1UCJ", "gap-y-5": "global-module_gap-y-5__Luhld", "gap-y-6": "global-module_gap-y-6__LbZIc", "gap-y-7": "global-module_gap-y-7__emET1", "gap-y-8": "global-module_gap-y-8__mHxOT", "gap-y-9": "global-module_gap-y-9__9Bwoy", "gap-y-10": "global-module_gap-y-10__SDoq-", "gap-y-11": "global-module_gap-y-11__vyRmF", "gap-y-12": "global-module_gap-y-12__3CX2o", "flex-direction-row": "global-module_flex-direction-row__yf8F4", "flex-direction-row-reverse": "global-module_flex-direction-row-reverse__DaUNn", "flex-direction-column": "global-module_flex-direction-column__QtZT9", "flex-direction-column-reverse": "global-module_flex-direction-column-reverse__5oK0V", "flex-wrap": "global-module_flex-wrap__o-2pl", "flex-wrap-nowrap": "global-module_flex-wrap-nowrap__lPcOy", "flex-wrap-wrap-reverse": "global-module_flex-wrap-wrap-reverse__gL9Xx", "justify-content-center": "global-module_justify-content-center__UOo3I", "justify-content-start": "global-module_justify-content-start__UR0KX", "justify-content-end": "global-module_justify-content-end__XTIzs", "justify-content-flex-start": "global-module_justify-content-flex-start__-LAAE", "justify-content-flex-end": "global-module_justify-content-flex-end__6ZzvJ", "justify-content-left": "global-module_justify-content-left__l0UYA", "justify-content-right": "global-module_justify-content-right__DA15B", "justify-content-space-between": "global-module_justify-content-space-between__C3mf4", "justify-content-space-around": "global-module_justify-content-space-around__qk2SX", "justify-content-space-evenly": "global-module_justify-content-space-evenly__idBEA", "justify-content-stretch": "global-module_justify-content-stretch__4HAdq", "justify-items-stretch": "global-module_justify-items-stretch__ZfY2a", "justify-items-center": "global-module_justify-items-center__isM-3", "justify-items-start": "global-module_justify-items-start__as4Pi", "justify-items-end": "global-module_justify-items-end__--PR9", "justify-items-flex-start": "global-module_justify-items-flex-start__8346F", "justify-items-flex-end": "global-module_justify-items-flex-end__oAGh0", "justify-items-self-start": "global-module_justify-items-self-start__76-qf", "justify-items-self-end": "global-module_justify-items-self-end__wURv0", "justify-items-left": "global-module_justify-items-left__y8Uux", "justify-items-right": "global-module_justify-items-right__5WAXL", "justify-items-baseline": "global-module_justify-items-baseline__efQii", "align-content-center": "global-module_align-content-center__VuaAk", "align-content-start": "global-module_align-content-start__iaKA-", "align-content-end": "global-module_align-content-end__tVAWP", "align-content-flex-start": "global-module_align-content-flex-start__SSzte", "align-content-flex-end": "global-module_align-content-flex-end__94Lg6", "align-content-baseline": "global-module_align-content-baseline__Q1Pdq", "align-content-space-between": "global-module_align-content-space-between__Eu4BE", "align-content-space-around": "global-module_align-content-space-around__RdQM3", "align-content-space-evenly": "global-module_align-content-space-evenly__EgHbP", "align-content-stretch": "global-module_align-content-stretch__aM7BU", "align-items-center": "global-module_align-items-center__dmFTy", "align-items-start": "global-module_align-items-start__b0yQ-", "align-items-end": "global-module_align-items-end__q-bLb", "align-items-flex-start": "global-module_align-items-flex-start__Uu01t", "align-items-flex-end": "global-module_align-items-flex-end__inYe5", "align-items-self-start": "global-module_align-items-self-start__wfYzD", "align-items-self-end": "global-module_align-items-self-end__OQ8kc", "align-items-stretch": "global-module_align-items-stretch__0UNJN", "align-items-baseline": "global-module_align-items-baseline__DtQWC", "align-self-center": "global-module_align-self-center__7obZO", "align-self-start": "global-module_align-self-start__d1oXy", "align-self-end": "global-module_align-self-end__84BkI", "align-self-self-start": "global-module_align-self-self-start__7wIde", "align-self-self-end": "global-module_align-self-self-end__QcnNQ", "align-self-flex-start": "global-module_align-self-flex-start__oCIvQ", "align-self-flex-end": "global-module_align-self-flex-end__o-Rmj", "align-self-baseline": "global-module_align-self-baseline__I-0p0", "align-self-stretch": "global-module_align-self-stretch__gRxSs", "justify-self-center": "global-module_justify-self-center__dblSN", "justify-self-start": "global-module_justify-self-start__PzUpI", "justify-self-end": "global-module_justify-self-end__1G8Da", "justify-self-self-start": "global-module_justify-self-self-start__EieTq", "justify-self-self-end": "global-module_justify-self-self-end__AM30f", "justify-self-baseline": "global-module_justify-self-baseline__21f4V", "justify-self-stretch": "global-module_justify-self-stretch__YY6cf", "grid-auto-flow-row": "global-module_grid-auto-flow-row__5x2J4", "grid-auto-flow-column": "global-module_grid-auto-flow-column__jiakg", "grid-auto-flow-row-dense": "global-module_grid-auto-flow-row-dense__rqgJF", "grid-auto-flow-column-dense": "global-module_grid-auto-flow-column-dense__-KSR9", "overflow-visible": "global-module_overflow-visible__wraAd", "overflow-hidden": "global-module_overflow-hidden__BGFcT", "overflow-clip": "global-module_overflow-clip__CMZ-B", "overflow-scroll": "global-module_overflow-scroll__yv9HC", "overflow-auto": "global-module_overflow-auto__MoOwp", "overflow-x-visible": "global-module_overflow-x-visible__Gc1ty", "overflow-x-hidden": "global-module_overflow-x-hidden__xdYms", "overflow-x-clip": "global-module_overflow-x-clip__YQGHj", "overflow-x-scroll": "global-module_overflow-x-scroll__SqAHm", "overflow-x-auto": "global-module_overflow-x-auto__XO2Vj", "overflow-y-visible": "global-module_overflow-y-visible__9y78n", "overflow-y-hidden": "global-module_overflow-y-hidden__ShWmD", "overflow-y-clip": "global-module_overflow-y-clip__c1ZfW", "overflow-y-scroll": "global-module_overflow-y-scroll__I7--S", "overflow-y-auto": "global-module_overflow-y-auto__7EBgv", "display-xs": "global-module_display-xs__7S-jR", "position-xs": "global-module_position-xs__j0tVg", "font-size-xs": "global-module_font-size-xs__tfi1C", "font-weight-xs": "global-module_font-weight-xs__S3B-M", "border-size-xs": "global-module_border-size-xs__01Y-g", "border-radius-xs": "global-module_border-radius-xs__x6zUQ", "shadow-xs": "global-module_shadow-xs__OwMUw", "background-color-xs": "global-module_background-color-xs__FGc7B", "align-xs": "global-module_align-xs__I5W-T", "letter-spacing-xs": "global-module_letter-spacing-xs__FWAso", "padding-xs": "global-module_padding-xs__DIzVX", "padding-x-xs": "global-module_padding-x-xs__qoFxK", "padding-y-xs": "global-module_padding-y-xs__2eug9", "padding-top-xs": "global-module_padding-top-xs__QmgFP", "padding-right-xs": "global-module_padding-right-xs__cJ6-b", "padding-bottom-xs": "global-module_padding-bottom-xs__Pnudy", "padding-left-xs": "global-module_padding-left-xs__A55Xj", "margin-xs": "global-module_margin-xs__ee-p3", "margin-x-xs": "global-module_margin-x-xs__b--QE", "margin-y-xs": "global-module_margin-y-xs__O22cR", "margin-top-xs": "global-module_margin-top-xs__kdEy3", "margin-right-xs": "global-module_margin-right-xs__ERZaO", "margin-bottom-xs": "global-module_margin-bottom-xs__co8OL", "margin-left-xs": "global-module_margin-left-xs__DcnMO", "gap-xs": "global-module_gap-xs__Bl9vE", "gap-x-xs": "global-module_gap-x-xs__VXj4h", "gap-y-xs": "global-module_gap-y-xs__LjKMN", "height-xs": "global-module_height-xs__9-QJy", "width-xs": "global-module_width-xs__CCAlY", "min-height-xs": "global-module_min-height-xs__Bmr6j", "min-width-xs": "global-module_min-width-xs__hEsA-", "max-height-xs": "global-module_max-height-xs__4wRte", "flex-direction-xs": "global-module_flex-direction-xs__wAv8a", "flex-wrap-xs": "global-module_flex-wrap-xs__7Yt7M", "justify-content-xs": "global-module_justify-content-xs__TCnI3", "justify-items-xs": "global-module_justify-items-xs__RACyA", "justify-self-xs": "global-module_justify-self-xs__RGLnY", "align-content-xs": "global-module_align-content-xs__Iqc-B", "align-items-xs": "global-module_align-items-xs__ykMBw", "align-self-xs": "global-module_align-self-xs__LLt55", "grid-template-rows-xs": "global-module_grid-template-rows-xs__2mgYm", "grid-template-columns-xs": "global-module_grid-template-columns-xs__POMvD", "flex-basis-xs": "global-module_flex-basis-xs__HzW-h", "flex-grow-xs": "global-module_flex-grow-xs__2wqaD", "flex-shrink-xs": "global-module_flex-shrink-xs__PSJkO", "overflow-xs": "global-module_overflow-xs__TtFGS", "overflow-x-xs": "global-module_overflow-x-xs__jFjoW", "overflow-y-xs": "global-module_overflow-y-xs__37QzQ", "order-xs": "global-module_order-xs__iVTDy", "display-sm": "global-module_display-sm__e-snQ", "position-sm": "global-module_position-sm__Z2Hbw", "font-size-sm": "global-module_font-size-sm__tH8wQ", "font-weight-sm": "global-module_font-weight-sm__cEz0q", "border-size-sm": "global-module_border-size-sm__RYq5G", "border-radius-sm": "global-module_border-radius-sm__MEM-x", "shadow-sm": "global-module_shadow-sm__FoXXf", "background-color-sm": "global-module_background-color-sm__tFfZe", "align-sm": "global-module_align-sm__YKKj-", "letter-spacing-sm": "global-module_letter-spacing-sm__--54i", "padding-sm": "global-module_padding-sm__AKTN2", "padding-x-sm": "global-module_padding-x-sm__A75Sr", "padding-y-sm": "global-module_padding-y-sm__z8dMv", "padding-top-sm": "global-module_padding-top-sm__cepeC", "padding-right-sm": "global-module_padding-right-sm__qpNne", "padding-bottom-sm": "global-module_padding-bottom-sm__0ukxT", "padding-left-sm": "global-module_padding-left-sm__ZKHiH", "margin-sm": "global-module_margin-sm__rDR5O", "margin-x-sm": "global-module_margin-x-sm__2R-7e", "margin-y-sm": "global-module_margin-y-sm__JT269", "margin-top-sm": "global-module_margin-top-sm__KPEPI", "margin-right-sm": "global-module_margin-right-sm__rlUkP", "margin-bottom-sm": "global-module_margin-bottom-sm__GWnY9", "margin-left-sm": "global-module_margin-left-sm__kEEjT", "gap-sm": "global-module_gap-sm__IQcmx", "gap-x-sm": "global-module_gap-x-sm__2o4BE", "gap-y-sm": "global-module_gap-y-sm__hEKei", "height-sm": "global-module_height-sm__aj2DH", "width-sm": "global-module_width-sm__NV0Zw", "min-height-sm": "global-module_min-height-sm__DKB3M", "min-width-sm": "global-module_min-width-sm__Vm2UX", "max-height-sm": "global-module_max-height-sm__Y1OuJ", "flex-direction-sm": "global-module_flex-direction-sm__HzWeY", "flex-wrap-sm": "global-module_flex-wrap-sm__2YZE4", "justify-content-sm": "global-module_justify-content-sm__2f-7q", "justify-items-sm": "global-module_justify-items-sm__xvALq", "justify-self-sm": "global-module_justify-self-sm__N44Nd", "align-content-sm": "global-module_align-content-sm__1-aUx", "align-items-sm": "global-module_align-items-sm__TTJiv", "align-self-sm": "global-module_align-self-sm__Y6H3c", "grid-template-rows-sm": "global-module_grid-template-rows-sm__J4c1-", "grid-template-columns-sm": "global-module_grid-template-columns-sm__Pu79w", "flex-basis-sm": "global-module_flex-basis-sm__vf8qJ", "flex-grow-sm": "global-module_flex-grow-sm__X6Yw1", "flex-shrink-sm": "global-module_flex-shrink-sm__qGMl0", "overflow-sm": "global-module_overflow-sm__Sg0S6", "overflow-x-sm": "global-module_overflow-x-sm__ESfHo", "overflow-y-sm": "global-module_overflow-y-sm__v-S99", "order-sm": "global-module_order-sm__v06gl", "display-md": "global-module_display-md__ISzs9", "position-md": "global-module_position-md__0BBBx", "font-size-md": "global-module_font-size-md__U-W7U", "font-weight-md": "global-module_font-weight-md__Ipvt4", "border-size-md": "global-module_border-size-md__6BTfv", "border-radius-md": "global-module_border-radius-md__FsjnH", "shadow-md": "global-module_shadow-md__wfTcc", "background-color-md": "global-module_background-color-md__-a1UZ", "align-md": "global-module_align-md__O0Wje", "letter-spacing-md": "global-module_letter-spacing-md__ItuHS", "padding-md": "global-module_padding-md__WJw6z", "padding-x-md": "global-module_padding-x-md__bkF-k", "padding-y-md": "global-module_padding-y-md__L-M3p", "padding-top-md": "global-module_padding-top-md__-tHgF", "padding-right-md": "global-module_padding-right-md__4-V-7", "padding-bottom-md": "global-module_padding-bottom-md__09jQi", "padding-left-md": "global-module_padding-left-md__iydBj", "margin-md": "global-module_margin-md__aF0C9", "margin-x-md": "global-module_margin-x-md__XfwzV", "margin-y-md": "global-module_margin-y-md__CEj3D", "margin-top-md": "global-module_margin-top-md__Vz1o2", "margin-right-md": "global-module_margin-right-md__bbMMZ", "margin-bottom-md": "global-module_margin-bottom-md__0JilS", "margin-left-md": "global-module_margin-left-md__u8Wpx", "gap-md": "global-module_gap-md__N10NQ", "gap-x-md": "global-module_gap-x-md__9DPgB", "gap-y-md": "global-module_gap-y-md__DW4s6", "height-md": "global-module_height-md__yVYjk", "width-md": "global-module_width-md__yA3Sg", "min-height-md": "global-module_min-height-md__3bc30", "min-width-md": "global-module_min-width-md__EKuwk", "max-height-md": "global-module_max-height-md__G1xu6", "flex-direction-md": "global-module_flex-direction-md__Y-2Ya", "flex-wrap-md": "global-module_flex-wrap-md__T2MMW", "justify-content-md": "global-module_justify-content-md__hjqjD", "justify-items-md": "global-module_justify-items-md__OhgE2", "justify-self-md": "global-module_justify-self-md__nAxqu", "align-content-md": "global-module_align-content-md__jB0eq", "align-items-md": "global-module_align-items-md__NKLq2", "align-self-md": "global-module_align-self-md__n0-4H", "grid-template-rows-md": "global-module_grid-template-rows-md__O29WT", "grid-template-columns-md": "global-module_grid-template-columns-md__BlRKJ", "flex-basis-md": "global-module_flex-basis-md__bN9Ee", "flex-grow-md": "global-module_flex-grow-md__G4-6a", "flex-shrink-md": "global-module_flex-shrink-md__9-TdK", "overflow-md": "global-module_overflow-md__ThuMB", "overflow-x-md": "global-module_overflow-x-md__T-B2O", "overflow-y-md": "global-module_overflow-y-md__WCl2M", "order-md": "global-module_order-md__JQDVW", "display-lg": "global-module_display-lg__aIlEo", "position-lg": "global-module_position-lg__HwZTR", "font-size-lg": "global-module_font-size-lg__9LFn-", "font-weight-lg": "global-module_font-weight-lg__oRpTY", "border-size-lg": "global-module_border-size-lg__tQUgo", "border-radius-lg": "global-module_border-radius-lg__sQmgR", "shadow-lg": "global-module_shadow-lg__SiSbI", "background-color-lg": "global-module_background-color-lg__VJeQJ", "align-lg": "global-module_align-lg__z0-zb", "letter-spacing-lg": "global-module_letter-spacing-lg__5XaTr", "padding-lg": "global-module_padding-lg__zIvf8", "padding-x-lg": "global-module_padding-x-lg__rSumQ", "padding-y-lg": "global-module_padding-y-lg__V8k4h", "padding-top-lg": "global-module_padding-top-lg__qsZlN", "padding-right-lg": "global-module_padding-right-lg__3tJBI", "padding-bottom-lg": "global-module_padding-bottom-lg__ngomE", "padding-left-lg": "global-module_padding-left-lg__goLpj", "margin-lg": "global-module_margin-lg__s-PHS", "margin-x-lg": "global-module_margin-x-lg__z0Fh1", "margin-y-lg": "global-module_margin-y-lg__XHNGG", "margin-top-lg": "global-module_margin-top-lg__WaUON", "margin-right-lg": "global-module_margin-right-lg__OkhDL", "margin-bottom-lg": "global-module_margin-bottom-lg__BTpNj", "margin-left-lg": "global-module_margin-left-lg__Al7LR", "gap-lg": "global-module_gap-lg__zLApZ", "gap-x-lg": "global-module_gap-x-lg__avX9C", "gap-y-lg": "global-module_gap-y-lg__tZmty", "height-lg": "global-module_height-lg__cOmQv", "width-lg": "global-module_width-lg__MMkq1", "min-height-lg": "global-module_min-height-lg__ntXzw", "min-width-lg": "global-module_min-width-lg__mY3nL", "max-height-lg": "global-module_max-height-lg__uN6MB", "flex-direction-lg": "global-module_flex-direction-lg__5sTpA", "flex-wrap-lg": "global-module_flex-wrap-lg__EEm0W", "justify-content-lg": "global-module_justify-content-lg__WjSUU", "justify-items-lg": "global-module_justify-items-lg__Lp1Mh", "justify-self-lg": "global-module_justify-self-lg__NLMim", "align-content-lg": "global-module_align-content-lg__s82a9", "align-items-lg": "global-module_align-items-lg__wy5IR", "align-self-lg": "global-module_align-self-lg__jVDZX", "grid-template-rows-lg": "global-module_grid-template-rows-lg__wVLTw", "grid-template-columns-lg": "global-module_grid-template-columns-lg__D99Lm", "flex-basis-lg": "global-module_flex-basis-lg__LFhbr", "flex-grow-lg": "global-module_flex-grow-lg__H46Hr", "flex-shrink-lg": "global-module_flex-shrink-lg__KwdmB", "overflow-lg": "global-module_overflow-lg__GqYQN", "overflow-x-lg": "global-module_overflow-x-lg__AIZvR", "overflow-y-lg": "global-module_overflow-y-lg__zKcKo", "order-lg": "global-module_order-lg__hZlBp", "display-xl": "global-module_display-xl__-3TmH", "position-xl": "global-module_position-xl__WHDTe", "font-size-xl": "global-module_font-size-xl__ZO4jq", "font-weight-xl": "global-module_font-weight-xl__pCHPj", "border-size-xl": "global-module_border-size-xl__crR3V", "border-radius-xl": "global-module_border-radius-xl__fZwm6", "shadow-xl": "global-module_shadow-xl__dZ5uY", "background-color-xl": "global-module_background-color-xl__2yATm", "align-xl": "global-module_align-xl__L6Izq", "letter-spacing-xl": "global-module_letter-spacing-xl__nkT-v", "padding-xl": "global-module_padding-xl__K01p3", "padding-x-xl": "global-module_padding-x-xl__daofZ", "padding-y-xl": "global-module_padding-y-xl__ZzWfQ", "padding-top-xl": "global-module_padding-top-xl__J-P2Q", "padding-right-xl": "global-module_padding-right-xl__sd9q8", "padding-bottom-xl": "global-module_padding-bottom-xl__Xb3dz", "padding-left-xl": "global-module_padding-left-xl__lelq-", "margin-xl": "global-module_margin-xl__ot42Y", "margin-x-xl": "global-module_margin-x-xl__rrsnR", "margin-y-xl": "global-module_margin-y-xl__Ge-ML", "margin-top-xl": "global-module_margin-top-xl__PdY-8", "margin-right-xl": "global-module_margin-right-xl__Vn3gD", "margin-bottom-xl": "global-module_margin-bottom-xl__b1Ds6", "margin-left-xl": "global-module_margin-left-xl__JuQX3", "gap-xl": "global-module_gap-xl__ykn37", "gap-x-xl": "global-module_gap-x-xl__rJJ5V", "gap-y-xl": "global-module_gap-y-xl__EKb6a", "height-xl": "global-module_height-xl__Wa2cz", "width-xl": "global-module_width-xl__vzym4", "min-height-xl": "global-module_min-height-xl__NcZ70", "min-width-xl": "global-module_min-width-xl__smITW", "max-height-xl": "global-module_max-height-xl__OLhQt", "flex-direction-xl": "global-module_flex-direction-xl__K5INu", "flex-wrap-xl": "global-module_flex-wrap-xl__634R4", "justify-content-xl": "global-module_justify-content-xl__Dn12W", "justify-items-xl": "global-module_justify-items-xl__4Tx-s", "justify-self-xl": "global-module_justify-self-xl__dbWkP", "align-content-xl": "global-module_align-content-xl__MT4xA", "align-items-xl": "global-module_align-items-xl__jhBmK", "align-self-xl": "global-module_align-self-xl__nb2RF", "grid-template-rows-xl": "global-module_grid-template-rows-xl__Td7Yh", "grid-template-columns-xl": "global-module_grid-template-columns-xl__KtTyS", "flex-basis-xl": "global-module_flex-basis-xl__F6l8h", "flex-grow-xl": "global-module_flex-grow-xl__Dpav-", "flex-shrink-xl": "global-module_flex-shrink-xl__3xoF0", "overflow-xl": "global-module_overflow-xl__dipQL", "overflow-x-xl": "global-module_overflow-x-xl__djnKv", "overflow-y-xl": "global-module_overflow-y-xl__ZndpJ", "order-xl": "global-module_order-xl__0bYDX" };
|
|
26179
|
+
var global_default = { "display": "global-module_display__Ihfmy", "display-none": "global-module_display-none__5qsrB", "display-inline": "global-module_display-inline__edPtD", "display-inline-block": "global-module_display-inline-block__VVLZE", "display-block": "global-module_display-block__znAoM", "display-flex": "global-module_display-flex__eQ-Uj", "display-inline-flex": "global-module_display-inline-flex__46OqU", "display-grid": "global-module_display-grid__9Tysb", "display-inline-grid": "global-module_display-inline-grid__nIZyA", "position-absolute": "global-module_position-absolute__qQo6M", "position-fixed": "global-module_position-fixed__m4FX0", "position-stick": "global-module_position-stick__W1XPf", "position-static": "global-module_position-static__qSRBF", "position-relative": "global-module_position-relative__oRWcQ", "font-size": "global-module_font-size__M4cf9", "font-size-1": "global-module_font-size-1__s0lQA", "font-size-2": "global-module_font-size-2__uq6D7", "font-size-3": "global-module_font-size-3__OG0RQ", "font-size-4": "global-module_font-size-4__sIsR6", "font-size-5": "global-module_font-size-5__HE5aI", "font-size-6": "global-module_font-size-6__xRgqq", "font-size-7": "global-module_font-size-7__22fA-", "font-size-8": "global-module_font-size-8__gqMKU", "font-size-9": "global-module_font-size-9__I-xDJ", "font-weight-light": "global-module_font-weight-light__qKsSl", "font-weight-regular": "global-module_font-weight-regular__iAloO", "font-weight-medium": "global-module_font-weight-medium__phrJi", "font-weight-bold": "global-module_font-weight-bold__g03Sh", "border-size-1": "global-module_border-size-1__ASeQ4", "border-size-2": "global-module_border-size-2__CX8VC", "border-size-3": "global-module_border-size-3__4XgfF", "border-size-4": "global-module_border-size-4__klAQ8", "border-radius-1": "global-module_border-radius-1__DtegP", "border-radius-2": "global-module_border-radius-2__jVBrS", "border-radius-3": "global-module_border-radius-3__Mw5ZD", "border-radius-4": "global-module_border-radius-4__nVt-m", "border-radius-5": "global-module_border-radius-5__xjY77", "border-radius-6": "global-module_border-radius-6__uDkHR", "shadow-1": "global-module_shadow-1__dkp6T", "shadow-2": "global-module_shadow-2__7D0R3", "shadow-3": "global-module_shadow-3__qTqyf", "shadow-4": "global-module_shadow-4__SeCSd", "shadow-5": "global-module_shadow-5__-lT16", "shadow-6": "global-module_shadow-6__nHFwt", "font-color-50": "global-module_font-color-50__A4cPV", "font-color-100": "global-module_font-color-100__6kSLD", "font-color-200": "global-module_font-color-200__tFdDp", "font-color-300": "global-module_font-color-300__tHGGU", "font-color-400": "global-module_font-color-400__SL77z", "font-color-500": "global-module_font-color-500__NYSOr", "font-color-600": "global-module_font-color-600__ean--", "font-color-700": "global-module_font-color-700__OmAYo", "font-color-800": "global-module_font-color-800__B3RoW", "font-color-900": "global-module_font-color-900__wQF5a", "font-color-950": "global-module_font-color-950__fQ7jf", "font-color-gray": "global-module_font-color-gray__-fZ7c", "font-color-mauve": "global-module_font-color-mauve__8FFhg", "font-color-slate": "global-module_font-color-slate__LgnEh", "font-color-sage": "global-module_font-color-sage__wiFSb", "font-color-olive": "global-module_font-color-olive__DIHmu", "font-color-sand": "global-module_font-color-sand__QfJNy", "font-color-gold": "global-module_font-color-gold__X7SPL", "font-color-bronze": "global-module_font-color-bronze__rpTQ5", "font-color-brown": "global-module_font-color-brown__EnhF8", "font-color-yellow": "global-module_font-color-yellow__K-Z4K", "font-color-amber": "global-module_font-color-amber__hSTeg", "font-color-orange": "global-module_font-color-orange__qzcJo", "font-color-tomato": "global-module_font-color-tomato__ihFfz", "font-color-red": "global-module_font-color-red__PMd2H", "font-color-ruby": "global-module_font-color-ruby__o3DJx", "font-color-crimson": "global-module_font-color-crimson__ihV2U", "font-color-pink": "global-module_font-color-pink__q9jN0", "font-color-plum": "global-module_font-color-plum__9WvMH", "font-color-purple": "global-module_font-color-purple__pAwCO", "font-color-violet": "global-module_font-color-violet__OE7Sk", "font-color-iris": "global-module_font-color-iris__SjmXI", "font-color-indigo": "global-module_font-color-indigo__QWo1d", "font-color-blue": "global-module_font-color-blue__r9at2", "font-color-cyan": "global-module_font-color-cyan__FVnU9", "font-color-teal": "global-module_font-color-teal__2m08B", "font-color-jade": "global-module_font-color-jade__sXBUs", "font-color-green": "global-module_font-color-green__WnGxd", "font-color-grass": "global-module_font-color-grass__2pBlu", "font-color-lime": "global-module_font-color-lime__7RbHy", "font-color-mint": "global-module_font-color-mint__hAWPM", "font-color-sky": "global-module_font-color-sky__YGDqG", "background-color-50": "global-module_background-color-50__xc4g1", "background-color-100": "global-module_background-color-100__YwyxN", "background-color-200": "global-module_background-color-200__W6fTH", "background-color-300": "global-module_background-color-300__-HYDN", "background-color-400": "global-module_background-color-400__e08-K", "background-color-500": "global-module_background-color-500__Ovjnu", "background-color-600": "global-module_background-color-600__MN7zF", "background-color-700": "global-module_background-color-700__-kLQa", "background-color-800": "global-module_background-color-800__SDy2c", "background-color-900": "global-module_background-color-900__FftQB", "background-color-950": "global-module_background-color-950__unH0o", "background-color-gray": "global-module_background-color-gray__F-1QI", "background-color-mauve": "global-module_background-color-mauve__15UmE", "background-color-slate": "global-module_background-color-slate__Ca0bY", "background-color-sage": "global-module_background-color-sage__ltjot", "background-color-olive": "global-module_background-color-olive__uYs4i", "background-color-sand": "global-module_background-color-sand__pwZCo", "background-color-gold": "global-module_background-color-gold__W4lrJ", "background-color-bronze": "global-module_background-color-bronze__78tC-", "background-color-brown": "global-module_background-color-brown__-CBoT", "background-color-yellow": "global-module_background-color-yellow__Gpell", "background-color-amber": "global-module_background-color-amber__ZHHzO", "background-color-orange": "global-module_background-color-orange__MPjTX", "background-color-tomato": "global-module_background-color-tomato__tFELs", "background-color-red": "global-module_background-color-red__wsQdr", "background-color-ruby": "global-module_background-color-ruby__mATDG", "background-color-crimson": "global-module_background-color-crimson__00D7j", "background-color-pink": "global-module_background-color-pink__JNi-g", "background-color-plum": "global-module_background-color-plum__ywwiB", "background-color-purple": "global-module_background-color-purple__YhPwo", "background-color-violet": "global-module_background-color-violet__hVQxS", "background-color-iris": "global-module_background-color-iris__H5SK-", "background-color-indigo": "global-module_background-color-indigo__bEBJk", "background-color-blue": "global-module_background-color-blue__tjmDu", "background-color-cyan": "global-module_background-color-cyan__HO0Fx", "background-color-teal": "global-module_background-color-teal__Np-BQ", "background-color-jade": "global-module_background-color-jade__bcIut", "background-color-green": "global-module_background-color-green__Hcgii", "background-color-grass": "global-module_background-color-grass__oEYcG", "background-color-lime": "global-module_background-color-lime__oPB27", "background-color-mint": "global-module_background-color-mint__m0inr", "background-color-sky": "global-module_background-color-sky__J5iUc", "text-align-left": "global-module_text-align-left__7o373", "text-align-center": "global-module_text-align-center__LG06z", "text-align-right": "global-module_text-align-right__Ani1f", "text-wrap-wrap": "global-module_text-wrap-wrap__3BA-g", "text-wrap-nowrap": "global-module_text-wrap-nowrap__GGIMn", "text-wrap-balance": "global-module_text-wrap-balance__J-YQP", "text-wrap-pretty": "global-module_text-wrap-pretty__cLTps", "text-wrap-stable": "global-module_text-wrap-stable__p8eNk", "letter-spacing-1": "global-module_letter-spacing-1__c7ucK", "letter-spacing-2": "global-module_letter-spacing-2__IRGYE", "letter-spacing-3": "global-module_letter-spacing-3__ODrVm", "letter-spacing-4": "global-module_letter-spacing-4__NhdxY", "letter-spacing-5": "global-module_letter-spacing-5__7Avw0", "padding-1": "global-module_padding-1__rmJ50", "padding-2": "global-module_padding-2__SzdNc", "padding-3": "global-module_padding-3__lM3Z3", "padding-4": "global-module_padding-4__r1E89", "padding-5": "global-module_padding-5__cS8NA", "padding-6": "global-module_padding-6__GnmPH", "padding-7": "global-module_padding-7__UbRtv", "padding-8": "global-module_padding-8__ogZ-a", "padding-9": "global-module_padding-9__-TMVv", "padding-10": "global-module_padding-10__I4550", "padding-11": "global-module_padding-11__zHxrh", "padding-12": "global-module_padding-12__mjFuM", "padding-x-1": "global-module_padding-x-1__v0-y2", "padding-x-2": "global-module_padding-x-2__PKqAT", "padding-x-3": "global-module_padding-x-3__trXgp", "padding-x-4": "global-module_padding-x-4__Q8BeR", "padding-x-5": "global-module_padding-x-5__1kKrt", "padding-x-6": "global-module_padding-x-6__IG3V6", "padding-x-7": "global-module_padding-x-7__GzqR-", "padding-x-8": "global-module_padding-x-8__i11mX", "padding-x-9": "global-module_padding-x-9__lakkK", "padding-x-10": "global-module_padding-x-10__Bc1vQ", "padding-x-11": "global-module_padding-x-11__DAvex", "padding-x-12": "global-module_padding-x-12__vzWel", "padding-y-1": "global-module_padding-y-1__r6Jof", "padding-y-2": "global-module_padding-y-2__Ye6hE", "padding-y-3": "global-module_padding-y-3__OvGI8", "padding-y-4": "global-module_padding-y-4__sy12B", "padding-y-5": "global-module_padding-y-5__6V8Ua", "padding-y-6": "global-module_padding-y-6__F-Hjt", "padding-y-7": "global-module_padding-y-7__5Cgei", "padding-y-8": "global-module_padding-y-8__Aw1EN", "padding-y-9": "global-module_padding-y-9__E-jme", "padding-y-10": "global-module_padding-y-10__LCZ8m", "padding-y-11": "global-module_padding-y-11__n7Zi2", "padding-y-12": "global-module_padding-y-12__o4zh7", "padding-top-1": "global-module_padding-top-1__0TllZ", "padding-top-2": "global-module_padding-top-2__64hlJ", "padding-top-3": "global-module_padding-top-3__-Sv8U", "padding-top-4": "global-module_padding-top-4__Dsb-p", "padding-top-5": "global-module_padding-top-5__4daw7", "padding-top-6": "global-module_padding-top-6__Bf2At", "padding-top-7": "global-module_padding-top-7__eMVFT", "padding-top-8": "global-module_padding-top-8__7Zaqc", "padding-top-9": "global-module_padding-top-9__L9Ayh", "padding-top-10": "global-module_padding-top-10__w-KSF", "padding-top-11": "global-module_padding-top-11__-C9r7", "padding-top-12": "global-module_padding-top-12__1o1Ap", "padding-bottom-1": "global-module_padding-bottom-1__F691b", "padding-bottom-2": "global-module_padding-bottom-2__xnnJN", "padding-bottom-3": "global-module_padding-bottom-3__nOq7s", "padding-bottom-4": "global-module_padding-bottom-4__OmFoc", "padding-bottom-5": "global-module_padding-bottom-5__fzsME", "padding-bottom-6": "global-module_padding-bottom-6__qwjAG", "padding-bottom-7": "global-module_padding-bottom-7__70EhC", "padding-bottom-8": "global-module_padding-bottom-8__Wctj-", "padding-bottom-9": "global-module_padding-bottom-9__da0q4", "padding-bottom-10": "global-module_padding-bottom-10__65o-K", "padding-bottom-11": "global-module_padding-bottom-11__nfhkE", "padding-bottom-12": "global-module_padding-bottom-12__t5Di9", "padding-left-1": "global-module_padding-left-1__Unti8", "padding-left-2": "global-module_padding-left-2__6G1qH", "padding-left-3": "global-module_padding-left-3__Bvxnr", "padding-left-4": "global-module_padding-left-4__8xHZg", "padding-left-5": "global-module_padding-left-5__Jra57", "padding-left-6": "global-module_padding-left-6__EEhje", "padding-left-7": "global-module_padding-left-7__Gds4s", "padding-left-8": "global-module_padding-left-8__sSe4w", "padding-left-9": "global-module_padding-left-9__-W4yz", "padding-left-10": "global-module_padding-left-10__DqTBz", "padding-left-11": "global-module_padding-left-11__GDPGJ", "padding-left-12": "global-module_padding-left-12__hkS-X", "padding-right-1": "global-module_padding-right-1__LyOTI", "padding-right-2": "global-module_padding-right-2__iR7hn", "padding-right-3": "global-module_padding-right-3__AMjes", "padding-right-4": "global-module_padding-right-4__xRk9d", "padding-right-5": "global-module_padding-right-5__Ijp31", "padding-right-6": "global-module_padding-right-6__lhsSd", "padding-right-7": "global-module_padding-right-7__40jLZ", "padding-right-8": "global-module_padding-right-8__5JZiX", "padding-right-9": "global-module_padding-right-9__4p0Ki", "padding-right-10": "global-module_padding-right-10__1JZdH", "padding-right-11": "global-module_padding-right-11__or4Oz", "padding-right-12": "global-module_padding-right-12__hXtG8", "margin-1": "global-module_margin-1__8blaD", "margin-2": "global-module_margin-2__W2HVl", "margin-3": "global-module_margin-3__Rhn0-", "margin-4": "global-module_margin-4__YBeOI", "margin-5": "global-module_margin-5__4mjsh", "margin-6": "global-module_margin-6__QlL9d", "margin-7": "global-module_margin-7__5nlIE", "margin-8": "global-module_margin-8__7PDkf", "margin-9": "global-module_margin-9__t7BZB", "margin-10": "global-module_margin-10__hJA3l", "margin-11": "global-module_margin-11__joZrx", "margin-12": "global-module_margin-12__cxWfC", "margin-x-1": "global-module_margin-x-1__pLwJc", "margin-x-2": "global-module_margin-x-2__WSRam", "margin-x-3": "global-module_margin-x-3__vn5MK", "margin-x-4": "global-module_margin-x-4__T24QY", "margin-x-5": "global-module_margin-x-5__1SLY3", "margin-x-6": "global-module_margin-x-6__CgfPk", "margin-x-7": "global-module_margin-x-7__9Wgnn", "margin-x-8": "global-module_margin-x-8__9v7sD", "margin-x-9": "global-module_margin-x-9__WlUxo", "margin-x-10": "global-module_margin-x-10__7GRrE", "margin-x-11": "global-module_margin-x-11__ti-hm", "margin-x-12": "global-module_margin-x-12__BTubU", "margin-y-1": "global-module_margin-y-1__Zv28D", "margin-y-2": "global-module_margin-y-2__M4mt1", "margin-y-3": "global-module_margin-y-3__0K9my", "margin-y-4": "global-module_margin-y-4__7MFe5", "margin-y-5": "global-module_margin-y-5__yad4x", "margin-y-6": "global-module_margin-y-6__-A8n7", "margin-y-7": "global-module_margin-y-7__WDet-", "margin-y-8": "global-module_margin-y-8__RSfB-", "margin-y-9": "global-module_margin-y-9__7Y5fP", "margin-y-10": "global-module_margin-y-10__NvcJN", "margin-y-11": "global-module_margin-y-11__j1Fxi", "margin-y-12": "global-module_margin-y-12__TMDZW", "margin-top-1": "global-module_margin-top-1__IIO7s", "margin-top-2": "global-module_margin-top-2__synrj", "margin-top-3": "global-module_margin-top-3__2HWVK", "margin-top-4": "global-module_margin-top-4__ohrLm", "margin-top-5": "global-module_margin-top-5__pans6", "margin-top-6": "global-module_margin-top-6__4xjIy", "margin-top-7": "global-module_margin-top-7__f4WuP", "margin-top-8": "global-module_margin-top-8__DNAH0", "margin-top-9": "global-module_margin-top-9__ivOtM", "margin-top-10": "global-module_margin-top-10__nL23-", "margin-top-11": "global-module_margin-top-11__TjHcG", "margin-top-12": "global-module_margin-top-12__cqCHC", "margin-bottom-1": "global-module_margin-bottom-1__dgkCD", "margin-bottom-2": "global-module_margin-bottom-2__3JYz6", "margin-bottom-3": "global-module_margin-bottom-3__fXZoX", "margin-bottom-4": "global-module_margin-bottom-4__QUa3D", "margin-bottom-5": "global-module_margin-bottom-5__NSqo7", "margin-bottom-6": "global-module_margin-bottom-6__YnGAv", "margin-bottom-7": "global-module_margin-bottom-7__wCoMQ", "margin-bottom-8": "global-module_margin-bottom-8__30i9F", "margin-bottom-9": "global-module_margin-bottom-9__2ksqx", "margin-bottom-10": "global-module_margin-bottom-10__r2Zml", "margin-bottom-11": "global-module_margin-bottom-11__gBVtu", "margin-bottom-12": "global-module_margin-bottom-12__OHjVz", "margin-left-1": "global-module_margin-left-1__rJ30X", "margin-left-2": "global-module_margin-left-2__vYoUF", "margin-left-3": "global-module_margin-left-3__arBNT", "margin-left-4": "global-module_margin-left-4__m0GfV", "margin-left-5": "global-module_margin-left-5__-v2Z5", "margin-left-6": "global-module_margin-left-6__WzXFC", "margin-left-7": "global-module_margin-left-7__YtKRB", "margin-left-8": "global-module_margin-left-8__yHprH", "margin-left-9": "global-module_margin-left-9__Cuool", "margin-left-10": "global-module_margin-left-10__LTRfB", "margin-left-11": "global-module_margin-left-11__hn4ja", "margin-left-12": "global-module_margin-left-12__tJfit", "margin-right-1": "global-module_margin-right-1__oTC6X", "margin-right-2": "global-module_margin-right-2__SfhwN", "margin-right-3": "global-module_margin-right-3__YNZl5", "margin-right-4": "global-module_margin-right-4__ieF87", "margin-right-5": "global-module_margin-right-5__jwjmN", "margin-right-6": "global-module_margin-right-6__OB-ea", "margin-right-7": "global-module_margin-right-7__W--Ke", "margin-right-8": "global-module_margin-right-8__PuwJ0", "margin-right-9": "global-module_margin-right-9__i7sl6", "margin-right-10": "global-module_margin-right-10__BDHEl", "margin-right-11": "global-module_margin-right-11__Y7kiD", "margin-right-12": "global-module_margin-right-12__gXrAR", "gap-1": "global-module_gap-1__HuPyq", "gap-2": "global-module_gap-2__ORjov", "gap-3": "global-module_gap-3__eSSxe", "gap-4": "global-module_gap-4__PVHyI", "gap-5": "global-module_gap-5__Sf8Mp", "gap-6": "global-module_gap-6__sd-zL", "gap-7": "global-module_gap-7__U0-br", "gap-8": "global-module_gap-8__ipWOc", "gap-9": "global-module_gap-9__H9Bov", "gap-10": "global-module_gap-10__oIwyk", "gap-11": "global-module_gap-11__Z9I3H", "gap-12": "global-module_gap-12__ta1uI", "gap-x-1": "global-module_gap-x-1__qO21k", "gap-x-2": "global-module_gap-x-2__caiGL", "gap-x-3": "global-module_gap-x-3__44WdX", "gap-x-4": "global-module_gap-x-4__8RbuP", "gap-x-5": "global-module_gap-x-5__7x2-t", "gap-x-6": "global-module_gap-x-6__xe0w0", "gap-x-7": "global-module_gap-x-7__WzSW6", "gap-x-8": "global-module_gap-x-8__rERTw", "gap-x-9": "global-module_gap-x-9__5j6Qk", "gap-x-10": "global-module_gap-x-10__VSp5h", "gap-x-11": "global-module_gap-x-11__LMvPC", "gap-x-12": "global-module_gap-x-12__TxdCq", "gap-y-1": "global-module_gap-y-1__vFBCh", "gap-y-2": "global-module_gap-y-2__bt7Mr", "gap-y-3": "global-module_gap-y-3__IRtKF", "gap-y-4": "global-module_gap-y-4__l1UCJ", "gap-y-5": "global-module_gap-y-5__Luhld", "gap-y-6": "global-module_gap-y-6__LbZIc", "gap-y-7": "global-module_gap-y-7__emET1", "gap-y-8": "global-module_gap-y-8__mHxOT", "gap-y-9": "global-module_gap-y-9__9Bwoy", "gap-y-10": "global-module_gap-y-10__SDoq-", "gap-y-11": "global-module_gap-y-11__vyRmF", "gap-y-12": "global-module_gap-y-12__3CX2o", "flex-direction-row": "global-module_flex-direction-row__yf8F4", "flex-direction-row-reverse": "global-module_flex-direction-row-reverse__DaUNn", "flex-direction-column": "global-module_flex-direction-column__QtZT9", "flex-direction-column-reverse": "global-module_flex-direction-column-reverse__5oK0V", "flex-wrap-wrap": "global-module_flex-wrap-wrap__81tOq", "flex-wrap-nowrap": "global-module_flex-wrap-nowrap__lPcOy", "flex-wrap-wrap-reverse": "global-module_flex-wrap-wrap-reverse__gL9Xx", "justify-content-center": "global-module_justify-content-center__UOo3I", "justify-content-start": "global-module_justify-content-start__UR0KX", "justify-content-end": "global-module_justify-content-end__XTIzs", "justify-content-flex-start": "global-module_justify-content-flex-start__-LAAE", "justify-content-flex-end": "global-module_justify-content-flex-end__6ZzvJ", "justify-content-left": "global-module_justify-content-left__l0UYA", "justify-content-right": "global-module_justify-content-right__DA15B", "justify-content-space-between": "global-module_justify-content-space-between__C3mf4", "justify-content-space-around": "global-module_justify-content-space-around__qk2SX", "justify-content-space-evenly": "global-module_justify-content-space-evenly__idBEA", "justify-content-stretch": "global-module_justify-content-stretch__4HAdq", "justify-items-stretch": "global-module_justify-items-stretch__ZfY2a", "justify-items-center": "global-module_justify-items-center__isM-3", "justify-items-start": "global-module_justify-items-start__as4Pi", "justify-items-end": "global-module_justify-items-end__--PR9", "justify-items-flex-start": "global-module_justify-items-flex-start__8346F", "justify-items-flex-end": "global-module_justify-items-flex-end__oAGh0", "justify-items-self-start": "global-module_justify-items-self-start__76-qf", "justify-items-self-end": "global-module_justify-items-self-end__wURv0", "justify-items-left": "global-module_justify-items-left__y8Uux", "justify-items-right": "global-module_justify-items-right__5WAXL", "justify-items-baseline": "global-module_justify-items-baseline__efQii", "align-content-center": "global-module_align-content-center__VuaAk", "align-content-start": "global-module_align-content-start__iaKA-", "align-content-end": "global-module_align-content-end__tVAWP", "align-content-flex-start": "global-module_align-content-flex-start__SSzte", "align-content-flex-end": "global-module_align-content-flex-end__94Lg6", "align-content-baseline": "global-module_align-content-baseline__Q1Pdq", "align-content-space-between": "global-module_align-content-space-between__Eu4BE", "align-content-space-around": "global-module_align-content-space-around__RdQM3", "align-content-space-evenly": "global-module_align-content-space-evenly__EgHbP", "align-content-stretch": "global-module_align-content-stretch__aM7BU", "align-items-center": "global-module_align-items-center__dmFTy", "align-items-start": "global-module_align-items-start__b0yQ-", "align-items-end": "global-module_align-items-end__q-bLb", "align-items-flex-start": "global-module_align-items-flex-start__Uu01t", "align-items-flex-end": "global-module_align-items-flex-end__inYe5", "align-items-self-start": "global-module_align-items-self-start__wfYzD", "align-items-self-end": "global-module_align-items-self-end__OQ8kc", "align-items-stretch": "global-module_align-items-stretch__0UNJN", "align-items-baseline": "global-module_align-items-baseline__DtQWC", "align-self-center": "global-module_align-self-center__7obZO", "align-self-start": "global-module_align-self-start__d1oXy", "align-self-end": "global-module_align-self-end__84BkI", "align-self-self-start": "global-module_align-self-self-start__7wIde", "align-self-self-end": "global-module_align-self-self-end__QcnNQ", "align-self-flex-start": "global-module_align-self-flex-start__oCIvQ", "align-self-flex-end": "global-module_align-self-flex-end__o-Rmj", "align-self-baseline": "global-module_align-self-baseline__I-0p0", "align-self-stretch": "global-module_align-self-stretch__gRxSs", "justify-self-center": "global-module_justify-self-center__dblSN", "justify-self-start": "global-module_justify-self-start__PzUpI", "justify-self-end": "global-module_justify-self-end__1G8Da", "justify-self-self-start": "global-module_justify-self-self-start__EieTq", "justify-self-self-end": "global-module_justify-self-self-end__AM30f", "justify-self-baseline": "global-module_justify-self-baseline__21f4V", "justify-self-stretch": "global-module_justify-self-stretch__YY6cf", "grid-auto-flow-row": "global-module_grid-auto-flow-row__5x2J4", "grid-auto-flow-column": "global-module_grid-auto-flow-column__jiakg", "grid-auto-flow-row-dense": "global-module_grid-auto-flow-row-dense__rqgJF", "grid-auto-flow-column-dense": "global-module_grid-auto-flow-column-dense__-KSR9", "overflow-visible": "global-module_overflow-visible__wraAd", "overflow-hidden": "global-module_overflow-hidden__BGFcT", "overflow-clip": "global-module_overflow-clip__CMZ-B", "overflow-scroll": "global-module_overflow-scroll__yv9HC", "overflow-auto": "global-module_overflow-auto__MoOwp", "overflow-x-visible": "global-module_overflow-x-visible__Gc1ty", "overflow-x-hidden": "global-module_overflow-x-hidden__xdYms", "overflow-x-clip": "global-module_overflow-x-clip__YQGHj", "overflow-x-scroll": "global-module_overflow-x-scroll__SqAHm", "overflow-x-auto": "global-module_overflow-x-auto__XO2Vj", "overflow-y-visible": "global-module_overflow-y-visible__9y78n", "overflow-y-hidden": "global-module_overflow-y-hidden__ShWmD", "overflow-y-clip": "global-module_overflow-y-clip__c1ZfW", "overflow-y-scroll": "global-module_overflow-y-scroll__I7--S", "overflow-y-auto": "global-module_overflow-y-auto__7EBgv", "display-xs": "global-module_display-xs__7S-jR", "position-xs": "global-module_position-xs__j0tVg", "font-size-xs": "global-module_font-size-xs__tfi1C", "font-weight-xs": "global-module_font-weight-xs__S3B-M", "border-size-xs": "global-module_border-size-xs__01Y-g", "border-radius-xs": "global-module_border-radius-xs__x6zUQ", "shadow-xs": "global-module_shadow-xs__OwMUw", "background-color-xs": "global-module_background-color-xs__FGc7B", "align-xs": "global-module_align-xs__I5W-T", "letter-spacing-xs": "global-module_letter-spacing-xs__FWAso", "padding-xs": "global-module_padding-xs__DIzVX", "padding-x-xs": "global-module_padding-x-xs__qoFxK", "padding-y-xs": "global-module_padding-y-xs__2eug9", "padding-top-xs": "global-module_padding-top-xs__QmgFP", "padding-right-xs": "global-module_padding-right-xs__cJ6-b", "padding-bottom-xs": "global-module_padding-bottom-xs__Pnudy", "padding-left-xs": "global-module_padding-left-xs__A55Xj", "margin-xs": "global-module_margin-xs__ee-p3", "margin-x-xs": "global-module_margin-x-xs__b--QE", "margin-y-xs": "global-module_margin-y-xs__O22cR", "margin-top-xs": "global-module_margin-top-xs__kdEy3", "margin-right-xs": "global-module_margin-right-xs__ERZaO", "margin-bottom-xs": "global-module_margin-bottom-xs__co8OL", "margin-left-xs": "global-module_margin-left-xs__DcnMO", "gap-xs": "global-module_gap-xs__Bl9vE", "gap-x-xs": "global-module_gap-x-xs__VXj4h", "gap-y-xs": "global-module_gap-y-xs__LjKMN", "height-xs": "global-module_height-xs__9-QJy", "width-xs": "global-module_width-xs__CCAlY", "min-height-xs": "global-module_min-height-xs__Bmr6j", "min-width-xs": "global-module_min-width-xs__hEsA-", "max-height-xs": "global-module_max-height-xs__4wRte", "flex-direction-xs": "global-module_flex-direction-xs__wAv8a", "flex-wrap-xs": "global-module_flex-wrap-xs__7Yt7M", "justify-content-xs": "global-module_justify-content-xs__TCnI3", "justify-items-xs": "global-module_justify-items-xs__RACyA", "justify-self-xs": "global-module_justify-self-xs__RGLnY", "align-content-xs": "global-module_align-content-xs__Iqc-B", "align-items-xs": "global-module_align-items-xs__ykMBw", "align-self-xs": "global-module_align-self-xs__LLt55", "grid-template-rows-xs": "global-module_grid-template-rows-xs__2mgYm", "grid-template-columns-xs": "global-module_grid-template-columns-xs__POMvD", "flex-basis-xs": "global-module_flex-basis-xs__HzW-h", "flex-grow-xs": "global-module_flex-grow-xs__2wqaD", "flex-shrink-xs": "global-module_flex-shrink-xs__PSJkO", "overflow-xs": "global-module_overflow-xs__TtFGS", "overflow-x-xs": "global-module_overflow-x-xs__jFjoW", "overflow-y-xs": "global-module_overflow-y-xs__37QzQ", "order-xs": "global-module_order-xs__iVTDy", "display-sm": "global-module_display-sm__e-snQ", "position-sm": "global-module_position-sm__Z2Hbw", "font-size-sm": "global-module_font-size-sm__tH8wQ", "font-weight-sm": "global-module_font-weight-sm__cEz0q", "border-size-sm": "global-module_border-size-sm__RYq5G", "border-radius-sm": "global-module_border-radius-sm__MEM-x", "shadow-sm": "global-module_shadow-sm__FoXXf", "background-color-sm": "global-module_background-color-sm__tFfZe", "align-sm": "global-module_align-sm__YKKj-", "letter-spacing-sm": "global-module_letter-spacing-sm__--54i", "padding-sm": "global-module_padding-sm__AKTN2", "padding-x-sm": "global-module_padding-x-sm__A75Sr", "padding-y-sm": "global-module_padding-y-sm__z8dMv", "padding-top-sm": "global-module_padding-top-sm__cepeC", "padding-right-sm": "global-module_padding-right-sm__qpNne", "padding-bottom-sm": "global-module_padding-bottom-sm__0ukxT", "padding-left-sm": "global-module_padding-left-sm__ZKHiH", "margin-sm": "global-module_margin-sm__rDR5O", "margin-x-sm": "global-module_margin-x-sm__2R-7e", "margin-y-sm": "global-module_margin-y-sm__JT269", "margin-top-sm": "global-module_margin-top-sm__KPEPI", "margin-right-sm": "global-module_margin-right-sm__rlUkP", "margin-bottom-sm": "global-module_margin-bottom-sm__GWnY9", "margin-left-sm": "global-module_margin-left-sm__kEEjT", "gap-sm": "global-module_gap-sm__IQcmx", "gap-x-sm": "global-module_gap-x-sm__2o4BE", "gap-y-sm": "global-module_gap-y-sm__hEKei", "height-sm": "global-module_height-sm__aj2DH", "width-sm": "global-module_width-sm__NV0Zw", "min-height-sm": "global-module_min-height-sm__DKB3M", "min-width-sm": "global-module_min-width-sm__Vm2UX", "max-height-sm": "global-module_max-height-sm__Y1OuJ", "flex-direction-sm": "global-module_flex-direction-sm__HzWeY", "flex-wrap-sm": "global-module_flex-wrap-sm__2YZE4", "justify-content-sm": "global-module_justify-content-sm__2f-7q", "justify-items-sm": "global-module_justify-items-sm__xvALq", "justify-self-sm": "global-module_justify-self-sm__N44Nd", "align-content-sm": "global-module_align-content-sm__1-aUx", "align-items-sm": "global-module_align-items-sm__TTJiv", "align-self-sm": "global-module_align-self-sm__Y6H3c", "grid-template-rows-sm": "global-module_grid-template-rows-sm__J4c1-", "grid-template-columns-sm": "global-module_grid-template-columns-sm__Pu79w", "flex-basis-sm": "global-module_flex-basis-sm__vf8qJ", "flex-grow-sm": "global-module_flex-grow-sm__X6Yw1", "flex-shrink-sm": "global-module_flex-shrink-sm__qGMl0", "overflow-sm": "global-module_overflow-sm__Sg0S6", "overflow-x-sm": "global-module_overflow-x-sm__ESfHo", "overflow-y-sm": "global-module_overflow-y-sm__v-S99", "order-sm": "global-module_order-sm__v06gl", "display-md": "global-module_display-md__ISzs9", "position-md": "global-module_position-md__0BBBx", "font-size-md": "global-module_font-size-md__U-W7U", "font-weight-md": "global-module_font-weight-md__Ipvt4", "border-size-md": "global-module_border-size-md__6BTfv", "border-radius-md": "global-module_border-radius-md__FsjnH", "shadow-md": "global-module_shadow-md__wfTcc", "background-color-md": "global-module_background-color-md__-a1UZ", "align-md": "global-module_align-md__O0Wje", "letter-spacing-md": "global-module_letter-spacing-md__ItuHS", "padding-md": "global-module_padding-md__WJw6z", "padding-x-md": "global-module_padding-x-md__bkF-k", "padding-y-md": "global-module_padding-y-md__L-M3p", "padding-top-md": "global-module_padding-top-md__-tHgF", "padding-right-md": "global-module_padding-right-md__4-V-7", "padding-bottom-md": "global-module_padding-bottom-md__09jQi", "padding-left-md": "global-module_padding-left-md__iydBj", "margin-md": "global-module_margin-md__aF0C9", "margin-x-md": "global-module_margin-x-md__XfwzV", "margin-y-md": "global-module_margin-y-md__CEj3D", "margin-top-md": "global-module_margin-top-md__Vz1o2", "margin-right-md": "global-module_margin-right-md__bbMMZ", "margin-bottom-md": "global-module_margin-bottom-md__0JilS", "margin-left-md": "global-module_margin-left-md__u8Wpx", "gap-md": "global-module_gap-md__N10NQ", "gap-x-md": "global-module_gap-x-md__9DPgB", "gap-y-md": "global-module_gap-y-md__DW4s6", "height-md": "global-module_height-md__yVYjk", "width-md": "global-module_width-md__yA3Sg", "min-height-md": "global-module_min-height-md__3bc30", "min-width-md": "global-module_min-width-md__EKuwk", "max-height-md": "global-module_max-height-md__G1xu6", "flex-direction-md": "global-module_flex-direction-md__Y-2Ya", "flex-wrap-md": "global-module_flex-wrap-md__T2MMW", "justify-content-md": "global-module_justify-content-md__hjqjD", "justify-items-md": "global-module_justify-items-md__OhgE2", "justify-self-md": "global-module_justify-self-md__nAxqu", "align-content-md": "global-module_align-content-md__jB0eq", "align-items-md": "global-module_align-items-md__NKLq2", "align-self-md": "global-module_align-self-md__n0-4H", "grid-template-rows-md": "global-module_grid-template-rows-md__O29WT", "grid-template-columns-md": "global-module_grid-template-columns-md__BlRKJ", "flex-basis-md": "global-module_flex-basis-md__bN9Ee", "flex-grow-md": "global-module_flex-grow-md__G4-6a", "flex-shrink-md": "global-module_flex-shrink-md__9-TdK", "overflow-md": "global-module_overflow-md__ThuMB", "overflow-x-md": "global-module_overflow-x-md__T-B2O", "overflow-y-md": "global-module_overflow-y-md__WCl2M", "order-md": "global-module_order-md__JQDVW", "display-lg": "global-module_display-lg__aIlEo", "position-lg": "global-module_position-lg__HwZTR", "font-size-lg": "global-module_font-size-lg__9LFn-", "font-weight-lg": "global-module_font-weight-lg__oRpTY", "border-size-lg": "global-module_border-size-lg__tQUgo", "border-radius-lg": "global-module_border-radius-lg__sQmgR", "shadow-lg": "global-module_shadow-lg__SiSbI", "background-color-lg": "global-module_background-color-lg__VJeQJ", "align-lg": "global-module_align-lg__z0-zb", "letter-spacing-lg": "global-module_letter-spacing-lg__5XaTr", "padding-lg": "global-module_padding-lg__zIvf8", "padding-x-lg": "global-module_padding-x-lg__rSumQ", "padding-y-lg": "global-module_padding-y-lg__V8k4h", "padding-top-lg": "global-module_padding-top-lg__qsZlN", "padding-right-lg": "global-module_padding-right-lg__3tJBI", "padding-bottom-lg": "global-module_padding-bottom-lg__ngomE", "padding-left-lg": "global-module_padding-left-lg__goLpj", "margin-lg": "global-module_margin-lg__s-PHS", "margin-x-lg": "global-module_margin-x-lg__z0Fh1", "margin-y-lg": "global-module_margin-y-lg__XHNGG", "margin-top-lg": "global-module_margin-top-lg__WaUON", "margin-right-lg": "global-module_margin-right-lg__OkhDL", "margin-bottom-lg": "global-module_margin-bottom-lg__BTpNj", "margin-left-lg": "global-module_margin-left-lg__Al7LR", "gap-lg": "global-module_gap-lg__zLApZ", "gap-x-lg": "global-module_gap-x-lg__avX9C", "gap-y-lg": "global-module_gap-y-lg__tZmty", "height-lg": "global-module_height-lg__cOmQv", "width-lg": "global-module_width-lg__MMkq1", "min-height-lg": "global-module_min-height-lg__ntXzw", "min-width-lg": "global-module_min-width-lg__mY3nL", "max-height-lg": "global-module_max-height-lg__uN6MB", "flex-direction-lg": "global-module_flex-direction-lg__5sTpA", "flex-wrap-lg": "global-module_flex-wrap-lg__EEm0W", "justify-content-lg": "global-module_justify-content-lg__WjSUU", "justify-items-lg": "global-module_justify-items-lg__Lp1Mh", "justify-self-lg": "global-module_justify-self-lg__NLMim", "align-content-lg": "global-module_align-content-lg__s82a9", "align-items-lg": "global-module_align-items-lg__wy5IR", "align-self-lg": "global-module_align-self-lg__jVDZX", "grid-template-rows-lg": "global-module_grid-template-rows-lg__wVLTw", "grid-template-columns-lg": "global-module_grid-template-columns-lg__D99Lm", "flex-basis-lg": "global-module_flex-basis-lg__LFhbr", "flex-grow-lg": "global-module_flex-grow-lg__H46Hr", "flex-shrink-lg": "global-module_flex-shrink-lg__KwdmB", "overflow-lg": "global-module_overflow-lg__GqYQN", "overflow-x-lg": "global-module_overflow-x-lg__AIZvR", "overflow-y-lg": "global-module_overflow-y-lg__zKcKo", "order-lg": "global-module_order-lg__hZlBp", "display-xl": "global-module_display-xl__-3TmH", "position-xl": "global-module_position-xl__WHDTe", "font-size-xl": "global-module_font-size-xl__ZO4jq", "font-weight-xl": "global-module_font-weight-xl__pCHPj", "border-size-xl": "global-module_border-size-xl__crR3V", "border-radius-xl": "global-module_border-radius-xl__fZwm6", "shadow-xl": "global-module_shadow-xl__dZ5uY", "background-color-xl": "global-module_background-color-xl__2yATm", "align-xl": "global-module_align-xl__L6Izq", "letter-spacing-xl": "global-module_letter-spacing-xl__nkT-v", "padding-xl": "global-module_padding-xl__K01p3", "padding-x-xl": "global-module_padding-x-xl__daofZ", "padding-y-xl": "global-module_padding-y-xl__ZzWfQ", "padding-top-xl": "global-module_padding-top-xl__J-P2Q", "padding-right-xl": "global-module_padding-right-xl__sd9q8", "padding-bottom-xl": "global-module_padding-bottom-xl__Xb3dz", "padding-left-xl": "global-module_padding-left-xl__lelq-", "margin-xl": "global-module_margin-xl__ot42Y", "margin-x-xl": "global-module_margin-x-xl__rrsnR", "margin-y-xl": "global-module_margin-y-xl__Ge-ML", "margin-top-xl": "global-module_margin-top-xl__PdY-8", "margin-right-xl": "global-module_margin-right-xl__Vn3gD", "margin-bottom-xl": "global-module_margin-bottom-xl__b1Ds6", "margin-left-xl": "global-module_margin-left-xl__JuQX3", "gap-xl": "global-module_gap-xl__ykn37", "gap-x-xl": "global-module_gap-x-xl__rJJ5V", "gap-y-xl": "global-module_gap-y-xl__EKb6a", "height-xl": "global-module_height-xl__Wa2cz", "width-xl": "global-module_width-xl__vzym4", "min-height-xl": "global-module_min-height-xl__NcZ70", "min-width-xl": "global-module_min-width-xl__smITW", "max-height-xl": "global-module_max-height-xl__OLhQt", "flex-direction-xl": "global-module_flex-direction-xl__K5INu", "flex-wrap-xl": "global-module_flex-wrap-xl__634R4", "justify-content-xl": "global-module_justify-content-xl__Dn12W", "justify-items-xl": "global-module_justify-items-xl__4Tx-s", "justify-self-xl": "global-module_justify-self-xl__dbWkP", "align-content-xl": "global-module_align-content-xl__MT4xA", "align-items-xl": "global-module_align-items-xl__jhBmK", "align-self-xl": "global-module_align-self-xl__nb2RF", "grid-template-rows-xl": "global-module_grid-template-rows-xl__Td7Yh", "grid-template-columns-xl": "global-module_grid-template-columns-xl__KtTyS", "flex-basis-xl": "global-module_flex-basis-xl__F6l8h", "flex-grow-xl": "global-module_flex-grow-xl__Dpav-", "flex-shrink-xl": "global-module_flex-shrink-xl__3xoF0", "overflow-xl": "global-module_overflow-xl__dipQL", "overflow-x-xl": "global-module_overflow-x-xl__djnKv", "overflow-y-xl": "global-module_overflow-y-xl__ZndpJ", "order-xl": "global-module_order-xl__0bYDX" };
|
|
26180
26180
|
|
|
26181
|
-
// src/
|
|
26181
|
+
// src/components/hooks/useDesignProps.ts
|
|
26182
26182
|
var CSS_MAP = {
|
|
26183
26183
|
display: "display",
|
|
26184
26184
|
position: "position",
|
|
@@ -26187,6 +26187,7 @@ var CSS_MAP = {
|
|
|
26187
26187
|
textAlign: "text-align",
|
|
26188
26188
|
textWrap: "text-wrap",
|
|
26189
26189
|
letterSpacing: "letter-spacing",
|
|
26190
|
+
color: "font-color",
|
|
26190
26191
|
backgroundColor: "background-color",
|
|
26191
26192
|
borderSize: "border-size",
|
|
26192
26193
|
borderRadius: "border-radius",
|
|
@@ -26262,7 +26263,13 @@ var excludedProps = [
|
|
|
26262
26263
|
"gridColumn",
|
|
26263
26264
|
"order"
|
|
26264
26265
|
];
|
|
26265
|
-
function
|
|
26266
|
+
function parseValue(value, name) {
|
|
26267
|
+
if (/^\d+$/.test(value)) {
|
|
26268
|
+
return `var(--${name}-${value})`;
|
|
26269
|
+
}
|
|
26270
|
+
return value;
|
|
26271
|
+
}
|
|
26272
|
+
function useDesignProps(props) {
|
|
26266
26273
|
const classes = [];
|
|
26267
26274
|
const styleProps = {};
|
|
26268
26275
|
Object.keys(props).forEach((key) => {
|
|
@@ -26290,18 +26297,13 @@ function mapProps(props) {
|
|
|
26290
26297
|
});
|
|
26291
26298
|
return [classes, styleProps];
|
|
26292
26299
|
}
|
|
26293
|
-
function parseValue(value, name) {
|
|
26294
|
-
if (/^\d+$/.test(value)) {
|
|
26295
|
-
return `var(--${name}-${value})`;
|
|
26296
|
-
}
|
|
26297
|
-
return value;
|
|
26298
|
-
}
|
|
26299
26300
|
|
|
26300
26301
|
// src/components/Box.tsx
|
|
26301
26302
|
var import_classnames3 = __toESM(require_classnames());
|
|
26302
26303
|
import { jsx as jsx4 } from "react/jsx-runtime";
|
|
26303
26304
|
function Box({
|
|
26304
26305
|
display,
|
|
26306
|
+
color,
|
|
26305
26307
|
backgroundColor,
|
|
26306
26308
|
borderSize,
|
|
26307
26309
|
borderRadius,
|
|
@@ -26347,8 +26349,9 @@ function Box({
|
|
|
26347
26349
|
...props
|
|
26348
26350
|
}) {
|
|
26349
26351
|
const Component = asChild ? Slot : as;
|
|
26350
|
-
const [classes, styleProps] =
|
|
26352
|
+
const [classes, styleProps] = useDesignProps({
|
|
26351
26353
|
display,
|
|
26354
|
+
color,
|
|
26352
26355
|
backgroundColor,
|
|
26353
26356
|
borderSize,
|
|
26354
26357
|
borderRadius,
|
|
@@ -26419,7 +26422,7 @@ function Flexbox({
|
|
|
26419
26422
|
children,
|
|
26420
26423
|
...props
|
|
26421
26424
|
}) {
|
|
26422
|
-
const [classes, styleProps] =
|
|
26425
|
+
const [classes, styleProps] = useDesignProps({
|
|
26423
26426
|
display,
|
|
26424
26427
|
flexDirection: direction,
|
|
26425
26428
|
flexWrap: wrap,
|
|
@@ -26449,26 +26452,28 @@ var Text_default = { "text": "Text-module_text__nkfwp", "muted": "Text-module_mu
|
|
|
26449
26452
|
// src/components/Text.tsx
|
|
26450
26453
|
import { jsx as jsx7 } from "react/jsx-runtime";
|
|
26451
26454
|
function Text({
|
|
26452
|
-
as = "span",
|
|
26453
|
-
asChild,
|
|
26454
26455
|
type,
|
|
26455
26456
|
size,
|
|
26456
|
-
|
|
26457
|
+
spacing,
|
|
26457
26458
|
weight,
|
|
26458
26459
|
align,
|
|
26459
26460
|
wrap,
|
|
26461
|
+
color,
|
|
26462
|
+
as = "span",
|
|
26463
|
+
asChild,
|
|
26460
26464
|
className,
|
|
26461
26465
|
style,
|
|
26462
26466
|
children,
|
|
26463
26467
|
...props
|
|
26464
26468
|
}) {
|
|
26465
26469
|
const Component = asChild ? Slot : as;
|
|
26466
|
-
const [classes, styleProps] =
|
|
26470
|
+
const [classes, styleProps] = useDesignProps({
|
|
26467
26471
|
fontSize: size,
|
|
26468
26472
|
textAlign: align,
|
|
26469
26473
|
textWrap: wrap,
|
|
26470
26474
|
fontWeight: weight,
|
|
26471
|
-
letterSpacing
|
|
26475
|
+
letterSpacing: spacing,
|
|
26476
|
+
color
|
|
26472
26477
|
});
|
|
26473
26478
|
return /* @__PURE__ */ jsx7(
|
|
26474
26479
|
Component,
|
|
@@ -27358,7 +27363,7 @@ function Grid({
|
|
|
27358
27363
|
children,
|
|
27359
27364
|
...props
|
|
27360
27365
|
}) {
|
|
27361
|
-
const [classes, styleProps] =
|
|
27366
|
+
const [classes, styleProps] = useDesignProps({
|
|
27362
27367
|
display,
|
|
27363
27368
|
justifyContent,
|
|
27364
27369
|
justifyItems,
|
|
@@ -27387,12 +27392,18 @@ function Heading({
|
|
|
27387
27392
|
size = "5",
|
|
27388
27393
|
weight,
|
|
27389
27394
|
align,
|
|
27395
|
+
spacing = "1",
|
|
27390
27396
|
className,
|
|
27391
27397
|
style,
|
|
27392
27398
|
children,
|
|
27393
27399
|
...props
|
|
27394
27400
|
}) {
|
|
27395
|
-
const [classes, styleProps] =
|
|
27401
|
+
const [classes, styleProps] = useDesignProps({
|
|
27402
|
+
fontSize: size,
|
|
27403
|
+
textAlign: align,
|
|
27404
|
+
fontWeight: weight,
|
|
27405
|
+
letterSpacing: spacing
|
|
27406
|
+
});
|
|
27396
27407
|
return /* @__PURE__ */ jsx37(
|
|
27397
27408
|
Box,
|
|
27398
27409
|
{
|
package/dist/styles.css
CHANGED
|
@@ -16,6 +16,12 @@
|
|
|
16
16
|
--font-weight-medium: 500;
|
|
17
17
|
--font-weight-bold: 700;
|
|
18
18
|
|
|
19
|
+
--letter-spacing-1: -0.05em;
|
|
20
|
+
--letter-spacing-2: -0.025em;
|
|
21
|
+
--letter-spacing-3: 0;
|
|
22
|
+
--letter-spacing-4: 0.025em;
|
|
23
|
+
--letter-spacing-5: 0.05em;
|
|
24
|
+
|
|
19
25
|
/* Spacing */
|
|
20
26
|
|
|
21
27
|
--spacing-1: 4px;
|
|
@@ -42,8 +48,7 @@
|
|
|
42
48
|
--border-radius-2: 4px;
|
|
43
49
|
--border-radius-3: 8px;
|
|
44
50
|
--border-radius-4: 16px;
|
|
45
|
-
--border-radius-5:
|
|
46
|
-
--border-radius-6: 9999px;
|
|
51
|
+
--border-radius-5: 9999px;
|
|
47
52
|
|
|
48
53
|
/* Shadows */
|
|
49
54
|
|
|
@@ -68,20 +73,39 @@
|
|
|
68
73
|
--base-color-900: #171717;
|
|
69
74
|
--base-color-950: #0a0a0a;
|
|
70
75
|
|
|
71
|
-
--
|
|
72
|
-
--
|
|
73
|
-
|
|
74
|
-
--
|
|
75
|
-
--
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
--
|
|
79
|
-
|
|
80
|
-
--
|
|
81
|
-
--
|
|
82
|
-
|
|
83
|
-
--
|
|
84
|
-
--
|
|
76
|
+
--base-color-gray: #8d8d8d;
|
|
77
|
+
--base-color-mauve: #8e8c99;
|
|
78
|
+
--base-color-slate: #8b8d98;
|
|
79
|
+
--base-color-sage: #868e8b;
|
|
80
|
+
--base-color-olive: #898e87;
|
|
81
|
+
--base-color-sand: #8d8d86;
|
|
82
|
+
|
|
83
|
+
--accent-color-gray: #8d8d8d;
|
|
84
|
+
--accent-color-gold: #978365;
|
|
85
|
+
--accent-color-bronze: #a18072;
|
|
86
|
+
--accent-color-brown: #ad7f58;
|
|
87
|
+
--accent-color-yellow: #ffe629;
|
|
88
|
+
--accent-color-amber: #ffc53d;
|
|
89
|
+
--accent-color-orange: #f76b15;
|
|
90
|
+
--accent-color-tomato: #e54d2e;
|
|
91
|
+
--accent-color-red: #e5484d;
|
|
92
|
+
--accent-color-ruby: #e54666;
|
|
93
|
+
--accent-color-crimson: #e93d82;
|
|
94
|
+
--accent-color-pink: #d6409f;
|
|
95
|
+
--accent-color-plum: #ab4aba;
|
|
96
|
+
--accent-color-purple: #8e4ec6;
|
|
97
|
+
--accent-color-violet: #6e56cf;
|
|
98
|
+
--accent-color-iris: #5b5bd6;
|
|
99
|
+
--accent-color-indigo: #3e63dd;
|
|
100
|
+
--accent-color-blue: #0090ff;
|
|
101
|
+
--accent-color-cyan: #00a2c7;
|
|
102
|
+
--accent-color-teal: #12a594;
|
|
103
|
+
--accent-color-jade: #29a383;
|
|
104
|
+
--accent-color-green: #30a46c;
|
|
105
|
+
--accent-color-grass: #46a758;
|
|
106
|
+
--accent-color-lime: #bdee63;
|
|
107
|
+
--accent-color-mint: #86ead4;
|
|
108
|
+
--accent-color-sky: #7ce2fe;
|
|
85
109
|
|
|
86
110
|
/* Global */
|
|
87
111
|
|
|
@@ -106,6 +130,21 @@
|
|
|
106
130
|
|
|
107
131
|
--dark-color: var(--base-color-950);
|
|
108
132
|
|
|
133
|
+
--success-color: var(--accent-color-green);
|
|
134
|
+
--success-font-color: var(--base-color-50);
|
|
135
|
+
|
|
136
|
+
--danger-color: var(--accent-color-red);
|
|
137
|
+
--danger-font-color: var(--base-color-50);
|
|
138
|
+
|
|
139
|
+
--warning-color: var(--accent-color-orange);
|
|
140
|
+
--warning-font-color: var(--base-color-50);
|
|
141
|
+
|
|
142
|
+
--active-color: var(--accent-color-blue);
|
|
143
|
+
--active-font-color: var(--base-color-50);
|
|
144
|
+
|
|
145
|
+
--inactive-color: var(--accent-color-gray);
|
|
146
|
+
--inactive-font-color: var(--base-color-900);
|
|
147
|
+
|
|
109
148
|
/* Theme settings */
|
|
110
149
|
|
|
111
150
|
--background-color: #fff;
|
|
@@ -437,6 +476,132 @@ a:hover {
|
|
|
437
476
|
.global-module_shadow-6__nHFwt {
|
|
438
477
|
box-shadow: var(--box-shadow-6);
|
|
439
478
|
}
|
|
479
|
+
.global-module_font-color-50__A4cPV {
|
|
480
|
+
background-color: var(--base-color-50);
|
|
481
|
+
}
|
|
482
|
+
.global-module_font-color-100__6kSLD {
|
|
483
|
+
background-color: var(--base-color-100);
|
|
484
|
+
}
|
|
485
|
+
.global-module_font-color-200__tFdDp {
|
|
486
|
+
background-color: var(--base-color-200);
|
|
487
|
+
}
|
|
488
|
+
.global-module_font-color-300__tHGGU {
|
|
489
|
+
background-color: var(--base-color-300);
|
|
490
|
+
}
|
|
491
|
+
.global-module_font-color-400__SL77z {
|
|
492
|
+
background-color: var(--base-color-400);
|
|
493
|
+
}
|
|
494
|
+
.global-module_font-color-500__NYSOr {
|
|
495
|
+
background-color: var(--base-color-500);
|
|
496
|
+
}
|
|
497
|
+
.global-module_font-color-600__ean-- {
|
|
498
|
+
background-color: var(--base-color-600);
|
|
499
|
+
}
|
|
500
|
+
.global-module_font-color-700__OmAYo {
|
|
501
|
+
background-color: var(--base-color-700);
|
|
502
|
+
}
|
|
503
|
+
.global-module_font-color-800__B3RoW {
|
|
504
|
+
background-color: var(--base-color-800);
|
|
505
|
+
}
|
|
506
|
+
.global-module_font-color-900__wQF5a {
|
|
507
|
+
background-color: var(--base-color-900);
|
|
508
|
+
}
|
|
509
|
+
.global-module_font-color-950__fQ7jf {
|
|
510
|
+
background-color: var(--base-color-950);
|
|
511
|
+
}
|
|
512
|
+
.global-module_font-color-gray__-fZ7c {
|
|
513
|
+
background-color: var(--base-color-gray);
|
|
514
|
+
}
|
|
515
|
+
.global-module_font-color-mauve__8FFhg {
|
|
516
|
+
background-color: var(--base-color-mauve);
|
|
517
|
+
}
|
|
518
|
+
.global-module_font-color-slate__LgnEh {
|
|
519
|
+
background-color: var(--base-color-slate);
|
|
520
|
+
}
|
|
521
|
+
.global-module_font-color-sage__wiFSb {
|
|
522
|
+
background-color: var(--base-color-sage);
|
|
523
|
+
}
|
|
524
|
+
.global-module_font-color-olive__DIHmu {
|
|
525
|
+
background-color: var(--base-color-olive);
|
|
526
|
+
}
|
|
527
|
+
.global-module_font-color-sand__QfJNy {
|
|
528
|
+
background-color: var(--base-color-sand);
|
|
529
|
+
}
|
|
530
|
+
.global-module_font-color-gold__X7SPL {
|
|
531
|
+
background-color: var(--accent-color-gold);
|
|
532
|
+
}
|
|
533
|
+
.global-module_font-color-bronze__rpTQ5 {
|
|
534
|
+
background-color: var(--accent-color-bronze);
|
|
535
|
+
}
|
|
536
|
+
.global-module_font-color-brown__EnhF8 {
|
|
537
|
+
background-color: var(--accent-color-brown);
|
|
538
|
+
}
|
|
539
|
+
.global-module_font-color-yellow__K-Z4K {
|
|
540
|
+
background-color: var(--accent-color-yellow);
|
|
541
|
+
}
|
|
542
|
+
.global-module_font-color-amber__hSTeg {
|
|
543
|
+
background-color: var(--accent-color-amber);
|
|
544
|
+
}
|
|
545
|
+
.global-module_font-color-orange__qzcJo {
|
|
546
|
+
background-color: var(--accent-color-orange);
|
|
547
|
+
}
|
|
548
|
+
.global-module_font-color-tomato__ihFfz {
|
|
549
|
+
background-color: var(--accent-color-tomato);
|
|
550
|
+
}
|
|
551
|
+
.global-module_font-color-red__PMd2H {
|
|
552
|
+
background-color: var(--accent-color-red);
|
|
553
|
+
}
|
|
554
|
+
.global-module_font-color-ruby__o3DJx {
|
|
555
|
+
background-color: var(--accent-color-ruby);
|
|
556
|
+
}
|
|
557
|
+
.global-module_font-color-crimson__ihV2U {
|
|
558
|
+
background-color: var(--accent-color-crimson);
|
|
559
|
+
}
|
|
560
|
+
.global-module_font-color-pink__q9jN0 {
|
|
561
|
+
background-color: var(--accent-color-pink);
|
|
562
|
+
}
|
|
563
|
+
.global-module_font-color-plum__9WvMH {
|
|
564
|
+
background-color: var(--accent-color-plum);
|
|
565
|
+
}
|
|
566
|
+
.global-module_font-color-purple__pAwCO {
|
|
567
|
+
background-color: var(--accent-color-purple);
|
|
568
|
+
}
|
|
569
|
+
.global-module_font-color-violet__OE7Sk {
|
|
570
|
+
background-color: var(--accent-color-violet);
|
|
571
|
+
}
|
|
572
|
+
.global-module_font-color-iris__SjmXI {
|
|
573
|
+
background-color: var(--accent-color-iris);
|
|
574
|
+
}
|
|
575
|
+
.global-module_font-color-indigo__QWo1d {
|
|
576
|
+
background-color: var(--accent-color-indigo);
|
|
577
|
+
}
|
|
578
|
+
.global-module_font-color-blue__r9at2 {
|
|
579
|
+
background-color: var(--accent-color-blue);
|
|
580
|
+
}
|
|
581
|
+
.global-module_font-color-cyan__FVnU9 {
|
|
582
|
+
background-color: var(--accent-color-cyan);
|
|
583
|
+
}
|
|
584
|
+
.global-module_font-color-teal__2m08B {
|
|
585
|
+
background-color: var(--accent-color-teal);
|
|
586
|
+
}
|
|
587
|
+
.global-module_font-color-jade__sXBUs {
|
|
588
|
+
background-color: var(--accent-color-jade);
|
|
589
|
+
}
|
|
590
|
+
.global-module_font-color-green__WnGxd {
|
|
591
|
+
background-color: var(--accent-color-green);
|
|
592
|
+
}
|
|
593
|
+
.global-module_font-color-grass__2pBlu {
|
|
594
|
+
background-color: var(--accent-color-grass);
|
|
595
|
+
}
|
|
596
|
+
.global-module_font-color-lime__7RbHy {
|
|
597
|
+
background-color: var(--accent-color-lime);
|
|
598
|
+
}
|
|
599
|
+
.global-module_font-color-mint__hAWPM {
|
|
600
|
+
background-color: var(--accent-color-mint);
|
|
601
|
+
}
|
|
602
|
+
.global-module_font-color-sky__YGDqG {
|
|
603
|
+
background-color: var(--accent-color-sky);
|
|
604
|
+
}
|
|
440
605
|
.global-module_background-color-50__xc4g1 {
|
|
441
606
|
background-color: var(--base-color-50);
|
|
442
607
|
}
|
|
@@ -470,6 +635,99 @@ a:hover {
|
|
|
470
635
|
.global-module_background-color-950__unH0o {
|
|
471
636
|
background-color: var(--base-color-950);
|
|
472
637
|
}
|
|
638
|
+
.global-module_background-color-gray__F-1QI {
|
|
639
|
+
background-color: var(--base-color-gray);
|
|
640
|
+
}
|
|
641
|
+
.global-module_background-color-mauve__15UmE {
|
|
642
|
+
background-color: var(--base-color-mauve);
|
|
643
|
+
}
|
|
644
|
+
.global-module_background-color-slate__Ca0bY {
|
|
645
|
+
background-color: var(--base-color-slate);
|
|
646
|
+
}
|
|
647
|
+
.global-module_background-color-sage__ltjot {
|
|
648
|
+
background-color: var(--base-color-sage);
|
|
649
|
+
}
|
|
650
|
+
.global-module_background-color-olive__uYs4i {
|
|
651
|
+
background-color: var(--base-color-olive);
|
|
652
|
+
}
|
|
653
|
+
.global-module_background-color-sand__pwZCo {
|
|
654
|
+
background-color: var(--base-color-sand);
|
|
655
|
+
}
|
|
656
|
+
.global-module_background-color-gold__W4lrJ {
|
|
657
|
+
background-color: var(--accent-color-gold);
|
|
658
|
+
}
|
|
659
|
+
.global-module_background-color-bronze__78tC- {
|
|
660
|
+
background-color: var(--accent-color-bronze);
|
|
661
|
+
}
|
|
662
|
+
.global-module_background-color-brown__-CBoT {
|
|
663
|
+
background-color: var(--accent-color-brown);
|
|
664
|
+
}
|
|
665
|
+
.global-module_background-color-yellow__Gpell {
|
|
666
|
+
background-color: var(--accent-color-yellow);
|
|
667
|
+
}
|
|
668
|
+
.global-module_background-color-amber__ZHHzO {
|
|
669
|
+
background-color: var(--accent-color-amber);
|
|
670
|
+
}
|
|
671
|
+
.global-module_background-color-orange__MPjTX {
|
|
672
|
+
background-color: var(--accent-color-orange);
|
|
673
|
+
}
|
|
674
|
+
.global-module_background-color-tomato__tFELs {
|
|
675
|
+
background-color: var(--accent-color-tomato);
|
|
676
|
+
}
|
|
677
|
+
.global-module_background-color-red__wsQdr {
|
|
678
|
+
background-color: var(--accent-color-red);
|
|
679
|
+
}
|
|
680
|
+
.global-module_background-color-ruby__mATDG {
|
|
681
|
+
background-color: var(--accent-color-ruby);
|
|
682
|
+
}
|
|
683
|
+
.global-module_background-color-crimson__00D7j {
|
|
684
|
+
background-color: var(--accent-color-crimson);
|
|
685
|
+
}
|
|
686
|
+
.global-module_background-color-pink__JNi-g {
|
|
687
|
+
background-color: var(--accent-color-pink);
|
|
688
|
+
}
|
|
689
|
+
.global-module_background-color-plum__ywwiB {
|
|
690
|
+
background-color: var(--accent-color-plum);
|
|
691
|
+
}
|
|
692
|
+
.global-module_background-color-purple__YhPwo {
|
|
693
|
+
background-color: var(--accent-color-purple);
|
|
694
|
+
}
|
|
695
|
+
.global-module_background-color-violet__hVQxS {
|
|
696
|
+
background-color: var(--accent-color-violet);
|
|
697
|
+
}
|
|
698
|
+
.global-module_background-color-iris__H5SK- {
|
|
699
|
+
background-color: var(--accent-color-iris);
|
|
700
|
+
}
|
|
701
|
+
.global-module_background-color-indigo__bEBJk {
|
|
702
|
+
background-color: var(--accent-color-indigo);
|
|
703
|
+
}
|
|
704
|
+
.global-module_background-color-blue__tjmDu {
|
|
705
|
+
background-color: var(--accent-color-blue);
|
|
706
|
+
}
|
|
707
|
+
.global-module_background-color-cyan__HO0Fx {
|
|
708
|
+
background-color: var(--accent-color-cyan);
|
|
709
|
+
}
|
|
710
|
+
.global-module_background-color-teal__Np-BQ {
|
|
711
|
+
background-color: var(--accent-color-teal);
|
|
712
|
+
}
|
|
713
|
+
.global-module_background-color-jade__bcIut {
|
|
714
|
+
background-color: var(--accent-color-jade);
|
|
715
|
+
}
|
|
716
|
+
.global-module_background-color-green__Hcgii {
|
|
717
|
+
background-color: var(--accent-color-green);
|
|
718
|
+
}
|
|
719
|
+
.global-module_background-color-grass__oEYcG {
|
|
720
|
+
background-color: var(--accent-color-grass);
|
|
721
|
+
}
|
|
722
|
+
.global-module_background-color-lime__oPB27 {
|
|
723
|
+
background-color: var(--accent-color-lime);
|
|
724
|
+
}
|
|
725
|
+
.global-module_background-color-mint__m0inr {
|
|
726
|
+
background-color: var(--accent-color-mint);
|
|
727
|
+
}
|
|
728
|
+
.global-module_background-color-sky__J5iUc {
|
|
729
|
+
background-color: var(--accent-color-sky);
|
|
730
|
+
}
|
|
473
731
|
.global-module_text-align-left__7o373 {
|
|
474
732
|
text-align: left;
|
|
475
733
|
}
|
|
@@ -494,16 +752,19 @@ a:hover {
|
|
|
494
752
|
.global-module_text-wrap-stable__p8eNk {
|
|
495
753
|
text-wrap: stable;
|
|
496
754
|
}
|
|
497
|
-
.global-module_letter-spacing-
|
|
498
|
-
letter-spacing: -
|
|
755
|
+
.global-module_letter-spacing-1__c7ucK {
|
|
756
|
+
letter-spacing: var(--letter-spacing-1);
|
|
499
757
|
}
|
|
500
|
-
.global-module_letter-spacing-
|
|
758
|
+
.global-module_letter-spacing-2__IRGYE {
|
|
501
759
|
letter-spacing: -0.025em;
|
|
502
760
|
}
|
|
503
|
-
.global-module_letter-spacing-
|
|
761
|
+
.global-module_letter-spacing-3__ODrVm {
|
|
762
|
+
letter-spacing: 0;
|
|
763
|
+
}
|
|
764
|
+
.global-module_letter-spacing-4__NhdxY {
|
|
504
765
|
letter-spacing: 0.025em;
|
|
505
766
|
}
|
|
506
|
-
.global-module_letter-spacing-
|
|
767
|
+
.global-module_letter-spacing-5__7Avw0 {
|
|
507
768
|
letter-spacing: 0.05em;
|
|
508
769
|
}
|
|
509
770
|
.global-module_padding-1__rmJ50 {
|
|
@@ -1178,7 +1439,7 @@ a:hover {
|
|
|
1178
1439
|
.global-module_flex-direction-column-reverse__5oK0V {
|
|
1179
1440
|
flex-direction: column-reverse;
|
|
1180
1441
|
}
|
|
1181
|
-
.global-module_flex-
|
|
1442
|
+
.global-module_flex-wrap-wrap__81tOq {
|
|
1182
1443
|
flex-wrap: wrap;
|
|
1183
1444
|
}
|
|
1184
1445
|
.global-module_flex-wrap-nowrap__lPcOy {
|