@arc-ui/tokens-ee 12.0.0-beta.6 → 12.0.0-beta7

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.
@@ -1,10 +1,10 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 18 Sep 2024 11:12:51 GMT
3
+ * Generated on Fri, 25 Oct 2024 08:32:16 GMT
4
4
  */
5
5
  declare const CardColorsLightBgDefault = "#111111";
6
6
  declare const CardColorsLightBgDefaultAlt = "#FFFFFF";
7
- declare const CardColorsLightBgEmphasis = "linear-gradient(90deg, #fcf9ff 0%, #f9f9ff 100%)";
7
+ declare const CardColorsLightBgEmphasis = "#F8FF19";
8
8
  declare const CardColorsLightFgDefault = "#001318";
9
9
  declare const CardColorsLightFgDefaultAlt = "#FFFFFF";
10
10
  declare const CardColorsLightFgHover = "#057382";
@@ -16,12 +16,13 @@ declare const CardColorsLightTextHover = "#001318";
16
16
  declare const CardColorsLightTextSupport = "#686868";
17
17
  declare const CardColorsDarkBgDefault = "#FFFFFF";
18
18
  declare const CardColorsDarkBgDefaultAlt = "#111111";
19
- declare const CardColorsDarkBgEmphasis = "linear-gradient(90deg, #5514b4 8.33%, #7e2ec6 100%)";
19
+ declare const CardColorsDarkBgEmphasis = "#009BA5";
20
20
  declare const CardColorsDarkFgDefaultAlt = "#FFFFFF";
21
21
  declare const CardColorsDarkBorderHover = "#F3F3F3";
22
22
  declare const CardColorsDarkTextDefault = "#FFFFFF";
23
23
  declare const CardColorsDarkTextHover = "#F8FF19";
24
24
  declare const CardColorsDarkTextSupport = "#BBBBBB";
25
+ declare const CardPaddingXs = "8px";
25
26
  declare const CardPaddingS = "24px";
26
27
  declare const CardPaddingM = "32px";
27
28
  declare const CardBorderWeightS = "1px";
@@ -32,7 +33,8 @@ declare const CardGapS = "16px";
32
33
  declare const CardGapM = "20px";
33
34
  declare const CardGapL = "22px";
34
35
  declare const CardGapXl = "24px";
35
- declare const CardSizeS = "48px";
36
+ declare const CardGapXxl = "48px";
37
+ declare const CardSizeS = "42px";
36
38
  declare const CardSizeM = "80px";
37
39
  declare const CardSizeL = "96px";
38
40
  declare const CardSizeIconS = "42px";
@@ -232,17 +234,18 @@ declare const FilterColorsLightBgSelected = "#111111";
232
234
  declare const FilterColorsLightTextDefault = "#001318";
233
235
  declare const FilterColorsLightTextDefaultAlt = "#ffffff";
234
236
  declare const FilterColorsLightTextHover = "#2a1c4a";
235
- declare const FilterColorsDarkBorderDefault = "#06C3C2";
237
+ declare const FilterColorsDarkBorderDefault = "#FFFFFF";
236
238
  declare const FilterColorsDarkBorderHover = "#525252";
237
239
  declare const FilterColorsDarkBgSelected = "#FFFFFF";
238
240
  declare const FilterColorsDarkBgDefault = "#111111";
239
241
  declare const FilterColorsDarkTextDefault = "#001318";
240
242
  declare const FilterColorsDarkTextDefaultAlt = "#efe5f7";
241
243
  declare const FilterColorsDarkTextHover = "#D9D9D9";
242
- declare const FilterColorsDarkTextSeleced = "#2a1c4a";
244
+ declare const FilterColorsDarkTextSelected = "#2a1c4a";
243
245
  declare const FilterGapL = "16px";
244
246
  declare const FilterMarginM = "16px";
245
247
  declare const ContentSwitcherPaddingS = "10px";
248
+ declare const ContentSwitcherPaddingXs = "8px";
246
249
  declare const ContentSwitcherPaddingM = "12px";
247
250
  declare const ContentSwitcherPaddingL = "16px";
248
251
  declare const ContentSwitcherPaddingXl = "18px";
@@ -254,11 +257,13 @@ declare const ContentSwitcherGapM = "6px";
254
257
  declare const ContentSwitcherGapL = "8px";
255
258
  declare const ContentSwitcherGapXl = "16px";
256
259
  declare const ContentSwitcherColorsLightBgDefault = "#ffffff";
260
+ declare const ContentSwitcherColorsLightBgDefaultAlt = "#5514b4";
257
261
  declare const ContentSwitcherColorsLightBgHover = "#f0f0f0";
258
262
  declare const ContentSwitcherColorsLightBgActive = "#e3e3e3";
259
- declare const ContentSwitcherColorsLightBgSeleced = "#000000";
260
- declare const ContentSwitcherColorsLightBgSelecedHover = "#3f187f";
263
+ declare const ContentSwitcherColorsLightBgSelected = "#000000";
264
+ declare const ContentSwitcherColorsLightBgSelectedHover = "#3f187f";
261
265
  declare const ContentSwitcherColorsLightBgDisabled = "rgba(255,255,255,0)";
266
+ declare const ContentSwitcherColorsLightBgSeleced = "#000000";
262
267
  declare const ContentSwitcherColorsLightBorderDefault = "#111111";
263
268
  declare const ContentSwitcherColorsLightBorderPressed = "#3F3F3F";
264
269
  declare const ContentSwitcherColorsLightBorderDisabled = "#D9D9D9";
@@ -290,6 +295,26 @@ declare const ContentSwitcherColorsDarkTextHover = "#F8FF19";
290
295
  declare const ContentSwitcherColorsDarkTextPressed = "#818181";
291
296
  declare const ContentSwitcherColorsDarkTextDisabled = "#9C9C9C";
292
297
  declare const ContentSwitcherBorderRadiusPill = "1000px";
298
+ declare const ContentSwitcherBorderRadiusXl = "32px";
299
+ declare const ContentSwitcherBorderWeightS = "2px";
300
+ declare const ContentSwitcherElevations02 = "0 0 1px 0 rgba( 0, 0, 0 , 0.20), 0 4px 12px 0 rgba( 0, 0, 0 , 0.10)";
301
+ declare const HerobannerPaddingS = "24px";
302
+ declare const HerobannerPaddingM = "40px";
303
+ declare const HerobannerPaddingL = "64px";
304
+ declare const HerobannerGapS = "8px";
305
+ declare const HerobannerGapM = "16px";
306
+ declare const HerobannerGapL = "32px";
307
+ declare const HerobannerRadiusL = "16px";
308
+ declare const HerobannerRadiusM = "24px";
309
+ declare const HerobannerBorderDefault = "1px solid #BBBBBB";
310
+ declare const HerobannerColorLightBgDefault = "#ffffff";
311
+ declare const HerobannerColorLightBgContained = "#ffffff";
312
+ declare const HerobannerColorLightBgGradient = "";
313
+ declare const HerobannerColorLightTextDefault = "#2B2B2B";
314
+ declare const HerobannerColorDarkBgDefault = "#009BA5";
315
+ declare const HerobannerColorDarkBgGradient = "";
316
+ declare const HerobannerColorDarkTextDefault = "#ffffff";
317
+ declare const HerobannerBoxShadow01 = "-24px -24px 150px 0 rgb(241, 242, 202, 45%), 24px 24px 150px 0 rgb(198, 23, 238, 45%)";
293
318
  declare const BoxPaddingS = "16px";
294
319
  declare const BoxBorderRadiusS = "16px";
295
320
  declare const BoxBorderWeightXs = "1px";
@@ -317,13 +342,15 @@ declare const DisclosureMiniPaddingS = "28px";
317
342
  declare const DisclosureMiniSizeIconS = "16px";
318
343
  declare const DisclosureMiniGapS = "8px";
319
344
  declare const DisclosureMiniGapM = "12px";
320
- declare const DisclosureMiniColorsLightFgDefault = "#009BA5";
321
- declare const DisclosureMiniColorsLightTextDefault = "#009BA5";
345
+ declare const DisclosureMiniColorsLightFgDefault = "#057382";
346
+ declare const DisclosureMiniColorsLightTextDefault = "#057382";
322
347
  declare const DisclosureMiniColorsLightTextStrong = "#2B2B2B";
323
348
  declare const DisclosureMiniColorsDarkFgDefault = "#EBF304";
324
349
  declare const DisclosureMiniColorsDarkTextDefault = "#EBF304";
325
350
  declare const DisclosureMiniColorsDarkTextStrong = "#FFFFFF";
326
351
  declare const DisclosurePaddingS = "16px";
352
+ declare const DisclosurePaddingL = "40px";
353
+ declare const DisclosurePaddingXl = "56px";
327
354
  declare const DisclosureGapS = "20px";
328
355
  declare const DisclosureSizeS = "58px";
329
356
  declare const DisclosureBorderWeightS = "1px";
@@ -333,13 +360,16 @@ declare const DisclosureColorsLightBorderSubtle = "#BBBBBB";
333
360
  declare const DisclosureColorsLightFgDefault = "#001318";
334
361
  declare const DisclosureColorsLightFgHover = "#001318";
335
362
  declare const DisclosureColorsLightTextDefault = "#001318";
363
+ declare const DisclosureColorsLightTextBody = "#01404C";
336
364
  declare const DisclosureColorsLightTextHover = "#001318";
337
365
  declare const DisclosureColorsDarkBgHover = "#3F3F3F";
338
366
  declare const DisclosureColorsDarkBorderSubtle = "#525252";
339
367
  declare const DisclosureColorsDarkFgDefault = "#EBF304";
340
368
  declare const DisclosureColorsDarkFgHover = "#F8FF19";
341
369
  declare const DisclosureColorsDarkTextDefault = "#EBF304";
370
+ declare const DisclosureColorsDarkTextBody = "#FFFFFF";
342
371
  declare const DisclosureColorsDarkTextHover = "#F8FF19";
372
+ declare const DisclosureTypeLabelL = "700 20px/1 Non-Dottee";
343
373
  declare const AvatarSizeS = "32px";
344
374
  declare const AvatarSizeM = "48px";
345
375
  declare const AvatarSizeL = "64px";
@@ -349,9 +379,9 @@ declare const AvatarSizeIconM = "24px";
349
379
  declare const AvatarSizeIconL = "32px";
350
380
  declare const AvatarSizeIconXl = "40px";
351
381
  declare const AvatarBorderWeightS = "1px";
352
- declare const AvatarColorsLightBgDefault = "#111111";
353
- declare const AvatarColorsLightFgDefaultAlt = "#FFFFFF";
354
- declare const AvatarColorsLightTextDefaultAlt = "#FFFFFF";
382
+ declare const AvatarColorsLightBgDefault = "#ebebeb";
383
+ declare const AvatarColorsLightFgDefaultAlt = "#3f3f3f";
384
+ declare const AvatarColorsLightTextDefaultAlt = "#3f3f3f";
355
385
  declare const ModalSizeS = "288px";
356
386
  declare const ModalSizeM = "472px";
357
387
  declare const ModalSizeL = "591px";
@@ -395,7 +425,7 @@ declare const ButtonGapXs = "2px";
395
425
  declare const ButtonGapS = "4px";
396
426
  declare const ButtonGapM = "6px";
397
427
  declare const ButtonGapL = "8px";
398
- declare const ButtonBorderRadiusS = "16px";
428
+ declare const ButtonBorderRadiusS = "20px";
399
429
  declare const ButtonSizeXxs = "20px";
400
430
  declare const ButtonSizeXs = "24px";
401
431
  declare const ButtonSizeS = "28px";
@@ -410,7 +440,7 @@ declare const ButtonSizeIconL = "24px";
410
440
  declare const ButtonSizeIconXl = "28px";
411
441
  declare const ButtonColorsLightBgDefault = "#111111";
412
442
  declare const ButtonColorsLightBgHover = "#2B2B2B";
413
- declare const ButtonColorsLightBgPressed = "#057382";
443
+ declare const ButtonColorsLightBgPressed = "#3F3F3F";
414
444
  declare const ButtonColorsLightBgDisabled = "#D9D9D9";
415
445
  declare const ButtonColorsLightBorderDefault = "#111111";
416
446
  declare const ButtonColorsLightBorderPressed = "#3F3F3F";
@@ -426,21 +456,21 @@ declare const ButtonColorsLightTextHover = "#001318";
426
456
  declare const ButtonColorsLightTextPressed = "#3F3F3F";
427
457
  declare const ButtonColorsLightTextDisabled = "#686868";
428
458
  declare const ButtonColorsDarkBgDefault = "#FFFFFF";
429
- declare const ButtonColorsDarkBgHover = "#F3F3F3";
430
- declare const ButtonColorsDarkBgPressed = "#818181";
459
+ declare const ButtonColorsDarkBgHover = "#d9d9d9";
460
+ declare const ButtonColorsDarkBgPressed = "#b7b7b7";
431
461
  declare const ButtonColorsDarkBgDisabled = "#686868";
432
462
  declare const ButtonColorsDarkBorderDefault = "#FFFFFF";
433
463
  declare const ButtonColorsDarkBorderPressed = "#818181";
434
464
  declare const ButtonColorsDarkBorderDisabled = "#686868";
435
- declare const ButtonColorsDarkFgDefault = "#EBF304";
465
+ declare const ButtonColorsDarkFgDefault = "#ffffff";
436
466
  declare const ButtonColorsDarkFgDefaultAlt = "#2B2B2B";
437
- declare const ButtonColorsDarkFgHover = "#F8FF19";
467
+ declare const ButtonColorsDarkFgHover = "#ffffff";
438
468
  declare const ButtonColorsDarkFgPressed = "#818181";
439
469
  declare const ButtonColorsDarkFgDisabled = "#9C9C9C";
440
- declare const ButtonColorsDarkTextDefault = "#EBF304";
470
+ declare const ButtonColorsDarkTextDefault = "#ffffff";
441
471
  declare const ButtonColorsDarkTextDefaultAlt = "#2B2B2B";
442
- declare const ButtonColorsDarkTextHover = "#F8FF19";
443
- declare const ButtonColorsDarkTextPressed = "#818181";
472
+ declare const ButtonColorsDarkTextHover = "#ffffff";
473
+ declare const ButtonColorsDarkTextPressed = "#ffffff";
444
474
  declare const ButtonColorsDarkTextDisabled = "#9C9C9C";
445
475
  declare const ButtonBorderWeightS = "2px";
446
476
  declare const ButtonV2PaddingXxxs = "3px";
@@ -510,10 +540,10 @@ declare const ButtonV2ColorsDarkBorderDefault = "#FFFFFF";
510
540
  declare const ButtonV2ColorsDarkBorderPressed = "#818181";
511
541
  declare const ButtonV2ColorsDarkBorderDisabled = "#686868";
512
542
  declare const ButtonV2ColorsDarkBorderSubtle = "#6b6b6b";
513
- declare const ButtonV2ColorsDarkFgDefault = "#EBF304";
543
+ declare const ButtonV2ColorsDarkFgDefault = "#ffffff";
514
544
  declare const ButtonV2ColorsDarkFgDefaultAlt = "#2B2B2B";
515
- declare const ButtonV2ColorsDarkFgHover = "#F8FF19";
516
- declare const ButtonV2ColorsDarkFgPressed = "#EBF304";
545
+ declare const ButtonV2ColorsDarkFgHover = "#ffffff";
546
+ declare const ButtonV2ColorsDarkFgPressed = "#818181";
517
547
  declare const ButtonV2ColorsDarkFgDisabled = "#9C9C9C";
518
548
  declare const ButtonV2ColorsDarkFgStrong = "#9C9C9C";
519
549
  declare const ButtonV2ColorsDarkFgStrongSubtle = "#818181";
@@ -522,10 +552,10 @@ declare const ButtonV2ColorsDarkStatusTextDefault = "#FFFFFF";
522
552
  declare const ButtonV2ColorsDarkStatusBgDefault = "#600104";
523
553
  declare const ButtonV2ColorsDarkStatusBgHover = "#840106";
524
554
  declare const ButtonV2ColorsDarkStatusBgPressed = "#AA0006";
525
- declare const ButtonV2ColorsDarkTextDefault = "#EBF304";
555
+ declare const ButtonV2ColorsDarkTextDefault = "#ffffff";
526
556
  declare const ButtonV2ColorsDarkTextDefaultAlt = "#2B2B2B";
527
- declare const ButtonV2ColorsDarkTextHover = "#F8FF19";
528
- declare const ButtonV2ColorsDarkTextPressed = "#EBF304";
557
+ declare const ButtonV2ColorsDarkTextHover = "#ffffff";
558
+ declare const ButtonV2ColorsDarkTextPressed = "#ffffff";
529
559
  declare const ButtonV2ColorsDarkTextDisabled = "#9C9C9C";
530
560
  declare const ButtonV2ColorsDarkVariantBgLoader = "linear-gradient(90deg, #f5eefa 0%, #eafcff 100%)";
531
561
  declare const ButtonV2ColorsDarkVariantFgDefault = "linear-gradient(105deg, #f200f5 0%, #1ec8e6 100%)";
@@ -654,6 +684,11 @@ declare const BacktotopColorsDarkFgDefault = "#2B2B2B";
654
684
  declare const BacktotopColorsDarkFgDefaultAlt = "#FFFFFF";
655
685
  declare const BacktotopColorsDarkTextDefault = "#2B2B2B";
656
686
  declare const BacktotopColorsDarkTextDefaultAlt = "#FFFFFF";
687
+ declare const Elevation01 = "0 0 1px 0 rgba( 0, 0, 0 , 0.20), 0 2px 6px 0 rgba( 0, 0, 0 , 0.10)";
688
+ declare const Elevation02 = "0 0 1px 0 rgba( 0, 0, 0 , 0.20), 0 4px 12px 0 rgba( 0, 0, 0 , 0.10)";
689
+ declare const Elevation03 = "0 0 1px 0 rgba( 0, 0, 0 , 0.20), 0 8px 16px 0 rgba( 0, 0, 0 , 0.10)";
690
+ declare const Elevation04 = "0 0 1px 0 rgba( 0, 0, 0 , 0.20), 0 16px 20px 0 rgba( 0, 0, 0 , 0.10)";
691
+ declare const Elevation05 = "0 0 1px 0 rgba( 0, 0, 0 , 0.20), 0 24px 32px 0 rgba( 0, 0, 0 , 0.10)";
657
692
  declare const VerticalSpaceSize4 = "4px";
658
693
  declare const VerticalSpaceSize8 = "8px";
659
694
  declare const VerticalSpaceSize12 = "12px";
@@ -681,7 +716,7 @@ declare const LogosColorsLightFgVariant = "linear-gradient(90deg, #5514b4 8.33%,
681
716
  declare const LogosColorsDarkFgDefault = "#EBF304";
682
717
  declare const SurfaceColorsBgDarkBrand01 = "#067382";
683
718
  declare const SurfaceColorsBgDarkBrand02 = "#067382";
684
- declare const SurfaceColorsBgDarkNeutral01 = "#686868";
719
+ declare const SurfaceColorsBgDarkNeutral01 = "#3F3F3F";
685
720
  declare const SurfaceColorsBgDarkNeutral02 = "#2B2B2B";
686
721
  declare const SurfaceColorsBgDarkBlack = "#111111";
687
722
  declare const SurfaceColorsBgLightWhite = "#FFFFFF";
@@ -696,17 +731,17 @@ declare const TagPaddingS = "8px";
696
731
  declare const TagBorderRadiusS = "32px";
697
732
  declare const TagBorderWeightS = "1px";
698
733
  declare const TagColorsLightBgDefault = "#FFFFFF";
699
- declare const TagColorsLightBgDefaultAlt = "#D9D9D9";
734
+ declare const TagColorsLightBgDefaultAlt = "#FFFFFF";
700
735
  declare const TagColorsLightBgHover = "#ffffff";
701
736
  declare const TagColorsLightBorderDefault = "#BBBBBB";
702
- declare const TagColorsLightBorderDefaultAlt = "#ffffff";
737
+ declare const TagColorsLightBorderDefaultAlt = "#BBBBBB";
703
738
  declare const TagColorsLightBorderHover = "#BBBBBB";
704
739
  declare const TagColorsLightFgDefault = "#2B2B2B";
705
740
  declare const TagColorsLightFgHover = "#001318";
706
741
  declare const TagColorsLightTextDefault = "#2B2B2B";
707
742
  declare const TagColorsLightTextHover = "#001318";
708
743
  declare const TagSizeIconS = "16px";
709
- declare const TagSizeIconM = "14px";
744
+ declare const TagSizeIconM = "20";
710
745
  declare const AlertPaddingXxs = "2px";
711
746
  declare const AlertPaddingXs = "6px";
712
747
  declare const AlertPaddingS = "22px";
@@ -714,7 +749,6 @@ declare const AlertPaddingM = "10px";
714
749
  declare const AlertBorderRadiusS = "16px";
715
750
  declare const AlertBorderWeightS = "2px";
716
751
  declare const AlertBorderWeightM = "2px";
717
- declare const AlertBoxShadow01 = "sem.box-shadow.01";
718
752
  declare const AlertColorsStatusLightBgSubtleDefault = "#F3F3F3";
