@arc-ui/tokens-ee 12.0.0-beta.13 → 12.0.0-beta.15
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 +108 -18
- package/dist/index.css +63 -18
- package/dist/index.es.js +64 -19
- package/dist/scss/index.scss +63 -18
- package/dist/web/ts/index.d.ts +63 -18
- package/package.json +9 -4
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 Thu, 06 Mar 2025 11:50:40 GMT
|
|
6
6
|
*/
|
|
7
7
|
var CardColorsLightBgDefault = "#111111";
|
|
8
8
|
var CardColorsLightBgDefaultAlt = "#FFFFFF";
|
|
@@ -317,6 +317,14 @@ var HerobannerColorDarkBgDefault = "#009BA5";
|
|
|
317
317
|
var HerobannerColorDarkBgGradient = "";
|
|
318
318
|
var HerobannerColorDarkTextDefault = "#ffffff";
|
|
319
319
|
var HerobannerBoxShadow01 = "-24px -24px 150px 0 rgba(210, 244, 250, 45%), 24px 24px 150px 0 rgba(252, 205, 253, 45%)";
|
|
320
|
+
var PopoverColorsLightBorder = "#BBBBBB";
|
|
321
|
+
var PopoverColorsLightBgDefault = "#f7f7f7";
|
|
322
|
+
var PopoverColorsDarkBorder = "#2B2B2B";
|
|
323
|
+
var PopoverColorsDarkBgDefault = "#686868";
|
|
324
|
+
var PopoverColorsBrandBorder = "#525252";
|
|
325
|
+
var PopoverColorsBrandBgDefault = "#111111";
|
|
326
|
+
var PopoverBorderRadius = "16px";
|
|
327
|
+
var PopoverBorderWidth = "1px";
|
|
320
328
|
var BoxPaddingS = "16px";
|
|
321
329
|
var BoxBorderRadiusS = "16px";
|
|
322
330
|
var BoxBorderWeightXs = "1px";
|
|
@@ -396,14 +404,6 @@ var ModalBorderRadiusS = "16px";
|
|
|
396
404
|
var ModalColorsLightBgDefault = "#FFFFFF";
|
|
397
405
|
var ModalColorsLightTextDefault = "#2B2B2B";
|
|
398
406
|
var ModalColorsLightFgDefault = "#2B2B2B";
|
|
399
|
-
var PopoverColorsLightBorder = "#BBBBBB";
|
|
400
|
-
var PopoverColorsLightBgDefault = "#f7f7f7";
|
|
401
|
-
var PopoverColorsDarkBorder = "#2B2B2B";
|
|
402
|
-
var PopoverColorsDarkBgDefault = "#686868";
|
|
403
|
-
var PopoverColorsBrandBorder = "#525252";
|
|
404
|
-
var PopoverColorsBrandBgDefault = "#111111";
|
|
405
|
-
var PopoverBorderRadius = "16px";
|
|
406
|
-
var PopoverBorderWidth = "1px";
|
|
407
407
|
var OverlayColorsOverlayDefault = "rgba(0,0,0,0.5)";
|
|
408
408
|
var TextlinkSizeS = "20px";
|
|
409
409
|
var TextlinkSizeM = "24px";
|
|
@@ -1235,23 +1235,32 @@ var SwitchTypeLabelL = "700 20px/1 Non-Dottee";
|
|
|
1235
1235
|
var SemFontFamilyHeading = "Non-Dottee";
|
|
1236
1236
|
var SemFontFamilyBody = "Non-Dottee";
|
|
1237
1237
|
var SemFontFamilyInterface = "Non-Dottee";
|
|
1238
|
+
var SemFontFamilyDisplayHeading = "Dottee";
|
|
1239
|
+
var SemFontFamilyDisplayCondensedHeadline = "'Dottee Condensed'";
|
|
1240
|
+
var SemFontFamilyDisplayExtendedHeadline = "'Dottee Extended'";
|
|
1238
1241
|
var SemFontWeightRegular = "400";
|
|
1239
1242
|
var SemFontWeightSemi = "700";
|
|
1240
1243
|
var SemFontWeightBold = "700";
|
|
1241
1244
|
var SemFontWeightButton = "700";
|
|
1242
1245
|
var SemFontWeightSemiBold = "500";
|
|
1246
|
+
var SemFontWeightDisplayStandardRegular = "500";
|
|
1247
|
+
var SemFontWeightDisplayStandardBold = "700";
|
|
1248
|
+
var SemFontWeightDisplayCondensedRegular = "500";
|
|
1249
|
+
var SemFontWeightDisplayCondensedBold = "700";
|
|
1250
|
+
var SemFontWeightDisplayExtendedRegular = "500";
|
|
1251
|
+
var SemFontWeightDisplayExtendedBold = "700";
|
|
1243
1252
|
var SemTypeBodyRegXs = "400 12px/16px Non-Dottee";
|
|
1244
1253
|
var SemTypeBodyRegS = "400 14px/20px Non-Dottee";
|
|
1245
1254
|
var SemTypeBodyRegM = "400 16px/24px Non-Dottee";
|
|
1246
|
-
var SemTypeBodyRegL = "400 20px/
|
|
1255
|
+
var SemTypeBodyRegL = "400 20px/28px Non-Dottee";
|
|
1247
1256
|
var SemTypeBodyBoldXs = "700 12px/16px Non-Dottee";
|
|
1248
1257
|
var SemTypeBodyBoldS = "700 14px/20px Non-Dottee";
|
|
1249
1258
|
var SemTypeBodyBoldM = "700 16px/24px Non-Dottee";
|
|
1250
|
-
var SemTypeBodyBoldL = "700 20px/
|
|
1259
|
+
var SemTypeBodyBoldL = "700 20px/28px Non-Dottee";
|
|
1251
1260
|
var SemTypeBodySemiXs = "700 12px/16px Non-Dottee";
|
|
1252
1261
|
var SemTypeBodySemiS = "700 14px/20px Non-Dottee";
|
|
1253
1262
|
var SemTypeBodySemiM = "700 16px/24px Non-Dottee";
|
|
1254
|
-
var SemTypeBodySemiL = "700 20px/
|
|
1263
|
+
var SemTypeBodySemiL = "700 20px/28px Non-Dottee";
|
|
1255
1264
|
var SemTypeInterfaceRegXs = "400 12px/12px Non-Dottee";
|
|
1256
1265
|
var SemTypeInterfaceRegS = "400 14px/14px Non-Dottee";
|
|
1257
1266
|
var SemTypeInterfaceRegM = "400 16px/16px Non-Dottee";
|
|
@@ -1270,46 +1279,82 @@ var SemTypeInterfaceButtonL = "700 20px/20px Non-Dottee";
|
|
|
1270
1279
|
var SemTypeInterfaceCardSemiM = "700 24px/32px Non-Dottee";
|
|
1271
1280
|
var SemTypeInterfaceCardSemiL = "700 28px/32px Non-Dottee";
|
|
1272
1281
|
var SemTypeInterfaceCardSemiXl = "700 32px/40px Non-Dottee";
|
|
1273
|
-
var SemTypeInterfaceCardSemiS = "700 20px/
|
|
1282
|
+
var SemTypeInterfaceCardSemiS = "700 20px/28px Non-Dottee";
|
|
1274
1283
|
var SemTypeInterfaceAlertTitleM = "700 16px/24px Non-Dottee";
|
|
1275
1284
|
var SemTypeInterfaceProgressBarTitleM = "400 16px/16px Non-Dottee";
|
|
1276
1285
|
var SemTypeSupportRegXs = "400 12px/16px Non-Dottee";
|
|
1277
1286
|
var SemTypeSupportRegS = "400 14px/20px Non-Dottee";
|
|
1278
1287
|
var SemTypeSupportRegM = "400 16px/24px Non-Dottee";
|
|
1279
|
-
var SemTypeSupportRegL = "400 20px/
|
|
1288
|
+
var SemTypeSupportRegL = "400 20px/28px Non-Dottee";
|
|
1289
|
+
var SemTypeMobileSemiDisplayStandardXxl = "500 40px/48px Dottee";
|
|
1290
|
+
var SemTypeMobileSemiDisplayStandardXxxl = "500 56px/64px Dottee";
|
|
1291
|
+
var SemTypeMobileSemiDisplayExtendedXxl = "500 40px/48px 'Dottee Extended'";
|
|
1292
|
+
var SemTypeMobileSemiDisplayExtendedXxxl = "500 56px/64px 'Dottee Extended'";
|
|
1293
|
+
var SemTypeMobileSemiDisplayCondensedXxl = "500 40px/48px 'Dottee Condensed'";
|
|
1294
|
+
var SemTypeMobileSemiDisplayCondensedXxxl = "500 56px/64px 'Dottee Condensed'";
|
|
1280
1295
|
var SemTypeMobileSemiXxxs = "700 12px/16px Non-Dottee";
|
|
1281
1296
|
var SemTypeMobileSemiXxs = "700 14px/20px Non-Dottee";
|
|
1282
1297
|
var SemTypeMobileSemiXs = "700 16px/24px Non-Dottee";
|
|
1283
|
-
var SemTypeMobileSemiS = "700 20px/
|
|
1298
|
+
var SemTypeMobileSemiS = "700 20px/28px Non-Dottee";
|
|
1284
1299
|
var SemTypeMobileSemiM = "700 24px/32px Non-Dottee";
|
|
1285
1300
|
var SemTypeMobileSemiL = "700 28px/36px Non-Dottee";
|
|
1286
1301
|
var SemTypeMobileSemiXl = "700 36px/44px Non-Dottee";
|
|
1287
1302
|
var SemTypeMobileSemiXxl = "700 40px/48px Non-Dottee";
|
|
1288
1303
|
var SemTypeMobileSemiXxxl = "700 56px/64px Non-Dottee";
|
|
1304
|
+
var SemTypeMobileBoldDisplayStandardXxl = "700 40px/48px Dottee";
|
|
1305
|
+
var SemTypeMobileBoldDisplayStandardXxxl = "700 56px/64px Dottee";
|
|
1306
|
+
var SemTypeMobileBoldDisplayExtendedXxl = "700 40px/48px 'Dottee Extended'";
|
|
1307
|
+
var SemTypeMobileBoldDisplayExtendedXxxl = "700 56px/64px 'Dottee Extended'";
|
|
1308
|
+
var SemTypeMobileBoldDisplayCondensedXxl = "700 40px/48px 'Dottee Condensed'";
|
|
1309
|
+
var SemTypeMobileBoldDisplayCondensedXxxl = "700 56px/64px 'Dottee Condensed'";
|
|
1289
1310
|
var SemTypeMobileBoldXxxs = "700 12px/16px Non-Dottee";
|
|
1290
1311
|
var SemTypeMobileBoldXxs = "700 14px/20px Non-Dottee";
|
|
1291
1312
|
var SemTypeMobileBoldXs = "700 16px/24px Non-Dottee";
|
|
1292
|
-
var SemTypeMobileBoldS = "700 20px/
|
|
1313
|
+
var SemTypeMobileBoldS = "700 20px/28px Non-Dottee";
|
|
1293
1314
|
var SemTypeMobileBoldM = "700 24px/32px Non-Dottee";
|
|
1294
1315
|
var SemTypeMobileBoldL = "700 28px/36px Non-Dottee";
|
|
1295
1316
|
var SemTypeMobileBoldXl = "700 36px/44px Non-Dottee";
|
|
1296
1317
|
var SemTypeMobileBoldXxl = "700 40px/48px Non-Dottee";
|
|
1297
1318
|
var SemTypeMobileBoldXxxl = "700 56px/64px Non-Dottee";
|
|
1319
|
+
var SemTypeTabletSemiDisplayStandardXxl = "500 56px/64px Dottee";
|
|
1320
|
+
var SemTypeTabletSemiDisplayStandardXxxl = "500 80px/96px Dottee";
|
|
1321
|
+
var SemTypeTabletSemiDisplayExtendedXxl = "500 56px/64px 'Dottee Extended'";
|
|
1322
|
+
var SemTypeTabletSemiDisplayExtendedXxxl = "500 80px/96px 'Dottee Extended'";
|
|
1323
|
+
var SemTypeTabletSemiDisplayCondensedXxl = "500 56px/64px 'Dottee Condensed'";
|
|
1324
|
+
var SemTypeTabletSemiDisplayCondensedXxxl = "500 80px/96px 'Dottee Condensed'";
|
|
1298
1325
|
var SemTypeTabletSemiM = "700 28px/36px Non-Dottee";
|
|
1299
1326
|
var SemTypeTabletSemiL = "700 32px/40px Non-Dottee";
|
|
1300
1327
|
var SemTypeTabletSemiXl = "700 40px/48px Non-Dottee";
|
|
1301
1328
|
var SemTypeTabletSemiXxl = "700 56px/64px Non-Dottee";
|
|
1302
1329
|
var SemTypeTabletSemiXxxl = "700 80px/96px Non-Dottee";
|
|
1330
|
+
var SemTypeTabletBoldDisplayStandardXxl = "700 56px/64px Dottee";
|
|
1331
|
+
var SemTypeTabletBoldDisplayStandardXxxl = "700 80px/96px Dottee";
|
|
1332
|
+
var SemTypeTabletBoldDisplayExtendedXxl = "700 56px/64px 'Dottee Extended'";
|
|
1333
|
+
var SemTypeTabletBoldDisplayExtendedXxxl = "700 80px/96px 'Dottee Extended'";
|
|
1334
|
+
var SemTypeTabletBoldDisplayCondensedXxl = "700 56px/64px 'Dottee Condensed'";
|
|
1335
|
+
var SemTypeTabletBoldDisplayCondensedXxxl = "700 80px/96px 'Dottee Condensed'";
|
|
1303
1336
|
var SemTypeTabletBoldM = "700 28px/36px Non-Dottee";
|
|
1304
1337
|
var SemTypeTabletBoldL = "700 32px/40px Non-Dottee";
|
|
1305
1338
|
var SemTypeTabletBoldXl = "700 40px/48px Non-Dottee";
|
|
1306
1339
|
var SemTypeTabletBoldXxl = "700 56px/64px Non-Dottee";
|
|
1307
1340
|
var SemTypeTabletBoldXxxl = "700 80px/96px Non-Dottee";
|
|
1341
|
+
var SemTypeDesktopSemiDisplayStandardXxl = "500 80px/96px Dottee";
|
|
1342
|
+
var SemTypeDesktopSemiDisplayStandardXxxl = "500 120px/136px Dottee";
|
|
1343
|
+
var SemTypeDesktopSemiDisplayExtendedXxl = "500 80px/96px 'Dottee Extended'";
|
|
1344
|
+
var SemTypeDesktopSemiDisplayExtendedXxxl = "500 120px/136px 'Dottee Extended'";
|
|
1345
|
+
var SemTypeDesktopSemiDisplayCondensedXxl = "500 80px/96px 'Dottee Condensed'";
|
|
1346
|
+
var SemTypeDesktopSemiDisplayCondensedXxxl = "500 120px/136px 'Dottee Condensed'";
|
|
1308
1347
|
var SemTypeDesktopSemiM = "700 32px/40px Non-Dottee";
|
|
1309
1348
|
var SemTypeDesktopSemiL = "700 40px/48px Non-Dottee";
|
|
1310
1349
|
var SemTypeDesktopSemiXl = "700 56px/64px Non-Dottee";
|
|
1311
1350
|
var SemTypeDesktopSemiXxl = "700 80px/96px Non-Dottee";
|
|
1312
1351
|
var SemTypeDesktopSemiXxxl = "700 120px/136px Non-Dottee";
|
|
1352
|
+
var SemTypeDesktopBoldDisplayStandardXxl = "700 80px/96px Dottee";
|
|
1353
|
+
var SemTypeDesktopBoldDisplayStandardXxxl = "700 120px/136px Dottee";
|
|
1354
|
+
var SemTypeDesktopBoldDisplayExtendedXxl = "700 80px/96px 'Dottee Extended'";
|
|
1355
|
+
var SemTypeDesktopBoldDisplayExtendedXxxl = "700 120px/136px 'Dottee Extended'";
|
|
1356
|
+
var SemTypeDesktopBoldDisplayCondensedXxl = "700 80px/96px 'Dottee Condensed'";
|
|
1357
|
+
var SemTypeDesktopBoldDisplayCondensedXxxl = "700 120px/136px 'Dottee Condensed'";
|
|
1313
1358
|
var SemTypeDesktopBoldM = "700 32px/40px Non-Dottee";
|
|
1314
1359
|
var SemTypeDesktopBoldL = "700 40px/48px Non-Dottee";
|
|
1315
1360
|
var SemTypeDesktopBoldXl = "700 56px/64px Non-Dottee";
|
|
@@ -1318,8 +1363,8 @@ var SemTypeDesktopBoldXxxl = "700 120px/136px Non-Dottee";
|
|
|
1318
1363
|
var SemTypeLabelRegXxs = "400 14px/20px Non-Dottee";
|
|
1319
1364
|
var SemTypeLabelRegXs = "400 14px/20px Non-Dottee";
|
|
1320
1365
|
var SemTypeLabelRegM = "700 16px/24px Non-Dottee";
|
|
1321
|
-
var SemTypeLabelRegL = "700 20px/
|
|
1322
|
-
var SemTypeLabelRegXl = "400 20px/
|
|
1366
|
+
var SemTypeLabelRegL = "700 20px/28px Non-Dottee";
|
|
1367
|
+
var SemTypeLabelRegXl = "400 20px/28px Non-Dottee";
|
|
1323
1368
|
var SemTypeLabelRegS = "700 14px/20px Non-Dottee";
|
|
1324
1369
|
var SemFontSize75 = "12px";
|
|
1325
1370
|
var SemFontSize87 = "14px";
|
|
@@ -2825,6 +2870,9 @@ exports.SemColorTextStatusLightError = SemColorTextStatusLightError;
|
|
|
2825
2870
|
exports.SemColorTextStatusLightSuccess = SemColorTextStatusLightSuccess;
|
|
2826
2871
|
exports.SemColorTextStatusLightWarning = SemColorTextStatusLightWarning;
|
|
2827
2872
|
exports.SemFontFamilyBody = SemFontFamilyBody;
|
|
2873
|
+
exports.SemFontFamilyDisplayCondensedHeadline = SemFontFamilyDisplayCondensedHeadline;
|
|
2874
|
+
exports.SemFontFamilyDisplayExtendedHeadline = SemFontFamilyDisplayExtendedHeadline;
|
|
2875
|
+
exports.SemFontFamilyDisplayHeading = SemFontFamilyDisplayHeading;
|
|
2828
2876
|
exports.SemFontFamilyHeading = SemFontFamilyHeading;
|
|
2829
2877
|
exports.SemFontFamilyInterface = SemFontFamilyInterface;
|
|
2830
2878
|
exports.SemFontSize100 = SemFontSize100;
|
|
@@ -2843,6 +2891,12 @@ exports.SemFontSize750 = SemFontSize750;
|
|
|
2843
2891
|
exports.SemFontSize87 = SemFontSize87;
|
|
2844
2892
|
exports.SemFontWeightBold = SemFontWeightBold;
|
|
2845
2893
|
exports.SemFontWeightButton = SemFontWeightButton;
|
|
2894
|
+
exports.SemFontWeightDisplayCondensedBold = SemFontWeightDisplayCondensedBold;
|
|
2895
|
+
exports.SemFontWeightDisplayCondensedRegular = SemFontWeightDisplayCondensedRegular;
|
|
2896
|
+
exports.SemFontWeightDisplayExtendedBold = SemFontWeightDisplayExtendedBold;
|
|
2897
|
+
exports.SemFontWeightDisplayExtendedRegular = SemFontWeightDisplayExtendedRegular;
|
|
2898
|
+
exports.SemFontWeightDisplayStandardBold = SemFontWeightDisplayStandardBold;
|
|
2899
|
+
exports.SemFontWeightDisplayStandardRegular = SemFontWeightDisplayStandardRegular;
|
|
2846
2900
|
exports.SemFontWeightRegular = SemFontWeightRegular;
|
|
2847
2901
|
exports.SemFontWeightSemi = SemFontWeightSemi;
|
|
2848
2902
|
exports.SemFontWeightSemiBold = SemFontWeightSemiBold;
|
|
@@ -3029,11 +3083,23 @@ exports.SemTypeBodySemiL = SemTypeBodySemiL;
|
|
|
3029
3083
|
exports.SemTypeBodySemiM = SemTypeBodySemiM;
|
|
3030
3084
|
exports.SemTypeBodySemiS = SemTypeBodySemiS;
|
|
3031
3085
|
exports.SemTypeBodySemiXs = SemTypeBodySemiXs;
|
|
3086
|
+
exports.SemTypeDesktopBoldDisplayCondensedXxl = SemTypeDesktopBoldDisplayCondensedXxl;
|
|
3087
|
+
exports.SemTypeDesktopBoldDisplayCondensedXxxl = SemTypeDesktopBoldDisplayCondensedXxxl;
|
|
3088
|
+
exports.SemTypeDesktopBoldDisplayExtendedXxl = SemTypeDesktopBoldDisplayExtendedXxl;
|
|
3089
|
+
exports.SemTypeDesktopBoldDisplayExtendedXxxl = SemTypeDesktopBoldDisplayExtendedXxxl;
|
|
3090
|
+
exports.SemTypeDesktopBoldDisplayStandardXxl = SemTypeDesktopBoldDisplayStandardXxl;
|
|
3091
|
+
exports.SemTypeDesktopBoldDisplayStandardXxxl = SemTypeDesktopBoldDisplayStandardXxxl;
|
|
3032
3092
|
exports.SemTypeDesktopBoldL = SemTypeDesktopBoldL;
|
|
3033
3093
|
exports.SemTypeDesktopBoldM = SemTypeDesktopBoldM;
|
|
3034
3094
|
exports.SemTypeDesktopBoldXl = SemTypeDesktopBoldXl;
|
|
3035
3095
|
exports.SemTypeDesktopBoldXxl = SemTypeDesktopBoldXxl;
|
|
3036
3096
|
exports.SemTypeDesktopBoldXxxl = SemTypeDesktopBoldXxxl;
|
|
3097
|
+
exports.SemTypeDesktopSemiDisplayCondensedXxl = SemTypeDesktopSemiDisplayCondensedXxl;
|
|
3098
|
+
exports.SemTypeDesktopSemiDisplayCondensedXxxl = SemTypeDesktopSemiDisplayCondensedXxxl;
|
|
3099
|
+
exports.SemTypeDesktopSemiDisplayExtendedXxl = SemTypeDesktopSemiDisplayExtendedXxl;
|
|
3100
|
+
exports.SemTypeDesktopSemiDisplayExtendedXxxl = SemTypeDesktopSemiDisplayExtendedXxxl;
|
|
3101
|
+
exports.SemTypeDesktopSemiDisplayStandardXxl = SemTypeDesktopSemiDisplayStandardXxl;
|
|
3102
|
+
exports.SemTypeDesktopSemiDisplayStandardXxxl = SemTypeDesktopSemiDisplayStandardXxxl;
|
|
3037
3103
|
exports.SemTypeDesktopSemiL = SemTypeDesktopSemiL;
|
|
3038
3104
|
exports.SemTypeDesktopSemiM = SemTypeDesktopSemiM;
|
|
3039
3105
|
exports.SemTypeDesktopSemiXl = SemTypeDesktopSemiXl;
|
|
@@ -3066,6 +3132,12 @@ exports.SemTypeLabelRegS = SemTypeLabelRegS;
|
|
|
3066
3132
|
exports.SemTypeLabelRegXl = SemTypeLabelRegXl;
|
|
3067
3133
|
exports.SemTypeLabelRegXs = SemTypeLabelRegXs;
|
|
3068
3134
|
exports.SemTypeLabelRegXxs = SemTypeLabelRegXxs;
|
|
3135
|
+
exports.SemTypeMobileBoldDisplayCondensedXxl = SemTypeMobileBoldDisplayCondensedXxl;
|
|
3136
|
+
exports.SemTypeMobileBoldDisplayCondensedXxxl = SemTypeMobileBoldDisplayCondensedXxxl;
|
|
3137
|
+
exports.SemTypeMobileBoldDisplayExtendedXxl = SemTypeMobileBoldDisplayExtendedXxl;
|
|
3138
|
+
exports.SemTypeMobileBoldDisplayExtendedXxxl = SemTypeMobileBoldDisplayExtendedXxxl;
|
|
3139
|
+
exports.SemTypeMobileBoldDisplayStandardXxl = SemTypeMobileBoldDisplayStandardXxl;
|
|
3140
|
+
exports.SemTypeMobileBoldDisplayStandardXxxl = SemTypeMobileBoldDisplayStandardXxxl;
|
|
3069
3141
|
exports.SemTypeMobileBoldL = SemTypeMobileBoldL;
|
|
3070
3142
|
exports.SemTypeMobileBoldM = SemTypeMobileBoldM;
|
|
3071
3143
|
exports.SemTypeMobileBoldS = SemTypeMobileBoldS;
|
|
@@ -3075,6 +3147,12 @@ exports.SemTypeMobileBoldXxl = SemTypeMobileBoldXxl;
|
|
|
3075
3147
|
exports.SemTypeMobileBoldXxs = SemTypeMobileBoldXxs;
|
|
3076
3148
|
exports.SemTypeMobileBoldXxxl = SemTypeMobileBoldXxxl;
|
|
3077
3149
|
exports.SemTypeMobileBoldXxxs = SemTypeMobileBoldXxxs;
|
|
3150
|
+
exports.SemTypeMobileSemiDisplayCondensedXxl = SemTypeMobileSemiDisplayCondensedXxl;
|
|
3151
|
+
exports.SemTypeMobileSemiDisplayCondensedXxxl = SemTypeMobileSemiDisplayCondensedXxxl;
|
|
3152
|
+
exports.SemTypeMobileSemiDisplayExtendedXxl = SemTypeMobileSemiDisplayExtendedXxl;
|
|
3153
|
+
exports.SemTypeMobileSemiDisplayExtendedXxxl = SemTypeMobileSemiDisplayExtendedXxxl;
|
|
3154
|
+
exports.SemTypeMobileSemiDisplayStandardXxl = SemTypeMobileSemiDisplayStandardXxl;
|
|
3155
|
+
exports.SemTypeMobileSemiDisplayStandardXxxl = SemTypeMobileSemiDisplayStandardXxxl;
|
|
3078
3156
|
exports.SemTypeMobileSemiL = SemTypeMobileSemiL;
|
|
3079
3157
|
exports.SemTypeMobileSemiM = SemTypeMobileSemiM;
|
|
3080
3158
|
exports.SemTypeMobileSemiS = SemTypeMobileSemiS;
|
|
@@ -3088,11 +3166,23 @@ exports.SemTypeSupportRegL = SemTypeSupportRegL;
|
|
|
3088
3166
|
exports.SemTypeSupportRegM = SemTypeSupportRegM;
|
|
3089
3167
|
exports.SemTypeSupportRegS = SemTypeSupportRegS;
|
|
3090
3168
|
exports.SemTypeSupportRegXs = SemTypeSupportRegXs;
|
|
3169
|
+
exports.SemTypeTabletBoldDisplayCondensedXxl = SemTypeTabletBoldDisplayCondensedXxl;
|
|
3170
|
+
exports.SemTypeTabletBoldDisplayCondensedXxxl = SemTypeTabletBoldDisplayCondensedXxxl;
|
|
3171
|
+
exports.SemTypeTabletBoldDisplayExtendedXxl = SemTypeTabletBoldDisplayExtendedXxl;
|
|
3172
|
+
exports.SemTypeTabletBoldDisplayExtendedXxxl = SemTypeTabletBoldDisplayExtendedXxxl;
|
|
3173
|
+
exports.SemTypeTabletBoldDisplayStandardXxl = SemTypeTabletBoldDisplayStandardXxl;
|
|
3174
|
+
exports.SemTypeTabletBoldDisplayStandardXxxl = SemTypeTabletBoldDisplayStandardXxxl;
|
|
3091
3175
|
exports.SemTypeTabletBoldL = SemTypeTabletBoldL;
|
|
3092
3176
|
exports.SemTypeTabletBoldM = SemTypeTabletBoldM;
|
|
3093
3177
|
exports.SemTypeTabletBoldXl = SemTypeTabletBoldXl;
|
|
3094
3178
|
exports.SemTypeTabletBoldXxl = SemTypeTabletBoldXxl;
|
|
3095
3179
|
exports.SemTypeTabletBoldXxxl = SemTypeTabletBoldXxxl;
|
|
3180
|
+
exports.SemTypeTabletSemiDisplayCondensedXxl = SemTypeTabletSemiDisplayCondensedXxl;
|
|
3181
|
+
exports.SemTypeTabletSemiDisplayCondensedXxxl = SemTypeTabletSemiDisplayCondensedXxxl;
|
|
3182
|
+
exports.SemTypeTabletSemiDisplayExtendedXxl = SemTypeTabletSemiDisplayExtendedXxl;
|
|
3183
|
+
exports.SemTypeTabletSemiDisplayExtendedXxxl = SemTypeTabletSemiDisplayExtendedXxxl;
|
|
3184
|
+
exports.SemTypeTabletSemiDisplayStandardXxl = SemTypeTabletSemiDisplayStandardXxl;
|
|
3185
|
+
exports.SemTypeTabletSemiDisplayStandardXxxl = SemTypeTabletSemiDisplayStandardXxxl;
|
|
3096
3186
|
exports.SemTypeTabletSemiL = SemTypeTabletSemiL;
|
|
3097
3187
|
exports.SemTypeTabletSemiM = SemTypeTabletSemiM;
|
|
3098
3188
|
exports.SemTypeTabletSemiXl = SemTypeTabletSemiXl;
|
package/dist/index.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 06 Mar 2025 11:50:39 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
.arc-ds-sys-theme--ee {
|
|
@@ -317,6 +317,14 @@
|
|
|
317
317
|
--herobanner-color-dark-bg-gradient: ;
|
|
318
318
|
--herobanner-color-dark-text-default: #ffffff;
|
|
319
319
|
--herobanner-box-shadow-01: -24px -24px 150px 0 rgba(210, 244, 250, 45%), 24px 24px 150px 0 rgba(252, 205, 253, 45%);
|
|
320
|
+
--popover-colors-light-border: #BBBBBB;
|
|
321
|
+
--popover-colors-light-bg-default: #f7f7f7;
|
|
322
|
+
--popover-colors-dark-border: #2B2B2B;
|
|
323
|
+
--popover-colors-dark-bg-default: #686868;
|
|
324
|
+
--popover-colors-brand-border: #525252;
|
|
325
|
+
--popover-colors-brand-bg-default: #111111;
|
|
326
|
+
--popover-border-radius: 16px;
|
|
327
|
+
--popover-border-width: 1px;
|
|
320
328
|
--box-padding-s: 16px;
|
|
321
329
|
--box-border-radius-s: 16px;
|
|
322
330
|
--box-border-weight-xs: 1px;
|
|
@@ -396,14 +404,6 @@
|
|
|
396
404
|
--modal-colors-light-bg-default: #FFFFFF;
|
|
397
405
|
--modal-colors-light-text-default: #2B2B2B;
|
|
398
406
|
--modal-colors-light-fg-default: #2B2B2B;
|
|
399
|
-
--popover-colors-light-border: #BBBBBB;
|
|
400
|
-
--popover-colors-light-bg-default: #f7f7f7;
|
|
401
|
-
--popover-colors-dark-border: #2B2B2B;
|
|
402
|
-
--popover-colors-dark-bg-default: #686868;
|
|
403
|
-
--popover-colors-brand-border: #525252;
|
|
404
|
-
--popover-colors-brand-bg-default: #111111;
|
|
405
|
-
--popover-border-radius: 16px;
|
|
406
|
-
--popover-border-width: 1px;
|
|
407
407
|
--overlay-colors-overlay-default: rgba(0,0,0,0.5);
|
|
408
408
|
--textlink-size-s: 20px;
|
|
409
409
|
--textlink-size-m: 24px;
|
|
@@ -1235,23 +1235,32 @@
|
|
|
1235
1235
|
--sem-font-family-heading: Non-Dottee;
|
|
1236
1236
|
--sem-font-family-body: Non-Dottee;
|
|
1237
1237
|
--sem-font-family-interface: Non-Dottee;
|
|
1238
|
+
--sem-font-family-display-heading: Dottee;
|
|
1239
|
+
--sem-font-family-display-condensed-headline: 'Dottee Condensed';
|
|
1240
|
+
--sem-font-family-display-extended-headline: 'Dottee Extended';
|
|
1238
1241
|
--sem-font-weight-regular: 400;
|
|
1239
1242
|
--sem-font-weight-semi: 700;
|
|
1240
1243
|
--sem-font-weight-bold: 700;
|
|
1241
1244
|
--sem-font-weight-button: 700;
|
|
1242
1245
|
--sem-font-weight-semi-bold: 500;
|
|
1246
|
+
--sem-font-weight-display-standard-regular: 500;
|
|
1247
|
+
--sem-font-weight-display-standard-bold: 700;
|
|
1248
|
+
--sem-font-weight-display-condensed-regular: 500;
|
|
1249
|
+
--sem-font-weight-display-condensed-bold: 700;
|
|
1250
|
+
--sem-font-weight-display-extended-regular: 500;
|
|
1251
|
+
--sem-font-weight-display-extended-bold: 700;
|
|
1243
1252
|
--sem-type-body-reg-xs: 400 12px/16px Non-Dottee;
|
|
1244
1253
|
--sem-type-body-reg-s: 400 14px/20px Non-Dottee;
|
|
1245
1254
|
--sem-type-body-reg-m: 400 16px/24px Non-Dottee;
|
|
1246
|
-
--sem-type-body-reg-l: 400 20px/
|
|
1255
|
+
--sem-type-body-reg-l: 400 20px/28px Non-Dottee;
|
|
1247
1256
|
--sem-type-body-bold-xs: 700 12px/16px Non-Dottee;
|
|
1248
1257
|
--sem-type-body-bold-s: 700 14px/20px Non-Dottee;
|
|
1249
1258
|
--sem-type-body-bold-m: 700 16px/24px Non-Dottee;
|
|
1250
|
-
--sem-type-body-bold-l: 700 20px/
|
|
1259
|
+
--sem-type-body-bold-l: 700 20px/28px Non-Dottee;
|
|
1251
1260
|
--sem-type-body-semi-xs: 700 12px/16px Non-Dottee;
|
|
1252
1261
|
--sem-type-body-semi-s: 700 14px/20px Non-Dottee;
|
|
1253
1262
|
--sem-type-body-semi-m: 700 16px/24px Non-Dottee;
|
|
1254
|
-
--sem-type-body-semi-l: 700 20px/
|
|
1263
|
+
--sem-type-body-semi-l: 700 20px/28px Non-Dottee;
|
|
1255
1264
|
--sem-type-interface-reg-xs: 400 12px/12px Non-Dottee;
|
|
1256
1265
|
--sem-type-interface-reg-s: 400 14px/14px Non-Dottee;
|
|
1257
1266
|
--sem-type-interface-reg-m: 400 16px/16px Non-Dottee;
|
|
@@ -1270,46 +1279,82 @@
|
|
|
1270
1279
|
--sem-type-interface-card-semi-m: 700 24px/32px Non-Dottee;
|
|
1271
1280
|
--sem-type-interface-card-semi-l: 700 28px/32px Non-Dottee;
|
|
1272
1281
|
--sem-type-interface-card-semi-xl: 700 32px/40px Non-Dottee;
|
|
1273
|
-
--sem-type-interface-card-semi-s: 700 20px/
|
|
1282
|
+
--sem-type-interface-card-semi-s: 700 20px/28px Non-Dottee;
|
|
1274
1283
|
--sem-type-interface-alert-title-m: 700 16px/24px Non-Dottee;
|
|
1275
1284
|
--sem-type-interface-progress-bar-title-m: 400 16px/16px Non-Dottee;
|
|
1276
1285
|
--sem-type-support-reg-xs: 400 12px/16px Non-Dottee;
|
|
1277
1286
|
--sem-type-support-reg-s: 400 14px/20px Non-Dottee;
|
|
1278
1287
|
--sem-type-support-reg-m: 400 16px/24px Non-Dottee;
|
|
1279
|
-
--sem-type-support-reg-l: 400 20px/
|
|
1288
|
+
--sem-type-support-reg-l: 400 20px/28px Non-Dottee;
|
|
1289
|
+
--sem-type-mobile-semi-display-standard-xxl: 500 40px/48px Dottee;
|
|
1290
|
+
--sem-type-mobile-semi-display-standard-xxxl: 500 56px/64px Dottee;
|
|
1291
|
+
--sem-type-mobile-semi-display-extended-xxl: 500 40px/48px 'Dottee Extended';
|
|
1292
|
+
--sem-type-mobile-semi-display-extended-xxxl: 500 56px/64px 'Dottee Extended';
|
|
1293
|
+
--sem-type-mobile-semi-display-condensed-xxl: 500 40px/48px 'Dottee Condensed';
|
|
1294
|
+
--sem-type-mobile-semi-display-condensed-xxxl: 500 56px/64px 'Dottee Condensed';
|
|
1280
1295
|
--sem-type-mobile-semi-xxxs: 700 12px/16px Non-Dottee;
|
|
1281
1296
|
--sem-type-mobile-semi-xxs: 700 14px/20px Non-Dottee;
|
|
1282
1297
|
--sem-type-mobile-semi-xs: 700 16px/24px Non-Dottee;
|
|
1283
|
-
--sem-type-mobile-semi-s: 700 20px/
|
|
1298
|
+
--sem-type-mobile-semi-s: 700 20px/28px Non-Dottee;
|
|
1284
1299
|
--sem-type-mobile-semi-m: 700 24px/32px Non-Dottee;
|
|
1285
1300
|
--sem-type-mobile-semi-l: 700 28px/36px Non-Dottee;
|
|
1286
1301
|
--sem-type-mobile-semi-xl: 700 36px/44px Non-Dottee;
|
|
1287
1302
|
--sem-type-mobile-semi-xxl: 700 40px/48px Non-Dottee;
|
|
1288
1303
|
--sem-type-mobile-semi-xxxl: 700 56px/64px Non-Dottee;
|
|
1304
|
+
--sem-type-mobile-bold-display-standard-xxl: 700 40px/48px Dottee;
|
|
1305
|
+
--sem-type-mobile-bold-display-standard-xxxl: 700 56px/64px Dottee;
|
|
1306
|
+
--sem-type-mobile-bold-display-extended-xxl: 700 40px/48px 'Dottee Extended';
|
|
1307
|
+
--sem-type-mobile-bold-display-extended-xxxl: 700 56px/64px 'Dottee Extended';
|
|
1308
|
+
--sem-type-mobile-bold-display-condensed-xxl: 700 40px/48px 'Dottee Condensed';
|
|
1309
|
+
--sem-type-mobile-bold-display-condensed-xxxl: 700 56px/64px 'Dottee Condensed';
|
|
1289
1310
|
--sem-type-mobile-bold-xxxs: 700 12px/16px Non-Dottee;
|
|
1290
1311
|
--sem-type-mobile-bold-xxs: 700 14px/20px Non-Dottee;
|
|
1291
1312
|
--sem-type-mobile-bold-xs: 700 16px/24px Non-Dottee;
|
|
1292
|
-
--sem-type-mobile-bold-s: 700 20px/
|
|
1313
|
+
--sem-type-mobile-bold-s: 700 20px/28px Non-Dottee;
|
|
1293
1314
|
--sem-type-mobile-bold-m: 700 24px/32px Non-Dottee;
|
|
1294
1315
|
--sem-type-mobile-bold-l: 700 28px/36px Non-Dottee;
|
|
1295
1316
|
--sem-type-mobile-bold-xl: 700 36px/44px Non-Dottee;
|
|
1296
1317
|
--sem-type-mobile-bold-xxl: 700 40px/48px Non-Dottee;
|
|
1297
1318
|
--sem-type-mobile-bold-xxxl: 700 56px/64px Non-Dottee;
|
|
1319
|
+
--sem-type-tablet-semi-display-standard-xxl: 500 56px/64px Dottee;
|
|
1320
|
+
--sem-type-tablet-semi-display-standard-xxxl: 500 80px/96px Dottee;
|
|
1321
|
+
--sem-type-tablet-semi-display-extended-xxl: 500 56px/64px 'Dottee Extended';
|
|
1322
|
+
--sem-type-tablet-semi-display-extended-xxxl: 500 80px/96px 'Dottee Extended';
|
|
1323
|
+
--sem-type-tablet-semi-display-condensed-xxl: 500 56px/64px 'Dottee Condensed';
|
|
1324
|
+
--sem-type-tablet-semi-display-condensed-xxxl: 500 80px/96px 'Dottee Condensed';
|
|
1298
1325
|
--sem-type-tablet-semi-m: 700 28px/36px Non-Dottee;
|
|
1299
1326
|
--sem-type-tablet-semi-l: 700 32px/40px Non-Dottee;
|
|
1300
1327
|
--sem-type-tablet-semi-xl: 700 40px/48px Non-Dottee;
|
|
1301
1328
|
--sem-type-tablet-semi-xxl: 700 56px/64px Non-Dottee;
|
|
1302
1329
|
--sem-type-tablet-semi-xxxl: 700 80px/96px Non-Dottee;
|
|
1330
|
+
--sem-type-tablet-bold-display-standard-xxl: 700 56px/64px Dottee;
|
|
1331
|
+
--sem-type-tablet-bold-display-standard-xxxl: 700 80px/96px Dottee;
|
|
1332
|
+
--sem-type-tablet-bold-display-extended-xxl: 700 56px/64px 'Dottee Extended';
|
|
1333
|
+
--sem-type-tablet-bold-display-extended-xxxl: 700 80px/96px 'Dottee Extended';
|
|
1334
|
+
--sem-type-tablet-bold-display-condensed-xxl: 700 56px/64px 'Dottee Condensed';
|
|
1335
|
+
--sem-type-tablet-bold-display-condensed-xxxl: 700 80px/96px 'Dottee Condensed';
|
|
1303
1336
|
--sem-type-tablet-bold-m: 700 28px/36px Non-Dottee;
|
|
1304
1337
|
--sem-type-tablet-bold-l: 700 32px/40px Non-Dottee;
|
|
1305
1338
|
--sem-type-tablet-bold-xl: 700 40px/48px Non-Dottee;
|
|
1306
1339
|
--sem-type-tablet-bold-xxl: 700 56px/64px Non-Dottee;
|
|
1307
1340
|
--sem-type-tablet-bold-xxxl: 700 80px/96px Non-Dottee;
|
|
1341
|
+
--sem-type-desktop-semi-display-standard-xxl: 500 80px/96px Dottee;
|
|
1342
|
+
--sem-type-desktop-semi-display-standard-xxxl: 500 120px/136px Dottee;
|
|
1343
|
+
--sem-type-desktop-semi-display-extended-xxl: 500 80px/96px 'Dottee Extended';
|
|
1344
|
+
--sem-type-desktop-semi-display-extended-xxxl: 500 120px/136px 'Dottee Extended';
|
|
1345
|
+
--sem-type-desktop-semi-display-condensed-xxl: 500 80px/96px 'Dottee Condensed';
|
|
1346
|
+
--sem-type-desktop-semi-display-condensed-xxxl: 500 120px/136px 'Dottee Condensed';
|
|
1308
1347
|
--sem-type-desktop-semi-m: 700 32px/40px Non-Dottee;
|
|
1309
1348
|
--sem-type-desktop-semi-l: 700 40px/48px Non-Dottee;
|
|
1310
1349
|
--sem-type-desktop-semi-xl: 700 56px/64px Non-Dottee;
|
|
1311
1350
|
--sem-type-desktop-semi-xxl: 700 80px/96px Non-Dottee;
|
|
1312
1351
|
--sem-type-desktop-semi-xxxl: 700 120px/136px Non-Dottee;
|
|
1352
|
+
--sem-type-desktop-bold-display-standard-xxl: 700 80px/96px Dottee;
|
|
1353
|
+
--sem-type-desktop-bold-display-standard-xxxl: 700 120px/136px Dottee;
|
|
1354
|
+
--sem-type-desktop-bold-display-extended-xxl: 700 80px/96px 'Dottee Extended';
|
|
1355
|
+
--sem-type-desktop-bold-display-extended-xxxl: 700 120px/136px 'Dottee Extended';
|
|
1356
|
+
--sem-type-desktop-bold-display-condensed-xxl: 700 80px/96px 'Dottee Condensed';
|
|
1357
|
+
--sem-type-desktop-bold-display-condensed-xxxl: 700 120px/136px 'Dottee Condensed';
|
|
1313
1358
|
--sem-type-desktop-bold-m: 700 32px/40px Non-Dottee;
|
|
1314
1359
|
--sem-type-desktop-bold-l: 700 40px/48px Non-Dottee;
|
|
1315
1360
|
--sem-type-desktop-bold-xl: 700 56px/64px Non-Dottee;
|
|
@@ -1318,8 +1363,8 @@
|
|
|
1318
1363
|
--sem-type-label-reg-xxs: 400 14px/20px Non-Dottee;
|
|
1319
1364
|
--sem-type-label-reg-xs: 400 14px/20px Non-Dottee;
|
|
1320
1365
|
--sem-type-label-reg-m: 700 16px/24px Non-Dottee;
|
|
1321
|
-
--sem-type-label-reg-l: 700 20px/
|
|
1322
|
-
--sem-type-label-reg-xl: 400 20px/
|
|
1366
|
+
--sem-type-label-reg-l: 700 20px/28px Non-Dottee;
|
|
1367
|
+
--sem-type-label-reg-xl: 400 20px/28px Non-Dottee;
|
|
1323
1368
|
--sem-type-label-reg-s: 700 14px/20px Non-Dottee;
|
|
1324
1369
|
--sem-font-size-75: 12px;
|
|
1325
1370
|
--sem-font-size-87: 14px;
|
package/dist/index.es.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 06 Mar 2025 11:50:40 GMT
|
|
4
4
|
*/
|
|
5
5
|
var CardColorsLightBgDefault = "#111111";
|
|
6
6
|
var CardColorsLightBgDefaultAlt = "#FFFFFF";
|
|
@@ -315,6 +315,14 @@ var HerobannerColorDarkBgDefault = "#009BA5";
|
|
|
315
315
|
var HerobannerColorDarkBgGradient = "";
|
|
316
316
|
var HerobannerColorDarkTextDefault = "#ffffff";
|
|
317
317
|
var HerobannerBoxShadow01 = "-24px -24px 150px 0 rgba(210, 244, 250, 45%), 24px 24px 150px 0 rgba(252, 205, 253, 45%)";
|
|
318
|
+
var PopoverColorsLightBorder = "#BBBBBB";
|
|
319
|
+
var PopoverColorsLightBgDefault = "#f7f7f7";
|
|
320
|
+
var PopoverColorsDarkBorder = "#2B2B2B";
|
|
321
|
+
var PopoverColorsDarkBgDefault = "#686868";
|
|
322
|
+
var PopoverColorsBrandBorder = "#525252";
|
|
323
|
+
var PopoverColorsBrandBgDefault = "#111111";
|
|
324
|
+
var PopoverBorderRadius = "16px";
|
|
325
|
+
var PopoverBorderWidth = "1px";
|
|
318
326
|
var BoxPaddingS = "16px";
|
|
319
327
|
var BoxBorderRadiusS = "16px";
|
|
320
328
|
var BoxBorderWeightXs = "1px";
|
|
@@ -394,14 +402,6 @@ var ModalBorderRadiusS = "16px";
|
|
|
394
402
|
var ModalColorsLightBgDefault = "#FFFFFF";
|
|
395
403
|
var ModalColorsLightTextDefault = "#2B2B2B";
|
|
396
404
|
var ModalColorsLightFgDefault = "#2B2B2B";
|
|
397
|
-
var PopoverColorsLightBorder = "#BBBBBB";
|
|
398
|
-
var PopoverColorsLightBgDefault = "#f7f7f7";
|
|
399
|
-
var PopoverColorsDarkBorder = "#2B2B2B";
|
|
400
|
-
var PopoverColorsDarkBgDefault = "#686868";
|
|
401
|
-
var PopoverColorsBrandBorder = "#525252";
|
|
402
|
-
var PopoverColorsBrandBgDefault = "#111111";
|
|
403
|
-
var PopoverBorderRadius = "16px";
|
|
404
|
-
var PopoverBorderWidth = "1px";
|
|
405
405
|
var OverlayColorsOverlayDefault = "rgba(0,0,0,0.5)";
|
|
406
406
|
var TextlinkSizeS = "20px";
|
|
407
407
|
var TextlinkSizeM = "24px";
|
|
@@ -1233,23 +1233,32 @@ var SwitchTypeLabelL = "700 20px/1 Non-Dottee";
|
|
|
1233
1233
|
var SemFontFamilyHeading = "Non-Dottee";
|
|
1234
1234
|
var SemFontFamilyBody = "Non-Dottee";
|
|
1235
1235
|
var SemFontFamilyInterface = "Non-Dottee";
|
|
1236
|
+
var SemFontFamilyDisplayHeading = "Dottee";
|
|
1237
|
+
var SemFontFamilyDisplayCondensedHeadline = "'Dottee Condensed'";
|
|
1238
|
+
var SemFontFamilyDisplayExtendedHeadline = "'Dottee Extended'";
|
|
1236
1239
|
var SemFontWeightRegular = "400";
|
|
1237
1240
|
var SemFontWeightSemi = "700";
|
|
1238
1241
|
var SemFontWeightBold = "700";
|
|
1239
1242
|
var SemFontWeightButton = "700";
|
|
1240
1243
|
var SemFontWeightSemiBold = "500";
|
|
1244
|
+
var SemFontWeightDisplayStandardRegular = "500";
|
|
1245
|
+
var SemFontWeightDisplayStandardBold = "700";
|
|
1246
|
+
var SemFontWeightDisplayCondensedRegular = "500";
|
|
1247
|
+
var SemFontWeightDisplayCondensedBold = "700";
|
|
1248
|
+
var SemFontWeightDisplayExtendedRegular = "500";
|
|
1249
|
+
var SemFontWeightDisplayExtendedBold = "700";
|
|
1241
1250
|
var SemTypeBodyRegXs = "400 12px/16px Non-Dottee";
|
|
1242
1251
|
var SemTypeBodyRegS = "400 14px/20px Non-Dottee";
|
|
1243
1252
|
var SemTypeBodyRegM = "400 16px/24px Non-Dottee";
|
|
1244
|
-
var SemTypeBodyRegL = "400 20px/
|
|
1253
|
+
var SemTypeBodyRegL = "400 20px/28px Non-Dottee";
|
|
1245
1254
|
var SemTypeBodyBoldXs = "700 12px/16px Non-Dottee";
|
|
1246
1255
|
var SemTypeBodyBoldS = "700 14px/20px Non-Dottee";
|
|
1247
1256
|
var SemTypeBodyBoldM = "700 16px/24px Non-Dottee";
|
|
1248
|
-
var SemTypeBodyBoldL = "700 20px/
|
|
1257
|
+
var SemTypeBodyBoldL = "700 20px/28px Non-Dottee";
|
|
1249
1258
|
var SemTypeBodySemiXs = "700 12px/16px Non-Dottee";
|
|
1250
1259
|
var SemTypeBodySemiS = "700 14px/20px Non-Dottee";
|
|
1251
1260
|
var SemTypeBodySemiM = "700 16px/24px Non-Dottee";
|
|
1252
|
-
var SemTypeBodySemiL = "700 20px/
|
|
1261
|
+
var SemTypeBodySemiL = "700 20px/28px Non-Dottee";
|
|
1253
1262
|
var SemTypeInterfaceRegXs = "400 12px/12px Non-Dottee";
|
|
1254
1263
|
var SemTypeInterfaceRegS = "400 14px/14px Non-Dottee";
|
|
1255
1264
|
var SemTypeInterfaceRegM = "400 16px/16px Non-Dottee";
|
|
@@ -1268,46 +1277,82 @@ var SemTypeInterfaceButtonL = "700 20px/20px Non-Dottee";
|
|
|
1268
1277
|
var SemTypeInterfaceCardSemiM = "700 24px/32px Non-Dottee";
|
|
1269
1278
|
var SemTypeInterfaceCardSemiL = "700 28px/32px Non-Dottee";
|
|
1270
1279
|
var SemTypeInterfaceCardSemiXl = "700 32px/40px Non-Dottee";
|
|
1271
|
-
var SemTypeInterfaceCardSemiS = "700 20px/
|
|
1280
|
+
var SemTypeInterfaceCardSemiS = "700 20px/28px Non-Dottee";
|
|
1272
1281
|
var SemTypeInterfaceAlertTitleM = "700 16px/24px Non-Dottee";
|
|
1273
1282
|
var SemTypeInterfaceProgressBarTitleM = "400 16px/16px Non-Dottee";
|
|
1274
1283
|
var SemTypeSupportRegXs = "400 12px/16px Non-Dottee";
|
|
1275
1284
|
var SemTypeSupportRegS = "400 14px/20px Non-Dottee";
|
|
1276
1285
|
var SemTypeSupportRegM = "400 16px/24px Non-Dottee";
|
|
1277
|
-
var SemTypeSupportRegL = "400 20px/
|
|
1286
|
+
var SemTypeSupportRegL = "400 20px/28px Non-Dottee";
|
|
1287
|
+
var SemTypeMobileSemiDisplayStandardXxl = "500 40px/48px Dottee";
|
|
1288
|
+
var SemTypeMobileSemiDisplayStandardXxxl = "500 56px/64px Dottee";
|
|
1289
|
+
var SemTypeMobileSemiDisplayExtendedXxl = "500 40px/48px 'Dottee Extended'";
|
|
1290
|
+
var SemTypeMobileSemiDisplayExtendedXxxl = "500 56px/64px 'Dottee Extended'";
|
|
1291
|
+
var SemTypeMobileSemiDisplayCondensedXxl = "500 40px/48px 'Dottee Condensed'";
|
|
1292
|
+
var SemTypeMobileSemiDisplayCondensedXxxl = "500 56px/64px 'Dottee Condensed'";
|
|
1278
1293
|
var SemTypeMobileSemiXxxs = "700 12px/16px Non-Dottee";
|
|
1279
1294
|
var SemTypeMobileSemiXxs = "700 14px/20px Non-Dottee";
|
|
1280
1295
|
var SemTypeMobileSemiXs = "700 16px/24px Non-Dottee";
|
|
1281
|
-
var SemTypeMobileSemiS = "700 20px/
|
|
1296
|
+
var SemTypeMobileSemiS = "700 20px/28px Non-Dottee";
|
|
1282
1297
|
var SemTypeMobileSemiM = "700 24px/32px Non-Dottee";
|
|
1283
1298
|
var SemTypeMobileSemiL = "700 28px/36px Non-Dottee";
|
|
1284
1299
|
var SemTypeMobileSemiXl = "700 36px/44px Non-Dottee";
|
|
1285
1300
|
var SemTypeMobileSemiXxl = "700 40px/48px Non-Dottee";
|
|
1286
1301
|
var SemTypeMobileSemiXxxl = "700 56px/64px Non-Dottee";
|
|
1302
|
+
var SemTypeMobileBoldDisplayStandardXxl = "700 40px/48px Dottee";
|
|
1303
|
+
var SemTypeMobileBoldDisplayStandardXxxl = "700 56px/64px Dottee";
|
|
1304
|
+
var SemTypeMobileBoldDisplayExtendedXxl = "700 40px/48px 'Dottee Extended'";
|
|
1305
|
+
var SemTypeMobileBoldDisplayExtendedXxxl = "700 56px/64px 'Dottee Extended'";
|
|
1306
|
+
var SemTypeMobileBoldDisplayCondensedXxl = "700 40px/48px 'Dottee Condensed'";
|
|
1307
|
+
var SemTypeMobileBoldDisplayCondensedXxxl = "700 56px/64px 'Dottee Condensed'";
|
|
1287
1308
|
var SemTypeMobileBoldXxxs = "700 12px/16px Non-Dottee";
|
|
1288
1309
|
var SemTypeMobileBoldXxs = "700 14px/20px Non-Dottee";
|
|
1289
1310
|
var SemTypeMobileBoldXs = "700 16px/24px Non-Dottee";
|
|
1290
|
-
var SemTypeMobileBoldS = "700 20px/
|
|
1311
|
+
var SemTypeMobileBoldS = "700 20px/28px Non-Dottee";
|
|
1291
1312
|
var SemTypeMobileBoldM = "700 24px/32px Non-Dottee";
|
|
1292
1313
|
var SemTypeMobileBoldL = "700 28px/36px Non-Dottee";
|
|
1293
1314
|
var SemTypeMobileBoldXl = "700 36px/44px Non-Dottee";
|
|
1294
1315
|
var SemTypeMobileBoldXxl = "700 40px/48px Non-Dottee";
|
|
1295
1316
|
var SemTypeMobileBoldXxxl = "700 56px/64px Non-Dottee";
|
|
1317
|
+
var SemTypeTabletSemiDisplayStandardXxl = "500 56px/64px Dottee";
|
|
1318
|
+
var SemTypeTabletSemiDisplayStandardXxxl = "500 80px/96px Dottee";
|
|
1319
|
+
var SemTypeTabletSemiDisplayExtendedXxl = "500 56px/64px 'Dottee Extended'";
|
|
1320
|
+
var SemTypeTabletSemiDisplayExtendedXxxl = "500 80px/96px 'Dottee Extended'";
|
|
1321
|
+
var SemTypeTabletSemiDisplayCondensedXxl = "500 56px/64px 'Dottee Condensed'";
|
|
1322
|
+
var SemTypeTabletSemiDisplayCondensedXxxl = "500 80px/96px 'Dottee Condensed'";
|
|
1296
1323
|
var SemTypeTabletSemiM = "700 28px/36px Non-Dottee";
|
|
1297
1324
|
var SemTypeTabletSemiL = "700 32px/40px Non-Dottee";
|
|
1298
1325
|
var SemTypeTabletSemiXl = "700 40px/48px Non-Dottee";
|
|
1299
1326
|
var SemTypeTabletSemiXxl = "700 56px/64px Non-Dottee";
|
|
1300
1327
|
var SemTypeTabletSemiXxxl = "700 80px/96px Non-Dottee";
|
|
1328
|
+
var SemTypeTabletBoldDisplayStandardXxl = "700 56px/64px Dottee";
|
|
1329
|
+
var SemTypeTabletBoldDisplayStandardXxxl = "700 80px/96px Dottee";
|
|
1330
|
+
var SemTypeTabletBoldDisplayExtendedXxl = "700 56px/64px 'Dottee Extended'";
|
|
1331
|
+
var SemTypeTabletBoldDisplayExtendedXxxl = "700 80px/96px 'Dottee Extended'";
|
|
1332
|
+
var SemTypeTabletBoldDisplayCondensedXxl = "700 56px/64px 'Dottee Condensed'";
|
|
1333
|
+
var SemTypeTabletBoldDisplayCondensedXxxl = "700 80px/96px 'Dottee Condensed'";
|
|
1301
1334
|
var SemTypeTabletBoldM = "700 28px/36px Non-Dottee";
|
|
1302
1335
|
var SemTypeTabletBoldL = "700 32px/40px Non-Dottee";
|
|
1303
1336
|
var SemTypeTabletBoldXl = "700 40px/48px Non-Dottee";
|
|
1304
1337
|
var SemTypeTabletBoldXxl = "700 56px/64px Non-Dottee";
|
|
1305
1338
|
var SemTypeTabletBoldXxxl = "700 80px/96px Non-Dottee";
|
|
1339
|
+
var SemTypeDesktopSemiDisplayStandardXxl = "500 80px/96px Dottee";
|
|
1340
|
+
var SemTypeDesktopSemiDisplayStandardXxxl = "500 120px/136px Dottee";
|
|
1341
|
+
var SemTypeDesktopSemiDisplayExtendedXxl = "500 80px/96px 'Dottee Extended'";
|
|
1342
|
+
var SemTypeDesktopSemiDisplayExtendedXxxl = "500 120px/136px 'Dottee Extended'";
|
|
1343
|
+
var SemTypeDesktopSemiDisplayCondensedXxl = "500 80px/96px 'Dottee Condensed'";
|
|
1344
|
+
var SemTypeDesktopSemiDisplayCondensedXxxl = "500 120px/136px 'Dottee Condensed'";
|
|
1306
1345
|
var SemTypeDesktopSemiM = "700 32px/40px Non-Dottee";
|
|
1307
1346
|
var SemTypeDesktopSemiL = "700 40px/48px Non-Dottee";
|
|
1308
1347
|
var SemTypeDesktopSemiXl = "700 56px/64px Non-Dottee";
|
|
1309
1348
|
var SemTypeDesktopSemiXxl = "700 80px/96px Non-Dottee";
|
|
1310
1349
|
var SemTypeDesktopSemiXxxl = "700 120px/136px Non-Dottee";
|
|
1350
|
+
var SemTypeDesktopBoldDisplayStandardXxl = "700 80px/96px Dottee";
|
|
1351
|
+
var SemTypeDesktopBoldDisplayStandardXxxl = "700 120px/136px Dottee";
|
|
1352
|
+
var SemTypeDesktopBoldDisplayExtendedXxl = "700 80px/96px 'Dottee Extended'";
|
|
1353
|
+
var SemTypeDesktopBoldDisplayExtendedXxxl = "700 120px/136px 'Dottee Extended'";
|
|
1354
|
+
var SemTypeDesktopBoldDisplayCondensedXxl = "700 80px/96px 'Dottee Condensed'";
|
|
1355
|
+
var SemTypeDesktopBoldDisplayCondensedXxxl = "700 120px/136px 'Dottee Condensed'";
|
|
1311
1356
|
var SemTypeDesktopBoldM = "700 32px/40px Non-Dottee";
|
|
1312
1357
|
var SemTypeDesktopBoldL = "700 40px/48px Non-Dottee";
|
|
1313
1358
|
var SemTypeDesktopBoldXl = "700 56px/64px Non-Dottee";
|
|
@@ -1316,8 +1361,8 @@ var SemTypeDesktopBoldXxxl = "700 120px/136px Non-Dottee";
|
|
|
1316
1361
|
var SemTypeLabelRegXxs = "400 14px/20px Non-Dottee";
|
|
1317
1362
|
var SemTypeLabelRegXs = "400 14px/20px Non-Dottee";
|
|
1318
1363
|
var SemTypeLabelRegM = "700 16px/24px Non-Dottee";
|
|
1319
|
-
var SemTypeLabelRegL = "700 20px/
|
|
1320
|
-
var SemTypeLabelRegXl = "400 20px/
|
|
1364
|
+
var SemTypeLabelRegL = "700 20px/28px Non-Dottee";
|
|
1365
|
+
var SemTypeLabelRegXl = "400 20px/28px Non-Dottee";
|
|
1321
1366
|
var SemTypeLabelRegS = "700 14px/20px Non-Dottee";
|
|
1322
1367
|
var SemFontSize75 = "12px";
|
|
1323
1368
|
var SemFontSize87 = "14px";
|
|
@@ -1737,4 +1782,4 @@ var SemScaleModifier3 = "4px";
|
|
|
1737
1782
|
var SemScaleModifier2 = "3px";
|
|
1738
1783
|
var SemScaleModifier4 = "0";
|
|
1739
1784
|
|
|
1740
|
-
export { AlertBorderRadiusS, AlertBorderWeightM, AlertBorderWeightS, AlertColorsStatusDarkBgSubtleDefault, AlertColorsStatusDarkBgSubtleError, AlertColorsStatusDarkBgSubtleSuccess, AlertColorsStatusDarkBgSubtleWarning, AlertColorsStatusDarkBorderDefault, AlertColorsStatusDarkBorderError, AlertColorsStatusDarkBorderSuccess, AlertColorsStatusDarkBorderWarning, AlertColorsStatusDarkFgDefault, AlertColorsStatusDarkTextDefault, AlertColorsStatusLightBgSubtleDefault, AlertColorsStatusLightBgSubtleError, AlertColorsStatusLightBgSubtleSuccess, AlertColorsStatusLightBgSubtleWarning, AlertColorsStatusLightBorderDefault, AlertColorsStatusLightBorderError, AlertColorsStatusLightBorderSuccess, AlertColorsStatusLightBorderWarning, AlertColorsStatusLightFgDefault, AlertColorsStatusLightTextDefault, AlertGapS, AlertPaddingM, AlertPaddingS, AlertPaddingXs, AlertPaddingXxs, AlertSizeIconS, AvatarBorderWeightS, AvatarColorsLightBgDefault, AvatarColorsLightFgDefaultAlt, 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, 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, CheckboxBorderWeightS, CheckboxColorsDarkBgDefault, CheckboxColorsDarkBgDefaultAlt, CheckboxColorsDarkBgDisabled, CheckboxColorsDarkBgError, CheckboxColorsDarkBorderDefault, CheckboxColorsDarkBorderDisabled, CheckboxColorsDarkBorderError, CheckboxColorsDarkFgDefault, CheckboxColorsDarkFgDisabled, CheckboxColorsDarkTextDefault, CheckboxColorsDarkTextDisabled, CheckboxColorsLightBgDefault, CheckboxColorsLightBgDefaultAlt, CheckboxColorsLightBgDisabled, CheckboxColorsLightBgError, CheckboxColorsLightBorderDefault, CheckboxColorsLightBorderDisabled, CheckboxColorsLightBorderError, CheckboxColorsLightFgDefault, CheckboxColorsLightFgDisabled, CheckboxColorsLightTextDefault, CheckboxColorsLightTextDisabled, CheckboxGapM, CheckboxGapS, CheckboxPaddingS, CheckboxSizeIconM, CheckboxSizeIconS, CheckboxSizeL, CheckboxSizeS, CheckboxTypeLabelL, CheckboxTypeLabelM, CheckboxTypeLabelS, 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, DatePickerBorderRadiusL, DatePickerBorderRadiusM, DatePickerBorderRadiusS, DatePickerBorderRadiusXl, DatePickerBorderWeightL, DatePickerBorderWeightM, DatePickerBorderWeightS, DatePickerColorsLightBgDefaultAlt, DatePickerColorsLightBgDisabled, DatePickerColorsLightBgError, DatePickerColorsLightBgHover, DatePickerColorsLightBgHoverAlt, DatePickerColorsLightBgPressed, DatePickerColorsLightBgSelected, DatePickerColorsLightBgSubtle, DatePickerColorsLightBorderDisabled, DatePickerColorsLightBorderError, DatePickerColorsLightBorderFocus, DatePickerColorsLightBorderHover, DatePickerColorsLightBorderSelected, DatePickerColorsLightBorderStrong, DatePickerColorsLightFgDefaultAlt, DatePickerColorsLightFgDisabled, DatePickerColorsLightFgError, DatePickerColorsLightFgHover, DatePickerColorsLightFgStrong, DatePickerColorsLightTextDefault, DatePickerColorsLightTextDefaultAlt, DatePickerColorsLightTextDisabled, DatePickerColorsLightTextError, DatePickerColorsLightTextHint, DatePickerColorsLightTextStrong, DatePickerGapL, DatePickerGapM, DatePickerGapS, DatePickerGapXs, DatePickerPaddingL, DatePickerPaddingM, DatePickerPaddingS, DatePickerPaddingXl, DatePickerPaddingXs, DatePickerPaddingXxs, DatePickerSizeIconL, DatePickerSizeIconM, DatePickerSizeIconS, DatePickerSizeL, DatePickerSizeM, DatePickerSizeS, DatePickerSizeXl, DatePickerSizeXxl, DatePickerSizeXxxl, DatePickerSizeXxxxl, DatePickerTypeLabelL, DatePickerTypeLabelM, DatePickerTypeLabelS, 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, 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, FocusColorsDarkBorderSubtle, FocusColorsLightBorderSubtle, 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, LogosColorsDarkFgDefault, LogosColorsLightFgDefault, LogosColorsLightFgStrong, LogosColorsLightFgVariant, LogosSizeM, ModalBorderRadiusS, ModalColorsLightBgDefault, ModalColorsLightFgDefault, ModalColorsLightTextDefault, ModalGapM, ModalGapS, ModalPaddingM, ModalSizeIconS, ModalSizeL, ModalSizeM, ModalSizeS, ModalSizeXl, ModalSizeXxl, 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, RadioBorderWeightS, RadioColorsDarkBgDefault, RadioColorsDarkBgDisabled, RadioColorsDarkBorderDefault, RadioColorsDarkBorderDisabled, RadioColorsDarkFgDefault, RadioColorsDarkFgDisabled, RadioColorsDarkTextDefault, RadioColorsDarkTextDisabled, RadioColorsLightBgDefault, RadioColorsLightBgDisabled, RadioColorsLightBorderDefault, RadioColorsLightBorderDisabled, RadioColorsLightFgDefault, RadioColorsLightFgDisabled, RadioColorsLightTextDefault, RadioColorsLightTextDisabled, RadioGapM, RadioGapS, RadioSizeL, RadioSizeM, RadioSizeS, RadioSizeXl, RadioTypeLabelL, RadioTypeLabelM, RadioTypeLabelS, 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, SelectBorderRadiusTestL, SelectBorderRadiusTestM, SelectBorderRadiusTestS, SelectBorderWeightL, SelectBorderWeightM, SelectBorderWeightS, SelectColorsDarkBgDefault, SelectColorsDarkBgDisabled, SelectColorsDarkBgError, SelectColorsDarkBgHover, SelectColorsDarkBgHoverAlt, SelectColorsDarkBgSelected, SelectColorsDarkBorderDisabled, SelectColorsDarkBorderError, SelectColorsDarkBorderFocus, SelectColorsDarkBorderHover, SelectColorsDarkBorderStrong, SelectColorsDarkBorderSubtle, SelectColorsDarkFgDefault, SelectColorsDarkFgDisabled, SelectColorsDarkFgError, SelectColorsDarkFgSubtle, SelectColorsDarkTextDefault, SelectColorsDarkTextDisabled, SelectColorsDarkTextError, SelectColorsLightBgDefault, SelectColorsLightBgDisabled, SelectColorsLightBgError, SelectColorsLightBgHover, SelectColorsLightBgHoverAlt, SelectColorsLightBgSelected, SelectColorsLightBorderDefault, SelectColorsLightBorderDisabled, SelectColorsLightBorderError, SelectColorsLightBorderFocus, SelectColorsLightBorderHover, SelectColorsLightBorderSubtle, SelectColorsLightFgDefault, SelectColorsLightFgDisabled, SelectColorsLightFgError, SelectColorsLightFgSubtle, SelectColorsLightTextDefault, SelectColorsLightTextDefaultAlt, SelectColorsLightTextDisabled, SelectColorsLightTextError, SelectGapL, SelectGapM, SelectGapS, SelectPaddingL, SelectPaddingM, SelectPaddingS, SelectPaddingXl, SelectSizeIconL, SelectSizeIconM, SelectSizeIconS, SelectSizeL, SelectSizeM, SelectSizeS, SelectTypeLabelL, SelectTypeLabelM, SelectTypeLabelS, 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, SemColorTextPrimaryLightDefault, SemColorTextPrimaryLightDefaultAlt, SemColorTextPrimaryLightDefaultStrong, SemColorTextPrimaryLightEmphasis, SemColorTextPrimaryLightHover, SemColorTextPrimaryLightStrong, SemColorTextPrimaryLightSubtle, SemColorTextSecondaryDarkDefault, SemColorTextSecondaryDarkDefaultAlt, SemColorTextSecondaryDarkStrong, SemColorTextSecondaryDarkStrongAlt, SemColorTextSecondaryLightDefault, SemColorTextSecondaryLightDefaultAlt, SemColorTextSecondaryLightDefaultStrong, SemColorTextSecondaryLightEmphasis, SemColorTextSecondaryLightHover, SemColorTextSecondaryLightStrong, SemColorTextSecondaryLightSubtle, SemColorTextStatusDarkDefault, SemColorTextStatusDarkError, SemColorTextStatusLightDefault, SemColorTextStatusLightError, SemColorTextStatusLightSuccess, SemColorTextStatusLightWarning, SemFontFamilyBody, SemFontFamilyHeading, SemFontFamilyInterface, SemFontSize100, SemFontSize125, SemFontSize150, SemFontSize175, SemFontSize200, SemFontSize225, SemFontSize250, SemFontSize300, SemFontSize350, SemFontSize400, SemFontSize500, SemFontSize75, SemFontSize750, SemFontSize87, SemFontWeightBold, SemFontWeightButton, 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, SemTypeDesktopBoldL, SemTypeDesktopBoldM, SemTypeDesktopBoldXl, SemTypeDesktopBoldXxl, SemTypeDesktopBoldXxxl, SemTypeDesktopSemiL, SemTypeDesktopSemiM, SemTypeDesktopSemiXl, SemTypeDesktopSemiXxl, SemTypeDesktopSemiXxxl, SemTypeInterfaceAlertTitleM, SemTypeInterfaceBoldL, SemTypeInterfaceBoldM, SemTypeInterfaceBoldS, SemTypeInterfaceBoldXs, SemTypeInterfaceButtonL, SemTypeInterfaceButtonM, SemTypeInterfaceButtonS, SemTypeInterfaceCardSemiL, SemTypeInterfaceCardSemiM, SemTypeInterfaceCardSemiS, SemTypeInterfaceCardSemiXl, SemTypeInterfaceProgressBarTitleM, SemTypeInterfaceRegL, SemTypeInterfaceRegM, SemTypeInterfaceRegS, SemTypeInterfaceRegXs, SemTypeInterfaceSemiL, SemTypeInterfaceSemiM, SemTypeInterfaceSemiS, SemTypeInterfaceSemiXs, SemTypeLabelRegL, SemTypeLabelRegM, SemTypeLabelRegS, SemTypeLabelRegXl, SemTypeLabelRegXs, SemTypeLabelRegXxs, SemTypeMobileBoldL, SemTypeMobileBoldM, SemTypeMobileBoldS, SemTypeMobileBoldXl, SemTypeMobileBoldXs, SemTypeMobileBoldXxl, SemTypeMobileBoldXxs, SemTypeMobileBoldXxxl, SemTypeMobileBoldXxxs, SemTypeMobileSemiL, SemTypeMobileSemiM, SemTypeMobileSemiS, SemTypeMobileSemiXl, SemTypeMobileSemiXs, SemTypeMobileSemiXxl, SemTypeMobileSemiXxs, SemTypeMobileSemiXxxl, SemTypeMobileSemiXxxs, SemTypeSupportRegL, SemTypeSupportRegM, SemTypeSupportRegS, SemTypeSupportRegXs, SemTypeTabletBoldL, SemTypeTabletBoldM, SemTypeTabletBoldXl, SemTypeTabletBoldXxl, SemTypeTabletBoldXxxl, 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, 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, StepperColorsLightPluseFrom, StepperColorsLightPluseTo, StepperColorsLightTextDefault, StepperColorsLightTextHover, StepperColorsLightTextSubtle, StepperGapM, StepperGapS, StepperPaddingM, StepperPaddingS, StepperSizeIconL, StepperSizeIconS, StepperSizeL, StepperSizeM, StepperSizeS, StepperSizeXl, SurfaceColorsBgDarkBlack, SurfaceColorsBgDarkBrand01, SurfaceColorsBgDarkBrand02, SurfaceColorsBgDarkNeutral01, SurfaceColorsBgDarkNeutral02, SurfaceColorsBgLightBrand01, SurfaceColorsBgLightBrand02, SurfaceColorsBgLightNeutral01, SurfaceColorsBgLightNeutral02, SurfaceColorsBgLightWhite, SwitchBorderRadiusS, SwitchBorderWeightS, SwitchBoxShadow01, SwitchBoxShadow02, SwitchColorsDarkBgDefault, SwitchColorsDarkBgDisabled, SwitchColorsDarkBgStrong, SwitchColorsDarkBgSubtle, SwitchColorsDarkBorderDefault, SwitchColorsDarkBorderDisabled, SwitchColorsDarkBorderStrong, SwitchColorsDarkFgDefault, SwitchColorsDarkFgDisabled, SwitchColorsDarkTextDefault, SwitchColorsDarkTextDisabled, SwitchColorsLightBgDefault, SwitchColorsLightBgDisabled, SwitchColorsLightBgStrong, SwitchColorsLightBgSubtle, SwitchColorsLightBorderDefault, SwitchColorsLightBorderDisabled, SwitchColorsLightBorderStrong, SwitchColorsLightFgDefault, SwitchColorsLightFgDisabled, SwitchColorsLightTextDefault, SwitchColorsLightTextDisabled, SwitchGapM, SwitchGapS, SwitchSizeM, SwitchSizeS, SwitchTypeLabelL, SwitchTypeLabelM, SwitchTypeLabelS, 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, TextareaBorderRadiusS, TextareaBorderRadiusXs, TextareaBorderWeightL, TextareaBorderWeightM, TextareaBorderWeightS, TextareaColorsDarkBgDefault, TextareaColorsDarkBgDisabled, TextareaColorsDarkBgError, TextareaColorsDarkBgHover, TextareaColorsDarkBorderDisabled, TextareaColorsDarkBorderError, TextareaColorsDarkBorderFocus, TextareaColorsDarkBorderHover, TextareaColorsDarkBorderStrong, TextareaColorsDarkFgDefault, TextareaColorsDarkFgDisabled, TextareaColorsDarkFgError, TextareaColorsDarkTextDisabled, TextareaColorsDarkTextError, TextareaColorsDarkTextStrong, TextareaColorsLightBgDefault, TextareaColorsLightBgDisabled, TextareaColorsLightBgError, TextareaColorsLightBgHover, TextareaColorsLightBorderDefault, TextareaColorsLightBorderDisabled, TextareaColorsLightBorderError, TextareaColorsLightBorderFocus, TextareaColorsLightBorderHover, TextareaColorsLightFgDefault, TextareaColorsLightFgDisabled, TextareaColorsLightFgError, TextareaColorsLightTextDefault, TextareaColorsLightTextDisabled, TextareaColorsLightTextError, TextareaGapM, TextareaGapS, TextareaPaddingM, TextareaPaddingS, TextareaSizeIconS, TextareaTypeLabelL, TextareaTypeLabelM, TextareaTypeLabelS, TextinputBorderRadiusL, TextinputBorderRadiusM, TextinputBorderRadiusS, TextinputBorderWeightL, TextinputBorderWeightM, TextinputBorderWeightS, TextinputColorsDarkBgDefault, TextinputColorsDarkBgDisabled, TextinputColorsDarkBgError, TextinputColorsDarkBgHover, TextinputColorsDarkBorderDefault, TextinputColorsDarkBorderDisabled, TextinputColorsDarkBorderError, TextinputColorsDarkBorderFocus, TextinputColorsDarkBorderHover, TextinputColorsDarkFgDefault, TextinputColorsDarkFgError, TextinputColorsDarkTextDefault, TextinputColorsDarkTextDisabled, TextinputColorsDarkTextError, TextinputColorsLightBgDefault, TextinputColorsLightBgDisabled, TextinputColorsLightBgError, TextinputColorsLightBgHover, TextinputColorsLightBorderDefault, TextinputColorsLightBorderDisabled, TextinputColorsLightBorderError, TextinputColorsLightBorderFocus, TextinputColorsLightBorderHover, TextinputColorsLightFgDefault, TextinputColorsLightFgError, TextinputColorsLightTextDefault, TextinputColorsLightTextDisabled, TextinputColorsLightTextError, TextinputGapM, TextinputGapS, TextinputPaddingL, TextinputPaddingM, TextinputPaddingS, TextinputSizeIconM, TextinputSizeL, TextinputSizeM, TextinputSizeS, TextinputTypeLabelL, TextinputTypeLabelM, TextinputTypeLabelS, TextlinkColorsDarkFgDefault, TextlinkColorsDarkFgHover, TextlinkColorsDarkFgVisited, TextlinkColorsDarkTextDefault, TextlinkColorsDarkTextHover, TextlinkColorsDarkTextVisited, TextlinkColorsLightFgDefault, TextlinkColorsLightFgHover, TextlinkColorsLightFgVisited, TextlinkColorsLightTextDefault, TextlinkColorsLightTextHover, TextlinkColorsLightTextVisited, TextlinkGapS, TextlinkPaddingS, TextlinkSizeIconM, TextlinkSizeIconS, TextlinkSizeL, TextlinkSizeM, TextlinkSizeS, 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 };
|
|
1785
|
+
export { AlertBorderRadiusS, AlertBorderWeightM, AlertBorderWeightS, AlertColorsStatusDarkBgSubtleDefault, AlertColorsStatusDarkBgSubtleError, AlertColorsStatusDarkBgSubtleSuccess, AlertColorsStatusDarkBgSubtleWarning, AlertColorsStatusDarkBorderDefault, AlertColorsStatusDarkBorderError, AlertColorsStatusDarkBorderSuccess, AlertColorsStatusDarkBorderWarning, AlertColorsStatusDarkFgDefault, AlertColorsStatusDarkTextDefault, AlertColorsStatusLightBgSubtleDefault, AlertColorsStatusLightBgSubtleError, AlertColorsStatusLightBgSubtleSuccess, AlertColorsStatusLightBgSubtleWarning, AlertColorsStatusLightBorderDefault, AlertColorsStatusLightBorderError, AlertColorsStatusLightBorderSuccess, AlertColorsStatusLightBorderWarning, AlertColorsStatusLightFgDefault, AlertColorsStatusLightTextDefault, AlertGapS, AlertPaddingM, AlertPaddingS, AlertPaddingXs, AlertPaddingXxs, AlertSizeIconS, AvatarBorderWeightS, AvatarColorsLightBgDefault, AvatarColorsLightFgDefaultAlt, 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, 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, CheckboxBorderWeightS, CheckboxColorsDarkBgDefault, CheckboxColorsDarkBgDefaultAlt, CheckboxColorsDarkBgDisabled, CheckboxColorsDarkBgError, CheckboxColorsDarkBorderDefault, CheckboxColorsDarkBorderDisabled, CheckboxColorsDarkBorderError, CheckboxColorsDarkFgDefault, CheckboxColorsDarkFgDisabled, CheckboxColorsDarkTextDefault, CheckboxColorsDarkTextDisabled, CheckboxColorsLightBgDefault, CheckboxColorsLightBgDefaultAlt, CheckboxColorsLightBgDisabled, CheckboxColorsLightBgError, CheckboxColorsLightBorderDefault, CheckboxColorsLightBorderDisabled, CheckboxColorsLightBorderError, CheckboxColorsLightFgDefault, CheckboxColorsLightFgDisabled, CheckboxColorsLightTextDefault, CheckboxColorsLightTextDisabled, CheckboxGapM, CheckboxGapS, CheckboxPaddingS, CheckboxSizeIconM, CheckboxSizeIconS, CheckboxSizeL, CheckboxSizeS, CheckboxTypeLabelL, CheckboxTypeLabelM, CheckboxTypeLabelS, 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, DatePickerBorderRadiusL, DatePickerBorderRadiusM, DatePickerBorderRadiusS, DatePickerBorderRadiusXl, DatePickerBorderWeightL, DatePickerBorderWeightM, DatePickerBorderWeightS, DatePickerColorsLightBgDefaultAlt, DatePickerColorsLightBgDisabled, DatePickerColorsLightBgError, DatePickerColorsLightBgHover, DatePickerColorsLightBgHoverAlt, DatePickerColorsLightBgPressed, DatePickerColorsLightBgSelected, DatePickerColorsLightBgSubtle, DatePickerColorsLightBorderDisabled, DatePickerColorsLightBorderError, DatePickerColorsLightBorderFocus, DatePickerColorsLightBorderHover, DatePickerColorsLightBorderSelected, DatePickerColorsLightBorderStrong, DatePickerColorsLightFgDefaultAlt, DatePickerColorsLightFgDisabled, DatePickerColorsLightFgError, DatePickerColorsLightFgHover, DatePickerColorsLightFgStrong, DatePickerColorsLightTextDefault, DatePickerColorsLightTextDefaultAlt, DatePickerColorsLightTextDisabled, DatePickerColorsLightTextError, DatePickerColorsLightTextHint, DatePickerColorsLightTextStrong, DatePickerGapL, DatePickerGapM, DatePickerGapS, DatePickerGapXs, DatePickerPaddingL, DatePickerPaddingM, DatePickerPaddingS, DatePickerPaddingXl, DatePickerPaddingXs, DatePickerPaddingXxs, DatePickerSizeIconL, DatePickerSizeIconM, DatePickerSizeIconS, DatePickerSizeL, DatePickerSizeM, DatePickerSizeS, DatePickerSizeXl, DatePickerSizeXxl, DatePickerSizeXxxl, DatePickerSizeXxxxl, DatePickerTypeLabelL, DatePickerTypeLabelM, DatePickerTypeLabelS, 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, 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, FocusColorsDarkBorderSubtle, FocusColorsLightBorderSubtle, 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, LogosColorsDarkFgDefault, LogosColorsLightFgDefault, LogosColorsLightFgStrong, LogosColorsLightFgVariant, LogosSizeM, ModalBorderRadiusS, ModalColorsLightBgDefault, ModalColorsLightFgDefault, ModalColorsLightTextDefault, ModalGapM, ModalGapS, ModalPaddingM, ModalSizeIconS, ModalSizeL, ModalSizeM, ModalSizeS, ModalSizeXl, ModalSizeXxl, 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, RadioBorderWeightS, RadioColorsDarkBgDefault, RadioColorsDarkBgDisabled, RadioColorsDarkBorderDefault, RadioColorsDarkBorderDisabled, RadioColorsDarkFgDefault, RadioColorsDarkFgDisabled, RadioColorsDarkTextDefault, RadioColorsDarkTextDisabled, RadioColorsLightBgDefault, RadioColorsLightBgDisabled, RadioColorsLightBorderDefault, RadioColorsLightBorderDisabled, RadioColorsLightFgDefault, RadioColorsLightFgDisabled, RadioColorsLightTextDefault, RadioColorsLightTextDisabled, RadioGapM, RadioGapS, RadioSizeL, RadioSizeM, RadioSizeS, RadioSizeXl, RadioTypeLabelL, RadioTypeLabelM, RadioTypeLabelS, 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, SelectBorderRadiusTestL, SelectBorderRadiusTestM, SelectBorderRadiusTestS, SelectBorderWeightL, SelectBorderWeightM, SelectBorderWeightS, SelectColorsDarkBgDefault, SelectColorsDarkBgDisabled, SelectColorsDarkBgError, SelectColorsDarkBgHover, SelectColorsDarkBgHoverAlt, SelectColorsDarkBgSelected, SelectColorsDarkBorderDisabled, SelectColorsDarkBorderError, SelectColorsDarkBorderFocus, SelectColorsDarkBorderHover, SelectColorsDarkBorderStrong, SelectColorsDarkBorderSubtle, SelectColorsDarkFgDefault, SelectColorsDarkFgDisabled, SelectColorsDarkFgError, SelectColorsDarkFgSubtle, SelectColorsDarkTextDefault, SelectColorsDarkTextDisabled, SelectColorsDarkTextError, SelectColorsLightBgDefault, SelectColorsLightBgDisabled, SelectColorsLightBgError, SelectColorsLightBgHover, SelectColorsLightBgHoverAlt, SelectColorsLightBgSelected, SelectColorsLightBorderDefault, SelectColorsLightBorderDisabled, SelectColorsLightBorderError, SelectColorsLightBorderFocus, SelectColorsLightBorderHover, SelectColorsLightBorderSubtle, SelectColorsLightFgDefault, SelectColorsLightFgDisabled, SelectColorsLightFgError, SelectColorsLightFgSubtle, SelectColorsLightTextDefault, SelectColorsLightTextDefaultAlt, SelectColorsLightTextDisabled, SelectColorsLightTextError, SelectGapL, SelectGapM, SelectGapS, SelectPaddingL, SelectPaddingM, SelectPaddingS, SelectPaddingXl, SelectSizeIconL, SelectSizeIconM, SelectSizeIconS, SelectSizeL, SelectSizeM, SelectSizeS, SelectTypeLabelL, SelectTypeLabelM, SelectTypeLabelS, 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, SemColorTextPrimaryLightDefault, SemColorTextPrimaryLightDefaultAlt, SemColorTextPrimaryLightDefaultStrong, SemColorTextPrimaryLightEmphasis, SemColorTextPrimaryLightHover, SemColorTextPrimaryLightStrong, SemColorTextPrimaryLightSubtle, SemColorTextSecondaryDarkDefault, SemColorTextSecondaryDarkDefaultAlt, SemColorTextSecondaryDarkStrong, SemColorTextSecondaryDarkStrongAlt, SemColorTextSecondaryLightDefault, SemColorTextSecondaryLightDefaultAlt, SemColorTextSecondaryLightDefaultStrong, SemColorTextSecondaryLightEmphasis, SemColorTextSecondaryLightHover, SemColorTextSecondaryLightStrong, SemColorTextSecondaryLightSubtle, 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, SemTypeInterfaceAlertTitleM, SemTypeInterfaceBoldL, SemTypeInterfaceBoldM, SemTypeInterfaceBoldS, SemTypeInterfaceBoldXs, SemTypeInterfaceButtonL, SemTypeInterfaceButtonM, SemTypeInterfaceButtonS, SemTypeInterfaceCardSemiL, SemTypeInterfaceCardSemiM, SemTypeInterfaceCardSemiS, SemTypeInterfaceCardSemiXl, SemTypeInterfaceProgressBarTitleM, SemTypeInterfaceRegL, SemTypeInterfaceRegM, SemTypeInterfaceRegS, SemTypeInterfaceRegXs, SemTypeInterfaceSemiL, SemTypeInterfaceSemiM, SemTypeInterfaceSemiS, SemTypeInterfaceSemiXs, 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, 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, StepperColorsLightPluseFrom, StepperColorsLightPluseTo, StepperColorsLightTextDefault, StepperColorsLightTextHover, StepperColorsLightTextSubtle, StepperGapM, StepperGapS, StepperPaddingM, StepperPaddingS, StepperSizeIconL, StepperSizeIconS, StepperSizeL, StepperSizeM, StepperSizeS, StepperSizeXl, SurfaceColorsBgDarkBlack, SurfaceColorsBgDarkBrand01, SurfaceColorsBgDarkBrand02, SurfaceColorsBgDarkNeutral01, SurfaceColorsBgDarkNeutral02, SurfaceColorsBgLightBrand01, SurfaceColorsBgLightBrand02, SurfaceColorsBgLightNeutral01, SurfaceColorsBgLightNeutral02, SurfaceColorsBgLightWhite, SwitchBorderRadiusS, SwitchBorderWeightS, SwitchBoxShadow01, SwitchBoxShadow02, SwitchColorsDarkBgDefault, SwitchColorsDarkBgDisabled, SwitchColorsDarkBgStrong, SwitchColorsDarkBgSubtle, SwitchColorsDarkBorderDefault, SwitchColorsDarkBorderDisabled, SwitchColorsDarkBorderStrong, SwitchColorsDarkFgDefault, SwitchColorsDarkFgDisabled, SwitchColorsDarkTextDefault, SwitchColorsDarkTextDisabled, SwitchColorsLightBgDefault, SwitchColorsLightBgDisabled, SwitchColorsLightBgStrong, SwitchColorsLightBgSubtle, SwitchColorsLightBorderDefault, SwitchColorsLightBorderDisabled, SwitchColorsLightBorderStrong, SwitchColorsLightFgDefault, SwitchColorsLightFgDisabled, SwitchColorsLightTextDefault, SwitchColorsLightTextDisabled, SwitchGapM, SwitchGapS, SwitchSizeM, SwitchSizeS, SwitchTypeLabelL, SwitchTypeLabelM, SwitchTypeLabelS, 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, TextareaBorderRadiusS, TextareaBorderRadiusXs, TextareaBorderWeightL, TextareaBorderWeightM, TextareaBorderWeightS, TextareaColorsDarkBgDefault, TextareaColorsDarkBgDisabled, TextareaColorsDarkBgError, TextareaColorsDarkBgHover, TextareaColorsDarkBorderDisabled, TextareaColorsDarkBorderError, TextareaColorsDarkBorderFocus, TextareaColorsDarkBorderHover, TextareaColorsDarkBorderStrong, TextareaColorsDarkFgDefault, TextareaColorsDarkFgDisabled, TextareaColorsDarkFgError, TextareaColorsDarkTextDisabled, TextareaColorsDarkTextError, TextareaColorsDarkTextStrong, TextareaColorsLightBgDefault, TextareaColorsLightBgDisabled, TextareaColorsLightBgError, TextareaColorsLightBgHover, TextareaColorsLightBorderDefault, TextareaColorsLightBorderDisabled, TextareaColorsLightBorderError, TextareaColorsLightBorderFocus, TextareaColorsLightBorderHover, TextareaColorsLightFgDefault, TextareaColorsLightFgDisabled, TextareaColorsLightFgError, TextareaColorsLightTextDefault, TextareaColorsLightTextDisabled, TextareaColorsLightTextError, TextareaGapM, TextareaGapS, TextareaPaddingM, TextareaPaddingS, TextareaSizeIconS, TextareaTypeLabelL, TextareaTypeLabelM, TextareaTypeLabelS, TextinputBorderRadiusL, TextinputBorderRadiusM, TextinputBorderRadiusS, TextinputBorderWeightL, TextinputBorderWeightM, TextinputBorderWeightS, TextinputColorsDarkBgDefault, TextinputColorsDarkBgDisabled, TextinputColorsDarkBgError, TextinputColorsDarkBgHover, TextinputColorsDarkBorderDefault, TextinputColorsDarkBorderDisabled, TextinputColorsDarkBorderError, TextinputColorsDarkBorderFocus, TextinputColorsDarkBorderHover, TextinputColorsDarkFgDefault, TextinputColorsDarkFgError, TextinputColorsDarkTextDefault, TextinputColorsDarkTextDisabled, TextinputColorsDarkTextError, TextinputColorsLightBgDefault, TextinputColorsLightBgDisabled, TextinputColorsLightBgError, TextinputColorsLightBgHover, TextinputColorsLightBorderDefault, TextinputColorsLightBorderDisabled, TextinputColorsLightBorderError, TextinputColorsLightBorderFocus, TextinputColorsLightBorderHover, TextinputColorsLightFgDefault, TextinputColorsLightFgError, TextinputColorsLightTextDefault, TextinputColorsLightTextDisabled, TextinputColorsLightTextError, TextinputGapM, TextinputGapS, TextinputPaddingL, TextinputPaddingM, TextinputPaddingS, TextinputSizeIconM, TextinputSizeL, TextinputSizeM, TextinputSizeS, TextinputTypeLabelL, TextinputTypeLabelM, TextinputTypeLabelS, TextlinkColorsDarkFgDefault, TextlinkColorsDarkFgHover, TextlinkColorsDarkFgVisited, TextlinkColorsDarkTextDefault, TextlinkColorsDarkTextHover, TextlinkColorsDarkTextVisited, TextlinkColorsLightFgDefault, TextlinkColorsLightFgHover, TextlinkColorsLightFgVisited, TextlinkColorsLightTextDefault, TextlinkColorsLightTextHover, TextlinkColorsLightTextVisited, TextlinkGapS, TextlinkPaddingS, TextlinkSizeIconM, TextlinkSizeIconS, TextlinkSizeL, TextlinkSizeM, TextlinkSizeS, 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 };
|
package/dist/scss/index.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Thu, 06 Mar 2025 11:50:40 GMT
|
|
4
4
|
|
|
5
5
|
$card-colors-light-bg-default: #111111;
|
|
6
6
|
$card-colors-light-bg-default-alt: #FFFFFF;
|
|
@@ -315,6 +315,14 @@ $herobanner-color-dark-bg-default: #009BA5;
|
|
|
315
315
|
$herobanner-color-dark-bg-gradient: ;
|
|
316
316
|
$herobanner-color-dark-text-default: #ffffff;
|
|
317
317
|
$herobanner-box-shadow-01: -24px -24px 150px 0 rgba(210, 244, 250, 45%), 24px 24px 150px 0 rgba(252, 205, 253, 45%);
|
|
318
|
+
$popover-colors-light-border: #BBBBBB;
|
|
319
|
+
$popover-colors-light-bg-default: #f7f7f7;
|
|
320
|
+
$popover-colors-dark-border: #2B2B2B;
|
|
321
|
+
$popover-colors-dark-bg-default: #686868;
|
|
322
|
+
$popover-colors-brand-border: #525252;
|
|
323
|
+
$popover-colors-brand-bg-default: #111111;
|
|
324
|
+
$popover-border-radius: 16px;
|
|
325
|
+
$popover-border-width: 1px;
|
|
318
326
|
$box-padding-s: 16px;
|
|
319
327
|
$box-border-radius-s: 16px;
|
|
320
328
|
$box-border-weight-xs: 1px;
|
|
@@ -394,14 +402,6 @@ $modal-border-radius-s: 16px;
|
|
|
394
402
|
$modal-colors-light-bg-default: #FFFFFF;
|
|
395
403
|
$modal-colors-light-text-default: #2B2B2B;
|
|
396
404
|
$modal-colors-light-fg-default: #2B2B2B;
|
|
397
|
-
$popover-colors-light-border: #BBBBBB;
|
|
398
|
-
$popover-colors-light-bg-default: #f7f7f7;
|
|
399
|
-
$popover-colors-dark-border: #2B2B2B;
|
|
400
|
-
$popover-colors-dark-bg-default: #686868;
|
|
401
|
-
$popover-colors-brand-border: #525252;
|
|
402
|
-
$popover-colors-brand-bg-default: #111111;
|
|
403
|
-
$popover-border-radius: 16px;
|
|
404
|
-
$popover-border-width: 1px;
|
|
405
405
|
$overlay-colors-overlay-default: rgba(0,0,0,0.5);
|
|
406
406
|
$textlink-size-s: 20px;
|
|
407
407
|
$textlink-size-m: 24px;
|
|
@@ -1233,23 +1233,32 @@ $switch-type-label-l: 700 20px/1 Non-Dottee;
|
|
|
1233
1233
|
$sem-font-family-heading: Non-Dottee;
|
|
1234
1234
|
$sem-font-family-body: Non-Dottee;
|
|
1235
1235
|
$sem-font-family-interface: Non-Dottee;
|
|
1236
|
+
$sem-font-family-display-heading: Dottee;
|
|
1237
|
+
$sem-font-family-display-condensed-headline: 'Dottee Condensed';
|
|
1238
|
+
$sem-font-family-display-extended-headline: 'Dottee Extended';
|
|
1236
1239
|
$sem-font-weight-regular: 400;
|
|
1237
1240
|
$sem-font-weight-semi: 700;
|
|
1238
1241
|
$sem-font-weight-bold: 700;
|
|
1239
1242
|
$sem-font-weight-button: 700;
|
|
1240
1243
|
$sem-font-weight-semi-bold: 500;
|
|
1244
|
+
$sem-font-weight-display-standard-regular: 500;
|
|
1245
|
+
$sem-font-weight-display-standard-bold: 700;
|
|
1246
|
+
$sem-font-weight-display-condensed-regular: 500;
|
|
1247
|
+
$sem-font-weight-display-condensed-bold: 700;
|
|
1248
|
+
$sem-font-weight-display-extended-regular: 500;
|
|
1249
|
+
$sem-font-weight-display-extended-bold: 700;
|
|
1241
1250
|
$sem-type-body-reg-xs: 400 12px/16px Non-Dottee;
|
|
1242
1251
|
$sem-type-body-reg-s: 400 14px/20px Non-Dottee;
|
|
1243
1252
|
$sem-type-body-reg-m: 400 16px/24px Non-Dottee;
|
|
1244
|
-
$sem-type-body-reg-l: 400 20px/
|
|
1253
|
+
$sem-type-body-reg-l: 400 20px/28px Non-Dottee;
|
|
1245
1254
|
$sem-type-body-bold-xs: 700 12px/16px Non-Dottee;
|
|
1246
1255
|
$sem-type-body-bold-s: 700 14px/20px Non-Dottee;
|
|
1247
1256
|
$sem-type-body-bold-m: 700 16px/24px Non-Dottee;
|
|
1248
|
-
$sem-type-body-bold-l: 700 20px/
|
|
1257
|
+
$sem-type-body-bold-l: 700 20px/28px Non-Dottee;
|
|
1249
1258
|
$sem-type-body-semi-xs: 700 12px/16px Non-Dottee;
|
|
1250
1259
|
$sem-type-body-semi-s: 700 14px/20px Non-Dottee;
|
|
1251
1260
|
$sem-type-body-semi-m: 700 16px/24px Non-Dottee;
|
|
1252
|
-
$sem-type-body-semi-l: 700 20px/
|
|
1261
|
+
$sem-type-body-semi-l: 700 20px/28px Non-Dottee;
|
|
1253
1262
|
$sem-type-interface-reg-xs: 400 12px/12px Non-Dottee;
|
|
1254
1263
|
$sem-type-interface-reg-s: 400 14px/14px Non-Dottee;
|
|
1255
1264
|
$sem-type-interface-reg-m: 400 16px/16px Non-Dottee;
|
|
@@ -1268,46 +1277,82 @@ $sem-type-interface-button-l: 700 20px/20px Non-Dottee;
|
|
|
1268
1277
|
$sem-type-interface-card-semi-m: 700 24px/32px Non-Dottee;
|
|
1269
1278
|
$sem-type-interface-card-semi-l: 700 28px/32px Non-Dottee;
|
|
1270
1279
|
$sem-type-interface-card-semi-xl: 700 32px/40px Non-Dottee;
|
|
1271
|
-
$sem-type-interface-card-semi-s: 700 20px/
|
|
1280
|
+
$sem-type-interface-card-semi-s: 700 20px/28px Non-Dottee;
|
|
1272
1281
|
$sem-type-interface-alert-title-m: 700 16px/24px Non-Dottee;
|
|
1273
1282
|
$sem-type-interface-progress-bar-title-m: 400 16px/16px Non-Dottee;
|
|
1274
1283
|
$sem-type-support-reg-xs: 400 12px/16px Non-Dottee;
|
|
1275
1284
|
$sem-type-support-reg-s: 400 14px/20px Non-Dottee;
|
|
1276
1285
|
$sem-type-support-reg-m: 400 16px/24px Non-Dottee;
|
|
1277
|
-
$sem-type-support-reg-l: 400 20px/
|
|
1286
|
+
$sem-type-support-reg-l: 400 20px/28px Non-Dottee;
|
|
1287
|
+
$sem-type-mobile-semi-display-standard-xxl: 500 40px/48px Dottee;
|
|
1288
|
+
$sem-type-mobile-semi-display-standard-xxxl: 500 56px/64px Dottee;
|
|
1289
|
+
$sem-type-mobile-semi-display-extended-xxl: 500 40px/48px 'Dottee Extended';
|
|
1290
|
+
$sem-type-mobile-semi-display-extended-xxxl: 500 56px/64px 'Dottee Extended';
|
|
1291
|
+
$sem-type-mobile-semi-display-condensed-xxl: 500 40px/48px 'Dottee Condensed';
|
|
1292
|
+
$sem-type-mobile-semi-display-condensed-xxxl: 500 56px/64px 'Dottee Condensed';
|
|
1278
1293
|
$sem-type-mobile-semi-xxxs: 700 12px/16px Non-Dottee;
|
|
1279
1294
|
$sem-type-mobile-semi-xxs: 700 14px/20px Non-Dottee;
|
|
1280
1295
|
$sem-type-mobile-semi-xs: 700 16px/24px Non-Dottee;
|
|
1281
|
-
$sem-type-mobile-semi-s: 700 20px/
|
|
1296
|
+
$sem-type-mobile-semi-s: 700 20px/28px Non-Dottee;
|
|
1282
1297
|
$sem-type-mobile-semi-m: 700 24px/32px Non-Dottee;
|
|
1283
1298
|
$sem-type-mobile-semi-l: 700 28px/36px Non-Dottee;
|
|
1284
1299
|
$sem-type-mobile-semi-xl: 700 36px/44px Non-Dottee;
|
|
1285
1300
|
$sem-type-mobile-semi-xxl: 700 40px/48px Non-Dottee;
|
|
1286
1301
|
$sem-type-mobile-semi-xxxl: 700 56px/64px Non-Dottee;
|
|
1302
|
+
$sem-type-mobile-bold-display-standard-xxl: 700 40px/48px Dottee;
|
|
1303
|
+
$sem-type-mobile-bold-display-standard-xxxl: 700 56px/64px Dottee;
|
|
1304
|
+
$sem-type-mobile-bold-display-extended-xxl: 700 40px/48px 'Dottee Extended';
|
|
1305
|
+
$sem-type-mobile-bold-display-extended-xxxl: 700 56px/64px 'Dottee Extended';
|
|
1306
|
+
$sem-type-mobile-bold-display-condensed-xxl: 700 40px/48px 'Dottee Condensed';
|
|
1307
|
+
$sem-type-mobile-bold-display-condensed-xxxl: 700 56px/64px 'Dottee Condensed';
|
|
1287
1308
|
$sem-type-mobile-bold-xxxs: 700 12px/16px Non-Dottee;
|
|
1288
1309
|
$sem-type-mobile-bold-xxs: 700 14px/20px Non-Dottee;
|
|
1289
1310
|
$sem-type-mobile-bold-xs: 700 16px/24px Non-Dottee;
|
|
1290
|
-
$sem-type-mobile-bold-s: 700 20px/
|
|
1311
|
+
$sem-type-mobile-bold-s: 700 20px/28px Non-Dottee;
|
|
1291
1312
|
$sem-type-mobile-bold-m: 700 24px/32px Non-Dottee;
|
|
1292
1313
|
$sem-type-mobile-bold-l: 700 28px/36px Non-Dottee;
|
|
1293
1314
|
$sem-type-mobile-bold-xl: 700 36px/44px Non-Dottee;
|
|
1294
1315
|
$sem-type-mobile-bold-xxl: 700 40px/48px Non-Dottee;
|
|
1295
1316
|
$sem-type-mobile-bold-xxxl: 700 56px/64px Non-Dottee;
|
|
1317
|
+
$sem-type-tablet-semi-display-standard-xxl: 500 56px/64px Dottee;
|
|
1318
|
+
$sem-type-tablet-semi-display-standard-xxxl: 500 80px/96px Dottee;
|
|
1319
|
+
$sem-type-tablet-semi-display-extended-xxl: 500 56px/64px 'Dottee Extended';
|
|
1320
|
+
$sem-type-tablet-semi-display-extended-xxxl: 500 80px/96px 'Dottee Extended';
|
|
1321
|
+
$sem-type-tablet-semi-display-condensed-xxl: 500 56px/64px 'Dottee Condensed';
|
|
1322
|
+
$sem-type-tablet-semi-display-condensed-xxxl: 500 80px/96px 'Dottee Condensed';
|
|
1296
1323
|
$sem-type-tablet-semi-m: 700 28px/36px Non-Dottee;
|
|
1297
1324
|
$sem-type-tablet-semi-l: 700 32px/40px Non-Dottee;
|
|
1298
1325
|
$sem-type-tablet-semi-xl: 700 40px/48px Non-Dottee;
|
|
1299
1326
|
$sem-type-tablet-semi-xxl: 700 56px/64px Non-Dottee;
|
|
1300
1327
|
$sem-type-tablet-semi-xxxl: 700 80px/96px Non-Dottee;
|
|
1328
|
+
$sem-type-tablet-bold-display-standard-xxl: 700 56px/64px Dottee;
|
|
1329
|
+
$sem-type-tablet-bold-display-standard-xxxl: 700 80px/96px Dottee;
|
|
1330
|
+
$sem-type-tablet-bold-display-extended-xxl: 700 56px/64px 'Dottee Extended';
|
|
1331
|
+
$sem-type-tablet-bold-display-extended-xxxl: 700 80px/96px 'Dottee Extended';
|
|
1332
|
+
$sem-type-tablet-bold-display-condensed-xxl: 700 56px/64px 'Dottee Condensed';
|
|
1333
|
+
$sem-type-tablet-bold-display-condensed-xxxl: 700 80px/96px 'Dottee Condensed';
|
|
1301
1334
|
$sem-type-tablet-bold-m: 700 28px/36px Non-Dottee;
|
|
1302
1335
|
$sem-type-tablet-bold-l: 700 32px/40px Non-Dottee;
|
|
1303
1336
|
$sem-type-tablet-bold-xl: 700 40px/48px Non-Dottee;
|
|
1304
1337
|
$sem-type-tablet-bold-xxl: 700 56px/64px Non-Dottee;
|
|
1305
1338
|
$sem-type-tablet-bold-xxxl: 700 80px/96px Non-Dottee;
|
|
1339
|
+
$sem-type-desktop-semi-display-standard-xxl: 500 80px/96px Dottee;
|
|
1340
|
+
$sem-type-desktop-semi-display-standard-xxxl: 500 120px/136px Dottee;
|
|
1341
|
+
$sem-type-desktop-semi-display-extended-xxl: 500 80px/96px 'Dottee Extended';
|
|
1342
|
+
$sem-type-desktop-semi-display-extended-xxxl: 500 120px/136px 'Dottee Extended';
|
|
1343
|
+
$sem-type-desktop-semi-display-condensed-xxl: 500 80px/96px 'Dottee Condensed';
|
|
1344
|
+
$sem-type-desktop-semi-display-condensed-xxxl: 500 120px/136px 'Dottee Condensed';
|
|
1306
1345
|
$sem-type-desktop-semi-m: 700 32px/40px Non-Dottee;
|
|
1307
1346
|
$sem-type-desktop-semi-l: 700 40px/48px Non-Dottee;
|
|
1308
1347
|
$sem-type-desktop-semi-xl: 700 56px/64px Non-Dottee;
|
|
1309
1348
|
$sem-type-desktop-semi-xxl: 700 80px/96px Non-Dottee;
|
|
1310
1349
|
$sem-type-desktop-semi-xxxl: 700 120px/136px Non-Dottee;
|
|
1350
|
+
$sem-type-desktop-bold-display-standard-xxl: 700 80px/96px Dottee;
|
|
1351
|
+
$sem-type-desktop-bold-display-standard-xxxl: 700 120px/136px Dottee;
|
|
1352
|
+
$sem-type-desktop-bold-display-extended-xxl: 700 80px/96px 'Dottee Extended';
|
|
1353
|
+
$sem-type-desktop-bold-display-extended-xxxl: 700 120px/136px 'Dottee Extended';
|
|
1354
|
+
$sem-type-desktop-bold-display-condensed-xxl: 700 80px/96px 'Dottee Condensed';
|
|
1355
|
+
$sem-type-desktop-bold-display-condensed-xxxl: 700 120px/136px 'Dottee Condensed';
|
|
1311
1356
|
$sem-type-desktop-bold-m: 700 32px/40px Non-Dottee;
|
|
1312
1357
|
$sem-type-desktop-bold-l: 700 40px/48px Non-Dottee;
|
|
1313
1358
|
$sem-type-desktop-bold-xl: 700 56px/64px Non-Dottee;
|
|
@@ -1316,8 +1361,8 @@ $sem-type-desktop-bold-xxxl: 700 120px/136px Non-Dottee;
|
|
|
1316
1361
|
$sem-type-label-reg-xxs: 400 14px/20px Non-Dottee;
|
|
1317
1362
|
$sem-type-label-reg-xs: 400 14px/20px Non-Dottee;
|
|
1318
1363
|
$sem-type-label-reg-m: 700 16px/24px Non-Dottee;
|
|
1319
|
-
$sem-type-label-reg-l: 700 20px/
|
|
1320
|
-
$sem-type-label-reg-xl: 400 20px/
|
|
1364
|
+
$sem-type-label-reg-l: 700 20px/28px Non-Dottee;
|
|
1365
|
+
$sem-type-label-reg-xl: 400 20px/28px Non-Dottee;
|
|
1321
1366
|
$sem-type-label-reg-s: 700 14px/20px Non-Dottee;
|
|
1322
1367
|
$sem-font-size-75: 12px;
|
|
1323
1368
|
$sem-font-size-87: 14px;
|
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 Thu, 06 Mar 2025 11:50:40 GMT
|
|
4
4
|
*/
|
|
5
5
|
export declare const CardColorsLightBgDefault = "#111111";
|
|
6
6
|
export declare const CardColorsLightBgDefaultAlt = "#FFFFFF";
|
|
@@ -315,6 +315,14 @@ export declare const HerobannerColorDarkBgDefault = "#009BA5";
|
|
|
315
315
|
export declare const HerobannerColorDarkBgGradient = "";
|
|
316
316
|
export declare const HerobannerColorDarkTextDefault = "#ffffff";
|
|
317
317
|
export declare const HerobannerBoxShadow01 = "-24px -24px 150px 0 rgba(210, 244, 250, 45%), 24px 24px 150px 0 rgba(252, 205, 253, 45%)";
|
|
318
|
+
export declare const PopoverColorsLightBorder = "#BBBBBB";
|
|
319
|
+
export declare const PopoverColorsLightBgDefault = "#f7f7f7";
|
|
320
|
+
export declare const PopoverColorsDarkBorder = "#2B2B2B";
|
|
321
|
+
export declare const PopoverColorsDarkBgDefault = "#686868";
|
|
322
|
+
export declare const PopoverColorsBrandBorder = "#525252";
|
|
323
|
+
export declare const PopoverColorsBrandBgDefault = "#111111";
|
|
324
|
+
export declare const PopoverBorderRadius = "16px";
|
|
325
|
+
export declare const PopoverBorderWidth = "1px";
|
|
318
326
|
export declare const BoxPaddingS = "16px";
|
|
319
327
|
export declare const BoxBorderRadiusS = "16px";
|
|
320
328
|
export declare const BoxBorderWeightXs = "1px";
|
|
@@ -394,14 +402,6 @@ export declare const ModalBorderRadiusS = "16px";
|
|
|
394
402
|
export declare const ModalColorsLightBgDefault = "#FFFFFF";
|
|
395
403
|
export declare const ModalColorsLightTextDefault = "#2B2B2B";
|
|
396
404
|
export declare const ModalColorsLightFgDefault = "#2B2B2B";
|
|
397
|
-
export declare const PopoverColorsLightBorder = "#BBBBBB";
|
|
398
|
-
export declare const PopoverColorsLightBgDefault = "#f7f7f7";
|
|
399
|
-
export declare const PopoverColorsDarkBorder = "#2B2B2B";
|
|
400
|
-
export declare const PopoverColorsDarkBgDefault = "#686868";
|
|
401
|
-
export declare const PopoverColorsBrandBorder = "#525252";
|
|
402
|
-
export declare const PopoverColorsBrandBgDefault = "#111111";
|
|
403
|
-
export declare const PopoverBorderRadius = "16px";
|
|
404
|
-
export declare const PopoverBorderWidth = "1px";
|
|
405
405
|
export declare const OverlayColorsOverlayDefault = "rgba(0,0,0,0.5)";
|
|
406
406
|
export declare const TextlinkSizeS = "20px";
|
|
407
407
|
export declare const TextlinkSizeM = "24px";
|
|
@@ -1233,23 +1233,32 @@ export declare const SwitchTypeLabelL = "700 20px/1 Non-Dottee";
|
|
|
1233
1233
|
export declare const SemFontFamilyHeading = "Non-Dottee";
|
|
1234
1234
|
export declare const SemFontFamilyBody = "Non-Dottee";
|
|
1235
1235
|
export declare const SemFontFamilyInterface = "Non-Dottee";
|
|
1236
|
+
export declare const SemFontFamilyDisplayHeading = "Dottee";
|
|
1237
|
+
export declare const SemFontFamilyDisplayCondensedHeadline = "'Dottee Condensed'";
|
|
1238
|
+
export declare const SemFontFamilyDisplayExtendedHeadline = "'Dottee Extended'";
|
|
1236
1239
|
export declare const SemFontWeightRegular = "400";
|
|
1237
1240
|
export declare const SemFontWeightSemi = "700";
|
|
1238
1241
|
export declare const SemFontWeightBold = "700";
|
|
1239
1242
|
export declare const SemFontWeightButton = "700";
|
|
1240
1243
|
export declare const SemFontWeightSemiBold = "500";
|
|
1244
|
+
export declare const SemFontWeightDisplayStandardRegular = "500";
|
|
1245
|
+
export declare const SemFontWeightDisplayStandardBold = "700";
|
|
1246
|
+
export declare const SemFontWeightDisplayCondensedRegular = "500";
|
|
1247
|
+
export declare const SemFontWeightDisplayCondensedBold = "700";
|
|
1248
|
+
export declare const SemFontWeightDisplayExtendedRegular = "500";
|
|
1249
|
+
export declare const SemFontWeightDisplayExtendedBold = "700";
|
|
1241
1250
|
export declare const SemTypeBodyRegXs = "400 12px/16px Non-Dottee";
|
|
1242
1251
|
export declare const SemTypeBodyRegS = "400 14px/20px Non-Dottee";
|
|
1243
1252
|
export declare const SemTypeBodyRegM = "400 16px/24px Non-Dottee";
|
|
1244
|
-
export declare const SemTypeBodyRegL = "400 20px/
|
|
1253
|
+
export declare const SemTypeBodyRegL = "400 20px/28px Non-Dottee";
|
|
1245
1254
|
export declare const SemTypeBodyBoldXs = "700 12px/16px Non-Dottee";
|
|
1246
1255
|
export declare const SemTypeBodyBoldS = "700 14px/20px Non-Dottee";
|
|
1247
1256
|
export declare const SemTypeBodyBoldM = "700 16px/24px Non-Dottee";
|
|
1248
|
-
export declare const SemTypeBodyBoldL = "700 20px/
|
|
1257
|
+
export declare const SemTypeBodyBoldL = "700 20px/28px Non-Dottee";
|
|
1249
1258
|
export declare const SemTypeBodySemiXs = "700 12px/16px Non-Dottee";
|
|
1250
1259
|
export declare const SemTypeBodySemiS = "700 14px/20px Non-Dottee";
|
|
1251
1260
|
export declare const SemTypeBodySemiM = "700 16px/24px Non-Dottee";
|
|
1252
|
-
export declare const SemTypeBodySemiL = "700 20px/
|
|
1261
|
+
export declare const SemTypeBodySemiL = "700 20px/28px Non-Dottee";
|
|
1253
1262
|
export declare const SemTypeInterfaceRegXs = "400 12px/12px Non-Dottee";
|
|
1254
1263
|
export declare const SemTypeInterfaceRegS = "400 14px/14px Non-Dottee";
|
|
1255
1264
|
export declare const SemTypeInterfaceRegM = "400 16px/16px Non-Dottee";
|
|
@@ -1268,46 +1277,82 @@ export declare const SemTypeInterfaceButtonL = "700 20px/20px Non-Dottee";
|
|
|
1268
1277
|
export declare const SemTypeInterfaceCardSemiM = "700 24px/32px Non-Dottee";
|
|
1269
1278
|
export declare const SemTypeInterfaceCardSemiL = "700 28px/32px Non-Dottee";
|
|
1270
1279
|
export declare const SemTypeInterfaceCardSemiXl = "700 32px/40px Non-Dottee";
|
|
1271
|
-
export declare const SemTypeInterfaceCardSemiS = "700 20px/
|
|
1280
|
+
export declare const SemTypeInterfaceCardSemiS = "700 20px/28px Non-Dottee";
|
|
1272
1281
|
export declare const SemTypeInterfaceAlertTitleM = "700 16px/24px Non-Dottee";
|
|
1273
1282
|
export declare const SemTypeInterfaceProgressBarTitleM = "400 16px/16px Non-Dottee";
|
|
1274
1283
|
export declare const SemTypeSupportRegXs = "400 12px/16px Non-Dottee";
|
|
1275
1284
|
export declare const SemTypeSupportRegS = "400 14px/20px Non-Dottee";
|
|
1276
1285
|
export declare const SemTypeSupportRegM = "400 16px/24px Non-Dottee";
|
|
1277
|
-
export declare const SemTypeSupportRegL = "400 20px/
|
|
1286
|
+
export declare const SemTypeSupportRegL = "400 20px/28px Non-Dottee";
|
|
1287
|
+
export declare const SemTypeMobileSemiDisplayStandardXxl = "500 40px/48px Dottee";
|
|
1288
|
+
export declare const SemTypeMobileSemiDisplayStandardXxxl = "500 56px/64px Dottee";
|
|
1289
|
+
export declare const SemTypeMobileSemiDisplayExtendedXxl = "500 40px/48px 'Dottee Extended'";
|
|
1290
|
+
export declare const SemTypeMobileSemiDisplayExtendedXxxl = "500 56px/64px 'Dottee Extended'";
|
|
1291
|
+
export declare const SemTypeMobileSemiDisplayCondensedXxl = "500 40px/48px 'Dottee Condensed'";
|
|
1292
|
+
export declare const SemTypeMobileSemiDisplayCondensedXxxl = "500 56px/64px 'Dottee Condensed'";
|
|
1278
1293
|
export declare const SemTypeMobileSemiXxxs = "700 12px/16px Non-Dottee";
|
|
1279
1294
|
export declare const SemTypeMobileSemiXxs = "700 14px/20px Non-Dottee";
|
|
1280
1295
|
export declare const SemTypeMobileSemiXs = "700 16px/24px Non-Dottee";
|
|
1281
|
-
export declare const SemTypeMobileSemiS = "700 20px/
|
|
1296
|
+
export declare const SemTypeMobileSemiS = "700 20px/28px Non-Dottee";
|
|
1282
1297
|
export declare const SemTypeMobileSemiM = "700 24px/32px Non-Dottee";
|
|
1283
1298
|
export declare const SemTypeMobileSemiL = "700 28px/36px Non-Dottee";
|
|
1284
1299
|
export declare const SemTypeMobileSemiXl = "700 36px/44px Non-Dottee";
|
|
1285
1300
|
export declare const SemTypeMobileSemiXxl = "700 40px/48px Non-Dottee";
|
|
1286
1301
|
export declare const SemTypeMobileSemiXxxl = "700 56px/64px Non-Dottee";
|
|
1302
|
+
export declare const SemTypeMobileBoldDisplayStandardXxl = "700 40px/48px Dottee";
|
|
1303
|
+
export declare const SemTypeMobileBoldDisplayStandardXxxl = "700 56px/64px Dottee";
|
|
1304
|
+
export declare const SemTypeMobileBoldDisplayExtendedXxl = "700 40px/48px 'Dottee Extended'";
|
|
1305
|
+
export declare const SemTypeMobileBoldDisplayExtendedXxxl = "700 56px/64px 'Dottee Extended'";
|
|
1306
|
+
export declare const SemTypeMobileBoldDisplayCondensedXxl = "700 40px/48px 'Dottee Condensed'";
|
|
1307
|
+
export declare const SemTypeMobileBoldDisplayCondensedXxxl = "700 56px/64px 'Dottee Condensed'";
|
|
1287
1308
|
export declare const SemTypeMobileBoldXxxs = "700 12px/16px Non-Dottee";
|
|
1288
1309
|
export declare const SemTypeMobileBoldXxs = "700 14px/20px Non-Dottee";
|
|
1289
1310
|
export declare const SemTypeMobileBoldXs = "700 16px/24px Non-Dottee";
|
|
1290
|
-
export declare const SemTypeMobileBoldS = "700 20px/
|
|
1311
|
+
export declare const SemTypeMobileBoldS = "700 20px/28px Non-Dottee";
|
|
1291
1312
|
export declare const SemTypeMobileBoldM = "700 24px/32px Non-Dottee";
|
|
1292
1313
|
export declare const SemTypeMobileBoldL = "700 28px/36px Non-Dottee";
|
|
1293
1314
|
export declare const SemTypeMobileBoldXl = "700 36px/44px Non-Dottee";
|
|
1294
1315
|
export declare const SemTypeMobileBoldXxl = "700 40px/48px Non-Dottee";
|
|
1295
1316
|
export declare const SemTypeMobileBoldXxxl = "700 56px/64px Non-Dottee";
|
|
1317
|
+
export declare const SemTypeTabletSemiDisplayStandardXxl = "500 56px/64px Dottee";
|
|
1318
|
+
export declare const SemTypeTabletSemiDisplayStandardXxxl = "500 80px/96px Dottee";
|
|
1319
|
+
export declare const SemTypeTabletSemiDisplayExtendedXxl = "500 56px/64px 'Dottee Extended'";
|
|
1320
|
+
export declare const SemTypeTabletSemiDisplayExtendedXxxl = "500 80px/96px 'Dottee Extended'";
|
|
1321
|
+
export declare const SemTypeTabletSemiDisplayCondensedXxl = "500 56px/64px 'Dottee Condensed'";
|
|
1322
|
+
export declare const SemTypeTabletSemiDisplayCondensedXxxl = "500 80px/96px 'Dottee Condensed'";
|
|
1296
1323
|
export declare const SemTypeTabletSemiM = "700 28px/36px Non-Dottee";
|
|
1297
1324
|
export declare const SemTypeTabletSemiL = "700 32px/40px Non-Dottee";
|
|
1298
1325
|
export declare const SemTypeTabletSemiXl = "700 40px/48px Non-Dottee";
|
|
1299
1326
|
export declare const SemTypeTabletSemiXxl = "700 56px/64px Non-Dottee";
|
|
1300
1327
|
export declare const SemTypeTabletSemiXxxl = "700 80px/96px Non-Dottee";
|
|
1328
|
+
export declare const SemTypeTabletBoldDisplayStandardXxl = "700 56px/64px Dottee";
|
|
1329
|
+
export declare const SemTypeTabletBoldDisplayStandardXxxl = "700 80px/96px Dottee";
|
|
1330
|
+
export declare const SemTypeTabletBoldDisplayExtendedXxl = "700 56px/64px 'Dottee Extended'";
|
|
1331
|
+
export declare const SemTypeTabletBoldDisplayExtendedXxxl = "700 80px/96px 'Dottee Extended'";
|
|
1332
|
+
export declare const SemTypeTabletBoldDisplayCondensedXxl = "700 56px/64px 'Dottee Condensed'";
|
|
1333
|
+
export declare const SemTypeTabletBoldDisplayCondensedXxxl = "700 80px/96px 'Dottee Condensed'";
|
|
1301
1334
|
export declare const SemTypeTabletBoldM = "700 28px/36px Non-Dottee";
|
|
1302
1335
|
export declare const SemTypeTabletBoldL = "700 32px/40px Non-Dottee";
|
|
1303
1336
|
export declare const SemTypeTabletBoldXl = "700 40px/48px Non-Dottee";
|
|
1304
1337
|
export declare const SemTypeTabletBoldXxl = "700 56px/64px Non-Dottee";
|
|
1305
1338
|
export declare const SemTypeTabletBoldXxxl = "700 80px/96px Non-Dottee";
|
|
1339
|
+
export declare const SemTypeDesktopSemiDisplayStandardXxl = "500 80px/96px Dottee";
|
|
1340
|
+
export declare const SemTypeDesktopSemiDisplayStandardXxxl = "500 120px/136px Dottee";
|
|
1341
|
+
export declare const SemTypeDesktopSemiDisplayExtendedXxl = "500 80px/96px 'Dottee Extended'";
|
|
1342
|
+
export declare const SemTypeDesktopSemiDisplayExtendedXxxl = "500 120px/136px 'Dottee Extended'";
|
|
1343
|
+
export declare const SemTypeDesktopSemiDisplayCondensedXxl = "500 80px/96px 'Dottee Condensed'";
|
|
1344
|
+
export declare const SemTypeDesktopSemiDisplayCondensedXxxl = "500 120px/136px 'Dottee Condensed'";
|
|
1306
1345
|
export declare const SemTypeDesktopSemiM = "700 32px/40px Non-Dottee";
|
|
1307
1346
|
export declare const SemTypeDesktopSemiL = "700 40px/48px Non-Dottee";
|
|
1308
1347
|
export declare const SemTypeDesktopSemiXl = "700 56px/64px Non-Dottee";
|
|
1309
1348
|
export declare const SemTypeDesktopSemiXxl = "700 80px/96px Non-Dottee";
|
|
1310
1349
|
export declare const SemTypeDesktopSemiXxxl = "700 120px/136px Non-Dottee";
|
|
1350
|
+
export declare const SemTypeDesktopBoldDisplayStandardXxl = "700 80px/96px Dottee";
|
|
1351
|
+
export declare const SemTypeDesktopBoldDisplayStandardXxxl = "700 120px/136px Dottee";
|
|
1352
|
+
export declare const SemTypeDesktopBoldDisplayExtendedXxl = "700 80px/96px 'Dottee Extended'";
|
|
1353
|
+
export declare const SemTypeDesktopBoldDisplayExtendedXxxl = "700 120px/136px 'Dottee Extended'";
|
|
1354
|
+
export declare const SemTypeDesktopBoldDisplayCondensedXxl = "700 80px/96px 'Dottee Condensed'";
|
|
1355
|
+
export declare const SemTypeDesktopBoldDisplayCondensedXxxl = "700 120px/136px 'Dottee Condensed'";
|
|
1311
1356
|
export declare const SemTypeDesktopBoldM = "700 32px/40px Non-Dottee";
|
|
1312
1357
|
export declare const SemTypeDesktopBoldL = "700 40px/48px Non-Dottee";
|
|
1313
1358
|
export declare const SemTypeDesktopBoldXl = "700 56px/64px Non-Dottee";
|
|
@@ -1316,8 +1361,8 @@ export declare const SemTypeDesktopBoldXxxl = "700 120px/136px Non-Dottee";
|
|
|
1316
1361
|
export declare const SemTypeLabelRegXxs = "400 14px/20px Non-Dottee";
|
|
1317
1362
|
export declare const SemTypeLabelRegXs = "400 14px/20px Non-Dottee";
|
|
1318
1363
|
export declare const SemTypeLabelRegM = "700 16px/24px Non-Dottee";
|
|
1319
|
-
export declare const SemTypeLabelRegL = "700 20px/
|
|
1320
|
-
export declare const SemTypeLabelRegXl = "400 20px/
|
|
1364
|
+
export declare const SemTypeLabelRegL = "700 20px/28px Non-Dottee";
|
|
1365
|
+
export declare const SemTypeLabelRegXl = "400 20px/28px Non-Dottee";
|
|
1321
1366
|
export declare const SemTypeLabelRegS = "700 14px/20px Non-Dottee";
|
|
1322
1367
|
export declare const SemFontSize75 = "12px";
|
|
1323
1368
|
export declare const SemFontSize87 = "14px";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arc-ui/tokens-ee",
|
|
3
|
-
"version": "12.0.0-beta.
|
|
3
|
+
"version": "12.0.0-beta.15",
|
|
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
|
"type": "module",
|
|
@@ -17,16 +17,21 @@
|
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@rollup/plugin-commonjs": "^28.0.1",
|
|
19
19
|
"@rollup/plugin-node-resolve": "^15.3.0",
|
|
20
|
-
"@rollup/plugin-typescript": "12.1.1",
|
|
20
|
+
"@rollup/plugin-typescript": "^12.1.1",
|
|
21
|
+
"eslint": "^9.15.0",
|
|
21
22
|
"postcss-import": "^16.1.0",
|
|
22
23
|
"rimraf": "^6.0.1",
|
|
23
24
|
"rollup": "^4.27.4",
|
|
24
25
|
"rollup-plugin-copy": "^3.5.0",
|
|
25
26
|
"rollup-plugin-postcss": "^4.0.0",
|
|
26
|
-
"typescript": "
|
|
27
|
-
"@arc-ui/
|
|
27
|
+
"typescript": "5.6.3",
|
|
28
|
+
"@arc-ui/eslint-config": "^12.0.0-beta.15",
|
|
29
|
+
"@arc-ui/tokens-figma": "^12.0.0-beta.15",
|
|
30
|
+
"@arc-ui/typescript-config": "^12.0.0-beta.15"
|
|
28
31
|
},
|
|
29
32
|
"scripts": {
|
|
33
|
+
"lint:ts": "eslint .",
|
|
34
|
+
"ts:check": "tsc --noEmit",
|
|
30
35
|
"build": "rimraf dist scss web json && build-tokens --brand=ee && rollup -c rollup.config.js",
|
|
31
36
|
"start": "pnpm run build --watch"
|
|
32
37
|
}
|