@cloudscape-design/board-components 3.0.180 → 3.0.182
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/internal/generated/styles/tokens.d.ts +27 -12
- package/internal/generated/styles/tokens.js +27 -12
- package/internal/generated/theming/index.cjs +229 -58
- package/internal/generated/theming/index.cjs.d.ts +225 -99
- package/internal/generated/theming/index.d.ts +225 -99
- package/internal/generated/theming/index.js +229 -58
- package/package.json +1 -1
|
@@ -165,6 +165,7 @@ export declare interface TypedOverride {
|
|
|
165
165
|
colorBorderItemFocused?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
166
166
|
colorBorderDropdownItemFocused?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
167
167
|
colorBorderItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
168
|
+
colorBorderLayout?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
168
169
|
colorBorderPopover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
169
170
|
colorBorderSegmentActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
170
171
|
colorBorderSegmentDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -208,6 +209,7 @@ export declare interface TypedOverride {
|
|
|
208
209
|
colorTextDropdownItemSecondary?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
209
210
|
colorTextEmpty?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
210
211
|
colorTextFormDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
212
|
+
colorTextFormLabel?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
211
213
|
colorTextFormSecondary?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
212
214
|
colorTextGroupLabel?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
213
215
|
colorTextHeadingDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -231,6 +233,8 @@ export declare interface TypedOverride {
|
|
|
231
233
|
colorTextLayoutToggleSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
232
234
|
colorTextLinkDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
233
235
|
colorTextLinkHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
236
|
+
colorTextLinkDecorationDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
237
|
+
colorTextLinkDecorationHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
234
238
|
colorTextLinkSecondaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
235
239
|
colorTextLinkSecondaryHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
236
240
|
colorTextLinkInfoDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -261,6 +265,9 @@ export declare interface TypedOverride {
|
|
|
261
265
|
colorBorderActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
262
266
|
colorBackgroundActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
263
267
|
colorTextActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
268
|
+
fontDecorationStyleLink?: GlobalValue;
|
|
269
|
+
fontDecorationThicknessLink?: GlobalValue;
|
|
270
|
+
fontDecorationThicknessLinkDisplayL?: GlobalValue;
|
|
264
271
|
fontFamilyBase?: GlobalValue;
|
|
265
272
|
fontFamilyDisplay?: GlobalValue;
|
|
266
273
|
fontFamilyHeading?: GlobalValue;
|
|
@@ -268,42 +275,49 @@ export declare interface TypedOverride {
|
|
|
268
275
|
fontSizeBodyM?: GlobalValue;
|
|
269
276
|
fontSizeBodyS?: GlobalValue;
|
|
270
277
|
fontSizeDisplayL?: GlobalValue;
|
|
271
|
-
|
|
278
|
+
fontSizeFormLabel?: GlobalValue;
|
|
272
279
|
fontSizeHeadingL?: GlobalValue;
|
|
273
280
|
fontSizeHeadingM?: GlobalValue;
|
|
274
281
|
fontSizeHeadingS?: GlobalValue;
|
|
282
|
+
fontSizeHeadingXl?: GlobalValue;
|
|
275
283
|
fontSizeHeadingXs?: GlobalValue;
|
|
284
|
+
fontSizeKeyValuePairsLabel?: GlobalValue;
|
|
276
285
|
fontSizeTabs?: GlobalValue;
|
|
277
|
-
fontWeightTabs?: GlobalValue;
|
|
278
|
-
fontWeightTabsDisabled?: GlobalValue;
|
|
279
|
-
lineHeightTabs?: GlobalValue;
|
|
280
|
-
fontWeightButton?: GlobalValue;
|
|
281
286
|
fontWeightAlertHeader?: GlobalValue;
|
|
287
|
+
fontWeightBold?: GlobalValue;
|
|
288
|
+
fontWeightBreadcrumbCurrent?: GlobalValue;
|
|
289
|
+
fontWeightButton?: GlobalValue;
|
|
290
|
+
fontWeightDisplayL?: GlobalValue;
|
|
282
291
|
fontWeightFlashbarHeader?: GlobalValue;
|
|
283
|
-
|
|
292
|
+
fontWeightFormLabel?: GlobalValue;
|
|
284
293
|
fontWeightHeadingL?: GlobalValue;
|
|
285
294
|
fontWeightHeadingM?: GlobalValue;
|
|
286
295
|
fontWeightHeadingS?: GlobalValue;
|
|
296
|
+
fontWeightHeadingXl?: GlobalValue;
|
|
287
297
|
fontWeightHeadingXs?: GlobalValue;
|
|
288
|
-
fontWeightDisplayL?: GlobalValue;
|
|
289
298
|
fontWeightHeavy?: GlobalValue;
|
|
290
|
-
|
|
291
|
-
fontWeightBold?: GlobalValue;
|
|
299
|
+
fontWeightKeyValuePairsLabel?: GlobalValue;
|
|
292
300
|
fontWeightLighter?: GlobalValue;
|
|
301
|
+
fontWeightNormal?: GlobalValue;
|
|
302
|
+
fontWeightTabs?: GlobalValue;
|
|
303
|
+
fontWeightTabsDisabled?: GlobalValue;
|
|
293
304
|
letterSpacingDisplayL?: GlobalValue;
|
|
294
|
-
letterSpacingHeadingXl?: GlobalValue;
|
|
295
305
|
letterSpacingHeadingL?: GlobalValue;
|
|
296
306
|
letterSpacingHeadingM?: GlobalValue;
|
|
297
307
|
letterSpacingHeadingS?: GlobalValue;
|
|
308
|
+
letterSpacingHeadingXl?: GlobalValue;
|
|
298
309
|
letterSpacingHeadingXs?: GlobalValue;
|
|
299
310
|
lineHeightBodyM?: GlobalValue;
|
|
300
311
|
lineHeightBodyS?: GlobalValue;
|
|
301
312
|
lineHeightDisplayL?: GlobalValue;
|
|
302
|
-
|
|
313
|
+
lineHeightFormLabel?: GlobalValue;
|
|
303
314
|
lineHeightHeadingL?: GlobalValue;
|
|
304
315
|
lineHeightHeadingM?: GlobalValue;
|
|
305
316
|
lineHeightHeadingS?: GlobalValue;
|
|
317
|
+
lineHeightHeadingXl?: GlobalValue;
|
|
306
318
|
lineHeightHeadingXs?: GlobalValue;
|
|
319
|
+
lineHeightKeyValuePairsLabel?: GlobalValue;
|
|
320
|
+
lineHeightTabs?: GlobalValue;
|
|
307
321
|
borderRadiusAlert?: GlobalValue;
|
|
308
322
|
borderRadiusBadge?: GlobalValue;
|
|
309
323
|
borderRadiusButton?: GlobalValue;
|
|
@@ -529,6 +543,7 @@ export declare interface TypedOverride {
|
|
|
529
543
|
colorBorderItemFocused?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
530
544
|
colorBorderDropdownItemFocused?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
531
545
|
colorBorderItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
546
|
+
colorBorderLayout?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
532
547
|
colorBorderPopover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
533
548
|
colorBorderSegmentActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
534
549
|
colorBorderSegmentDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -572,6 +587,7 @@ export declare interface TypedOverride {
|
|
|
572
587
|
colorTextDropdownItemSecondary?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
573
588
|
colorTextEmpty?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
574
589
|
colorTextFormDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
590
|
+
colorTextFormLabel?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
575
591
|
colorTextFormSecondary?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
576
592
|
colorTextGroupLabel?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
577
593
|
colorTextHeadingDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -595,6 +611,8 @@ export declare interface TypedOverride {
|
|
|
595
611
|
colorTextLayoutToggleSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
596
612
|
colorTextLinkDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
597
613
|
colorTextLinkHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
614
|
+
colorTextLinkDecorationDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
615
|
+
colorTextLinkDecorationHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
598
616
|
colorTextLinkSecondaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
599
617
|
colorTextLinkSecondaryHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
600
618
|
colorTextLinkInfoDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -625,6 +643,9 @@ export declare interface TypedOverride {
|
|
|
625
643
|
colorBorderActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
626
644
|
colorBackgroundActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
627
645
|
colorTextActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
646
|
+
fontDecorationStyleLink?: GlobalValue;
|
|
647
|
+
fontDecorationThicknessLink?: GlobalValue;
|
|
648
|
+
fontDecorationThicknessLinkDisplayL?: GlobalValue;
|
|
628
649
|
fontFamilyBase?: GlobalValue;
|
|
629
650
|
fontFamilyDisplay?: GlobalValue;
|
|
630
651
|
fontFamilyHeading?: GlobalValue;
|
|
@@ -632,42 +653,49 @@ export declare interface TypedOverride {
|
|
|
632
653
|
fontSizeBodyM?: GlobalValue;
|
|
633
654
|
fontSizeBodyS?: GlobalValue;
|
|
634
655
|
fontSizeDisplayL?: GlobalValue;
|
|
635
|
-
|
|
656
|
+
fontSizeFormLabel?: GlobalValue;
|
|
636
657
|
fontSizeHeadingL?: GlobalValue;
|
|
637
658
|
fontSizeHeadingM?: GlobalValue;
|
|
638
659
|
fontSizeHeadingS?: GlobalValue;
|
|
660
|
+
fontSizeHeadingXl?: GlobalValue;
|
|
639
661
|
fontSizeHeadingXs?: GlobalValue;
|
|
662
|
+
fontSizeKeyValuePairsLabel?: GlobalValue;
|
|
640
663
|
fontSizeTabs?: GlobalValue;
|
|
641
|
-
fontWeightTabs?: GlobalValue;
|
|
642
|
-
fontWeightTabsDisabled?: GlobalValue;
|
|
643
|
-
lineHeightTabs?: GlobalValue;
|
|
644
|
-
fontWeightButton?: GlobalValue;
|
|
645
664
|
fontWeightAlertHeader?: GlobalValue;
|
|
665
|
+
fontWeightBold?: GlobalValue;
|
|
666
|
+
fontWeightBreadcrumbCurrent?: GlobalValue;
|
|
667
|
+
fontWeightButton?: GlobalValue;
|
|
668
|
+
fontWeightDisplayL?: GlobalValue;
|
|
646
669
|
fontWeightFlashbarHeader?: GlobalValue;
|
|
647
|
-
|
|
670
|
+
fontWeightFormLabel?: GlobalValue;
|
|
648
671
|
fontWeightHeadingL?: GlobalValue;
|
|
649
672
|
fontWeightHeadingM?: GlobalValue;
|
|
650
673
|
fontWeightHeadingS?: GlobalValue;
|
|
674
|
+
fontWeightHeadingXl?: GlobalValue;
|
|
651
675
|
fontWeightHeadingXs?: GlobalValue;
|
|
652
|
-
fontWeightDisplayL?: GlobalValue;
|
|
653
676
|
fontWeightHeavy?: GlobalValue;
|
|
654
|
-
|
|
655
|
-
fontWeightBold?: GlobalValue;
|
|
677
|
+
fontWeightKeyValuePairsLabel?: GlobalValue;
|
|
656
678
|
fontWeightLighter?: GlobalValue;
|
|
679
|
+
fontWeightNormal?: GlobalValue;
|
|
680
|
+
fontWeightTabs?: GlobalValue;
|
|
681
|
+
fontWeightTabsDisabled?: GlobalValue;
|
|
657
682
|
letterSpacingDisplayL?: GlobalValue;
|
|
658
|
-
letterSpacingHeadingXl?: GlobalValue;
|
|
659
683
|
letterSpacingHeadingL?: GlobalValue;
|
|
660
684
|
letterSpacingHeadingM?: GlobalValue;
|
|
661
685
|
letterSpacingHeadingS?: GlobalValue;
|
|
686
|
+
letterSpacingHeadingXl?: GlobalValue;
|
|
662
687
|
letterSpacingHeadingXs?: GlobalValue;
|
|
663
688
|
lineHeightBodyM?: GlobalValue;
|
|
664
689
|
lineHeightBodyS?: GlobalValue;
|
|
665
690
|
lineHeightDisplayL?: GlobalValue;
|
|
666
|
-
|
|
691
|
+
lineHeightFormLabel?: GlobalValue;
|
|
667
692
|
lineHeightHeadingL?: GlobalValue;
|
|
668
693
|
lineHeightHeadingM?: GlobalValue;
|
|
669
694
|
lineHeightHeadingS?: GlobalValue;
|
|
695
|
+
lineHeightHeadingXl?: GlobalValue;
|
|
670
696
|
lineHeightHeadingXs?: GlobalValue;
|
|
697
|
+
lineHeightKeyValuePairsLabel?: GlobalValue;
|
|
698
|
+
lineHeightTabs?: GlobalValue;
|
|
671
699
|
borderRadiusAlert?: GlobalValue;
|
|
672
700
|
borderRadiusBadge?: GlobalValue;
|
|
673
701
|
borderRadiusButton?: GlobalValue;
|
|
@@ -893,6 +921,7 @@ export declare interface TypedOverride {
|
|
|
893
921
|
colorBorderItemFocused?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
894
922
|
colorBorderDropdownItemFocused?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
895
923
|
colorBorderItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
924
|
+
colorBorderLayout?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
896
925
|
colorBorderPopover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
897
926
|
colorBorderSegmentActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
898
927
|
colorBorderSegmentDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -936,6 +965,7 @@ export declare interface TypedOverride {
|
|
|
936
965
|
colorTextDropdownItemSecondary?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
937
966
|
colorTextEmpty?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
938
967
|
colorTextFormDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
968
|
+
colorTextFormLabel?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
939
969
|
colorTextFormSecondary?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
940
970
|
colorTextGroupLabel?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
941
971
|
colorTextHeadingDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -959,6 +989,8 @@ export declare interface TypedOverride {
|
|
|
959
989
|
colorTextLayoutToggleSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
960
990
|
colorTextLinkDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
961
991
|
colorTextLinkHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
992
|
+
colorTextLinkDecorationDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
993
|
+
colorTextLinkDecorationHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
962
994
|
colorTextLinkSecondaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
963
995
|
colorTextLinkSecondaryHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
964
996
|
colorTextLinkInfoDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -989,6 +1021,9 @@ export declare interface TypedOverride {
|
|
|
989
1021
|
colorBorderActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
990
1022
|
colorBackgroundActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
991
1023
|
colorTextActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1024
|
+
fontDecorationStyleLink?: GlobalValue;
|
|
1025
|
+
fontDecorationThicknessLink?: GlobalValue;
|
|
1026
|
+
fontDecorationThicknessLinkDisplayL?: GlobalValue;
|
|
992
1027
|
fontFamilyBase?: GlobalValue;
|
|
993
1028
|
fontFamilyDisplay?: GlobalValue;
|
|
994
1029
|
fontFamilyHeading?: GlobalValue;
|
|
@@ -996,42 +1031,49 @@ export declare interface TypedOverride {
|
|
|
996
1031
|
fontSizeBodyM?: GlobalValue;
|
|
997
1032
|
fontSizeBodyS?: GlobalValue;
|
|
998
1033
|
fontSizeDisplayL?: GlobalValue;
|
|
999
|
-
|
|
1034
|
+
fontSizeFormLabel?: GlobalValue;
|
|
1000
1035
|
fontSizeHeadingL?: GlobalValue;
|
|
1001
1036
|
fontSizeHeadingM?: GlobalValue;
|
|
1002
1037
|
fontSizeHeadingS?: GlobalValue;
|
|
1038
|
+
fontSizeHeadingXl?: GlobalValue;
|
|
1003
1039
|
fontSizeHeadingXs?: GlobalValue;
|
|
1040
|
+
fontSizeKeyValuePairsLabel?: GlobalValue;
|
|
1004
1041
|
fontSizeTabs?: GlobalValue;
|
|
1005
|
-
fontWeightTabs?: GlobalValue;
|
|
1006
|
-
fontWeightTabsDisabled?: GlobalValue;
|
|
1007
|
-
lineHeightTabs?: GlobalValue;
|
|
1008
|
-
fontWeightButton?: GlobalValue;
|
|
1009
1042
|
fontWeightAlertHeader?: GlobalValue;
|
|
1043
|
+
fontWeightBold?: GlobalValue;
|
|
1044
|
+
fontWeightBreadcrumbCurrent?: GlobalValue;
|
|
1045
|
+
fontWeightButton?: GlobalValue;
|
|
1046
|
+
fontWeightDisplayL?: GlobalValue;
|
|
1010
1047
|
fontWeightFlashbarHeader?: GlobalValue;
|
|
1011
|
-
|
|
1048
|
+
fontWeightFormLabel?: GlobalValue;
|
|
1012
1049
|
fontWeightHeadingL?: GlobalValue;
|
|
1013
1050
|
fontWeightHeadingM?: GlobalValue;
|
|
1014
1051
|
fontWeightHeadingS?: GlobalValue;
|
|
1052
|
+
fontWeightHeadingXl?: GlobalValue;
|
|
1015
1053
|
fontWeightHeadingXs?: GlobalValue;
|
|
1016
|
-
fontWeightDisplayL?: GlobalValue;
|
|
1017
1054
|
fontWeightHeavy?: GlobalValue;
|
|
1018
|
-
|
|
1019
|
-
fontWeightBold?: GlobalValue;
|
|
1055
|
+
fontWeightKeyValuePairsLabel?: GlobalValue;
|
|
1020
1056
|
fontWeightLighter?: GlobalValue;
|
|
1057
|
+
fontWeightNormal?: GlobalValue;
|
|
1058
|
+
fontWeightTabs?: GlobalValue;
|
|
1059
|
+
fontWeightTabsDisabled?: GlobalValue;
|
|
1021
1060
|
letterSpacingDisplayL?: GlobalValue;
|
|
1022
|
-
letterSpacingHeadingXl?: GlobalValue;
|
|
1023
1061
|
letterSpacingHeadingL?: GlobalValue;
|
|
1024
1062
|
letterSpacingHeadingM?: GlobalValue;
|
|
1025
1063
|
letterSpacingHeadingS?: GlobalValue;
|
|
1064
|
+
letterSpacingHeadingXl?: GlobalValue;
|
|
1026
1065
|
letterSpacingHeadingXs?: GlobalValue;
|
|
1027
1066
|
lineHeightBodyM?: GlobalValue;
|
|
1028
1067
|
lineHeightBodyS?: GlobalValue;
|
|
1029
1068
|
lineHeightDisplayL?: GlobalValue;
|
|
1030
|
-
|
|
1069
|
+
lineHeightFormLabel?: GlobalValue;
|
|
1031
1070
|
lineHeightHeadingL?: GlobalValue;
|
|
1032
1071
|
lineHeightHeadingM?: GlobalValue;
|
|
1033
1072
|
lineHeightHeadingS?: GlobalValue;
|
|
1073
|
+
lineHeightHeadingXl?: GlobalValue;
|
|
1034
1074
|
lineHeightHeadingXs?: GlobalValue;
|
|
1075
|
+
lineHeightKeyValuePairsLabel?: GlobalValue;
|
|
1076
|
+
lineHeightTabs?: GlobalValue;
|
|
1035
1077
|
borderRadiusAlert?: GlobalValue;
|
|
1036
1078
|
borderRadiusBadge?: GlobalValue;
|
|
1037
1079
|
borderRadiusButton?: GlobalValue;
|
|
@@ -1257,6 +1299,7 @@ export declare interface TypedOverride {
|
|
|
1257
1299
|
colorBorderItemFocused?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1258
1300
|
colorBorderDropdownItemFocused?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1259
1301
|
colorBorderItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1302
|
+
colorBorderLayout?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1260
1303
|
colorBorderPopover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1261
1304
|
colorBorderSegmentActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1262
1305
|
colorBorderSegmentDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -1300,6 +1343,7 @@ export declare interface TypedOverride {
|
|
|
1300
1343
|
colorTextDropdownItemSecondary?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1301
1344
|
colorTextEmpty?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1302
1345
|
colorTextFormDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1346
|
+
colorTextFormLabel?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1303
1347
|
colorTextFormSecondary?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1304
1348
|
colorTextGroupLabel?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1305
1349
|
colorTextHeadingDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -1323,6 +1367,8 @@ export declare interface TypedOverride {
|
|
|
1323
1367
|
colorTextLayoutToggleSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1324
1368
|
colorTextLinkDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1325
1369
|
colorTextLinkHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1370
|
+
colorTextLinkDecorationDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1371
|
+
colorTextLinkDecorationHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1326
1372
|
colorTextLinkSecondaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1327
1373
|
colorTextLinkSecondaryHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1328
1374
|
colorTextLinkInfoDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -1353,6 +1399,9 @@ export declare interface TypedOverride {
|
|
|
1353
1399
|
colorBorderActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1354
1400
|
colorBackgroundActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1355
1401
|
colorTextActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1402
|
+
fontDecorationStyleLink?: GlobalValue;
|
|
1403
|
+
fontDecorationThicknessLink?: GlobalValue;
|
|
1404
|
+
fontDecorationThicknessLinkDisplayL?: GlobalValue;
|
|
1356
1405
|
fontFamilyBase?: GlobalValue;
|
|
1357
1406
|
fontFamilyDisplay?: GlobalValue;
|
|
1358
1407
|
fontFamilyHeading?: GlobalValue;
|
|
@@ -1360,42 +1409,49 @@ export declare interface TypedOverride {
|
|
|
1360
1409
|
fontSizeBodyM?: GlobalValue;
|
|
1361
1410
|
fontSizeBodyS?: GlobalValue;
|
|
1362
1411
|
fontSizeDisplayL?: GlobalValue;
|
|
1363
|
-
|
|
1412
|
+
fontSizeFormLabel?: GlobalValue;
|
|
1364
1413
|
fontSizeHeadingL?: GlobalValue;
|
|
1365
1414
|
fontSizeHeadingM?: GlobalValue;
|
|
1366
1415
|
fontSizeHeadingS?: GlobalValue;
|
|
1416
|
+
fontSizeHeadingXl?: GlobalValue;
|
|
1367
1417
|
fontSizeHeadingXs?: GlobalValue;
|
|
1418
|
+
fontSizeKeyValuePairsLabel?: GlobalValue;
|
|
1368
1419
|
fontSizeTabs?: GlobalValue;
|
|
1369
|
-
fontWeightTabs?: GlobalValue;
|
|
1370
|
-
fontWeightTabsDisabled?: GlobalValue;
|
|
1371
|
-
lineHeightTabs?: GlobalValue;
|
|
1372
|
-
fontWeightButton?: GlobalValue;
|
|
1373
1420
|
fontWeightAlertHeader?: GlobalValue;
|
|
1421
|
+
fontWeightBold?: GlobalValue;
|
|
1422
|
+
fontWeightBreadcrumbCurrent?: GlobalValue;
|
|
1423
|
+
fontWeightButton?: GlobalValue;
|
|
1424
|
+
fontWeightDisplayL?: GlobalValue;
|
|
1374
1425
|
fontWeightFlashbarHeader?: GlobalValue;
|
|
1375
|
-
|
|
1426
|
+
fontWeightFormLabel?: GlobalValue;
|
|
1376
1427
|
fontWeightHeadingL?: GlobalValue;
|
|
1377
1428
|
fontWeightHeadingM?: GlobalValue;
|
|
1378
1429
|
fontWeightHeadingS?: GlobalValue;
|
|
1430
|
+
fontWeightHeadingXl?: GlobalValue;
|
|
1379
1431
|
fontWeightHeadingXs?: GlobalValue;
|
|
1380
|
-
fontWeightDisplayL?: GlobalValue;
|
|
1381
1432
|
fontWeightHeavy?: GlobalValue;
|
|
1382
|
-
|
|
1383
|
-
fontWeightBold?: GlobalValue;
|
|
1433
|
+
fontWeightKeyValuePairsLabel?: GlobalValue;
|
|
1384
1434
|
fontWeightLighter?: GlobalValue;
|
|
1435
|
+
fontWeightNormal?: GlobalValue;
|
|
1436
|
+
fontWeightTabs?: GlobalValue;
|
|
1437
|
+
fontWeightTabsDisabled?: GlobalValue;
|
|
1385
1438
|
letterSpacingDisplayL?: GlobalValue;
|
|
1386
|
-
letterSpacingHeadingXl?: GlobalValue;
|
|
1387
1439
|
letterSpacingHeadingL?: GlobalValue;
|
|
1388
1440
|
letterSpacingHeadingM?: GlobalValue;
|
|
1389
1441
|
letterSpacingHeadingS?: GlobalValue;
|
|
1442
|
+
letterSpacingHeadingXl?: GlobalValue;
|
|
1390
1443
|
letterSpacingHeadingXs?: GlobalValue;
|
|
1391
1444
|
lineHeightBodyM?: GlobalValue;
|
|
1392
1445
|
lineHeightBodyS?: GlobalValue;
|
|
1393
1446
|
lineHeightDisplayL?: GlobalValue;
|
|
1394
|
-
|
|
1447
|
+
lineHeightFormLabel?: GlobalValue;
|
|
1395
1448
|
lineHeightHeadingL?: GlobalValue;
|
|
1396
1449
|
lineHeightHeadingM?: GlobalValue;
|
|
1397
1450
|
lineHeightHeadingS?: GlobalValue;
|
|
1451
|
+
lineHeightHeadingXl?: GlobalValue;
|
|
1398
1452
|
lineHeightHeadingXs?: GlobalValue;
|
|
1453
|
+
lineHeightKeyValuePairsLabel?: GlobalValue;
|
|
1454
|
+
lineHeightTabs?: GlobalValue;
|
|
1399
1455
|
borderRadiusAlert?: GlobalValue;
|
|
1400
1456
|
borderRadiusBadge?: GlobalValue;
|
|
1401
1457
|
borderRadiusButton?: GlobalValue;
|
|
@@ -1621,6 +1677,7 @@ export declare interface TypedOverride {
|
|
|
1621
1677
|
colorBorderItemFocused?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1622
1678
|
colorBorderDropdownItemFocused?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1623
1679
|
colorBorderItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1680
|
+
colorBorderLayout?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1624
1681
|
colorBorderPopover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1625
1682
|
colorBorderSegmentActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1626
1683
|
colorBorderSegmentDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -1664,6 +1721,7 @@ export declare interface TypedOverride {
|
|
|
1664
1721
|
colorTextDropdownItemSecondary?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1665
1722
|
colorTextEmpty?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1666
1723
|
colorTextFormDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1724
|
+
colorTextFormLabel?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1667
1725
|
colorTextFormSecondary?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1668
1726
|
colorTextGroupLabel?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1669
1727
|
colorTextHeadingDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -1687,6 +1745,8 @@ export declare interface TypedOverride {
|
|
|
1687
1745
|
colorTextLayoutToggleSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1688
1746
|
colorTextLinkDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1689
1747
|
colorTextLinkHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1748
|
+
colorTextLinkDecorationDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1749
|
+
colorTextLinkDecorationHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1690
1750
|
colorTextLinkSecondaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1691
1751
|
colorTextLinkSecondaryHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1692
1752
|
colorTextLinkInfoDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -1717,6 +1777,9 @@ export declare interface TypedOverride {
|
|
|
1717
1777
|
colorBorderActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1718
1778
|
colorBackgroundActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1719
1779
|
colorTextActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1780
|
+
fontDecorationStyleLink?: GlobalValue;
|
|
1781
|
+
fontDecorationThicknessLink?: GlobalValue;
|
|
1782
|
+
fontDecorationThicknessLinkDisplayL?: GlobalValue;
|
|
1720
1783
|
fontFamilyBase?: GlobalValue;
|
|
1721
1784
|
fontFamilyDisplay?: GlobalValue;
|
|
1722
1785
|
fontFamilyHeading?: GlobalValue;
|
|
@@ -1724,42 +1787,49 @@ export declare interface TypedOverride {
|
|
|
1724
1787
|
fontSizeBodyM?: GlobalValue;
|
|
1725
1788
|
fontSizeBodyS?: GlobalValue;
|
|
1726
1789
|
fontSizeDisplayL?: GlobalValue;
|
|
1727
|
-
|
|
1790
|
+
fontSizeFormLabel?: GlobalValue;
|
|
1728
1791
|
fontSizeHeadingL?: GlobalValue;
|
|
1729
1792
|
fontSizeHeadingM?: GlobalValue;
|
|
1730
1793
|
fontSizeHeadingS?: GlobalValue;
|
|
1794
|
+
fontSizeHeadingXl?: GlobalValue;
|
|
1731
1795
|
fontSizeHeadingXs?: GlobalValue;
|
|
1796
|
+
fontSizeKeyValuePairsLabel?: GlobalValue;
|
|
1732
1797
|
fontSizeTabs?: GlobalValue;
|
|
1733
|
-
fontWeightTabs?: GlobalValue;
|
|
1734
|
-
fontWeightTabsDisabled?: GlobalValue;
|
|
1735
|
-
lineHeightTabs?: GlobalValue;
|
|
1736
|
-
fontWeightButton?: GlobalValue;
|
|
1737
1798
|
fontWeightAlertHeader?: GlobalValue;
|
|
1799
|
+
fontWeightBold?: GlobalValue;
|
|
1800
|
+
fontWeightBreadcrumbCurrent?: GlobalValue;
|
|
1801
|
+
fontWeightButton?: GlobalValue;
|
|
1802
|
+
fontWeightDisplayL?: GlobalValue;
|
|
1738
1803
|
fontWeightFlashbarHeader?: GlobalValue;
|
|
1739
|
-
|
|
1804
|
+
fontWeightFormLabel?: GlobalValue;
|
|
1740
1805
|
fontWeightHeadingL?: GlobalValue;
|
|
1741
1806
|
fontWeightHeadingM?: GlobalValue;
|
|
1742
1807
|
fontWeightHeadingS?: GlobalValue;
|
|
1808
|
+
fontWeightHeadingXl?: GlobalValue;
|
|
1743
1809
|
fontWeightHeadingXs?: GlobalValue;
|
|
1744
|
-
fontWeightDisplayL?: GlobalValue;
|
|
1745
1810
|
fontWeightHeavy?: GlobalValue;
|
|
1746
|
-
|
|
1747
|
-
fontWeightBold?: GlobalValue;
|
|
1811
|
+
fontWeightKeyValuePairsLabel?: GlobalValue;
|
|
1748
1812
|
fontWeightLighter?: GlobalValue;
|
|
1813
|
+
fontWeightNormal?: GlobalValue;
|
|
1814
|
+
fontWeightTabs?: GlobalValue;
|
|
1815
|
+
fontWeightTabsDisabled?: GlobalValue;
|
|
1749
1816
|
letterSpacingDisplayL?: GlobalValue;
|
|
1750
|
-
letterSpacingHeadingXl?: GlobalValue;
|
|
1751
1817
|
letterSpacingHeadingL?: GlobalValue;
|
|
1752
1818
|
letterSpacingHeadingM?: GlobalValue;
|
|
1753
1819
|
letterSpacingHeadingS?: GlobalValue;
|
|
1820
|
+
letterSpacingHeadingXl?: GlobalValue;
|
|
1754
1821
|
letterSpacingHeadingXs?: GlobalValue;
|
|
1755
1822
|
lineHeightBodyM?: GlobalValue;
|
|
1756
1823
|
lineHeightBodyS?: GlobalValue;
|
|
1757
1824
|
lineHeightDisplayL?: GlobalValue;
|
|
1758
|
-
|
|
1825
|
+
lineHeightFormLabel?: GlobalValue;
|
|
1759
1826
|
lineHeightHeadingL?: GlobalValue;
|
|
1760
1827
|
lineHeightHeadingM?: GlobalValue;
|
|
1761
1828
|
lineHeightHeadingS?: GlobalValue;
|
|
1829
|
+
lineHeightHeadingXl?: GlobalValue;
|
|
1762
1830
|
lineHeightHeadingXs?: GlobalValue;
|
|
1831
|
+
lineHeightKeyValuePairsLabel?: GlobalValue;
|
|
1832
|
+
lineHeightTabs?: GlobalValue;
|
|
1763
1833
|
borderRadiusAlert?: GlobalValue;
|
|
1764
1834
|
borderRadiusBadge?: GlobalValue;
|
|
1765
1835
|
borderRadiusButton?: GlobalValue;
|
|
@@ -1985,6 +2055,7 @@ export declare interface TypedOverride {
|
|
|
1985
2055
|
colorBorderItemFocused?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1986
2056
|
colorBorderDropdownItemFocused?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1987
2057
|
colorBorderItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2058
|
+
colorBorderLayout?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1988
2059
|
colorBorderPopover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1989
2060
|
colorBorderSegmentActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1990
2061
|
colorBorderSegmentDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2028,6 +2099,7 @@ export declare interface TypedOverride {
|
|
|
2028
2099
|
colorTextDropdownItemSecondary?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2029
2100
|
colorTextEmpty?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2030
2101
|
colorTextFormDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2102
|
+
colorTextFormLabel?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2031
2103
|
colorTextFormSecondary?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2032
2104
|
colorTextGroupLabel?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2033
2105
|
colorTextHeadingDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2051,6 +2123,8 @@ export declare interface TypedOverride {
|
|
|
2051
2123
|
colorTextLayoutToggleSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2052
2124
|
colorTextLinkDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2053
2125
|
colorTextLinkHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2126
|
+
colorTextLinkDecorationDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2127
|
+
colorTextLinkDecorationHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2054
2128
|
colorTextLinkSecondaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2055
2129
|
colorTextLinkSecondaryHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2056
2130
|
colorTextLinkInfoDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2081,6 +2155,9 @@ export declare interface TypedOverride {
|
|
|
2081
2155
|
colorBorderActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2082
2156
|
colorBackgroundActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2083
2157
|
colorTextActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2158
|
+
fontDecorationStyleLink?: GlobalValue;
|
|
2159
|
+
fontDecorationThicknessLink?: GlobalValue;
|
|
2160
|
+
fontDecorationThicknessLinkDisplayL?: GlobalValue;
|
|
2084
2161
|
fontFamilyBase?: GlobalValue;
|
|
2085
2162
|
fontFamilyDisplay?: GlobalValue;
|
|
2086
2163
|
fontFamilyHeading?: GlobalValue;
|
|
@@ -2088,42 +2165,49 @@ export declare interface TypedOverride {
|
|
|
2088
2165
|
fontSizeBodyM?: GlobalValue;
|
|
2089
2166
|
fontSizeBodyS?: GlobalValue;
|
|
2090
2167
|
fontSizeDisplayL?: GlobalValue;
|
|
2091
|
-
|
|
2168
|
+
fontSizeFormLabel?: GlobalValue;
|
|
2092
2169
|
fontSizeHeadingL?: GlobalValue;
|
|
2093
2170
|
fontSizeHeadingM?: GlobalValue;
|
|
2094
2171
|
fontSizeHeadingS?: GlobalValue;
|
|
2172
|
+
fontSizeHeadingXl?: GlobalValue;
|
|
2095
2173
|
fontSizeHeadingXs?: GlobalValue;
|
|
2174
|
+
fontSizeKeyValuePairsLabel?: GlobalValue;
|
|
2096
2175
|
fontSizeTabs?: GlobalValue;
|
|
2097
|
-
fontWeightTabs?: GlobalValue;
|
|
2098
|
-
fontWeightTabsDisabled?: GlobalValue;
|
|
2099
|
-
lineHeightTabs?: GlobalValue;
|
|
2100
|
-
fontWeightButton?: GlobalValue;
|
|
2101
2176
|
fontWeightAlertHeader?: GlobalValue;
|
|
2177
|
+
fontWeightBold?: GlobalValue;
|
|
2178
|
+
fontWeightBreadcrumbCurrent?: GlobalValue;
|
|
2179
|
+
fontWeightButton?: GlobalValue;
|
|
2180
|
+
fontWeightDisplayL?: GlobalValue;
|
|
2102
2181
|
fontWeightFlashbarHeader?: GlobalValue;
|
|
2103
|
-
|
|
2182
|
+
fontWeightFormLabel?: GlobalValue;
|
|
2104
2183
|
fontWeightHeadingL?: GlobalValue;
|
|
2105
2184
|
fontWeightHeadingM?: GlobalValue;
|
|
2106
2185
|
fontWeightHeadingS?: GlobalValue;
|
|
2186
|
+
fontWeightHeadingXl?: GlobalValue;
|
|
2107
2187
|
fontWeightHeadingXs?: GlobalValue;
|
|
2108
|
-
fontWeightDisplayL?: GlobalValue;
|
|
2109
2188
|
fontWeightHeavy?: GlobalValue;
|
|
2110
|
-
|
|
2111
|
-
fontWeightBold?: GlobalValue;
|
|
2189
|
+
fontWeightKeyValuePairsLabel?: GlobalValue;
|
|
2112
2190
|
fontWeightLighter?: GlobalValue;
|
|
2191
|
+
fontWeightNormal?: GlobalValue;
|
|
2192
|
+
fontWeightTabs?: GlobalValue;
|
|
2193
|
+
fontWeightTabsDisabled?: GlobalValue;
|
|
2113
2194
|
letterSpacingDisplayL?: GlobalValue;
|
|
2114
|
-
letterSpacingHeadingXl?: GlobalValue;
|
|
2115
2195
|
letterSpacingHeadingL?: GlobalValue;
|
|
2116
2196
|
letterSpacingHeadingM?: GlobalValue;
|
|
2117
2197
|
letterSpacingHeadingS?: GlobalValue;
|
|
2198
|
+
letterSpacingHeadingXl?: GlobalValue;
|
|
2118
2199
|
letterSpacingHeadingXs?: GlobalValue;
|
|
2119
2200
|
lineHeightBodyM?: GlobalValue;
|
|
2120
2201
|
lineHeightBodyS?: GlobalValue;
|
|
2121
2202
|
lineHeightDisplayL?: GlobalValue;
|
|
2122
|
-
|
|
2203
|
+
lineHeightFormLabel?: GlobalValue;
|
|
2123
2204
|
lineHeightHeadingL?: GlobalValue;
|
|
2124
2205
|
lineHeightHeadingM?: GlobalValue;
|
|
2125
2206
|
lineHeightHeadingS?: GlobalValue;
|
|
2207
|
+
lineHeightHeadingXl?: GlobalValue;
|
|
2126
2208
|
lineHeightHeadingXs?: GlobalValue;
|
|
2209
|
+
lineHeightKeyValuePairsLabel?: GlobalValue;
|
|
2210
|
+
lineHeightTabs?: GlobalValue;
|
|
2127
2211
|
borderRadiusAlert?: GlobalValue;
|
|
2128
2212
|
borderRadiusBadge?: GlobalValue;
|
|
2129
2213
|
borderRadiusButton?: GlobalValue;
|
|
@@ -2349,6 +2433,7 @@ export declare interface TypedOverride {
|
|
|
2349
2433
|
colorBorderItemFocused?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2350
2434
|
colorBorderDropdownItemFocused?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2351
2435
|
colorBorderItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2436
|
+
colorBorderLayout?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2352
2437
|
colorBorderPopover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2353
2438
|
colorBorderSegmentActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2354
2439
|
colorBorderSegmentDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2392,6 +2477,7 @@ export declare interface TypedOverride {
|
|
|
2392
2477
|
colorTextDropdownItemSecondary?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2393
2478
|
colorTextEmpty?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2394
2479
|
colorTextFormDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2480
|
+
colorTextFormLabel?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2395
2481
|
colorTextFormSecondary?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2396
2482
|
colorTextGroupLabel?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2397
2483
|
colorTextHeadingDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2415,6 +2501,8 @@ export declare interface TypedOverride {
|
|
|
2415
2501
|
colorTextLayoutToggleSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2416
2502
|
colorTextLinkDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2417
2503
|
colorTextLinkHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2504
|
+
colorTextLinkDecorationDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2505
|
+
colorTextLinkDecorationHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2418
2506
|
colorTextLinkSecondaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2419
2507
|
colorTextLinkSecondaryHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2420
2508
|
colorTextLinkInfoDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2445,6 +2533,9 @@ export declare interface TypedOverride {
|
|
|
2445
2533
|
colorBorderActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2446
2534
|
colorBackgroundActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2447
2535
|
colorTextActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2536
|
+
fontDecorationStyleLink?: GlobalValue;
|
|
2537
|
+
fontDecorationThicknessLink?: GlobalValue;
|
|
2538
|
+
fontDecorationThicknessLinkDisplayL?: GlobalValue;
|
|
2448
2539
|
fontFamilyBase?: GlobalValue;
|
|
2449
2540
|
fontFamilyDisplay?: GlobalValue;
|
|
2450
2541
|
fontFamilyHeading?: GlobalValue;
|
|
@@ -2452,42 +2543,49 @@ export declare interface TypedOverride {
|
|
|
2452
2543
|
fontSizeBodyM?: GlobalValue;
|
|
2453
2544
|
fontSizeBodyS?: GlobalValue;
|
|
2454
2545
|
fontSizeDisplayL?: GlobalValue;
|
|
2455
|
-
|
|
2546
|
+
fontSizeFormLabel?: GlobalValue;
|
|
2456
2547
|
fontSizeHeadingL?: GlobalValue;
|
|
2457
2548
|
fontSizeHeadingM?: GlobalValue;
|
|
2458
2549
|
fontSizeHeadingS?: GlobalValue;
|
|
2550
|
+
fontSizeHeadingXl?: GlobalValue;
|
|
2459
2551
|
fontSizeHeadingXs?: GlobalValue;
|
|
2552
|
+
fontSizeKeyValuePairsLabel?: GlobalValue;
|
|
2460
2553
|
fontSizeTabs?: GlobalValue;
|
|
2461
|
-
fontWeightTabs?: GlobalValue;
|
|
2462
|
-
fontWeightTabsDisabled?: GlobalValue;
|
|
2463
|
-
lineHeightTabs?: GlobalValue;
|
|
2464
|
-
fontWeightButton?: GlobalValue;
|
|
2465
2554
|
fontWeightAlertHeader?: GlobalValue;
|
|
2555
|
+
fontWeightBold?: GlobalValue;
|
|
2556
|
+
fontWeightBreadcrumbCurrent?: GlobalValue;
|
|
2557
|
+
fontWeightButton?: GlobalValue;
|
|
2558
|
+
fontWeightDisplayL?: GlobalValue;
|
|
2466
2559
|
fontWeightFlashbarHeader?: GlobalValue;
|
|
2467
|
-
|
|
2560
|
+
fontWeightFormLabel?: GlobalValue;
|
|
2468
2561
|
fontWeightHeadingL?: GlobalValue;
|
|
2469
2562
|
fontWeightHeadingM?: GlobalValue;
|
|
2470
2563
|
fontWeightHeadingS?: GlobalValue;
|
|
2564
|
+
fontWeightHeadingXl?: GlobalValue;
|
|
2471
2565
|
fontWeightHeadingXs?: GlobalValue;
|
|
2472
|
-
fontWeightDisplayL?: GlobalValue;
|
|
2473
2566
|
fontWeightHeavy?: GlobalValue;
|
|
2474
|
-
|
|
2475
|
-
fontWeightBold?: GlobalValue;
|
|
2567
|
+
fontWeightKeyValuePairsLabel?: GlobalValue;
|
|
2476
2568
|
fontWeightLighter?: GlobalValue;
|
|
2569
|
+
fontWeightNormal?: GlobalValue;
|
|
2570
|
+
fontWeightTabs?: GlobalValue;
|
|
2571
|
+
fontWeightTabsDisabled?: GlobalValue;
|
|
2477
2572
|
letterSpacingDisplayL?: GlobalValue;
|
|
2478
|
-
letterSpacingHeadingXl?: GlobalValue;
|
|
2479
2573
|
letterSpacingHeadingL?: GlobalValue;
|
|
2480
2574
|
letterSpacingHeadingM?: GlobalValue;
|
|
2481
2575
|
letterSpacingHeadingS?: GlobalValue;
|
|
2576
|
+
letterSpacingHeadingXl?: GlobalValue;
|
|
2482
2577
|
letterSpacingHeadingXs?: GlobalValue;
|
|
2483
2578
|
lineHeightBodyM?: GlobalValue;
|
|
2484
2579
|
lineHeightBodyS?: GlobalValue;
|
|
2485
2580
|
lineHeightDisplayL?: GlobalValue;
|
|
2486
|
-
|
|
2581
|
+
lineHeightFormLabel?: GlobalValue;
|
|
2487
2582
|
lineHeightHeadingL?: GlobalValue;
|
|
2488
2583
|
lineHeightHeadingM?: GlobalValue;
|
|
2489
2584
|
lineHeightHeadingS?: GlobalValue;
|
|
2585
|
+
lineHeightHeadingXl?: GlobalValue;
|
|
2490
2586
|
lineHeightHeadingXs?: GlobalValue;
|
|
2587
|
+
lineHeightKeyValuePairsLabel?: GlobalValue;
|
|
2588
|
+
lineHeightTabs?: GlobalValue;
|
|
2491
2589
|
borderRadiusAlert?: GlobalValue;
|
|
2492
2590
|
borderRadiusBadge?: GlobalValue;
|
|
2493
2591
|
borderRadiusButton?: GlobalValue;
|
|
@@ -2713,6 +2811,7 @@ export declare interface TypedOverride {
|
|
|
2713
2811
|
colorBorderItemFocused?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2714
2812
|
colorBorderDropdownItemFocused?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2715
2813
|
colorBorderItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2814
|
+
colorBorderLayout?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2716
2815
|
colorBorderPopover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2717
2816
|
colorBorderSegmentActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2718
2817
|
colorBorderSegmentDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2756,6 +2855,7 @@ export declare interface TypedOverride {
|
|
|
2756
2855
|
colorTextDropdownItemSecondary?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2757
2856
|
colorTextEmpty?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2758
2857
|
colorTextFormDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2858
|
+
colorTextFormLabel?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2759
2859
|
colorTextFormSecondary?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2760
2860
|
colorTextGroupLabel?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2761
2861
|
colorTextHeadingDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2779,6 +2879,8 @@ export declare interface TypedOverride {
|
|
|
2779
2879
|
colorTextLayoutToggleSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2780
2880
|
colorTextLinkDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2781
2881
|
colorTextLinkHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2882
|
+
colorTextLinkDecorationDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2883
|
+
colorTextLinkDecorationHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2782
2884
|
colorTextLinkSecondaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2783
2885
|
colorTextLinkSecondaryHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2784
2886
|
colorTextLinkInfoDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2809,6 +2911,9 @@ export declare interface TypedOverride {
|
|
|
2809
2911
|
colorBorderActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2810
2912
|
colorBackgroundActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2811
2913
|
colorTextActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2914
|
+
fontDecorationStyleLink?: GlobalValue;
|
|
2915
|
+
fontDecorationThicknessLink?: GlobalValue;
|
|
2916
|
+
fontDecorationThicknessLinkDisplayL?: GlobalValue;
|
|
2812
2917
|
fontFamilyBase?: GlobalValue;
|
|
2813
2918
|
fontFamilyDisplay?: GlobalValue;
|
|
2814
2919
|
fontFamilyHeading?: GlobalValue;
|
|
@@ -2816,42 +2921,49 @@ export declare interface TypedOverride {
|
|
|
2816
2921
|
fontSizeBodyM?: GlobalValue;
|
|
2817
2922
|
fontSizeBodyS?: GlobalValue;
|
|
2818
2923
|
fontSizeDisplayL?: GlobalValue;
|
|
2819
|
-
|
|
2924
|
+
fontSizeFormLabel?: GlobalValue;
|
|
2820
2925
|
fontSizeHeadingL?: GlobalValue;
|
|
2821
2926
|
fontSizeHeadingM?: GlobalValue;
|
|
2822
2927
|
fontSizeHeadingS?: GlobalValue;
|
|
2928
|
+
fontSizeHeadingXl?: GlobalValue;
|
|
2823
2929
|
fontSizeHeadingXs?: GlobalValue;
|
|
2930
|
+
fontSizeKeyValuePairsLabel?: GlobalValue;
|
|
2824
2931
|
fontSizeTabs?: GlobalValue;
|
|
2825
|
-
fontWeightTabs?: GlobalValue;
|
|
2826
|
-
fontWeightTabsDisabled?: GlobalValue;
|
|
2827
|
-
lineHeightTabs?: GlobalValue;
|
|
2828
|
-
fontWeightButton?: GlobalValue;
|
|
2829
2932
|
fontWeightAlertHeader?: GlobalValue;
|
|
2933
|
+
fontWeightBold?: GlobalValue;
|
|
2934
|
+
fontWeightBreadcrumbCurrent?: GlobalValue;
|
|
2935
|
+
fontWeightButton?: GlobalValue;
|
|
2936
|
+
fontWeightDisplayL?: GlobalValue;
|
|
2830
2937
|
fontWeightFlashbarHeader?: GlobalValue;
|
|
2831
|
-
|
|
2938
|
+
fontWeightFormLabel?: GlobalValue;
|
|
2832
2939
|
fontWeightHeadingL?: GlobalValue;
|
|
2833
2940
|
fontWeightHeadingM?: GlobalValue;
|
|
2834
2941
|
fontWeightHeadingS?: GlobalValue;
|
|
2942
|
+
fontWeightHeadingXl?: GlobalValue;
|
|
2835
2943
|
fontWeightHeadingXs?: GlobalValue;
|
|
2836
|
-
fontWeightDisplayL?: GlobalValue;
|
|
2837
2944
|
fontWeightHeavy?: GlobalValue;
|
|
2838
|
-
|
|
2839
|
-
fontWeightBold?: GlobalValue;
|
|
2945
|
+
fontWeightKeyValuePairsLabel?: GlobalValue;
|
|
2840
2946
|
fontWeightLighter?: GlobalValue;
|
|
2947
|
+
fontWeightNormal?: GlobalValue;
|
|
2948
|
+
fontWeightTabs?: GlobalValue;
|
|
2949
|
+
fontWeightTabsDisabled?: GlobalValue;
|
|
2841
2950
|
letterSpacingDisplayL?: GlobalValue;
|
|
2842
|
-
letterSpacingHeadingXl?: GlobalValue;
|
|
2843
2951
|
letterSpacingHeadingL?: GlobalValue;
|
|
2844
2952
|
letterSpacingHeadingM?: GlobalValue;
|
|
2845
2953
|
letterSpacingHeadingS?: GlobalValue;
|
|
2954
|
+
letterSpacingHeadingXl?: GlobalValue;
|
|
2846
2955
|
letterSpacingHeadingXs?: GlobalValue;
|
|
2847
2956
|
lineHeightBodyM?: GlobalValue;
|
|
2848
2957
|
lineHeightBodyS?: GlobalValue;
|
|
2849
2958
|
lineHeightDisplayL?: GlobalValue;
|
|
2850
|
-
|
|
2959
|
+
lineHeightFormLabel?: GlobalValue;
|
|
2851
2960
|
lineHeightHeadingL?: GlobalValue;
|
|
2852
2961
|
lineHeightHeadingM?: GlobalValue;
|
|
2853
2962
|
lineHeightHeadingS?: GlobalValue;
|
|
2963
|
+
lineHeightHeadingXl?: GlobalValue;
|
|
2854
2964
|
lineHeightHeadingXs?: GlobalValue;
|
|
2965
|
+
lineHeightKeyValuePairsLabel?: GlobalValue;
|
|
2966
|
+
lineHeightTabs?: GlobalValue;
|
|
2855
2967
|
borderRadiusAlert?: GlobalValue;
|
|
2856
2968
|
borderRadiusBadge?: GlobalValue;
|
|
2857
2969
|
borderRadiusButton?: GlobalValue;
|
|
@@ -3077,6 +3189,7 @@ export declare interface TypedOverride {
|
|
|
3077
3189
|
colorBorderItemFocused?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3078
3190
|
colorBorderDropdownItemFocused?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3079
3191
|
colorBorderItemSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3192
|
+
colorBorderLayout?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3080
3193
|
colorBorderPopover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3081
3194
|
colorBorderSegmentActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3082
3195
|
colorBorderSegmentDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -3120,6 +3233,7 @@ export declare interface TypedOverride {
|
|
|
3120
3233
|
colorTextDropdownItemSecondary?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3121
3234
|
colorTextEmpty?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3122
3235
|
colorTextFormDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3236
|
+
colorTextFormLabel?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3123
3237
|
colorTextFormSecondary?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3124
3238
|
colorTextGroupLabel?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3125
3239
|
colorTextHeadingDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -3143,6 +3257,8 @@ export declare interface TypedOverride {
|
|
|
3143
3257
|
colorTextLayoutToggleSelected?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3144
3258
|
colorTextLinkDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3145
3259
|
colorTextLinkHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3260
|
+
colorTextLinkDecorationDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3261
|
+
colorTextLinkDecorationHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3146
3262
|
colorTextLinkSecondaryDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3147
3263
|
colorTextLinkSecondaryHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3148
3264
|
colorTextLinkInfoDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -3173,6 +3289,9 @@ export declare interface TypedOverride {
|
|
|
3173
3289
|
colorBorderActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3174
3290
|
colorBackgroundActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3175
3291
|
colorTextActionCardDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3292
|
+
fontDecorationStyleLink?: GlobalValue;
|
|
3293
|
+
fontDecorationThicknessLink?: GlobalValue;
|
|
3294
|
+
fontDecorationThicknessLinkDisplayL?: GlobalValue;
|
|
3176
3295
|
fontFamilyBase?: GlobalValue;
|
|
3177
3296
|
fontFamilyDisplay?: GlobalValue;
|
|
3178
3297
|
fontFamilyHeading?: GlobalValue;
|
|
@@ -3180,42 +3299,49 @@ export declare interface TypedOverride {
|
|
|
3180
3299
|
fontSizeBodyM?: GlobalValue;
|
|
3181
3300
|
fontSizeBodyS?: GlobalValue;
|
|
3182
3301
|
fontSizeDisplayL?: GlobalValue;
|
|
3183
|
-
|
|
3302
|
+
fontSizeFormLabel?: GlobalValue;
|
|
3184
3303
|
fontSizeHeadingL?: GlobalValue;
|
|
3185
3304
|
fontSizeHeadingM?: GlobalValue;
|
|
3186
3305
|
fontSizeHeadingS?: GlobalValue;
|
|
3306
|
+
fontSizeHeadingXl?: GlobalValue;
|
|
3187
3307
|
fontSizeHeadingXs?: GlobalValue;
|
|
3308
|
+
fontSizeKeyValuePairsLabel?: GlobalValue;
|
|
3188
3309
|
fontSizeTabs?: GlobalValue;
|
|
3189
|
-
fontWeightTabs?: GlobalValue;
|
|
3190
|
-
fontWeightTabsDisabled?: GlobalValue;
|
|
3191
|
-
lineHeightTabs?: GlobalValue;
|
|
3192
|
-
fontWeightButton?: GlobalValue;
|
|
3193
3310
|
fontWeightAlertHeader?: GlobalValue;
|
|
3311
|
+
fontWeightBold?: GlobalValue;
|
|
3312
|
+
fontWeightBreadcrumbCurrent?: GlobalValue;
|
|
3313
|
+
fontWeightButton?: GlobalValue;
|
|
3314
|
+
fontWeightDisplayL?: GlobalValue;
|
|
3194
3315
|
fontWeightFlashbarHeader?: GlobalValue;
|
|
3195
|
-
|
|
3316
|
+
fontWeightFormLabel?: GlobalValue;
|
|
3196
3317
|
fontWeightHeadingL?: GlobalValue;
|
|
3197
3318
|
fontWeightHeadingM?: GlobalValue;
|
|
3198
3319
|
fontWeightHeadingS?: GlobalValue;
|
|
3320
|
+
fontWeightHeadingXl?: GlobalValue;
|
|
3199
3321
|
fontWeightHeadingXs?: GlobalValue;
|
|
3200
|
-
fontWeightDisplayL?: GlobalValue;
|
|
3201
3322
|
fontWeightHeavy?: GlobalValue;
|
|
3202
|
-
|
|
3203
|
-
fontWeightBold?: GlobalValue;
|
|
3323
|
+
fontWeightKeyValuePairsLabel?: GlobalValue;
|
|
3204
3324
|
fontWeightLighter?: GlobalValue;
|
|
3325
|
+
fontWeightNormal?: GlobalValue;
|
|
3326
|
+
fontWeightTabs?: GlobalValue;
|
|
3327
|
+
fontWeightTabsDisabled?: GlobalValue;
|
|
3205
3328
|
letterSpacingDisplayL?: GlobalValue;
|
|
3206
|
-
letterSpacingHeadingXl?: GlobalValue;
|
|
3207
3329
|
letterSpacingHeadingL?: GlobalValue;
|
|
3208
3330
|
letterSpacingHeadingM?: GlobalValue;
|
|
3209
3331
|
letterSpacingHeadingS?: GlobalValue;
|
|
3332
|
+
letterSpacingHeadingXl?: GlobalValue;
|
|
3210
3333
|
letterSpacingHeadingXs?: GlobalValue;
|
|
3211
3334
|
lineHeightBodyM?: GlobalValue;
|
|
3212
3335
|
lineHeightBodyS?: GlobalValue;
|
|
3213
3336
|
lineHeightDisplayL?: GlobalValue;
|
|
3214
|
-
|
|
3337
|
+
lineHeightFormLabel?: GlobalValue;
|
|
3215
3338
|
lineHeightHeadingL?: GlobalValue;
|
|
3216
3339
|
lineHeightHeadingM?: GlobalValue;
|
|
3217
3340
|
lineHeightHeadingS?: GlobalValue;
|
|
3341
|
+
lineHeightHeadingXl?: GlobalValue;
|
|
3218
3342
|
lineHeightHeadingXs?: GlobalValue;
|
|
3343
|
+
lineHeightKeyValuePairsLabel?: GlobalValue;
|
|
3344
|
+
lineHeightTabs?: GlobalValue;
|
|
3219
3345
|
borderRadiusAlert?: GlobalValue;
|
|
3220
3346
|
borderRadiusBadge?: GlobalValue;
|
|
3221
3347
|
borderRadiusButton?: GlobalValue;
|