719
753
  declare const AlertColorsStatusLightBgSubtleError = "#FEEDED";
720
754
  declare const AlertColorsStatusLightBgSubtleWarning = "#FEF2DE";
@@ -739,6 +773,7 @@ declare const AlertSizeIconS = "24px";
739
773
  declare const AlertGapS = "0px";
740
774
  declare const BadgeSizeS = "24px";
741
775
  declare const BadgePaddingS = "8px";
776
+ declare const BadgePaddingXxs = "1px";
742
777
  declare const BadgeBorderRadiusS = "1000px";
743
778
  declare const BadgeColorsBgDefault = "#2a2a2a";
744
779
  declare const BadgeColorsBgError = "#AA0006";
@@ -758,7 +793,7 @@ declare const StepperPaddingS = "16px";
758
793
  declare const StepperPaddingM = "24px";
759
794
  declare const StepperGapS = "16px";
760
795
  declare const StepperGapM = "24px";
761
- declare const StepperColorsLightBgDefault = "#FFFFFF";
796
+ declare const StepperColorsLightBgDefault = "#111111";
762
797
  declare const StepperColorsLightBgSubtle = "#BBBBBB";
763
798
  declare const StepperColorsLightBgError = "#da020f";
764
799
  declare const StepperColorsLightBgWarning = "#ffa200";
@@ -768,15 +803,17 @@ declare const StepperColorsLightBorderDefault = "#111111";
768
803
  declare const StepperColorsLightBorderSubtle = "#BBBBBB";
769
804
  declare const StepperColorsLightBorderError = "#D20007";
770
805
  declare const StepperColorsLightBorderWarning = "#B14D00";
771
- declare const StepperColorsLightBorderVariant = "#009BA5";
806
+ declare const StepperColorsLightBorderVariant = "#000000";
772
807
  declare const StepperColorsLightFgDefault = "#009BA5";
773
808
  declare const StepperColorsLightFgDefaultAlt = "#FFFFFF";
774
809
  declare const StepperColorsLightFgError = "#D20007";
775
810
  declare const StepperColorsLightFgWarning = "#B14D00";
776
- declare const StepperColorsLightFgVariant = "#001318";
811
+ declare const StepperColorsLightFgVariant = "#009BA5";
777
812
  declare const StepperColorsLightTextDefault = "#2B2B2B";
778
813
  declare const StepperColorsLightTextHover = "#001318";
779
814
  declare const StepperColorsLightTextSubtle = "#686868";
815
+ declare const StepperColorsLightPluseFrom = "rgba(0,155,165, 20%);";
816
+ declare const StepperColorsLightPluseTo = "rgba(0,155,165, 0%);";
780
817
  declare const StepperColorsDarkBgDefault = "#FFFFFF";
781
818
  declare const StepperColorsDarkBgSubtle = "#818181";
782
819
  declare const StepperColorsDarkBgStrong = "#FFFFFF";
@@ -801,9 +838,17 @@ declare const StepperColorsDarkTextHover = "#F8FF19";
801
838
  declare const StepperColorsDarkTextSubtle = "#9C9C9C";
802
839
  declare const StepperBorderWeightS = "1px";
803
840
  declare const StepperBorderWeightM = "2px";
841
+ declare const StepperBorderRadius = "50px";
842
+ declare const SpinnerSizeS = "16px";
843
+ declare const SpinnerSizeM = "24px";
844
+ declare const SpinnerSizeL = "32px";
845
+ declare const SpinnerSizeXl = "40px";
846
+ declare const SpinnerSizeXxl = "48px";
847
+ declare const SpinnerColorsLightFgDefault = "#009BA5";
848
+ declare const SpinnerColorsDarkFgDefault = "#FFFFFF";
804
849
  declare const ToastSizeS = "40px";
805
850
  declare const ToastPaddingS = "8px";
806
- declare const ToastBorderRadiusS = "4px";
851
+ declare const ToastBorderRadiusS = "8px";
807
852
  declare const ToastGapS = "8px";
808
853
  declare const ToastSizeIconS = "24px";
809
854
  declare const ToastBorderWeightS = "1px";
@@ -816,7 +861,7 @@ declare const ToastColorsStatusLightBorderError = "#FF8883";
816
861
  declare const ToastColorsStatusLightBorderWarning = "#FFA94D";
817
862
  declare const ToastColorsStatusLightBorderSuccess = "#73C367";
818
863
  declare const ToastColorsStatusLightFgDefault = "#2a2a2a";
819
- declare const ToastColorsStatusLightFgError = "#FF8883";
864
+ declare const ToastColorsStatusLightFgError = "#FFA200";
820
865
  declare const ToastColorsStatusLightFgWarning = "#ffa200";
821
866
  declare const ToastColorsStatusLightFgSuccess = "#73C367";
822
867
  declare const ToastColorsStatusLightFgDefaultAlt = "#FFFFFF";
@@ -832,9 +877,10 @@ declare const ToastColorsStatusDarkBorderWarning = "#FEDDA4";
832
877
  declare const ToastColorsStatusDarkBorderSuccess = "#138100";
833
878
  declare const ToastColorsStatusDarkFgDefault = "#2B2B2B";
834
879
  declare const ToastColorsStatusDarkFgError = "#D20007";
835
- declare const ToastColorsStatusDarkFgWarning = "#2a2a2a";
880
+ declare const ToastColorsStatusDarkFgWarning = "#FFA200";
836
881
  declare const ToastColorsStatusDarkFgSuccess = "#138100";
837
882
  declare const ToastColorsStatusDarkTextDefault = "#2a2a2a";
883
+ declare const ToastBoxShadow01 = "0 0 1px 0 rgba( 0, 0, 0 , 0.20), 0 4px 12px 0 rgba( 0, 0, 0 , 0.10)";
838
884
  declare const ProgressBarGapS = "4px";
839
885
  declare const ProgressBarGapM = "8px";
840
886
  declare const ProgressBarSizeS = "12px";
@@ -898,14 +944,14 @@ declare const DatePickerColorsLightBgDefaultAlt = "#FFFFFF";
898
944
  declare const DatePickerColorsLightBgHover = "#2B2B2B";
899
945
  declare const DatePickerColorsLightBgSelected = "#057382";
900
946
  declare const DatePickerColorsLightBgPressed = "#057382";
901
- declare const DatePickerColorsLightBgDisabled = "#D9D9D9";
947
+ declare const DatePickerColorsLightBgDisabled = "#F0F0F0";
902
948
  declare const DatePickerColorsLightBgError = "#FEEDED";
903
949
  declare const DatePickerColorsLightBgSubtle = "#F3F3F3";
904
950
  declare const DatePickerColorsLightBgHoverAlt = "#D9D9D9";
905
951
  declare const DatePickerColorsLightBorderHover = "#525252";
906
952
  declare const DatePickerColorsLightBorderFocus = "#111111";
907
953
  declare const DatePickerColorsLightBorderSelected = "#3F3F3F";
908
- declare const DatePickerColorsLightBorderDisabled = "#D9D9D9";
954
+ declare const DatePickerColorsLightBorderDisabled = "#949494";
909
955
  declare const DatePickerColorsLightBorderError = "#D20007";
910
956
  declare const DatePickerColorsLightBorderStrong = "#818181";
911
957
  declare const DatePickerColorsLightFgDefaultAlt = "#FFFFFF";
@@ -916,7 +962,7 @@ declare const DatePickerColorsLightFgError = "#D20007";
916
962
  declare const DatePickerColorsLightTextDefault = "#009BA5";
917
963
  declare const DatePickerColorsLightTextDefaultAlt = "#FFFFFF";
918
964
  declare const DatePickerColorsLightTextStrong = "#2B2B2B";
919
- declare const DatePickerColorsLightTextDisabled = "#686868";
965
+ declare const DatePickerColorsLightTextDisabled = "#AAAAAA";
920
966
  declare const DatePickerColorsLightTextError = "#D20007";
921
967
  declare const DatePickerColorsLightTextHint = "#686868";
922
968
  declare const DatePickerGapXs = "4px";
@@ -926,6 +972,12 @@ declare const DatePickerGapL = "40px";
926
972
  declare const DatePickerSizeIconS = "24px";
927
973
  declare const DatePickerSizeIconM = "32px";
928
974
  declare const DatePickerSizeIconL = "40px";
975
+ declare const DatePickerTypeLabelS = "700 14px/1 Non-Dottee";
976
+ declare const DatePickerTypeLabelM = "700 16px/1 Non-Dottee";
977
+ declare const DatePickerTypeLabelL = "700 20px/1 Non-Dottee";
978
+ declare const DatepickerTypeLabelS = "700 14px/1 Non-Dottee";
979
+ declare const DatepickerTypeLabelM = "700 16px/1 Non-Dottee";
980
+ declare const DatepickerTypeLabelL = "700 20px/1 Non-Dottee";
929
981
  declare const SelectSizeS = "32px";
930
982
  declare const SelectSizeM = "44px";
931
983
  declare const SelectSizeL = "64px";
@@ -947,14 +999,14 @@ declare const SelectSizeIconM = "20px";
947
999
  declare const SelectSizeIconL = "24px";
948
1000
  declare const SelectColorsLightBgDefault = "#FFFFFF";
949
1001
  declare const SelectColorsLightBgHover = "#D9D9D9";
950
- declare const SelectColorsLightBgDisabled = "#D9D9D9";
1002
+ declare const SelectColorsLightBgDisabled = "#F0F0F0";
951
1003
  declare const SelectColorsLightBgError = "#FEEDED";
952
1004
  declare const SelectColorsLightBgHoverAlt = "#D9D9D9";
953
1005
  declare const SelectColorsLightBgSelected = "#F3F3F3";
954
1006
  declare const SelectColorsLightBorderDefault = "#818181";
955
1007
  declare const SelectColorsLightBorderHover = "#525252";
956
1008
  declare const SelectColorsLightBorderFocus = "#111111";
957
- declare const SelectColorsLightBorderDisabled = "#D9D9D9";
1009
+ declare const SelectColorsLightBorderDisabled = "#949494";
958
1010
  declare const SelectColorsLightBorderError = "#D20007";
959
1011
  declare const SelectColorsLightBorderSubtle = "#BBBBBB";
960
1012
  declare const SelectColorsLightFgDefault = "#2B2B2B";
@@ -987,6 +1039,9 @@ declare const SelectColorsDarkFgError = "#FF8883";
987
1039
  declare const SelectBorderRadiusTestS = "32px";
988
1040
  declare const SelectBorderRadiusTestM = "24px";
989
1041
  declare const SelectBorderRadiusTestL = "32px";
1042
+ declare const SelectTypeLabelS = "700 14px/1 Non-Dottee";
1043
+ declare const SelectTypeLabelM = "700 16px/1 Non-Dottee";
1044
+ declare const SelectTypeLabelL = "700 20px/1 Non-Dottee";
990
1045
  declare const CheckboxSizeS = "24px";
991
1046
  declare const CheckboxSizeL = "36px";
992
1047
  declare const CheckboxPaddingS = "2px";
@@ -1013,16 +1068,20 @@ declare const CheckboxColorsDarkBgDefaultAlt = "#111111";
1013
1068
  declare const CheckboxColorsDarkBgDisabled = "#686868";
1014
1069
  declare const CheckboxColorsDarkBgError = "#2D0002";
1015
1070
  declare const CheckboxColorsDarkFgDefault = "#2B2B2B";
1016
- declare const CheckboxColorsDarkFgDisabled = "#9C9C9C";
1071
+ declare const CheckboxColorsDarkFgDisabled = "#C8C8C8";
1017
1072
  declare const CheckboxColorsDarkBorderDefault = "#F3F3F3";
1018
1073
  declare const CheckboxColorsDarkBorderDisabled = "#686868";
1019
1074
  declare const CheckboxColorsDarkBorderError = "#FF8883";
1020
1075
  declare const CheckboxColorsDarkTextDefault = "#FFFFFF";
1021
- declare const CheckboxColorsDarkTextDisabled = "#9C9C9C";
1022
- declare const TextareaPaddingS = "10px";
1023
- declare const TextareaPaddingM = "12px";
1076
+ declare const CheckboxColorsDarkTextDisabled = "#C8C8C8";
1077
+ declare const CheckboxTypeLabelS = "400 14px/1 Non-Dottee";
1078
+ declare const CheckboxTypeLabelM = "400 16px/1 Non-Dottee";
1079
+ declare const CheckboxTypeLabelL = "400 20px/1 Non-Dottee";
1080
+ declare const TextareaPaddingS = "12px";
1081
+ declare const TextareaPaddingM = "10px";
1024
1082
  declare const TextareaSizeIconS = "16px";
1025
1083
  declare const TextareaBorderRadiusS = "8px";
1084
+ declare const TextareaBorderRadiusXs = "4px";
1026
1085
  declare const TextareaBorderWeightS = "1px";
1027
1086
  declare const TextareaBorderWeightM = "2px";
1028
1087
  declare const TextareaBorderWeightL = "4px";
@@ -1030,13 +1089,13 @@ declare const TextareaGapS = "4px";
1030
1089
  declare const TextareaGapM = "12px";
1031
1090
  declare const TextareaColorsLightBgDefault = "#FFFFFF";
1032
1091
  declare const TextareaColorsLightBgHover = "#D9D9D9";
1033
- declare const TextareaColorsLightBgDisabled = "#D9D9D9";
1092
+ declare const TextareaColorsLightBgDisabled = "#F0F0F0";
1034
1093
  declare const TextareaColorsLightBgError = "#FEEDED";
1035
1094
  declare const TextareaColorsLightBorderDefault = "#818181";
1036
1095
  declare const TextareaColorsLightBorderHover = "#525252";
1037
1096
  declare const TextareaColorsLightBorderFocus = "#111111";
1038
1097
  declare const TextareaColorsLightBorderError = "#D20007";
1039
- declare const TextareaColorsLightBorderDisabled = "#D9D9D9";
1098
+ declare const TextareaColorsLightBorderDisabled = "#949494";
1040
1099
  declare const TextareaColorsLightFgDefault = "#2B2B2B";
1041
1100
  declare const TextareaColorsLightFgDisabled = "#686868";
1042
1101
  declare const TextareaColorsLightFgError = "#D20007";
@@ -1058,6 +1117,9 @@ declare const TextareaColorsDarkBorderError = "#FF8883";
1058
1117
  declare const TextareaColorsDarkTextStrong = "#FFFFFF";
1059
1118
  declare const TextareaColorsDarkTextDisabled = "#9C9C9C";
1060
1119
  declare const TextareaColorsDarkTextError = "#FF8883";
1120
+ declare const TextareaTypeLabelS = "700 14px/1 Non-Dottee";
1121
+ declare const TextareaTypeLabelM = "700 16px/1 Non-Dottee";
1122
+ declare const TextareaTypeLabelL = "700 20px/1 Non-Dottee";
1061
1123
  declare const TextinputSizeS = "32px";
1062
1124
  declare const TextinputSizeM = "44px";
1063
1125
  declare const TextinputSizeL = "64px";
@@ -1075,12 +1137,12 @@ declare const TextinputBorderWeightL = "4px";
1075
1137
  declare const TextinputSizeIconM = "24px";
1076
1138
  declare const TextinputColorsLightBgDefault = "#FFFFFF";
1077
1139
  declare const TextinputColorsLightBgHover = "#f7f7f7";
1078
- declare const TextinputColorsLightBgDisabled = "#D9D9D9";
1140
+ declare const TextinputColorsLightBgDisabled = "#F0F0F0";
1079
1141
  declare const TextinputColorsLightBgError = "#FEEDED";
1080
1142
  declare const TextinputColorsLightBorderDefault = "#818181";
1081
1143
  declare const TextinputColorsLightBorderHover = "#525252";
1082
1144
  declare const TextinputColorsLightBorderFocus = "#111111";
1083
- declare const TextinputColorsLightBorderDisabled = "#D9D9D9";
1145
+ declare const TextinputColorsLightBorderDisabled = "#949494";
1084
1146
  declare const TextinputColorsLightBorderError = "#D20007";
1085
1147
  declare const TextinputColorsLightTextDefault = "#2B2B2B";
1086
1148
  declare const TextinputColorsLightTextDisabled = "#686868";
@@ -1101,6 +1163,9 @@ declare const TextinputColorsDarkTextDisabled = "#9C9C9C";
1101
1163
  declare const TextinputColorsDarkTextError = "#FF8883";
1102
1164
  declare const TextinputColorsDarkFgDefault = "#FFFFFF";
1103
1165
  declare const TextinputColorsDarkFgError = "#FF8883";
1166
+ declare const TextinputTypeLabelS = "700 14px/1 Non-Dottee";
1167
+ declare const TextinputTypeLabelM = "700 16px/1 Non-Dottee";
1168
+ declare const TextinputTypeLabelL = "700 20px/1 Non-Dottee";
1104
1169
  declare const RadioSizeS = "12px";
1105
1170
  declare const RadioSizeM = "20px";
1106
1171
  declare const RadioSizeL = "24px";
@@ -1117,33 +1182,36 @@ declare const RadioColorsLightFgDisabled = "#686868";
1117
1182
  declare const RadioColorsLightTextDefault = "#2B2B2B";
1118
1183
  declare const RadioColorsLightTextDisabled = "#686868";
1119
1184
  declare const RadioColorsDarkBgDefault = "#111111";
1120
- declare const RadioColorsDarkBgDisabled = "#686868";
1185
+ declare const RadioColorsDarkBgDisabled = "#434343";
1121
1186
  declare const RadioColorsDarkBorderDefault = "#F3F3F3";
1122
- declare const RadioColorsDarkBorderDisabled = "#686868";
1187
+ declare const RadioColorsDarkBorderDisabled = "#808080";
1123
1188
  declare const RadioColorsDarkFgDefault = "#EBF304";
1124
- declare const RadioColorsDarkFgDisabled = "#9C9C9C";
1189
+ declare const RadioColorsDarkFgDisabled = "#C8C8C8";
1125
1190
  declare const RadioColorsDarkTextDefault = "#FFFFFF";
1126
- declare const RadioColorsDarkTextDisabled = "#9C9C9C";
1191
+ declare const RadioColorsDarkTextDisabled = "#C8C8C8";
1192
+ declare const RadioTypeLabelS = "400 14px/1 Non-Dottee";
1193
+ declare const RadioTypeLabelM = "400 16px/1 Non-Dottee";
1194
+ declare const RadioTypeLabelL = "400 20px/1 Non-Dottee";
1127
1195
  declare const SwitchSizeS = "24px";
1128
1196
  declare const SwitchSizeM = "32px";
1129
1197
  declare const SwitchBorderWeightS = "2px";
1130
1198
  declare const SwitchColorsLightBgDefault = "#057382";
1131
- declare const SwitchColorsLightBgDisabled = "#D9D9D9";
1199
+ declare const SwitchColorsLightBgDisabled = "#F0F0F0";
1132
1200
  declare const SwitchColorsLightBgStrong = "#FFFFFF";
1133
1201
  declare const SwitchColorsLightBgSubtle = "#F3F3F3";
1134
1202
  declare const SwitchColorsLightBorderDefault = "#111111";
1135
- declare const SwitchColorsLightBorderDisabled = "#818181";
1203
+ declare const SwitchColorsLightBorderDisabled = "#949494";
1136
1204
  declare const SwitchColorsLightBorderStrong = "#818181";
1137
1205
  declare const SwitchColorsLightFgDefault = "#009BA5";
1138
1206
  declare const SwitchColorsLightFgDisabled = "#686868";
1139
1207
  declare const SwitchColorsLightTextDefault = "#2B2B2B";
1140
1208
  declare const SwitchColorsLightTextDisabled = "#686868";
1141
1209
  declare const SwitchColorsDarkBgDefault = "#EBF304";
1142
- declare const SwitchColorsDarkBgDisabled = "#686868";
1210
+ declare const SwitchColorsDarkBgDisabled = "#434343";
1143
1211
  declare const SwitchColorsDarkBgStrong = "#111111";
1144
1212
  declare const SwitchColorsDarkBgSubtle = "#3F3F3F";
1145
1213
  declare const SwitchColorsDarkBorderDefault = "#FFFFFF";
1146
- declare const SwitchColorsDarkBorderDisabled = "#686868";
1214
+ declare const SwitchColorsDarkBorderDisabled = "#808080";
1147
1215
  declare const SwitchColorsDarkBorderStrong = "#F3F3F3";
1148
1216
  declare const SwitchColorsDarkFgDefault = "#EBF304";
1149
1217
  declare const SwitchColorsDarkFgDisabled = "#9C9C9C";
@@ -1154,6 +1222,9 @@ declare const SwitchBoxShadow01 = "0 0 0 2px #8449cc";
1154
1222
  declare const SwitchBoxShadow02 = "0 0 0 2px #fd51ff";
1155
1223
  declare const SwitchGapS = "8px";
1156
1224
  declare const SwitchGapM = "12px";
1225
+ declare const SwitchTypeLabelS = "700 14px/1 Non-Dottee";
1226
+ declare const SwitchTypeLabelM = "700 16px/1 Non-Dottee";
1227
+ declare const SwitchTypeLabelL = "700 20px/1 Non-Dottee";
1157
1228
  declare const SemFontFamilyHeading = "Non-Dottee";
