@arc-ui/tokens-ee 13.1.0 → 13.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +75 -41
- package/dist/index.css +40 -23
- package/dist/index.es.js +41 -24
- package/dist/scss/index.scss +40 -23
- package/dist/web/ts/index.d.ts +40 -23
- package/package.json +2 -2
package/dist/index.cjs.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* Do not edit directly
|
|
5
|
-
* Generated on
|
|
5
|
+
* Generated on Wed, 11 Feb 2026 16:30:21 GMT
|
|
6
6
|
*/
|
|
7
7
|
var ComboboxColorBgLight = "#FFFFFF";
|
|
8
8
|
var ComboboxColorBgDisabled = "#D9D9D9";
|
|
@@ -146,8 +146,8 @@ var UniversalHeaderGapS = "6px";
|
|
|
146
146
|
var UniversalHeaderGapM = "12px";
|
|
147
147
|
var UniversalHeaderGapL = "32px";
|
|
148
148
|
var UniversalHeaderSizeIconS = "10px";
|
|
149
|
-
var UniversalHeaderColorsLightBgDefault = "#
|
|
150
|
-
var UniversalHeaderColorsLightFgDefault = "#
|
|
149
|
+
var UniversalHeaderColorsLightBgDefault = "#F7F7F7";
|
|
150
|
+
var UniversalHeaderColorsLightFgDefault = "#057382";
|
|
151
151
|
var UniversalHeaderColorsLightTextDefault = "#01404C";
|
|
152
152
|
var UniversalHeaderColorsLightTextHover = "#001318";
|
|
153
153
|
var SiteheaderSizeS = "34px";
|
|
@@ -220,8 +220,19 @@ var HeaderMenuColorsLightBorderStrongAltCopy = "#818181";
|
|
|
220
220
|
var HeaderMenuColorsLightTextDefault = "#009BA5";
|
|
221
221
|
var HeaderMenuColorsLightTextDefaultAlt = "#FFFFFF";
|
|
222
222
|
var HeaderMenuColorsLightTextStrong = "#2B2B2B";
|
|
223
|
+
var NavigationHeaderColorBrandLight = "#009BA5";
|
|
224
|
+
var NavigationHeaderColorBrandDark = "#EBF304";
|
|
225
|
+
var NavigationHeaderColorInteractiveLight = "#F7F7F7";
|
|
226
|
+
var NavigationHeaderColorInteractiveDark = "rgba(255,255,255,.08)";
|
|
227
|
+
var NavigationHeaderColorBorderLight = "#BBBBBB";
|
|
228
|
+
var NavigationHeaderColorBorderDark = "rgba(255,255,255, 0.3)";
|
|
223
229
|
var NavigationHeaderColorLogoLight = "#057382";
|
|
224
230
|
var NavigationHeaderColorLogoDark = "#EBF304";
|
|
231
|
+
var NavigationHeaderColorSearchBg = "#f7f7f7";
|
|
232
|
+
var NavigationHeaderColorFeaturedProductFg = "#ffffff";
|
|
233
|
+
var NavigationHeaderColorFeaturedProductFgHover = "#009BA5";
|
|
234
|
+
var NavigationHeaderColorFeaturedProductBg = "#111111";
|
|
235
|
+
var NavigationHeaderColorFeaturedProductBgHover = "#2B2B2B";
|
|
225
236
|
var NavigationHeaderColorActiveParentLight = "#111111";
|
|
226
237
|
var NavigationHeaderColorActiveParentDark = "#FFFFFF";
|
|
227
238
|
var NavigationHeaderColorNavitemFgLightInteractive = "#057382";
|
|
@@ -243,16 +254,12 @@ var NavigationHeaderColorContainerBgGhosted = "rgba(255, 255, 255, 10%)";
|
|
|
243
254
|
var NavigationHeaderColorActionAttention = "#AA0006";
|
|
244
255
|
var NavigationHeaderColorInlineActionHoverDark = "#EBF304";
|
|
245
256
|
var NavigationHeaderColorInlineActionHoverLight = "#057382";
|
|
246
|
-
var NavigationHeaderColorDisclosureIconDark = "#FFFFFF";
|
|
247
|
-
var NavigationHeaderColorDisclosureIconLight = "#2B2B2B";
|
|
248
257
|
var NavigationHeaderColorDisclosureHoverDark = "#EBF304";
|
|
249
258
|
var NavigationHeaderColorDisclosureHoverLight = "#057382";
|
|
250
259
|
var NavigationHeaderColorDisclosureHoverBgStart = "transparent";
|
|
251
260
|
var NavigationHeaderColorDisclosureHoverBgEnd = "transparent";
|
|
252
261
|
var NavigationHeaderColorDisclosureOpenBgStart = "transparent";
|
|
253
262
|
var NavigationHeaderColorDisclosureOpenBgEnd = "transparent";
|
|
254
|
-
var NavigationHeaderColorMenuLinkIconDark = "#FFFFFF";
|
|
255
|
-
var NavigationHeaderColorMenuLinkIconLight = "#2B2B2B";
|
|
256
263
|
var NavigationHeaderColorMenuLinkHoverBgStart = "transparent";
|
|
257
264
|
var NavigationHeaderColorMenuLinkHoverBgEnd = "transparent";
|
|
258
265
|
var NavigationHeaderColorMenuLinkHoverDark = "#EBF304";
|
|
@@ -262,13 +269,19 @@ var NavigationHeaderColorCloseButtonHoverDark = "#FFFFFF";
|
|
|
262
269
|
var NavigationHeaderColorCloseButtonHoverLight = "#111111";
|
|
263
270
|
var NavigationHeaderColorCloseButtonFocusBg = "rgba(0, 0, 0, 3%)";
|
|
264
271
|
var NavigationHeaderColorCloseButtonPressedBg = "rgba(0, 0, 0, 6%)";
|
|
265
|
-
var
|
|
266
|
-
var
|
|
267
|
-
var
|
|
268
|
-
var
|
|
269
|
-
var
|
|
270
|
-
var
|
|
271
|
-
var
|
|
272
|
+
var NavigationHeaderColorSideMenuOverlayBg = "rgba(32, 19, 52, 60%)";
|
|
273
|
+
var NavigationHeaderColorSideMenuSliderBgDark = "#111111";
|
|
274
|
+
var NavigationHeaderColorSideMenuSliderBgLight = "#FFFFFF";
|
|
275
|
+
var NavigationHeaderColorSideMenuBackLight = "#111111";
|
|
276
|
+
var NavigationHeaderColorSideMenuBackHoverBgLight = "#001318";
|
|
277
|
+
var NavigationHeaderColorSideMenuBackHoverFgLight = "#EBF304";
|
|
278
|
+
var NavigationHeaderColorSideMenuBackDark = "#FFFFFF";
|
|
279
|
+
var NavigationHeaderColorSideMenuBackHoverBgDark = "#FFFFFF";
|
|
280
|
+
var NavigationHeaderColorSideMenuBackHoverFgDark = "#2B2B2B";
|
|
281
|
+
var NavigationHeaderColorSideMenuButtonTextLight = "#009BA5";
|
|
282
|
+
var NavigationHeaderColorSideMenuButtonTextDark = "#EBF304";
|
|
283
|
+
var NavigationHeaderColorMegaMenuTabHoverFgInteractive = "#009BA5";
|
|
284
|
+
var NavigationHeaderColorMegaMenuPanelBg = "#FFFFFF";
|
|
272
285
|
var NavigationHeaderSizeXxxs = "1px";
|
|
273
286
|
var NavigationHeaderSizeXxs = "8px";
|
|
274
287
|
var NavigationHeaderSizeXs = "40px";
|
|
@@ -284,8 +297,10 @@ var NavigationHeaderGapS = "6px";
|
|
|
284
297
|
var NavigationHeaderGapM = "8px";
|
|
285
298
|
var NavigationHeaderGapL = "12px";
|
|
286
299
|
var NavigationHeaderGapXl = "16px";
|
|
287
|
-
var
|
|
288
|
-
var
|
|
300
|
+
var NavigationHeaderGap2xl = "20px";
|
|
301
|
+
var NavigationHeaderGap3xl = "24px";
|
|
302
|
+
var NavigationHeaderGap4xl = "32px";
|
|
303
|
+
var NavigationHeaderGap5xl = "40px";
|
|
289
304
|
var NavigationHeaderPadding10 = "22px";
|
|
290
305
|
var NavigationHeaderPadding11 = "24px";
|
|
291
306
|
var NavigationHeaderPadding12 = "28px";
|
|
@@ -293,7 +308,7 @@ var NavigationHeaderPadding13 = "32px";
|
|
|
293
308
|
var NavigationHeaderPadding14 = "40px";
|
|
294
309
|
var NavigationHeaderPadding15 = "48px";
|
|
295
310
|
var NavigationHeaderPadding16 = "56px";
|
|
296
|
-
var NavigationHeaderPadding17 = "
|
|
311
|
+
var NavigationHeaderPadding17 = "64px";
|
|
297
312
|
var NavigationHeaderPadding18 = "96px";
|
|
298
313
|
var NavigationHeaderPadding01 = "4px";
|
|
299
314
|
var NavigationHeaderPadding02 = "6px";
|
|
@@ -303,22 +318,24 @@ var NavigationHeaderPadding05 = "12px";
|
|
|
303
318
|
var NavigationHeaderPadding06 = "12px";
|
|
304
319
|
var NavigationHeaderPadding07 = "16px";
|
|
305
320
|
var NavigationHeaderPadding08 = "18px";
|
|
306
|
-
var NavigationHeaderPadding09 = "
|
|
321
|
+
var NavigationHeaderPadding09 = "20px";
|
|
307
322
|
var NavigationHeaderBorderRadiusXxs = "2px";
|
|
308
323
|
var NavigationHeaderBorderRadiusXs = "8px";
|
|
309
324
|
var NavigationHeaderBorderRadiusS = "4px";
|
|
310
325
|
var NavigationHeaderBorderRadiusM = "16px";
|
|
311
326
|
var NavigationHeaderBorderRadiusL = "24px";
|
|
312
327
|
var NavigationHeaderBorderRadiusXl = "28px";
|
|
313
|
-
var
|
|
314
|
-
var
|
|
328
|
+
var NavigationHeaderBorderRadius2xl = "32px";
|
|
329
|
+
var NavigationHeaderBorderRadius3xl = "44px";
|
|
330
|
+
var NavigationHeaderBorderRadius4xl = "48px";
|
|
331
|
+
var NavigationHeaderBorderRadius5xl = "56px";
|
|
332
|
+
var NavigationHeaderBorderRadius6xl = "80px";
|
|
333
|
+
var NavigationHeaderBorderRadiusMax = "9999px";
|
|
315
334
|
var NavigationHeaderShadow01 = "0 0 1px 0 rgba( 0, 0, 0 , 0.20), 0 2px 6px 0 rgba( 0, 0, 0 , 0.10)";
|
|
316
335
|
var NavigationHeaderShadow02 = "0 0 1px 0 rgba( 0, 0, 0 , 0.20), 0 4px 12px 0 rgba( 0, 0, 0 , 0.10)";
|
|
317
336
|
var NavigationHeaderShadow03 = "0 0 1px 0 rgba( 0, 0, 0 , 0.20), 0 24px 32px 0 rgba( 0, 0, 0 , 0.10)";
|
|
337
|
+
var NavigationHeaderShadowInsetPanel = "0 0 32px 0 rgba(0, 0, 0, 16%) inset";
|
|
318
338
|
var NavigationHeaderShadowGhosted = "0 0 4px 1px rgba(255, 255, 255, 15%) inset";
|
|
319
|
-
var NavigationHeaderBlurS = "blur(1.5px)";
|
|
320
|
-
var NavigationHeaderBlurM = "blur(4px)";
|
|
321
|
-
var NavigationHeaderSizeIconM = "12px";
|
|
322
339
|
var SegmentedControlSizeIconS = "24px";
|
|
323
340
|
var SegmentedControlSizeS = "40px";
|
|
324
341
|
var SegmentedControlPaddingS = "8px";
|
|
@@ -2987,26 +3004,25 @@ exports.ModalSizeM = ModalSizeM;
|
|
|
2987
3004
|
exports.ModalSizeS = ModalSizeS;
|
|
2988
3005
|
exports.ModalSizeXl = ModalSizeXl;
|
|
2989
3006
|
exports.ModalSizeXxl = ModalSizeXxl;
|
|
2990
|
-
exports.
|
|
2991
|
-
exports.
|
|
3007
|
+
exports.NavigationHeaderBorderRadius2xl = NavigationHeaderBorderRadius2xl;
|
|
3008
|
+
exports.NavigationHeaderBorderRadius3xl = NavigationHeaderBorderRadius3xl;
|
|
3009
|
+
exports.NavigationHeaderBorderRadius4xl = NavigationHeaderBorderRadius4xl;
|
|
3010
|
+
exports.NavigationHeaderBorderRadius5xl = NavigationHeaderBorderRadius5xl;
|
|
3011
|
+
exports.NavigationHeaderBorderRadius6xl = NavigationHeaderBorderRadius6xl;
|
|
2992
3012
|
exports.NavigationHeaderBorderRadiusL = NavigationHeaderBorderRadiusL;
|
|
2993
3013
|
exports.NavigationHeaderBorderRadiusM = NavigationHeaderBorderRadiusM;
|
|
3014
|
+
exports.NavigationHeaderBorderRadiusMax = NavigationHeaderBorderRadiusMax;
|
|
2994
3015
|
exports.NavigationHeaderBorderRadiusS = NavigationHeaderBorderRadiusS;
|
|
2995
3016
|
exports.NavigationHeaderBorderRadiusXl = NavigationHeaderBorderRadiusXl;
|
|
2996
3017
|
exports.NavigationHeaderBorderRadiusXs = NavigationHeaderBorderRadiusXs;
|
|
2997
|
-
exports.NavigationHeaderBorderRadiusXxl = NavigationHeaderBorderRadiusXxl;
|
|
2998
3018
|
exports.NavigationHeaderBorderRadiusXxs = NavigationHeaderBorderRadiusXxs;
|
|
2999
|
-
exports.NavigationHeaderBorderRadiusXxxl = NavigationHeaderBorderRadiusXxxl;
|
|
3000
3019
|
exports.NavigationHeaderColorActionAttention = NavigationHeaderColorActionAttention;
|
|
3001
3020
|
exports.NavigationHeaderColorActiveParentDark = NavigationHeaderColorActiveParentDark;
|
|
3002
3021
|
exports.NavigationHeaderColorActiveParentLight = NavigationHeaderColorActiveParentLight;
|
|
3003
|
-
exports.
|
|
3004
|
-
exports.
|
|
3005
|
-
exports.
|
|
3006
|
-
exports.
|
|
3007
|
-
exports.NavigationHeaderColorBurgerMenuOverlayGradientMaskStart = NavigationHeaderColorBurgerMenuOverlayGradientMaskStart;
|
|
3008
|
-
exports.NavigationHeaderColorBurgerMenuSliderBgDark = NavigationHeaderColorBurgerMenuSliderBgDark;
|
|
3009
|
-
exports.NavigationHeaderColorBurgerMenuSliderBgLight = NavigationHeaderColorBurgerMenuSliderBgLight;
|
|
3022
|
+
exports.NavigationHeaderColorBorderDark = NavigationHeaderColorBorderDark;
|
|
3023
|
+
exports.NavigationHeaderColorBorderLight = NavigationHeaderColorBorderLight;
|
|
3024
|
+
exports.NavigationHeaderColorBrandDark = NavigationHeaderColorBrandDark;
|
|
3025
|
+
exports.NavigationHeaderColorBrandLight = NavigationHeaderColorBrandLight;
|
|
3010
3026
|
exports.NavigationHeaderColorCloseButtonFocusBg = NavigationHeaderColorCloseButtonFocusBg;
|
|
3011
3027
|
exports.NavigationHeaderColorCloseButtonHoverBg = NavigationHeaderColorCloseButtonHoverBg;
|
|
3012
3028
|
exports.NavigationHeaderColorCloseButtonHoverDark = NavigationHeaderColorCloseButtonHoverDark;
|
|
@@ -3020,20 +3036,24 @@ exports.NavigationHeaderColorDisclosureHoverBgEnd = NavigationHeaderColorDisclos
|
|
|
3020
3036
|
exports.NavigationHeaderColorDisclosureHoverBgStart = NavigationHeaderColorDisclosureHoverBgStart;
|
|
3021
3037
|
exports.NavigationHeaderColorDisclosureHoverDark = NavigationHeaderColorDisclosureHoverDark;
|
|
3022
3038
|
exports.NavigationHeaderColorDisclosureHoverLight = NavigationHeaderColorDisclosureHoverLight;
|
|
3023
|
-
exports.NavigationHeaderColorDisclosureIconDark = NavigationHeaderColorDisclosureIconDark;
|
|
3024
|
-
exports.NavigationHeaderColorDisclosureIconLight = NavigationHeaderColorDisclosureIconLight;
|
|
3025
3039
|
exports.NavigationHeaderColorDisclosureOpenBgEnd = NavigationHeaderColorDisclosureOpenBgEnd;
|
|
3026
3040
|
exports.NavigationHeaderColorDisclosureOpenBgStart = NavigationHeaderColorDisclosureOpenBgStart;
|
|
3041
|
+
exports.NavigationHeaderColorFeaturedProductBg = NavigationHeaderColorFeaturedProductBg;
|
|
3042
|
+
exports.NavigationHeaderColorFeaturedProductBgHover = NavigationHeaderColorFeaturedProductBgHover;
|
|
3043
|
+
exports.NavigationHeaderColorFeaturedProductFg = NavigationHeaderColorFeaturedProductFg;
|
|
3044
|
+
exports.NavigationHeaderColorFeaturedProductFgHover = NavigationHeaderColorFeaturedProductFgHover;
|
|
3027
3045
|
exports.NavigationHeaderColorInlineActionHoverDark = NavigationHeaderColorInlineActionHoverDark;
|
|
3028
3046
|
exports.NavigationHeaderColorInlineActionHoverLight = NavigationHeaderColorInlineActionHoverLight;
|
|
3047
|
+
exports.NavigationHeaderColorInteractiveDark = NavigationHeaderColorInteractiveDark;
|
|
3048
|
+
exports.NavigationHeaderColorInteractiveLight = NavigationHeaderColorInteractiveLight;
|
|
3029
3049
|
exports.NavigationHeaderColorLogoDark = NavigationHeaderColorLogoDark;
|
|
3030
3050
|
exports.NavigationHeaderColorLogoLight = NavigationHeaderColorLogoLight;
|
|
3051
|
+
exports.NavigationHeaderColorMegaMenuPanelBg = NavigationHeaderColorMegaMenuPanelBg;
|
|
3052
|
+
exports.NavigationHeaderColorMegaMenuTabHoverFgInteractive = NavigationHeaderColorMegaMenuTabHoverFgInteractive;
|
|
3031
3053
|
exports.NavigationHeaderColorMenuLinkHoverBgEnd = NavigationHeaderColorMenuLinkHoverBgEnd;
|
|
3032
3054
|
exports.NavigationHeaderColorMenuLinkHoverBgStart = NavigationHeaderColorMenuLinkHoverBgStart;
|
|
3033
3055
|
exports.NavigationHeaderColorMenuLinkHoverDark = NavigationHeaderColorMenuLinkHoverDark;
|
|
3034
3056
|
exports.NavigationHeaderColorMenuLinkHoverLight = NavigationHeaderColorMenuLinkHoverLight;
|
|
3035
|
-
exports.NavigationHeaderColorMenuLinkIconDark = NavigationHeaderColorMenuLinkIconDark;
|
|
3036
|
-
exports.NavigationHeaderColorMenuLinkIconLight = NavigationHeaderColorMenuLinkIconLight;
|
|
3037
3057
|
exports.NavigationHeaderColorNavitemBgDarkInteractive = NavigationHeaderColorNavitemBgDarkInteractive;
|
|
3038
3058
|
exports.NavigationHeaderColorNavitemBgDarkPressed = NavigationHeaderColorNavitemBgDarkPressed;
|
|
3039
3059
|
exports.NavigationHeaderColorNavitemBgLightInteractive = NavigationHeaderColorNavitemBgLightInteractive;
|
|
@@ -3046,13 +3066,27 @@ exports.NavigationHeaderColorPageSeparatorBgDark = NavigationHeaderColorPageSepa
|
|
|
3046
3066
|
exports.NavigationHeaderColorPageSeparatorBgLight = NavigationHeaderColorPageSeparatorBgLight;
|
|
3047
3067
|
exports.NavigationHeaderColorPageTitleFgDark = NavigationHeaderColorPageTitleFgDark;
|
|
3048
3068
|
exports.NavigationHeaderColorPageTitleFgLight = NavigationHeaderColorPageTitleFgLight;
|
|
3069
|
+
exports.NavigationHeaderColorSearchBg = NavigationHeaderColorSearchBg;
|
|
3070
|
+
exports.NavigationHeaderColorSideMenuBackDark = NavigationHeaderColorSideMenuBackDark;
|
|
3071
|
+
exports.NavigationHeaderColorSideMenuBackHoverBgDark = NavigationHeaderColorSideMenuBackHoverBgDark;
|
|
3072
|
+
exports.NavigationHeaderColorSideMenuBackHoverBgLight = NavigationHeaderColorSideMenuBackHoverBgLight;
|
|
3073
|
+
exports.NavigationHeaderColorSideMenuBackHoverFgDark = NavigationHeaderColorSideMenuBackHoverFgDark;
|
|
3074
|
+
exports.NavigationHeaderColorSideMenuBackHoverFgLight = NavigationHeaderColorSideMenuBackHoverFgLight;
|
|
3075
|
+
exports.NavigationHeaderColorSideMenuBackLight = NavigationHeaderColorSideMenuBackLight;
|
|
3076
|
+
exports.NavigationHeaderColorSideMenuButtonTextDark = NavigationHeaderColorSideMenuButtonTextDark;
|
|
3077
|
+
exports.NavigationHeaderColorSideMenuButtonTextLight = NavigationHeaderColorSideMenuButtonTextLight;
|
|
3078
|
+
exports.NavigationHeaderColorSideMenuOverlayBg = NavigationHeaderColorSideMenuOverlayBg;
|
|
3079
|
+
exports.NavigationHeaderColorSideMenuSliderBgDark = NavigationHeaderColorSideMenuSliderBgDark;
|
|
3080
|
+
exports.NavigationHeaderColorSideMenuSliderBgLight = NavigationHeaderColorSideMenuSliderBgLight;
|
|
3081
|
+
exports.NavigationHeaderGap2xl = NavigationHeaderGap2xl;
|
|
3082
|
+
exports.NavigationHeaderGap3xl = NavigationHeaderGap3xl;
|
|
3083
|
+
exports.NavigationHeaderGap4xl = NavigationHeaderGap4xl;
|
|
3084
|
+
exports.NavigationHeaderGap5xl = NavigationHeaderGap5xl;
|
|
3049
3085
|
exports.NavigationHeaderGapL = NavigationHeaderGapL;
|
|
3050
3086
|
exports.NavigationHeaderGapM = NavigationHeaderGapM;
|
|
3051
3087
|
exports.NavigationHeaderGapS = NavigationHeaderGapS;
|
|
3052
3088
|
exports.NavigationHeaderGapXl = NavigationHeaderGapXl;
|
|
3053
3089
|
exports.NavigationHeaderGapXs = NavigationHeaderGapXs;
|
|
3054
|
-
exports.NavigationHeaderGapXxl = NavigationHeaderGapXxl;
|
|
3055
|
-
exports.NavigationHeaderGapXxxl = NavigationHeaderGapXxxl;
|
|
3056
3090
|
exports.NavigationHeaderPadding01 = NavigationHeaderPadding01;
|
|
3057
3091
|
exports.NavigationHeaderPadding02 = NavigationHeaderPadding02;
|
|
3058
3092
|
exports.NavigationHeaderPadding03 = NavigationHeaderPadding03;
|
|
@@ -3075,7 +3109,7 @@ exports.NavigationHeaderShadow01 = NavigationHeaderShadow01;
|
|
|
3075
3109
|
exports.NavigationHeaderShadow02 = NavigationHeaderShadow02;
|
|
3076
3110
|
exports.NavigationHeaderShadow03 = NavigationHeaderShadow03;
|
|
3077
3111
|
exports.NavigationHeaderShadowGhosted = NavigationHeaderShadowGhosted;
|
|
3078
|
-
exports.
|
|
3112
|
+
exports.NavigationHeaderShadowInsetPanel = NavigationHeaderShadowInsetPanel;
|
|
3079
3113
|
exports.NavigationHeaderSizeL = NavigationHeaderSizeL;
|
|
3080
3114
|
exports.NavigationHeaderSizeM = NavigationHeaderSizeM;
|
|
3081
3115
|
exports.NavigationHeaderSizeS = NavigationHeaderSizeS;
|
package/dist/index.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 11 Feb 2026 16:30:19 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.arc-ds-sys-theme--ee {
|
|
@@ -146,8 +146,8 @@
|
|
|
146
146
|
--universal-header-gap-m: 12px;
|
|
147
147
|
--universal-header-gap-l: 32px;
|
|
148
148
|
--universal-header-size-icon-s: 10px;
|
|
149
|
-
--universal-header-colors-light-bg-default: #
|
|
150
|
-
--universal-header-colors-light-fg-default: #
|
|
149
|
+
--universal-header-colors-light-bg-default: #F7F7F7;
|
|
150
|
+
--universal-header-colors-light-fg-default: #057382;
|
|
151
151
|
--universal-header-colors-light-text-default: #01404C;
|
|
152
152
|
--universal-header-colors-light-text-hover: #001318;
|
|
153
153
|
--siteheader-size-s: 34px;
|
|
@@ -220,8 +220,19 @@
|
|
|
220
220
|
--header-menu-colors-light-text-default: #009BA5;
|
|
221
221
|
--header-menu-colors-light-text-default-alt: #FFFFFF;
|
|
222
222
|
--header-menu-colors-light-text-strong: #2B2B2B;
|
|
223
|
+
--navigation-header-color-brand-light: #009BA5;
|
|
224
|
+
--navigation-header-color-brand-dark: #EBF304;
|
|
225
|
+
--navigation-header-color-interactive-light: #F7F7F7;
|
|
226
|
+
--navigation-header-color-interactive-dark: rgba(255,255,255,.08);
|
|
227
|
+
--navigation-header-color-border-light: #BBBBBB;
|
|
228
|
+
--navigation-header-color-border-dark: rgba(255,255,255, 0.3);
|
|
223
229
|
--navigation-header-color-logo-light: #057382;
|
|
224
230
|
--navigation-header-color-logo-dark: #EBF304;
|
|
231
|
+
--navigation-header-color-search-bg: #f7f7f7;
|
|
232
|
+
--navigation-header-color-featured-product-fg: #ffffff;
|
|
233
|
+
--navigation-header-color-featured-product-fg-hover: #009BA5;
|
|
234
|
+
--navigation-header-color-featured-product-bg: #111111;
|
|
235
|
+
--navigation-header-color-featured-product-bg-hover: #2B2B2B;
|
|
225
236
|
--navigation-header-color-active-parent-light: #111111;
|
|
226
237
|
--navigation-header-color-active-parent-dark: #FFFFFF;
|
|
227
238
|
--navigation-header-color-navitem-fg-light-interactive: #057382;
|
|
@@ -243,16 +254,12 @@
|
|
|
243
254
|
--navigation-header-color-action-attention: #AA0006;
|
|
244
255
|
--navigation-header-color-inline-action-hover-dark: #EBF304;
|
|
245
256
|
--navigation-header-color-inline-action-hover-light: #057382;
|
|
246
|
-
--navigation-header-color-disclosure-icon-dark: #FFFFFF;
|
|
247
|
-
--navigation-header-color-disclosure-icon-light: #2B2B2B;
|
|
248
257
|
--navigation-header-color-disclosure-hover-dark: #EBF304;
|
|
249
258
|
--navigation-header-color-disclosure-hover-light: #057382;
|
|
250
259
|
--navigation-header-color-disclosure-hover-bg-start: transparent;
|
|
251
260
|
--navigation-header-color-disclosure-hover-bg-end: transparent;
|
|
252
261
|
--navigation-header-color-disclosure-open-bg-start: transparent;
|
|
253
262
|
--navigation-header-color-disclosure-open-bg-end: transparent;
|
|
254
|
-
--navigation-header-color-menu-link-icon-dark: #FFFFFF;
|
|
255
|
-
--navigation-header-color-menu-link-icon-light: #2B2B2B;
|
|
256
263
|
--navigation-header-color-menu-link-hover-bg-start: transparent;
|
|
257
264
|
--navigation-header-color-menu-link-hover-bg-end: transparent;
|
|
258
265
|
--navigation-header-color-menu-link-hover-dark: #EBF304;
|
|
@@ -262,13 +269,19 @@
|
|
|
262
269
|
--navigation-header-color-close-button-hover-light: #111111;
|
|
263
270
|
--navigation-header-color-close-button-focus-bg: rgba(0, 0, 0, 3%);
|
|
264
271
|
--navigation-header-color-close-button-pressed-bg: rgba(0, 0, 0, 6%);
|
|
265
|
-
--navigation-header-color-
|
|
266
|
-
--navigation-header-color-
|
|
267
|
-
--navigation-header-color-
|
|
268
|
-
--navigation-header-color-
|
|
269
|
-
--navigation-header-color-
|
|
270
|
-
--navigation-header-color-
|
|
271
|
-
--navigation-header-color-
|
|
272
|
+
--navigation-header-color-side-menu-overlay-bg: rgba(32, 19, 52, 60%);
|
|
273
|
+
--navigation-header-color-side-menu-slider-bg-dark: #111111;
|
|
274
|
+
--navigation-header-color-side-menu-slider-bg-light: #FFFFFF;
|
|
275
|
+
--navigation-header-color-side-menu-back-light: #111111;
|
|
276
|
+
--navigation-header-color-side-menu-back-hover-bg-light: #001318;
|
|
277
|
+
--navigation-header-color-side-menu-back-hover-fg-light: #EBF304;
|
|
278
|
+
--navigation-header-color-side-menu-back-dark: #FFFFFF;
|
|
279
|
+
--navigation-header-color-side-menu-back-hover-bg-dark: #FFFFFF;
|
|
280
|
+
--navigation-header-color-side-menu-back-hover-fg-dark: #2B2B2B;
|
|
281
|
+
--navigation-header-color-side-menu-button-text-light: #009BA5;
|
|
282
|
+
--navigation-header-color-side-menu-button-text-dark: #EBF304;
|
|
283
|
+
--navigation-header-color-mega-menu-tab-hover-fg-interactive: #009BA5;
|
|
284
|
+
--navigation-header-color-mega-menu-panel-bg: #FFFFFF;
|
|
272
285
|
--navigation-header-size-xxxs: 1px;
|
|
273
286
|
--navigation-header-size-xxs: 8px;
|
|
274
287
|
--navigation-header-size-xs: 40px;
|
|
@@ -284,8 +297,10 @@
|
|
|
284
297
|
--navigation-header-gap-m: 8px;
|
|
285
298
|
--navigation-header-gap-l: 12px;
|
|
286
299
|
--navigation-header-gap-xl: 16px;
|
|
287
|
-
--navigation-header-gap-
|
|
288
|
-
--navigation-header-gap-
|
|
300
|
+
--navigation-header-gap-2xl: 20px;
|
|
301
|
+
--navigation-header-gap-3xl: 24px;
|
|
302
|
+
--navigation-header-gap-4xl: 32px;
|
|
303
|
+
--navigation-header-gap-5xl: 40px;
|
|
289
304
|
--navigation-header-padding-10: 22px;
|
|
290
305
|
--navigation-header-padding-11: 24px;
|
|
291
306
|
--navigation-header-padding-12: 28px;
|
|
@@ -293,7 +308,7 @@
|
|
|
293
308
|
--navigation-header-padding-14: 40px;
|
|
294
309
|
--navigation-header-padding-15: 48px;
|
|
295
310
|
--navigation-header-padding-16: 56px;
|
|
296
|
-
--navigation-header-padding-17:
|
|
311
|
+
--navigation-header-padding-17: 64px;
|
|
297
312
|
--navigation-header-padding-18: 96px;
|
|
298
313
|
--navigation-header-padding-01: 4px;
|
|
299
314
|
--navigation-header-padding-02: 6px;
|
|
@@ -303,22 +318,24 @@
|
|
|
303
318
|
--navigation-header-padding-06: 12px;
|
|
304
319
|
--navigation-header-padding-07: 16px;
|
|
305
320
|
--navigation-header-padding-08: 18px;
|
|
306
|
-
--navigation-header-padding-09:
|
|
321
|
+
--navigation-header-padding-09: 20px;
|
|
307
322
|
--navigation-header-border-radius-xxs: 2px;
|
|
308
323
|
--navigation-header-border-radius-xs: 8px;
|
|
309
324
|
--navigation-header-border-radius-s: 4px;
|
|
310
325
|
--navigation-header-border-radius-m: 16px;
|
|
311
326
|
--navigation-header-border-radius-l: 24px;
|
|
312
327
|
--navigation-header-border-radius-xl: 28px;
|
|
313
|
-
--navigation-header-border-radius-
|
|
314
|
-
--navigation-header-border-radius-
|
|
328
|
+
--navigation-header-border-radius-2xl: 32px;
|
|
329
|
+
--navigation-header-border-radius-3xl: 44px;
|
|
330
|
+
--navigation-header-border-radius-4xl: 48px;
|
|
331
|
+
--navigation-header-border-radius-5xl: 56px;
|
|
332
|
+
--navigation-header-border-radius-6xl: 80px;
|
|
333
|
+
--navigation-header-border-radius-max: 9999px;
|
|
315
334
|
--navigation-header-shadow-01: 0 0 1px 0 rgba( 0, 0, 0 , 0.20), 0 2px 6px 0 rgba( 0, 0, 0 , 0.10);
|
|
316
335
|
--navigation-header-shadow-02: 0 0 1px 0 rgba( 0, 0, 0 , 0.20), 0 4px 12px 0 rgba( 0, 0, 0 , 0.10);
|
|
317
336
|
--navigation-header-shadow-03: 0 0 1px 0 rgba( 0, 0, 0 , 0.20), 0 24px 32px 0 rgba( 0, 0, 0 , 0.10);
|
|
337
|
+
--navigation-header-shadow-inset-panel: 0 0 32px 0 rgba(0, 0, 0, 16%) inset;
|
|
318
338
|
--navigation-header-shadow-ghosted: 0 0 4px 1px rgba(255, 255, 255, 15%) inset;
|
|
319
|
-
--navigation-header-blur-s: blur(1.5px);
|
|
320
|
-
--navigation-header-blur-m: blur(4px);
|
|
321
|
-
--navigation-header-size-icon-m: 12px;
|
|
322
339
|
--segmented-control-size-icon-s: 24px;
|
|
323
340
|
--segmented-control-size-s: 40px;
|
|
324
341
|
--segmented-control-padding-s: 8px;
|
package/dist/index.es.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 11 Feb 2026 16:30:21 GMT
|
|
4
4
|
*/
|
|
5
5
|
var ComboboxColorBgLight = "#FFFFFF";
|
|
6
6
|
var ComboboxColorBgDisabled = "#D9D9D9";
|
|
@@ -144,8 +144,8 @@ var UniversalHeaderGapS = "6px";
|
|
|
144
144
|
var UniversalHeaderGapM = "12px";
|
|
145
145
|
var UniversalHeaderGapL = "32px";
|
|
146
146
|
var UniversalHeaderSizeIconS = "10px";
|
|
147
|
-
var UniversalHeaderColorsLightBgDefault = "#
|
|
148
|
-
var UniversalHeaderColorsLightFgDefault = "#
|
|
147
|
+
var UniversalHeaderColorsLightBgDefault = "#F7F7F7";
|
|
148
|
+
var UniversalHeaderColorsLightFgDefault = "#057382";
|
|
149
149
|
var UniversalHeaderColorsLightTextDefault = "#01404C";
|
|
150
150
|
var UniversalHeaderColorsLightTextHover = "#001318";
|
|
151
151
|
var SiteheaderSizeS = "34px";
|
|
@@ -218,8 +218,19 @@ var HeaderMenuColorsLightBorderStrongAltCopy = "#818181";
|
|
|
218
218
|
var HeaderMenuColorsLightTextDefault = "#009BA5";
|
|
219
219
|
var HeaderMenuColorsLightTextDefaultAlt = "#FFFFFF";
|
|
220
220
|
var HeaderMenuColorsLightTextStrong = "#2B2B2B";
|
|
221
|
+
var NavigationHeaderColorBrandLight = "#009BA5";
|
|
222
|
+
var NavigationHeaderColorBrandDark = "#EBF304";
|
|
223
|
+
var NavigationHeaderColorInteractiveLight = "#F7F7F7";
|
|
224
|
+
var NavigationHeaderColorInteractiveDark = "rgba(255,255,255,.08)";
|
|
225
|
+
var NavigationHeaderColorBorderLight = "#BBBBBB";
|
|
226
|
+
var NavigationHeaderColorBorderDark = "rgba(255,255,255, 0.3)";
|
|
221
227
|
var NavigationHeaderColorLogoLight = "#057382";
|
|
222
228
|
var NavigationHeaderColorLogoDark = "#EBF304";
|
|
229
|
+
var NavigationHeaderColorSearchBg = "#f7f7f7";
|
|
230
|
+
var NavigationHeaderColorFeaturedProductFg = "#ffffff";
|
|
231
|
+
var NavigationHeaderColorFeaturedProductFgHover = "#009BA5";
|
|
232
|
+
var NavigationHeaderColorFeaturedProductBg = "#111111";
|
|
233
|
+
var NavigationHeaderColorFeaturedProductBgHover = "#2B2B2B";
|
|
223
234
|
var NavigationHeaderColorActiveParentLight = "#111111";
|
|
224
235
|
var NavigationHeaderColorActiveParentDark = "#FFFFFF";
|
|
225
236
|
var NavigationHeaderColorNavitemFgLightInteractive = "#057382";
|
|
@@ -241,16 +252,12 @@ var NavigationHeaderColorContainerBgGhosted = "rgba(255, 255, 255, 10%)";
|
|
|
241
252
|
var NavigationHeaderColorActionAttention = "#AA0006";
|
|
242
253
|
var NavigationHeaderColorInlineActionHoverDark = "#EBF304";
|
|
243
254
|
var NavigationHeaderColorInlineActionHoverLight = "#057382";
|
|
244
|
-
var NavigationHeaderColorDisclosureIconDark = "#FFFFFF";
|
|
245
|
-
var NavigationHeaderColorDisclosureIconLight = "#2B2B2B";
|
|
246
255
|
var NavigationHeaderColorDisclosureHoverDark = "#EBF304";
|
|
247
256
|
var NavigationHeaderColorDisclosureHoverLight = "#057382";
|
|
248
257
|
var NavigationHeaderColorDisclosureHoverBgStart = "transparent";
|
|
249
258
|
var NavigationHeaderColorDisclosureHoverBgEnd = "transparent";
|
|
250
259
|
var NavigationHeaderColorDisclosureOpenBgStart = "transparent";
|
|
251
260
|
var NavigationHeaderColorDisclosureOpenBgEnd = "transparent";
|
|
252
|
-
var NavigationHeaderColorMenuLinkIconDark = "#FFFFFF";
|
|
253
|
-
var NavigationHeaderColorMenuLinkIconLight = "#2B2B2B";
|
|
254
261
|
var NavigationHeaderColorMenuLinkHoverBgStart = "transparent";
|
|
255
262
|
var NavigationHeaderColorMenuLinkHoverBgEnd = "transparent";
|
|
256
263
|
var NavigationHeaderColorMenuLinkHoverDark = "#EBF304";
|
|
@@ -260,13 +267,19 @@ var NavigationHeaderColorCloseButtonHoverDark = "#FFFFFF";
|
|
|
260
267
|
var NavigationHeaderColorCloseButtonHoverLight = "#111111";
|
|
261
268
|
var NavigationHeaderColorCloseButtonFocusBg = "rgba(0, 0, 0, 3%)";
|
|
262
269
|
var NavigationHeaderColorCloseButtonPressedBg = "rgba(0, 0, 0, 6%)";
|
|
263
|
-
var
|
|
264
|
-
var
|
|
265
|
-
var
|
|
266
|
-
var
|
|
267
|
-
var
|
|
268
|
-
var
|
|
269
|
-
var
|
|
270
|
+
var NavigationHeaderColorSideMenuOverlayBg = "rgba(32, 19, 52, 60%)";
|
|
271
|
+
var NavigationHeaderColorSideMenuSliderBgDark = "#111111";
|
|
272
|
+
var NavigationHeaderColorSideMenuSliderBgLight = "#FFFFFF";
|
|
273
|
+
var NavigationHeaderColorSideMenuBackLight = "#111111";
|
|
274
|
+
var NavigationHeaderColorSideMenuBackHoverBgLight = "#001318";
|
|
275
|
+
var NavigationHeaderColorSideMenuBackHoverFgLight = "#EBF304";
|
|
276
|
+
var NavigationHeaderColorSideMenuBackDark = "#FFFFFF";
|
|
277
|
+
var NavigationHeaderColorSideMenuBackHoverBgDark = "#FFFFFF";
|
|
278
|
+
var NavigationHeaderColorSideMenuBackHoverFgDark = "#2B2B2B";
|
|
279
|
+
var NavigationHeaderColorSideMenuButtonTextLight = "#009BA5";
|
|
280
|
+
var NavigationHeaderColorSideMenuButtonTextDark = "#EBF304";
|
|
281
|
+
var NavigationHeaderColorMegaMenuTabHoverFgInteractive = "#009BA5";
|
|
282
|
+
var NavigationHeaderColorMegaMenuPanelBg = "#FFFFFF";
|
|
270
283
|
var NavigationHeaderSizeXxxs = "1px";
|
|
271
284
|
var NavigationHeaderSizeXxs = "8px";
|
|
272
285
|
var NavigationHeaderSizeXs = "40px";
|
|
@@ -282,8 +295,10 @@ var NavigationHeaderGapS = "6px";
|
|
|
282
295
|
var NavigationHeaderGapM = "8px";
|
|
283
296
|
var NavigationHeaderGapL = "12px";
|
|
284
297
|
var NavigationHeaderGapXl = "16px";
|
|
285
|
-
var
|
|
286
|
-
var
|
|
298
|
+
var NavigationHeaderGap2xl = "20px";
|
|
299
|
+
var NavigationHeaderGap3xl = "24px";
|
|
300
|
+
var NavigationHeaderGap4xl = "32px";
|
|
301
|
+
var NavigationHeaderGap5xl = "40px";
|
|
287
302
|
var NavigationHeaderPadding10 = "22px";
|
|
288
303
|
var NavigationHeaderPadding11 = "24px";
|
|
289
304
|
var NavigationHeaderPadding12 = "28px";
|
|
@@ -291,7 +306,7 @@ var NavigationHeaderPadding13 = "32px";
|
|
|
291
306
|
var NavigationHeaderPadding14 = "40px";
|
|
292
307
|
var NavigationHeaderPadding15 = "48px";
|
|
293
308
|
var NavigationHeaderPadding16 = "56px";
|
|
294
|
-
var NavigationHeaderPadding17 = "
|
|
309
|
+
var NavigationHeaderPadding17 = "64px";
|
|
295
310
|
var NavigationHeaderPadding18 = "96px";
|
|
296
311
|
var NavigationHeaderPadding01 = "4px";
|
|
297
312
|
var NavigationHeaderPadding02 = "6px";
|
|
@@ -301,22 +316,24 @@ var NavigationHeaderPadding05 = "12px";
|
|
|
301
316
|
var NavigationHeaderPadding06 = "12px";
|
|
302
317
|
var NavigationHeaderPadding07 = "16px";
|
|
303
318
|
var NavigationHeaderPadding08 = "18px";
|
|
304
|
-
var NavigationHeaderPadding09 = "
|
|
319
|
+
var NavigationHeaderPadding09 = "20px";
|
|
305
320
|
var NavigationHeaderBorderRadiusXxs = "2px";
|
|
306
321
|
var NavigationHeaderBorderRadiusXs = "8px";
|
|
307
322
|
var NavigationHeaderBorderRadiusS = "4px";
|
|
308
323
|
var NavigationHeaderBorderRadiusM = "16px";
|
|
309
324
|
var NavigationHeaderBorderRadiusL = "24px";
|
|
310
325
|
var NavigationHeaderBorderRadiusXl = "28px";
|
|
311
|
-
var
|
|
312
|
-
var
|
|
326
|
+
var NavigationHeaderBorderRadius2xl = "32px";
|
|
327
|
+
var NavigationHeaderBorderRadius3xl = "44px";
|
|
328
|
+
var NavigationHeaderBorderRadius4xl = "48px";
|
|
329
|
+
var NavigationHeaderBorderRadius5xl = "56px";
|
|
330
|
+
var NavigationHeaderBorderRadius6xl = "80px";
|
|
331
|
+
var NavigationHeaderBorderRadiusMax = "9999px";
|
|
313
332
|
var NavigationHeaderShadow01 = "0 0 1px 0 rgba( 0, 0, 0 , 0.20), 0 2px 6px 0 rgba( 0, 0, 0 , 0.10)";
|
|
314
333
|
var NavigationHeaderShadow02 = "0 0 1px 0 rgba( 0, 0, 0 , 0.20), 0 4px 12px 0 rgba( 0, 0, 0 , 0.10)";
|
|
315
334
|
var NavigationHeaderShadow03 = "0 0 1px 0 rgba( 0, 0, 0 , 0.20), 0 24px 32px 0 rgba( 0, 0, 0 , 0.10)";
|
|
335
|
+
var NavigationHeaderShadowInsetPanel = "0 0 32px 0 rgba(0, 0, 0, 16%) inset";
|
|
316
336
|
var NavigationHeaderShadowGhosted = "0 0 4px 1px rgba(255, 255, 255, 15%) inset";
|
|
317
|
-
var NavigationHeaderBlurS = "blur(1.5px)";
|
|
318
|
-
var NavigationHeaderBlurM = "blur(4px)";
|
|
319
|
-
var NavigationHeaderSizeIconM = "12px";
|
|
320
337
|
var SegmentedControlSizeIconS = "24px";
|
|
321
338
|
var SegmentedControlSizeS = "40px";
|
|
322
339
|
var SegmentedControlPaddingS = "8px";
|
|
@@ -2102,4 +2119,4 @@ var DatePickerPaddingS = "8px";
|
|
|
2102
2119
|
var DatePickerColorsLightTextPlaceholder = "#686868"; // Uses core token
|
|
2103
2120
|
var DatePickerColorsDarkTextPlaceholder = "#818181"; // Uses core token
|
|
2104
2121
|
|
|
2105
|
-
export { AlertBorderRadiusM, AlertBorderRadiusS, AlertBorderWidthM, AlertBorderWidthS, AlertColorsStatusLightBgSubtleDefault, AlertColorsStatusLightBgSubtleError, AlertColorsStatusLightBgSubtleSuccess, AlertColorsStatusLightBgSubtleWarning, AlertColorsStatusLightBorderDefault, AlertColorsStatusLightBorderError, AlertColorsStatusLightBorderSuccess, AlertColorsStatusLightBorderWarning, AlertColorsStatusLightFgDefault, AlertColorsStatusLightIconDefault, AlertColorsStatusLightIconError, AlertColorsStatusLightIconSuccess, AlertColorsStatusLightIconWarning, AlertColorsStatusLightTextDefault, AlertGapS, AlertGapXs, AlertPaddingL, AlertPaddingM, AlertPaddingS, AlertPaddingXs, AlertPaddingXxs, AlertSizeIconS, AvatarBorderWeightS, AvatarColorsLightBgDefault, AvatarColorsLightBgHover, AvatarColorsLightFgDefaultAlt, AvatarColorsLightOverlayDefault, AvatarColorsLightTextDefaultAlt, AvatarSizeIconL, AvatarSizeIconM, AvatarSizeIconS, AvatarSizeIconXl, AvatarSizeL, AvatarSizeM, AvatarSizeS, AvatarSizeXl, BacktotopBorderRadiusM, BacktotopBorderWeightM, BacktotopColorsDarkBgDefault, BacktotopColorsDarkBgHover, BacktotopColorsDarkBgSelected, BacktotopColorsDarkBgStrong, BacktotopColorsDarkBgSubtle, BacktotopColorsDarkBorderDefault, BacktotopColorsDarkBorderFocus, BacktotopColorsDarkBorderHover, BacktotopColorsDarkBorderSelected, BacktotopColorsDarkBorderStrong, BacktotopColorsDarkFgDefault, BacktotopColorsDarkFgDefaultAlt, BacktotopColorsDarkTextDefault, BacktotopColorsDarkTextDefaultAlt, BacktotopColorsLightBgDefault, BacktotopColorsLightBgHover, BacktotopColorsLightBgSelected, BacktotopColorsLightBgStrong, BacktotopColorsLightBgSubtle, BacktotopColorsLightBorderDefault, BacktotopColorsLightBorderFocus, BacktotopColorsLightBorderHover, BacktotopColorsLightBorderSelected, BacktotopColorsLightBorderStrong, BacktotopColorsLightFgDefault, BacktotopColorsLightFgDefaultAlt, BacktotopColorsLightTextDefault, BacktotopColorsLightTextDefaultAlt, BacktotopPaddingM, BacktotopSizeIconM, BacktotopSizeM, BadgeBorderRadiusS, BadgeColorsBgDefault, BadgeColorsBgError, BadgeColorsBgSuccess, BadgeColorsBgWarning, BadgeColorsTextDefault, BadgeColorsTextError, BadgeColorsTextSuccess, BadgeColorsTextWarning, BadgePaddingS, BadgePaddingXxs, BadgeSizeS, BoxBorderRadiusS, BoxBorderWeightS, BoxBorderWeightXs, BoxColorsDarkBgDefault, BoxColorsDarkBgDefaultAlt, BoxColorsDarkBgMinimal, BoxColorsDarkBgSubtle, BoxColorsDarkBorderSubtle, BoxColorsLightBgDefault, BoxColorsLightBgError, BoxColorsLightBgErrorSubtle, BoxColorsLightBgMinimal, BoxColorsLightBgReplacement, BoxColorsLightBgSubtle, BoxColorsLightBorderError, BoxColorsLightBorderSubtle, BoxColorsLightFgStrong, BoxColorsLightTextStrong, BoxColorsVariantDarkBgDefault01, BoxColorsVariantLightBgDefault01, BoxColorsVariantLightBgDefault02, BoxPaddingS, BreadcrumbColorsDarkFgStrong, BreadcrumbColorsDarkTextDefault, BreadcrumbColorsDarkTextHover, BreadcrumbColorsDarkTextStrong, BreadcrumbColorsLightFgStrong, BreadcrumbColorsLightTextDefault, BreadcrumbColorsLightTextHover, BreadcrumbColorsLightTextStrong, BreadcrumbGapS, BreadcrumbGapXs, BreadcrumbSizeIconS, ButtonBorderRadiusS, ButtonBorderWeightS, ButtonColorsDarkBgDefault, ButtonColorsDarkBgDisabled, ButtonColorsDarkBgHover, ButtonColorsDarkBgPressed, ButtonColorsDarkBorderDefault, ButtonColorsDarkBorderDisabled, ButtonColorsDarkBorderPressed, ButtonColorsDarkFgDefault, ButtonColorsDarkFgDefaultAlt, ButtonColorsDarkFgDisabled, ButtonColorsDarkFgHover, ButtonColorsDarkFgPressed, ButtonColorsDarkTextDefault, ButtonColorsDarkTextDefaultAlt, ButtonColorsDarkTextDisabled, ButtonColorsDarkTextHover, ButtonColorsDarkTextPressed, ButtonColorsLightBgDefault, ButtonColorsLightBgDisabled, ButtonColorsLightBgHover, ButtonColorsLightBgPressed, ButtonColorsLightBorderDefault, ButtonColorsLightBorderDisabled, ButtonColorsLightBorderPressed, ButtonColorsLightFgDefault, ButtonColorsLightFgDefaultAlt, ButtonColorsLightFgDisabled, ButtonColorsLightFgHover, ButtonColorsLightFgPressed, ButtonColorsLightTextDefault, ButtonColorsLightTextDefaultAlt, ButtonColorsLightTextDisabled, ButtonColorsLightTextHover, ButtonColorsLightTextPressed, ButtonGapL, ButtonGapM, ButtonGapS, ButtonGapXs, ButtonPaddingL, ButtonPaddingM, ButtonPaddingS, ButtonPaddingXl, ButtonPaddingXxl, ButtonPaddingXxxl, ButtonSizeIconL, ButtonSizeIconM, ButtonSizeIconS, ButtonSizeIconXl, ButtonSizeIconXs, ButtonSizeL, ButtonSizeM, ButtonSizeS, ButtonSizeXl, ButtonSizeXs, ButtonSizeXxl, ButtonSizeXxs, ButtonV2BorderRadiusS, ButtonV2BorderWeightM, ButtonV2BorderWeightS, ButtonV2BorderWeightXs, ButtonV2ColorsDarkBgDefault, ButtonV2ColorsDarkBgDisabled, ButtonV2ColorsDarkBgHover, ButtonV2ColorsDarkBgHoverAlt, ButtonV2ColorsDarkBgMinimal, ButtonV2ColorsDarkBgPressed, ButtonV2ColorsDarkBgStrong, ButtonV2ColorsDarkBgSubtle, ButtonV2ColorsDarkBorderDefault, ButtonV2ColorsDarkBorderDisabled, ButtonV2ColorsDarkBorderPressed, ButtonV2ColorsDarkBorderSubtle, ButtonV2ColorsDarkFgDefault, ButtonV2ColorsDarkFgDefaultAlt, ButtonV2ColorsDarkFgDisabled, ButtonV2ColorsDarkFgHover, ButtonV2ColorsDarkFgPressed, ButtonV2ColorsDarkFgStrong, ButtonV2ColorsDarkFgStrongSubtle, ButtonV2ColorsDarkStatusBgDefault, ButtonV2ColorsDarkStatusBgHover, ButtonV2ColorsDarkStatusBgPressed, ButtonV2ColorsDarkStatusFgDefault, ButtonV2ColorsDarkStatusTextDefault, ButtonV2ColorsDarkTextDefault, ButtonV2ColorsDarkTextDefaultAlt, ButtonV2ColorsDarkTextDisabled, ButtonV2ColorsDarkTextHover, ButtonV2ColorsDarkTextPressed, ButtonV2ColorsDarkVariantBgLoader, ButtonV2ColorsDarkVariantBorderDefault, ButtonV2ColorsDarkVariantFgDefault, ButtonV2ColorsLightBgDefault, ButtonV2ColorsLightBgDisabled, ButtonV2ColorsLightBgHover, ButtonV2ColorsLightBgMinimal, ButtonV2ColorsLightBgPressed, ButtonV2ColorsLightBgStrong, ButtonV2ColorsLightBgSubtle, ButtonV2ColorsLightBorderDefault, ButtonV2ColorsLightBorderDisabled, ButtonV2ColorsLightBorderPressed, ButtonV2ColorsLightFgDefault, ButtonV2ColorsLightFgDefaultAlt, ButtonV2ColorsLightFgDefaultStrong, ButtonV2ColorsLightFgDisabled, ButtonV2ColorsLightFgHover, ButtonV2ColorsLightFgPressed, ButtonV2ColorsLightFgStrongSubtle, ButtonV2ColorsLightStatusBgDefault, ButtonV2ColorsLightStatusBgHover, ButtonV2ColorsLightStatusBgPressed, ButtonV2ColorsLightStatusTextDefault, ButtonV2ColorsLightTextDefault, ButtonV2ColorsLightTextDefaultAlt, ButtonV2ColorsLightTextDisabled, ButtonV2ColorsLightTextHover, ButtonV2ColorsLightTextPressed, ButtonV2ColorsLightVariantBgDefault, ButtonV2ColorsLightVariantBgHover, ButtonV2ColorsLightVariantBgPressed, ButtonV2ColorsLightVariantBorderDefault, ButtonV2ColorsLightVariantFgDefault, ButtonV2ColorsOverlayFlat01, ButtonV2ColorsOverlayFlat02, ButtonV2GapM, ButtonV2GapS, ButtonV2GapXs, ButtonV2PaddingL, ButtonV2PaddingM, ButtonV2PaddingS, ButtonV2PaddingXl, ButtonV2PaddingXs, ButtonV2PaddingXxl, ButtonV2PaddingXxs, ButtonV2PaddingXxxl, ButtonV2PaddingXxxs, ButtonV2SizeIconL, ButtonV2SizeIconM, ButtonV2SizeIconS, ButtonV2SizeIconXl, ButtonV2SizeL, ButtonV2SizeM, ButtonV2SizeS, CalendarBorderRadiusL, CalendarBorderRadiusM, CalendarBorderRadiusS, CalendarBorderRadiusXl, CalendarBorderWeightM, CalendarBorderWeightS, CalendarColorsLightBgDefaultAlt, CalendarColorsLightBgDisabled, CalendarColorsLightBgError, CalendarColorsLightBgHover, CalendarColorsLightBgHoverAlt, CalendarColorsLightBgPressed, CalendarColorsLightBgSelected, CalendarColorsLightBgSubtle, CalendarColorsLightBorderDisabled, CalendarColorsLightBorderError, CalendarColorsLightBorderFocus, CalendarColorsLightBorderHover, CalendarColorsLightBorderSelected, CalendarColorsLightBorderStrong, CalendarColorsLightFgDefaultAlt, CalendarColorsLightFgDisabled, CalendarColorsLightFgError, CalendarColorsLightFgHover, CalendarColorsLightFgStrong, CalendarColorsLightTextDefault, CalendarColorsLightTextDefaultAlt, CalendarColorsLightTextDisabled, CalendarColorsLightTextError, CalendarColorsLightTextHint, CalendarColorsLightTextStrong, CalendarGapL, CalendarGapM, CalendarGapS, CalendarGapXs, CalendarPaddingL, CalendarPaddingM, CalendarPaddingS, CalendarPaddingXl, CalendarPaddingXs, CalendarPaddingXxs, CalendarSizeIconL, CalendarSizeIconM, CalendarSizeIconS, CalendarSizeL, CalendarSizeM, CalendarSizeS, CalendarSizeXl, CalendarSizeXxl, CalendarSizeXxxl, CalendarSizeXxxxl, CalendarTypeLabelL, CalendarTypeLabelM, CalendarTypeLabelS, CardBorderRadiusS, CardBorderWeightM, CardBorderWeightS, CardColorsDarkBgDefault, CardColorsDarkBgDefaultAlt, CardColorsDarkBgEmphasis, CardColorsDarkBorderHover, CardColorsDarkFgDefaultAlt, CardColorsDarkTextDefault, CardColorsDarkTextHover, CardColorsDarkTextSupport, CardColorsLightBgDefault, CardColorsLightBgDefaultAlt, CardColorsLightBgEmphasis, CardColorsLightBorderDefault, CardColorsLightBorderHover, CardColorsLightBorderMinimal, CardColorsLightFgDefault, CardColorsLightFgDefaultAlt, CardColorsLightFgHover, CardColorsLightTextDefault, CardColorsLightTextHover, CardColorsLightTextSupport, CardGapL, CardGapM, CardGapS, CardGapXl, CardGapXs, CardGapXxl, CardPaddingM, CardPaddingS, CardPaddingXs, CardSizeIconM, CardSizeIconS, CardSizeL, CardSizeM, CardSizeS, CheckboxBorderRadiusS, CheckboxBorderRadiusXs, CheckboxBorderWeight, CheckboxColorsDarkBgActive, CheckboxColorsDarkBgDefault, CheckboxColorsDarkBgDisabled, CheckboxColorsDarkBgError, CheckboxColorsDarkBorderDefault, CheckboxColorsDarkBorderDisabled, CheckboxColorsDarkBorderError, CheckboxColorsDarkFgDefault, CheckboxColorsDarkFgDisabled, CheckboxColorsDarkTextDefault, CheckboxColorsDarkTextDisabled, CheckboxColorsLightBgActive, CheckboxColorsLightBgDefault, CheckboxColorsLightBgDisabled, CheckboxColorsLightBgError, CheckboxColorsLightBorderDefault, CheckboxColorsLightBorderDisabled, CheckboxColorsLightBorderError, CheckboxColorsLightFgDefault, CheckboxColorsLightFgDisabled, CheckboxColorsLightTextDefault, CheckboxColorsLightTextDisabled, CheckboxGapL, CheckboxGapM, CheckboxSizeIconM, CheckboxSizeIconS, CheckboxSizeL, CheckboxSizeS, CheckboxTypeHelperDefaultM, CheckboxTypeHelperDefaultS, CheckboxTypeInputDefaultM, CheckboxTypeInputDefaultS, ComboboxBorderRadiusCheckbox, ComboboxBorderRadiusHighlightedItemIndicator, ComboboxBorderRadiusInputL, ComboboxBorderRadiusInputM, ComboboxBorderRadiusInputS, ComboboxBorderRadiusL, ComboboxBorderRadiusM, ComboboxBorderRadiusS, ComboboxBorderWidthL, ComboboxBorderWidthS, ComboboxColorBgClearButtonHoverDark, ComboboxColorBgClearButtonHoverLight, ComboboxColorBgDark, ComboboxColorBgDarkError, ComboboxColorBgDisabled, ComboboxColorBgDisabledDark, ComboboxColorBgError, ComboboxColorBgLight, ComboboxColorBgListItemHighlighted, ComboboxColorBgListItemSelected, ComboboxColorBgSecondaryLight, ComboboxColorBgTagDark, ComboboxColorBgTagHoverDark, ComboboxColorBgTagHoverLight, ComboboxColorBgTagInvalidDark, ComboboxColorBgTagLight, ComboboxColorBorderDark, ComboboxColorBorderDisabled, ComboboxColorBorderDisabledDark, ComboboxColorBorderError, ComboboxColorBorderErrorDark, ComboboxColorBorderLight, ComboboxColorBorderListItemIndicator, ComboboxColorCheckboxBackground, ComboboxColorCheckboxBackgroundSelected, ComboboxColorCheckboxColor, ComboboxColorCheckboxOutline, ComboboxColorFgClearButtonDark, ComboboxColorFgClearButtonHoverDark, ComboboxColorFgClearButtonHoverLight, ComboboxColorFgDark, ComboboxColorFgDisabled, ComboboxColorFgDisabledDark, ComboboxColorFgLight, ComboboxColorFgNoResults, ComboboxColorFgShowHiddenDark, ComboboxColorFgShowHiddenHoverLight, ComboboxColorFgShowHiddenLight, ComboboxColorFgTagDark, ComboboxColorFgTagLight, ComboboxGapL, ComboboxGapM, ComboboxGapS, ComboboxIconSizeAutocompleteL, ComboboxIconSizeAutocompleteM, ComboboxIconSizeAutocompleteS, ComboboxIconSizeClearL, ComboboxIconSizeClearM, ComboboxIconSizeClearS, ComboboxIconSizePrefixL, ComboboxIconSizePrefixM, ComboboxIconSizePrefixS, ComboboxMarginM, ComboboxMarginS, ComboboxMarginXs, ComboboxPaddingL, ComboboxPaddingM, ComboboxPaddingS, ComboboxPaddingXl, ComboboxPaddingXs, ComboboxPaddingXxl, ComboboxPaddingXxxl, ComboboxShadowListbox, ComboboxSizeL, ComboboxSizeM, ComboboxSizeS, ComboboxSizeXl, ComboboxSizeXs, ComboboxSizeXxl, ComboboxSizeXxs, ComboboxSpacingAutocompleteL, ComboboxSpacingAutocompleteM, ComboboxSpacingAutocompleteS, ContentSwitcherBorderRadiusPill, ContentSwitcherBorderRadiusXl, ContentSwitcherBorderWeightS, ContentSwitcherColorsDarkBgDefault, ContentSwitcherColorsDarkBgDisabled, ContentSwitcherColorsDarkBgHover, ContentSwitcherColorsDarkBgPressed, ContentSwitcherColorsDarkBorderDefault, ContentSwitcherColorsDarkBorderDisabled, ContentSwitcherColorsDarkBorderPressed, ContentSwitcherColorsDarkFgDefault, ContentSwitcherColorsDarkFgDefaultAlt, ContentSwitcherColorsDarkFgDisabled, ContentSwitcherColorsDarkFgHover, ContentSwitcherColorsDarkFgPressed, ContentSwitcherColorsDarkTextDefault, ContentSwitcherColorsDarkTextDefaultAlt, ContentSwitcherColorsDarkTextDisabled, ContentSwitcherColorsDarkTextHover, ContentSwitcherColorsDarkTextPressed, ContentSwitcherColorsLightBgActive, ContentSwitcherColorsLightBgDefault, ContentSwitcherColorsLightBgDefaultAlt, ContentSwitcherColorsLightBgDisabled, ContentSwitcherColorsLightBgHover, ContentSwitcherColorsLightBgSeleced, ContentSwitcherColorsLightBgSelected, ContentSwitcherColorsLightBgSelectedHover, ContentSwitcherColorsLightBorderDefault, ContentSwitcherColorsLightBorderDisabled, ContentSwitcherColorsLightBorderPressed, ContentSwitcherColorsLightFgDefault, ContentSwitcherColorsLightFgDefaultAlt, ContentSwitcherColorsLightFgDisabled, ContentSwitcherColorsLightFgHover, ContentSwitcherColorsLightFgPressed, ContentSwitcherColorsLightTextDefault, ContentSwitcherColorsLightTextDefaultAlt, ContentSwitcherColorsLightTextDisabled, ContentSwitcherColorsLightTextHover, ContentSwitcherColorsLightTextPressed, ContentSwitcherElevations02, ContentSwitcherGapL, ContentSwitcherGapM, ContentSwitcherGapS, ContentSwitcherGapXl, ContentSwitcherGapXs, ContentSwitcherPaddingL, ContentSwitcherPaddingM, ContentSwitcherPaddingS, ContentSwitcherPaddingXl, ContentSwitcherPaddingXs, ContentSwitcherPaddingXxl, ContentSwitcherPaddingXxxl, DatePickerColorsDarkTextPlaceholder, DatePickerColorsLightTextPlaceholder, DatePickerPaddingM, DatePickerPaddingS, DatepickerTypeLabelL, DatepickerTypeLabelM, DatepickerTypeLabelS, DisclosureBorderWeightS, DisclosureColorsDarkBgHover, DisclosureColorsDarkBorderSubtle, DisclosureColorsDarkFgDefault, DisclosureColorsDarkFgHover, DisclosureColorsDarkTextBody, DisclosureColorsDarkTextDefault, DisclosureColorsDarkTextHover, DisclosureColorsLightBgHover, DisclosureColorsLightBorderSubtle, DisclosureColorsLightFgDefault, DisclosureColorsLightFgHover, DisclosureColorsLightTextBody, DisclosureColorsLightTextDefault, DisclosureColorsLightTextHover, DisclosureGapS, DisclosureMiniColorsDarkFgDefault, DisclosureMiniColorsDarkTextDefault, DisclosureMiniColorsDarkTextStrong, DisclosureMiniColorsLightFgDefault, DisclosureMiniColorsLightTextDefault, DisclosureMiniColorsLightTextStrong, DisclosureMiniGapM, DisclosureMiniGapS, DisclosureMiniPaddingS, DisclosureMiniSizeIconS, DisclosurePaddingL, DisclosurePaddingS, DisclosurePaddingXl, DisclosureSizeIconS, DisclosureSizeS, DisclosureTypeLabelL, DrawerBorderRadiusS, DrawerColorsDarkFgDefault, DrawerColorsLightBgDefault, DrawerColorsLightBorderDefault, DrawerColorsLightFgDefault, DrawerColorsLightFgHandle, DrawerColorsLightTextDefault, DrawerGapS, DrawerPaddingM, DrawerSizeIconS, Elevation, Elevation01, Elevation02, Elevation03, Elevation04, Elevation05, FilterBorderRadiusS, FilterBorderWeightM, FilterBorderWeightS, FilterColorsDarkBgDefault, FilterColorsDarkBgSelected, FilterColorsDarkBorderDefault, FilterColorsDarkBorderHover, FilterColorsDarkTextDefault, FilterColorsDarkTextDefaultAlt, FilterColorsDarkTextHover, FilterColorsDarkTextSelected, FilterColorsLightBgDefault, FilterColorsLightBgSelected, FilterColorsLightBorderDefault, FilterColorsLightBorderHover, FilterColorsLightTextDefault, FilterColorsLightTextDefaultAlt, FilterColorsLightTextHover, FilterGapL, FilterMarginM, FilterPaddingM, FilterPaddingS, FilterSizeS, FocusBorderRadiusS, FocusBorderWeightS, FocusColorsDarkBorderAlt, FocusColorsDarkBorderSubtle, FocusColorsLightBorderSubtle, FormControlColorsDarkFgError, FormControlColorsDarkTextDefault, FormControlColorsDarkTextDisabled, FormControlColorsDarkTextError, FormControlColorsLightFgError, FormControlColorsLightTextDefault, FormControlColorsLightTextDisabled, FormControlColorsLightTextError, FormControlSizeIcon, FormControlSpaceGapM, FormControlSpaceGapS, FormControlTypeHelperDefaultL, FormControlTypeHelperDefaultM, FormControlTypeHelperDefaultS, FormControlTypeLabelDefaultL, FormControlTypeLabelDefaultM, FormControlTypeLabelDefaultS, FormControlTypeOptionalDefaultL, FormControlTypeOptionalDefaultM, FormControlTypeOptionalDefaultS, HeaderMenuBorderRadiusL, HeaderMenuBorderRadiusM, HeaderMenuBorderRadiusS, HeaderMenuBorderRadiusXl, HeaderMenuBorderWeightS, HeaderMenuColorsLightBgDefaultAlt, HeaderMenuColorsLightBgStrong, HeaderMenuColorsLightBorderStrongAltCopy, HeaderMenuColorsLightFgDefault, HeaderMenuColorsLightFgDefaultAlt, HeaderMenuColorsLightFgStrong, HeaderMenuColorsLightTextDefault, HeaderMenuColorsLightTextDefaultAlt, HeaderMenuColorsLightTextStrong, HeaderMenuGapL, HeaderMenuGapM, HeaderMenuGapS, HeaderMenuGapXl, HeaderMenuGapXxl, HeaderMenuGapXxxl, HeaderMenuGapXxxxl, HeaderMenuPaddingL, HeaderMenuPaddingM, HeaderMenuPaddingS, HeaderMenuPaddingXl, HeaderMenuSizeIconL, HeaderMenuSizeIconM, HeaderMenuSizeIconS, HeaderMenuSizeL, HeaderMenuSizeM, HeaderMenuSizeS, HeaderMenuSizeXl, HeroButtonBorderRadiusS, HeroButtonBorderWeightM, HeroButtonBorderWeightS, HeroButtonBorderWeightXs, HeroButtonColorsDarkBgDefault, HeroButtonColorsDarkBgDisabled, HeroButtonColorsDarkBgHover, HeroButtonColorsDarkBgHoverAlt, HeroButtonColorsDarkBgMinimal, HeroButtonColorsDarkBgPressed, HeroButtonColorsDarkBgStrong, HeroButtonColorsDarkBgSubtle, HeroButtonColorsDarkBorderDefault, HeroButtonColorsDarkBorderDisabled, HeroButtonColorsDarkBorderPressed, HeroButtonColorsDarkBorderSubtle, HeroButtonColorsDarkFgDefault, HeroButtonColorsDarkFgDefaultAlt, HeroButtonColorsDarkFgDisabled, HeroButtonColorsDarkFgHover, HeroButtonColorsDarkFgPressed, HeroButtonColorsDarkFgStrong, HeroButtonColorsDarkFgStrongSubtle, HeroButtonColorsDarkStatusBgDefault, HeroButtonColorsDarkStatusBgHover, HeroButtonColorsDarkStatusBgPressed, HeroButtonColorsDarkStatusFgDefault, HeroButtonColorsDarkStatusTextDefault, HeroButtonColorsDarkTextDefault, HeroButtonColorsDarkTextDefaultAlt, HeroButtonColorsDarkTextDisabled, HeroButtonColorsDarkTextHover, HeroButtonColorsDarkTextPressed, HeroButtonColorsDarkVariantBgLoader, HeroButtonColorsDarkVariantBorderDefault, HeroButtonColorsDarkVariantFgDefault, HeroButtonColorsLightBgDefault, HeroButtonColorsLightBgDisabled, HeroButtonColorsLightBgHover, HeroButtonColorsLightBgMinimal, HeroButtonColorsLightBgPressed, HeroButtonColorsLightBgStrong, HeroButtonColorsLightBgSubtle, HeroButtonColorsLightBorderDefault, HeroButtonColorsLightBorderDisabled, HeroButtonColorsLightBorderPressed, HeroButtonColorsLightFgDefault, HeroButtonColorsLightFgDefaultAlt, HeroButtonColorsLightFgDefaultStrong, HeroButtonColorsLightFgDisabled, HeroButtonColorsLightFgHover, HeroButtonColorsLightFgPressed, HeroButtonColorsLightFgStrongSubtle, HeroButtonColorsLightStatusBgDefault, HeroButtonColorsLightStatusBgHover, HeroButtonColorsLightStatusBgPressed, HeroButtonColorsLightStatusTextDefault, HeroButtonColorsLightTextDefault, HeroButtonColorsLightTextDefaultAlt, HeroButtonColorsLightTextDisabled, HeroButtonColorsLightTextHover, HeroButtonColorsLightTextPressed, HeroButtonColorsLightVariantBgDefault, HeroButtonColorsLightVariantBgHover, HeroButtonColorsLightVariantBgPressed, HeroButtonColorsLightVariantBorderDefault, HeroButtonColorsLightVariantFgDefault, HeroButtonColorsOverlayFlat01, HeroButtonColorsOverlayFlat02, HeroButtonGapM, HeroButtonGapS, HeroButtonGapXs, HeroButtonPaddingL, HeroButtonPaddingM, HeroButtonPaddingS, HeroButtonPaddingXl, HeroButtonPaddingXs, HeroButtonPaddingXxl, HeroButtonPaddingXxs, HeroButtonPaddingXxxl, HeroButtonPaddingXxxs, HeroButtonSizeIconL, HeroButtonSizeIconM, HeroButtonSizeIconS, HeroButtonSizeIconXl, HeroButtonSizeL, HeroButtonSizeM, HeroButtonSizeS, HerobannerBorderDefault, HerobannerBoxShadow01, HerobannerColorDarkBgDefault, HerobannerColorDarkBgGradient, HerobannerColorDarkTextDefault, HerobannerColorLightBgContained, HerobannerColorLightBgDefault, HerobannerColorLightBgGradient, HerobannerColorLightTextDefault, HerobannerGapL, HerobannerGapM, HerobannerGapS, HerobannerPaddingL, HerobannerPaddingM, HerobannerPaddingS, HerobannerRadiusL, HerobannerRadiusM, IconColorBrandAltDark, IconColorBrandAltLight, IconColorBrandDark, IconColorBrandLight, IconColorStatusErrorDark, IconColorStatusErrorLight, IconColorStatusSuccessDark, IconColorStatusSuccessLight, IconColorStatusWarningDark, IconColorStatusWarningLight, InputsBorderRadiusL, InputsBorderRadiusM, InputsBorderRadiusS, InputsBorderWeightS, InputsColorsDarkBgActive, InputsColorsDarkBgDefault, InputsColorsDarkBgDisabled, InputsColorsDarkBgError, InputsColorsDarkBgHover, InputsColorsDarkBgLight, InputsColorsDarkBgSecondary, InputsColorsDarkBorderActive, InputsColorsDarkBorderDefault, InputsColorsDarkBorderDisabled, InputsColorsDarkBorderError, InputsColorsDarkBorderFocus, InputsColorsDarkBorderHover, InputsColorsDarkFgActive, InputsColorsDarkFgDefault, InputsColorsDarkFgDisabled, InputsColorsDarkFgLight, InputsColorsDarkTextActive, InputsColorsDarkTextDefault, InputsColorsDarkTextDisabled, InputsColorsDarkTextError, InputsColorsDarkTextPlaceholder, InputsColorsLightBgActive, InputsColorsLightBgDefault, InputsColorsLightBgDisabled, InputsColorsLightBgError, InputsColorsLightBgGradient, InputsColorsLightBgHover, InputsColorsLightBgSecondary, InputsColorsLightBorderActive, InputsColorsLightBorderDefault, InputsColorsLightBorderDisabled, InputsColorsLightBorderError, InputsColorsLightBorderFocus, InputsColorsLightBorderHover, InputsColorsLightFgActive, InputsColorsLightFgDark, InputsColorsLightFgDefault, InputsColorsLightFgDisabled, InputsColorsLightFgGradient, InputsColorsLightTextActive, InputsColorsLightTextDefault, InputsColorsLightTextDisabled, InputsColorsLightTextError, InputsColorsLightTextPlaceholder, InputsSizeIconL, InputsSizeIconM, InputsSizeIconS, InputsSizeIconXl, InputsSizeIconXxl, InputsSpaceGapL, InputsSpaceGapM, InputsSpaceGapS, InputsSpacePaddingL, InputsSpacePaddingM, InputsSpacePaddingS, InputsTypeHelperDefaultL, InputsTypeHelperDefaultM, InputsTypeHelperDefaultS, InputsTypeInputDefaultL, InputsTypeInputDefaultM, InputsTypeInputDefaultS, InputsTypeInputHeadlineL, InputsTypeInputHeadlineM, InputsTypeInputHeadlineS, LogosColorsDarkFgDefault, LogosColorsLightFgDefault, LogosColorsLightFgStrong, LogosColorsLightFgVariant, LogosSizeM, MenuCardBgActive, MenuCardBgDefault, MenuCardBgDisabled, MenuCardBgHover, MenuCardBorderNeutral, MenuCardBorderRadiusM, MenuCardBorderRadiusS, MenuCardDividerXxs, MenuCardForegroundHover, MenuCardGapM, MenuCardGapS, MenuCardGapXs, MenuCardIconDisabled, MenuCardIconPrimary, MenuCardIconSizeM, MenuCardPaddingM, MenuCardPaddingNone, MenuCardTextDisabled, MenuCardTextPrimary, ModalBorderRadiusS, ModalColorsLightBgDefault, ModalColorsLightFgDefault, ModalColorsLightTextDefault, ModalGapM, ModalGapS, ModalPaddingM, ModalSizeIconS, ModalSizeL, ModalSizeM, ModalSizeS, ModalSizeXl, ModalSizeXxl, NavigationHeaderBlurM, NavigationHeaderBlurS, NavigationHeaderBorderRadiusL, NavigationHeaderBorderRadiusM, NavigationHeaderBorderRadiusS, NavigationHeaderBorderRadiusXl, NavigationHeaderBorderRadiusXs, NavigationHeaderBorderRadiusXxl, NavigationHeaderBorderRadiusXxs, NavigationHeaderBorderRadiusXxxl, NavigationHeaderColorActionAttention, NavigationHeaderColorActiveParentDark, NavigationHeaderColorActiveParentLight, NavigationHeaderColorBurgerMenuActionsBorderDark, NavigationHeaderColorBurgerMenuActionsBorderLight, NavigationHeaderColorBurgerMenuOverlayBg, NavigationHeaderColorBurgerMenuOverlayGradientMaskEnd, NavigationHeaderColorBurgerMenuOverlayGradientMaskStart, NavigationHeaderColorBurgerMenuSliderBgDark, NavigationHeaderColorBurgerMenuSliderBgLight, NavigationHeaderColorCloseButtonFocusBg, NavigationHeaderColorCloseButtonHoverBg, NavigationHeaderColorCloseButtonHoverDark, NavigationHeaderColorCloseButtonHoverLight, NavigationHeaderColorCloseButtonPressedBg, NavigationHeaderColorContainerBgGhosted, NavigationHeaderColorContainerBgLight, NavigationHeaderColorContainerBgNeutral, NavigationHeaderColorContainerBgTransparent, NavigationHeaderColorDisclosureHoverBgEnd, NavigationHeaderColorDisclosureHoverBgStart, NavigationHeaderColorDisclosureHoverDark, NavigationHeaderColorDisclosureHoverLight, NavigationHeaderColorDisclosureIconDark, NavigationHeaderColorDisclosureIconLight, NavigationHeaderColorDisclosureOpenBgEnd, NavigationHeaderColorDisclosureOpenBgStart, NavigationHeaderColorInlineActionHoverDark, NavigationHeaderColorInlineActionHoverLight, NavigationHeaderColorLogoDark, NavigationHeaderColorLogoLight, NavigationHeaderColorMenuLinkHoverBgEnd, NavigationHeaderColorMenuLinkHoverBgStart, NavigationHeaderColorMenuLinkHoverDark, NavigationHeaderColorMenuLinkHoverLight, NavigationHeaderColorMenuLinkIconDark, NavigationHeaderColorMenuLinkIconLight, NavigationHeaderColorNavitemBgDarkInteractive, NavigationHeaderColorNavitemBgDarkPressed, NavigationHeaderColorNavitemBgLightInteractive, NavigationHeaderColorNavitemBgLightPressed, NavigationHeaderColorNavitemFgDarkInteractive, NavigationHeaderColorNavitemFgDarkPressed, NavigationHeaderColorNavitemFgLightInteractive, NavigationHeaderColorNavitemFgLightPressed, NavigationHeaderColorPageSeparatorBgDark, NavigationHeaderColorPageSeparatorBgLight, NavigationHeaderColorPageTitleFgDark, NavigationHeaderColorPageTitleFgLight, NavigationHeaderGapL, NavigationHeaderGapM, NavigationHeaderGapS, NavigationHeaderGapXl, NavigationHeaderGapXs, NavigationHeaderGapXxl, NavigationHeaderGapXxxl, NavigationHeaderPadding01, NavigationHeaderPadding02, NavigationHeaderPadding03, NavigationHeaderPadding04, NavigationHeaderPadding05, NavigationHeaderPadding06, NavigationHeaderPadding07, NavigationHeaderPadding08, NavigationHeaderPadding09, NavigationHeaderPadding10, NavigationHeaderPadding11, NavigationHeaderPadding12, NavigationHeaderPadding13, NavigationHeaderPadding14, NavigationHeaderPadding15, NavigationHeaderPadding16, NavigationHeaderPadding17, NavigationHeaderPadding18, NavigationHeaderShadow01, NavigationHeaderShadow02, NavigationHeaderShadow03, NavigationHeaderShadowGhosted, NavigationHeaderSizeIconM, NavigationHeaderSizeL, NavigationHeaderSizeM, NavigationHeaderSizeS, NavigationHeaderSizeXl, NavigationHeaderSizeXs, NavigationHeaderSizeXxl, NavigationHeaderSizeXxs, NavigationHeaderSizeXxxl, NavigationHeaderSizeXxxs, NavigationHeaderSizeXxxxl, OverlayColorsOverlayDefault, PaginationBorderRadiusM, PaginationBorderWeightS, PaginationColorsDarkBgHover, PaginationColorsDarkBgPressed, PaginationColorsDarkBgSelected, PaginationColorsDarkBorderFocus, PaginationColorsDarkFgDefault, PaginationColorsDarkFgDefaultAlt, PaginationColorsDarkTextDefault, PaginationColorsDarkTextStrong, PaginationColorsLightBgHover, PaginationColorsLightBgPressed, PaginationColorsLightBgSelected, PaginationColorsLightBgSubtle, PaginationColorsLightBorderFocus, PaginationColorsLightFgDefault, PaginationColorsLightFgDefaultAlt, PaginationColorsLightTextDefault, PaginationColorsLightTextStrong, PaginationGapM, PaginationGapS, PaginationPaddingM, PaginationPaddingS, PaginationSizeIconM, PaginationSizeM, PopoverBorderRadius, PopoverBorderWidth, PopoverColorsBrandBgDefault, PopoverColorsBrandBorder, PopoverColorsDarkBgDefault, PopoverColorsDarkBorder, PopoverColorsLightBgDefault, PopoverColorsLightBorder, ProgressBarBorderRadiusS, ProgressBarColorsDarkBgDefault, ProgressBarColorsDarkBgDefaultAlt, ProgressBarColorsDarkBgError, ProgressBarColorsDarkBgSuccess, ProgressBarColorsDarkFgDefault, ProgressBarColorsDarkFgDefaultHover, ProgressBarColorsDarkFgError, ProgressBarColorsDarkFgErrorHover, ProgressBarColorsDarkFgSuccess, ProgressBarColorsDarkFgSuccessHover, ProgressBarColorsDarkTextDefault, ProgressBarColorsDarkTextDefaultAlt, ProgressBarColorsDarkTextDefaultAltHover, ProgressBarColorsDarkTextError, ProgressBarColorsDarkTextErrorHover, ProgressBarColorsDarkTextSuccess, ProgressBarColorsDarkTextSuccessHover, ProgressBarColorsLightBgDefault, ProgressBarColorsLightBgDefaultAlt, ProgressBarColorsLightBgError, ProgressBarColorsLightBgMuted, ProgressBarColorsLightBgSuccess, ProgressBarColorsLightFgDefault, ProgressBarColorsLightFgDefaultHover, ProgressBarColorsLightFgError, ProgressBarColorsLightFgErrorHover, ProgressBarColorsLightFgSuccess, ProgressBarColorsLightFgSuccessHover, ProgressBarColorsLightTextDefault, ProgressBarColorsLightTextDefaultAlt, ProgressBarColorsLightTextDefaultAltHover, ProgressBarColorsLightTextError, ProgressBarColorsLightTextErrorHover, ProgressBarColorsLightTextSuccess, ProgressBarColorsLightTextSuccessHover, ProgressBarGapM, ProgressBarGapS, ProgressBarSizeS, RadioBorderWeight, RadioColorsDarkBgDefault, RadioColorsDarkBgDisabled, RadioColorsDarkBgError, RadioColorsDarkBorderActive, RadioColorsDarkBorderDefault, RadioColorsDarkBorderDisabled, RadioColorsDarkBorderError, RadioColorsDarkFgDefault, RadioColorsDarkFgDisabled, RadioColorsDarkTextDefault, RadioColorsDarkTextDisabled, RadioColorsLightBgDefault, RadioColorsLightBgDisabled, RadioColorsLightBgError, RadioColorsLightBorderActive, RadioColorsLightBorderDefault, RadioColorsLightBorderDisabled, RadioColorsLightBorderError, RadioColorsLightFgDefault, RadioColorsLightFgDisabled, RadioColorsLightTextDefault, RadioColorsLightTextDisabled, RadioGapL, RadioGapM, RadioSizeL, RadioSizeM, RadioSizeS, RadioSizeXl, RadioTypeHelperDefaultM, RadioTypeHelperDefaultS, RadioTypeInputDefaultM, RadioTypeInputDefaultS, RuleBorderWeightS, RuleColorsDarkBorderSubtle, RuleColorsLightBorderSubtle, SegmentedControlBorderRadiusM, SegmentedControlBorderWeightM, SegmentedControlBorderWeightS, SegmentedControlColorsLightBgDefault, SegmentedControlColorsLightBgHover, SegmentedControlColorsLightBgSelected, SegmentedControlColorsLightBorderFocus, SegmentedControlColorsLightBorderSubtle, SegmentedControlColorsLightFgDefault, SegmentedControlColorsLightFgDefaultAlt, SegmentedControlColorsLightFgFocus, SegmentedControlColorsLightTextDefault, SegmentedControlColorsLightTextDefaultAlt, SegmentedControlColorsLightTextFocus, SegmentedControlGapM, SegmentedControlGapS, SegmentedControlPaddingM, SegmentedControlPaddingS, SegmentedControlSizeIconS, SegmentedControlSizeS, SelectBorderRadiusL, SelectBorderRadiusM, SelectBorderRadiusS, SelectBorderWeightS, SelectColorsDarkBgActive, SelectColorsDarkBgDefault, SelectColorsDarkBgDisabled, SelectColorsDarkBgError, SelectColorsDarkBgHover, SelectColorsDarkBorderActive, SelectColorsDarkBorderDefault, SelectColorsDarkBorderDisabled, SelectColorsDarkBorderDropdown, SelectColorsDarkBorderError, SelectColorsDarkFgActive, SelectColorsDarkFgDefault, SelectColorsDarkFgDisabled, SelectColorsDarkTextActive, SelectColorsDarkTextDefault, SelectColorsDarkTextDisabled, SelectColorsLightBgActive, SelectColorsLightBgDefault, SelectColorsLightBgDisabled, SelectColorsLightBgError, SelectColorsLightBgHover, SelectColorsLightBorderActive, SelectColorsLightBorderDefault, SelectColorsLightBorderDisabled, SelectColorsLightBorderDropdown, SelectColorsLightBorderError, SelectColorsLightFgActive, SelectColorsLightFgDefault, SelectColorsLightFgDisabled, SelectColorsLightTextActive, SelectColorsLightTextDefault, SelectColorsLightTextDisabled, SelectGap, SelectPaddingL, SelectPaddingM, SelectPaddingS, SelectSizeIconL, SelectSizeIconM, SelectSizeIconS, SelectSizeL, SelectSizeM, SelectSizeS, SelectTypeInputDefaultL, SelectTypeInputDefaultM, SelectTypeInputDefaultS, SemBorderRadiusAlert01, SemBorderRadiusAlert02, SemBorderRadiusL, SemBorderRadiusM, SemBorderRadiusS, SemBorderRadiusVariantL, SemBorderRadiusVariantM, SemBorderRadiusVariantS, SemBorderRadiusXl, SemBorderRadiusXs, SemBorderRadiusXxl, SemBorderRadiusXxs, SemBorderRadiusXxxl, SemBorderRadiusXxxs, SemBorderRadiusXxxxs, SemBorderRadiusXxxxxs, SemBorderRadiusXxxxxxs, SemBorderWidthL, SemBorderWidthM, SemBorderWidthS, SemBorderWidthXl, SemBorderWidthXs, SemBorderWidthXxl, SemBorderWidthXxs, SemBorderWidthXxxl, SemBorderWidthXxxs, SemBorderWidthXxxxs, SemColorBgPrimaryDarkDefault, SemColorBgPrimaryDarkDefaultAlt, SemColorBgPrimaryDarkEmphasis, SemColorBgPrimaryDarkMinimal, SemColorBgPrimaryDarkMinimalAlt, SemColorBgPrimaryDarkStrong, SemColorBgPrimaryDarkSubtle, SemColorBgPrimaryLightDefault, SemColorBgPrimaryLightDefaultAlt, SemColorBgPrimaryLightDefaultStrong, SemColorBgPrimaryLightEmphasis, SemColorBgPrimaryLightMinimal, SemColorBgPrimaryLightMinimalAlt, SemColorBgPrimaryLightStrong, SemColorBgPrimaryLightSubtle, SemColorBgPrimaryLightSubtleAlt, SemColorBgSecondaryDarkAlt, SemColorBgSecondaryDarkDefault, SemColorBgSecondaryDarkMinimal, SemColorBgSecondaryDarkMinimalAlt, SemColorBgSecondaryDarkMuted, SemColorBgSecondaryDarkMutedAlt, SemColorBgSecondaryDarkStrong, SemColorBgSecondaryDarkStrongAlt, SemColorBgSecondaryDarkSubtle, SemColorBgSecondaryLightAlt, SemColorBgSecondaryLightDefault, SemColorBgSecondaryLightDefaultAlt, SemColorBgSecondaryLightMinimal, SemColorBgSecondaryLightMinimalAlt, SemColorBgSecondaryLightMuted, SemColorBgSecondaryLightMutedAlt, SemColorBgSecondaryLightMutedSubtle, SemColorBgSecondaryLightStrong, SemColorBgSecondaryLightStrongAlt, SemColorBgSecondaryLightSubtle, SemColorBgTertiaryStatusLightError, SemColorBgTertiaryStatusLightErrorAlt, SemColorBgTertiaryStatusLightGeneral, SemColorBgTertiaryStatusLightSuccess, SemColorBgTertiaryStatusLightSuccessAlt, SemColorBgTertiaryStatusLightWarning, SemColorBgTertiaryWarningDefault, SemColorBgTertiaryWarningStrong, SemColorBgTertiaryWarningSubtle, SemColorBorderPrimaryDarkDefault, SemColorBorderPrimaryDarkEmphasis, SemColorBorderPrimaryDarkMinimal, SemColorBorderPrimaryDarkStrong, SemColorBorderPrimaryDarkSubtle, SemColorBorderPrimaryLightDefault, SemColorBorderPrimaryLightEmphasis, SemColorBorderPrimaryLightEmphasisSubtle, SemColorBorderPrimaryLightMinimal, SemColorBorderPrimaryLightMinimalAlt, SemColorBorderPrimaryLightStrong, SemColorBorderPrimaryLightSubtle, SemColorBorderSecondaryDarkAlt, SemColorBorderSecondaryDarkDefault, SemColorBorderSecondaryDarkMinimal, SemColorBorderSecondaryDarkMuted, SemColorBorderSecondaryDarkStrong, SemColorBorderSecondaryDarkSubtle, SemColorBorderSecondaryLightAlt, SemColorBorderSecondaryLightDefault, SemColorBorderSecondaryLightDefaultAlt, SemColorBorderSecondaryLightMinimal, SemColorBorderSecondaryLightMuted, SemColorBorderSecondaryLightStrong, SemColorBorderSecondaryLightSubtle, SemColorBorderTertiaryDarkDefault, SemColorBorderTertiaryLightDefault, SemColorFgPrimaryDarkDefault, SemColorFgPrimaryDarkEmphasis, SemColorFgPrimaryDarkStrong, SemColorFgPrimaryDarkSubtle, SemColorFgPrimaryDarkVibrant, SemColorFgPrimaryLightDefault, SemColorFgPrimaryLightDefaultAlt, SemColorFgPrimaryLightEmphasis, SemColorFgPrimaryLightMinimal, SemColorFgPrimaryLightStrong, SemColorFgPrimaryLightSubtle, SemColorFgPrimaryLightSubtleAlt, SemColorFgPrimaryLightVibrant, SemColorFgSecondaryDarkAlt, SemColorFgSecondaryDarkDefault, SemColorFgSecondaryDarkMinimal, SemColorFgSecondaryDarkMinimalAlt, SemColorFgSecondaryDarkMuted, SemColorFgSecondaryDarkStrong, SemColorFgSecondaryDarkSubtle, SemColorFgSecondaryDarkSubtleAlt, SemColorFgSecondaryLightAlt, SemColorFgSecondaryLightDefault, SemColorFgSecondaryLightDefaultAlt, SemColorFgSecondaryLightMinimal, SemColorFgSecondaryLightMinimalAlt, SemColorFgSecondaryLightMuted, SemColorFgSecondaryLightMutedAlt, SemColorFgSecondaryLightStrong, SemColorFgSecondaryLightStrongAlt, SemColorFgSecondaryLightStrongSubtle, SemColorFgSecondaryLightSubtle, SemColorFgSecondaryLightSubtleAlt, SemColorGradientBg01, SemColorGradientBg02, SemColorGradientBg03, SemColorGradientBg04, SemColorGradientBg05, SemColorGradientBg06, SemColorGradientBg07, SemColorGradientBg08, SemColorGradientBg09, SemColorGradientBg10, SemColorGradientBg11, SemColorGradientBorder01, SemColorGradientBorder02, SemColorGradientBorder03, SemColorGradientBorder04, SemColorGradientBorder05, SemColorGradientFg01, SemColorGradientTertiaryDarkEmphasis, SemColorGradientTertiaryLightEmphasis, SemColorOverlayFlatBrand, SemColorOverlayFlatDefault, SemColorOverlayFlatLight, SemColorOverlayGradientDarkFaded, SemColorOverlayGradientFaded, SemColorStatusBgDarkDefault, SemColorStatusBgDarkError, SemColorStatusBgDarkErrorStrong, SemColorStatusBgDarkErrorSubtle, SemColorStatusBgDarkGeneral, SemColorStatusBgDarkGeneralAlt, SemColorStatusBgDarkSuccess, SemColorStatusBgDarkWarning, SemColorStatusBgDarkWarningStrong, SemColorStatusBgLightError, SemColorStatusBgLightErrorAlt, SemColorStatusBgLightErrorEmphasis, SemColorStatusBgLightErrorStrong, SemColorStatusBgLightErrorSubtle, SemColorStatusBgLightGeneral, SemColorStatusBgLightGeneralAlt, SemColorStatusBgLightSuccess, SemColorStatusBgLightSuccessAlt, SemColorStatusBgLightWarning, SemColorStatusBgLightWarningAlt, SemColorStatusBgLightWarningStrong, SemColorStatusBorderDarkError, SemColorStatusBorderDarkErrorMinimal, SemColorStatusBorderDarkErrorSubtle, SemColorStatusBorderDarkGeneral, SemColorStatusBorderDarkSuccess, SemColorStatusBorderDarkSuccessSubtle, SemColorStatusBorderDarkWarning, SemColorStatusBorderDarkWarningSubtle, SemColorStatusBorderLightError, SemColorStatusBorderLightGeneral, SemColorStatusBorderLightSuccess, SemColorStatusBorderLightWarning, SemColorStatusFgDarkError, SemColorStatusFgDarkErrorAlt, SemColorStatusFgDarkErrorSubtle, SemColorStatusFgDarkGeneral, SemColorStatusFgDarkSuccess, SemColorStatusFgDarkSuccessSubtle, SemColorStatusFgDarkWarning, SemColorStatusFgDarkWarningAlt, SemColorStatusFgDarkWarningSubtle, SemColorStatusFgLightError, SemColorStatusFgLightGeneral, SemColorStatusFgLightSuccess, SemColorStatusFgLightWarning, SemColorStatusFgLightWarningAlt, SemColorTextPrimaryDarkDefault, SemColorTextPrimaryDarkDefaultAlt, SemColorTextPrimaryDarkStrong, SemColorTextPrimaryDarkStrongAlt, SemColorTextPrimaryDarkSubtle, SemColorTextPrimaryDarkSupporting, SemColorTextPrimaryLightDefault, SemColorTextPrimaryLightDefaultAlt, SemColorTextPrimaryLightDefaultStrong, SemColorTextPrimaryLightEmphasis, SemColorTextPrimaryLightHover, SemColorTextPrimaryLightStrong, SemColorTextPrimaryLightSubtle, SemColorTextPrimaryLightSupporting, SemColorTextSecondaryDarkDefault, SemColorTextSecondaryDarkDefaultAlt, SemColorTextSecondaryDarkStrong, SemColorTextSecondaryDarkStrongAlt, SemColorTextSecondaryDarkSubtleAlt, SemColorTextSecondaryLightDefault, SemColorTextSecondaryLightDefaultAlt, SemColorTextSecondaryLightDefaultStrong, SemColorTextSecondaryLightEmphasis, SemColorTextSecondaryLightHover, SemColorTextSecondaryLightStrong, SemColorTextSecondaryLightSubtle, SemColorTextSecondaryLightSubtleAlt, SemColorTextStatusDarkDefault, SemColorTextStatusDarkError, SemColorTextStatusLightDefault, SemColorTextStatusLightError, SemColorTextStatusLightSuccess, SemColorTextStatusLightWarning, SemFontFamilyBody, SemFontFamilyDisplayCondensedHeadline, SemFontFamilyDisplayExtendedHeadline, SemFontFamilyDisplayHeading, SemFontFamilyHeading, SemFontFamilyInterface, SemFontSize100, SemFontSize125, SemFontSize150, SemFontSize175, SemFontSize200, SemFontSize225, SemFontSize250, SemFontSize300, SemFontSize350, SemFontSize400, SemFontSize500, SemFontSize75, SemFontSize750, SemFontSize87, SemFontWeightBold, SemFontWeightButton, SemFontWeightDisplayCondensedBold, SemFontWeightDisplayCondensedRegular, SemFontWeightDisplayExtendedBold, SemFontWeightDisplayExtendedRegular, SemFontWeightDisplayStandardBold, SemFontWeightDisplayStandardRegular, SemFontWeightRegular, SemFontWeightSemi, SemFontWeightSemiBold, SemInnerShadow01, SemInnerShadow02, SemLineHeightBaseScaleL, SemLineHeightBaseScaleM, SemLineHeightBaseScaleS, SemLineHeightBaseScaleXl, SemLineHeightBaseScaleXs, SemLineHeightBaseScaleXxl, SemLineHeightBaseScaleXxs, SemLineHeightBaseScaleXxxl, SemLineHeightBaseScaleXxxs, SemLineHeightBaseScaleXxxxl, SemLineHeightBaseScaleXxxxxl, SemLineHeightBaseScaleXxxxxxl, SemLineHeightBaseScaleXxxxxxxl, SemLineHeightInterfaceL, SemLineHeightInterfaceM, SemLineHeightInterfaceNone, SemLineHeightInterfaceS, SemLineHeightInterfaceXs, SemLineHeightInterfaceXxs, SemLineHeightInterfaceXxxs, SemLineThrough, SemParagraphSpacingBody, SemParagraphSpacingHeading, SemParagraphSpacingInterface, SemScaleModifier1, SemScaleModifier2, SemScaleModifier3, SemScaleModifier4, SemSizeAll10, SemSizeAll100, SemSizeAll110, SemSizeAll115, SemSizeAll120, SemSizeAll130, SemSizeAll140, SemSizeAll142, SemSizeAll145, SemSizeAll150, SemSizeAll155, SemSizeAll160, SemSizeAll162, SemSizeAll165, SemSizeAll170, SemSizeAll175, SemSizeAll178, SemSizeAll180, SemSizeAll182, SemSizeAll185, SemSizeAll190, SemSizeAll195, SemSizeAll20, SemSizeAll200, SemSizeAll210, SemSizeAll220, SemSizeAll230, SemSizeAll240, SemSizeAll30, SemSizeAll40, SemSizeAll45, SemSizeAll5, SemSizeAll50, SemSizeAll60, SemSizeAll70, SemSizeAll75, SemSizeAll80, SemSizeAll85, SemSizeAll90, SemSizeAll95, SemSizeBreakpointsL, SemSizeBreakpointsM, SemSizeBreakpointsS, SemSizeBreakpointsXl, SemSizeBreakpointsXs, SemSizeBreakpointsXxl, SemSizeIconL, SemSizeIconM, SemSizeIconMl, SemSizeIconS, SemSizeIconXl, SemSizeIconXs, SemSizeIconXxl, SemSizeIconXxs, SemSizeIconXxxl, SemSizeIconXxxs, SemSizeIconXxxxl, SemSizeIconXxxxs, SemSizeIconXxxxxl, SemSizeIconXxxxxxl, SemSizeIconXxxxxxs, SemSizeVertical10, SemSizeVertical100, SemSizeVertical110, SemSizeVertical120, SemSizeVertical130, SemSizeVertical20, SemSizeVertical30, SemSizeVertical40, SemSizeVertical50, SemSizeVertical60, SemSizeVertical70, SemSizeVertical80, SemSizeVertical90, SemSpaceGap10, SemSpaceGap100, SemSpaceGap110, SemSpaceGap120, SemSpaceGap130, SemSpaceGap140, SemSpaceGap150, SemSpaceGap160, SemSpaceGap170, SemSpaceGap180, SemSpaceGap190, SemSpaceGap20, SemSpaceGap30, SemSpaceGap40, SemSpaceGap5, SemSpaceGap60, SemSpaceGap70, SemSpaceGap80, SemSpaceGap90, SemSpaceGapNone, SemSpacePadding10, SemSpacePadding100, SemSpacePadding110, SemSpacePadding120, SemSpacePadding130, SemSpacePadding140, SemSpacePadding145, SemSpacePadding15, SemSpacePadding150, SemSpacePadding160, SemSpacePadding170, SemSpacePadding180, SemSpacePadding190, SemSpacePadding20, SemSpacePadding30, SemSpacePadding40, SemSpacePadding45, SemSpacePadding5, SemSpacePadding50, SemSpacePadding60, SemSpacePadding70, SemSpacePadding80, SemSpacePadding90, SemSpaceStack10, SemSpaceStack100, SemSpaceStack110, SemSpaceStack120, SemSpaceStack130, SemSpaceStack140, SemSpaceStack150, SemSpaceStack160, SemSpaceStack170, SemSpaceStack180, SemSpaceStack190, SemSpaceStack20, SemSpaceStack200, SemSpaceStack210, SemSpaceStack220, SemSpaceStack30, SemSpaceStack40, SemSpaceStack50, SemSpaceStack60, SemSpaceStack70, SemSpaceStack80, SemSpaceStack90, SemSpaceStackNone, SemSpaceVariantGap30, SemTypeBodyBoldL, SemTypeBodyBoldM, SemTypeBodyBoldS, SemTypeBodyBoldXs, SemTypeBodyRegL, SemTypeBodyRegM, SemTypeBodyRegS, SemTypeBodyRegXs, SemTypeBodySemiL, SemTypeBodySemiM, SemTypeBodySemiS, SemTypeBodySemiXs, SemTypeDesktopBoldDisplayCondensedXxl, SemTypeDesktopBoldDisplayCondensedXxxl, SemTypeDesktopBoldDisplayExtendedXxl, SemTypeDesktopBoldDisplayExtendedXxxl, SemTypeDesktopBoldDisplayStandardXxl, SemTypeDesktopBoldDisplayStandardXxxl, SemTypeDesktopBoldL, SemTypeDesktopBoldM, SemTypeDesktopBoldXl, SemTypeDesktopBoldXxl, SemTypeDesktopBoldXxxl, SemTypeDesktopSemiDisplayCondensedXxl, SemTypeDesktopSemiDisplayCondensedXxxl, SemTypeDesktopSemiDisplayExtendedXxl, SemTypeDesktopSemiDisplayExtendedXxxl, SemTypeDesktopSemiDisplayStandardXxl, SemTypeDesktopSemiDisplayStandardXxxl, SemTypeDesktopSemiL, SemTypeDesktopSemiM, SemTypeDesktopSemiXl, SemTypeDesktopSemiXxl, SemTypeDesktopSemiXxxl, SemTypeInterfaceBoldL, SemTypeInterfaceBoldM, SemTypeInterfaceBoldS, SemTypeInterfaceBoldXs, SemTypeInterfaceButtonL, SemTypeInterfaceButtonM, SemTypeInterfaceButtonS, SemTypeInterfaceCardSemiL, SemTypeInterfaceCardSemiM, SemTypeInterfaceCardSemiS, SemTypeInterfaceCardSemiXl, SemTypeInterfaceProgressBarTitleM, SemTypeInterfaceRegL, SemTypeInterfaceRegM, SemTypeInterfaceRegS, SemTypeInterfaceRegXs, SemTypeInterfaceSemiL, SemTypeInterfaceSemiM, SemTypeInterfaceSemiS, SemTypeInterfaceSemiXs, SemTypeLabelOverline, SemTypeLabelRegL, SemTypeLabelRegM, SemTypeLabelRegS, SemTypeLabelRegXl, SemTypeLabelRegXs, SemTypeLabelRegXxs, SemTypeMobileBoldDisplayCondensedXxl, SemTypeMobileBoldDisplayCondensedXxxl, SemTypeMobileBoldDisplayExtendedXxl, SemTypeMobileBoldDisplayExtendedXxxl, SemTypeMobileBoldDisplayStandardXxl, SemTypeMobileBoldDisplayStandardXxxl, SemTypeMobileBoldL, SemTypeMobileBoldM, SemTypeMobileBoldS, SemTypeMobileBoldXl, SemTypeMobileBoldXs, SemTypeMobileBoldXxl, SemTypeMobileBoldXxs, SemTypeMobileBoldXxxl, SemTypeMobileBoldXxxs, SemTypeMobileSemiDisplayCondensedXxl, SemTypeMobileSemiDisplayCondensedXxxl, SemTypeMobileSemiDisplayExtendedXxl, SemTypeMobileSemiDisplayExtendedXxxl, SemTypeMobileSemiDisplayStandardXxl, SemTypeMobileSemiDisplayStandardXxxl, SemTypeMobileSemiL, SemTypeMobileSemiM, SemTypeMobileSemiS, SemTypeMobileSemiXl, SemTypeMobileSemiXs, SemTypeMobileSemiXxl, SemTypeMobileSemiXxs, SemTypeMobileSemiXxxl, SemTypeMobileSemiXxxs, SemTypeSupportRegL, SemTypeSupportRegM, SemTypeSupportRegS, SemTypeSupportRegXs, SemTypeTabletBoldDisplayCondensedXxl, SemTypeTabletBoldDisplayCondensedXxxl, SemTypeTabletBoldDisplayExtendedXxl, SemTypeTabletBoldDisplayExtendedXxxl, SemTypeTabletBoldDisplayStandardXxl, SemTypeTabletBoldDisplayStandardXxxl, SemTypeTabletBoldL, SemTypeTabletBoldM, SemTypeTabletBoldXl, SemTypeTabletBoldXxl, SemTypeTabletBoldXxxl, SemTypeTabletSemiDisplayCondensedXxl, SemTypeTabletSemiDisplayCondensedXxxl, SemTypeTabletSemiDisplayExtendedXxl, SemTypeTabletSemiDisplayExtendedXxxl, SemTypeTabletSemiDisplayStandardXxl, SemTypeTabletSemiDisplayStandardXxxl, SemTypeTabletSemiL, SemTypeTabletSemiM, SemTypeTabletSemiXl, SemTypeTabletSemiXxl, SemTypeTabletSemiXxxl, SemUnderline, SitefooterBorderWeightS, SitefooterColorsLightBgDefault, SitefooterColorsLightBorderSubtle, SitefooterColorsLightFgDefault, SitefooterColorsLightFgDefaultAlt, SitefooterColorsLightTextDefault, SitefooterColorsLightTextSubtle, SitefooterGapL, SitefooterGapM, SitefooterGapS, SitefooterGapXl, SitefooterGapXxl, SitefooterPaddingL, SitefooterPaddingM, SitefooterPaddingS, SitefooterPaddingXl, SitefooterPaddingXxl, SitefooterSizeIconL, SitefooterSizeIconM, SitefooterSizeIconS, SitefooterSizeM, SitefooterSizeS, SiteheaderColorsLightBgDefault, SiteheaderColorsLightFgDefault, SiteheaderColorsLightFgDefaultAlt, SiteheaderColorsLightTextDefault, SiteheaderColorsLightTextDefaultAlt, SiteheaderGapL, SiteheaderGapM, SiteheaderGapS, SiteheaderPaddingL, SiteheaderPaddingM, SiteheaderPaddingS, SiteheaderPaddingXl, SiteheaderSizeIconS, SiteheaderSizeL, SiteheaderSizeM, SiteheaderSizeS, SpacingSize12, SpacingSize128, SpacingSize16, SpacingSize20, SpacingSize24, SpacingSize28, SpacingSize32, SpacingSize4, SpacingSize40, SpacingSize48, SpacingSize64, SpacingSize8, SpacingSize96, SpinnerColorsDarkFgDefault, SpinnerColorsLightFgDefault, SpinnerSizeL, SpinnerSizeM, SpinnerSizeS, SpinnerSizeXl, SpinnerSizeXxl, StepperBorderRadius, StepperBorderWeightM, StepperBorderWeightS, StepperColorsDarkBgDefault, StepperColorsDarkBgError, StepperColorsDarkBgErrorSubtle, StepperColorsDarkBgStrong, StepperColorsDarkBgSubtle, StepperColorsDarkBgWarning, StepperColorsDarkBgWarningSubtle, StepperColorsDarkBorderDefault, StepperColorsDarkBorderError, StepperColorsDarkBorderStrong, StepperColorsDarkBorderSubtle, StepperColorsDarkBorderVariant, StepperColorsDarkBorderWarning, StepperColorsDarkFgDefault, StepperColorsDarkFgDefaultAlt, StepperColorsDarkFgError, StepperColorsDarkFgStrong, StepperColorsDarkFgVariant, StepperColorsDarkFgWarning, StepperColorsDarkTextDefault, StepperColorsDarkTextHover, StepperColorsDarkTextSubtle, StepperColorsLightBgDefault, StepperColorsLightBgError, StepperColorsLightBgErrorSubtle, StepperColorsLightBgSubtle, StepperColorsLightBgWarning, StepperColorsLightBgWarningSubtle, StepperColorsLightBorderDefault, StepperColorsLightBorderError, StepperColorsLightBorderSubtle, StepperColorsLightBorderVariant, StepperColorsLightBorderWarning, StepperColorsLightFgDefault, StepperColorsLightFgDefaultAlt, StepperColorsLightFgError, StepperColorsLightFgVariant, StepperColorsLightFgWarning, StepperColorsLightPulseFrom, StepperColorsLightPulseTo, StepperColorsLightTextDefault, StepperColorsLightTextHover, StepperColorsLightTextSubtle, StepperGapM, StepperGapS, StepperPaddingM, StepperPaddingS, StepperSizeIconL, StepperSizeIconS, StepperSizeL, StepperSizeM, StepperSizeS, StepperSizeXl, SurfaceColorsBgDarkBlack, SurfaceColorsBgDarkBrand01, SurfaceColorsBgDarkBrand02, SurfaceColorsBgDarkNeutral01, SurfaceColorsBgDarkNeutral02, SurfaceColorsBgLightBrand01, SurfaceColorsBgLightBrand02, SurfaceColorsBgLightNeutral01, SurfaceColorsBgLightNeutral02, SurfaceColorsBgLightWhite, SwitchBorderRadiusS, SwitchBorderWeight, SwitchColorsDarkBgDefault, SwitchColorsDarkBgDisabled, SwitchColorsDarkBgGradient, SwitchColorsDarkBgSecondary, SwitchColorsDarkBorderDefault, SwitchColorsDarkBorderDisabled, SwitchColorsDarkFgActive, SwitchColorsDarkFgDisabled, SwitchColorsDarkTextDefault, SwitchColorsDarkTextDisabled, SwitchColorsLightBgDefault, SwitchColorsLightBgDisabled, SwitchColorsLightBgGradient, SwitchColorsLightBgSecondary, SwitchColorsLightBorderDefault, SwitchColorsLightBorderDisabled, SwitchColorsLightFgActive, SwitchColorsLightFgDisabled, SwitchColorsLightTextDefault, SwitchColorsLightTextDisabled, SwitchGapL, SwitchGapM, SwitchSizeM, SwitchSizeS, SwitchTypeInputDefaultM, SwitchTypeInputDefaultS, TabsBorderRadiusS, TabsBorderWeightL, TabsBorderWeightM, TabsBorderWeightS, TabsColorsDarkBgDefault, TabsColorsDarkBgError, TabsColorsDarkBgSubtle, TabsColorsDarkBorderError, TabsColorsDarkBorderFocus, TabsColorsDarkBorderSelected, TabsColorsDarkBorderSubtle, TabsColorsDarkFgDefault, TabsColorsDarkFgHover, TabsColorsDarkFgSelected, TabsColorsDarkFgStrong, TabsColorsDarkTextDefault, TabsColorsDarkTextHover, TabsColorsDarkTextSelected, TabsColorsDarkTextStrong, TabsColorsLightBgDefault, TabsColorsLightBgError, TabsColorsLightBgSubtle, TabsColorsLightBorderError, TabsColorsLightBorderFocus, TabsColorsLightBorderSelected, TabsColorsLightBorderSubtle, TabsColorsLightFgDefault, TabsColorsLightFgHover, TabsColorsLightFgSelected, TabsColorsLightTextDefault, TabsColorsLightTextHover, TabsColorsLightTextSelected, TabsColorsLightTextStrong, TabsGapL, TabsGapM, TabsGapS, TabsPaddingL, TabsPaddingM, TabsPaddingS, TabsPaddingXl, TabsSizeIconS, TabsSizeM, TabsSizeS, TagBorderRadiusS, TagBorderWeightS, TagColorsLightBgDefault, TagColorsLightBgDefaultAlt, TagColorsLightBgHover, TagColorsLightBorderDefault, TagColorsLightBorderDefaultAlt, TagColorsLightBorderHover, TagColorsLightFgDefault, TagColorsLightFgHover, TagColorsLightTextDefault, TagColorsLightTextHover, TagPaddingS, TagPaddingXs, TagPaddingXxs, TagSizeIconM, TagSizeIconS, TagSizeS, TextareaBorderRadius, TextareaBorderWeightS, TextareaColorsDarkBgDefault, TextareaColorsDarkBgDisabled, TextareaColorsDarkBgError, TextareaColorsDarkBorderActive, TextareaColorsDarkBorderDisabled, TextareaColorsDarkBorderError, TextareaColorsDarkBorderStrong, TextareaColorsDarkFgDefault, TextareaColorsDarkFgDisabled, TextareaColorsDarkTextDisabled, TextareaColorsDarkTextStrong, TextareaColorsLightBgDefault, TextareaColorsLightBgDisabled, TextareaColorsLightBgError, TextareaColorsLightBorderActive, TextareaColorsLightBorderDefault, TextareaColorsLightBorderDisabled, TextareaColorsLightBorderError, TextareaColorsLightFgDefault, TextareaColorsLightFgDisabled, TextareaColorsLightTextDefault, TextareaColorsLightTextDisabled, TextareaPaddingM, TextareaPaddingS, TextareaTypeInputDefaultL, TextareaTypeInputDefaultM, TextareaTypeInputDefaultS, TextinputBorderRadiusL, TextinputBorderRadiusM, TextinputBorderRadiusS, TextinputBorderWeightS, TextinputColorsDarkBgAffixes, TextinputColorsDarkBgButtonHover, TextinputColorsDarkBgButtonPressed, TextinputColorsDarkBgDefault, TextinputColorsDarkBgDisabled, TextinputColorsDarkBgError, TextinputColorsDarkBorderActive, TextinputColorsDarkBorderDefault, TextinputColorsDarkBorderDisabled, TextinputColorsDarkBorderError, TextinputColorsDarkFgButtonHover, TextinputColorsDarkFgDefault, TextinputColorsDarkFgDisabled, TextinputColorsDarkTextAffixes, TextinputColorsDarkTextDefault, TextinputColorsDarkTextDisabled, TextinputColorsDarkTextPlaceholder, TextinputColorsLightBgAffixes, TextinputColorsLightBgButtonHover, TextinputColorsLightBgButtonPressed, TextinputColorsLightBgDefault, TextinputColorsLightBgDisabled, TextinputColorsLightBgError, TextinputColorsLightBorderActive, TextinputColorsLightBorderDefault, TextinputColorsLightBorderDisabled, TextinputColorsLightBorderError, TextinputColorsLightFgButtonHover, TextinputColorsLightFgDefault, TextinputColorsLightFgDisabled, TextinputColorsLightTextAffixes, TextinputColorsLightTextDefault, TextinputColorsLightTextDisabled, TextinputColorsLightTextPlaceholder, TextinputPaddingL, TextinputPaddingM, TextinputPaddingS, TextinputSizeL, TextinputSizeM, TextinputSizeS, TextinputTypeAffixesL, TextinputTypeAffixesM, TextinputTypeAffixesS, TextinputTypeInputDefaultL, TextinputTypeInputDefaultM, TextinputTypeInputDefaultS, TextlinkColorsDarkFgDefault, TextlinkColorsDarkFgHover, TextlinkColorsDarkFgVisited, TextlinkColorsDarkTextDefault, TextlinkColorsDarkTextHover, TextlinkColorsDarkTextVisited, TextlinkColorsLightFgDefault, TextlinkColorsLightFgHover, TextlinkColorsLightFgVisited, TextlinkColorsLightTextDefault, TextlinkColorsLightTextHover, TextlinkColorsLightTextVisited, TextlinkGapS, TextlinkSizeIconM, TextlinkSizeIconS, TextlinkSizeL, TextlinkSizeM, TextlinkSizeS, ThumbnailSignpostBorderRadiusS, ThumbnailSignpostBorderRadiusXs, ThumbnailSignpostGap, ThumbnailSignpostPadding, ThumbnailSignpostWidthS, ThumbnailSignpostWidthXs, ThumbnailSignpostWidthXxs, ToastBorderRadiusS, ToastBorderWeightS, ToastBoxShadow01, ToastColorsStatusDarkBgDefault, ToastColorsStatusDarkBgError, ToastColorsStatusDarkBgSuccess, ToastColorsStatusDarkBgWarning, ToastColorsStatusDarkBorderDefault, ToastColorsStatusDarkBorderError, ToastColorsStatusDarkBorderSuccess, ToastColorsStatusDarkBorderWarning, ToastColorsStatusDarkFgDefault, ToastColorsStatusDarkFgError, ToastColorsStatusDarkFgSuccess, ToastColorsStatusDarkFgWarning, ToastColorsStatusDarkTextDefault, ToastColorsStatusLightBgDefault, ToastColorsStatusLightBgError, ToastColorsStatusLightBgSuccess, ToastColorsStatusLightBgWarning, ToastColorsStatusLightBorderDefault, ToastColorsStatusLightBorderError, ToastColorsStatusLightBorderSuccess, ToastColorsStatusLightBorderWarning, ToastColorsStatusLightFgDefault, ToastColorsStatusLightFgDefaultAlt, ToastColorsStatusLightFgError, ToastColorsStatusLightFgSuccess, ToastColorsStatusLightFgWarning, ToastColorsStatusLightTextDefault, ToastColorsStatusLightTextDefaultAlt, ToastGapS, ToastPaddingS, ToastSizeIconS, ToastSizeS, UniversalHeaderColorsLightBgDefault, UniversalHeaderColorsLightFgDefault, UniversalHeaderColorsLightTextDefault, UniversalHeaderColorsLightTextHover, UniversalHeaderGapL, UniversalHeaderGapM, UniversalHeaderGapS, UniversalHeaderPaddingL, UniversalHeaderPaddingM, UniversalHeaderPaddingS, UniversalHeaderPaddingXl, UniversalHeaderSizeIconS, UniversalHeaderSizeS, VerticalSpaceSize12, VerticalSpaceSize128, VerticalSpaceSize16, VerticalSpaceSize20, VerticalSpaceSize24, VerticalSpaceSize28, VerticalSpaceSize32, VerticalSpaceSize4, VerticalSpaceSize40, VerticalSpaceSize48, VerticalSpaceSize64, VerticalSpaceSize8, VerticalSpaceSize96, VideoPlayerBorderRadius, VideoPlayerColorIconBg, VideoPlayerColorIconFg, VideoPlayerSizeIconM, VideoPlayerSizeIconS };
|
|
2122
|
+
export { AlertBorderRadiusM, AlertBorderRadiusS, AlertBorderWidthM, AlertBorderWidthS, AlertColorsStatusLightBgSubtleDefault, AlertColorsStatusLightBgSubtleError, AlertColorsStatusLightBgSubtleSuccess, AlertColorsStatusLightBgSubtleWarning, AlertColorsStatusLightBorderDefault, AlertColorsStatusLightBorderError, AlertColorsStatusLightBorderSuccess, AlertColorsStatusLightBorderWarning, AlertColorsStatusLightFgDefault, AlertColorsStatusLightIconDefault, AlertColorsStatusLightIconError, AlertColorsStatusLightIconSuccess, AlertColorsStatusLightIconWarning, AlertColorsStatusLightTextDefault, AlertGapS, AlertGapXs, AlertPaddingL, AlertPaddingM, AlertPaddingS, AlertPaddingXs, AlertPaddingXxs, AlertSizeIconS, AvatarBorderWeightS, AvatarColorsLightBgDefault, AvatarColorsLightBgHover, AvatarColorsLightFgDefaultAlt, AvatarColorsLightOverlayDefault, AvatarColorsLightTextDefaultAlt, AvatarSizeIconL, AvatarSizeIconM, AvatarSizeIconS, AvatarSizeIconXl, AvatarSizeL, AvatarSizeM, AvatarSizeS, AvatarSizeXl, BacktotopBorderRadiusM, BacktotopBorderWeightM, BacktotopColorsDarkBgDefault, BacktotopColorsDarkBgHover, BacktotopColorsDarkBgSelected, BacktotopColorsDarkBgStrong, BacktotopColorsDarkBgSubtle, BacktotopColorsDarkBorderDefault, BacktotopColorsDarkBorderFocus, BacktotopColorsDarkBorderHover, BacktotopColorsDarkBorderSelected, BacktotopColorsDarkBorderStrong, BacktotopColorsDarkFgDefault, BacktotopColorsDarkFgDefaultAlt, BacktotopColorsDarkTextDefault, BacktotopColorsDarkTextDefaultAlt, BacktotopColorsLightBgDefault, BacktotopColorsLightBgHover, BacktotopColorsLightBgSelected, BacktotopColorsLightBgStrong, BacktotopColorsLightBgSubtle, BacktotopColorsLightBorderDefault, BacktotopColorsLightBorderFocus, BacktotopColorsLightBorderHover, BacktotopColorsLightBorderSelected, BacktotopColorsLightBorderStrong, BacktotopColorsLightFgDefault, BacktotopColorsLightFgDefaultAlt, BacktotopColorsLightTextDefault, BacktotopColorsLightTextDefaultAlt, BacktotopPaddingM, BacktotopSizeIconM, BacktotopSizeM, BadgeBorderRadiusS, BadgeColorsBgDefault, BadgeColorsBgError, BadgeColorsBgSuccess, BadgeColorsBgWarning, BadgeColorsTextDefault, BadgeColorsTextError, BadgeColorsTextSuccess, BadgeColorsTextWarning, BadgePaddingS, BadgePaddingXxs, BadgeSizeS, BoxBorderRadiusS, BoxBorderWeightS, BoxBorderWeightXs, BoxColorsDarkBgDefault, BoxColorsDarkBgDefaultAlt, BoxColorsDarkBgMinimal, BoxColorsDarkBgSubtle, BoxColorsDarkBorderSubtle, BoxColorsLightBgDefault, BoxColorsLightBgError, BoxColorsLightBgErrorSubtle, BoxColorsLightBgMinimal, BoxColorsLightBgReplacement, BoxColorsLightBgSubtle, BoxColorsLightBorderError, BoxColorsLightBorderSubtle, BoxColorsLightFgStrong, BoxColorsLightTextStrong, BoxColorsVariantDarkBgDefault01, BoxColorsVariantLightBgDefault01, BoxColorsVariantLightBgDefault02, BoxPaddingS, BreadcrumbColorsDarkFgStrong, BreadcrumbColorsDarkTextDefault, BreadcrumbColorsDarkTextHover, BreadcrumbColorsDarkTextStrong, BreadcrumbColorsLightFgStrong, BreadcrumbColorsLightTextDefault, BreadcrumbColorsLightTextHover, BreadcrumbColorsLightTextStrong, BreadcrumbGapS, BreadcrumbGapXs, BreadcrumbSizeIconS, ButtonBorderRadiusS, ButtonBorderWeightS, ButtonColorsDarkBgDefault, ButtonColorsDarkBgDisabled, ButtonColorsDarkBgHover, ButtonColorsDarkBgPressed, ButtonColorsDarkBorderDefault, ButtonColorsDarkBorderDisabled, ButtonColorsDarkBorderPressed, ButtonColorsDarkFgDefault, ButtonColorsDarkFgDefaultAlt, ButtonColorsDarkFgDisabled, ButtonColorsDarkFgHover, ButtonColorsDarkFgPressed, ButtonColorsDarkTextDefault, ButtonColorsDarkTextDefaultAlt, ButtonColorsDarkTextDisabled, ButtonColorsDarkTextHover, ButtonColorsDarkTextPressed, ButtonColorsLightBgDefault, ButtonColorsLightBgDisabled, ButtonColorsLightBgHover, ButtonColorsLightBgPressed, ButtonColorsLightBorderDefault, ButtonColorsLightBorderDisabled, ButtonColorsLightBorderPressed, ButtonColorsLightFgDefault, ButtonColorsLightFgDefaultAlt, ButtonColorsLightFgDisabled, ButtonColorsLightFgHover, ButtonColorsLightFgPressed, ButtonColorsLightTextDefault, ButtonColorsLightTextDefaultAlt, ButtonColorsLightTextDisabled, ButtonColorsLightTextHover, ButtonColorsLightTextPressed, ButtonGapL, ButtonGapM, ButtonGapS, ButtonGapXs, ButtonPaddingL, ButtonPaddingM, ButtonPaddingS, ButtonPaddingXl, ButtonPaddingXxl, ButtonPaddingXxxl, ButtonSizeIconL, ButtonSizeIconM, ButtonSizeIconS, ButtonSizeIconXl, ButtonSizeIconXs, ButtonSizeL, ButtonSizeM, ButtonSizeS, ButtonSizeXl, ButtonSizeXs, ButtonSizeXxl, ButtonSizeXxs, ButtonV2BorderRadiusS, ButtonV2BorderWeightM, ButtonV2BorderWeightS, ButtonV2BorderWeightXs, ButtonV2ColorsDarkBgDefault, ButtonV2ColorsDarkBgDisabled, ButtonV2ColorsDarkBgHover, ButtonV2ColorsDarkBgHoverAlt, ButtonV2ColorsDarkBgMinimal, ButtonV2ColorsDarkBgPressed, ButtonV2ColorsDarkBgStrong, ButtonV2ColorsDarkBgSubtle, ButtonV2ColorsDarkBorderDefault, ButtonV2ColorsDarkBorderDisabled, ButtonV2ColorsDarkBorderPressed, ButtonV2ColorsDarkBorderSubtle, ButtonV2ColorsDarkFgDefault, ButtonV2ColorsDarkFgDefaultAlt, ButtonV2ColorsDarkFgDisabled, ButtonV2ColorsDarkFgHover, ButtonV2ColorsDarkFgPressed, ButtonV2ColorsDarkFgStrong, ButtonV2ColorsDarkFgStrongSubtle, ButtonV2ColorsDarkStatusBgDefault, ButtonV2ColorsDarkStatusBgHover, ButtonV2ColorsDarkStatusBgPressed, ButtonV2ColorsDarkStatusFgDefault, ButtonV2ColorsDarkStatusTextDefault, ButtonV2ColorsDarkTextDefault, ButtonV2ColorsDarkTextDefaultAlt, ButtonV2ColorsDarkTextDisabled, ButtonV2ColorsDarkTextHover, ButtonV2ColorsDarkTextPressed, ButtonV2ColorsDarkVariantBgLoader, ButtonV2ColorsDarkVariantBorderDefault, ButtonV2ColorsDarkVariantFgDefault, ButtonV2ColorsLightBgDefault, ButtonV2ColorsLightBgDisabled, ButtonV2ColorsLightBgHover, ButtonV2ColorsLightBgMinimal, ButtonV2ColorsLightBgPressed, ButtonV2ColorsLightBgStrong, ButtonV2ColorsLightBgSubtle, ButtonV2ColorsLightBorderDefault, ButtonV2ColorsLightBorderDisabled, ButtonV2ColorsLightBorderPressed, ButtonV2ColorsLightFgDefault, ButtonV2ColorsLightFgDefaultAlt, ButtonV2ColorsLightFgDefaultStrong, ButtonV2ColorsLightFgDisabled, ButtonV2ColorsLightFgHover, ButtonV2ColorsLightFgPressed, ButtonV2ColorsLightFgStrongSubtle, ButtonV2ColorsLightStatusBgDefault, ButtonV2ColorsLightStatusBgHover, ButtonV2ColorsLightStatusBgPressed, ButtonV2ColorsLightStatusTextDefault, ButtonV2ColorsLightTextDefault, ButtonV2ColorsLightTextDefaultAlt, ButtonV2ColorsLightTextDisabled, ButtonV2ColorsLightTextHover, ButtonV2ColorsLightTextPressed, ButtonV2ColorsLightVariantBgDefault, ButtonV2ColorsLightVariantBgHover, ButtonV2ColorsLightVariantBgPressed, ButtonV2ColorsLightVariantBorderDefault, ButtonV2ColorsLightVariantFgDefault, ButtonV2ColorsOverlayFlat01, ButtonV2ColorsOverlayFlat02, ButtonV2GapM, ButtonV2GapS, ButtonV2GapXs, ButtonV2PaddingL, ButtonV2PaddingM, ButtonV2PaddingS, ButtonV2PaddingXl, ButtonV2PaddingXs, ButtonV2PaddingXxl, ButtonV2PaddingXxs, ButtonV2PaddingXxxl, ButtonV2PaddingXxxs, ButtonV2SizeIconL, ButtonV2SizeIconM, ButtonV2SizeIconS, ButtonV2SizeIconXl, ButtonV2SizeL, ButtonV2SizeM, ButtonV2SizeS, CalendarBorderRadiusL, CalendarBorderRadiusM, CalendarBorderRadiusS, CalendarBorderRadiusXl, CalendarBorderWeightM, CalendarBorderWeightS, CalendarColorsLightBgDefaultAlt, CalendarColorsLightBgDisabled, CalendarColorsLightBgError, CalendarColorsLightBgHover, CalendarColorsLightBgHoverAlt, CalendarColorsLightBgPressed, CalendarColorsLightBgSelected, CalendarColorsLightBgSubtle, CalendarColorsLightBorderDisabled, CalendarColorsLightBorderError, CalendarColorsLightBorderFocus, CalendarColorsLightBorderHover, CalendarColorsLightBorderSelected, CalendarColorsLightBorderStrong, CalendarColorsLightFgDefaultAlt, CalendarColorsLightFgDisabled, CalendarColorsLightFgError, CalendarColorsLightFgHover, CalendarColorsLightFgStrong, CalendarColorsLightTextDefault, CalendarColorsLightTextDefaultAlt, CalendarColorsLightTextDisabled, CalendarColorsLightTextError, CalendarColorsLightTextHint, CalendarColorsLightTextStrong, CalendarGapL, CalendarGapM, CalendarGapS, CalendarGapXs, CalendarPaddingL, CalendarPaddingM, CalendarPaddingS, CalendarPaddingXl, CalendarPaddingXs, CalendarPaddingXxs, CalendarSizeIconL, CalendarSizeIconM, CalendarSizeIconS, CalendarSizeL, CalendarSizeM, CalendarSizeS, CalendarSizeXl, CalendarSizeXxl, CalendarSizeXxxl, CalendarSizeXxxxl, CalendarTypeLabelL, CalendarTypeLabelM, CalendarTypeLabelS, CardBorderRadiusS, CardBorderWeightM, CardBorderWeightS, CardColorsDarkBgDefault, CardColorsDarkBgDefaultAlt, CardColorsDarkBgEmphasis, CardColorsDarkBorderHover, CardColorsDarkFgDefaultAlt, CardColorsDarkTextDefault, CardColorsDarkTextHover, CardColorsDarkTextSupport, CardColorsLightBgDefault, CardColorsLightBgDefaultAlt, CardColorsLightBgEmphasis, CardColorsLightBorderDefault, CardColorsLightBorderHover, CardColorsLightBorderMinimal, CardColorsLightFgDefault, CardColorsLightFgDefaultAlt, CardColorsLightFgHover, CardColorsLightTextDefault, CardColorsLightTextHover, CardColorsLightTextSupport, CardGapL, CardGapM, CardGapS, CardGapXl, CardGapXs, CardGapXxl, CardPaddingM, CardPaddingS, CardPaddingXs, CardSizeIconM, CardSizeIconS, CardSizeL, CardSizeM, CardSizeS, CheckboxBorderRadiusS, CheckboxBorderRadiusXs, CheckboxBorderWeight, CheckboxColorsDarkBgActive, CheckboxColorsDarkBgDefault, CheckboxColorsDarkBgDisabled, CheckboxColorsDarkBgError, CheckboxColorsDarkBorderDefault, CheckboxColorsDarkBorderDisabled, CheckboxColorsDarkBorderError, CheckboxColorsDarkFgDefault, CheckboxColorsDarkFgDisabled, CheckboxColorsDarkTextDefault, CheckboxColorsDarkTextDisabled, CheckboxColorsLightBgActive, CheckboxColorsLightBgDefault, CheckboxColorsLightBgDisabled, CheckboxColorsLightBgError, CheckboxColorsLightBorderDefault, CheckboxColorsLightBorderDisabled, CheckboxColorsLightBorderError, CheckboxColorsLightFgDefault, CheckboxColorsLightFgDisabled, CheckboxColorsLightTextDefault, CheckboxColorsLightTextDisabled, CheckboxGapL, CheckboxGapM, CheckboxSizeIconM, CheckboxSizeIconS, CheckboxSizeL, CheckboxSizeS, CheckboxTypeHelperDefaultM, CheckboxTypeHelperDefaultS, CheckboxTypeInputDefaultM, CheckboxTypeInputDefaultS, ComboboxBorderRadiusCheckbox, ComboboxBorderRadiusHighlightedItemIndicator, ComboboxBorderRadiusInputL, ComboboxBorderRadiusInputM, ComboboxBorderRadiusInputS, ComboboxBorderRadiusL, ComboboxBorderRadiusM, ComboboxBorderRadiusS, ComboboxBorderWidthL, ComboboxBorderWidthS, ComboboxColorBgClearButtonHoverDark, ComboboxColorBgClearButtonHoverLight, ComboboxColorBgDark, ComboboxColorBgDarkError, ComboboxColorBgDisabled, ComboboxColorBgDisabledDark, ComboboxColorBgError, ComboboxColorBgLight, ComboboxColorBgListItemHighlighted, ComboboxColorBgListItemSelected, ComboboxColorBgSecondaryLight, ComboboxColorBgTagDark, ComboboxColorBgTagHoverDark, ComboboxColorBgTagHoverLight, ComboboxColorBgTagInvalidDark, ComboboxColorBgTagLight, ComboboxColorBorderDark, ComboboxColorBorderDisabled, ComboboxColorBorderDisabledDark, ComboboxColorBorderError, ComboboxColorBorderErrorDark, ComboboxColorBorderLight, ComboboxColorBorderListItemIndicator, ComboboxColorCheckboxBackground, ComboboxColorCheckboxBackgroundSelected, ComboboxColorCheckboxColor, ComboboxColorCheckboxOutline, ComboboxColorFgClearButtonDark, ComboboxColorFgClearButtonHoverDark, ComboboxColorFgClearButtonHoverLight, ComboboxColorFgDark, ComboboxColorFgDisabled, ComboboxColorFgDisabledDark, ComboboxColorFgLight, ComboboxColorFgNoResults, ComboboxColorFgShowHiddenDark, ComboboxColorFgShowHiddenHoverLight, ComboboxColorFgShowHiddenLight, ComboboxColorFgTagDark, ComboboxColorFgTagLight, ComboboxGapL, ComboboxGapM, ComboboxGapS, ComboboxIconSizeAutocompleteL, ComboboxIconSizeAutocompleteM, ComboboxIconSizeAutocompleteS, ComboboxIconSizeClearL, ComboboxIconSizeClearM, ComboboxIconSizeClearS, ComboboxIconSizePrefixL, ComboboxIconSizePrefixM, ComboboxIconSizePrefixS, ComboboxMarginM, ComboboxMarginS, ComboboxMarginXs, ComboboxPaddingL, ComboboxPaddingM, ComboboxPaddingS, ComboboxPaddingXl, ComboboxPaddingXs, ComboboxPaddingXxl, ComboboxPaddingXxxl, ComboboxShadowListbox, ComboboxSizeL, ComboboxSizeM, ComboboxSizeS, ComboboxSizeXl, ComboboxSizeXs, ComboboxSizeXxl, ComboboxSizeXxs, ComboboxSpacingAutocompleteL, ComboboxSpacingAutocompleteM, ComboboxSpacingAutocompleteS, ContentSwitcherBorderRadiusPill, ContentSwitcherBorderRadiusXl, ContentSwitcherBorderWeightS, ContentSwitcherColorsDarkBgDefault, ContentSwitcherColorsDarkBgDisabled, ContentSwitcherColorsDarkBgHover, ContentSwitcherColorsDarkBgPressed, ContentSwitcherColorsDarkBorderDefault, ContentSwitcherColorsDarkBorderDisabled, ContentSwitcherColorsDarkBorderPressed, ContentSwitcherColorsDarkFgDefault, ContentSwitcherColorsDarkFgDefaultAlt, ContentSwitcherColorsDarkFgDisabled, ContentSwitcherColorsDarkFgHover, ContentSwitcherColorsDarkFgPressed, ContentSwitcherColorsDarkTextDefault, ContentSwitcherColorsDarkTextDefaultAlt, ContentSwitcherColorsDarkTextDisabled, ContentSwitcherColorsDarkTextHover, ContentSwitcherColorsDarkTextPressed, ContentSwitcherColorsLightBgActive, ContentSwitcherColorsLightBgDefault, ContentSwitcherColorsLightBgDefaultAlt, ContentSwitcherColorsLightBgDisabled, ContentSwitcherColorsLightBgHover, ContentSwitcherColorsLightBgSeleced, ContentSwitcherColorsLightBgSelected, ContentSwitcherColorsLightBgSelectedHover, ContentSwitcherColorsLightBorderDefault, ContentSwitcherColorsLightBorderDisabled, ContentSwitcherColorsLightBorderPressed, ContentSwitcherColorsLightFgDefault, ContentSwitcherColorsLightFgDefaultAlt, ContentSwitcherColorsLightFgDisabled, ContentSwitcherColorsLightFgHover, ContentSwitcherColorsLightFgPressed, ContentSwitcherColorsLightTextDefault, ContentSwitcherColorsLightTextDefaultAlt, ContentSwitcherColorsLightTextDisabled, ContentSwitcherColorsLightTextHover, ContentSwitcherColorsLightTextPressed, ContentSwitcherElevations02, ContentSwitcherGapL, ContentSwitcherGapM, ContentSwitcherGapS, ContentSwitcherGapXl, ContentSwitcherGapXs, ContentSwitcherPaddingL, ContentSwitcherPaddingM, ContentSwitcherPaddingS, ContentSwitcherPaddingXl, ContentSwitcherPaddingXs, ContentSwitcherPaddingXxl, ContentSwitcherPaddingXxxl, DatePickerColorsDarkTextPlaceholder, DatePickerColorsLightTextPlaceholder, DatePickerPaddingM, DatePickerPaddingS, DatepickerTypeLabelL, DatepickerTypeLabelM, DatepickerTypeLabelS, DisclosureBorderWeightS, DisclosureColorsDarkBgHover, DisclosureColorsDarkBorderSubtle, DisclosureColorsDarkFgDefault, DisclosureColorsDarkFgHover, DisclosureColorsDarkTextBody, DisclosureColorsDarkTextDefault, DisclosureColorsDarkTextHover, DisclosureColorsLightBgHover, DisclosureColorsLightBorderSubtle, DisclosureColorsLightFgDefault, DisclosureColorsLightFgHover, DisclosureColorsLightTextBody, DisclosureColorsLightTextDefault, DisclosureColorsLightTextHover, DisclosureGapS, DisclosureMiniColorsDarkFgDefault, DisclosureMiniColorsDarkTextDefault, DisclosureMiniColorsDarkTextStrong, DisclosureMiniColorsLightFgDefault, DisclosureMiniColorsLightTextDefault, DisclosureMiniColorsLightTextStrong, DisclosureMiniGapM, DisclosureMiniGapS, DisclosureMiniPaddingS, DisclosureMiniSizeIconS, DisclosurePaddingL, DisclosurePaddingS, DisclosurePaddingXl, DisclosureSizeIconS, DisclosureSizeS, DisclosureTypeLabelL, DrawerBorderRadiusS, DrawerColorsDarkFgDefault, DrawerColorsLightBgDefault, DrawerColorsLightBorderDefault, DrawerColorsLightFgDefault, DrawerColorsLightFgHandle, DrawerColorsLightTextDefault, DrawerGapS, DrawerPaddingM, DrawerSizeIconS, Elevation, Elevation01, Elevation02, Elevation03, Elevation04, Elevation05, FilterBorderRadiusS, FilterBorderWeightM, FilterBorderWeightS, FilterColorsDarkBgDefault, FilterColorsDarkBgSelected, FilterColorsDarkBorderDefault, FilterColorsDarkBorderHover, FilterColorsDarkTextDefault, FilterColorsDarkTextDefaultAlt, FilterColorsDarkTextHover, FilterColorsDarkTextSelected, FilterColorsLightBgDefault, FilterColorsLightBgSelected, FilterColorsLightBorderDefault, FilterColorsLightBorderHover, FilterColorsLightTextDefault, FilterColorsLightTextDefaultAlt, FilterColorsLightTextHover, FilterGapL, FilterMarginM, FilterPaddingM, FilterPaddingS, FilterSizeS, FocusBorderRadiusS, FocusBorderWeightS, FocusColorsDarkBorderAlt, FocusColorsDarkBorderSubtle, FocusColorsLightBorderSubtle, FormControlColorsDarkFgError, FormControlColorsDarkTextDefault, FormControlColorsDarkTextDisabled, FormControlColorsDarkTextError, FormControlColorsLightFgError, FormControlColorsLightTextDefault, FormControlColorsLightTextDisabled, FormControlColorsLightTextError, FormControlSizeIcon, FormControlSpaceGapM, FormControlSpaceGapS, FormControlTypeHelperDefaultL, FormControlTypeHelperDefaultM, FormControlTypeHelperDefaultS, FormControlTypeLabelDefaultL, FormControlTypeLabelDefaultM, FormControlTypeLabelDefaultS, FormControlTypeOptionalDefaultL, FormControlTypeOptionalDefaultM, FormControlTypeOptionalDefaultS, HeaderMenuBorderRadiusL, HeaderMenuBorderRadiusM, HeaderMenuBorderRadiusS, HeaderMenuBorderRadiusXl, HeaderMenuBorderWeightS, HeaderMenuColorsLightBgDefaultAlt, HeaderMenuColorsLightBgStrong, HeaderMenuColorsLightBorderStrongAltCopy, HeaderMenuColorsLightFgDefault, HeaderMenuColorsLightFgDefaultAlt, HeaderMenuColorsLightFgStrong, HeaderMenuColorsLightTextDefault, HeaderMenuColorsLightTextDefaultAlt, HeaderMenuColorsLightTextStrong, HeaderMenuGapL, HeaderMenuGapM, HeaderMenuGapS, HeaderMenuGapXl, HeaderMenuGapXxl, HeaderMenuGapXxxl, HeaderMenuGapXxxxl, HeaderMenuPaddingL, HeaderMenuPaddingM, HeaderMenuPaddingS, HeaderMenuPaddingXl, HeaderMenuSizeIconL, HeaderMenuSizeIconM, HeaderMenuSizeIconS, HeaderMenuSizeL, HeaderMenuSizeM, HeaderMenuSizeS, HeaderMenuSizeXl, HeroButtonBorderRadiusS, HeroButtonBorderWeightM, HeroButtonBorderWeightS, HeroButtonBorderWeightXs, HeroButtonColorsDarkBgDefault, HeroButtonColorsDarkBgDisabled, HeroButtonColorsDarkBgHover, HeroButtonColorsDarkBgHoverAlt, HeroButtonColorsDarkBgMinimal, HeroButtonColorsDarkBgPressed, HeroButtonColorsDarkBgStrong, HeroButtonColorsDarkBgSubtle, HeroButtonColorsDarkBorderDefault, HeroButtonColorsDarkBorderDisabled, HeroButtonColorsDarkBorderPressed, HeroButtonColorsDarkBorderSubtle, HeroButtonColorsDarkFgDefault, HeroButtonColorsDarkFgDefaultAlt, HeroButtonColorsDarkFgDisabled, HeroButtonColorsDarkFgHover, HeroButtonColorsDarkFgPressed, HeroButtonColorsDarkFgStrong, HeroButtonColorsDarkFgStrongSubtle, HeroButtonColorsDarkStatusBgDefault, HeroButtonColorsDarkStatusBgHover, HeroButtonColorsDarkStatusBgPressed, HeroButtonColorsDarkStatusFgDefault, HeroButtonColorsDarkStatusTextDefault, HeroButtonColorsDarkTextDefault, HeroButtonColorsDarkTextDefaultAlt, HeroButtonColorsDarkTextDisabled, HeroButtonColorsDarkTextHover, HeroButtonColorsDarkTextPressed, HeroButtonColorsDarkVariantBgLoader, HeroButtonColorsDarkVariantBorderDefault, HeroButtonColorsDarkVariantFgDefault, HeroButtonColorsLightBgDefault, HeroButtonColorsLightBgDisabled, HeroButtonColorsLightBgHover, HeroButtonColorsLightBgMinimal, HeroButtonColorsLightBgPressed, HeroButtonColorsLightBgStrong, HeroButtonColorsLightBgSubtle, HeroButtonColorsLightBorderDefault, HeroButtonColorsLightBorderDisabled, HeroButtonColorsLightBorderPressed, HeroButtonColorsLightFgDefault, HeroButtonColorsLightFgDefaultAlt, HeroButtonColorsLightFgDefaultStrong, HeroButtonColorsLightFgDisabled, HeroButtonColorsLightFgHover, HeroButtonColorsLightFgPressed, HeroButtonColorsLightFgStrongSubtle, HeroButtonColorsLightStatusBgDefault, HeroButtonColorsLightStatusBgHover, HeroButtonColorsLightStatusBgPressed, HeroButtonColorsLightStatusTextDefault, HeroButtonColorsLightTextDefault, HeroButtonColorsLightTextDefaultAlt, HeroButtonColorsLightTextDisabled, HeroButtonColorsLightTextHover, HeroButtonColorsLightTextPressed, HeroButtonColorsLightVariantBgDefault, HeroButtonColorsLightVariantBgHover, HeroButtonColorsLightVariantBgPressed, HeroButtonColorsLightVariantBorderDefault, HeroButtonColorsLightVariantFgDefault, HeroButtonColorsOverlayFlat01, HeroButtonColorsOverlayFlat02, HeroButtonGapM, HeroButtonGapS, HeroButtonGapXs, HeroButtonPaddingL, HeroButtonPaddingM, HeroButtonPaddingS, HeroButtonPaddingXl, HeroButtonPaddingXs, HeroButtonPaddingXxl, HeroButtonPaddingXxs, HeroButtonPaddingXxxl, HeroButtonPaddingXxxs, HeroButtonSizeIconL, HeroButtonSizeIconM, HeroButtonSizeIconS, HeroButtonSizeIconXl, HeroButtonSizeL, HeroButtonSizeM, HeroButtonSizeS, HerobannerBorderDefault, HerobannerBoxShadow01, HerobannerColorDarkBgDefault, HerobannerColorDarkBgGradient, HerobannerColorDarkTextDefault, HerobannerColorLightBgContained, HerobannerColorLightBgDefault, HerobannerColorLightBgGradient, HerobannerColorLightTextDefault, HerobannerGapL, HerobannerGapM, HerobannerGapS, HerobannerPaddingL, HerobannerPaddingM, HerobannerPaddingS, HerobannerRadiusL, HerobannerRadiusM, IconColorBrandAltDark, IconColorBrandAltLight, IconColorBrandDark, IconColorBrandLight, IconColorStatusErrorDark, IconColorStatusErrorLight, IconColorStatusSuccessDark, IconColorStatusSuccessLight, IconColorStatusWarningDark, IconColorStatusWarningLight, InputsBorderRadiusL, InputsBorderRadiusM, InputsBorderRadiusS, InputsBorderWeightS, InputsColorsDarkBgActive, InputsColorsDarkBgDefault, InputsColorsDarkBgDisabled, InputsColorsDarkBgError, InputsColorsDarkBgHover, InputsColorsDarkBgLight, InputsColorsDarkBgSecondary, InputsColorsDarkBorderActive, InputsColorsDarkBorderDefault, InputsColorsDarkBorderDisabled, InputsColorsDarkBorderError, InputsColorsDarkBorderFocus, InputsColorsDarkBorderHover, InputsColorsDarkFgActive, InputsColorsDarkFgDefault, InputsColorsDarkFgDisabled, InputsColorsDarkFgLight, InputsColorsDarkTextActive, InputsColorsDarkTextDefault, InputsColorsDarkTextDisabled, InputsColorsDarkTextError, InputsColorsDarkTextPlaceholder, InputsColorsLightBgActive, InputsColorsLightBgDefault, InputsColorsLightBgDisabled, InputsColorsLightBgError, InputsColorsLightBgGradient, InputsColorsLightBgHover, InputsColorsLightBgSecondary, InputsColorsLightBorderActive, InputsColorsLightBorderDefault, InputsColorsLightBorderDisabled, InputsColorsLightBorderError, InputsColorsLightBorderFocus, InputsColorsLightBorderHover, InputsColorsLightFgActive, InputsColorsLightFgDark, InputsColorsLightFgDefault, InputsColorsLightFgDisabled, InputsColorsLightFgGradient, InputsColorsLightTextActive, InputsColorsLightTextDefault, InputsColorsLightTextDisabled, InputsColorsLightTextError, InputsColorsLightTextPlaceholder, InputsSizeIconL, InputsSizeIconM, InputsSizeIconS, InputsSizeIconXl, InputsSizeIconXxl, InputsSpaceGapL, InputsSpaceGapM, InputsSpaceGapS, InputsSpacePaddingL, InputsSpacePaddingM, InputsSpacePaddingS, InputsTypeHelperDefaultL, InputsTypeHelperDefaultM, InputsTypeHelperDefaultS, InputsTypeInputDefaultL, InputsTypeInputDefaultM, InputsTypeInputDefaultS, InputsTypeInputHeadlineL, InputsTypeInputHeadlineM, InputsTypeInputHeadlineS, LogosColorsDarkFgDefault, LogosColorsLightFgDefault, LogosColorsLightFgStrong, LogosColorsLightFgVariant, LogosSizeM, MenuCardBgActive, MenuCardBgDefault, MenuCardBgDisabled, MenuCardBgHover, MenuCardBorderNeutral, MenuCardBorderRadiusM, MenuCardBorderRadiusS, MenuCardDividerXxs, MenuCardForegroundHover, MenuCardGapM, MenuCardGapS, MenuCardGapXs, MenuCardIconDisabled, MenuCardIconPrimary, MenuCardIconSizeM, MenuCardPaddingM, MenuCardPaddingNone, MenuCardTextDisabled, MenuCardTextPrimary, ModalBorderRadiusS, ModalColorsLightBgDefault, ModalColorsLightFgDefault, ModalColorsLightTextDefault, ModalGapM, ModalGapS, ModalPaddingM, ModalSizeIconS, ModalSizeL, ModalSizeM, ModalSizeS, ModalSizeXl, ModalSizeXxl, NavigationHeaderBorderRadius2xl, NavigationHeaderBorderRadius3xl, NavigationHeaderBorderRadius4xl, NavigationHeaderBorderRadius5xl, NavigationHeaderBorderRadius6xl, NavigationHeaderBorderRadiusL, NavigationHeaderBorderRadiusM, NavigationHeaderBorderRadiusMax, NavigationHeaderBorderRadiusS, NavigationHeaderBorderRadiusXl, NavigationHeaderBorderRadiusXs, NavigationHeaderBorderRadiusXxs, NavigationHeaderColorActionAttention, NavigationHeaderColorActiveParentDark, NavigationHeaderColorActiveParentLight, NavigationHeaderColorBorderDark, NavigationHeaderColorBorderLight, NavigationHeaderColorBrandDark, NavigationHeaderColorBrandLight, NavigationHeaderColorCloseButtonFocusBg, NavigationHeaderColorCloseButtonHoverBg, NavigationHeaderColorCloseButtonHoverDark, NavigationHeaderColorCloseButtonHoverLight, NavigationHeaderColorCloseButtonPressedBg, NavigationHeaderColorContainerBgGhosted, NavigationHeaderColorContainerBgLight, NavigationHeaderColorContainerBgNeutral, NavigationHeaderColorContainerBgTransparent, NavigationHeaderColorDisclosureHoverBgEnd, NavigationHeaderColorDisclosureHoverBgStart, NavigationHeaderColorDisclosureHoverDark, NavigationHeaderColorDisclosureHoverLight, NavigationHeaderColorDisclosureOpenBgEnd, NavigationHeaderColorDisclosureOpenBgStart, NavigationHeaderColorFeaturedProductBg, NavigationHeaderColorFeaturedProductBgHover, NavigationHeaderColorFeaturedProductFg, NavigationHeaderColorFeaturedProductFgHover, NavigationHeaderColorInlineActionHoverDark, NavigationHeaderColorInlineActionHoverLight, NavigationHeaderColorInteractiveDark, NavigationHeaderColorInteractiveLight, NavigationHeaderColorLogoDark, NavigationHeaderColorLogoLight, NavigationHeaderColorMegaMenuPanelBg, NavigationHeaderColorMegaMenuTabHoverFgInteractive, NavigationHeaderColorMenuLinkHoverBgEnd, NavigationHeaderColorMenuLinkHoverBgStart, NavigationHeaderColorMenuLinkHoverDark, NavigationHeaderColorMenuLinkHoverLight, NavigationHeaderColorNavitemBgDarkInteractive, NavigationHeaderColorNavitemBgDarkPressed, NavigationHeaderColorNavitemBgLightInteractive, NavigationHeaderColorNavitemBgLightPressed, NavigationHeaderColorNavitemFgDarkInteractive, NavigationHeaderColorNavitemFgDarkPressed, NavigationHeaderColorNavitemFgLightInteractive, NavigationHeaderColorNavitemFgLightPressed, NavigationHeaderColorPageSeparatorBgDark, NavigationHeaderColorPageSeparatorBgLight, NavigationHeaderColorPageTitleFgDark, NavigationHeaderColorPageTitleFgLight, NavigationHeaderColorSearchBg, NavigationHeaderColorSideMenuBackDark, NavigationHeaderColorSideMenuBackHoverBgDark, NavigationHeaderColorSideMenuBackHoverBgLight, NavigationHeaderColorSideMenuBackHoverFgDark, NavigationHeaderColorSideMenuBackHoverFgLight, NavigationHeaderColorSideMenuBackLight, NavigationHeaderColorSideMenuButtonTextDark, NavigationHeaderColorSideMenuButtonTextLight, NavigationHeaderColorSideMenuOverlayBg, NavigationHeaderColorSideMenuSliderBgDark, NavigationHeaderColorSideMenuSliderBgLight, NavigationHeaderGap2xl, NavigationHeaderGap3xl, NavigationHeaderGap4xl, NavigationHeaderGap5xl, NavigationHeaderGapL, NavigationHeaderGapM, NavigationHeaderGapS, NavigationHeaderGapXl, NavigationHeaderGapXs, NavigationHeaderPadding01, NavigationHeaderPadding02, NavigationHeaderPadding03, NavigationHeaderPadding04, NavigationHeaderPadding05, NavigationHeaderPadding06, NavigationHeaderPadding07, NavigationHeaderPadding08, NavigationHeaderPadding09, NavigationHeaderPadding10, NavigationHeaderPadding11, NavigationHeaderPadding12, NavigationHeaderPadding13, NavigationHeaderPadding14, NavigationHeaderPadding15, NavigationHeaderPadding16, NavigationHeaderPadding17, NavigationHeaderPadding18, NavigationHeaderShadow01, NavigationHeaderShadow02, NavigationHeaderShadow03, NavigationHeaderShadowGhosted, NavigationHeaderShadowInsetPanel, NavigationHeaderSizeL, NavigationHeaderSizeM, NavigationHeaderSizeS, NavigationHeaderSizeXl, NavigationHeaderSizeXs, NavigationHeaderSizeXxl, NavigationHeaderSizeXxs, NavigationHeaderSizeXxxl, NavigationHeaderSizeXxxs, NavigationHeaderSizeXxxxl, OverlayColorsOverlayDefault, PaginationBorderRadiusM, PaginationBorderWeightS, PaginationColorsDarkBgHover, PaginationColorsDarkBgPressed, PaginationColorsDarkBgSelected, PaginationColorsDarkBorderFocus, PaginationColorsDarkFgDefault, PaginationColorsDarkFgDefaultAlt, PaginationColorsDarkTextDefault, PaginationColorsDarkTextStrong, PaginationColorsLightBgHover, PaginationColorsLightBgPressed, PaginationColorsLightBgSelected, PaginationColorsLightBgSubtle, PaginationColorsLightBorderFocus, PaginationColorsLightFgDefault, PaginationColorsLightFgDefaultAlt, PaginationColorsLightTextDefault, PaginationColorsLightTextStrong, PaginationGapM, PaginationGapS, PaginationPaddingM, PaginationPaddingS, PaginationSizeIconM, PaginationSizeM, PopoverBorderRadius, PopoverBorderWidth, PopoverColorsBrandBgDefault, PopoverColorsBrandBorder, PopoverColorsDarkBgDefault, PopoverColorsDarkBorder, PopoverColorsLightBgDefault, PopoverColorsLightBorder, ProgressBarBorderRadiusS, ProgressBarColorsDarkBgDefault, ProgressBarColorsDarkBgDefaultAlt, ProgressBarColorsDarkBgError, ProgressBarColorsDarkBgSuccess, ProgressBarColorsDarkFgDefault, ProgressBarColorsDarkFgDefaultHover, ProgressBarColorsDarkFgError, ProgressBarColorsDarkFgErrorHover, ProgressBarColorsDarkFgSuccess, ProgressBarColorsDarkFgSuccessHover, ProgressBarColorsDarkTextDefault, ProgressBarColorsDarkTextDefaultAlt, ProgressBarColorsDarkTextDefaultAltHover, ProgressBarColorsDarkTextError, ProgressBarColorsDarkTextErrorHover, ProgressBarColorsDarkTextSuccess, ProgressBarColorsDarkTextSuccessHover, ProgressBarColorsLightBgDefault, ProgressBarColorsLightBgDefaultAlt, ProgressBarColorsLightBgError, ProgressBarColorsLightBgMuted, ProgressBarColorsLightBgSuccess, ProgressBarColorsLightFgDefault, ProgressBarColorsLightFgDefaultHover, ProgressBarColorsLightFgError, ProgressBarColorsLightFgErrorHover, ProgressBarColorsLightFgSuccess, ProgressBarColorsLightFgSuccessHover, ProgressBarColorsLightTextDefault, ProgressBarColorsLightTextDefaultAlt, ProgressBarColorsLightTextDefaultAltHover, ProgressBarColorsLightTextError, ProgressBarColorsLightTextErrorHover, ProgressBarColorsLightTextSuccess, ProgressBarColorsLightTextSuccessHover, ProgressBarGapM, ProgressBarGapS, ProgressBarSizeS, RadioBorderWeight, RadioColorsDarkBgDefault, RadioColorsDarkBgDisabled, RadioColorsDarkBgError, RadioColorsDarkBorderActive, RadioColorsDarkBorderDefault, RadioColorsDarkBorderDisabled, RadioColorsDarkBorderError, RadioColorsDarkFgDefault, RadioColorsDarkFgDisabled, RadioColorsDarkTextDefault, RadioColorsDarkTextDisabled, RadioColorsLightBgDefault, RadioColorsLightBgDisabled, RadioColorsLightBgError, RadioColorsLightBorderActive, RadioColorsLightBorderDefault, RadioColorsLightBorderDisabled, RadioColorsLightBorderError, RadioColorsLightFgDefault, RadioColorsLightFgDisabled, RadioColorsLightTextDefault, RadioColorsLightTextDisabled, RadioGapL, RadioGapM, RadioSizeL, RadioSizeM, RadioSizeS, RadioSizeXl, RadioTypeHelperDefaultM, RadioTypeHelperDefaultS, RadioTypeInputDefaultM, RadioTypeInputDefaultS, RuleBorderWeightS, RuleColorsDarkBorderSubtle, RuleColorsLightBorderSubtle, SegmentedControlBorderRadiusM, SegmentedControlBorderWeightM, SegmentedControlBorderWeightS, SegmentedControlColorsLightBgDefault, SegmentedControlColorsLightBgHover, SegmentedControlColorsLightBgSelected, SegmentedControlColorsLightBorderFocus, SegmentedControlColorsLightBorderSubtle, SegmentedControlColorsLightFgDefault, SegmentedControlColorsLightFgDefaultAlt, SegmentedControlColorsLightFgFocus, SegmentedControlColorsLightTextDefault, SegmentedControlColorsLightTextDefaultAlt, SegmentedControlColorsLightTextFocus, SegmentedControlGapM, SegmentedControlGapS, SegmentedControlPaddingM, SegmentedControlPaddingS, SegmentedControlSizeIconS, SegmentedControlSizeS, SelectBorderRadiusL, SelectBorderRadiusM, SelectBorderRadiusS, SelectBorderWeightS, SelectColorsDarkBgActive, SelectColorsDarkBgDefault, SelectColorsDarkBgDisabled, SelectColorsDarkBgError, SelectColorsDarkBgHover, SelectColorsDarkBorderActive, SelectColorsDarkBorderDefault, SelectColorsDarkBorderDisabled, SelectColorsDarkBorderDropdown, SelectColorsDarkBorderError, SelectColorsDarkFgActive, SelectColorsDarkFgDefault, SelectColorsDarkFgDisabled, SelectColorsDarkTextActive, SelectColorsDarkTextDefault, SelectColorsDarkTextDisabled, SelectColorsLightBgActive, SelectColorsLightBgDefault, SelectColorsLightBgDisabled, SelectColorsLightBgError, SelectColorsLightBgHover, SelectColorsLightBorderActive, SelectColorsLightBorderDefault, SelectColorsLightBorderDisabled, SelectColorsLightBorderDropdown, SelectColorsLightBorderError, SelectColorsLightFgActive, SelectColorsLightFgDefault, SelectColorsLightFgDisabled, SelectColorsLightTextActive, SelectColorsLightTextDefault, SelectColorsLightTextDisabled, SelectGap, SelectPaddingL, SelectPaddingM, SelectPaddingS, SelectSizeIconL, SelectSizeIconM, SelectSizeIconS, SelectSizeL, SelectSizeM, SelectSizeS, SelectTypeInputDefaultL, SelectTypeInputDefaultM, SelectTypeInputDefaultS, SemBorderRadiusAlert01, SemBorderRadiusAlert02, SemBorderRadiusL, SemBorderRadiusM, SemBorderRadiusS, SemBorderRadiusVariantL, SemBorderRadiusVariantM, SemBorderRadiusVariantS, SemBorderRadiusXl, SemBorderRadiusXs, SemBorderRadiusXxl, SemBorderRadiusXxs, SemBorderRadiusXxxl, SemBorderRadiusXxxs, SemBorderRadiusXxxxs, SemBorderRadiusXxxxxs, SemBorderRadiusXxxxxxs, SemBorderWidthL, SemBorderWidthM, SemBorderWidthS, SemBorderWidthXl, SemBorderWidthXs, SemBorderWidthXxl, SemBorderWidthXxs, SemBorderWidthXxxl, SemBorderWidthXxxs, SemBorderWidthXxxxs, SemColorBgPrimaryDarkDefault, SemColorBgPrimaryDarkDefaultAlt, SemColorBgPrimaryDarkEmphasis, SemColorBgPrimaryDarkMinimal, SemColorBgPrimaryDarkMinimalAlt, SemColorBgPrimaryDarkStrong, SemColorBgPrimaryDarkSubtle, SemColorBgPrimaryLightDefault, SemColorBgPrimaryLightDefaultAlt, SemColorBgPrimaryLightDefaultStrong, SemColorBgPrimaryLightEmphasis, SemColorBgPrimaryLightMinimal, SemColorBgPrimaryLightMinimalAlt, SemColorBgPrimaryLightStrong, SemColorBgPrimaryLightSubtle, SemColorBgPrimaryLightSubtleAlt, SemColorBgSecondaryDarkAlt, SemColorBgSecondaryDarkDefault, SemColorBgSecondaryDarkMinimal, SemColorBgSecondaryDarkMinimalAlt, SemColorBgSecondaryDarkMuted, SemColorBgSecondaryDarkMutedAlt, SemColorBgSecondaryDarkStrong, SemColorBgSecondaryDarkStrongAlt, SemColorBgSecondaryDarkSubtle, SemColorBgSecondaryLightAlt, SemColorBgSecondaryLightDefault, SemColorBgSecondaryLightDefaultAlt, SemColorBgSecondaryLightMinimal, SemColorBgSecondaryLightMinimalAlt, SemColorBgSecondaryLightMuted, SemColorBgSecondaryLightMutedAlt, SemColorBgSecondaryLightMutedSubtle, SemColorBgSecondaryLightStrong, SemColorBgSecondaryLightStrongAlt, SemColorBgSecondaryLightSubtle, SemColorBgTertiaryStatusLightError, SemColorBgTertiaryStatusLightErrorAlt, SemColorBgTertiaryStatusLightGeneral, SemColorBgTertiaryStatusLightSuccess, SemColorBgTertiaryStatusLightSuccessAlt, SemColorBgTertiaryStatusLightWarning, SemColorBgTertiaryWarningDefault, SemColorBgTertiaryWarningStrong, SemColorBgTertiaryWarningSubtle, SemColorBorderPrimaryDarkDefault, SemColorBorderPrimaryDarkEmphasis, SemColorBorderPrimaryDarkMinimal, SemColorBorderPrimaryDarkStrong, SemColorBorderPrimaryDarkSubtle, SemColorBorderPrimaryLightDefault, SemColorBorderPrimaryLightEmphasis, SemColorBorderPrimaryLightEmphasisSubtle, SemColorBorderPrimaryLightMinimal, SemColorBorderPrimaryLightMinimalAlt, SemColorBorderPrimaryLightStrong, SemColorBorderPrimaryLightSubtle, SemColorBorderSecondaryDarkAlt, SemColorBorderSecondaryDarkDefault, SemColorBorderSecondaryDarkMinimal, SemColorBorderSecondaryDarkMuted, SemColorBorderSecondaryDarkStrong, SemColorBorderSecondaryDarkSubtle, SemColorBorderSecondaryLightAlt, SemColorBorderSecondaryLightDefault, SemColorBorderSecondaryLightDefaultAlt, SemColorBorderSecondaryLightMinimal, SemColorBorderSecondaryLightMuted, SemColorBorderSecondaryLightStrong, SemColorBorderSecondaryLightSubtle, SemColorBorderTertiaryDarkDefault, SemColorBorderTertiaryLightDefault, SemColorFgPrimaryDarkDefault, SemColorFgPrimaryDarkEmphasis, SemColorFgPrimaryDarkStrong, SemColorFgPrimaryDarkSubtle, SemColorFgPrimaryDarkVibrant, SemColorFgPrimaryLightDefault, SemColorFgPrimaryLightDefaultAlt, SemColorFgPrimaryLightEmphasis, SemColorFgPrimaryLightMinimal, SemColorFgPrimaryLightStrong, SemColorFgPrimaryLightSubtle, SemColorFgPrimaryLightSubtleAlt, SemColorFgPrimaryLightVibrant, SemColorFgSecondaryDarkAlt, SemColorFgSecondaryDarkDefault, SemColorFgSecondaryDarkMinimal, SemColorFgSecondaryDarkMinimalAlt, SemColorFgSecondaryDarkMuted, SemColorFgSecondaryDarkStrong, SemColorFgSecondaryDarkSubtle, SemColorFgSecondaryDarkSubtleAlt, SemColorFgSecondaryLightAlt, SemColorFgSecondaryLightDefault, SemColorFgSecondaryLightDefaultAlt, SemColorFgSecondaryLightMinimal, SemColorFgSecondaryLightMinimalAlt, SemColorFgSecondaryLightMuted, SemColorFgSecondaryLightMutedAlt, SemColorFgSecondaryLightStrong, SemColorFgSecondaryLightStrongAlt, SemColorFgSecondaryLightStrongSubtle, SemColorFgSecondaryLightSubtle, SemColorFgSecondaryLightSubtleAlt, SemColorGradientBg01, SemColorGradientBg02, SemColorGradientBg03, SemColorGradientBg04, SemColorGradientBg05, SemColorGradientBg06, SemColorGradientBg07, SemColorGradientBg08, SemColorGradientBg09, SemColorGradientBg10, SemColorGradientBg11, SemColorGradientBorder01, SemColorGradientBorder02, SemColorGradientBorder03, SemColorGradientBorder04, SemColorGradientBorder05, SemColorGradientFg01, SemColorGradientTertiaryDarkEmphasis, SemColorGradientTertiaryLightEmphasis, SemColorOverlayFlatBrand, SemColorOverlayFlatDefault, SemColorOverlayFlatLight, SemColorOverlayGradientDarkFaded, SemColorOverlayGradientFaded, SemColorStatusBgDarkDefault, SemColorStatusBgDarkError, SemColorStatusBgDarkErrorStrong, SemColorStatusBgDarkErrorSubtle, SemColorStatusBgDarkGeneral, SemColorStatusBgDarkGeneralAlt, SemColorStatusBgDarkSuccess, SemColorStatusBgDarkWarning, SemColorStatusBgDarkWarningStrong, SemColorStatusBgLightError, SemColorStatusBgLightErrorAlt, SemColorStatusBgLightErrorEmphasis, SemColorStatusBgLightErrorStrong, SemColorStatusBgLightErrorSubtle, SemColorStatusBgLightGeneral, SemColorStatusBgLightGeneralAlt, SemColorStatusBgLightSuccess, SemColorStatusBgLightSuccessAlt, SemColorStatusBgLightWarning, SemColorStatusBgLightWarningAlt, SemColorStatusBgLightWarningStrong, SemColorStatusBorderDarkError, SemColorStatusBorderDarkErrorMinimal, SemColorStatusBorderDarkErrorSubtle, SemColorStatusBorderDarkGeneral, SemColorStatusBorderDarkSuccess, SemColorStatusBorderDarkSuccessSubtle, SemColorStatusBorderDarkWarning, SemColorStatusBorderDarkWarningSubtle, SemColorStatusBorderLightError, SemColorStatusBorderLightGeneral, SemColorStatusBorderLightSuccess, SemColorStatusBorderLightWarning, SemColorStatusFgDarkError, SemColorStatusFgDarkErrorAlt, SemColorStatusFgDarkErrorSubtle, SemColorStatusFgDarkGeneral, SemColorStatusFgDarkSuccess, SemColorStatusFgDarkSuccessSubtle, SemColorStatusFgDarkWarning, SemColorStatusFgDarkWarningAlt, SemColorStatusFgDarkWarningSubtle, SemColorStatusFgLightError, SemColorStatusFgLightGeneral, SemColorStatusFgLightSuccess, SemColorStatusFgLightWarning, SemColorStatusFgLightWarningAlt, SemColorTextPrimaryDarkDefault, SemColorTextPrimaryDarkDefaultAlt, SemColorTextPrimaryDarkStrong, SemColorTextPrimaryDarkStrongAlt, SemColorTextPrimaryDarkSubtle, SemColorTextPrimaryDarkSupporting, SemColorTextPrimaryLightDefault, SemColorTextPrimaryLightDefaultAlt, SemColorTextPrimaryLightDefaultStrong, SemColorTextPrimaryLightEmphasis, SemColorTextPrimaryLightHover, SemColorTextPrimaryLightStrong, SemColorTextPrimaryLightSubtle, SemColorTextPrimaryLightSupporting, SemColorTextSecondaryDarkDefault, SemColorTextSecondaryDarkDefaultAlt, SemColorTextSecondaryDarkStrong, SemColorTextSecondaryDarkStrongAlt, SemColorTextSecondaryDarkSubtleAlt, SemColorTextSecondaryLightDefault, SemColorTextSecondaryLightDefaultAlt, SemColorTextSecondaryLightDefaultStrong, SemColorTextSecondaryLightEmphasis, SemColorTextSecondaryLightHover, SemColorTextSecondaryLightStrong, SemColorTextSecondaryLightSubtle, SemColorTextSecondaryLightSubtleAlt, SemColorTextStatusDarkDefault, SemColorTextStatusDarkError, SemColorTextStatusLightDefault, SemColorTextStatusLightError, SemColorTextStatusLightSuccess, SemColorTextStatusLightWarning, SemFontFamilyBody, SemFontFamilyDisplayCondensedHeadline, SemFontFamilyDisplayExtendedHeadline, SemFontFamilyDisplayHeading, SemFontFamilyHeading, SemFontFamilyInterface, SemFontSize100, SemFontSize125, SemFontSize150, SemFontSize175, SemFontSize200, SemFontSize225, SemFontSize250, SemFontSize300, SemFontSize350, SemFontSize400, SemFontSize500, SemFontSize75, SemFontSize750, SemFontSize87, SemFontWeightBold, SemFontWeightButton, SemFontWeightDisplayCondensedBold, SemFontWeightDisplayCondensedRegular, SemFontWeightDisplayExtendedBold, SemFontWeightDisplayExtendedRegular, SemFontWeightDisplayStandardBold, SemFontWeightDisplayStandardRegular, SemFontWeightRegular, SemFontWeightSemi, SemFontWeightSemiBold, SemInnerShadow01, SemInnerShadow02, SemLineHeightBaseScaleL, SemLineHeightBaseScaleM, SemLineHeightBaseScaleS, SemLineHeightBaseScaleXl, SemLineHeightBaseScaleXs, SemLineHeightBaseScaleXxl, SemLineHeightBaseScaleXxs, SemLineHeightBaseScaleXxxl, SemLineHeightBaseScaleXxxs, SemLineHeightBaseScaleXxxxl, SemLineHeightBaseScaleXxxxxl, SemLineHeightBaseScaleXxxxxxl, SemLineHeightBaseScaleXxxxxxxl, SemLineHeightInterfaceL, SemLineHeightInterfaceM, SemLineHeightInterfaceNone, SemLineHeightInterfaceS, SemLineHeightInterfaceXs, SemLineHeightInterfaceXxs, SemLineHeightInterfaceXxxs, SemLineThrough, SemParagraphSpacingBody, SemParagraphSpacingHeading, SemParagraphSpacingInterface, SemScaleModifier1, SemScaleModifier2, SemScaleModifier3, SemScaleModifier4, SemSizeAll10, SemSizeAll100, SemSizeAll110, SemSizeAll115, SemSizeAll120, SemSizeAll130, SemSizeAll140, SemSizeAll142, SemSizeAll145, SemSizeAll150, SemSizeAll155, SemSizeAll160, SemSizeAll162, SemSizeAll165, SemSizeAll170, SemSizeAll175, SemSizeAll178, SemSizeAll180, SemSizeAll182, SemSizeAll185, SemSizeAll190, SemSizeAll195, SemSizeAll20, SemSizeAll200, SemSizeAll210, SemSizeAll220, SemSizeAll230, SemSizeAll240, SemSizeAll30, SemSizeAll40, SemSizeAll45, SemSizeAll5, SemSizeAll50, SemSizeAll60, SemSizeAll70, SemSizeAll75, SemSizeAll80, SemSizeAll85, SemSizeAll90, SemSizeAll95, SemSizeBreakpointsL, SemSizeBreakpointsM, SemSizeBreakpointsS, SemSizeBreakpointsXl, SemSizeBreakpointsXs, SemSizeBreakpointsXxl, SemSizeIconL, SemSizeIconM, SemSizeIconMl, SemSizeIconS, SemSizeIconXl, SemSizeIconXs, SemSizeIconXxl, SemSizeIconXxs, SemSizeIconXxxl, SemSizeIconXxxs, SemSizeIconXxxxl, SemSizeIconXxxxs, SemSizeIconXxxxxl, SemSizeIconXxxxxxl, SemSizeIconXxxxxxs, SemSizeVertical10, SemSizeVertical100, SemSizeVertical110, SemSizeVertical120, SemSizeVertical130, SemSizeVertical20, SemSizeVertical30, SemSizeVertical40, SemSizeVertical50, SemSizeVertical60, SemSizeVertical70, SemSizeVertical80, SemSizeVertical90, SemSpaceGap10, SemSpaceGap100, SemSpaceGap110, SemSpaceGap120, SemSpaceGap130, SemSpaceGap140, SemSpaceGap150, SemSpaceGap160, SemSpaceGap170, SemSpaceGap180, SemSpaceGap190, SemSpaceGap20, SemSpaceGap30, SemSpaceGap40, SemSpaceGap5, SemSpaceGap60, SemSpaceGap70, SemSpaceGap80, SemSpaceGap90, SemSpaceGapNone, SemSpacePadding10, SemSpacePadding100, SemSpacePadding110, SemSpacePadding120, SemSpacePadding130, SemSpacePadding140, SemSpacePadding145, SemSpacePadding15, SemSpacePadding150, SemSpacePadding160, SemSpacePadding170, SemSpacePadding180, SemSpacePadding190, SemSpacePadding20, SemSpacePadding30, SemSpacePadding40, SemSpacePadding45, SemSpacePadding5, SemSpacePadding50, SemSpacePadding60, SemSpacePadding70, SemSpacePadding80, SemSpacePadding90, SemSpaceStack10, SemSpaceStack100, SemSpaceStack110, SemSpaceStack120, SemSpaceStack130, SemSpaceStack140, SemSpaceStack150, SemSpaceStack160, SemSpaceStack170, SemSpaceStack180, SemSpaceStack190, SemSpaceStack20, SemSpaceStack200, SemSpaceStack210, SemSpaceStack220, SemSpaceStack30, SemSpaceStack40, SemSpaceStack50, SemSpaceStack60, SemSpaceStack70, SemSpaceStack80, SemSpaceStack90, SemSpaceStackNone, SemSpaceVariantGap30, SemTypeBodyBoldL, SemTypeBodyBoldM, SemTypeBodyBoldS, SemTypeBodyBoldXs, SemTypeBodyRegL, SemTypeBodyRegM, SemTypeBodyRegS, SemTypeBodyRegXs, SemTypeBodySemiL, SemTypeBodySemiM, SemTypeBodySemiS, SemTypeBodySemiXs, SemTypeDesktopBoldDisplayCondensedXxl, SemTypeDesktopBoldDisplayCondensedXxxl, SemTypeDesktopBoldDisplayExtendedXxl, SemTypeDesktopBoldDisplayExtendedXxxl, SemTypeDesktopBoldDisplayStandardXxl, SemTypeDesktopBoldDisplayStandardXxxl, SemTypeDesktopBoldL, SemTypeDesktopBoldM, SemTypeDesktopBoldXl, SemTypeDesktopBoldXxl, SemTypeDesktopBoldXxxl, SemTypeDesktopSemiDisplayCondensedXxl, SemTypeDesktopSemiDisplayCondensedXxxl, SemTypeDesktopSemiDisplayExtendedXxl, SemTypeDesktopSemiDisplayExtendedXxxl, SemTypeDesktopSemiDisplayStandardXxl, SemTypeDesktopSemiDisplayStandardXxxl, SemTypeDesktopSemiL, SemTypeDesktopSemiM, SemTypeDesktopSemiXl, SemTypeDesktopSemiXxl, SemTypeDesktopSemiXxxl, SemTypeInterfaceBoldL, SemTypeInterfaceBoldM, SemTypeInterfaceBoldS, SemTypeInterfaceBoldXs, SemTypeInterfaceButtonL, SemTypeInterfaceButtonM, SemTypeInterfaceButtonS, SemTypeInterfaceCardSemiL, SemTypeInterfaceCardSemiM, SemTypeInterfaceCardSemiS, SemTypeInterfaceCardSemiXl, SemTypeInterfaceProgressBarTitleM, SemTypeInterfaceRegL, SemTypeInterfaceRegM, SemTypeInterfaceRegS, SemTypeInterfaceRegXs, SemTypeInterfaceSemiL, SemTypeInterfaceSemiM, SemTypeInterfaceSemiS, SemTypeInterfaceSemiXs, SemTypeLabelOverline, SemTypeLabelRegL, SemTypeLabelRegM, SemTypeLabelRegS, SemTypeLabelRegXl, SemTypeLabelRegXs, SemTypeLabelRegXxs, SemTypeMobileBoldDisplayCondensedXxl, SemTypeMobileBoldDisplayCondensedXxxl, SemTypeMobileBoldDisplayExtendedXxl, SemTypeMobileBoldDisplayExtendedXxxl, SemTypeMobileBoldDisplayStandardXxl, SemTypeMobileBoldDisplayStandardXxxl, SemTypeMobileBoldL, SemTypeMobileBoldM, SemTypeMobileBoldS, SemTypeMobileBoldXl, SemTypeMobileBoldXs, SemTypeMobileBoldXxl, SemTypeMobileBoldXxs, SemTypeMobileBoldXxxl, SemTypeMobileBoldXxxs, SemTypeMobileSemiDisplayCondensedXxl, SemTypeMobileSemiDisplayCondensedXxxl, SemTypeMobileSemiDisplayExtendedXxl, SemTypeMobileSemiDisplayExtendedXxxl, SemTypeMobileSemiDisplayStandardXxl, SemTypeMobileSemiDisplayStandardXxxl, SemTypeMobileSemiL, SemTypeMobileSemiM, SemTypeMobileSemiS, SemTypeMobileSemiXl, SemTypeMobileSemiXs, SemTypeMobileSemiXxl, SemTypeMobileSemiXxs, SemTypeMobileSemiXxxl, SemTypeMobileSemiXxxs, SemTypeSupportRegL, SemTypeSupportRegM, SemTypeSupportRegS, SemTypeSupportRegXs, SemTypeTabletBoldDisplayCondensedXxl, SemTypeTabletBoldDisplayCondensedXxxl, SemTypeTabletBoldDisplayExtendedXxl, SemTypeTabletBoldDisplayExtendedXxxl, SemTypeTabletBoldDisplayStandardXxl, SemTypeTabletBoldDisplayStandardXxxl, SemTypeTabletBoldL, SemTypeTabletBoldM, SemTypeTabletBoldXl, SemTypeTabletBoldXxl, SemTypeTabletBoldXxxl, SemTypeTabletSemiDisplayCondensedXxl, SemTypeTabletSemiDisplayCondensedXxxl, SemTypeTabletSemiDisplayExtendedXxl, SemTypeTabletSemiDisplayExtendedXxxl, SemTypeTabletSemiDisplayStandardXxl, SemTypeTabletSemiDisplayStandardXxxl, SemTypeTabletSemiL, SemTypeTabletSemiM, SemTypeTabletSemiXl, SemTypeTabletSemiXxl, SemTypeTabletSemiXxxl, SemUnderline, SitefooterBorderWeightS, SitefooterColorsLightBgDefault, SitefooterColorsLightBorderSubtle, SitefooterColorsLightFgDefault, SitefooterColorsLightFgDefaultAlt, SitefooterColorsLightTextDefault, SitefooterColorsLightTextSubtle, SitefooterGapL, SitefooterGapM, SitefooterGapS, SitefooterGapXl, SitefooterGapXxl, SitefooterPaddingL, SitefooterPaddingM, SitefooterPaddingS, SitefooterPaddingXl, SitefooterPaddingXxl, SitefooterSizeIconL, SitefooterSizeIconM, SitefooterSizeIconS, SitefooterSizeM, SitefooterSizeS, SiteheaderColorsLightBgDefault, SiteheaderColorsLightFgDefault, SiteheaderColorsLightFgDefaultAlt, SiteheaderColorsLightTextDefault, SiteheaderColorsLightTextDefaultAlt, SiteheaderGapL, SiteheaderGapM, SiteheaderGapS, SiteheaderPaddingL, SiteheaderPaddingM, SiteheaderPaddingS, SiteheaderPaddingXl, SiteheaderSizeIconS, SiteheaderSizeL, SiteheaderSizeM, SiteheaderSizeS, SpacingSize12, SpacingSize128, SpacingSize16, SpacingSize20, SpacingSize24, SpacingSize28, SpacingSize32, SpacingSize4, SpacingSize40, SpacingSize48, SpacingSize64, SpacingSize8, SpacingSize96, SpinnerColorsDarkFgDefault, SpinnerColorsLightFgDefault, SpinnerSizeL, SpinnerSizeM, SpinnerSizeS, SpinnerSizeXl, SpinnerSizeXxl, StepperBorderRadius, StepperBorderWeightM, StepperBorderWeightS, StepperColorsDarkBgDefault, StepperColorsDarkBgError, StepperColorsDarkBgErrorSubtle, StepperColorsDarkBgStrong, StepperColorsDarkBgSubtle, StepperColorsDarkBgWarning, StepperColorsDarkBgWarningSubtle, StepperColorsDarkBorderDefault, StepperColorsDarkBorderError, StepperColorsDarkBorderStrong, StepperColorsDarkBorderSubtle, StepperColorsDarkBorderVariant, StepperColorsDarkBorderWarning, StepperColorsDarkFgDefault, StepperColorsDarkFgDefaultAlt, StepperColorsDarkFgError, StepperColorsDarkFgStrong, StepperColorsDarkFgVariant, StepperColorsDarkFgWarning, StepperColorsDarkTextDefault, StepperColorsDarkTextHover, StepperColorsDarkTextSubtle, StepperColorsLightBgDefault, StepperColorsLightBgError, StepperColorsLightBgErrorSubtle, StepperColorsLightBgSubtle, StepperColorsLightBgWarning, StepperColorsLightBgWarningSubtle, StepperColorsLightBorderDefault, StepperColorsLightBorderError, StepperColorsLightBorderSubtle, StepperColorsLightBorderVariant, StepperColorsLightBorderWarning, StepperColorsLightFgDefault, StepperColorsLightFgDefaultAlt, StepperColorsLightFgError, StepperColorsLightFgVariant, StepperColorsLightFgWarning, StepperColorsLightPulseFrom, StepperColorsLightPulseTo, StepperColorsLightTextDefault, StepperColorsLightTextHover, StepperColorsLightTextSubtle, StepperGapM, StepperGapS, StepperPaddingM, StepperPaddingS, StepperSizeIconL, StepperSizeIconS, StepperSizeL, StepperSizeM, StepperSizeS, StepperSizeXl, SurfaceColorsBgDarkBlack, SurfaceColorsBgDarkBrand01, SurfaceColorsBgDarkBrand02, SurfaceColorsBgDarkNeutral01, SurfaceColorsBgDarkNeutral02, SurfaceColorsBgLightBrand01, SurfaceColorsBgLightBrand02, SurfaceColorsBgLightNeutral01, SurfaceColorsBgLightNeutral02, SurfaceColorsBgLightWhite, SwitchBorderRadiusS, SwitchBorderWeight, SwitchColorsDarkBgDefault, SwitchColorsDarkBgDisabled, SwitchColorsDarkBgGradient, SwitchColorsDarkBgSecondary, SwitchColorsDarkBorderDefault, SwitchColorsDarkBorderDisabled, SwitchColorsDarkFgActive, SwitchColorsDarkFgDisabled, SwitchColorsDarkTextDefault, SwitchColorsDarkTextDisabled, SwitchColorsLightBgDefault, SwitchColorsLightBgDisabled, SwitchColorsLightBgGradient, SwitchColorsLightBgSecondary, SwitchColorsLightBorderDefault, SwitchColorsLightBorderDisabled, SwitchColorsLightFgActive, SwitchColorsLightFgDisabled, SwitchColorsLightTextDefault, SwitchColorsLightTextDisabled, SwitchGapL, SwitchGapM, SwitchSizeM, SwitchSizeS, SwitchTypeInputDefaultM, SwitchTypeInputDefaultS, TabsBorderRadiusS, TabsBorderWeightL, TabsBorderWeightM, TabsBorderWeightS, TabsColorsDarkBgDefault, TabsColorsDarkBgError, TabsColorsDarkBgSubtle, TabsColorsDarkBorderError, TabsColorsDarkBorderFocus, TabsColorsDarkBorderSelected, TabsColorsDarkBorderSubtle, TabsColorsDarkFgDefault, TabsColorsDarkFgHover, TabsColorsDarkFgSelected, TabsColorsDarkFgStrong, TabsColorsDarkTextDefault, TabsColorsDarkTextHover, TabsColorsDarkTextSelected, TabsColorsDarkTextStrong, TabsColorsLightBgDefault, TabsColorsLightBgError, TabsColorsLightBgSubtle, TabsColorsLightBorderError, TabsColorsLightBorderFocus, TabsColorsLightBorderSelected, TabsColorsLightBorderSubtle, TabsColorsLightFgDefault, TabsColorsLightFgHover, TabsColorsLightFgSelected, TabsColorsLightTextDefault, TabsColorsLightTextHover, TabsColorsLightTextSelected, TabsColorsLightTextStrong, TabsGapL, TabsGapM, TabsGapS, TabsPaddingL, TabsPaddingM, TabsPaddingS, TabsPaddingXl, TabsSizeIconS, TabsSizeM, TabsSizeS, TagBorderRadiusS, TagBorderWeightS, TagColorsLightBgDefault, TagColorsLightBgDefaultAlt, TagColorsLightBgHover, TagColorsLightBorderDefault, TagColorsLightBorderDefaultAlt, TagColorsLightBorderHover, TagColorsLightFgDefault, TagColorsLightFgHover, TagColorsLightTextDefault, TagColorsLightTextHover, TagPaddingS, TagPaddingXs, TagPaddingXxs, TagSizeIconM, TagSizeIconS, TagSizeS, TextareaBorderRadius, TextareaBorderWeightS, TextareaColorsDarkBgDefault, TextareaColorsDarkBgDisabled, TextareaColorsDarkBgError, TextareaColorsDarkBorderActive, TextareaColorsDarkBorderDisabled, TextareaColorsDarkBorderError, TextareaColorsDarkBorderStrong, TextareaColorsDarkFgDefault, TextareaColorsDarkFgDisabled, TextareaColorsDarkTextDisabled, TextareaColorsDarkTextStrong, TextareaColorsLightBgDefault, TextareaColorsLightBgDisabled, TextareaColorsLightBgError, TextareaColorsLightBorderActive, TextareaColorsLightBorderDefault, TextareaColorsLightBorderDisabled, TextareaColorsLightBorderError, TextareaColorsLightFgDefault, TextareaColorsLightFgDisabled, TextareaColorsLightTextDefault, TextareaColorsLightTextDisabled, TextareaPaddingM, TextareaPaddingS, TextareaTypeInputDefaultL, TextareaTypeInputDefaultM, TextareaTypeInputDefaultS, TextinputBorderRadiusL, TextinputBorderRadiusM, TextinputBorderRadiusS, TextinputBorderWeightS, TextinputColorsDarkBgAffixes, TextinputColorsDarkBgButtonHover, TextinputColorsDarkBgButtonPressed, TextinputColorsDarkBgDefault, TextinputColorsDarkBgDisabled, TextinputColorsDarkBgError, TextinputColorsDarkBorderActive, TextinputColorsDarkBorderDefault, TextinputColorsDarkBorderDisabled, TextinputColorsDarkBorderError, TextinputColorsDarkFgButtonHover, TextinputColorsDarkFgDefault, TextinputColorsDarkFgDisabled, TextinputColorsDarkTextAffixes, TextinputColorsDarkTextDefault, TextinputColorsDarkTextDisabled, TextinputColorsDarkTextPlaceholder, TextinputColorsLightBgAffixes, TextinputColorsLightBgButtonHover, TextinputColorsLightBgButtonPressed, TextinputColorsLightBgDefault, TextinputColorsLightBgDisabled, TextinputColorsLightBgError, TextinputColorsLightBorderActive, TextinputColorsLightBorderDefault, TextinputColorsLightBorderDisabled, TextinputColorsLightBorderError, TextinputColorsLightFgButtonHover, TextinputColorsLightFgDefault, TextinputColorsLightFgDisabled, TextinputColorsLightTextAffixes, TextinputColorsLightTextDefault, TextinputColorsLightTextDisabled, TextinputColorsLightTextPlaceholder, TextinputPaddingL, TextinputPaddingM, TextinputPaddingS, TextinputSizeL, TextinputSizeM, TextinputSizeS, TextinputTypeAffixesL, TextinputTypeAffixesM, TextinputTypeAffixesS, TextinputTypeInputDefaultL, TextinputTypeInputDefaultM, TextinputTypeInputDefaultS, TextlinkColorsDarkFgDefault, TextlinkColorsDarkFgHover, TextlinkColorsDarkFgVisited, TextlinkColorsDarkTextDefault, TextlinkColorsDarkTextHover, TextlinkColorsDarkTextVisited, TextlinkColorsLightFgDefault, TextlinkColorsLightFgHover, TextlinkColorsLightFgVisited, TextlinkColorsLightTextDefault, TextlinkColorsLightTextHover, TextlinkColorsLightTextVisited, TextlinkGapS, TextlinkSizeIconM, TextlinkSizeIconS, TextlinkSizeL, TextlinkSizeM, TextlinkSizeS, ThumbnailSignpostBorderRadiusS, ThumbnailSignpostBorderRadiusXs, ThumbnailSignpostGap, ThumbnailSignpostPadding, ThumbnailSignpostWidthS, ThumbnailSignpostWidthXs, ThumbnailSignpostWidthXxs, ToastBorderRadiusS, ToastBorderWeightS, ToastBoxShadow01, ToastColorsStatusDarkBgDefault, ToastColorsStatusDarkBgError, ToastColorsStatusDarkBgSuccess, ToastColorsStatusDarkBgWarning, ToastColorsStatusDarkBorderDefault, ToastColorsStatusDarkBorderError, ToastColorsStatusDarkBorderSuccess, ToastColorsStatusDarkBorderWarning, ToastColorsStatusDarkFgDefault, ToastColorsStatusDarkFgError, ToastColorsStatusDarkFgSuccess, ToastColorsStatusDarkFgWarning, ToastColorsStatusDarkTextDefault, ToastColorsStatusLightBgDefault, ToastColorsStatusLightBgError, ToastColorsStatusLightBgSuccess, ToastColorsStatusLightBgWarning, ToastColorsStatusLightBorderDefault, ToastColorsStatusLightBorderError, ToastColorsStatusLightBorderSuccess, ToastColorsStatusLightBorderWarning, ToastColorsStatusLightFgDefault, ToastColorsStatusLightFgDefaultAlt, ToastColorsStatusLightFgError, ToastColorsStatusLightFgSuccess, ToastColorsStatusLightFgWarning, ToastColorsStatusLightTextDefault, ToastColorsStatusLightTextDefaultAlt, ToastGapS, ToastPaddingS, ToastSizeIconS, ToastSizeS, UniversalHeaderColorsLightBgDefault, UniversalHeaderColorsLightFgDefault, UniversalHeaderColorsLightTextDefault, UniversalHeaderColorsLightTextHover, UniversalHeaderGapL, UniversalHeaderGapM, UniversalHeaderGapS, UniversalHeaderPaddingL, UniversalHeaderPaddingM, UniversalHeaderPaddingS, UniversalHeaderPaddingXl, UniversalHeaderSizeIconS, UniversalHeaderSizeS, VerticalSpaceSize12, VerticalSpaceSize128, VerticalSpaceSize16, VerticalSpaceSize20, VerticalSpaceSize24, VerticalSpaceSize28, VerticalSpaceSize32, VerticalSpaceSize4, VerticalSpaceSize40, VerticalSpaceSize48, VerticalSpaceSize64, VerticalSpaceSize8, VerticalSpaceSize96, VideoPlayerBorderRadius, VideoPlayerColorIconBg, VideoPlayerColorIconFg, VideoPlayerSizeIconM, VideoPlayerSizeIconS };
|
package/dist/scss/index.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Wed, 11 Feb 2026 16:30:20 GMT
|
|
4
4
|
|
|
5
5
|
$combobox-color-bg-light: #FFFFFF;
|
|
6
6
|
$combobox-color-bg-disabled: #D9D9D9;
|
|
@@ -144,8 +144,8 @@ $universal-header-gap-s: 6px;
|
|
|
144
144
|
$universal-header-gap-m: 12px;
|
|
145
145
|
$universal-header-gap-l: 32px;
|
|
146
146
|
$universal-header-size-icon-s: 10px;
|
|
147
|
-
$universal-header-colors-light-bg-default: #
|
|
148
|
-
$universal-header-colors-light-fg-default: #
|
|
147
|
+
$universal-header-colors-light-bg-default: #F7F7F7;
|
|
148
|
+
$universal-header-colors-light-fg-default: #057382;
|
|
149
149
|
$universal-header-colors-light-text-default: #01404C;
|
|
150
150
|
$universal-header-colors-light-text-hover: #001318;
|
|
151
151
|
$siteheader-size-s: 34px;
|
|
@@ -218,8 +218,19 @@ $header-menu-colors-light-border-strong-alt-copy: #818181;
|
|
|
218
218
|
$header-menu-colors-light-text-default: #009BA5;
|
|
219
219
|
$header-menu-colors-light-text-default-alt: #FFFFFF;
|
|
220
220
|
$header-menu-colors-light-text-strong: #2B2B2B;
|
|
221
|
+
$navigation-header-color-brand-light: #009BA5;
|
|
222
|
+
$navigation-header-color-brand-dark: #EBF304;
|
|
223
|
+
$navigation-header-color-interactive-light: #F7F7F7;
|
|
224
|
+
$navigation-header-color-interactive-dark: rgba(255,255,255,.08);
|
|
225
|
+
$navigation-header-color-border-light: #BBBBBB;
|
|
226
|
+
$navigation-header-color-border-dark: rgba(255,255,255, 0.3);
|
|
221
227
|
$navigation-header-color-logo-light: #057382;
|
|
222
228
|
$navigation-header-color-logo-dark: #EBF304;
|
|
229
|
+
$navigation-header-color-search-bg: #f7f7f7;
|
|
230
|
+
$navigation-header-color-featured-product-fg: #ffffff;
|
|
231
|
+
$navigation-header-color-featured-product-fg-hover: #009BA5;
|
|
232
|
+
$navigation-header-color-featured-product-bg: #111111;
|
|
233
|
+
$navigation-header-color-featured-product-bg-hover: #2B2B2B;
|
|
223
234
|
$navigation-header-color-active-parent-light: #111111;
|
|
224
235
|
$navigation-header-color-active-parent-dark: #FFFFFF;
|
|
225
236
|
$navigation-header-color-navitem-fg-light-interactive: #057382;
|
|
@@ -241,16 +252,12 @@ $navigation-header-color-container-bg-ghosted: rgba(255, 255, 255, 10%);
|
|
|
241
252
|
$navigation-header-color-action-attention: #AA0006;
|
|
242
253
|
$navigation-header-color-inline-action-hover-dark: #EBF304;
|
|
243
254
|
$navigation-header-color-inline-action-hover-light: #057382;
|
|
244
|
-
$navigation-header-color-disclosure-icon-dark: #FFFFFF;
|
|
245
|
-
$navigation-header-color-disclosure-icon-light: #2B2B2B;
|
|
246
255
|
$navigation-header-color-disclosure-hover-dark: #EBF304;
|
|
247
256
|
$navigation-header-color-disclosure-hover-light: #057382;
|
|
248
257
|
$navigation-header-color-disclosure-hover-bg-start: transparent;
|
|
249
258
|
$navigation-header-color-disclosure-hover-bg-end: transparent;
|
|
250
259
|
$navigation-header-color-disclosure-open-bg-start: transparent;
|
|
251
260
|
$navigation-header-color-disclosure-open-bg-end: transparent;
|
|
252
|
-
$navigation-header-color-menu-link-icon-dark: #FFFFFF;
|
|
253
|
-
$navigation-header-color-menu-link-icon-light: #2B2B2B;
|
|
254
261
|
$navigation-header-color-menu-link-hover-bg-start: transparent;
|
|
255
262
|
$navigation-header-color-menu-link-hover-bg-end: transparent;
|
|
256
263
|
$navigation-header-color-menu-link-hover-dark: #EBF304;
|
|
@@ -260,13 +267,19 @@ $navigation-header-color-close-button-hover-dark: #FFFFFF;
|
|
|
260
267
|
$navigation-header-color-close-button-hover-light: #111111;
|
|
261
268
|
$navigation-header-color-close-button-focus-bg: rgba(0, 0, 0, 3%);
|
|
262
269
|
$navigation-header-color-close-button-pressed-bg: rgba(0, 0, 0, 6%);
|
|
263
|
-
$navigation-header-color-
|
|
264
|
-
$navigation-header-color-
|
|
265
|
-
$navigation-header-color-
|
|
266
|
-
$navigation-header-color-
|
|
267
|
-
$navigation-header-color-
|
|
268
|
-
$navigation-header-color-
|
|
269
|
-
$navigation-header-color-
|
|
270
|
+
$navigation-header-color-side-menu-overlay-bg: rgba(32, 19, 52, 60%);
|
|
271
|
+
$navigation-header-color-side-menu-slider-bg-dark: #111111;
|
|
272
|
+
$navigation-header-color-side-menu-slider-bg-light: #FFFFFF;
|
|
273
|
+
$navigation-header-color-side-menu-back-light: #111111;
|
|
274
|
+
$navigation-header-color-side-menu-back-hover-bg-light: #001318;
|
|
275
|
+
$navigation-header-color-side-menu-back-hover-fg-light: #EBF304;
|
|
276
|
+
$navigation-header-color-side-menu-back-dark: #FFFFFF;
|
|
277
|
+
$navigation-header-color-side-menu-back-hover-bg-dark: #FFFFFF;
|
|
278
|
+
$navigation-header-color-side-menu-back-hover-fg-dark: #2B2B2B;
|
|
279
|
+
$navigation-header-color-side-menu-button-text-light: #009BA5;
|
|
280
|
+
$navigation-header-color-side-menu-button-text-dark: #EBF304;
|
|
281
|
+
$navigation-header-color-mega-menu-tab-hover-fg-interactive: #009BA5;
|
|
282
|
+
$navigation-header-color-mega-menu-panel-bg: #FFFFFF;
|
|
270
283
|
$navigation-header-size-xxxs: 1px;
|
|
271
284
|
$navigation-header-size-xxs: 8px;
|
|
272
285
|
$navigation-header-size-xs: 40px;
|
|
@@ -282,8 +295,10 @@ $navigation-header-gap-s: 6px;
|
|
|
282
295
|
$navigation-header-gap-m: 8px;
|
|
283
296
|
$navigation-header-gap-l: 12px;
|
|
284
297
|
$navigation-header-gap-xl: 16px;
|
|
285
|
-
$navigation-header-gap-
|
|
286
|
-
$navigation-header-gap-
|
|
298
|
+
$navigation-header-gap-2xl: 20px;
|
|
299
|
+
$navigation-header-gap-3xl: 24px;
|
|
300
|
+
$navigation-header-gap-4xl: 32px;
|
|
301
|
+
$navigation-header-gap-5xl: 40px;
|
|
287
302
|
$navigation-header-padding-10: 22px;
|
|
288
303
|
$navigation-header-padding-11: 24px;
|
|
289
304
|
$navigation-header-padding-12: 28px;
|
|
@@ -291,7 +306,7 @@ $navigation-header-padding-13: 32px;
|
|
|
291
306
|
$navigation-header-padding-14: 40px;
|
|
292
307
|
$navigation-header-padding-15: 48px;
|
|
293
308
|
$navigation-header-padding-16: 56px;
|
|
294
|
-
$navigation-header-padding-17:
|
|
309
|
+
$navigation-header-padding-17: 64px;
|
|
295
310
|
$navigation-header-padding-18: 96px;
|
|
296
311
|
$navigation-header-padding-01: 4px;
|
|
297
312
|
$navigation-header-padding-02: 6px;
|
|
@@ -301,22 +316,24 @@ $navigation-header-padding-05: 12px;
|
|
|
301
316
|
$navigation-header-padding-06: 12px;
|
|
302
317
|
$navigation-header-padding-07: 16px;
|
|
303
318
|
$navigation-header-padding-08: 18px;
|
|
304
|
-
$navigation-header-padding-09:
|
|
319
|
+
$navigation-header-padding-09: 20px;
|
|
305
320
|
$navigation-header-border-radius-xxs: 2px;
|
|
306
321
|
$navigation-header-border-radius-xs: 8px;
|
|
307
322
|
$navigation-header-border-radius-s: 4px;
|
|
308
323
|
$navigation-header-border-radius-m: 16px;
|
|
309
324
|
$navigation-header-border-radius-l: 24px;
|
|
310
325
|
$navigation-header-border-radius-xl: 28px;
|
|
311
|
-
$navigation-header-border-radius-
|
|
312
|
-
$navigation-header-border-radius-
|
|
326
|
+
$navigation-header-border-radius-2xl: 32px;
|
|
327
|
+
$navigation-header-border-radius-3xl: 44px;
|
|
328
|
+
$navigation-header-border-radius-4xl: 48px;
|
|
329
|
+
$navigation-header-border-radius-5xl: 56px;
|
|
330
|
+
$navigation-header-border-radius-6xl: 80px;
|
|
331
|
+
$navigation-header-border-radius-max: 9999px;
|
|
313
332
|
$navigation-header-shadow-01: 0 0 1px 0 rgba( 0, 0, 0 , 0.20), 0 2px 6px 0 rgba( 0, 0, 0 , 0.10);
|
|
314
333
|
$navigation-header-shadow-02: 0 0 1px 0 rgba( 0, 0, 0 , 0.20), 0 4px 12px 0 rgba( 0, 0, 0 , 0.10);
|
|
315
334
|
$navigation-header-shadow-03: 0 0 1px 0 rgba( 0, 0, 0 , 0.20), 0 24px 32px 0 rgba( 0, 0, 0 , 0.10);
|
|
335
|
+
$navigation-header-shadow-inset-panel: 0 0 32px 0 rgba(0, 0, 0, 16%) inset;
|
|
316
336
|
$navigation-header-shadow-ghosted: 0 0 4px 1px rgba(255, 255, 255, 15%) inset;
|
|
317
|
-
$navigation-header-blur-s: blur(1.5px);
|
|
318
|
-
$navigation-header-blur-m: blur(4px);
|
|
319
|
-
$navigation-header-size-icon-m: 12px;
|
|
320
337
|
$segmented-control-size-icon-s: 24px;
|
|
321
338
|
$segmented-control-size-s: 40px;
|
|
322
339
|
$segmented-control-padding-s: 8px;
|
package/dist/web/ts/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Wed, 11 Feb 2026 16:30:21 GMT
|
|
4
4
|
*/
|
|
5
5
|
export declare const ComboboxColorBgLight = "#FFFFFF";
|
|
6
6
|
export declare const ComboboxColorBgDisabled = "#D9D9D9";
|
|
@@ -144,8 +144,8 @@ export declare const UniversalHeaderGapS = "6px";
|
|
|
144
144
|
export declare const UniversalHeaderGapM = "12px";
|
|
145
145
|
export declare const UniversalHeaderGapL = "32px";
|
|
146
146
|
export declare const UniversalHeaderSizeIconS = "10px";
|
|
147
|
-
export declare const UniversalHeaderColorsLightBgDefault = "#
|
|
148
|
-
export declare const UniversalHeaderColorsLightFgDefault = "#
|
|
147
|
+
export declare const UniversalHeaderColorsLightBgDefault = "#F7F7F7";
|
|
148
|
+
export declare const UniversalHeaderColorsLightFgDefault = "#057382";
|
|
149
149
|
export declare const UniversalHeaderColorsLightTextDefault = "#01404C";
|
|
150
150
|
export declare const UniversalHeaderColorsLightTextHover = "#001318";
|
|
151
151
|
export declare const SiteheaderSizeS = "34px";
|
|
@@ -218,8 +218,19 @@ export declare const HeaderMenuColorsLightBorderStrongAltCopy = "#818181";
|
|
|
218
218
|
export declare const HeaderMenuColorsLightTextDefault = "#009BA5";
|
|
219
219
|
export declare const HeaderMenuColorsLightTextDefaultAlt = "#FFFFFF";
|
|
220
220
|
export declare const HeaderMenuColorsLightTextStrong = "#2B2B2B";
|
|
221
|
+
export declare const NavigationHeaderColorBrandLight = "#009BA5";
|
|
222
|
+
export declare const NavigationHeaderColorBrandDark = "#EBF304";
|
|
223
|
+
export declare const NavigationHeaderColorInteractiveLight = "#F7F7F7";
|
|
224
|
+
export declare const NavigationHeaderColorInteractiveDark = "rgba(255,255,255,.08)";
|
|
225
|
+
export declare const NavigationHeaderColorBorderLight = "#BBBBBB";
|
|
226
|
+
export declare const NavigationHeaderColorBorderDark = "rgba(255,255,255, 0.3)";
|
|
221
227
|
export declare const NavigationHeaderColorLogoLight = "#057382";
|
|
222
228
|
export declare const NavigationHeaderColorLogoDark = "#EBF304";
|
|
229
|
+
export declare const NavigationHeaderColorSearchBg = "#f7f7f7";
|
|
230
|
+
export declare const NavigationHeaderColorFeaturedProductFg = "#ffffff";
|
|
231
|
+
export declare const NavigationHeaderColorFeaturedProductFgHover = "#009BA5";
|
|
232
|
+
export declare const NavigationHeaderColorFeaturedProductBg = "#111111";
|
|
233
|
+
export declare const NavigationHeaderColorFeaturedProductBgHover = "#2B2B2B";
|
|
223
234
|
export declare const NavigationHeaderColorActiveParentLight = "#111111";
|
|
224
235
|
export declare const NavigationHeaderColorActiveParentDark = "#FFFFFF";
|
|
225
236
|
export declare const NavigationHeaderColorNavitemFgLightInteractive = "#057382";
|
|
@@ -241,16 +252,12 @@ export declare const NavigationHeaderColorContainerBgGhosted = "rgba(255, 255, 2
|
|
|
241
252
|
export declare const NavigationHeaderColorActionAttention = "#AA0006";
|
|
242
253
|
export declare const NavigationHeaderColorInlineActionHoverDark = "#EBF304";
|
|
243
254
|
export declare const NavigationHeaderColorInlineActionHoverLight = "#057382";
|
|
244
|
-
export declare const NavigationHeaderColorDisclosureIconDark = "#FFFFFF";
|
|
245
|
-
export declare const NavigationHeaderColorDisclosureIconLight = "#2B2B2B";
|
|
246
255
|
export declare const NavigationHeaderColorDisclosureHoverDark = "#EBF304";
|
|
247
256
|
export declare const NavigationHeaderColorDisclosureHoverLight = "#057382";
|
|
248
257
|
export declare const NavigationHeaderColorDisclosureHoverBgStart = "transparent";
|
|
249
258
|
export declare const NavigationHeaderColorDisclosureHoverBgEnd = "transparent";
|
|
250
259
|
export declare const NavigationHeaderColorDisclosureOpenBgStart = "transparent";
|
|
251
260
|
export declare const NavigationHeaderColorDisclosureOpenBgEnd = "transparent";
|
|
252
|
-
export declare const NavigationHeaderColorMenuLinkIconDark = "#FFFFFF";
|
|
253
|
-
export declare const NavigationHeaderColorMenuLinkIconLight = "#2B2B2B";
|
|
254
261
|
export declare const NavigationHeaderColorMenuLinkHoverBgStart = "transparent";
|
|
255
262
|
export declare const NavigationHeaderColorMenuLinkHoverBgEnd = "transparent";
|
|
256
263
|
export declare const NavigationHeaderColorMenuLinkHoverDark = "#EBF304";
|
|
@@ -260,13 +267,19 @@ export declare const NavigationHeaderColorCloseButtonHoverDark = "#FFFFFF";
|
|
|
260
267
|
export declare const NavigationHeaderColorCloseButtonHoverLight = "#111111";
|
|
261
268
|
export declare const NavigationHeaderColorCloseButtonFocusBg = "rgba(0, 0, 0, 3%)";
|
|
262
269
|
export declare const NavigationHeaderColorCloseButtonPressedBg = "rgba(0, 0, 0, 6%)";
|
|
263
|
-
export declare const
|
|
264
|
-
export declare const
|
|
265
|
-
export declare const
|
|
266
|
-
export declare const
|
|
267
|
-
export declare const
|
|
268
|
-
export declare const
|
|
269
|
-
export declare const
|
|
270
|
+
export declare const NavigationHeaderColorSideMenuOverlayBg = "rgba(32, 19, 52, 60%)";
|
|
271
|
+
export declare const NavigationHeaderColorSideMenuSliderBgDark = "#111111";
|
|
272
|
+
export declare const NavigationHeaderColorSideMenuSliderBgLight = "#FFFFFF";
|
|
273
|
+
export declare const NavigationHeaderColorSideMenuBackLight = "#111111";
|
|
274
|
+
export declare const NavigationHeaderColorSideMenuBackHoverBgLight = "#001318";
|
|
275
|
+
export declare const NavigationHeaderColorSideMenuBackHoverFgLight = "#EBF304";
|
|
276
|
+
export declare const NavigationHeaderColorSideMenuBackDark = "#FFFFFF";
|
|
277
|
+
export declare const NavigationHeaderColorSideMenuBackHoverBgDark = "#FFFFFF";
|
|
278
|
+
export declare const NavigationHeaderColorSideMenuBackHoverFgDark = "#2B2B2B";
|
|
279
|
+
export declare const NavigationHeaderColorSideMenuButtonTextLight = "#009BA5";
|
|
280
|
+
export declare const NavigationHeaderColorSideMenuButtonTextDark = "#EBF304";
|
|
281
|
+
export declare const NavigationHeaderColorMegaMenuTabHoverFgInteractive = "#009BA5";
|
|
282
|
+
export declare const NavigationHeaderColorMegaMenuPanelBg = "#FFFFFF";
|
|
270
283
|
export declare const NavigationHeaderSizeXxxs = "1px";
|
|
271
284
|
export declare const NavigationHeaderSizeXxs = "8px";
|
|
272
285
|
export declare const NavigationHeaderSizeXs = "40px";
|
|
@@ -282,8 +295,10 @@ export declare const NavigationHeaderGapS = "6px";
|
|
|
282
295
|
export declare const NavigationHeaderGapM = "8px";
|
|
283
296
|
export declare const NavigationHeaderGapL = "12px";
|
|
284
297
|
export declare const NavigationHeaderGapXl = "16px";
|
|
285
|
-
export declare const
|
|
286
|
-
export declare const
|
|
298
|
+
export declare const NavigationHeaderGap2xl = "20px";
|
|
299
|
+
export declare const NavigationHeaderGap3xl = "24px";
|
|
300
|
+
export declare const NavigationHeaderGap4xl = "32px";
|
|
301
|
+
export declare const NavigationHeaderGap5xl = "40px";
|
|
287
302
|
export declare const NavigationHeaderPadding10 = "22px";
|
|
288
303
|
export declare const NavigationHeaderPadding11 = "24px";
|
|
289
304
|
export declare const NavigationHeaderPadding12 = "28px";
|
|
@@ -291,7 +306,7 @@ export declare const NavigationHeaderPadding13 = "32px";
|
|
|
291
306
|
export declare const NavigationHeaderPadding14 = "40px";
|
|
292
307
|
export declare const NavigationHeaderPadding15 = "48px";
|
|
293
308
|
export declare const NavigationHeaderPadding16 = "56px";
|
|
294
|
-
export declare const NavigationHeaderPadding17 = "
|
|
309
|
+
export declare const NavigationHeaderPadding17 = "64px";
|
|
295
310
|
export declare const NavigationHeaderPadding18 = "96px";
|
|
296
311
|
export declare const NavigationHeaderPadding01 = "4px";
|
|
297
312
|
export declare const NavigationHeaderPadding02 = "6px";
|
|
@@ -301,22 +316,24 @@ export declare const NavigationHeaderPadding05 = "12px";
|
|
|
301
316
|
export declare const NavigationHeaderPadding06 = "12px";
|
|
302
317
|
export declare const NavigationHeaderPadding07 = "16px";
|
|
303
318
|
export declare const NavigationHeaderPadding08 = "18px";
|
|
304
|
-
export declare const NavigationHeaderPadding09 = "
|
|
319
|
+
export declare const NavigationHeaderPadding09 = "20px";
|
|
305
320
|
export declare const NavigationHeaderBorderRadiusXxs = "2px";
|
|
306
321
|
export declare const NavigationHeaderBorderRadiusXs = "8px";
|
|
307
322
|
export declare const NavigationHeaderBorderRadiusS = "4px";
|
|
308
323
|
export declare const NavigationHeaderBorderRadiusM = "16px";
|
|
309
324
|
export declare const NavigationHeaderBorderRadiusL = "24px";
|
|
310
325
|
export declare const NavigationHeaderBorderRadiusXl = "28px";
|
|
311
|
-
export declare const
|
|
312
|
-
export declare const
|
|
326
|
+
export declare const NavigationHeaderBorderRadius2xl = "32px";
|
|
327
|
+
export declare const NavigationHeaderBorderRadius3xl = "44px";
|
|
328
|
+
export declare const NavigationHeaderBorderRadius4xl = "48px";
|
|
329
|
+
export declare const NavigationHeaderBorderRadius5xl = "56px";
|
|
330
|
+
export declare const NavigationHeaderBorderRadius6xl = "80px";
|
|
331
|
+
export declare const NavigationHeaderBorderRadiusMax = "9999px";
|
|
313
332
|
export declare const NavigationHeaderShadow01 = "0 0 1px 0 rgba( 0, 0, 0 , 0.20), 0 2px 6px 0 rgba( 0, 0, 0 , 0.10)";
|
|
314
333
|
export declare const NavigationHeaderShadow02 = "0 0 1px 0 rgba( 0, 0, 0 , 0.20), 0 4px 12px 0 rgba( 0, 0, 0 , 0.10)";
|
|
315
334
|
export declare const NavigationHeaderShadow03 = "0 0 1px 0 rgba( 0, 0, 0 , 0.20), 0 24px 32px 0 rgba( 0, 0, 0 , 0.10)";
|
|
335
|
+
export declare const NavigationHeaderShadowInsetPanel = "0 0 32px 0 rgba(0, 0, 0, 16%) inset";
|
|
316
336
|
export declare const NavigationHeaderShadowGhosted = "0 0 4px 1px rgba(255, 255, 255, 15%) inset";
|
|
317
|
-
export declare const NavigationHeaderBlurS = "blur(1.5px)";
|
|
318
|
-
export declare const NavigationHeaderBlurM = "blur(4px)";
|
|
319
|
-
export declare const NavigationHeaderSizeIconM = "12px";
|
|
320
337
|
export declare const SegmentedControlSizeIconS = "24px";
|
|
321
338
|
export declare const SegmentedControlSizeS = "40px";
|
|
322
339
|
export declare const SegmentedControlPaddingS = "8px";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arc-ui/tokens-ee",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.2.0",
|
|
4
4
|
"homepage": "https://ui.digital-ent-int.bt.com",
|
|
5
5
|
"author": "BT Business Digital UI Team <ui-digital-ent-int@bt.com>",
|
|
6
6
|
"main": "dist/index.cjs.js",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"rollup-plugin-copy": "^3.5.0",
|
|
25
25
|
"rollup-plugin-postcss": "^4.0.0",
|
|
26
26
|
"typescript": "5.6.3",
|
|
27
|
+
"@arc-ui/tokens-figma": "^13.2.0",
|
|
27
28
|
"@arc-ui/eslint-config": "^12.0.0",
|
|
28
|
-
"@arc-ui/tokens-figma": "^13.1.0",
|
|
29
29
|
"@arc-ui/typescript-config": "^12.0.0"
|
|
30
30
|
},
|
|
31
31
|
"scripts": {
|