@arc-ui/tokens-bt-enterprise 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.
- package/dist/index.cjs.d.ts +86 -22
- package/dist/index.cjs.js +159 -31
- package/dist/index.css +85 -21
- package/dist/index.es.js +86 -22
- package/dist/scss/index.scss +85 -21
- package/package.json +2 -2
package/dist/index.cjs.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Fri, 25 Oct 2024 08:31:41 GMT
|
|
4
4
|
*/
|
|
5
5
|
declare const CardColorsLightBgDefault = "#5514b4";
|
|
6
6
|
declare const CardColorsLightBgDefaultAlt = "#ffffff";
|
|
@@ -22,6 +22,7 @@ declare const CardColorsDarkBorderHover = "#ffb7fe";
|
|
|
22
22
|
declare const CardColorsDarkTextDefault = "#ffffff";
|
|
23
23
|
declare const CardColorsDarkTextHover = "#ffb7fe";
|
|
24
24
|
declare const CardColorsDarkTextSupport = "#e3e3e3";
|
|
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
|
|
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";
|
|
@@ -239,10 +241,11 @@ declare const FilterColorsDarkBgDefault = "#000000";
|
|
|
239
241
|
declare const FilterColorsDarkTextDefault = "#5514b4";
|
|
240
242
|
declare const FilterColorsDarkTextDefaultAlt = "#efe5f7";
|
|
241
243
|
declare const FilterColorsDarkTextHover = "#ffe4ff";
|
|
242
|
-
declare const
|
|
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,10 +257,11 @@ 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
|
|
260
|
-
declare const
|
|
263
|
+
declare const ContentSwitcherColorsLightBgSelected = "#000000";
|
|
264
|
+
declare const ContentSwitcherColorsLightBgSelectedHover = "#3f187f";
|
|
261
265
|
declare const ContentSwitcherColorsLightBgDisabled = "rgba(255,255,255,0)";
|
|
262
266
|
declare const ContentSwitcherColorsLightBorderDefault = "#5514b4";
|
|
263
267
|
declare const ContentSwitcherColorsLightBorderPressed = "#2a1c4a";
|
|
@@ -290,6 +294,26 @@ declare const ContentSwitcherColorsDarkTextHover = "#ffb7fe";
|
|
|
290
294
|
declare const ContentSwitcherColorsDarkTextPressed = "#fbf1f8";
|
|
291
295
|
declare const ContentSwitcherColorsDarkTextDisabled = "#c8c8c8";
|
|
292
296
|
declare const ContentSwitcherBorderRadiusPill = "1000px";
|
|
297
|
+
declare const ContentSwitcherBorderRadiusXl = "32px";
|
|
298
|
+
declare const ContentSwitcherBorderWeightS = "2px";
|
|
299
|
+
declare const ContentSwitcherElevations02 = "0 0 1px 0 rgba( 0, 0, 0 , 0.20), 0 4px 12px 0 rgba( 0, 0, 0 , 0.10)";
|
|
300
|
+
declare const HerobannerPaddingS = "24px";
|
|
301
|
+
declare const HerobannerPaddingM = "40px";
|
|
302
|
+
declare const HerobannerPaddingL = "64px";
|
|
303
|
+
declare const HerobannerGapS = "8px";
|
|
304
|
+
declare const HerobannerGapM = "16px";
|
|
305
|
+
declare const HerobannerGapL = "32px";
|
|
306
|
+
declare const HerobannerRadiusL = "8px";
|
|
307
|
+
declare const HerobannerRadiusM = "24px";
|
|
308
|
+
declare const HerobannerBorderDefault = "1px solid #c8c8c8";
|
|
309
|
+
declare const HerobannerColorLightBgDefault = "hsla(283, 30%, 95%, 1)";
|
|
310
|
+
declare const HerobannerColorLightBgContained = "#ffffff";
|
|
311
|
+
declare const HerobannerColorLightBgGradient = "radial-gradient(at 76% 44%, hsla(283, 30%, 95%, 1) 0px, transparent 50%), radial-gradient(at 33% 56%, hsla(283, 30%, 95%, 1) 0px, transparent 50%), radial-gradient(at 0% 99%, hsla(200, 67%, 84%, 0.87) 0px, transparent 50%), radial-gradient(at 23% 99%, hsla(240, 44%, 82%, 1) 0px, transparent 50%), radial-gradient(at 99% 35%, hsla(240, 44%, 82%, 1) 0px, transparent 50%), radial-gradient(at 100% 0%, hsla(264, 40%, 80%, 1) 0px, transparent 50%), radial-gradient(at 64% 0%, hsla(222, 35%, 86%, 1) 0px, transparent 50%), radial-gradient(at 0% 0%, hsla(283, 30%, 95%, 1) 0px, transparent 50%)";
|
|
312
|
+
declare const HerobannerColorLightTextDefault = "#2a2a2a";
|
|
313
|
+
declare const HerobannerColorDarkBgDefault = "hsla(262, 82%, 38%, 1)";
|
|
314
|
+
declare const HerobannerColorDarkBgGradient = "radial-gradient(at 99% 99%, hsla(243, 45%, 56%, 1) 0px, transparent 50%), radial-gradient(at 0% 99%, hsla(244, 46%, 56%, 1) 0px, transparent 50%), radial-gradient(at 65% 87%, hsla(217, 62%, 65%, 1) 0px, transparent 50%), radial-gradient(at 28% 33%, hsla(268, 60%, 49%, 1) 0px, transparent 50%), radial-gradient(at 87% 52%, hsla(272, 85%, 38%, 1) 0px, transparent 50%), radial-gradient(at 43% 98%, hsla(214, 20%, 73%, 1) 0px, transparent 50%)";
|
|
315
|
+
declare const HerobannerColorDarkTextDefault = "#ffffff";
|
|
316
|
+
declare const HerobannerBoxShadow01 = "-24px -24px 150px 0 rgba(210, 244, 250, 45%), 24px 24px 150px 0 rgba(252, 205, 253, 45%)";
|
|
293
317
|
declare const BoxPaddingS = "16px";
|
|
294
318
|
declare const BoxBorderRadiusS = "8px";
|
|
295
319
|
declare const BoxBorderWeightXs = "1px";
|
|
@@ -324,6 +348,8 @@ declare const DisclosureMiniColorsDarkFgDefault = "#ff80ff";
|
|
|
324
348
|
declare const DisclosureMiniColorsDarkTextDefault = "#ff80ff";
|
|
325
349
|
declare const DisclosureMiniColorsDarkTextStrong = "#ffffff";
|
|
326
350
|
declare const DisclosurePaddingS = "16px";
|
|
351
|
+
declare const DisclosurePaddingL = "40px";
|
|
352
|
+
declare const DisclosurePaddingXl = "56px";
|
|
327
353
|
declare const DisclosureGapS = "20px";
|
|
328
354
|
declare const DisclosureSizeS = "58px";
|
|
329
355
|
declare const DisclosureBorderWeightS = "1px";
|
|
@@ -333,13 +359,16 @@ declare const DisclosureColorsLightBorderSubtle = "#c8c8c8";
|
|
|
333
359
|
declare const DisclosureColorsLightFgDefault = "#5514b4";
|
|
334
360
|
declare const DisclosureColorsLightFgHover = "#3f187f";
|
|
335
361
|
declare const DisclosureColorsLightTextDefault = "#5514b4";
|
|
362
|
+
declare const DisclosureColorsLightTextBody = "#2a2a2a";
|
|
336
363
|
declare const DisclosureColorsLightTextHover = "#3f187f";
|
|
337
364
|
declare const DisclosureColorsDarkBgHover = "#2a2a2a";
|
|
338
365
|
declare const DisclosureColorsDarkBorderSubtle = "#6b6b6b";
|
|
339
366
|
declare const DisclosureColorsDarkFgDefault = "#ff80ff";
|
|
340
367
|
declare const DisclosureColorsDarkFgHover = "#ffb7fe";
|
|
341
368
|
declare const DisclosureColorsDarkTextDefault = "#ff80ff";
|
|
369
|
+
declare const DisclosureColorsDarkTextBody = "#ffe4ff";
|
|
342
370
|
declare const DisclosureColorsDarkTextHover = "#ffb7fe";
|
|
371
|
+
declare const DisclosureTypeLabelL = "500 20px/1 'BT Curve'";
|
|
343
372
|
declare const AvatarSizeS = "32px";
|
|
344
373
|
declare const AvatarSizeM = "48px";
|
|
345
374
|
declare const AvatarSizeL = "64px";
|
|
@@ -654,6 +683,11 @@ declare const BacktotopColorsDarkFgDefault = "#2a2a2a";
|
|
|
654
683
|
declare const BacktotopColorsDarkFgDefaultAlt = "#ffffff";
|
|
655
684
|
declare const BacktotopColorsDarkTextDefault = "#2a2a2a";
|
|
656
685
|
declare const BacktotopColorsDarkTextDefaultAlt = "#ffffff";
|
|
686
|
+
declare const Elevation01 = "0 0 1px 0 rgba( 0, 0, 0 , 0.20), 0 2px 6px 0 rgba( 0, 0, 0 , 0.10)";
|
|
687
|
+
declare const Elevation02 = "0 0 1px 0 rgba( 0, 0, 0 , 0.20), 0 4px 12px 0 rgba( 0, 0, 0 , 0.10)";
|
|
688
|
+
declare const Elevation03 = "0 0 1px 0 rgba( 0, 0, 0 , 0.20), 0 8px 16px 0 rgba( 0, 0, 0 , 0.10)";
|
|
689
|
+
declare const Elevation04 = "0 0 1px 0 rgba( 0, 0, 0 , 0.20), 0 16px 20px 0 rgba( 0, 0, 0 , 0.10)";
|
|
690
|
+
declare const Elevation05 = "0 0 1px 0 rgba( 0, 0, 0 , 0.20), 0 24px 32px 0 rgba( 0, 0, 0 , 0.10)";
|
|
657
691
|
declare const VerticalSpaceSize4 = "4px";
|
|
658
692
|
declare const VerticalSpaceSize8 = "8px";
|
|
659
693
|
declare const VerticalSpaceSize12 = "12px";
|
|
@@ -678,7 +712,7 @@ declare const LogosSizeM = "40px";
|
|
|
678
712
|
declare const LogosColorsLightFgDefault = "#5514b4";
|
|
679
713
|
declare const LogosColorsLightFgStrong = "#2a2a2a";
|
|
680
714
|
declare const LogosColorsLightFgVariant = "linear-gradient(90deg, #5514b4 8.33%, #7e2ec6 100%)";
|
|
681
|
-
declare const LogosColorsDarkFgDefault = "#
|
|
715
|
+
declare const LogosColorsDarkFgDefault = "#FFFFFF";
|
|
682
716
|
declare const SurfaceColorsBgDarkBrand01 = "#5514b4";
|
|
683
717
|
declare const SurfaceColorsBgDarkBrand02 = "linear-gradient(90deg, #5514b4 8.33%, #7e2ec6 100%)";
|
|
684
718
|
declare const SurfaceColorsBgDarkNeutral01 = "#434343";
|
|
@@ -714,7 +748,6 @@ declare const AlertPaddingM = "10px";
|
|
|
714
748
|
declare const AlertBorderRadiusS = "4px";
|
|
715
749
|
declare const AlertBorderWeightS = "1px";
|
|
716
750
|
declare const AlertBorderWeightM = "4px";
|
|
717
|
-
declare const AlertBoxShadow01 = "sem.box-shadow.01";
|
|
718
751
|
declare const AlertColorsStatusLightBgSubtleDefault = "#f7f7f7";
|
|
719
752
|
declare const AlertColorsStatusLightBgSubtleError = "#ffe9ec";
|
|
720
753
|
declare const AlertColorsStatusLightBgSubtleWarning = "#fef6de";
|
|
@@ -739,6 +772,7 @@ declare const AlertSizeIconS = "24px";
|
|
|
739
772
|
declare const AlertGapS = "0px";
|
|
740
773
|
declare const BadgeSizeS = "24px";
|
|
741
774
|
declare const BadgePaddingS = "8px";
|
|
775
|
+
declare const BadgePaddingXxs = "1px";
|
|
742
776
|
declare const BadgeBorderRadiusS = "1000px";
|
|
743
777
|
declare const BadgeColorsBgDefault = "#2a2a2a";
|
|
744
778
|
declare const BadgeColorsBgError = "#da020f";
|
|
@@ -758,7 +792,7 @@ declare const StepperPaddingS = "16px";
|
|
|
758
792
|
declare const StepperPaddingM = "24px";
|
|
759
793
|
declare const StepperGapS = "16px";
|
|
760
794
|
declare const StepperGapM = "24px";
|
|
761
|
-
declare const StepperColorsLightBgDefault = "#
|
|
795
|
+
declare const StepperColorsLightBgDefault = "#5514b4";
|
|
762
796
|
declare const StepperColorsLightBgSubtle = "#c8c8c8";
|
|
763
797
|
declare const StepperColorsLightBgError = "#da020f";
|
|
764
798
|
declare const StepperColorsLightBgWarning = "#ffa200";
|
|
@@ -777,6 +811,8 @@ declare const StepperColorsLightFgVariant = "#5514b4";
|
|
|
777
811
|
declare const StepperColorsLightTextDefault = "#2a2a2a";
|
|
778
812
|
declare const StepperColorsLightTextHover = "#3f187f";
|
|
779
813
|
declare const StepperColorsLightTextSubtle = "#6b6b6b";
|
|
814
|
+
declare const StepperColorsLightPluseFrom = "rgba(85, 20, 180, 20%);";
|
|
815
|
+
declare const StepperColorsLightPluseTo = "rgba(85, 20, 180, 0%);";
|
|
780
816
|
declare const StepperColorsDarkBgDefault = "#ff80ff";
|
|
781
817
|
declare const StepperColorsDarkBgSubtle = "#6b6b6b";
|
|
782
818
|
declare const StepperColorsDarkBgStrong = "#ffffff";
|
|
@@ -801,6 +837,14 @@ declare const StepperColorsDarkTextHover = "#ffb7fe";
|
|
|
801
837
|
declare const StepperColorsDarkTextSubtle = "#c8c8c8";
|
|
802
838
|
declare const StepperBorderWeightS = "1px";
|
|
803
839
|
declare const StepperBorderWeightM = "2px";
|
|
840
|
+
declare const StepperBorderRadius = "50px";
|
|
841
|
+
declare const SpinnerSizeS = "16px";
|
|
842
|
+
declare const SpinnerSizeM = "24px";
|
|
843
|
+
declare const SpinnerSizeL = "32px";
|
|
844
|
+
declare const SpinnerSizeXl = "40px";
|
|
845
|
+
declare const SpinnerSizeXxl = "48px";
|
|
846
|
+
declare const SpinnerColorsLightFgDefault = "#5514b4";
|
|
847
|
+
declare const SpinnerColorsDarkFgDefault = "#ff80ff";
|
|
804
848
|
declare const ToastSizeS = "40px";
|
|
805
849
|
declare const ToastPaddingS = "8px";
|
|
806
850
|
declare const ToastBorderRadiusS = "4px";
|
|
@@ -835,6 +879,7 @@ declare const ToastColorsStatusDarkFgError = "#da020f";
|
|
|
835
879
|
declare const ToastColorsStatusDarkFgWarning = "#2a2a2a";
|
|
836
880
|
declare const ToastColorsStatusDarkFgSuccess = "#088003";
|
|
837
881
|
declare const ToastColorsStatusDarkTextDefault = "#2a2a2a";
|
|
882
|
+
declare const ToastBoxShadow01 = "0 0 1px 0 rgba( 0, 0, 0 , 0.20), 0 4px 12px 0 rgba( 0, 0, 0 , 0.10)";
|
|
838
883
|
declare const ProgressBarGapS = "4px";
|
|
839
884
|
declare const ProgressBarGapM = "8px";
|
|
840
885
|
declare const ProgressBarSizeS = "12px";
|
|
@@ -916,7 +961,7 @@ declare const DatePickerColorsLightFgError = "#da020f";
|
|
|
916
961
|
declare const DatePickerColorsLightTextDefault = "#5514b4";
|
|
917
962
|
declare const DatePickerColorsLightTextDefaultAlt = "#ffffff";
|
|
918
963
|
declare const DatePickerColorsLightTextStrong = "#2a2a2a";
|
|
919
|
-
declare const DatePickerColorsLightTextDisabled = "#
|
|
964
|
+
declare const DatePickerColorsLightTextDisabled = "#AAAAAA";
|
|
920
965
|
declare const DatePickerColorsLightTextError = "#da020f";
|
|
921
966
|
declare const DatePickerColorsLightTextHint = "#6b6b6b";
|
|
922
967
|
declare const DatePickerGapXs = "4px";
|
|
@@ -926,6 +971,12 @@ declare const DatePickerGapL = "40px";
|
|
|
926
971
|
declare const DatePickerSizeIconS = "24px";
|
|
927
972
|
declare const DatePickerSizeIconM = "32px";
|
|
928
973
|
declare const DatePickerSizeIconL = "40px";
|
|
974
|
+
declare const DatePickerTypeLabelS = "500 14px/1 'BT Curve'";
|
|
975
|
+
declare const DatePickerTypeLabelM = "500 16px/1 'BT Curve'";
|
|
976
|
+
declare const DatePickerTypeLabelL = "500 20px/1 'BT Curve'";
|
|
977
|
+
declare const DatepickerTypeLabelS = "500 14px/1 'BT Curve'";
|
|
978
|
+
declare const DatepickerTypeLabelM = "500 16px/1 'BT Curve'";
|
|
979
|
+
declare const DatepickerTypeLabelL = "500 20px/1 'BT Curve'";
|
|
929
980
|
declare const SelectSizeS = "32px";
|
|
930
981
|
declare const SelectSizeM = "44px";
|
|
931
982
|
declare const SelectSizeL = "64px";
|
|
@@ -949,7 +1000,7 @@ declare const SelectColorsLightBgDefault = "#ffffff";
|
|
|
949
1000
|
declare const SelectColorsLightBgHover = "#ffffff";
|
|
950
1001
|
declare const SelectColorsLightBgDisabled = "#f0f0f0";
|
|
951
1002
|
declare const SelectColorsLightBgError = "#ffe9ec";
|
|
952
|
-
declare const SelectColorsLightBgHoverAlt = "#
|
|
1003
|
+
declare const SelectColorsLightBgHoverAlt = "#F0F0F0";
|
|
953
1004
|
declare const SelectColorsLightBgSelected = "#efe5f7";
|
|
954
1005
|
declare const SelectColorsLightBorderDefault = "#2a2a2a";
|
|
955
1006
|
declare const SelectColorsLightBorderHover = "#3f187f";
|
|
@@ -987,6 +1038,9 @@ declare const SelectColorsDarkFgError = "#fa9590";
|
|
|
987
1038
|
declare const SelectBorderRadiusTestS = "0px";
|
|
988
1039
|
declare const SelectBorderRadiusTestM = "0px";
|
|
989
1040
|
declare const SelectBorderRadiusTestL = "0px";
|
|
1041
|
+
declare const SelectTypeLabelS = "500 14px/1 'BT Curve'";
|
|
1042
|
+
declare const SelectTypeLabelM = "500 16px/1 'BT Curve'";
|
|
1043
|
+
declare const SelectTypeLabelL = "500 20px/1 'BT Curve'";
|
|
990
1044
|
declare const CheckboxSizeS = "24px";
|
|
991
1045
|
declare const CheckboxSizeL = "36px";
|
|
992
1046
|
declare const CheckboxPaddingS = "2px";
|
|
@@ -1019,10 +1073,14 @@ declare const CheckboxColorsDarkBorderDisabled = "#808080";
|
|
|
1019
1073
|
declare const CheckboxColorsDarkBorderError = "#fa9590";
|
|
1020
1074
|
declare const CheckboxColorsDarkTextDefault = "#ffffff";
|
|
1021
1075
|
declare const CheckboxColorsDarkTextDisabled = "#c8c8c8";
|
|
1022
|
-
declare const
|
|
1023
|
-
declare const
|
|
1076
|
+
declare const CheckboxTypeLabelS = "500 14px/1 'BT Curve'";
|
|
1077
|
+
declare const CheckboxTypeLabelM = "500 16px/1 'BT Curve'";
|
|
1078
|
+
declare const CheckboxTypeLabelL = "500 20px/1 'BT Curve'";
|
|
1079
|
+
declare const TextareaPaddingS = "12px";
|
|
1080
|
+
declare const TextareaPaddingM = "10px";
|
|
1024
1081
|
declare const TextareaSizeIconS = "16px";
|
|
1025
1082
|
declare const TextareaBorderRadiusS = "4px";
|
|
1083
|
+
declare const TextareaBorderRadiusXs = "4px";
|
|
1026
1084
|
declare const TextareaBorderWeightS = "1px";
|
|
1027
1085
|
declare const TextareaBorderWeightM = "2px";
|
|
1028
1086
|
declare const TextareaBorderWeightL = "4px";
|
|
@@ -1058,6 +1116,9 @@ declare const TextareaColorsDarkBorderError = "#fa9590";
|
|
|
1058
1116
|
declare const TextareaColorsDarkTextStrong = "#ffffff";
|
|
1059
1117
|
declare const TextareaColorsDarkTextDisabled = "#c8c8c8";
|
|
1060
1118
|
declare const TextareaColorsDarkTextError = "#fa9590";
|
|
1119
|
+
declare const TextareaTypeLabelS = "500 14px/1 'BT Curve'";
|
|
1120
|
+
declare const TextareaTypeLabelM = "500 16px/1 'BT Curve'";
|
|
1121
|
+
declare const TextareaTypeLabelL = "500 20px/1 'BT Curve'";
|
|
1061
1122
|
declare const TextinputSizeS = "32px";
|
|
1062
1123
|
declare const TextinputSizeM = "44px";
|
|
1063
1124
|
declare const TextinputSizeL = "64px";
|
|
@@ -1101,6 +1162,9 @@ declare const TextinputColorsDarkTextDisabled = "#c8c8c8";
|
|
|
1101
1162
|
declare const TextinputColorsDarkTextError = "#fa9590";
|
|
1102
1163
|
declare const TextinputColorsDarkFgDefault = "#ffffff";
|
|
1103
1164
|
declare const TextinputColorsDarkFgError = "#fa9590";
|
|
1165
|
+
declare const TextinputTypeLabelS = "500 14px/1 'BT Curve'";
|
|
1166
|
+
declare const TextinputTypeLabelM = "500 16px/1 'BT Curve'";
|
|
1167
|
+
declare const TextinputTypeLabelL = "500 20px/1 'BT Curve'";
|
|
1104
1168
|
declare const RadioSizeS = "12px";
|
|
1105
1169
|
declare const RadioSizeM = "20px";
|
|
1106
1170
|
declare const RadioSizeL = "24px";
|
|
@@ -1124,6 +1188,9 @@ declare const RadioColorsDarkFgDefault = "#ff80ff";
|
|
|
1124
1188
|
declare const RadioColorsDarkFgDisabled = "#c8c8c8";
|
|
1125
1189
|
declare const RadioColorsDarkTextDefault = "#ffffff";
|
|
1126
1190
|
declare const RadioColorsDarkTextDisabled = "#c8c8c8";
|
|
1191
|
+
declare const RadioTypeLabelS = "500 14px/1 'BT Curve'";
|
|
1192
|
+
declare const RadioTypeLabelM = "500 16px/1 'BT Curve'";
|
|
1193
|
+
declare const RadioTypeLabelL = "500 20px/1 'BT Curve'";
|
|
1127
1194
|
declare const SwitchSizeS = "24px";
|
|
1128
1195
|
declare const SwitchSizeM = "32px";
|
|
1129
1196
|
declare const SwitchBorderWeightS = "2px";
|
|
@@ -1154,6 +1221,9 @@ declare const SwitchBoxShadow01 = "0 0 0 2px #8449cc";
|
|
|
1154
1221
|
declare const SwitchBoxShadow02 = "0 0 0 2px #fd51ff";
|
|
1155
1222
|
declare const SwitchGapS = "8px";
|
|
1156
1223
|
declare const SwitchGapM = "12px";
|
|
1224
|
+
declare const SwitchTypeLabelS = "500 14px/1 'BT Curve'";
|
|
1225
|
+
declare const SwitchTypeLabelM = "500 16px/1 'BT Curve'";
|
|
1226
|
+
declare const SwitchTypeLabelL = "500 20px/1 'BT Curve'";
|
|
1157
1227
|
declare const SemFontFamilyHeading = "'BT Curve'";
|
|
1158
1228
|
declare const SemFontFamilyBody = "'BT Curve'";
|
|
1159
1229
|
declare const SemFontFamilyInterface = "'BT Curve'";
|
|
@@ -1200,7 +1270,7 @@ declare const SemTypeInterfaceCardSemiM = "500 24px/32px 'BT Curve'";
|
|
|
1200
1270
|
declare const SemTypeInterfaceCardSemiL = "500 28px/36px 'BT Curve'";
|
|
1201
1271
|
declare const SemTypeInterfaceCardSemiXl = "500 32px/40px 'BT Curve'";
|
|
1202
1272
|
declare const SemTypeInterfaceProgressBarTitleM = "400 16px/16px 'BT Curve'";
|
|
1203
|
-
declare const SemTypeInterfaceAlertTitleM = "
|
|
1273
|
+
declare const SemTypeInterfaceAlertTitleM = "500 16px/24px 'BT Curve'";
|
|
1204
1274
|
declare const SemTypeSupportRegXs = "400 12px/16px 'BT Curve'";
|
|
1205
1275
|
declare const SemTypeSupportRegS = "400 14px/20px 'BT Curve'";
|
|
1206
1276
|
declare const SemTypeSupportRegM = "400 16px/24px 'BT Curve'";
|
|
@@ -1337,8 +1407,8 @@ declare const SemSizeAll210 = "384px";
|
|
|
1337
1407
|
declare const SemSizeAll220 = "472px";
|
|
1338
1408
|
declare const SemSizeAll230 = "591px";
|
|
1339
1409
|
declare const SemSizeAll240 = "800px";
|
|
1340
|
-
declare const SemSizeBreakpointsXs = "320px"; // Extra Small (XS) - 320px or under
|
|
1341
|
-
declare const SemSizeBreakpointsS = "
|
|
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.
|
|
1342
1412
|
declare const SemSizeBreakpointsM = "768px"; // Medium (MD) - 768px to 991px: This is commonly used for larger tablets and smaller desktop screens.
|
|
1343
1413
|
declare const SemSizeBreakpointsL = "1024px"; // Large (LG) - 1024px - 1279px: This breakpoint is often applied to larger desktop screens and some laptops.
|
|
1344
1414
|
declare const SemSizeBreakpointsXl = "1280px"; // Extra Large (XL) - 1280px and above: This breakpoint is used for very large desktop screens.
|
|
@@ -1661,16 +1731,10 @@ declare const SemColorOverlayFlatLight = "rgba(255,255,255,0.5)";
|
|
|
1661
1731
|
declare const SemColorOverlayFlatBrand = "rgba(85,20,180,0.5)";
|
|
1662
1732
|
declare const SemInnerShadow01 = "inset 0 1px 0 0 #c8c8c8";
|
|
1663
1733
|
declare const SemInnerShadow02 = "inset 0 1px 0 0 #c8c8c8";
|
|
1664
|
-
declare const SemBoxShadow01 = "0 2px 6px 2px rgba( 0, 0, 0 , 0.25)";
|
|
1665
|
-
declare const SemBoxShadow02 = "-8px 8px 36px 0 rgba( 0, 0, 0 , 0.25)";
|
|
1666
|
-
declare const SemBoxShadow03 = "0 2px 6px 2px rgba( 0, 0, 0 , 0.9 )";
|
|
1667
|
-
declare const SemBoxShadow04 = "-8px 8px 36px 0 rgba( 0, 0, 0 , 0.9)";
|
|
1668
|
-
declare const SemBoxShadow05 = "0 0 0 2px #8449cc";
|
|
1669
|
-
declare const SemBoxShadow06 = "0 0 0 2px #fd51ff";
|
|
1670
1734
|
declare const SemUnderline = "underline";
|
|
1671
1735
|
declare const SemLineThrough = "line-through";
|
|
1672
1736
|
declare const SemScaleModifier1 = "0";
|
|
1673
1737
|
declare const SemScaleModifier2 = "0";
|
|
1674
1738
|
declare const SemScaleModifier3 = "0";
|
|
1675
1739
|
declare const SemScaleModifier4 = "0";
|
|
1676
|
-
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, SemTypeLabelRegXxs, SemTypeLabelRegXs, SemTypeLabelRegS, SemTypeLabelRegM, SemTypeLabelRegL, SemTypeLabelRegXl, SemTypeInterfaceRegXs, SemTypeInterfaceRegS, SemTypeInterfaceRegM, SemTypeInterfaceRegL, SemTypeInterfaceSemiXs, SemTypeInterfaceSemiS, SemTypeInterfaceSemiM, SemTypeInterfaceSemiL, SemTypeInterfaceBoldXs, SemTypeInterfaceBoldS, SemTypeInterfaceBoldM, SemTypeInterfaceBoldL, SemTypeInterfaceButtonS, SemTypeInterfaceButtonM, SemTypeInterfaceButtonL, SemTypeInterfaceCardSemiS, SemTypeInterfaceCardSemiM, SemTypeInterfaceCardSemiL, SemTypeInterfaceCardSemiXl, SemTypeInterfaceProgressBarTitleM, SemTypeInterfaceAlertTitleM, 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, SemTypeDesktopSemiS, SemTypeDesktopSemiM, SemTypeDesktopSemiL, SemTypeDesktopSemiXl, SemTypeDesktopSemiXxl, SemTypeDesktopSemiXxxl, SemTypeDesktopBoldM, SemTypeDesktopBoldL, SemTypeDesktopBoldXl, SemTypeDesktopBoldXxl, SemTypeDesktopBoldXxxl, 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, SemSizeIconXxxxxxs, SemSizeIconXxxxxl, SemSizeIconXxxxs, SemSizeIconXxxs, SemSizeIconXxs, SemSizeIconXs, SemSizeIconS, SemSizeIconM, SemSizeIconMl, SemSizeIconL, SemSizeIconXl, SemSizeIconXxl, SemSizeIconXxxl, SemSizeIconXxxxl, SemSizeIconXxxxxxl, 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, SemSpaceStack10, SemSpaceStack20, SemSpaceStack30, SemSpaceStack40, SemSpaceStack50, SemSpaceStack60, SemSpaceStack70, SemSpaceStack80, SemSpaceStack90, SemSpaceStack100, SemSpaceStack110, SemSpaceStack120, SemSpaceStack130, SemSpaceStack140, SemSpaceStack150, SemSpaceStack160, SemSpaceStack170, SemSpaceStack180, SemSpaceStack190, SemSpaceStack200, SemSpaceStack210, SemSpaceStack220, 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, 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, SemColorStatusBorderDarkSuccess, SemColorStatusBorderDarkGeneral, SemColorStatusBorderDarkErrorSubtle, SemColorStatusBorderDarkWarningSubtle, SemColorStatusBorderDarkSuccessSubtle, SemColorStatusBorderDarkErrorMinimal, SemColorStatusBgLightErrorStrong, SemColorStatusBgLightWarningStrong, SemColorStatusBgLightError, SemColorStatusBgLightWarning, SemColorStatusBgLightSuccess, SemColorStatusBgLightSuccessCopy, SemColorStatusBgLightGeneral, SemColorStatusBgLightErrorAlt, SemColorStatusBgLightErrorEmphasis, SemColorStatusBgLightWarningAlt, SemColorStatusBgLightSuccessAlt, SemColorStatusBgLightGeneralAlt, SemColorStatusBgLightErrorSubtle, SemColorStatusBgDarkErrorStrong, SemColorStatusBgDarkWarningStrong, SemColorStatusBgDarkError, SemColorStatusBgDarkErrorSubtle, SemColorStatusBgDarkWarning, SemColorStatusBgDarkSuccess, SemColorStatusBgDarkGeneral, SemColorStatusBgDarkGeneralAlt, SemColorStatusBgDarkDefault, SemColorStatusFgLightError, SemColorStatusFgLightWarning, SemColorStatusFgLightSuccess, SemColorStatusFgLightGeneral, SemColorStatusFgLightWarningAlt, SemColorStatusFgDarkError, SemColorStatusFgDarkWarning, SemColorStatusFgDarkSuccess, SemColorStatusFgDarkGeneral, SemColorStatusFgDarkErrorSubtle, SemColorStatusFgDarkSuccessSubtle, SemColorStatusFgDarkWarningSubtle, SemColorStatusFgDarkErrorAlt, SemColorStatusFgDarkWarningAlt, SemColorBorderPrimaryLightDefault, SemColorBorderPrimaryLightSubtle, SemColorBorderPrimaryLightStrong, SemColorBorderPrimaryLightEmphasis, SemColorBorderPrimaryLightEmphasisSubtle, SemColorBorderPrimaryLightMinimal, SemColorBorderPrimaryLightMinimalAlt, 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, SemColorBgPrimaryDarkStrong, SemColorBgPrimaryDarkSubtle, SemColorBgPrimaryDarkEmphasis, SemColorBgPrimaryDarkMinimal, SemColorBgPrimaryDarkMinimalAlt, SemColorBgSecondaryLightDefault, SemColorBgSecondaryLightDefaultAlt, SemColorBgSecondaryLightSubtle, SemColorBgSecondaryLightStrong, SemColorBgSecondaryLightMinimal, SemColorBgSecondaryLightMuted, SemColorBgSecondaryLightMinimalAlt, SemColorBgSecondaryLightMutedAlt, SemColorBgSecondaryLightMutedSubtle, SemColorBgSecondaryLightAlt, SemColorBgSecondaryLightStrongAlt, SemColorBgSecondaryDarkDefault, SemColorBgSecondaryDarkStrong, SemColorBgSecondaryDarkAlt, SemColorBgSecondaryDarkStrongAlt, SemColorBgSecondaryDarkSubtle, SemColorBgSecondaryDarkMinimal, SemColorBgSecondaryDarkMinimalAlt, SemColorBgSecondaryDarkMuted, SemColorBgSecondaryDarkMutedAlt, SemColorBgTertiaryWarningDefault, SemColorBgTertiaryWarningSubtle, SemColorBgTertiaryWarningStrong, SemColorBgTertiaryStatusLightGeneral, SemColorBgTertiaryStatusLightError, SemColorBgTertiaryStatusLightWarning, SemColorBgTertiaryStatusLightSuccess, SemColorBgTertiaryStatusLightErrorAlt, SemColorBgTertiaryStatusLightSuccessAlt, SemColorFgPrimaryLightDefault, SemColorFgPrimaryLightSubtle, SemColorFgPrimaryLightStrong, SemColorFgPrimaryLightEmphasis, SemColorFgPrimaryLightVibrant, SemColorFgPrimaryLightMinimal, SemColorFgPrimaryLightDefaultAlt, SemColorFgPrimaryLightSubtleAlt, SemColorFgPrimaryDarkDefault, SemColorFgPrimaryDarkSubtle, SemColorFgPrimaryDarkStrong, SemColorFgPrimaryDarkEmphasis, SemColorFgPrimaryDarkVibrant, SemColorFgSecondaryLightDefault, SemColorFgSecondaryLightSubtle, SemColorFgSecondaryLightStrong, SemColorFgSecondaryLightMinimal, SemColorFgSecondaryLightMuted, SemColorFgSecondaryLightAlt, SemColorFgSecondaryLightDefaultAlt, SemColorFgSecondaryLightSubtleAlt, SemColorFgSecondaryLightMinimalAlt, SemColorFgSecondaryLightStrongAlt, SemColorFgSecondaryLightMutedAlt, SemColorFgSecondaryLightStrongSubtle, SemColorFgSecondaryDarkDefault, SemColorFgSecondaryDarkMuted, SemColorFgSecondaryDarkStrong, SemColorFgSecondaryDarkSubtle, SemColorFgSecondaryDarkSubtleAlt, SemColorFgSecondaryDarkMinimal, SemColorFgSecondaryDarkMinimalAlt, SemColorFgSecondaryDarkAlt, SemColorTextStatusLightDefault, SemColorTextStatusLightError, SemColorTextStatusLightWarning, SemColorTextStatusLightSuccess, SemColorTextStatusDarkDefault, SemColorTextStatusDarkError, SemColorTextPrimaryLightDefault, SemColorTextPrimaryLightHover, SemColorTextPrimaryLightDefaultAlt, SemColorTextPrimaryLightDefaultStrong, SemColorTextPrimaryLightEmphasis, SemColorTextPrimaryLightSubtle, SemColorTextPrimaryLightStrong, SemColorTextPrimaryDarkDefault, SemColorTextPrimaryDarkDefaultAlt, SemColorTextPrimaryDarkStrong, SemColorTextPrimaryDarkStrongAlt, SemColorTextSecondaryLightDefault, SemColorTextSecondaryLightHover, SemColorTextSecondaryLightDefaultAlt, SemColorTextSecondaryLightDefaultStrong, SemColorTextSecondaryLightEmphasis, SemColorTextSecondaryLightSubtle, SemColorTextSecondaryLightStrong, SemColorTextSecondaryDarkDefault, SemColorTextSecondaryDarkDefaultAlt, SemColorTextSecondaryDarkStrong, SemColorTextSecondaryDarkStrongAlt, SemColorOverlayFlatDefault, SemColorOverlayFlatLight, SemColorOverlayFlatBrand, SemInnerShadow01, SemInnerShadow02, SemBoxShadow01, SemBoxShadow02, SemBoxShadow03, SemBoxShadow04, SemBoxShadow05, SemBoxShadow06, SemUnderline, SemLineThrough, SemScaleModifier1, SemScaleModifier2, SemScaleModifier3, SemScaleModifier4 };
|
|
1740
|
+
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, 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, SemTypeLabelRegXxs, SemTypeLabelRegXs, SemTypeLabelRegS, SemTypeLabelRegM, SemTypeLabelRegL, SemTypeLabelRegXl, SemTypeInterfaceRegXs, SemTypeInterfaceRegS, SemTypeInterfaceRegM, SemTypeInterfaceRegL, SemTypeInterfaceSemiXs, SemTypeInterfaceSemiS, SemTypeInterfaceSemiM, SemTypeInterfaceSemiL, SemTypeInterfaceBoldXs, SemTypeInterfaceBoldS, SemTypeInterfaceBoldM, SemTypeInterfaceBoldL, SemTypeInterfaceButtonS, SemTypeInterfaceButtonM, SemTypeInterfaceButtonL, SemTypeInterfaceCardSemiS, SemTypeInterfaceCardSemiM, SemTypeInterfaceCardSemiL, SemTypeInterfaceCardSemiXl, SemTypeInterfaceProgressBarTitleM, SemTypeInterfaceAlertTitleM, 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, SemTypeDesktopSemiS, SemTypeDesktopSemiM, SemTypeDesktopSemiL, SemTypeDesktopSemiXl, SemTypeDesktopSemiXxl, SemTypeDesktopSemiXxxl, SemTypeDesktopBoldM, SemTypeDesktopBoldL, SemTypeDesktopBoldXl, SemTypeDesktopBoldXxl, SemTypeDesktopBoldXxxl, 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, SemSizeIconXxxxxxs, SemSizeIconXxxxxl, SemSizeIconXxxxs, SemSizeIconXxxs, SemSizeIconXxs, SemSizeIconXs, SemSizeIconS, SemSizeIconM, SemSizeIconMl, SemSizeIconL, SemSizeIconXl, SemSizeIconXxl, SemSizeIconXxxl, SemSizeIconXxxxl, SemSizeIconXxxxxxl, 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, SemSpaceStack10, SemSpaceStack20, SemSpaceStack30, SemSpaceStack40, SemSpaceStack50, SemSpaceStack60, SemSpaceStack70, SemSpaceStack80, SemSpaceStack90, SemSpaceStack100, SemSpaceStack110, SemSpaceStack120, SemSpaceStack130, SemSpaceStack140, SemSpaceStack150, SemSpaceStack160, SemSpaceStack170, SemSpaceStack180, SemSpaceStack190, SemSpaceStack200, SemSpaceStack210, SemSpaceStack220, 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, 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, SemColorStatusBorderDarkSuccess, SemColorStatusBorderDarkGeneral, SemColorStatusBorderDarkErrorSubtle, SemColorStatusBorderDarkWarningSubtle, SemColorStatusBorderDarkSuccessSubtle, SemColorStatusBorderDarkErrorMinimal, SemColorStatusBgLightErrorStrong, SemColorStatusBgLightWarningStrong, SemColorStatusBgLightError, SemColorStatusBgLightWarning, SemColorStatusBgLightSuccess, SemColorStatusBgLightSuccessCopy, SemColorStatusBgLightGeneral, SemColorStatusBgLightErrorAlt, SemColorStatusBgLightErrorEmphasis, SemColorStatusBgLightWarningAlt, SemColorStatusBgLightSuccessAlt, SemColorStatusBgLightGeneralAlt, SemColorStatusBgLightErrorSubtle, SemColorStatusBgDarkErrorStrong, SemColorStatusBgDarkWarningStrong, SemColorStatusBgDarkError, SemColorStatusBgDarkErrorSubtle, SemColorStatusBgDarkWarning, SemColorStatusBgDarkSuccess, SemColorStatusBgDarkGeneral, SemColorStatusBgDarkGeneralAlt, SemColorStatusBgDarkDefault, SemColorStatusFgLightError, SemColorStatusFgLightWarning, SemColorStatusFgLightSuccess, SemColorStatusFgLightGeneral, SemColorStatusFgLightWarningAlt, SemColorStatusFgDarkError, SemColorStatusFgDarkWarning, SemColorStatusFgDarkSuccess, SemColorStatusFgDarkGeneral, SemColorStatusFgDarkErrorSubtle, SemColorStatusFgDarkSuccessSubtle, SemColorStatusFgDarkWarningSubtle, SemColorStatusFgDarkErrorAlt, SemColorStatusFgDarkWarningAlt, SemColorBorderPrimaryLightDefault, SemColorBorderPrimaryLightSubtle, SemColorBorderPrimaryLightStrong, SemColorBorderPrimaryLightEmphasis, SemColorBorderPrimaryLightEmphasisSubtle, SemColorBorderPrimaryLightMinimal, SemColorBorderPrimaryLightMinimalAlt, 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, SemColorBgPrimaryDarkStrong, SemColorBgPrimaryDarkSubtle, SemColorBgPrimaryDarkEmphasis, SemColorBgPrimaryDarkMinimal, SemColorBgPrimaryDarkMinimalAlt, SemColorBgSecondaryLightDefault, SemColorBgSecondaryLightDefaultAlt, SemColorBgSecondaryLightSubtle, SemColorBgSecondaryLightStrong, SemColorBgSecondaryLightMinimal, SemColorBgSecondaryLightMuted, SemColorBgSecondaryLightMinimalAlt, SemColorBgSecondaryLightMutedAlt, SemColorBgSecondaryLightMutedSubtle, SemColorBgSecondaryLightAlt, SemColorBgSecondaryLightStrongAlt, SemColorBgSecondaryDarkDefault, SemColorBgSecondaryDarkStrong, SemColorBgSecondaryDarkAlt, SemColorBgSecondaryDarkStrongAlt, SemColorBgSecondaryDarkSubtle, SemColorBgSecondaryDarkMinimal, SemColorBgSecondaryDarkMinimalAlt, SemColorBgSecondaryDarkMuted, SemColorBgSecondaryDarkMutedAlt, SemColorBgTertiaryWarningDefault, SemColorBgTertiaryWarningSubtle, SemColorBgTertiaryWarningStrong, SemColorBgTertiaryStatusLightGeneral, SemColorBgTertiaryStatusLightError, SemColorBgTertiaryStatusLightWarning, SemColorBgTertiaryStatusLightSuccess, SemColorBgTertiaryStatusLightErrorAlt, SemColorBgTertiaryStatusLightSuccessAlt, SemColorFgPrimaryLightDefault, SemColorFgPrimaryLightSubtle, SemColorFgPrimaryLightStrong, SemColorFgPrimaryLightEmphasis, SemColorFgPrimaryLightVibrant, SemColorFgPrimaryLightMinimal, SemColorFgPrimaryLightDefaultAlt, SemColorFgPrimaryLightSubtleAlt, SemColorFgPrimaryDarkDefault, SemColorFgPrimaryDarkSubtle, SemColorFgPrimaryDarkStrong, SemColorFgPrimaryDarkEmphasis, SemColorFgPrimaryDarkVibrant, SemColorFgSecondaryLightDefault, SemColorFgSecondaryLightSubtle, SemColorFgSecondaryLightStrong, SemColorFgSecondaryLightMinimal, SemColorFgSecondaryLightMuted, SemColorFgSecondaryLightAlt, SemColorFgSecondaryLightDefaultAlt, SemColorFgSecondaryLightSubtleAlt, SemColorFgSecondaryLightMinimalAlt, SemColorFgSecondaryLightStrongAlt, SemColorFgSecondaryLightMutedAlt, SemColorFgSecondaryLightStrongSubtle, SemColorFgSecondaryDarkDefault, SemColorFgSecondaryDarkMuted, SemColorFgSecondaryDarkStrong, SemColorFgSecondaryDarkSubtle, SemColorFgSecondaryDarkSubtleAlt, SemColorFgSecondaryDarkMinimal, SemColorFgSecondaryDarkMinimalAlt, SemColorFgSecondaryDarkAlt, SemColorTextStatusLightDefault, SemColorTextStatusLightError, SemColorTextStatusLightWarning, SemColorTextStatusLightSuccess, SemColorTextStatusDarkDefault, SemColorTextStatusDarkError, SemColorTextPrimaryLightDefault, SemColorTextPrimaryLightHover, SemColorTextPrimaryLightDefaultAlt, SemColorTextPrimaryLightDefaultStrong, SemColorTextPrimaryLightEmphasis, SemColorTextPrimaryLightSubtle, SemColorTextPrimaryLightStrong, SemColorTextPrimaryDarkDefault, SemColorTextPrimaryDarkDefaultAlt, SemColorTextPrimaryDarkStrong, SemColorTextPrimaryDarkStrongAlt, SemColorTextSecondaryLightDefault, SemColorTextSecondaryLightHover, SemColorTextSecondaryLightDefaultAlt, SemColorTextSecondaryLightDefaultStrong, SemColorTextSecondaryLightEmphasis, SemColorTextSecondaryLightSubtle, SemColorTextSecondaryLightStrong, SemColorTextSecondaryDarkDefault, SemColorTextSecondaryDarkDefaultAlt, SemColorTextSecondaryDarkStrong, SemColorTextSecondaryDarkStrongAlt, SemColorOverlayFlatDefault, SemColorOverlayFlatLight, SemColorOverlayFlatBrand, SemInnerShadow01, SemInnerShadow02, SemUnderline, SemLineThrough, SemScaleModifier1, SemScaleModifier2, SemScaleModifier3, SemScaleModifier4 };
|