1158
1229
  declare const SemFontFamilyBody = "Non-Dottee";
1159
1230
  declare const SemFontFamilyInterface = "Non-Dottee";
@@ -1178,7 +1249,7 @@ declare const SemTypeInterfaceRegXs = "400 12px/12px Non-Dottee";
1178
1249
  declare const SemTypeInterfaceRegS = "400 14px/14px Non-Dottee";
1179
1250
  declare const SemTypeInterfaceRegM = "400 16px/16px Non-Dottee";
1180
1251
  declare const SemTypeInterfaceRegL = "400 20px/20px Non-Dottee";
1181
- declare const SemTypeInterfaceSemiXs = "700 16px/12px Non-Dottee";
1252
+ declare const SemTypeInterfaceSemiXs = "700 12px/12px Non-Dottee";
1182
1253
  declare const SemTypeInterfaceSemiS = "700 14px/14px Non-Dottee";
1183
1254
  declare const SemTypeInterfaceSemiM = "700 16px/16px Non-Dottee";
1184
1255
  declare const SemTypeInterfaceSemiL = "700 20px/20px Non-Dottee";
@@ -1239,10 +1310,10 @@ declare const SemTypeDesktopBoldXxl = "700 80px/96px Non-Dottee";
1239
1310
  declare const SemTypeDesktopBoldXxxl = "700 120px/136px Non-Dottee";
1240
1311
  declare const SemTypeLabelRegXxs = "400 14px/20px Non-Dottee";
1241
1312
  declare const SemTypeLabelRegXs = "400 14px/20px Non-Dottee";
1242
- declare const SemTypeLabelRegL = "700 20px/26px Non-Dottee";
1243
1313
  declare const SemTypeLabelRegM = "700 16px/24px Non-Dottee";
1314
+ declare const SemTypeLabelRegL = "700 20px/26px Non-Dottee";
1244
1315
  declare const SemTypeLabelRegXl = "400 20px/26px Non-Dottee";
1245
- declare const SemTypeLabelRegS = "400 14px/20px Non-Dottee";
1316
+ declare const SemTypeLabelRegS = "700 14px/20px Non-Dottee";
1246
1317
  declare const SemFontSize75 = "12px";
1247
1318
  declare const SemFontSize87 = "14px";
1248
1319
  declare const SemFontSize100 = "16px";
@@ -1336,8 +1407,8 @@ declare const SemSizeAll210 = "472px";
1336
1407
  declare const SemSizeAll220 = "591px";
1337
1408
  declare const SemSizeAll230 = "800px";
1338
1409
  declare const SemSizeAll240 = "800px";
1339
- declare const SemSizeBreakpointsXs = "320px"; // Extra Small (XS) - 320px or under 576px: This is typically the breakpoint for smartphones in portrait mode.
1340
- declare const SemSizeBreakpointsS = "576px"; // Small (SM) - 576px to 767px: This is often used for smartphones in landscape mode and small tablets.
1410
+ declare const SemSizeBreakpointsXs = "320px"; // Extra Small (XS) - 320px or under 636px: This is typically the breakpoint for smartphones in portrait mode.
1411
+ declare const SemSizeBreakpointsS = "636px"; // Small (SM) - 636px to 767px: This is often used for smartphones in landscape mode and small tablets.
1341
1412
  declare const SemSizeBreakpointsM = "768px"; // Medium (MD) - 768px to 991px: This is commonly used for larger tablets and smaller desktop screens.
1342
1413
  declare const SemSizeBreakpointsL = "1024px"; // Large (LG) - 1024px - 1279px: This breakpoint is often applied to larger desktop screens and some laptops.
1343
1414
  declare const SemSizeBreakpointsXl = "1280px"; // Extra Large (XL) - 1280px and above: This breakpoint is used for very large desktop screens.
@@ -1666,16 +1737,10 @@ declare const SemColorOverlayFlatLight = "rgba(255,255,255,0.5)";
1666
1737
  declare const SemColorOverlayFlatBrand = "rgba(85,20,180,0.5)";
1667
1738
  declare const SemInnerShadow01 = "inset 0 1px 0 0 #c8c8c8";
1668
1739
  declare const SemInnerShadow02 = "inset 0 1px 0 0 #c8c8c8";
1669
- declare const SemBoxShadow01 = "0 2px 6px 2px rgba( 0, 0, 0 , 0.25)";
1670
- declare const SemBoxShadow02 = "-8px 8px 36px 0 rgba( 0, 0, 0 , 0.25)";
1671
- declare const SemBoxShadow03 = "0 2px 6px 2px rgba( 0, 0, 0 , 0.9 )";
1672
- declare const SemBoxShadow04 = "-8px 8px 36px 0 rgba( 0, 0, 0 , 0.9)";
1673
- declare const SemBoxShadow05 = "0 0 0 2px #8449cc";
1674
- declare const SemBoxShadow06 = "0 0 0 2px #fd51ff";
1675
1740
  declare const SemUnderline = "underline";
1676
1741
  declare const SemLineThrough = "line-through";
1677
1742
  declare const SemScaleModifier1 = "4px";
1678
1743
  declare const SemScaleModifier3 = "4px";
1679
1744
  declare const SemScaleModifier2 = "3px";
1680
1745
  declare const SemScaleModifier4 = "0";
1681
- export { CardColorsLightBgDefault, CardColorsLightBgDefaultAlt, CardColorsLightBgEmphasis, CardColorsLightFgDefault, CardColorsLightFgDefaultAlt, CardColorsLightFgHover, CardColorsLightBorderDefault, CardColorsLightBorderHover, CardColorsLightBorderMinimal, CardColorsLightTextDefault, CardColorsLightTextHover, CardColorsLightTextSupport, CardColorsDarkBgDefault, CardColorsDarkBgDefaultAlt, CardColorsDarkBgEmphasis, CardColorsDarkFgDefaultAlt, CardColorsDarkBorderHover, CardColorsDarkTextDefault, CardColorsDarkTextHover, CardColorsDarkTextSupport, CardPaddingS, CardPaddingM, CardBorderWeightS, CardBorderWeightM, CardBorderRadiusS, CardGapXs, CardGapS, CardGapM, CardGapL, CardGapXl, CardSizeS, CardSizeM, CardSizeL, CardSizeIconS, CardSizeIconM, UniversalHeaderSizeS, UniversalHeaderPaddingS, UniversalHeaderPaddingM, UniversalHeaderPaddingL, UniversalHeaderPaddingXl, UniversalHeaderGapS, UniversalHeaderGapM, UniversalHeaderGapL, UniversalHeaderSizeIconS, UniversalHeaderColorsLightBgDefault, UniversalHeaderColorsLightFgDefault, UniversalHeaderColorsLightTextDefault, UniversalHeaderColorsLightTextHover, SiteheaderSizeS, SiteheaderSizeM, SiteheaderSizeL, SiteheaderPaddingS, SiteheaderPaddingM, SiteheaderPaddingL, SiteheaderPaddingXl, SiteheaderGapS, SiteheaderGapM, SiteheaderGapL, SiteheaderSizeIconS, SiteheaderColorsLightBgDefault, SiteheaderColorsLightFgDefault, SiteheaderColorsLightFgDefaultAlt, SiteheaderColorsLightTextDefault, SiteheaderColorsLightTextDefaultAlt, SitefooterSizeS, SitefooterSizeM, SitefooterSizeIconS, SitefooterSizeIconM, SitefooterSizeIconL, SitefooterPaddingS, SitefooterPaddingM, SitefooterPaddingL, SitefooterPaddingXl, SitefooterPaddingXxl, SitefooterGapS, SitefooterGapM, SitefooterGapL, SitefooterGapXl, SitefooterGapXxl, SitefooterColorsLightBgDefault, SitefooterColorsLightFgDefault, SitefooterColorsLightFgDefaultAlt, SitefooterColorsLightBorderSubtle, SitefooterColorsLightTextDefault, SitefooterColorsLightTextSubtle, SitefooterBorderWeightS, HeaderMenuSizeS, HeaderMenuSizeM, HeaderMenuSizeL, HeaderMenuSizeXl, HeaderMenuPaddingS, HeaderMenuPaddingM, HeaderMenuPaddingL, HeaderMenuPaddingXl, HeaderMenuGapS, HeaderMenuGapM, HeaderMenuGapL, HeaderMenuGapXl, HeaderMenuGapXxl, HeaderMenuGapXxxl, HeaderMenuGapXxxxl, HeaderMenuBorderRadiusS, HeaderMenuBorderRadiusM, HeaderMenuBorderRadiusL, HeaderMenuBorderRadiusXl, HeaderMenuSizeIconS, HeaderMenuSizeIconM, HeaderMenuSizeIconL, HeaderMenuBorderWeightS, HeaderMenuColorsLightBgStrong, HeaderMenuColorsLightBgDefaultAlt, HeaderMenuColorsLightFgDefault, HeaderMenuColorsLightFgDefaultAlt, HeaderMenuColorsLightFgStrong, HeaderMenuColorsLightBorderStrongAltCopy, HeaderMenuColorsLightTextDefault, HeaderMenuColorsLightTextDefaultAlt, HeaderMenuColorsLightTextStrong, SegmentedControlSizeIconS, SegmentedControlSizeS, SegmentedControlPaddingS, SegmentedControlPaddingM, SegmentedControlGapS, SegmentedControlGapM, SegmentedControlBorderRadiusM, SegmentedControlBorderWeightS, SegmentedControlBorderWeightM, SegmentedControlColorsLightBgDefault, SegmentedControlColorsLightBgHover, SegmentedControlColorsLightBgSelected, SegmentedControlColorsLightFgDefault, SegmentedControlColorsLightFgDefaultAlt, SegmentedControlColorsLightFgFocus, SegmentedControlColorsLightBorderFocus, SegmentedControlColorsLightBorderSubtle, SegmentedControlColorsLightTextDefault, SegmentedControlColorsLightTextDefaultAlt, SegmentedControlColorsLightTextFocus, PaginationSizeM, PaginationPaddingS, PaginationPaddingM, PaginationBorderRadiusM, PaginationBorderWeightS, PaginationColorsLightBgHover, PaginationColorsLightBgSelected, PaginationColorsLightBgPressed, PaginationColorsLightBgSubtle, PaginationColorsLightBorderFocus, PaginationColorsLightTextDefault, PaginationColorsLightTextStrong, PaginationColorsLightFgDefault, PaginationColorsLightFgDefaultAlt, PaginationColorsDarkBgHover, PaginationColorsDarkBgSelected, PaginationColorsDarkBgPressed, PaginationColorsDarkBorderFocus, PaginationColorsDarkTextDefault, PaginationColorsDarkTextStrong, PaginationColorsDarkFgDefault, PaginationColorsDarkFgDefaultAlt, PaginationSizeIconM, PaginationGapS, PaginationGapM, BreadcrumbSizeIconS, BreadcrumbColorsLightFgStrong, BreadcrumbColorsLightTextDefault, BreadcrumbColorsLightTextHover, BreadcrumbColorsLightTextStrong, BreadcrumbColorsDarkFgStrong, BreadcrumbColorsDarkTextDefault, BreadcrumbColorsDarkTextHover, BreadcrumbColorsDarkTextStrong, BreadcrumbGapXs, BreadcrumbGapS, TabsBorderWeightS, TabsBorderWeightM, TabsBorderWeightL, TabsBorderRadiusS, TabsPaddingS, TabsPaddingM, TabsPaddingL, TabsPaddingXl, TabsGapS, TabsGapM, TabsGapL, TabsSizeS, TabsSizeM, TabsSizeIconS, TabsColorsLightBgDefault, TabsColorsLightBgSubtle, TabsColorsLightBgError, TabsColorsLightBorderSubtle, TabsColorsLightBorderSelected, TabsColorsLightBorderFocus, TabsColorsLightBorderError, TabsColorsLightFgDefault, TabsColorsLightFgHover, TabsColorsLightFgSelected, TabsColorsLightTextDefault, TabsColorsLightTextHover, TabsColorsLightTextSelected, TabsColorsLightTextStrong, TabsColorsDarkBgDefault, TabsColorsDarkBgSubtle, TabsColorsDarkBgError, TabsColorsDarkBorderSubtle, TabsColorsDarkBorderSelected, TabsColorsDarkBorderFocus, TabsColorsDarkBorderError, TabsColorsDarkFgDefault, TabsColorsDarkFgHover, TabsColorsDarkFgSelected, TabsColorsDarkFgStrong, TabsColorsDarkTextDefault, TabsColorsDarkTextHover, TabsColorsDarkTextSelected, TabsColorsDarkTextStrong, FilterSizeS, FilterPaddingS, FilterPaddingM, FilterBorderRadiusS, FilterBorderWeightS, FilterBorderWeightM, FilterColorsLightBorderDefault, FilterColorsLightBorderHover, FilterColorsLightBgDefault, FilterColorsLightBgSelected, FilterColorsLightTextDefault, FilterColorsLightTextDefaultAlt, FilterColorsLightTextHover, FilterColorsDarkBorderDefault, FilterColorsDarkBorderHover, FilterColorsDarkBgSelected, FilterColorsDarkBgDefault, FilterColorsDarkTextDefault, FilterColorsDarkTextDefaultAlt, FilterColorsDarkTextHover, FilterColorsDarkTextSeleced, FilterGapL, FilterMarginM, ContentSwitcherPaddingS, ContentSwitcherPaddingM, ContentSwitcherPaddingL, ContentSwitcherPaddingXl, ContentSwitcherPaddingXxl, ContentSwitcherPaddingXxxl, ContentSwitcherGapXs, ContentSwitcherGapS, ContentSwitcherGapM, ContentSwitcherGapL, ContentSwitcherGapXl, ContentSwitcherColorsLightBgDefault, ContentSwitcherColorsLightBgHover, ContentSwitcherColorsLightBgActive, ContentSwitcherColorsLightBgSeleced, ContentSwitcherColorsLightBgSelecedHover, ContentSwitcherColorsLightBgDisabled, ContentSwitcherColorsLightBorderDefault, ContentSwitcherColorsLightBorderPressed, ContentSwitcherColorsLightBorderDisabled, ContentSwitcherColorsLightFgDefault, ContentSwitcherColorsLightFgDefaultAlt, ContentSwitcherColorsLightFgHover, ContentSwitcherColorsLightFgPressed, ContentSwitcherColorsLightFgDisabled, ContentSwitcherColorsLightTextDefault, ContentSwitcherColorsLightTextDefaultAlt, ContentSwitcherColorsLightTextHover, ContentSwitcherColorsLightTextPressed, ContentSwitcherColorsLightTextDisabled, ContentSwitcherColorsDarkBgDefault, ContentSwitcherColorsDarkBgHover, ContentSwitcherColorsDarkBgPressed, ContentSwitcherColorsDarkBgDisabled, ContentSwitcherColorsDarkBorderDefault, ContentSwitcherColorsDarkBorderPressed, ContentSwitcherColorsDarkBorderDisabled, ContentSwitcherColorsDarkFgDefault, ContentSwitcherColorsDarkFgDefaultAlt, ContentSwitcherColorsDarkFgHover, ContentSwitcherColorsDarkFgPressed, ContentSwitcherColorsDarkFgDisabled, ContentSwitcherColorsDarkTextDefault, ContentSwitcherColorsDarkTextDefaultAlt, ContentSwitcherColorsDarkTextHover, ContentSwitcherColorsDarkTextPressed, ContentSwitcherColorsDarkTextDisabled, ContentSwitcherBorderRadiusPill, BoxPaddingS, BoxBorderRadiusS, BoxBorderWeightXs, BoxBorderWeightS, BoxColorsLightBgDefault, BoxColorsLightBgSubtle, BoxColorsLightBgErrorSubtle, BoxColorsLightBgMinimal, BoxColorsLightBgError, BoxColorsLightBgReplacement, BoxColorsLightFgStrong, BoxColorsLightBorderSubtle, BoxColorsLightBorderError, BoxColorsLightTextStrong, BoxColorsDarkBgDefault, BoxColorsDarkBgSubtle, BoxColorsDarkBgMinimal, BoxColorsDarkBgDefaultAlt, BoxColorsDarkBorderSubtle, BoxColorsVariantLightBgDefault01, BoxColorsVariantLightBgDefault02, BoxColorsVariantDarkBgDefault01, DisclosureMiniPaddingS, DisclosureMiniSizeIconS, DisclosureMiniGapS, DisclosureMiniGapM, DisclosureMiniColorsLightFgDefault, DisclosureMiniColorsLightTextDefault, DisclosureMiniColorsLightTextStrong, DisclosureMiniColorsDarkFgDefault, DisclosureMiniColorsDarkTextDefault, DisclosureMiniColorsDarkTextStrong, DisclosurePaddingS, DisclosureGapS, DisclosureSizeS, DisclosureBorderWeightS, DisclosureSizeIconS, DisclosureColorsLightBgHover, DisclosureColorsLightBorderSubtle, DisclosureColorsLightFgDefault, DisclosureColorsLightFgHover, DisclosureColorsLightTextDefault, DisclosureColorsLightTextHover, DisclosureColorsDarkBgHover, DisclosureColorsDarkBorderSubtle, DisclosureColorsDarkFgDefault, DisclosureColorsDarkFgHover, DisclosureColorsDarkTextDefault, DisclosureColorsDarkTextHover, AvatarSizeS, AvatarSizeM, AvatarSizeL, AvatarSizeXl, AvatarSizeIconS, AvatarSizeIconM, AvatarSizeIconL, AvatarSizeIconXl, AvatarBorderWeightS, AvatarColorsLightBgDefault, AvatarColorsLightFgDefaultAlt, AvatarColorsLightTextDefaultAlt, ModalSizeS, ModalSizeM, ModalSizeL, ModalSizeXl, ModalSizeXxl, ModalSizeIconS, ModalPaddingM, ModalGapS, ModalGapM, ModalBorderRadiusS, ModalColorsLightBgDefault, ModalColorsLightTextDefault, ModalColorsLightFgDefault, OverlayColorsOverlayDefault, TextlinkSizeS, TextlinkSizeM, TextlinkSizeL, TextlinkSizeIconS, TextlinkSizeIconM, TextlinkPaddingS, TextlinkColorsLightFgDefault, TextlinkColorsLightFgHover, TextlinkColorsLightFgVisited, TextlinkColorsLightTextDefault, TextlinkColorsLightTextHover, TextlinkColorsLightTextVisited, TextlinkColorsDarkFgDefault, TextlinkColorsDarkFgHover, TextlinkColorsDarkFgVisited, TextlinkColorsDarkTextDefault, TextlinkColorsDarkTextHover, TextlinkColorsDarkTextVisited, TextlinkGapS, ButtonPaddingS, ButtonPaddingM, ButtonPaddingL, ButtonPaddingXl, ButtonPaddingXxl, ButtonPaddingXxxl, ButtonGapXs, ButtonGapS, ButtonGapM, ButtonGapL, ButtonBorderRadiusS, ButtonSizeXxs, ButtonSizeXs, ButtonSizeS, ButtonSizeM, ButtonSizeL, ButtonSizeXl, ButtonSizeXxl, ButtonSizeIconXs, ButtonSizeIconS, ButtonSizeIconM, ButtonSizeIconL, ButtonSizeIconXl, ButtonColorsLightBgDefault, ButtonColorsLightBgHover, ButtonColorsLightBgPressed, ButtonColorsLightBgDisabled, ButtonColorsLightBorderDefault, ButtonColorsLightBorderPressed, ButtonColorsLightBorderDisabled, ButtonColorsLightFgDefault, ButtonColorsLightFgDefaultAlt, ButtonColorsLightFgHover, ButtonColorsLightFgPressed, ButtonColorsLightFgDisabled, ButtonColorsLightTextDefault, ButtonColorsLightTextDefaultAlt, ButtonColorsLightTextHover, ButtonColorsLightTextPressed, ButtonColorsLightTextDisabled, ButtonColorsDarkBgDefault, ButtonColorsDarkBgHover, ButtonColorsDarkBgPressed, ButtonColorsDarkBgDisabled, ButtonColorsDarkBorderDefault, ButtonColorsDarkBorderPressed, ButtonColorsDarkBorderDisabled, ButtonColorsDarkFgDefault, ButtonColorsDarkFgDefaultAlt, ButtonColorsDarkFgHover, ButtonColorsDarkFgPressed, ButtonColorsDarkFgDisabled, ButtonColorsDarkTextDefault, ButtonColorsDarkTextDefaultAlt, ButtonColorsDarkTextHover, ButtonColorsDarkTextPressed, ButtonColorsDarkTextDisabled, ButtonBorderWeightS, ButtonV2PaddingXxxs, ButtonV2PaddingXxs, ButtonV2PaddingXs, ButtonV2PaddingS, ButtonV2PaddingM, ButtonV2PaddingL, ButtonV2PaddingXl, ButtonV2PaddingXxl, ButtonV2PaddingXxxl, ButtonV2GapXs, ButtonV2GapS, ButtonV2GapM, ButtonV2BorderRadiusS, ButtonV2SizeS, ButtonV2SizeM, ButtonV2SizeL, ButtonV2SizeIconS, ButtonV2SizeIconM, ButtonV2SizeIconL, ButtonV2SizeIconXl, ButtonV2BorderWeightXs, ButtonV2BorderWeightS, ButtonV2BorderWeightM, ButtonV2ColorsLightBgDefault, ButtonV2ColorsLightBgHover, ButtonV2ColorsLightBgPressed, ButtonV2ColorsLightBgDisabled, ButtonV2ColorsLightBgStrong, ButtonV2ColorsLightBgSubtle, ButtonV2ColorsLightBgMinimal, ButtonV2ColorsLightBorderDefault, ButtonV2ColorsLightBorderPressed, ButtonV2ColorsLightBorderDisabled, ButtonV2ColorsLightFgDefault, ButtonV2ColorsLightFgDefaultAlt, ButtonV2ColorsLightFgDefaultStrong, ButtonV2ColorsLightFgHover, ButtonV2ColorsLightFgPressed, ButtonV2ColorsLightFgDisabled, ButtonV2ColorsLightFgStrongSubtle, ButtonV2ColorsLightTextDefault, ButtonV2ColorsLightTextDefaultAlt, ButtonV2ColorsLightTextHover, ButtonV2ColorsLightTextPressed, ButtonV2ColorsLightTextDisabled, ButtonV2ColorsLightStatusTextDefault, ButtonV2ColorsLightStatusBgDefault, ButtonV2ColorsLightStatusBgHover, ButtonV2ColorsLightStatusBgPressed, ButtonV2ColorsLightVariantBgDefault, ButtonV2ColorsLightVariantBgHover, ButtonV2ColorsLightVariantBgPressed, ButtonV2ColorsLightVariantFgDefault, ButtonV2ColorsLightVariantBorderDefault, ButtonV2ColorsDarkBgDefault, ButtonV2ColorsDarkBgHover, ButtonV2ColorsDarkBgPressed, ButtonV2ColorsDarkBgDisabled, ButtonV2ColorsDarkBgStrong, ButtonV2ColorsDarkBgHoverAlt, ButtonV2ColorsDarkBgSubtle, ButtonV2ColorsDarkBgMinimal, ButtonV2ColorsDarkBorderDefault, ButtonV2ColorsDarkBorderPressed, ButtonV2ColorsDarkBorderDisabled, ButtonV2ColorsDarkBorderSubtle, ButtonV2ColorsDarkFgDefault, ButtonV2ColorsDarkFgDefaultAlt, ButtonV2ColorsDarkFgHover, ButtonV2ColorsDarkFgPressed, ButtonV2ColorsDarkFgDisabled, ButtonV2ColorsDarkFgStrong, ButtonV2ColorsDarkFgStrongSubtle, ButtonV2ColorsDarkStatusFgDefault, ButtonV2ColorsDarkStatusTextDefault, ButtonV2ColorsDarkStatusBgDefault, ButtonV2ColorsDarkStatusBgHover, ButtonV2ColorsDarkStatusBgPressed, ButtonV2ColorsDarkTextDefault, ButtonV2ColorsDarkTextDefaultAlt, ButtonV2ColorsDarkTextHover, ButtonV2ColorsDarkTextPressed, ButtonV2ColorsDarkTextDisabled, ButtonV2ColorsDarkVariantBgLoader, ButtonV2ColorsDarkVariantFgDefault, ButtonV2ColorsDarkVariantBorderDefault, ButtonV2ColorsOverlayFlat01, ButtonV2ColorsOverlayFlat02, HeroButtonPaddingXxxs, HeroButtonPaddingXxs, HeroButtonPaddingXs, HeroButtonPaddingS, HeroButtonPaddingM, HeroButtonPaddingL, HeroButtonPaddingXl, HeroButtonPaddingXxl, HeroButtonPaddingXxxl, HeroButtonGapXs, HeroButtonGapS, HeroButtonGapM, HeroButtonBorderRadiusS, HeroButtonSizeS, HeroButtonSizeM, HeroButtonSizeL, HeroButtonSizeIconS, HeroButtonSizeIconM, HeroButtonSizeIconL, HeroButtonSizeIconXl, HeroButtonBorderWeightXs, HeroButtonBorderWeightS, HeroButtonBorderWeightM, HeroButtonColorsLightBgDefault, HeroButtonColorsLightBgHover, HeroButtonColorsLightBgPressed, HeroButtonColorsLightBgDisabled, HeroButtonColorsLightBgStrong, HeroButtonColorsLightBgSubtle, HeroButtonColorsLightBgMinimal, HeroButtonColorsLightBorderDefault, HeroButtonColorsLightBorderPressed, HeroButtonColorsLightBorderDisabled, HeroButtonColorsLightFgDefault, HeroButtonColorsLightFgDefaultAlt, HeroButtonColorsLightFgDefaultStrong, HeroButtonColorsLightFgHover, HeroButtonColorsLightFgPressed, HeroButtonColorsLightFgDisabled, HeroButtonColorsLightFgStrongSubtle, HeroButtonColorsLightTextDefault, HeroButtonColorsLightTextDefaultAlt, HeroButtonColorsLightTextHover, HeroButtonColorsLightTextPressed, HeroButtonColorsLightTextDisabled, HeroButtonColorsLightStatusTextDefault, HeroButtonColorsLightStatusBgDefault, HeroButtonColorsLightStatusBgHover, HeroButtonColorsLightStatusBgPressed, HeroButtonColorsLightVariantBgDefault, HeroButtonColorsLightVariantBgHover, HeroButtonColorsLightVariantBgPressed, HeroButtonColorsLightVariantFgDefault, HeroButtonColorsLightVariantBorderDefault, HeroButtonColorsDarkBgDefault, HeroButtonColorsDarkBgHover, HeroButtonColorsDarkBgPressed, HeroButtonColorsDarkBgDisabled, HeroButtonColorsDarkBgStrong, HeroButtonColorsDarkBgHoverAlt, HeroButtonColorsDarkBgSubtle, HeroButtonColorsDarkBgMinimal, HeroButtonColorsDarkBorderDefault, HeroButtonColorsDarkBorderPressed, HeroButtonColorsDarkBorderDisabled, HeroButtonColorsDarkBorderSubtle, HeroButtonColorsDarkFgDefault, HeroButtonColorsDarkFgDefaultAlt, HeroButtonColorsDarkFgHover, HeroButtonColorsDarkFgPressed, HeroButtonColorsDarkFgDisabled, HeroButtonColorsDarkFgStrong, HeroButtonColorsDarkFgStrongSubtle, HeroButtonColorsDarkStatusFgDefault, HeroButtonColorsDarkStatusTextDefault, HeroButtonColorsDarkStatusBgDefault, HeroButtonColorsDarkStatusBgHover, HeroButtonColorsDarkStatusBgPressed, HeroButtonColorsDarkTextDefault, HeroButtonColorsDarkTextDefaultAlt, HeroButtonColorsDarkTextHover, HeroButtonColorsDarkTextPressed, HeroButtonColorsDarkTextDisabled, HeroButtonColorsDarkVariantBgLoader, HeroButtonColorsDarkVariantFgDefault, HeroButtonColorsDarkVariantBorderDefault, HeroButtonColorsOverlayFlat01, HeroButtonColorsOverlayFlat02, BacktotopSizeM, BacktotopSizeIconM, BacktotopPaddingM, BacktotopBorderRadiusM, BacktotopBorderWeightM, BacktotopColorsLightBgDefault, BacktotopColorsLightBgHover, BacktotopColorsLightBgSelected, BacktotopColorsLightBgStrong, BacktotopColorsLightBgSubtle, BacktotopColorsLightBorderDefault, BacktotopColorsLightBorderHover, BacktotopColorsLightBorderSelected, BacktotopColorsLightBorderStrong, BacktotopColorsLightBorderFocus, BacktotopColorsLightFgDefault, BacktotopColorsLightFgDefaultAlt, BacktotopColorsLightTextDefault, BacktotopColorsLightTextDefaultAlt, BacktotopColorsDarkBgDefault, BacktotopColorsDarkBgHover, BacktotopColorsDarkBgSelected, BacktotopColorsDarkBgStrong, BacktotopColorsDarkBgSubtle, BacktotopColorsDarkBorderDefault, BacktotopColorsDarkBorderHover, BacktotopColorsDarkBorderSelected, BacktotopColorsDarkBorderStrong, BacktotopColorsDarkBorderFocus, BacktotopColorsDarkFgDefault, BacktotopColorsDarkFgDefaultAlt, BacktotopColorsDarkTextDefault, BacktotopColorsDarkTextDefaultAlt, VerticalSpaceSize4, VerticalSpaceSize8, VerticalSpaceSize12, VerticalSpaceSize16, VerticalSpaceSize20, VerticalSpaceSize24, VerticalSpaceSize28, VerticalSpaceSize32, VerticalSpaceSize40, VerticalSpaceSize48, VerticalSpaceSize64, VerticalSpaceSize96, VerticalSpaceSize128, RuleColorsLightBorderSubtle, RuleColorsDarkBorderSubtle, RuleBorderWeightS, FocusColorsLightBorderSubtle, FocusColorsDarkBorderSubtle, FocusBorderWeightS, FocusBorderRadiusS, LogosSizeM, LogosColorsLightFgDefault, LogosColorsLightFgStrong, LogosColorsLightFgVariant, LogosColorsDarkFgDefault, SurfaceColorsBgDarkBrand01, SurfaceColorsBgDarkBrand02, SurfaceColorsBgDarkNeutral01, SurfaceColorsBgDarkNeutral02, SurfaceColorsBgDarkBlack, SurfaceColorsBgLightWhite, SurfaceColorsBgLightNeutral01, SurfaceColorsBgLightNeutral02, SurfaceColorsBgLightBrand01, SurfaceColorsBgLightBrand02, TagSizeS, TagPaddingXxs, TagPaddingXs, TagPaddingS, TagBorderRadiusS, TagBorderWeightS, TagColorsLightBgDefault, TagColorsLightBgDefaultAlt, TagColorsLightBgHover, TagColorsLightBorderDefault, TagColorsLightBorderDefaultAlt, TagColorsLightBorderHover, TagColorsLightFgDefault, TagColorsLightFgHover, TagColorsLightTextDefault, TagColorsLightTextHover, TagSizeIconS, TagSizeIconM, AlertPaddingXxs, AlertPaddingXs, AlertPaddingS, AlertPaddingM, AlertBorderRadiusS, AlertBorderWeightS, AlertBorderWeightM, AlertBoxShadow01, AlertColorsStatusLightBgSubtleDefault, AlertColorsStatusLightBgSubtleError, AlertColorsStatusLightBgSubtleWarning, AlertColorsStatusLightBgSubtleSuccess, AlertColorsStatusLightBorderDefault, AlertColorsStatusLightBorderError, AlertColorsStatusLightBorderWarning, AlertColorsStatusLightBorderSuccess, AlertColorsStatusLightFgDefault, AlertColorsStatusLightTextDefault, AlertColorsStatusDarkBgSubtleDefault, AlertColorsStatusDarkBgSubtleError, AlertColorsStatusDarkBgSubtleWarning, AlertColorsStatusDarkBgSubtleSuccess, AlertColorsStatusDarkBorderDefault, AlertColorsStatusDarkBorderError, AlertColorsStatusDarkBorderWarning, AlertColorsStatusDarkBorderSuccess, AlertColorsStatusDarkFgDefault, AlertColorsStatusDarkTextDefault, AlertSizeIconS, AlertGapS, BadgeSizeS, BadgePaddingS, BadgeBorderRadiusS, BadgeColorsBgDefault, BadgeColorsBgError, BadgeColorsBgWarning, BadgeColorsBgSuccess, BadgeColorsTextDefault, BadgeColorsTextError, BadgeColorsTextWarning, BadgeColorsTextSuccess, StepperSizeS, StepperSizeM, StepperSizeL, StepperSizeXl, StepperSizeIconS, StepperSizeIconL, StepperPaddingS, StepperPaddingM, StepperGapS, StepperGapM, StepperColorsLightBgDefault, StepperColorsLightBgSubtle, StepperColorsLightBgError, StepperColorsLightBgWarning, StepperColorsLightBgErrorSubtle, StepperColorsLightBgWarningSubtle, StepperColorsLightBorderDefault, StepperColorsLightBorderSubtle, StepperColorsLightBorderError, StepperColorsLightBorderWarning, StepperColorsLightBorderVariant, StepperColorsLightFgDefault, StepperColorsLightFgDefaultAlt, StepperColorsLightFgError, StepperColorsLightFgWarning, StepperColorsLightFgVariant, StepperColorsLightTextDefault, StepperColorsLightTextHover, StepperColorsLightTextSubtle, StepperColorsDarkBgDefault, StepperColorsDarkBgSubtle, StepperColorsDarkBgStrong, StepperColorsDarkBgError, StepperColorsDarkBgWarning, StepperColorsDarkBgErrorSubtle, StepperColorsDarkBgWarningSubtle, StepperColorsDarkBorderDefault, StepperColorsDarkBorderSubtle, StepperColorsDarkBorderStrong, StepperColorsDarkBorderError, StepperColorsDarkBorderWarning, StepperColorsDarkBorderVariant, StepperColorsDarkFgDefault, StepperColorsDarkFgDefaultAlt, StepperColorsDarkFgStrong, StepperColorsDarkFgError, StepperColorsDarkFgWarning, StepperColorsDarkFgVariant, StepperColorsDarkTextDefault, StepperColorsDarkTextHover, StepperColorsDarkTextSubtle, StepperBorderWeightS, StepperBorderWeightM, ToastSizeS, ToastPaddingS, ToastBorderRadiusS, ToastGapS, ToastSizeIconS, ToastBorderWeightS, ToastColorsStatusLightBgDefault, ToastColorsStatusLightBgError, ToastColorsStatusLightBgWarning, ToastColorsStatusLightBgSuccess, ToastColorsStatusLightBorderDefault, ToastColorsStatusLightBorderError, ToastColorsStatusLightBorderWarning, ToastColorsStatusLightBorderSuccess, ToastColorsStatusLightFgDefault, ToastColorsStatusLightFgError, ToastColorsStatusLightFgWarning, ToastColorsStatusLightFgSuccess, ToastColorsStatusLightFgDefaultAlt, ToastColorsStatusLightTextDefault, ToastColorsStatusLightTextDefaultAlt, ToastColorsStatusDarkBgDefault, ToastColorsStatusDarkBgError, ToastColorsStatusDarkBgWarning, ToastColorsStatusDarkBgSuccess, ToastColorsStatusDarkBorderDefault, ToastColorsStatusDarkBorderError, ToastColorsStatusDarkBorderWarning, ToastColorsStatusDarkBorderSuccess, ToastColorsStatusDarkFgDefault, ToastColorsStatusDarkFgError, ToastColorsStatusDarkFgWarning, ToastColorsStatusDarkFgSuccess, ToastColorsStatusDarkTextDefault, ProgressBarGapS, ProgressBarGapM, ProgressBarSizeS, ProgressBarBorderRadiusS, ProgressBarColorsLightBgDefault, ProgressBarColorsLightBgDefaultAlt, ProgressBarColorsLightBgMuted, ProgressBarColorsLightBgError, ProgressBarColorsLightBgSuccess, ProgressBarColorsLightTextDefault, ProgressBarColorsLightTextDefaultAlt, ProgressBarColorsLightTextDefaultAltHover, ProgressBarColorsLightTextError, ProgressBarColorsLightTextErrorHover, ProgressBarColorsLightTextSuccess, ProgressBarColorsLightTextSuccessHover, ProgressBarColorsLightFgDefault, ProgressBarColorsLightFgDefaultHover, ProgressBarColorsLightFgError, ProgressBarColorsLightFgErrorHover, ProgressBarColorsLightFgSuccess, ProgressBarColorsLightFgSuccessHover, ProgressBarColorsDarkBgDefault, ProgressBarColorsDarkBgDefaultAlt, ProgressBarColorsDarkBgError, ProgressBarColorsDarkBgSuccess, ProgressBarColorsDarkFgDefault, ProgressBarColorsDarkFgDefaultHover, ProgressBarColorsDarkFgError, ProgressBarColorsDarkFgErrorHover, ProgressBarColorsDarkFgSuccess, ProgressBarColorsDarkFgSuccessHover, ProgressBarColorsDarkTextDefault, ProgressBarColorsDarkTextDefaultAlt, ProgressBarColorsDarkTextDefaultAltHover, ProgressBarColorsDarkTextError, ProgressBarColorsDarkTextErrorHover, ProgressBarColorsDarkTextSuccess, ProgressBarColorsDarkTextSuccessHover, DatePickerSizeS, DatePickerSizeM, DatePickerSizeL, DatePickerSizeXl, DatePickerSizeXxl, DatePickerSizeXxxl, DatePickerSizeXxxxl, DatePickerPaddingXxs, DatePickerPaddingXs, DatePickerPaddingS, DatePickerPaddingM, DatePickerPaddingL, DatePickerPaddingXl, DatePickerBorderRadiusS, DatePickerBorderRadiusM, DatePickerBorderRadiusL, DatePickerBorderRadiusXl, DatePickerBorderWeightS, DatePickerBorderWeightM, DatePickerBorderWeightL, DatePickerColorsLightBgDefaultAlt, DatePickerColorsLightBgHover, DatePickerColorsLightBgSelected, DatePickerColorsLightBgPressed, DatePickerColorsLightBgDisabled, DatePickerColorsLightBgError, DatePickerColorsLightBgSubtle, DatePickerColorsLightBgHoverAlt, DatePickerColorsLightBorderHover, DatePickerColorsLightBorderFocus, DatePickerColorsLightBorderSelected, DatePickerColorsLightBorderDisabled, DatePickerColorsLightBorderError, DatePickerColorsLightBorderStrong, DatePickerColorsLightFgDefaultAlt, DatePickerColorsLightFgHover, DatePickerColorsLightFgStrong, DatePickerColorsLightFgDisabled, DatePickerColorsLightFgError, DatePickerColorsLightTextDefault, DatePickerColorsLightTextDefaultAlt, DatePickerColorsLightTextStrong, DatePickerColorsLightTextDisabled, DatePickerColorsLightTextError, DatePickerColorsLightTextHint, DatePickerGapXs, DatePickerGapS, DatePickerGapM, DatePickerGapL, DatePickerSizeIconS, DatePickerSizeIconM, DatePickerSizeIconL, SelectSizeS, SelectSizeM, SelectSizeL, SelectPaddingS, SelectPaddingM, SelectPaddingL, SelectPaddingXl, SelectBorderRadiusS, SelectBorderRadiusM, SelectBorderRadiusL, SelectBorderWeightS, SelectBorderWeightM, SelectBorderWeightL, SelectGapS, SelectGapM, SelectGapL, SelectSizeIconS, SelectSizeIconM, SelectSizeIconL, SelectColorsLightBgDefault, SelectColorsLightBgHover, SelectColorsLightBgDisabled, SelectColorsLightBgError, SelectColorsLightBgHoverAlt, SelectColorsLightBgSelected, SelectColorsLightBorderDefault, SelectColorsLightBorderHover, SelectColorsLightBorderFocus, SelectColorsLightBorderDisabled, SelectColorsLightBorderError, SelectColorsLightBorderSubtle, SelectColorsLightFgDefault, SelectColorsLightFgDisabled, SelectColorsLightFgSubtle, SelectColorsLightFgError, SelectColorsLightTextDefault, SelectColorsLightTextDefaultAlt, SelectColorsLightTextDisabled, SelectColorsLightTextError, SelectColorsDarkBgDefault, SelectColorsDarkBgHover, SelectColorsDarkBgDisabled, SelectColorsDarkBgError, SelectColorsDarkBgHoverAlt, SelectColorsDarkBgSelected, SelectColorsDarkBorderStrong, SelectColorsDarkBorderHover, SelectColorsDarkBorderFocus, SelectColorsDarkBorderDisabled, SelectColorsDarkBorderError, SelectColorsDarkBorderSubtle, SelectColorsDarkTextDefault, SelectColorsDarkTextDisabled, SelectColorsDarkTextError, SelectColorsDarkFgDefault, SelectColorsDarkFgDisabled, SelectColorsDarkFgSubtle, SelectColorsDarkFgError, SelectBorderRadiusTestS, SelectBorderRadiusTestM, SelectBorderRadiusTestL, CheckboxSizeS, CheckboxSizeL, CheckboxPaddingS, CheckboxGapS, CheckboxGapM, CheckboxBorderRadiusXs, CheckboxBorderRadiusS, CheckboxBorderWeightS, CheckboxSizeIconS, CheckboxSizeIconM, CheckboxColorsLightBgDefault, CheckboxColorsLightBgDefaultAlt, CheckboxColorsLightBgDisabled, CheckboxColorsLightBgError, CheckboxColorsLightFgDefault, CheckboxColorsLightFgDisabled, CheckboxColorsLightBorderDefault, CheckboxColorsLightBorderDisabled, CheckboxColorsLightBorderError, CheckboxColorsLightTextDefault, CheckboxColorsLightTextDisabled, CheckboxColorsDarkBgDefault, CheckboxColorsDarkBgDefaultAlt, CheckboxColorsDarkBgDisabled, CheckboxColorsDarkBgError, CheckboxColorsDarkFgDefault, CheckboxColorsDarkFgDisabled, CheckboxColorsDarkBorderDefault, CheckboxColorsDarkBorderDisabled, CheckboxColorsDarkBorderError, CheckboxColorsDarkTextDefault, CheckboxColorsDarkTextDisabled, TextareaPaddingS, TextareaPaddingM, TextareaSizeIconS, TextareaBorderRadiusS, TextareaBorderWeightS, TextareaBorderWeightM, TextareaBorderWeightL, TextareaGapS, TextareaGapM, TextareaColorsLightBgDefault, TextareaColorsLightBgHover, TextareaColorsLightBgDisabled, TextareaColorsLightBgError, TextareaColorsLightBorderDefault, TextareaColorsLightBorderHover, TextareaColorsLightBorderFocus, TextareaColorsLightBorderError, TextareaColorsLightBorderDisabled, TextareaColorsLightFgDefault, TextareaColorsLightFgDisabled, TextareaColorsLightFgError, TextareaColorsLightTextDefault, TextareaColorsLightTextDisabled, TextareaColorsLightTextError, TextareaColorsDarkFgDefault, TextareaColorsDarkFgDisabled, TextareaColorsDarkFgError, TextareaColorsDarkBgDefault, TextareaColorsDarkBgHover, TextareaColorsDarkBgDisabled, TextareaColorsDarkBgError, TextareaColorsDarkBorderStrong, TextareaColorsDarkBorderHover, TextareaColorsDarkBorderFocus, TextareaColorsDarkBorderDisabled, TextareaColorsDarkBorderError, TextareaColorsDarkTextStrong, TextareaColorsDarkTextDisabled, TextareaColorsDarkTextError, TextinputSizeS, TextinputSizeM, TextinputSizeL, TextinputBorderRadiusS, TextinputBorderRadiusM, TextinputBorderRadiusL, TextinputPaddingS, TextinputPaddingM, TextinputPaddingL, TextinputGapS, TextinputGapM, TextinputBorderWeightS, TextinputBorderWeightM, TextinputBorderWeightL, TextinputSizeIconM, TextinputColorsLightBgDefault, TextinputColorsLightBgHover, TextinputColorsLightBgDisabled, TextinputColorsLightBgError, TextinputColorsLightBorderDefault, TextinputColorsLightBorderHover, TextinputColorsLightBorderFocus, TextinputColorsLightBorderDisabled, TextinputColorsLightBorderError, TextinputColorsLightTextDefault, TextinputColorsLightTextDisabled, TextinputColorsLightTextError, TextinputColorsLightFgDefault, TextinputColorsLightFgError, TextinputColorsDarkBgDefault, TextinputColorsDarkBgHover, TextinputColorsDarkBgDisabled, TextinputColorsDarkBgError, TextinputColorsDarkBorderDefault, TextinputColorsDarkBorderHover, TextinputColorsDarkBorderFocus, TextinputColorsDarkBorderDisabled, TextinputColorsDarkBorderError, TextinputColorsDarkTextDefault, TextinputColorsDarkTextDisabled, TextinputColorsDarkTextError, TextinputColorsDarkFgDefault, TextinputColorsDarkFgError, RadioSizeS, RadioSizeM, RadioSizeL, RadioSizeXl, RadioGapS, RadioGapM, RadioBorderWeightS, RadioColorsLightBgDefault, RadioColorsLightBgDisabled, RadioColorsLightBorderDefault, RadioColorsLightBorderDisabled, RadioColorsLightFgDefault, RadioColorsLightFgDisabled, RadioColorsLightTextDefault, RadioColorsLightTextDisabled, RadioColorsDarkBgDefault, RadioColorsDarkBgDisabled, RadioColorsDarkBorderDefault, RadioColorsDarkBorderDisabled, RadioColorsDarkFgDefault, RadioColorsDarkFgDisabled, RadioColorsDarkTextDefault, RadioColorsDarkTextDisabled, SwitchSizeS, SwitchSizeM, SwitchBorderWeightS, SwitchColorsLightBgDefault, SwitchColorsLightBgDisabled, SwitchColorsLightBgStrong, SwitchColorsLightBgSubtle, SwitchColorsLightBorderDefault, SwitchColorsLightBorderDisabled, SwitchColorsLightBorderStrong, SwitchColorsLightFgDefault, SwitchColorsLightFgDisabled, SwitchColorsLightTextDefault, SwitchColorsLightTextDisabled, SwitchColorsDarkBgDefault, SwitchColorsDarkBgDisabled, SwitchColorsDarkBgStrong, SwitchColorsDarkBgSubtle, SwitchColorsDarkBorderDefault, SwitchColorsDarkBorderDisabled, SwitchColorsDarkBorderStrong, SwitchColorsDarkFgDefault, SwitchColorsDarkFgDisabled, SwitchColorsDarkTextDefault, SwitchColorsDarkTextDisabled, SwitchBorderRadiusS, SwitchBoxShadow01, SwitchBoxShadow02, SwitchGapS, SwitchGapM, SemFontFamilyHeading, SemFontFamilyBody, SemFontFamilyInterface, SemFontWeightRegular, SemFontWeightSemi, SemFontWeightBold, SemFontWeightButton, SemFontWeightSemiBold, SemTypeBodyRegXs, SemTypeBodyRegS, SemTypeBodyRegM, SemTypeBodyRegL, SemTypeBodyBoldXs, SemTypeBodyBoldS, SemTypeBodyBoldM, SemTypeBodyBoldL, SemTypeBodySemiXs, SemTypeBodySemiS, SemTypeBodySemiM, SemTypeBodySemiL, SemTypeInterfaceRegXs, SemTypeInterfaceRegS, SemTypeInterfaceRegM, SemTypeInterfaceRegL, SemTypeInterfaceSemiXs, SemTypeInterfaceSemiS, SemTypeInterfaceSemiM, SemTypeInterfaceSemiL, SemTypeInterfaceBoldXs, SemTypeInterfaceBoldS, SemTypeInterfaceBoldM, SemTypeInterfaceBoldL, SemTypeInterfaceButtonS, SemTypeInterfaceButtonM, SemTypeInterfaceButtonL, SemTypeInterfaceCardSemiM, SemTypeInterfaceCardSemiL, SemTypeInterfaceCardSemiXl, SemTypeInterfaceCardSemiS, SemTypeInterfaceAlertTitleM, SemTypeInterfaceProgressBarTitleM, SemTypeSupportRegXs, SemTypeSupportRegS, SemTypeSupportRegM, SemTypeSupportRegL, SemTypeMobileSemiXxxs, SemTypeMobileSemiXxs, SemTypeMobileSemiXs, SemTypeMobileSemiS, SemTypeMobileSemiM, SemTypeMobileSemiL, SemTypeMobileSemiXl, SemTypeMobileSemiXxl, SemTypeMobileSemiXxxl, SemTypeMobileBoldXxxs, SemTypeMobileBoldXxs, SemTypeMobileBoldXs, SemTypeMobileBoldS, SemTypeMobileBoldM, SemTypeMobileBoldL, SemTypeMobileBoldXl, SemTypeMobileBoldXxl, SemTypeMobileBoldXxxl, SemTypeTabletSemiM, SemTypeTabletSemiL, SemTypeTabletSemiXl, SemTypeTabletSemiXxl, SemTypeTabletSemiXxxl, SemTypeTabletBoldM, SemTypeTabletBoldL, SemTypeTabletBoldXl, SemTypeTabletBoldXxl, SemTypeTabletBoldXxxl, SemTypeDesktopSemiM, SemTypeDesktopSemiL, SemTypeDesktopSemiXl, SemTypeDesktopSemiXxl, SemTypeDesktopSemiXxxl, SemTypeDesktopBoldM, SemTypeDesktopBoldL, SemTypeDesktopBoldXl, SemTypeDesktopBoldXxl, SemTypeDesktopBoldXxxl, SemTypeLabelRegXxs, SemTypeLabelRegXs, SemTypeLabelRegL, SemTypeLabelRegM, SemTypeLabelRegXl, SemTypeLabelRegS, SemFontSize75, SemFontSize87, SemFontSize100, SemFontSize125, SemFontSize150, SemFontSize175, SemFontSize200, SemFontSize225, SemFontSize250, SemFontSize300, SemFontSize350, SemFontSize400, SemFontSize500, SemFontSize750, SemLineHeightBaseScaleXxxs, SemLineHeightBaseScaleXxs, SemLineHeightBaseScaleXs, SemLineHeightBaseScaleS, SemLineHeightBaseScaleM, SemLineHeightBaseScaleL, SemLineHeightBaseScaleXl, SemLineHeightBaseScaleXxl, SemLineHeightBaseScaleXxxl, SemLineHeightBaseScaleXxxxl, SemLineHeightBaseScaleXxxxxl, SemLineHeightBaseScaleXxxxxxl, SemLineHeightBaseScaleXxxxxxxl, SemLineHeightInterfaceNone, SemLineHeightInterfaceXxxs, SemLineHeightInterfaceXxs, SemLineHeightInterfaceXs, SemLineHeightInterfaceS, SemLineHeightInterfaceM, SemLineHeightInterfaceL, SemParagraphSpacingHeading, SemParagraphSpacingBody, SemParagraphSpacingInterface, SemSizeIconXxxs, SemSizeIconXxs, SemSizeIconXs, SemSizeIconS, SemSizeIconM, SemSizeIconMl, SemSizeIconL, SemSizeIconXl, SemSizeIconXxl, SemSizeIconXxxl, SemSizeIconXxxxl, SemSizeIconXxxxxl, SemSizeIconXxxxxxl, SemSizeIconXxxxs, SemSizeIconXxxxxxs, SemSizeAll5, SemSizeAll10, SemSizeAll20, SemSizeAll30, SemSizeAll40, SemSizeAll45, SemSizeAll50, SemSizeAll60, SemSizeAll70, SemSizeAll75, SemSizeAll80, SemSizeAll85, SemSizeAll90, SemSizeAll95, SemSizeAll100, SemSizeAll110, SemSizeAll115, SemSizeAll120, SemSizeAll130, SemSizeAll140, SemSizeAll142, SemSizeAll145, SemSizeAll150, SemSizeAll155, SemSizeAll160, SemSizeAll162, SemSizeAll165, SemSizeAll170, SemSizeAll175, SemSizeAll178, SemSizeAll180, SemSizeAll182, SemSizeAll185, SemSizeAll190, SemSizeAll195, SemSizeAll200, SemSizeAll210, SemSizeAll220, SemSizeAll230, SemSizeAll240, SemSizeBreakpointsXs, SemSizeBreakpointsS, SemSizeBreakpointsM, SemSizeBreakpointsL, SemSizeBreakpointsXl, SemSizeBreakpointsXxl, SemSizeVertical10, SemSizeVertical20, SemSizeVertical30, SemSizeVertical40, SemSizeVertical50, SemSizeVertical60, SemSizeVertical70, SemSizeVertical80, SemSizeVertical90, SemSizeVertical100, SemSizeVertical110, SemSizeVertical120, SemSizeVertical130, SemSpacePadding5, SemSpacePadding10, SemSpacePadding15, SemSpacePadding20, SemSpacePadding30, SemSpacePadding40, SemSpacePadding45, SemSpacePadding50, SemSpacePadding60, SemSpacePadding70, SemSpacePadding80, SemSpacePadding90, SemSpacePadding100, SemSpacePadding110, SemSpacePadding120, SemSpacePadding130, SemSpacePadding140, SemSpacePadding145, SemSpacePadding150, SemSpacePadding160, SemSpacePadding170, SemSpacePadding180, SemSpacePadding190, SemSpaceGap5, SemSpaceGap10, SemSpaceGap20, SemSpaceGap30, SemSpaceGap40, SemSpaceGap60, SemSpaceGap70, SemSpaceGap80, SemSpaceGap90, SemSpaceGap100, SemSpaceGap110, SemSpaceGap120, SemSpaceGap130, SemSpaceGap140, SemSpaceGap150, SemSpaceGap160, SemSpaceGap170, SemSpaceGap180, SemSpaceGap190, SemSpaceGapNone, SemSpaceStack10, SemSpaceStack20, SemSpaceStack30, SemSpaceStack40, SemSpaceStack50, SemSpaceStack60, SemSpaceStack70, SemSpaceStack80, SemSpaceStack90, SemSpaceStack100, SemSpaceStack110, SemSpaceStack120, SemSpaceStack130, SemSpaceStack140, SemSpaceStack150, SemSpaceStack160, SemSpaceStack170, SemSpaceStack180, SemSpaceStack190, SemSpaceStack200, SemSpaceStack210, SemSpaceStack220, SemSpaceStackNone, SemSpaceVariantGap30, SemBorderWidthXxxxs, SemBorderWidthXxxs, SemBorderWidthXxs, SemBorderWidthXs, SemBorderWidthS, SemBorderWidthL, SemBorderWidthXl, SemBorderWidthXxl, SemBorderWidthXxxl, SemBorderWidthM, SemBorderRadiusXxxxxxs, SemBorderRadiusXxxxxs, SemBorderRadiusXxxxs, SemBorderRadiusXxxs, SemBorderRadiusXxs, SemBorderRadiusXs, SemBorderRadiusS, SemBorderRadiusM, SemBorderRadiusL, SemBorderRadiusXl, SemBorderRadiusXxl, SemBorderRadiusXxxl, SemBorderRadiusVariantS, SemBorderRadiusVariantM, SemBorderRadiusVariantL, SemBorderRadiusAlert01, SemBorderRadiusAlert02, SemColorGradientBorder02, SemColorGradientBorder03, SemColorGradientBorder04, SemColorGradientBorder05, SemColorGradientBorder01, SemColorGradientBg10, SemColorGradientBg11, SemColorGradientBg09, SemColorGradientBg08, SemColorGradientBg05, SemColorGradientBg06, SemColorGradientBg07, SemColorGradientBg01, SemColorGradientBg02, SemColorGradientBg03, SemColorGradientBg04, SemColorGradientFg01, SemColorGradientTertiaryLightEmphasis, SemColorGradientTertiaryDarkEmphasis, SemColorStatusBorderLightError, SemColorStatusBorderLightWarning, SemColorStatusBorderLightSuccess, SemColorStatusBorderLightGeneral, SemColorStatusBorderDarkError, SemColorStatusBorderDarkWarning, SemColorStatusBorderDarkGeneral, SemColorStatusBorderDarkSuccess, SemColorStatusBorderDarkErrorSubtle, SemColorStatusBorderDarkWarningSubtle, SemColorStatusBorderDarkSuccessSubtle, SemColorStatusBorderDarkErrorMinimal, SemColorStatusBgLightErrorAlt, SemColorStatusBgLightWarningAlt, SemColorStatusBgLightSuccessAlt, SemColorStatusBgLightWarningStrong, SemColorStatusBgLightErrorStrong, SemColorStatusBgLightError, SemColorStatusBgLightSuccess, SemColorStatusBgLightWarning, SemColorStatusBgLightGeneral, SemColorStatusBgLightGeneralAlt, SemColorStatusBgLightErrorSubtle, SemColorStatusBgLightErrorEmphasis, SemColorStatusBgDarkErrorStrong, SemColorStatusBgDarkWarningStrong, SemColorStatusBgDarkError, SemColorStatusBgDarkSuccess, SemColorStatusBgDarkWarning, SemColorStatusBgDarkGeneral, SemColorStatusBgDarkGeneralAlt, SemColorStatusBgDarkDefault, SemColorStatusBgDarkErrorSubtle, SemColorStatusFgLightError, SemColorStatusFgLightWarning, SemColorStatusFgLightSuccess, SemColorStatusFgLightGeneral, SemColorStatusFgLightWarningAlt, SemColorStatusFgDarkErrorAlt, SemColorStatusFgDarkErrorSubtle, SemColorStatusFgDarkError, SemColorStatusFgDarkWarning, SemColorStatusFgDarkSuccess, SemColorStatusFgDarkSuccessSubtle, SemColorStatusFgDarkWarningAlt, SemColorStatusFgDarkWarningSubtle, SemColorStatusFgDarkGeneral, SemColorBorderPrimaryLightDefault, SemColorBorderPrimaryLightSubtle, SemColorBorderPrimaryLightStrong, SemColorBorderPrimaryLightEmphasis, SemColorBorderPrimaryLightMinimal, SemColorBorderPrimaryLightMinimalAlt, SemColorBorderPrimaryLightEmphasisSubtle, SemColorBorderPrimaryDarkDefault, SemColorBorderPrimaryDarkSubtle, SemColorBorderPrimaryDarkStrong, SemColorBorderPrimaryDarkEmphasis, SemColorBorderPrimaryDarkMinimal, SemColorBorderSecondaryLightDefault, SemColorBorderSecondaryLightSubtle, SemColorBorderSecondaryLightStrong, SemColorBorderSecondaryLightMinimal, SemColorBorderSecondaryLightAlt, SemColorBorderSecondaryLightDefaultAlt, SemColorBorderSecondaryLightMuted, SemColorBorderSecondaryDarkDefault, SemColorBorderSecondaryDarkStrong, SemColorBorderSecondaryDarkSubtle, SemColorBorderSecondaryDarkMinimal, SemColorBorderSecondaryDarkAlt, SemColorBorderSecondaryDarkMuted, SemColorBorderTertiaryLightDefault, SemColorBorderTertiaryDarkDefault, SemColorBgPrimaryLightDefault, SemColorBgPrimaryLightDefaultAlt, SemColorBgPrimaryLightDefaultStrong, SemColorBgPrimaryLightSubtle, SemColorBgPrimaryLightStrong, SemColorBgPrimaryLightEmphasis, SemColorBgPrimaryLightMinimal, SemColorBgPrimaryLightSubtleAlt, SemColorBgPrimaryLightMinimalAlt, SemColorBgPrimaryDarkDefault, SemColorBgPrimaryDarkDefaultAlt, SemColorBgPrimaryDarkStrong, SemColorBgPrimaryDarkSubtle, SemColorBgPrimaryDarkEmphasis, SemColorBgPrimaryDarkMinimal, SemColorBgPrimaryDarkMinimalAlt, SemColorBgSecondaryLightDefault, SemColorBgSecondaryLightDefaultAlt, SemColorBgSecondaryLightSubtle, SemColorBgSecondaryLightStrong, SemColorBgSecondaryLightMinimal, SemColorBgSecondaryLightMinimalAlt, SemColorBgSecondaryLightMuted, SemColorBgSecondaryLightAlt, SemColorBgSecondaryLightStrongAlt, SemColorBgSecondaryLightMutedAlt, SemColorBgSecondaryLightMutedSubtle, SemColorBgSecondaryDarkDefault, SemColorBgSecondaryDarkStrong, SemColorBgSecondaryDarkAlt, SemColorBgSecondaryDarkStrongAlt, SemColorBgSecondaryDarkSubtle, SemColorBgSecondaryDarkMinimal, SemColorBgSecondaryDarkMinimalAlt, SemColorBgSecondaryDarkMuted, SemColorBgSecondaryDarkMutedAlt, SemColorBgTertiaryWarningDefault, SemColorBgTertiaryWarningSubtle, SemColorBgTertiaryWarningStrong, SemColorBgTertiaryStatusLightGeneral, SemColorBgTertiaryStatusLightError, SemColorBgTertiaryStatusLightWarning, SemColorBgTertiaryStatusLightSuccess, SemColorBgTertiaryStatusLightErrorAlt, SemColorBgTertiaryStatusLightSuccessAlt, SemColorTextStatusLightDefault, SemColorTextStatusLightError, SemColorTextStatusLightWarning, SemColorTextStatusLightSuccess, SemColorTextStatusDarkDefault, SemColorTextStatusDarkError, SemColorTextPrimaryLightDefault, SemColorTextPrimaryLightDefaultAlt, SemColorTextPrimaryLightHover, SemColorTextPrimaryLightDefaultStrong, SemColorTextPrimaryLightEmphasis, SemColorTextPrimaryLightSubtle, SemColorTextPrimaryLightStrong, SemColorTextPrimaryDarkDefault, SemColorTextPrimaryDarkStrong, SemColorTextPrimaryDarkDefaultAlt, SemColorTextPrimaryDarkStrongAlt, SemColorTextSecondaryLightDefault, SemColorTextSecondaryLightDefaultAlt, SemColorTextSecondaryLightHover, SemColorTextSecondaryLightDefaultStrong, SemColorTextSecondaryLightEmphasis, SemColorTextSecondaryLightSubtle, SemColorTextSecondaryLightStrong, SemColorTextSecondaryDarkDefault, SemColorTextSecondaryDarkDefaultAlt, SemColorTextSecondaryDarkStrong, SemColorTextSecondaryDarkStrongAlt, SemColorFgPrimaryLightDefault, SemColorFgPrimaryLightSubtle, SemColorFgPrimaryLightStrong, SemColorFgPrimaryLightEmphasis, SemColorFgPrimaryLightVibrant, SemColorFgPrimaryLightMinimal, SemColorFgPrimaryLightDefaultAlt, SemColorFgPrimaryLightSubtleAlt, SemColorFgPrimaryDarkDefault, SemColorFgPrimaryDarkSubtle, SemColorFgPrimaryDarkStrong, SemColorFgPrimaryDarkEmphasis, SemColorFgPrimaryDarkVibrant, SemColorFgSecondaryLightDefault, SemColorFgSecondaryLightSubtle, SemColorFgSecondaryLightStrong, SemColorFgSecondaryLightMinimal, SemColorFgSecondaryLightMuted, SemColorFgSecondaryLightAlt, SemColorFgSecondaryLightDefaultAlt, SemColorFgSecondaryLightSubtleAlt, SemColorFgSecondaryLightStrongAlt, SemColorFgSecondaryLightMinimalAlt, SemColorFgSecondaryLightMutedAlt, SemColorFgSecondaryLightStrongSubtle, SemColorFgSecondaryDarkDefault, SemColorFgSecondaryDarkMuted, SemColorFgSecondaryDarkStrong, SemColorFgSecondaryDarkSubtle, SemColorFgSecondaryDarkMinimal, SemColorFgSecondaryDarkAlt, SemColorFgSecondaryDarkMinimalAlt, SemColorFgSecondaryDarkSubtleAlt, SemColorOverlayGradientFaded, SemColorOverlayGradientDarkFaded, SemColorOverlayFlatDefault, SemColorOverlayFlatLight, SemColorOverlayFlatBrand, SemInnerShadow01, SemInnerShadow02, SemBoxShadow01, SemBoxShadow02, SemBoxShadow03, SemBoxShadow04, SemBoxShadow05, SemBoxShadow06, SemUnderline, SemLineThrough, SemScaleModifier1, SemScaleModifier3, SemScaleModifier2, SemScaleModifier4 };
1746
+ export { CardColorsLightBgDefault, CardColorsLightBgDefaultAlt, CardColorsLightBgEmphasis, CardColorsLightFgDefault, CardColorsLightFgDefaultAlt, CardColorsLightFgHover, CardColorsLightBorderDefault, CardColorsLightBorderHover, CardColorsLightBorderMinimal, CardColorsLightTextDefault, CardColorsLightTextHover, CardColorsLightTextSupport, CardColorsDarkBgDefault, CardColorsDarkBgDefaultAlt, CardColorsDarkBgEmphasis, CardColorsDarkFgDefaultAlt, CardColorsDarkBorderHover, CardColorsDarkTextDefault, CardColorsDarkTextHover, CardColorsDarkTextSupport, CardPaddingXs, CardPaddingS, CardPaddingM, CardBorderWeightS, CardBorderWeightM, CardBorderRadiusS, CardGapXs, CardGapS, CardGapM, CardGapL, CardGapXl, CardGapXxl, CardSizeS, CardSizeM, CardSizeL, CardSizeIconS, CardSizeIconM, UniversalHeaderSizeS, UniversalHeaderPaddingS, UniversalHeaderPaddingM, UniversalHeaderPaddingL, UniversalHeaderPaddingXl, UniversalHeaderGapS, UniversalHeaderGapM, UniversalHeaderGapL, UniversalHeaderSizeIconS, UniversalHeaderColorsLightBgDefault, UniversalHeaderColorsLightFgDefault, UniversalHeaderColorsLightTextDefault, UniversalHeaderColorsLightTextHover, SiteheaderSizeS, SiteheaderSizeM, SiteheaderSizeL, SiteheaderPaddingS, SiteheaderPaddingM, SiteheaderPaddingL, SiteheaderPaddingXl, SiteheaderGapS, SiteheaderGapM, SiteheaderGapL, SiteheaderSizeIconS, SiteheaderColorsLightBgDefault, SiteheaderColorsLightFgDefault, SiteheaderColorsLightFgDefaultAlt, SiteheaderColorsLightTextDefault, SiteheaderColorsLightTextDefaultAlt, SitefooterSizeS, SitefooterSizeM, SitefooterSizeIconS, SitefooterSizeIconM, SitefooterSizeIconL, SitefooterPaddingS, SitefooterPaddingM, SitefooterPaddingL, SitefooterPaddingXl, SitefooterPaddingXxl, SitefooterGapS, SitefooterGapM, SitefooterGapL, SitefooterGapXl, SitefooterGapXxl, SitefooterColorsLightBgDefault, SitefooterColorsLightFgDefault, SitefooterColorsLightFgDefaultAlt, SitefooterColorsLightBorderSubtle, SitefooterColorsLightTextDefault, SitefooterColorsLightTextSubtle, SitefooterBorderWeightS, HeaderMenuSizeS, HeaderMenuSizeM, HeaderMenuSizeL, HeaderMenuSizeXl, HeaderMenuPaddingS, HeaderMenuPaddingM, HeaderMenuPaddingL, HeaderMenuPaddingXl, HeaderMenuGapS, HeaderMenuGapM, HeaderMenuGapL, HeaderMenuGapXl, HeaderMenuGapXxl, HeaderMenuGapXxxl, HeaderMenuGapXxxxl, HeaderMenuBorderRadiusS, HeaderMenuBorderRadiusM, HeaderMenuBorderRadiusL, HeaderMenuBorderRadiusXl, HeaderMenuSizeIconS, HeaderMenuSizeIconM, HeaderMenuSizeIconL, HeaderMenuBorderWeightS, HeaderMenuColorsLightBgStrong, HeaderMenuColorsLightBgDefaultAlt, HeaderMenuColorsLightFgDefault, HeaderMenuColorsLightFgDefaultAlt, HeaderMenuColorsLightFgStrong, HeaderMenuColorsLightBorderStrongAltCopy, HeaderMenuColorsLightTextDefault, HeaderMenuColorsLightTextDefaultAlt, HeaderMenuColorsLightTextStrong, SegmentedControlSizeIconS, SegmentedControlSizeS, SegmentedControlPaddingS, SegmentedControlPaddingM, SegmentedControlGapS, SegmentedControlGapM, SegmentedControlBorderRadiusM, SegmentedControlBorderWeightS, SegmentedControlBorderWeightM, SegmentedControlColorsLightBgDefault, SegmentedControlColorsLightBgHover, SegmentedControlColorsLightBgSelected, SegmentedControlColorsLightFgDefault, SegmentedControlColorsLightFgDefaultAlt, SegmentedControlColorsLightFgFocus, SegmentedControlColorsLightBorderFocus, SegmentedControlColorsLightBorderSubtle, SegmentedControlColorsLightTextDefault, SegmentedControlColorsLightTextDefaultAlt, SegmentedControlColorsLightTextFocus, PaginationSizeM, PaginationPaddingS, PaginationPaddingM, PaginationBorderRadiusM, PaginationBorderWeightS, PaginationColorsLightBgHover, PaginationColorsLightBgSelected, PaginationColorsLightBgPressed, PaginationColorsLightBgSubtle, PaginationColorsLightBorderFocus, PaginationColorsLightTextDefault, PaginationColorsLightTextStrong, PaginationColorsLightFgDefault, PaginationColorsLightFgDefaultAlt, PaginationColorsDarkBgHover, PaginationColorsDarkBgSelected, PaginationColorsDarkBgPressed, PaginationColorsDarkBorderFocus, PaginationColorsDarkTextDefault, PaginationColorsDarkTextStrong, PaginationColorsDarkFgDefault, PaginationColorsDarkFgDefaultAlt, PaginationSizeIconM, PaginationGapS, PaginationGapM, BreadcrumbSizeIconS, BreadcrumbColorsLightFgStrong, BreadcrumbColorsLightTextDefault, BreadcrumbColorsLightTextHover, BreadcrumbColorsLightTextStrong, BreadcrumbColorsDarkFgStrong, BreadcrumbColorsDarkTextDefault, BreadcrumbColorsDarkTextHover, BreadcrumbColorsDarkTextStrong, BreadcrumbGapXs, BreadcrumbGapS, TabsBorderWeightS, TabsBorderWeightM, TabsBorderWeightL, TabsBorderRadiusS, TabsPaddingS, TabsPaddingM, TabsPaddingL, TabsPaddingXl, TabsGapS, TabsGapM, TabsGapL, TabsSizeS, TabsSizeM, TabsSizeIconS, TabsColorsLightBgDefault, TabsColorsLightBgSubtle, TabsColorsLightBgError, TabsColorsLightBorderSubtle, TabsColorsLightBorderSelected, TabsColorsLightBorderFocus, TabsColorsLightBorderError, TabsColorsLightFgDefault, TabsColorsLightFgHover, TabsColorsLightFgSelected, TabsColorsLightTextDefault, TabsColorsLightTextHover, TabsColorsLightTextSelected, TabsColorsLightTextStrong, TabsColorsDarkBgDefault, TabsColorsDarkBgSubtle, TabsColorsDarkBgError, TabsColorsDarkBorderSubtle, TabsColorsDarkBorderSelected, TabsColorsDarkBorderFocus, TabsColorsDarkBorderError, TabsColorsDarkFgDefault, TabsColorsDarkFgHover, TabsColorsDarkFgSelected, TabsColorsDarkFgStrong, TabsColorsDarkTextDefault, TabsColorsDarkTextHover, TabsColorsDarkTextSelected, TabsColorsDarkTextStrong, FilterSizeS, FilterPaddingS, FilterPaddingM, FilterBorderRadiusS, FilterBorderWeightS, FilterBorderWeightM, FilterColorsLightBorderDefault, FilterColorsLightBorderHover, FilterColorsLightBgDefault, FilterColorsLightBgSelected, FilterColorsLightTextDefault, FilterColorsLightTextDefaultAlt, FilterColorsLightTextHover, FilterColorsDarkBorderDefault, FilterColorsDarkBorderHover, FilterColorsDarkBgSelected, FilterColorsDarkBgDefault, FilterColorsDarkTextDefault, FilterColorsDarkTextDefaultAlt, FilterColorsDarkTextHover, FilterColorsDarkTextSelected, FilterGapL, FilterMarginM, ContentSwitcherPaddingS, ContentSwitcherPaddingXs, ContentSwitcherPaddingM, ContentSwitcherPaddingL, ContentSwitcherPaddingXl, ContentSwitcherPaddingXxl, ContentSwitcherPaddingXxxl, ContentSwitcherGapXs, ContentSwitcherGapS, ContentSwitcherGapM, ContentSwitcherGapL, ContentSwitcherGapXl, ContentSwitcherColorsLightBgDefault, ContentSwitcherColorsLightBgDefaultAlt, ContentSwitcherColorsLightBgHover, ContentSwitcherColorsLightBgActive, ContentSwitcherColorsLightBgSelected, ContentSwitcherColorsLightBgSelectedHover, ContentSwitcherColorsLightBgDisabled, ContentSwitcherColorsLightBgSeleced, ContentSwitcherColorsLightBorderDefault, ContentSwitcherColorsLightBorderPressed, ContentSwitcherColorsLightBorderDisabled, ContentSwitcherColorsLightFgDefault, ContentSwitcherColorsLightFgDefaultAlt, ContentSwitcherColorsLightFgHover, ContentSwitcherColorsLightFgPressed, ContentSwitcherColorsLightFgDisabled, ContentSwitcherColorsLightTextDefault, ContentSwitcherColorsLightTextDefaultAlt, ContentSwitcherColorsLightTextHover, ContentSwitcherColorsLightTextPressed, ContentSwitcherColorsLightTextDisabled, ContentSwitcherColorsDarkBgDefault, ContentSwitcherColorsDarkBgHover, ContentSwitcherColorsDarkBgPressed, ContentSwitcherColorsDarkBgDisabled, ContentSwitcherColorsDarkBorderDefault, ContentSwitcherColorsDarkBorderPressed, ContentSwitcherColorsDarkBorderDisabled, ContentSwitcherColorsDarkFgDefault, ContentSwitcherColorsDarkFgDefaultAlt, ContentSwitcherColorsDarkFgHover, ContentSwitcherColorsDarkFgPressed, ContentSwitcherColorsDarkFgDisabled, ContentSwitcherColorsDarkTextDefault, ContentSwitcherColorsDarkTextDefaultAlt, ContentSwitcherColorsDarkTextHover, ContentSwitcherColorsDarkTextPressed, ContentSwitcherColorsDarkTextDisabled, ContentSwitcherBorderRadiusPill, ContentSwitcherBorderRadiusXl, ContentSwitcherBorderWeightS, ContentSwitcherElevations02, HerobannerPaddingS, HerobannerPaddingM, HerobannerPaddingL, HerobannerGapS, HerobannerGapM, HerobannerGapL, HerobannerRadiusL, HerobannerRadiusM, HerobannerBorderDefault, HerobannerColorLightBgDefault, HerobannerColorLightBgContained, HerobannerColorLightBgGradient, HerobannerColorLightTextDefault, HerobannerColorDarkBgDefault, HerobannerColorDarkBgGradient, HerobannerColorDarkTextDefault, HerobannerBoxShadow01, BoxPaddingS, BoxBorderRadiusS, BoxBorderWeightXs, BoxBorderWeightS, BoxColorsLightBgDefault, BoxColorsLightBgSubtle, BoxColorsLightBgErrorSubtle, BoxColorsLightBgMinimal, BoxColorsLightBgError, BoxColorsLightBgReplacement, BoxColorsLightFgStrong, BoxColorsLightBorderSubtle, BoxColorsLightBorderError, BoxColorsLightTextStrong, BoxColorsDarkBgDefault, BoxColorsDarkBgSubtle, BoxColorsDarkBgMinimal, BoxColorsDarkBgDefaultAlt, BoxColorsDarkBorderSubtle, BoxColorsVariantLightBgDefault01, BoxColorsVariantLightBgDefault02, BoxColorsVariantDarkBgDefault01, DisclosureMiniPaddingS, DisclosureMiniSizeIconS, DisclosureMiniGapS, DisclosureMiniGapM, DisclosureMiniColorsLightFgDefault, DisclosureMiniColorsLightTextDefault, DisclosureMiniColorsLightTextStrong, DisclosureMiniColorsDarkFgDefault, DisclosureMiniColorsDarkTextDefault, DisclosureMiniColorsDarkTextStrong, DisclosurePaddingS, DisclosurePaddingL, DisclosurePaddingXl, DisclosureGapS, DisclosureSizeS, DisclosureBorderWeightS, DisclosureSizeIconS, DisclosureColorsLightBgHover, DisclosureColorsLightBorderSubtle, DisclosureColorsLightFgDefault, DisclosureColorsLightFgHover, DisclosureColorsLightTextDefault, DisclosureColorsLightTextBody, DisclosureColorsLightTextHover, DisclosureColorsDarkBgHover, DisclosureColorsDarkBorderSubtle, DisclosureColorsDarkFgDefault, DisclosureColorsDarkFgHover, DisclosureColorsDarkTextDefault, DisclosureColorsDarkTextBody, DisclosureColorsDarkTextHover, DisclosureTypeLabelL, AvatarSizeS, AvatarSizeM, AvatarSizeL, AvatarSizeXl, AvatarSizeIconS, AvatarSizeIconM, AvatarSizeIconL, AvatarSizeIconXl, AvatarBorderWeightS, AvatarColorsLightBgDefault, AvatarColorsLightFgDefaultAlt, AvatarColorsLightTextDefaultAlt, ModalSizeS, ModalSizeM, ModalSizeL, ModalSizeXl, ModalSizeXxl, ModalSizeIconS, ModalPaddingM, ModalGapS, ModalGapM, ModalBorderRadiusS, ModalColorsLightBgDefault, ModalColorsLightTextDefault, ModalColorsLightFgDefault, OverlayColorsOverlayDefault, TextlinkSizeS, TextlinkSizeM, TextlinkSizeL, TextlinkSizeIconS, TextlinkSizeIconM, TextlinkPaddingS, TextlinkColorsLightFgDefault, TextlinkColorsLightFgHover, TextlinkColorsLightFgVisited, TextlinkColorsLightTextDefault, TextlinkColorsLightTextHover, TextlinkColorsLightTextVisited, TextlinkColorsDarkFgDefault, TextlinkColorsDarkFgHover, TextlinkColorsDarkFgVisited, TextlinkColorsDarkTextDefault, TextlinkColorsDarkTextHover, TextlinkColorsDarkTextVisited, TextlinkGapS, ButtonPaddingS, ButtonPaddingM, ButtonPaddingL, ButtonPaddingXl, ButtonPaddingXxl, ButtonPaddingXxxl, ButtonGapXs, ButtonGapS, ButtonGapM, ButtonGapL, ButtonBorderRadiusS, ButtonSizeXxs, ButtonSizeXs, ButtonSizeS, ButtonSizeM, ButtonSizeL, ButtonSizeXl, ButtonSizeXxl, ButtonSizeIconXs, ButtonSizeIconS, ButtonSizeIconM, ButtonSizeIconL, ButtonSizeIconXl, ButtonColorsLightBgDefault, ButtonColorsLightBgHover, ButtonColorsLightBgPressed, ButtonColorsLightBgDisabled, ButtonColorsLightBorderDefault, ButtonColorsLightBorderPressed, ButtonColorsLightBorderDisabled, ButtonColorsLightFgDefault, ButtonColorsLightFgDefaultAlt, ButtonColorsLightFgHover, ButtonColorsLightFgPressed, ButtonColorsLightFgDisabled, ButtonColorsLightTextDefault, ButtonColorsLightTextDefaultAlt, ButtonColorsLightTextHover, ButtonColorsLightTextPressed, ButtonColorsLightTextDisabled, ButtonColorsDarkBgDefault, ButtonColorsDarkBgHover, ButtonColorsDarkBgPressed, ButtonColorsDarkBgDisabled, ButtonColorsDarkBorderDefault, ButtonColorsDarkBorderPressed, ButtonColorsDarkBorderDisabled, ButtonColorsDarkFgDefault, ButtonColorsDarkFgDefaultAlt, ButtonColorsDarkFgHover, ButtonColorsDarkFgPressed, ButtonColorsDarkFgDisabled, ButtonColorsDarkTextDefault, ButtonColorsDarkTextDefaultAlt, ButtonColorsDarkTextHover, ButtonColorsDarkTextPressed, ButtonColorsDarkTextDisabled, ButtonBorderWeightS, ButtonV2PaddingXxxs, ButtonV2PaddingXxs, ButtonV2PaddingXs, ButtonV2PaddingS, ButtonV2PaddingM, ButtonV2PaddingL, ButtonV2PaddingXl, ButtonV2PaddingXxl, ButtonV2PaddingXxxl, ButtonV2GapXs, ButtonV2GapS, ButtonV2GapM, ButtonV2BorderRadiusS, ButtonV2SizeS, ButtonV2SizeM, ButtonV2SizeL, ButtonV2SizeIconS, ButtonV2SizeIconM, ButtonV2SizeIconL, ButtonV2SizeIconXl, ButtonV2BorderWeightXs, ButtonV2BorderWeightS, ButtonV2BorderWeightM, ButtonV2ColorsLightBgDefault, ButtonV2ColorsLightBgHover, ButtonV2ColorsLightBgPressed, ButtonV2ColorsLightBgDisabled, ButtonV2ColorsLightBgStrong, ButtonV2ColorsLightBgSubtle, ButtonV2ColorsLightBgMinimal, ButtonV2ColorsLightBorderDefault, ButtonV2ColorsLightBorderPressed, ButtonV2ColorsLightBorderDisabled, ButtonV2ColorsLightFgDefault, ButtonV2ColorsLightFgDefaultAlt, ButtonV2ColorsLightFgDefaultStrong, ButtonV2ColorsLightFgHover, ButtonV2ColorsLightFgPressed, ButtonV2ColorsLightFgDisabled, ButtonV2ColorsLightFgStrongSubtle, ButtonV2ColorsLightTextDefault, ButtonV2ColorsLightTextDefaultAlt, ButtonV2ColorsLightTextHover, ButtonV2ColorsLightTextPressed, ButtonV2ColorsLightTextDisabled, ButtonV2ColorsLightStatusTextDefault, ButtonV2ColorsLightStatusBgDefault, ButtonV2ColorsLightStatusBgHover, ButtonV2ColorsLightStatusBgPressed, ButtonV2ColorsLightVariantBgDefault, ButtonV2ColorsLightVariantBgHover, ButtonV2ColorsLightVariantBgPressed, ButtonV2ColorsLightVariantFgDefault, ButtonV2ColorsLightVariantBorderDefault, ButtonV2ColorsDarkBgDefault, ButtonV2ColorsDarkBgHover, ButtonV2ColorsDarkBgPressed, ButtonV2ColorsDarkBgDisabled, ButtonV2ColorsDarkBgStrong, ButtonV2ColorsDarkBgHoverAlt, ButtonV2ColorsDarkBgSubtle, ButtonV2ColorsDarkBgMinimal, ButtonV2ColorsDarkBorderDefault, ButtonV2ColorsDarkBorderPressed, ButtonV2ColorsDarkBorderDisabled, ButtonV2ColorsDarkBorderSubtle, ButtonV2ColorsDarkFgDefault, ButtonV2ColorsDarkFgDefaultAlt, ButtonV2ColorsDarkFgHover, ButtonV2ColorsDarkFgPressed, ButtonV2ColorsDarkFgDisabled, ButtonV2ColorsDarkFgStrong, ButtonV2ColorsDarkFgStrongSubtle, ButtonV2ColorsDarkStatusFgDefault, ButtonV2ColorsDarkStatusTextDefault, ButtonV2ColorsDarkStatusBgDefault, ButtonV2ColorsDarkStatusBgHover, ButtonV2ColorsDarkStatusBgPressed, ButtonV2ColorsDarkTextDefault, ButtonV2ColorsDarkTextDefaultAlt, ButtonV2ColorsDarkTextHover, ButtonV2ColorsDarkTextPressed, ButtonV2ColorsDarkTextDisabled, ButtonV2ColorsDarkVariantBgLoader, ButtonV2ColorsDarkVariantFgDefault, ButtonV2ColorsDarkVariantBorderDefault, ButtonV2ColorsOverlayFlat01, ButtonV2ColorsOverlayFlat02, HeroButtonPaddingXxxs, HeroButtonPaddingXxs, HeroButtonPaddingXs, HeroButtonPaddingS, HeroButtonPaddingM, HeroButtonPaddingL, HeroButtonPaddingXl, HeroButtonPaddingXxl, HeroButtonPaddingXxxl, HeroButtonGapXs, HeroButtonGapS, HeroButtonGapM, HeroButtonBorderRadiusS, HeroButtonSizeS, HeroButtonSizeM, HeroButtonSizeL, HeroButtonSizeIconS, HeroButtonSizeIconM, HeroButtonSizeIconL, HeroButtonSizeIconXl, HeroButtonBorderWeightXs, HeroButtonBorderWeightS, HeroButtonBorderWeightM, HeroButtonColorsLightBgDefault, HeroButtonColorsLightBgHover, HeroButtonColorsLightBgPressed, HeroButtonColorsLightBgDisabled, HeroButtonColorsLightBgStrong, HeroButtonColorsLightBgSubtle, HeroButtonColorsLightBgMinimal, HeroButtonColorsLightBorderDefault, HeroButtonColorsLightBorderPressed, HeroButtonColorsLightBorderDisabled, HeroButtonColorsLightFgDefault, HeroButtonColorsLightFgDefaultAlt, HeroButtonColorsLightFgDefaultStrong, HeroButtonColorsLightFgHover, HeroButtonColorsLightFgPressed, HeroButtonColorsLightFgDisabled, HeroButtonColorsLightFgStrongSubtle, HeroButtonColorsLightTextDefault, HeroButtonColorsLightTextDefaultAlt, HeroButtonColorsLightTextHover, HeroButtonColorsLightTextPressed, HeroButtonColorsLightTextDisabled, HeroButtonColorsLightStatusTextDefault, HeroButtonColorsLightStatusBgDefault, HeroButtonColorsLightStatusBgHover, HeroButtonColorsLightStatusBgPressed, HeroButtonColorsLightVariantBgDefault, HeroButtonColorsLightVariantBgHover, HeroButtonColorsLightVariantBgPressed, HeroButtonColorsLightVariantFgDefault, HeroButtonColorsLightVariantBorderDefault, HeroButtonColorsDarkBgDefault, HeroButtonColorsDarkBgHover, HeroButtonColorsDarkBgPressed, HeroButtonColorsDarkBgDisabled, HeroButtonColorsDarkBgStrong, HeroButtonColorsDarkBgHoverAlt, HeroButtonColorsDarkBgSubtle, HeroButtonColorsDarkBgMinimal, HeroButtonColorsDarkBorderDefault, HeroButtonColorsDarkBorderPressed, HeroButtonColorsDarkBorderDisabled, HeroButtonColorsDarkBorderSubtle, HeroButtonColorsDarkFgDefault, HeroButtonColorsDarkFgDefaultAlt, HeroButtonColorsDarkFgHover, HeroButtonColorsDarkFgPressed, HeroButtonColorsDarkFgDisabled, HeroButtonColorsDarkFgStrong, HeroButtonColorsDarkFgStrongSubtle, HeroButtonColorsDarkStatusFgDefault, HeroButtonColorsDarkStatusTextDefault, HeroButtonColorsDarkStatusBgDefault, HeroButtonColorsDarkStatusBgHover, HeroButtonColorsDarkStatusBgPressed, HeroButtonColorsDarkTextDefault, HeroButtonColorsDarkTextDefaultAlt, HeroButtonColorsDarkTextHover, HeroButtonColorsDarkTextPressed, HeroButtonColorsDarkTextDisabled, HeroButtonColorsDarkVariantBgLoader, HeroButtonColorsDarkVariantFgDefault, HeroButtonColorsDarkVariantBorderDefault, HeroButtonColorsOverlayFlat01, HeroButtonColorsOverlayFlat02, BacktotopSizeM, BacktotopSizeIconM, BacktotopPaddingM, BacktotopBorderRadiusM, BacktotopBorderWeightM, BacktotopColorsLightBgDefault, BacktotopColorsLightBgHover, BacktotopColorsLightBgSelected, BacktotopColorsLightBgStrong, BacktotopColorsLightBgSubtle, BacktotopColorsLightBorderDefault, BacktotopColorsLightBorderHover, BacktotopColorsLightBorderSelected, BacktotopColorsLightBorderStrong, BacktotopColorsLightBorderFocus, BacktotopColorsLightFgDefault, BacktotopColorsLightFgDefaultAlt, BacktotopColorsLightTextDefault, BacktotopColorsLightTextDefaultAlt, BacktotopColorsDarkBgDefault, BacktotopColorsDarkBgHover, BacktotopColorsDarkBgSelected, BacktotopColorsDarkBgStrong, BacktotopColorsDarkBgSubtle, BacktotopColorsDarkBorderDefault, BacktotopColorsDarkBorderHover, BacktotopColorsDarkBorderSelected, BacktotopColorsDarkBorderStrong, BacktotopColorsDarkBorderFocus, BacktotopColorsDarkFgDefault, BacktotopColorsDarkFgDefaultAlt, BacktotopColorsDarkTextDefault, BacktotopColorsDarkTextDefaultAlt, Elevation01, Elevation02, Elevation03, Elevation04, Elevation05, VerticalSpaceSize4, VerticalSpaceSize8, VerticalSpaceSize12, VerticalSpaceSize16, VerticalSpaceSize20, VerticalSpaceSize24, VerticalSpaceSize28, VerticalSpaceSize32, VerticalSpaceSize40, VerticalSpaceSize48, VerticalSpaceSize64, VerticalSpaceSize96, VerticalSpaceSize128, RuleColorsLightBorderSubtle, RuleColorsDarkBorderSubtle, RuleBorderWeightS, FocusColorsLightBorderSubtle, FocusColorsDarkBorderSubtle, FocusBorderWeightS, FocusBorderRadiusS, LogosSizeM, LogosColorsLightFgDefault, LogosColorsLightFgStrong, LogosColorsLightFgVariant, LogosColorsDarkFgDefault, SurfaceColorsBgDarkBrand01, SurfaceColorsBgDarkBrand02, SurfaceColorsBgDarkNeutral01, SurfaceColorsBgDarkNeutral02, SurfaceColorsBgDarkBlack, SurfaceColorsBgLightWhite, SurfaceColorsBgLightNeutral01, SurfaceColorsBgLightNeutral02, SurfaceColorsBgLightBrand01, SurfaceColorsBgLightBrand02, TagSizeS, TagPaddingXxs, TagPaddingXs, TagPaddingS, TagBorderRadiusS, TagBorderWeightS, TagColorsLightBgDefault, TagColorsLightBgDefaultAlt, TagColorsLightBgHover, TagColorsLightBorderDefault, TagColorsLightBorderDefaultAlt, TagColorsLightBorderHover, TagColorsLightFgDefault, TagColorsLightFgHover, TagColorsLightTextDefault, TagColorsLightTextHover, TagSizeIconS, TagSizeIconM, AlertPaddingXxs, AlertPaddingXs, AlertPaddingS, AlertPaddingM, AlertBorderRadiusS, AlertBorderWeightS, AlertBorderWeightM, AlertColorsStatusLightBgSubtleDefault, AlertColorsStatusLightBgSubtleError, AlertColorsStatusLightBgSubtleWarning, AlertColorsStatusLightBgSubtleSuccess, AlertColorsStatusLightBorderDefault, AlertColorsStatusLightBorderError, AlertColorsStatusLightBorderWarning, AlertColorsStatusLightBorderSuccess, AlertColorsStatusLightFgDefault, AlertColorsStatusLightTextDefault, AlertColorsStatusDarkBgSubtleDefault, AlertColorsStatusDarkBgSubtleError, AlertColorsStatusDarkBgSubtleWarning, AlertColorsStatusDarkBgSubtleSuccess, AlertColorsStatusDarkBorderDefault, AlertColorsStatusDarkBorderError, AlertColorsStatusDarkBorderWarning, AlertColorsStatusDarkBorderSuccess, AlertColorsStatusDarkFgDefault, AlertColorsStatusDarkTextDefault, AlertSizeIconS, AlertGapS, BadgeSizeS, BadgePaddingS, BadgePaddingXxs, BadgeBorderRadiusS, BadgeColorsBgDefault, BadgeColorsBgError, BadgeColorsBgWarning, BadgeColorsBgSuccess, BadgeColorsTextDefault, BadgeColorsTextError, BadgeColorsTextWarning, BadgeColorsTextSuccess, StepperSizeS, StepperSizeM, StepperSizeL, StepperSizeXl, StepperSizeIconS, StepperSizeIconL, StepperPaddingS, StepperPaddingM, StepperGapS, StepperGapM, StepperColorsLightBgDefault, StepperColorsLightBgSubtle, StepperColorsLightBgError, StepperColorsLightBgWarning, StepperColorsLightBgErrorSubtle, StepperColorsLightBgWarningSubtle, StepperColorsLightBorderDefault, StepperColorsLightBorderSubtle, StepperColorsLightBorderError, StepperColorsLightBorderWarning, StepperColorsLightBorderVariant, StepperColorsLightFgDefault, StepperColorsLightFgDefaultAlt, StepperColorsLightFgError, StepperColorsLightFgWarning, StepperColorsLightFgVariant, StepperColorsLightTextDefault, StepperColorsLightTextHover, StepperColorsLightTextSubtle, StepperColorsLightPluseFrom, StepperColorsLightPluseTo, StepperColorsDarkBgDefault, StepperColorsDarkBgSubtle, StepperColorsDarkBgStrong, StepperColorsDarkBgError, StepperColorsDarkBgWarning, StepperColorsDarkBgErrorSubtle, StepperColorsDarkBgWarningSubtle, StepperColorsDarkBorderDefault, StepperColorsDarkBorderSubtle, StepperColorsDarkBorderStrong, StepperColorsDarkBorderError, StepperColorsDarkBorderWarning, StepperColorsDarkBorderVariant, StepperColorsDarkFgDefault, StepperColorsDarkFgDefaultAlt, StepperColorsDarkFgStrong, StepperColorsDarkFgError, StepperColorsDarkFgWarning, StepperColorsDarkFgVariant, StepperColorsDarkTextDefault, StepperColorsDarkTextHover, StepperColorsDarkTextSubtle, StepperBorderWeightS, StepperBorderWeightM, StepperBorderRadius, SpinnerSizeS, SpinnerSizeM, SpinnerSizeL, SpinnerSizeXl, SpinnerSizeXxl, SpinnerColorsLightFgDefault, SpinnerColorsDarkFgDefault, ToastSizeS, ToastPaddingS, ToastBorderRadiusS, ToastGapS, ToastSizeIconS, ToastBorderWeightS, ToastColorsStatusLightBgDefault, ToastColorsStatusLightBgError, ToastColorsStatusLightBgWarning, ToastColorsStatusLightBgSuccess, ToastColorsStatusLightBorderDefault, ToastColorsStatusLightBorderError, ToastColorsStatusLightBorderWarning, ToastColorsStatusLightBorderSuccess, ToastColorsStatusLightFgDefault, ToastColorsStatusLightFgError, ToastColorsStatusLightFgWarning, ToastColorsStatusLightFgSuccess, ToastColorsStatusLightFgDefaultAlt, ToastColorsStatusLightTextDefault, ToastColorsStatusLightTextDefaultAlt, ToastColorsStatusDarkBgDefault, ToastColorsStatusDarkBgError, ToastColorsStatusDarkBgWarning, ToastColorsStatusDarkBgSuccess, ToastColorsStatusDarkBorderDefault, ToastColorsStatusDarkBorderError, ToastColorsStatusDarkBorderWarning, ToastColorsStatusDarkBorderSuccess, ToastColorsStatusDarkFgDefault, ToastColorsStatusDarkFgError, ToastColorsStatusDarkFgWarning, ToastColorsStatusDarkFgSuccess, ToastColorsStatusDarkTextDefault, ToastBoxShadow01, ProgressBarGapS, ProgressBarGapM, ProgressBarSizeS, ProgressBarBorderRadiusS, ProgressBarColorsLightBgDefault, ProgressBarColorsLightBgDefaultAlt, ProgressBarColorsLightBgMuted, ProgressBarColorsLightBgError, ProgressBarColorsLightBgSuccess, ProgressBarColorsLightTextDefault, ProgressBarColorsLightTextDefaultAlt, ProgressBarColorsLightTextDefaultAltHover, ProgressBarColorsLightTextError, ProgressBarColorsLightTextErrorHover, ProgressBarColorsLightTextSuccess, ProgressBarColorsLightTextSuccessHover, ProgressBarColorsLightFgDefault, ProgressBarColorsLightFgDefaultHover, ProgressBarColorsLightFgError, ProgressBarColorsLightFgErrorHover, ProgressBarColorsLightFgSuccess, ProgressBarColorsLightFgSuccessHover, ProgressBarColorsDarkBgDefault, ProgressBarColorsDarkBgDefaultAlt, ProgressBarColorsDarkBgError, ProgressBarColorsDarkBgSuccess, ProgressBarColorsDarkFgDefault, ProgressBarColorsDarkFgDefaultHover, ProgressBarColorsDarkFgError, ProgressBarColorsDarkFgErrorHover, ProgressBarColorsDarkFgSuccess, ProgressBarColorsDarkFgSuccessHover, ProgressBarColorsDarkTextDefault, ProgressBarColorsDarkTextDefaultAlt, ProgressBarColorsDarkTextDefaultAltHover, ProgressBarColorsDarkTextError, ProgressBarColorsDarkTextErrorHover, ProgressBarColorsDarkTextSuccess, ProgressBarColorsDarkTextSuccessHover, DatePickerSizeS, DatePickerSizeM, DatePickerSizeL, DatePickerSizeXl, DatePickerSizeXxl, DatePickerSizeXxxl, DatePickerSizeXxxxl, DatePickerPaddingXxs, DatePickerPaddingXs, DatePickerPaddingS, DatePickerPaddingM, DatePickerPaddingL, DatePickerPaddingXl, DatePickerBorderRadiusS, DatePickerBorderRadiusM, DatePickerBorderRadiusL, DatePickerBorderRadiusXl, DatePickerBorderWeightS, DatePickerBorderWeightM, DatePickerBorderWeightL, DatePickerColorsLightBgDefaultAlt, DatePickerColorsLightBgHover, DatePickerColorsLightBgSelected, DatePickerColorsLightBgPressed, DatePickerColorsLightBgDisabled, DatePickerColorsLightBgError, DatePickerColorsLightBgSubtle, DatePickerColorsLightBgHoverAlt, DatePickerColorsLightBorderHover, DatePickerColorsLightBorderFocus, DatePickerColorsLightBorderSelected, DatePickerColorsLightBorderDisabled, DatePickerColorsLightBorderError, DatePickerColorsLightBorderStrong, DatePickerColorsLightFgDefaultAlt, DatePickerColorsLightFgHover, DatePickerColorsLightFgStrong, DatePickerColorsLightFgDisabled, DatePickerColorsLightFgError, DatePickerColorsLightTextDefault, DatePickerColorsLightTextDefaultAlt, DatePickerColorsLightTextStrong, DatePickerColorsLightTextDisabled, DatePickerColorsLightTextError, DatePickerColorsLightTextHint, DatePickerGapXs, DatePickerGapS, DatePickerGapM, DatePickerGapL, DatePickerSizeIconS, DatePickerSizeIconM, DatePickerSizeIconL, DatePickerTypeLabelS, DatePickerTypeLabelM, DatePickerTypeLabelL, DatepickerTypeLabelS, DatepickerTypeLabelM, DatepickerTypeLabelL, SelectSizeS, SelectSizeM, SelectSizeL, SelectPaddingS, SelectPaddingM, SelectPaddingL, SelectPaddingXl, SelectBorderRadiusS, SelectBorderRadiusM, SelectBorderRadiusL, SelectBorderWeightS, SelectBorderWeightM, SelectBorderWeightL, SelectGapS, SelectGapM, SelectGapL, SelectSizeIconS, SelectSizeIconM, SelectSizeIconL, SelectColorsLightBgDefault, SelectColorsLightBgHover, SelectColorsLightBgDisabled, SelectColorsLightBgError, SelectColorsLightBgHoverAlt, SelectColorsLightBgSelected, SelectColorsLightBorderDefault, SelectColorsLightBorderHover, SelectColorsLightBorderFocus, SelectColorsLightBorderDisabled, SelectColorsLightBorderError, SelectColorsLightBorderSubtle, SelectColorsLightFgDefault, SelectColorsLightFgDisabled, SelectColorsLightFgSubtle, SelectColorsLightFgError, SelectColorsLightTextDefault, SelectColorsLightTextDefaultAlt, SelectColorsLightTextDisabled, SelectColorsLightTextError, SelectColorsDarkBgDefault, SelectColorsDarkBgHover, SelectColorsDarkBgDisabled, SelectColorsDarkBgError, SelectColorsDarkBgHoverAlt, SelectColorsDarkBgSelected, SelectColorsDarkBorderStrong, SelectColorsDarkBorderHover, SelectColorsDarkBorderFocus, SelectColorsDarkBorderDisabled, SelectColorsDarkBorderError, SelectColorsDarkBorderSubtle, SelectColorsDarkTextDefault, SelectColorsDarkTextDisabled, SelectColorsDarkTextError, SelectColorsDarkFgDefault, SelectColorsDarkFgDisabled, SelectColorsDarkFgSubtle, SelectColorsDarkFgError, SelectBorderRadiusTestS, SelectBorderRadiusTestM, SelectBorderRadiusTestL, SelectTypeLabelS, SelectTypeLabelM, SelectTypeLabelL, CheckboxSizeS, CheckboxSizeL, CheckboxPaddingS, CheckboxGapS, CheckboxGapM, CheckboxBorderRadiusXs, CheckboxBorderRadiusS, CheckboxBorderWeightS, CheckboxSizeIconS, CheckboxSizeIconM, CheckboxColorsLightBgDefault, CheckboxColorsLightBgDefaultAlt, CheckboxColorsLightBgDisabled, CheckboxColorsLightBgError, CheckboxColorsLightFgDefault, CheckboxColorsLightFgDisabled, CheckboxColorsLightBorderDefault, CheckboxColorsLightBorderDisabled, CheckboxColorsLightBorderError, CheckboxColorsLightTextDefault, CheckboxColorsLightTextDisabled, CheckboxColorsDarkBgDefault, CheckboxColorsDarkBgDefaultAlt, CheckboxColorsDarkBgDisabled, CheckboxColorsDarkBgError, CheckboxColorsDarkFgDefault, CheckboxColorsDarkFgDisabled, CheckboxColorsDarkBorderDefault, CheckboxColorsDarkBorderDisabled, CheckboxColorsDarkBorderError, CheckboxColorsDarkTextDefault, CheckboxColorsDarkTextDisabled, CheckboxTypeLabelS, CheckboxTypeLabelM, CheckboxTypeLabelL, TextareaPaddingS, TextareaPaddingM, TextareaSizeIconS, TextareaBorderRadiusS, TextareaBorderRadiusXs, TextareaBorderWeightS, TextareaBorderWeightM, TextareaBorderWeightL, TextareaGapS, TextareaGapM, TextareaColorsLightBgDefault, TextareaColorsLightBgHover, TextareaColorsLightBgDisabled, TextareaColorsLightBgError, TextareaColorsLightBorderDefault, TextareaColorsLightBorderHover, TextareaColorsLightBorderFocus, TextareaColorsLightBorderError, TextareaColorsLightBorderDisabled, TextareaColorsLightFgDefault, TextareaColorsLightFgDisabled, TextareaColorsLightFgError, TextareaColorsLightTextDefault, TextareaColorsLightTextDisabled, TextareaColorsLightTextError, TextareaColorsDarkFgDefault, TextareaColorsDarkFgDisabled, TextareaColorsDarkFgError, TextareaColorsDarkBgDefault, TextareaColorsDarkBgHover, TextareaColorsDarkBgDisabled, TextareaColorsDarkBgError, TextareaColorsDarkBorderStrong, TextareaColorsDarkBorderHover, TextareaColorsDarkBorderFocus, TextareaColorsDarkBorderDisabled, TextareaColorsDarkBorderError, TextareaColorsDarkTextStrong, TextareaColorsDarkTextDisabled, TextareaColorsDarkTextError, TextareaTypeLabelS, TextareaTypeLabelM, TextareaTypeLabelL, TextinputSizeS, TextinputSizeM, TextinputSizeL, TextinputBorderRadiusS, TextinputBorderRadiusM, TextinputBorderRadiusL, TextinputPaddingS, TextinputPaddingM, TextinputPaddingL, TextinputGapS, TextinputGapM, TextinputBorderWeightS, TextinputBorderWeightM, TextinputBorderWeightL, TextinputSizeIconM, TextinputColorsLightBgDefault, TextinputColorsLightBgHover, TextinputColorsLightBgDisabled, TextinputColorsLightBgError, TextinputColorsLightBorderDefault, TextinputColorsLightBorderHover, TextinputColorsLightBorderFocus, TextinputColorsLightBorderDisabled, TextinputColorsLightBorderError, TextinputColorsLightTextDefault, TextinputColorsLightTextDisabled, TextinputColorsLightTextError, TextinputColorsLightFgDefault, TextinputColorsLightFgError, TextinputColorsDarkBgDefault, TextinputColorsDarkBgHover, TextinputColorsDarkBgDisabled, TextinputColorsDarkBgError, TextinputColorsDarkBorderDefault, TextinputColorsDarkBorderHover, TextinputColorsDarkBorderFocus, TextinputColorsDarkBorderDisabled, TextinputColorsDarkBorderError, TextinputColorsDarkTextDefault, TextinputColorsDarkTextDisabled, TextinputColorsDarkTextError, TextinputColorsDarkFgDefault, TextinputColorsDarkFgError, TextinputTypeLabelS, TextinputTypeLabelM, TextinputTypeLabelL, RadioSizeS, RadioSizeM, RadioSizeL, RadioSizeXl, RadioGapS, RadioGapM, RadioBorderWeightS, RadioColorsLightBgDefault, RadioColorsLightBgDisabled, RadioColorsLightBorderDefault, RadioColorsLightBorderDisabled, RadioColorsLightFgDefault, RadioColorsLightFgDisabled, RadioColorsLightTextDefault, RadioColorsLightTextDisabled, RadioColorsDarkBgDefault, RadioColorsDarkBgDisabled, RadioColorsDarkBorderDefault, RadioColorsDarkBorderDisabled, RadioColorsDarkFgDefault, RadioColorsDarkFgDisabled, RadioColorsDarkTextDefault, RadioColorsDarkTextDisabled, RadioTypeLabelS, RadioTypeLabelM, RadioTypeLabelL, SwitchSizeS, SwitchSizeM, SwitchBorderWeightS, SwitchColorsLightBgDefault, SwitchColorsLightBgDisabled, SwitchColorsLightBgStrong, SwitchColorsLightBgSubtle, SwitchColorsLightBorderDefault, SwitchColorsLightBorderDisabled, SwitchColorsLightBorderStrong, SwitchColorsLightFgDefault, SwitchColorsLightFgDisabled, SwitchColorsLightTextDefault, SwitchColorsLightTextDisabled, SwitchColorsDarkBgDefault, SwitchColorsDarkBgDisabled, SwitchColorsDarkBgStrong, SwitchColorsDarkBgSubtle, SwitchColorsDarkBorderDefault, SwitchColorsDarkBorderDisabled, SwitchColorsDarkBorderStrong, SwitchColorsDarkFgDefault, SwitchColorsDarkFgDisabled, SwitchColorsDarkTextDefault, SwitchColorsDarkTextDisabled, SwitchBorderRadiusS, SwitchBoxShadow01, SwitchBoxShadow02, SwitchGapS, SwitchGapM, SwitchTypeLabelS, SwitchTypeLabelM, SwitchTypeLabelL, SemFontFamilyHeading, SemFontFamilyBody, SemFontFamilyInterface, SemFontWeightRegular, SemFontWeightSemi, SemFontWeightBold, SemFontWeightButton, SemFontWeightSemiBold, SemTypeBodyRegXs, SemTypeBodyRegS, SemTypeBodyRegM, SemTypeBodyRegL, SemTypeBodyBoldXs, SemTypeBodyBoldS, SemTypeBodyBoldM, SemTypeBodyBoldL, SemTypeBodySemiXs, SemTypeBodySemiS, SemTypeBodySemiM, SemTypeBodySemiL, SemTypeInterfaceRegXs, SemTypeInterfaceRegS, SemTypeInterfaceRegM, SemTypeInterfaceRegL, SemTypeInterfaceSemiXs, SemTypeInterfaceSemiS, SemTypeInterfaceSemiM, SemTypeInterfaceSemiL, SemTypeInterfaceBoldXs, SemTypeInterfaceBoldS, SemTypeInterfaceBoldM, SemTypeInterfaceBoldL, SemTypeInterfaceButtonS, SemTypeInterfaceButtonM, SemTypeInterfaceButtonL, SemTypeInterfaceCardSemiM, SemTypeInterfaceCardSemiL, SemTypeInterfaceCardSemiXl, SemTypeInterfaceCardSemiS, SemTypeInterfaceAlertTitleM, SemTypeInterfaceProgressBarTitleM, SemTypeSupportRegXs, SemTypeSupportRegS, SemTypeSupportRegM, SemTypeSupportRegL, SemTypeMobileSemiXxxs, SemTypeMobileSemiXxs, SemTypeMobileSemiXs, SemTypeMobileSemiS, SemTypeMobileSemiM, SemTypeMobileSemiL, SemTypeMobileSemiXl, SemTypeMobileSemiXxl, SemTypeMobileSemiXxxl, SemTypeMobileBoldXxxs, SemTypeMobileBoldXxs, SemTypeMobileBoldXs, SemTypeMobileBoldS, SemTypeMobileBoldM, SemTypeMobileBoldL, SemTypeMobileBoldXl, SemTypeMobileBoldXxl, SemTypeMobileBoldXxxl, SemTypeTabletSemiM, SemTypeTabletSemiL, SemTypeTabletSemiXl, SemTypeTabletSemiXxl, SemTypeTabletSemiXxxl, SemTypeTabletBoldM, SemTypeTabletBoldL, SemTypeTabletBoldXl, SemTypeTabletBoldXxl, SemTypeTabletBoldXxxl, SemTypeDesktopSemiM, SemTypeDesktopSemiL, SemTypeDesktopSemiXl, SemTypeDesktopSemiXxl, SemTypeDesktopSemiXxxl, SemTypeDesktopBoldM, SemTypeDesktopBoldL, SemTypeDesktopBoldXl, SemTypeDesktopBoldXxl, SemTypeDesktopBoldXxxl, SemTypeLabelRegXxs, SemTypeLabelRegXs, SemTypeLabelRegM, SemTypeLabelRegL, SemTypeLabelRegXl, SemTypeLabelRegS, SemFontSize75, SemFontSize87, SemFontSize100, SemFontSize125, SemFontSize150, SemFontSize175, SemFontSize200, SemFontSize225, SemFontSize250, SemFontSize300, SemFontSize350, SemFontSize400, SemFontSize500, SemFontSize750, SemLineHeightBaseScaleXxxs, SemLineHeightBaseScaleXxs, SemLineHeightBaseScaleXs, SemLineHeightBaseScaleS, SemLineHeightBaseScaleM, SemLineHeightBaseScaleL, SemLineHeightBaseScaleXl, SemLineHeightBaseScaleXxl, SemLineHeightBaseScaleXxxl, SemLineHeightBaseScaleXxxxl, SemLineHeightBaseScaleXxxxxl, SemLineHeightBaseScaleXxxxxxl, SemLineHeightBaseScaleXxxxxxxl, SemLineHeightInterfaceNone, SemLineHeightInterfaceXxxs, SemLineHeightInterfaceXxs, SemLineHeightInterfaceXs, SemLineHeightInterfaceS, SemLineHeightInterfaceM, SemLineHeightInterfaceL, SemParagraphSpacingHeading, SemParagraphSpacingBody, SemParagraphSpacingInterface, SemSizeIconXxxs, SemSizeIconXxs, SemSizeIconXs, SemSizeIconS, SemSizeIconM, SemSizeIconMl, SemSizeIconL, SemSizeIconXl, SemSizeIconXxl, SemSizeIconXxxl, SemSizeIconXxxxl, SemSizeIconXxxxxl, SemSizeIconXxxxxxl, SemSizeIconXxxxs, SemSizeIconXxxxxxs, SemSizeAll5, SemSizeAll10, SemSizeAll20, SemSizeAll30, SemSizeAll40, SemSizeAll45, SemSizeAll50, SemSizeAll60, SemSizeAll70, SemSizeAll75, SemSizeAll80, SemSizeAll85, SemSizeAll90, SemSizeAll95, SemSizeAll100, SemSizeAll110, SemSizeAll115, SemSizeAll120, SemSizeAll130, SemSizeAll140, SemSizeAll142, SemSizeAll145, SemSizeAll150, SemSizeAll155, SemSizeAll160, SemSizeAll162, SemSizeAll165, SemSizeAll170, SemSizeAll175, SemSizeAll178, SemSizeAll180, SemSizeAll182, SemSizeAll185, SemSizeAll190, SemSizeAll195, SemSizeAll200, SemSizeAll210, SemSizeAll220, SemSizeAll230, SemSizeAll240, SemSizeBreakpointsXs, SemSizeBreakpointsS, SemSizeBreakpointsM, SemSizeBreakpointsL, SemSizeBreakpointsXl, SemSizeBreakpointsXxl, SemSizeVertical10, SemSizeVertical20, SemSizeVertical30, SemSizeVertical40, SemSizeVertical50, SemSizeVertical60, SemSizeVertical70, SemSizeVertical80, SemSizeVertical90, SemSizeVertical100, SemSizeVertical110, SemSizeVertical120, SemSizeVertical130, SemSpacePadding5, SemSpacePadding10, SemSpacePadding15, SemSpacePadding20, SemSpacePadding30, SemSpacePadding40, SemSpacePadding45, SemSpacePadding50, SemSpacePadding60, SemSpacePadding70, SemSpacePadding80, SemSpacePadding90, SemSpacePadding100, SemSpacePadding110, SemSpacePadding120, SemSpacePadding130, SemSpacePadding140, SemSpacePadding145, SemSpacePadding150, SemSpacePadding160, SemSpacePadding170, SemSpacePadding180, SemSpacePadding190, SemSpaceGap5, SemSpaceGap10, SemSpaceGap20, SemSpaceGap30, SemSpaceGap40, SemSpaceGap60, SemSpaceGap70, SemSpaceGap80, SemSpaceGap90, SemSpaceGap100, SemSpaceGap110, SemSpaceGap120, SemSpaceGap130, SemSpaceGap140, SemSpaceGap150, SemSpaceGap160, SemSpaceGap170, SemSpaceGap180, SemSpaceGap190, SemSpaceGapNone, SemSpaceStack10, SemSpaceStack20, SemSpaceStack30, SemSpaceStack40, SemSpaceStack50, SemSpaceStack60, SemSpaceStack70, SemSpaceStack80, SemSpaceStack90, SemSpaceStack100, SemSpaceStack110, SemSpaceStack120, SemSpaceStack130, SemSpaceStack140, SemSpaceStack150, SemSpaceStack160, SemSpaceStack170, SemSpaceStack180, SemSpaceStack190, SemSpaceStack200, SemSpaceStack210, SemSpaceStack220, SemSpaceStackNone, SemSpaceVariantGap30, SemBorderWidthXxxxs, SemBorderWidthXxxs, SemBorderWidthXxs, SemBorderWidthXs, SemBorderWidthS, SemBorderWidthL, SemBorderWidthXl, SemBorderWidthXxl, SemBorderWidthXxxl, SemBorderWidthM, SemBorderRadiusXxxxxxs, SemBorderRadiusXxxxxs, SemBorderRadiusXxxxs, SemBorderRadiusXxxs, SemBorderRadiusXxs, SemBorderRadiusXs, SemBorderRadiusS, SemBorderRadiusM, SemBorderRadiusL, SemBorderRadiusXl, SemBorderRadiusXxl, SemBorderRadiusXxxl, SemBorderRadiusVariantS, SemBorderRadiusVariantM, SemBorderRadiusVariantL, SemBorderRadiusAlert01, SemBorderRadiusAlert02, SemColorGradientBorder02, SemColorGradientBorder03, SemColorGradientBorder04, SemColorGradientBorder05, SemColorGradientBorder01, SemColorGradientBg10, SemColorGradientBg11, SemColorGradientBg09, SemColorGradientBg08, SemColorGradientBg05, SemColorGradientBg06, SemColorGradientBg07, SemColorGradientBg01, SemColorGradientBg02, SemColorGradientBg03, SemColorGradientBg04, SemColorGradientFg01, SemColorGradientTertiaryLightEmphasis, SemColorGradientTertiaryDarkEmphasis, SemColorStatusBorderLightError, SemColorStatusBorderLightWarning, SemColorStatusBorderLightSuccess, SemColorStatusBorderLightGeneral, SemColorStatusBorderDarkError, SemColorStatusBorderDarkWarning, SemColorStatusBorderDarkGeneral, SemColorStatusBorderDarkSuccess, SemColorStatusBorderDarkErrorSubtle, SemColorStatusBorderDarkWarningSubtle, SemColorStatusBorderDarkSuccessSubtle, SemColorStatusBorderDarkErrorMinimal, SemColorStatusBgLightErrorAlt, SemColorStatusBgLightWarningAlt, SemColorStatusBgLightSuccessAlt, SemColorStatusBgLightWarningStrong, SemColorStatusBgLightErrorStrong, SemColorStatusBgLightError, SemColorStatusBgLightSuccess, SemColorStatusBgLightWarning, SemColorStatusBgLightGeneral, SemColorStatusBgLightGeneralAlt, SemColorStatusBgLightErrorSubtle, SemColorStatusBgLightErrorEmphasis, SemColorStatusBgDarkErrorStrong, SemColorStatusBgDarkWarningStrong, SemColorStatusBgDarkError, SemColorStatusBgDarkSuccess, SemColorStatusBgDarkWarning, SemColorStatusBgDarkGeneral, SemColorStatusBgDarkGeneralAlt, SemColorStatusBgDarkDefault, SemColorStatusBgDarkErrorSubtle, SemColorStatusFgLightError, SemColorStatusFgLightWarning, SemColorStatusFgLightSuccess, SemColorStatusFgLightGeneral, SemColorStatusFgLightWarningAlt, SemColorStatusFgDarkErrorAlt, SemColorStatusFgDarkErrorSubtle, SemColorStatusFgDarkError, SemColorStatusFgDarkWarning, SemColorStatusFgDarkSuccess, SemColorStatusFgDarkSuccessSubtle, SemColorStatusFgDarkWarningAlt, SemColorStatusFgDarkWarningSubtle, SemColorStatusFgDarkGeneral, SemColorBorderPrimaryLightDefault, SemColorBorderPrimaryLightSubtle, SemColorBorderPrimaryLightStrong, SemColorBorderPrimaryLightEmphasis, SemColorBorderPrimaryLightMinimal, SemColorBorderPrimaryLightMinimalAlt, SemColorBorderPrimaryLightEmphasisSubtle, SemColorBorderPrimaryDarkDefault, SemColorBorderPrimaryDarkSubtle, SemColorBorderPrimaryDarkStrong, SemColorBorderPrimaryDarkEmphasis, SemColorBorderPrimaryDarkMinimal, SemColorBorderSecondaryLightDefault, SemColorBorderSecondaryLightSubtle, SemColorBorderSecondaryLightStrong, SemColorBorderSecondaryLightMinimal, SemColorBorderSecondaryLightAlt, SemColorBorderSecondaryLightDefaultAlt, SemColorBorderSecondaryLightMuted, SemColorBorderSecondaryDarkDefault, SemColorBorderSecondaryDarkStrong, SemColorBorderSecondaryDarkSubtle, SemColorBorderSecondaryDarkMinimal, SemColorBorderSecondaryDarkAlt, SemColorBorderSecondaryDarkMuted, SemColorBorderTertiaryLightDefault, SemColorBorderTertiaryDarkDefault, SemColorBgPrimaryLightDefault, SemColorBgPrimaryLightDefaultAlt, SemColorBgPrimaryLightDefaultStrong, SemColorBgPrimaryLightSubtle, SemColorBgPrimaryLightStrong, SemColorBgPrimaryLightEmphasis, SemColorBgPrimaryLightMinimal, SemColorBgPrimaryLightSubtleAlt, SemColorBgPrimaryLightMinimalAlt, SemColorBgPrimaryDarkDefault, SemColorBgPrimaryDarkDefaultAlt, SemColorBgPrimaryDarkStrong, SemColorBgPrimaryDarkSubtle, SemColorBgPrimaryDarkEmphasis, SemColorBgPrimaryDarkMinimal, SemColorBgPrimaryDarkMinimalAlt, SemColorBgSecondaryLightDefault, SemColorBgSecondaryLightDefaultAlt, SemColorBgSecondaryLightSubtle, SemColorBgSecondaryLightStrong, SemColorBgSecondaryLightMinimal, SemColorBgSecondaryLightMinimalAlt, SemColorBgSecondaryLightMuted, SemColorBgSecondaryLightAlt, SemColorBgSecondaryLightStrongAlt, SemColorBgSecondaryLightMutedAlt, SemColorBgSecondaryLightMutedSubtle, SemColorBgSecondaryDarkDefault, SemColorBgSecondaryDarkStrong, SemColorBgSecondaryDarkAlt, SemColorBgSecondaryDarkStrongAlt, SemColorBgSecondaryDarkSubtle, SemColorBgSecondaryDarkMinimal, SemColorBgSecondaryDarkMinimalAlt, SemColorBgSecondaryDarkMuted, SemColorBgSecondaryDarkMutedAlt, SemColorBgTertiaryWarningDefault, SemColorBgTertiaryWarningSubtle, SemColorBgTertiaryWarningStrong, SemColorBgTertiaryStatusLightGeneral, SemColorBgTertiaryStatusLightError, SemColorBgTertiaryStatusLightWarning, SemColorBgTertiaryStatusLightSuccess, SemColorBgTertiaryStatusLightErrorAlt, SemColorBgTertiaryStatusLightSuccessAlt, SemColorTextStatusLightDefault, SemColorTextStatusLightError, SemColorTextStatusLightWarning, SemColorTextStatusLightSuccess, SemColorTextStatusDarkDefault, SemColorTextStatusDarkError, SemColorTextPrimaryLightDefault, SemColorTextPrimaryLightDefaultAlt, SemColorTextPrimaryLightHover, SemColorTextPrimaryLightDefaultStrong, SemColorTextPrimaryLightEmphasis, SemColorTextPrimaryLightSubtle, SemColorTextPrimaryLightStrong, SemColorTextPrimaryDarkDefault, SemColorTextPrimaryDarkStrong, SemColorTextPrimaryDarkDefaultAlt, SemColorTextPrimaryDarkStrongAlt, SemColorTextSecondaryLightDefault, SemColorTextSecondaryLightDefaultAlt, SemColorTextSecondaryLightHover, SemColorTextSecondaryLightDefaultStrong, SemColorTextSecondaryLightEmphasis, SemColorTextSecondaryLightSubtle, SemColorTextSecondaryLightStrong, SemColorTextSecondaryDarkDefault, SemColorTextSecondaryDarkDefaultAlt, SemColorTextSecondaryDarkStrong, SemColorTextSecondaryDarkStrongAlt, SemColorFgPrimaryLightDefault, SemColorFgPrimaryLightSubtle, SemColorFgPrimaryLightStrong, SemColorFgPrimaryLightEmphasis, SemColorFgPrimaryLightVibrant, SemColorFgPrimaryLightMinimal, SemColorFgPrimaryLightDefaultAlt, SemColorFgPrimaryLightSubtleAlt, SemColorFgPrimaryDarkDefault, SemColorFgPrimaryDarkSubtle, SemColorFgPrimaryDarkStrong, SemColorFgPrimaryDarkEmphasis, SemColorFgPrimaryDarkVibrant, SemColorFgSecondaryLightDefault, SemColorFgSecondaryLightSubtle, SemColorFgSecondaryLightStrong, SemColorFgSecondaryLightMinimal, SemColorFgSecondaryLightMuted, SemColorFgSecondaryLightAlt, SemColorFgSecondaryLightDefaultAlt, SemColorFgSecondaryLightSubtleAlt, SemColorFgSecondaryLightStrongAlt, SemColorFgSecondaryLightMinimalAlt, SemColorFgSecondaryLightMutedAlt, SemColorFgSecondaryLightStrongSubtle, SemColorFgSecondaryDarkDefault, SemColorFgSecondaryDarkMuted, SemColorFgSecondaryDarkStrong, SemColorFgSecondaryDarkSubtle, SemColorFgSecondaryDarkMinimal, SemColorFgSecondaryDarkAlt, SemColorFgSecondaryDarkMinimalAlt, SemColorFgSecondaryDarkSubtleAlt, SemColorOverlayGradientFaded, SemColorOverlayGradientDarkFaded, SemColorOverlayFlatDefault, SemColorOverlayFlatLight, SemColorOverlayFlatBrand, SemInnerShadow01, SemInnerShadow02, SemUnderline, SemLineThrough, SemScaleModifier1, SemScaleModifier3, SemScaleModifier2, SemScaleModifier4 };