@cloudscape-design/components 3.0.1300 → 3.0.1301
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/base-component/styles.scoped.css +33 -26
- package/internal/environment.js +2 -2
- package/internal/environment.json +2 -2
- package/internal/generated/styles/tokens.d.ts +33 -26
- package/internal/generated/styles/tokens.js +33 -26
- package/internal/generated/theming/index.cjs +289 -113
- package/internal/generated/theming/index.cjs.d.ts +216 -153
- package/internal/generated/theming/index.d.ts +216 -153
- package/internal/generated/theming/index.js +289 -113
- package/internal/manifest.json +1 -1
- package/manifest.json +2 -2
- package/package.json +1 -1
- package/status-indicator/styles.css.js +24 -24
- package/status-indicator/styles.scoped.css +64 -30
- package/status-indicator/styles.selectors.js +24 -24
|
@@ -134,6 +134,11 @@ export declare interface TypedOverride {
|
|
|
134
134
|
colorBackgroundStatusSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
135
135
|
colorBackgroundStatusWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
136
136
|
colorBackgroundToggleCheckedDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
137
|
+
colorBackgroundStatusIndicatorError?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
138
|
+
colorBackgroundStatusIndicatorWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
139
|
+
colorBackgroundStatusIndicatorSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
140
|
+
colorBackgroundStatusIndicatorInfo?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
141
|
+
colorBackgroundStatusIndicatorNeutral?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
137
142
|
colorBackgroundChatBubbleOutgoing?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
138
143
|
colorBackgroundChatBubbleIncoming?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
139
144
|
colorTextChatBubbleOutgoing?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -318,6 +323,8 @@ export declare interface TypedOverride {
|
|
|
318
323
|
lineHeightHeadingXs?: GlobalValue;
|
|
319
324
|
lineHeightKeyValuePairsLabel?: GlobalValue;
|
|
320
325
|
lineHeightTabs?: GlobalValue;
|
|
326
|
+
borderRadiusActionCardDefault?: GlobalValue;
|
|
327
|
+
borderRadiusActionCardEmbedded?: GlobalValue;
|
|
321
328
|
borderRadiusAlert?: GlobalValue;
|
|
322
329
|
borderRadiusBadge?: GlobalValue;
|
|
323
330
|
borderRadiusButton?: GlobalValue;
|
|
@@ -330,37 +337,36 @@ export declare interface TypedOverride {
|
|
|
330
337
|
borderRadiusDropdown?: GlobalValue;
|
|
331
338
|
borderRadiusDropzone?: GlobalValue;
|
|
332
339
|
borderRadiusFlashbar?: GlobalValue;
|
|
333
|
-
borderRadiusItem?: GlobalValue;
|
|
334
340
|
borderRadiusInput?: GlobalValue;
|
|
341
|
+
borderRadiusItem?: GlobalValue;
|
|
335
342
|
borderRadiusPopover?: GlobalValue;
|
|
343
|
+
borderRadiusStatusIndicator?: GlobalValue;
|
|
336
344
|
borderRadiusTabsFocusRing?: GlobalValue;
|
|
337
345
|
borderRadiusTiles?: GlobalValue;
|
|
338
346
|
borderRadiusToken?: GlobalValue;
|
|
339
347
|
borderRadiusTutorialPanelItem?: GlobalValue;
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
348
|
+
borderWidthActionCardActive?: GlobalValue;
|
|
349
|
+
borderWidthActionCardDefault?: GlobalValue;
|
|
350
|
+
borderWidthActionCardDisabled?: GlobalValue;
|
|
351
|
+
borderWidthActionCardHover?: GlobalValue;
|
|
343
352
|
borderWidthAlert?: GlobalValue;
|
|
344
|
-
borderWidthAlertBlockStart?: GlobalValue;
|
|
345
353
|
borderWidthAlertBlockEnd?: GlobalValue;
|
|
346
|
-
|
|
354
|
+
borderWidthAlertBlockStart?: GlobalValue;
|
|
347
355
|
borderWidthAlertInlineEnd?: GlobalValue;
|
|
356
|
+
borderWidthAlertInlineStart?: GlobalValue;
|
|
348
357
|
borderWidthButton?: GlobalValue;
|
|
358
|
+
borderWidthCard?: GlobalValue;
|
|
359
|
+
borderWidthCardSelected?: GlobalValue;
|
|
349
360
|
borderWidthDropdown?: GlobalValue;
|
|
350
361
|
borderWidthField?: GlobalValue;
|
|
351
|
-
borderWidthPopover?: GlobalValue;
|
|
352
|
-
borderWidthToken?: GlobalValue;
|
|
353
|
-
borderWidthIconSmall?: GlobalValue;
|
|
354
|
-
borderWidthIconNormal?: GlobalValue;
|
|
355
|
-
borderWidthIconMedium?: GlobalValue;
|
|
356
362
|
borderWidthIconBig?: GlobalValue;
|
|
357
363
|
borderWidthIconLarge?: GlobalValue;
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
+
borderWidthIconMedium?: GlobalValue;
|
|
365
|
+
borderWidthIconNormal?: GlobalValue;
|
|
366
|
+
borderWidthIconSmall?: GlobalValue;
|
|
367
|
+
borderWidthItemSelected?: GlobalValue;
|
|
368
|
+
borderWidthPopover?: GlobalValue;
|
|
369
|
+
borderWidthToken?: GlobalValue;
|
|
364
370
|
sizeVerticalInput?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
365
371
|
spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
366
372
|
spaceButtonHorizontal?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
@@ -376,6 +382,7 @@ export declare interface TypedOverride {
|
|
|
376
382
|
spaceActionCardHorizontalEmbedded?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
377
383
|
spaceActionCardVerticalDefault?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
378
384
|
spaceActionCardVerticalEmbedded?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
385
|
+
spaceStatusIndicatorPaddingHorizontal?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
379
386
|
shadowCard?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
380
387
|
};
|
|
381
388
|
contexts?: {
|
|
@@ -513,6 +520,11 @@ export declare interface TypedOverride {
|
|
|
513
520
|
colorBackgroundStatusSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
514
521
|
colorBackgroundStatusWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
515
522
|
colorBackgroundToggleCheckedDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
523
|
+
colorBackgroundStatusIndicatorError?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
524
|
+
colorBackgroundStatusIndicatorWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
525
|
+
colorBackgroundStatusIndicatorSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
526
|
+
colorBackgroundStatusIndicatorInfo?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
527
|
+
colorBackgroundStatusIndicatorNeutral?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
516
528
|
colorBackgroundChatBubbleOutgoing?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
517
529
|
colorBackgroundChatBubbleIncoming?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
518
530
|
colorTextChatBubbleOutgoing?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -697,6 +709,8 @@ export declare interface TypedOverride {
|
|
|
697
709
|
lineHeightHeadingXs?: GlobalValue;
|
|
698
710
|
lineHeightKeyValuePairsLabel?: GlobalValue;
|
|
699
711
|
lineHeightTabs?: GlobalValue;
|
|
712
|
+
borderRadiusActionCardDefault?: GlobalValue;
|
|
713
|
+
borderRadiusActionCardEmbedded?: GlobalValue;
|
|
700
714
|
borderRadiusAlert?: GlobalValue;
|
|
701
715
|
borderRadiusBadge?: GlobalValue;
|
|
702
716
|
borderRadiusButton?: GlobalValue;
|
|
@@ -709,37 +723,36 @@ export declare interface TypedOverride {
|
|
|
709
723
|
borderRadiusDropdown?: GlobalValue;
|
|
710
724
|
borderRadiusDropzone?: GlobalValue;
|
|
711
725
|
borderRadiusFlashbar?: GlobalValue;
|
|
712
|
-
borderRadiusItem?: GlobalValue;
|
|
713
726
|
borderRadiusInput?: GlobalValue;
|
|
727
|
+
borderRadiusItem?: GlobalValue;
|
|
714
728
|
borderRadiusPopover?: GlobalValue;
|
|
729
|
+
borderRadiusStatusIndicator?: GlobalValue;
|
|
715
730
|
borderRadiusTabsFocusRing?: GlobalValue;
|
|
716
731
|
borderRadiusTiles?: GlobalValue;
|
|
717
732
|
borderRadiusToken?: GlobalValue;
|
|
718
733
|
borderRadiusTutorialPanelItem?: GlobalValue;
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
734
|
+
borderWidthActionCardActive?: GlobalValue;
|
|
735
|
+
borderWidthActionCardDefault?: GlobalValue;
|
|
736
|
+
borderWidthActionCardDisabled?: GlobalValue;
|
|
737
|
+
borderWidthActionCardHover?: GlobalValue;
|
|
722
738
|
borderWidthAlert?: GlobalValue;
|
|
723
|
-
borderWidthAlertBlockStart?: GlobalValue;
|
|
724
739
|
borderWidthAlertBlockEnd?: GlobalValue;
|
|
725
|
-
|
|
740
|
+
borderWidthAlertBlockStart?: GlobalValue;
|
|
726
741
|
borderWidthAlertInlineEnd?: GlobalValue;
|
|
742
|
+
borderWidthAlertInlineStart?: GlobalValue;
|
|
727
743
|
borderWidthButton?: GlobalValue;
|
|
744
|
+
borderWidthCard?: GlobalValue;
|
|
745
|
+
borderWidthCardSelected?: GlobalValue;
|
|
728
746
|
borderWidthDropdown?: GlobalValue;
|
|
729
747
|
borderWidthField?: GlobalValue;
|
|
730
|
-
borderWidthPopover?: GlobalValue;
|
|
731
|
-
borderWidthToken?: GlobalValue;
|
|
732
|
-
borderWidthIconSmall?: GlobalValue;
|
|
733
|
-
borderWidthIconNormal?: GlobalValue;
|
|
734
|
-
borderWidthIconMedium?: GlobalValue;
|
|
735
748
|
borderWidthIconBig?: GlobalValue;
|
|
736
749
|
borderWidthIconLarge?: GlobalValue;
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
750
|
+
borderWidthIconMedium?: GlobalValue;
|
|
751
|
+
borderWidthIconNormal?: GlobalValue;
|
|
752
|
+
borderWidthIconSmall?: GlobalValue;
|
|
753
|
+
borderWidthItemSelected?: GlobalValue;
|
|
754
|
+
borderWidthPopover?: GlobalValue;
|
|
755
|
+
borderWidthToken?: GlobalValue;
|
|
743
756
|
sizeVerticalInput?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
744
757
|
spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
745
758
|
spaceButtonHorizontal?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
@@ -755,6 +768,7 @@ export declare interface TypedOverride {
|
|
|
755
768
|
spaceActionCardHorizontalEmbedded?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
756
769
|
spaceActionCardVerticalDefault?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
757
770
|
spaceActionCardVerticalEmbedded?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
771
|
+
spaceStatusIndicatorPaddingHorizontal?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
758
772
|
shadowCard?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
759
773
|
};
|
|
760
774
|
};
|
|
@@ -892,6 +906,11 @@ export declare interface TypedOverride {
|
|
|
892
906
|
colorBackgroundStatusSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
893
907
|
colorBackgroundStatusWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
894
908
|
colorBackgroundToggleCheckedDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
909
|
+
colorBackgroundStatusIndicatorError?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
910
|
+
colorBackgroundStatusIndicatorWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
911
|
+
colorBackgroundStatusIndicatorSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
912
|
+
colorBackgroundStatusIndicatorInfo?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
913
|
+
colorBackgroundStatusIndicatorNeutral?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
895
914
|
colorBackgroundChatBubbleOutgoing?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
896
915
|
colorBackgroundChatBubbleIncoming?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
897
916
|
colorTextChatBubbleOutgoing?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -1076,6 +1095,8 @@ export declare interface TypedOverride {
|
|
|
1076
1095
|
lineHeightHeadingXs?: GlobalValue;
|
|
1077
1096
|
lineHeightKeyValuePairsLabel?: GlobalValue;
|
|
1078
1097
|
lineHeightTabs?: GlobalValue;
|
|
1098
|
+
borderRadiusActionCardDefault?: GlobalValue;
|
|
1099
|
+
borderRadiusActionCardEmbedded?: GlobalValue;
|
|
1079
1100
|
borderRadiusAlert?: GlobalValue;
|
|
1080
1101
|
borderRadiusBadge?: GlobalValue;
|
|
1081
1102
|
borderRadiusButton?: GlobalValue;
|
|
@@ -1088,37 +1109,36 @@ export declare interface TypedOverride {
|
|
|
1088
1109
|
borderRadiusDropdown?: GlobalValue;
|
|
1089
1110
|
borderRadiusDropzone?: GlobalValue;
|
|
1090
1111
|
borderRadiusFlashbar?: GlobalValue;
|
|
1091
|
-
borderRadiusItem?: GlobalValue;
|
|
1092
1112
|
borderRadiusInput?: GlobalValue;
|
|
1113
|
+
borderRadiusItem?: GlobalValue;
|
|
1093
1114
|
borderRadiusPopover?: GlobalValue;
|
|
1115
|
+
borderRadiusStatusIndicator?: GlobalValue;
|
|
1094
1116
|
borderRadiusTabsFocusRing?: GlobalValue;
|
|
1095
1117
|
borderRadiusTiles?: GlobalValue;
|
|
1096
1118
|
borderRadiusToken?: GlobalValue;
|
|
1097
1119
|
borderRadiusTutorialPanelItem?: GlobalValue;
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1120
|
+
borderWidthActionCardActive?: GlobalValue;
|
|
1121
|
+
borderWidthActionCardDefault?: GlobalValue;
|
|
1122
|
+
borderWidthActionCardDisabled?: GlobalValue;
|
|
1123
|
+
borderWidthActionCardHover?: GlobalValue;
|
|
1101
1124
|
borderWidthAlert?: GlobalValue;
|
|
1102
|
-
borderWidthAlertBlockStart?: GlobalValue;
|
|
1103
1125
|
borderWidthAlertBlockEnd?: GlobalValue;
|
|
1104
|
-
|
|
1126
|
+
borderWidthAlertBlockStart?: GlobalValue;
|
|
1105
1127
|
borderWidthAlertInlineEnd?: GlobalValue;
|
|
1128
|
+
borderWidthAlertInlineStart?: GlobalValue;
|
|
1106
1129
|
borderWidthButton?: GlobalValue;
|
|
1130
|
+
borderWidthCard?: GlobalValue;
|
|
1131
|
+
borderWidthCardSelected?: GlobalValue;
|
|
1107
1132
|
borderWidthDropdown?: GlobalValue;
|
|
1108
1133
|
borderWidthField?: GlobalValue;
|
|
1109
|
-
borderWidthPopover?: GlobalValue;
|
|
1110
|
-
borderWidthToken?: GlobalValue;
|
|
1111
|
-
borderWidthIconSmall?: GlobalValue;
|
|
1112
|
-
borderWidthIconNormal?: GlobalValue;
|
|
1113
|
-
borderWidthIconMedium?: GlobalValue;
|
|
1114
1134
|
borderWidthIconBig?: GlobalValue;
|
|
1115
1135
|
borderWidthIconLarge?: GlobalValue;
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1136
|
+
borderWidthIconMedium?: GlobalValue;
|
|
1137
|
+
borderWidthIconNormal?: GlobalValue;
|
|
1138
|
+
borderWidthIconSmall?: GlobalValue;
|
|
1139
|
+
borderWidthItemSelected?: GlobalValue;
|
|
1140
|
+
borderWidthPopover?: GlobalValue;
|
|
1141
|
+
borderWidthToken?: GlobalValue;
|
|
1122
1142
|
sizeVerticalInput?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
1123
1143
|
spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
1124
1144
|
spaceButtonHorizontal?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
@@ -1134,6 +1154,7 @@ export declare interface TypedOverride {
|
|
|
1134
1154
|
spaceActionCardHorizontalEmbedded?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
1135
1155
|
spaceActionCardVerticalDefault?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
1136
1156
|
spaceActionCardVerticalEmbedded?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
1157
|
+
spaceStatusIndicatorPaddingHorizontal?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
1137
1158
|
shadowCard?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1138
1159
|
};
|
|
1139
1160
|
};
|
|
@@ -1271,6 +1292,11 @@ export declare interface TypedOverride {
|
|
|
1271
1292
|
colorBackgroundStatusSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1272
1293
|
colorBackgroundStatusWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1273
1294
|
colorBackgroundToggleCheckedDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1295
|
+
colorBackgroundStatusIndicatorError?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1296
|
+
colorBackgroundStatusIndicatorWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1297
|
+
colorBackgroundStatusIndicatorSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1298
|
+
colorBackgroundStatusIndicatorInfo?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1299
|
+
colorBackgroundStatusIndicatorNeutral?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1274
1300
|
colorBackgroundChatBubbleOutgoing?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1275
1301
|
colorBackgroundChatBubbleIncoming?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1276
1302
|
colorTextChatBubbleOutgoing?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -1455,6 +1481,8 @@ export declare interface TypedOverride {
|
|
|
1455
1481
|
lineHeightHeadingXs?: GlobalValue;
|
|
1456
1482
|
lineHeightKeyValuePairsLabel?: GlobalValue;
|
|
1457
1483
|
lineHeightTabs?: GlobalValue;
|
|
1484
|
+
borderRadiusActionCardDefault?: GlobalValue;
|
|
1485
|
+
borderRadiusActionCardEmbedded?: GlobalValue;
|
|
1458
1486
|
borderRadiusAlert?: GlobalValue;
|
|
1459
1487
|
borderRadiusBadge?: GlobalValue;
|
|
1460
1488
|
borderRadiusButton?: GlobalValue;
|
|
@@ -1467,37 +1495,36 @@ export declare interface TypedOverride {
|
|
|
1467
1495
|
borderRadiusDropdown?: GlobalValue;
|
|
1468
1496
|
borderRadiusDropzone?: GlobalValue;
|
|
1469
1497
|
borderRadiusFlashbar?: GlobalValue;
|
|
1470
|
-
borderRadiusItem?: GlobalValue;
|
|
1471
1498
|
borderRadiusInput?: GlobalValue;
|
|
1499
|
+
borderRadiusItem?: GlobalValue;
|
|
1472
1500
|
borderRadiusPopover?: GlobalValue;
|
|
1501
|
+
borderRadiusStatusIndicator?: GlobalValue;
|
|
1473
1502
|
borderRadiusTabsFocusRing?: GlobalValue;
|
|
1474
1503
|
borderRadiusTiles?: GlobalValue;
|
|
1475
1504
|
borderRadiusToken?: GlobalValue;
|
|
1476
1505
|
borderRadiusTutorialPanelItem?: GlobalValue;
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1506
|
+
borderWidthActionCardActive?: GlobalValue;
|
|
1507
|
+
borderWidthActionCardDefault?: GlobalValue;
|
|
1508
|
+
borderWidthActionCardDisabled?: GlobalValue;
|
|
1509
|
+
borderWidthActionCardHover?: GlobalValue;
|
|
1480
1510
|
borderWidthAlert?: GlobalValue;
|
|
1481
|
-
borderWidthAlertBlockStart?: GlobalValue;
|
|
1482
1511
|
borderWidthAlertBlockEnd?: GlobalValue;
|
|
1483
|
-
|
|
1512
|
+
borderWidthAlertBlockStart?: GlobalValue;
|
|
1484
1513
|
borderWidthAlertInlineEnd?: GlobalValue;
|
|
1514
|
+
borderWidthAlertInlineStart?: GlobalValue;
|
|
1485
1515
|
borderWidthButton?: GlobalValue;
|
|
1516
|
+
borderWidthCard?: GlobalValue;
|
|
1517
|
+
borderWidthCardSelected?: GlobalValue;
|
|
1486
1518
|
borderWidthDropdown?: GlobalValue;
|
|
1487
1519
|
borderWidthField?: GlobalValue;
|
|
1488
|
-
borderWidthPopover?: GlobalValue;
|
|
1489
|
-
borderWidthToken?: GlobalValue;
|
|
1490
|
-
borderWidthIconSmall?: GlobalValue;
|
|
1491
|
-
borderWidthIconNormal?: GlobalValue;
|
|
1492
|
-
borderWidthIconMedium?: GlobalValue;
|
|
1493
1520
|
borderWidthIconBig?: GlobalValue;
|
|
1494
1521
|
borderWidthIconLarge?: GlobalValue;
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1522
|
+
borderWidthIconMedium?: GlobalValue;
|
|
1523
|
+
borderWidthIconNormal?: GlobalValue;
|
|
1524
|
+
borderWidthIconSmall?: GlobalValue;
|
|
1525
|
+
borderWidthItemSelected?: GlobalValue;
|
|
1526
|
+
borderWidthPopover?: GlobalValue;
|
|
1527
|
+
borderWidthToken?: GlobalValue;
|
|
1501
1528
|
sizeVerticalInput?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
1502
1529
|
spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
1503
1530
|
spaceButtonHorizontal?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
@@ -1513,6 +1540,7 @@ export declare interface TypedOverride {
|
|
|
1513
1540
|
spaceActionCardHorizontalEmbedded?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
1514
1541
|
spaceActionCardVerticalDefault?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
1515
1542
|
spaceActionCardVerticalEmbedded?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
1543
|
+
spaceStatusIndicatorPaddingHorizontal?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
1516
1544
|
shadowCard?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1517
1545
|
};
|
|
1518
1546
|
};
|
|
@@ -1650,6 +1678,11 @@ export declare interface TypedOverride {
|
|
|
1650
1678
|
colorBackgroundStatusSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1651
1679
|
colorBackgroundStatusWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1652
1680
|
colorBackgroundToggleCheckedDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1681
|
+
colorBackgroundStatusIndicatorError?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1682
|
+
colorBackgroundStatusIndicatorWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1683
|
+
colorBackgroundStatusIndicatorSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1684
|
+
colorBackgroundStatusIndicatorInfo?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1685
|
+
colorBackgroundStatusIndicatorNeutral?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1653
1686
|
colorBackgroundChatBubbleOutgoing?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1654
1687
|
colorBackgroundChatBubbleIncoming?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1655
1688
|
colorTextChatBubbleOutgoing?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -1834,6 +1867,8 @@ export declare interface TypedOverride {
|
|
|
1834
1867
|
lineHeightHeadingXs?: GlobalValue;
|
|
1835
1868
|
lineHeightKeyValuePairsLabel?: GlobalValue;
|
|
1836
1869
|
lineHeightTabs?: GlobalValue;
|
|
1870
|
+
borderRadiusActionCardDefault?: GlobalValue;
|
|
1871
|
+
borderRadiusActionCardEmbedded?: GlobalValue;
|
|
1837
1872
|
borderRadiusAlert?: GlobalValue;
|
|
1838
1873
|
borderRadiusBadge?: GlobalValue;
|
|
1839
1874
|
borderRadiusButton?: GlobalValue;
|
|
@@ -1846,37 +1881,36 @@ export declare interface TypedOverride {
|
|
|
1846
1881
|
borderRadiusDropdown?: GlobalValue;
|
|
1847
1882
|
borderRadiusDropzone?: GlobalValue;
|
|
1848
1883
|
borderRadiusFlashbar?: GlobalValue;
|
|
1849
|
-
borderRadiusItem?: GlobalValue;
|
|
1850
1884
|
borderRadiusInput?: GlobalValue;
|
|
1885
|
+
borderRadiusItem?: GlobalValue;
|
|
1851
1886
|
borderRadiusPopover?: GlobalValue;
|
|
1887
|
+
borderRadiusStatusIndicator?: GlobalValue;
|
|
1852
1888
|
borderRadiusTabsFocusRing?: GlobalValue;
|
|
1853
1889
|
borderRadiusTiles?: GlobalValue;
|
|
1854
1890
|
borderRadiusToken?: GlobalValue;
|
|
1855
1891
|
borderRadiusTutorialPanelItem?: GlobalValue;
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1892
|
+
borderWidthActionCardActive?: GlobalValue;
|
|
1893
|
+
borderWidthActionCardDefault?: GlobalValue;
|
|
1894
|
+
borderWidthActionCardDisabled?: GlobalValue;
|
|
1895
|
+
borderWidthActionCardHover?: GlobalValue;
|
|
1859
1896
|
borderWidthAlert?: GlobalValue;
|
|
1860
|
-
borderWidthAlertBlockStart?: GlobalValue;
|
|
1861
1897
|
borderWidthAlertBlockEnd?: GlobalValue;
|
|
1862
|
-
|
|
1898
|
+
borderWidthAlertBlockStart?: GlobalValue;
|
|
1863
1899
|
borderWidthAlertInlineEnd?: GlobalValue;
|
|
1900
|
+
borderWidthAlertInlineStart?: GlobalValue;
|
|
1864
1901
|
borderWidthButton?: GlobalValue;
|
|
1902
|
+
borderWidthCard?: GlobalValue;
|
|
1903
|
+
borderWidthCardSelected?: GlobalValue;
|
|
1865
1904
|
borderWidthDropdown?: GlobalValue;
|
|
1866
1905
|
borderWidthField?: GlobalValue;
|
|
1867
|
-
borderWidthPopover?: GlobalValue;
|
|
1868
|
-
borderWidthToken?: GlobalValue;
|
|
1869
|
-
borderWidthIconSmall?: GlobalValue;
|
|
1870
|
-
borderWidthIconNormal?: GlobalValue;
|
|
1871
|
-
borderWidthIconMedium?: GlobalValue;
|
|
1872
1906
|
borderWidthIconBig?: GlobalValue;
|
|
1873
1907
|
borderWidthIconLarge?: GlobalValue;
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1908
|
+
borderWidthIconMedium?: GlobalValue;
|
|
1909
|
+
borderWidthIconNormal?: GlobalValue;
|
|
1910
|
+
borderWidthIconSmall?: GlobalValue;
|
|
1911
|
+
borderWidthItemSelected?: GlobalValue;
|
|
1912
|
+
borderWidthPopover?: GlobalValue;
|
|
1913
|
+
borderWidthToken?: GlobalValue;
|
|
1880
1914
|
sizeVerticalInput?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
1881
1915
|
spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
1882
1916
|
spaceButtonHorizontal?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
@@ -1892,6 +1926,7 @@ export declare interface TypedOverride {
|
|
|
1892
1926
|
spaceActionCardHorizontalEmbedded?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
1893
1927
|
spaceActionCardVerticalDefault?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
1894
1928
|
spaceActionCardVerticalEmbedded?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
1929
|
+
spaceStatusIndicatorPaddingHorizontal?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
1895
1930
|
shadowCard?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1896
1931
|
};
|
|
1897
1932
|
};
|
|
@@ -2029,6 +2064,11 @@ export declare interface TypedOverride {
|
|
|
2029
2064
|
colorBackgroundStatusSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2030
2065
|
colorBackgroundStatusWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2031
2066
|
colorBackgroundToggleCheckedDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2067
|
+
colorBackgroundStatusIndicatorError?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2068
|
+
colorBackgroundStatusIndicatorWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2069
|
+
colorBackgroundStatusIndicatorSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2070
|
+
colorBackgroundStatusIndicatorInfo?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2071
|
+
colorBackgroundStatusIndicatorNeutral?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2032
2072
|
colorBackgroundChatBubbleOutgoing?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2033
2073
|
colorBackgroundChatBubbleIncoming?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2034
2074
|
colorTextChatBubbleOutgoing?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2213,6 +2253,8 @@ export declare interface TypedOverride {
|
|
|
2213
2253
|
lineHeightHeadingXs?: GlobalValue;
|
|
2214
2254
|
lineHeightKeyValuePairsLabel?: GlobalValue;
|
|
2215
2255
|
lineHeightTabs?: GlobalValue;
|
|
2256
|
+
borderRadiusActionCardDefault?: GlobalValue;
|
|
2257
|
+
borderRadiusActionCardEmbedded?: GlobalValue;
|
|
2216
2258
|
borderRadiusAlert?: GlobalValue;
|
|
2217
2259
|
borderRadiusBadge?: GlobalValue;
|
|
2218
2260
|
borderRadiusButton?: GlobalValue;
|
|
@@ -2225,37 +2267,36 @@ export declare interface TypedOverride {
|
|
|
2225
2267
|
borderRadiusDropdown?: GlobalValue;
|
|
2226
2268
|
borderRadiusDropzone?: GlobalValue;
|
|
2227
2269
|
borderRadiusFlashbar?: GlobalValue;
|
|
2228
|
-
borderRadiusItem?: GlobalValue;
|
|
2229
2270
|
borderRadiusInput?: GlobalValue;
|
|
2271
|
+
borderRadiusItem?: GlobalValue;
|
|
2230
2272
|
borderRadiusPopover?: GlobalValue;
|
|
2273
|
+
borderRadiusStatusIndicator?: GlobalValue;
|
|
2231
2274
|
borderRadiusTabsFocusRing?: GlobalValue;
|
|
2232
2275
|
borderRadiusTiles?: GlobalValue;
|
|
2233
2276
|
borderRadiusToken?: GlobalValue;
|
|
2234
2277
|
borderRadiusTutorialPanelItem?: GlobalValue;
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
2278
|
+
borderWidthActionCardActive?: GlobalValue;
|
|
2279
|
+
borderWidthActionCardDefault?: GlobalValue;
|
|
2280
|
+
borderWidthActionCardDisabled?: GlobalValue;
|
|
2281
|
+
borderWidthActionCardHover?: GlobalValue;
|
|
2238
2282
|
borderWidthAlert?: GlobalValue;
|
|
2239
|
-
borderWidthAlertBlockStart?: GlobalValue;
|
|
2240
2283
|
borderWidthAlertBlockEnd?: GlobalValue;
|
|
2241
|
-
|
|
2284
|
+
borderWidthAlertBlockStart?: GlobalValue;
|
|
2242
2285
|
borderWidthAlertInlineEnd?: GlobalValue;
|
|
2286
|
+
borderWidthAlertInlineStart?: GlobalValue;
|
|
2243
2287
|
borderWidthButton?: GlobalValue;
|
|
2288
|
+
borderWidthCard?: GlobalValue;
|
|
2289
|
+
borderWidthCardSelected?: GlobalValue;
|
|
2244
2290
|
borderWidthDropdown?: GlobalValue;
|
|
2245
2291
|
borderWidthField?: GlobalValue;
|
|
2246
|
-
borderWidthPopover?: GlobalValue;
|
|
2247
|
-
borderWidthToken?: GlobalValue;
|
|
2248
|
-
borderWidthIconSmall?: GlobalValue;
|
|
2249
|
-
borderWidthIconNormal?: GlobalValue;
|
|
2250
|
-
borderWidthIconMedium?: GlobalValue;
|
|
2251
2292
|
borderWidthIconBig?: GlobalValue;
|
|
2252
2293
|
borderWidthIconLarge?: GlobalValue;
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
|
|
2294
|
+
borderWidthIconMedium?: GlobalValue;
|
|
2295
|
+
borderWidthIconNormal?: GlobalValue;
|
|
2296
|
+
borderWidthIconSmall?: GlobalValue;
|
|
2297
|
+
borderWidthItemSelected?: GlobalValue;
|
|
2298
|
+
borderWidthPopover?: GlobalValue;
|
|
2299
|
+
borderWidthToken?: GlobalValue;
|
|
2259
2300
|
sizeVerticalInput?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
2260
2301
|
spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
2261
2302
|
spaceButtonHorizontal?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
@@ -2271,6 +2312,7 @@ export declare interface TypedOverride {
|
|
|
2271
2312
|
spaceActionCardHorizontalEmbedded?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
2272
2313
|
spaceActionCardVerticalDefault?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
2273
2314
|
spaceActionCardVerticalEmbedded?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
2315
|
+
spaceStatusIndicatorPaddingHorizontal?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
2274
2316
|
shadowCard?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2275
2317
|
};
|
|
2276
2318
|
};
|
|
@@ -2408,6 +2450,11 @@ export declare interface TypedOverride {
|
|
|
2408
2450
|
colorBackgroundStatusSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2409
2451
|
colorBackgroundStatusWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2410
2452
|
colorBackgroundToggleCheckedDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2453
|
+
colorBackgroundStatusIndicatorError?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2454
|
+
colorBackgroundStatusIndicatorWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2455
|
+
colorBackgroundStatusIndicatorSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2456
|
+
colorBackgroundStatusIndicatorInfo?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2457
|
+
colorBackgroundStatusIndicatorNeutral?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2411
2458
|
colorBackgroundChatBubbleOutgoing?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2412
2459
|
colorBackgroundChatBubbleIncoming?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2413
2460
|
colorTextChatBubbleOutgoing?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2592,6 +2639,8 @@ export declare interface TypedOverride {
|
|
|
2592
2639
|
lineHeightHeadingXs?: GlobalValue;
|
|
2593
2640
|
lineHeightKeyValuePairsLabel?: GlobalValue;
|
|
2594
2641
|
lineHeightTabs?: GlobalValue;
|
|
2642
|
+
borderRadiusActionCardDefault?: GlobalValue;
|
|
2643
|
+
borderRadiusActionCardEmbedded?: GlobalValue;
|
|
2595
2644
|
borderRadiusAlert?: GlobalValue;
|
|
2596
2645
|
borderRadiusBadge?: GlobalValue;
|
|
2597
2646
|
borderRadiusButton?: GlobalValue;
|
|
@@ -2604,37 +2653,36 @@ export declare interface TypedOverride {
|
|
|
2604
2653
|
borderRadiusDropdown?: GlobalValue;
|
|
2605
2654
|
borderRadiusDropzone?: GlobalValue;
|
|
2606
2655
|
borderRadiusFlashbar?: GlobalValue;
|
|
2607
|
-
borderRadiusItem?: GlobalValue;
|
|
2608
2656
|
borderRadiusInput?: GlobalValue;
|
|
2657
|
+
borderRadiusItem?: GlobalValue;
|
|
2609
2658
|
borderRadiusPopover?: GlobalValue;
|
|
2659
|
+
borderRadiusStatusIndicator?: GlobalValue;
|
|
2610
2660
|
borderRadiusTabsFocusRing?: GlobalValue;
|
|
2611
2661
|
borderRadiusTiles?: GlobalValue;
|
|
2612
2662
|
borderRadiusToken?: GlobalValue;
|
|
2613
2663
|
borderRadiusTutorialPanelItem?: GlobalValue;
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
|
|
2664
|
+
borderWidthActionCardActive?: GlobalValue;
|
|
2665
|
+
borderWidthActionCardDefault?: GlobalValue;
|
|
2666
|
+
borderWidthActionCardDisabled?: GlobalValue;
|
|
2667
|
+
borderWidthActionCardHover?: GlobalValue;
|
|
2617
2668
|
borderWidthAlert?: GlobalValue;
|
|
2618
|
-
borderWidthAlertBlockStart?: GlobalValue;
|
|
2619
2669
|
borderWidthAlertBlockEnd?: GlobalValue;
|
|
2620
|
-
|
|
2670
|
+
borderWidthAlertBlockStart?: GlobalValue;
|
|
2621
2671
|
borderWidthAlertInlineEnd?: GlobalValue;
|
|
2672
|
+
borderWidthAlertInlineStart?: GlobalValue;
|
|
2622
2673
|
borderWidthButton?: GlobalValue;
|
|
2674
|
+
borderWidthCard?: GlobalValue;
|
|
2675
|
+
borderWidthCardSelected?: GlobalValue;
|
|
2623
2676
|
borderWidthDropdown?: GlobalValue;
|
|
2624
2677
|
borderWidthField?: GlobalValue;
|
|
2625
|
-
borderWidthPopover?: GlobalValue;
|
|
2626
|
-
borderWidthToken?: GlobalValue;
|
|
2627
|
-
borderWidthIconSmall?: GlobalValue;
|
|
2628
|
-
borderWidthIconNormal?: GlobalValue;
|
|
2629
|
-
borderWidthIconMedium?: GlobalValue;
|
|
2630
2678
|
borderWidthIconBig?: GlobalValue;
|
|
2631
2679
|
borderWidthIconLarge?: GlobalValue;
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
|
|
2635
|
-
|
|
2636
|
-
|
|
2637
|
-
|
|
2680
|
+
borderWidthIconMedium?: GlobalValue;
|
|
2681
|
+
borderWidthIconNormal?: GlobalValue;
|
|
2682
|
+
borderWidthIconSmall?: GlobalValue;
|
|
2683
|
+
borderWidthItemSelected?: GlobalValue;
|
|
2684
|
+
borderWidthPopover?: GlobalValue;
|
|
2685
|
+
borderWidthToken?: GlobalValue;
|
|
2638
2686
|
sizeVerticalInput?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
2639
2687
|
spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
2640
2688
|
spaceButtonHorizontal?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
@@ -2650,6 +2698,7 @@ export declare interface TypedOverride {
|
|
|
2650
2698
|
spaceActionCardHorizontalEmbedded?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
2651
2699
|
spaceActionCardVerticalDefault?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
2652
2700
|
spaceActionCardVerticalEmbedded?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
2701
|
+
spaceStatusIndicatorPaddingHorizontal?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
2653
2702
|
shadowCard?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2654
2703
|
};
|
|
2655
2704
|
};
|
|
@@ -2787,6 +2836,11 @@ export declare interface TypedOverride {
|
|
|
2787
2836
|
colorBackgroundStatusSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2788
2837
|
colorBackgroundStatusWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2789
2838
|
colorBackgroundToggleCheckedDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2839
|
+
colorBackgroundStatusIndicatorError?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2840
|
+
colorBackgroundStatusIndicatorWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2841
|
+
colorBackgroundStatusIndicatorSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2842
|
+
colorBackgroundStatusIndicatorInfo?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2843
|
+
colorBackgroundStatusIndicatorNeutral?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2790
2844
|
colorBackgroundChatBubbleOutgoing?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2791
2845
|
colorBackgroundChatBubbleIncoming?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2792
2846
|
colorTextChatBubbleOutgoing?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -2971,6 +3025,8 @@ export declare interface TypedOverride {
|
|
|
2971
3025
|
lineHeightHeadingXs?: GlobalValue;
|
|
2972
3026
|
lineHeightKeyValuePairsLabel?: GlobalValue;
|
|
2973
3027
|
lineHeightTabs?: GlobalValue;
|
|
3028
|
+
borderRadiusActionCardDefault?: GlobalValue;
|
|
3029
|
+
borderRadiusActionCardEmbedded?: GlobalValue;
|
|
2974
3030
|
borderRadiusAlert?: GlobalValue;
|
|
2975
3031
|
borderRadiusBadge?: GlobalValue;
|
|
2976
3032
|
borderRadiusButton?: GlobalValue;
|
|
@@ -2983,37 +3039,36 @@ export declare interface TypedOverride {
|
|
|
2983
3039
|
borderRadiusDropdown?: GlobalValue;
|
|
2984
3040
|
borderRadiusDropzone?: GlobalValue;
|
|
2985
3041
|
borderRadiusFlashbar?: GlobalValue;
|
|
2986
|
-
borderRadiusItem?: GlobalValue;
|
|
2987
3042
|
borderRadiusInput?: GlobalValue;
|
|
3043
|
+
borderRadiusItem?: GlobalValue;
|
|
2988
3044
|
borderRadiusPopover?: GlobalValue;
|
|
3045
|
+
borderRadiusStatusIndicator?: GlobalValue;
|
|
2989
3046
|
borderRadiusTabsFocusRing?: GlobalValue;
|
|
2990
3047
|
borderRadiusTiles?: GlobalValue;
|
|
2991
3048
|
borderRadiusToken?: GlobalValue;
|
|
2992
3049
|
borderRadiusTutorialPanelItem?: GlobalValue;
|
|
2993
|
-
|
|
2994
|
-
|
|
2995
|
-
|
|
3050
|
+
borderWidthActionCardActive?: GlobalValue;
|
|
3051
|
+
borderWidthActionCardDefault?: GlobalValue;
|
|
3052
|
+
borderWidthActionCardDisabled?: GlobalValue;
|
|
3053
|
+
borderWidthActionCardHover?: GlobalValue;
|
|
2996
3054
|
borderWidthAlert?: GlobalValue;
|
|
2997
|
-
borderWidthAlertBlockStart?: GlobalValue;
|
|
2998
3055
|
borderWidthAlertBlockEnd?: GlobalValue;
|
|
2999
|
-
|
|
3056
|
+
borderWidthAlertBlockStart?: GlobalValue;
|
|
3000
3057
|
borderWidthAlertInlineEnd?: GlobalValue;
|
|
3058
|
+
borderWidthAlertInlineStart?: GlobalValue;
|
|
3001
3059
|
borderWidthButton?: GlobalValue;
|
|
3060
|
+
borderWidthCard?: GlobalValue;
|
|
3061
|
+
borderWidthCardSelected?: GlobalValue;
|
|
3002
3062
|
borderWidthDropdown?: GlobalValue;
|
|
3003
3063
|
borderWidthField?: GlobalValue;
|
|
3004
|
-
borderWidthPopover?: GlobalValue;
|
|
3005
|
-
borderWidthToken?: GlobalValue;
|
|
3006
|
-
borderWidthIconSmall?: GlobalValue;
|
|
3007
|
-
borderWidthIconNormal?: GlobalValue;
|
|
3008
|
-
borderWidthIconMedium?: GlobalValue;
|
|
3009
3064
|
borderWidthIconBig?: GlobalValue;
|
|
3010
3065
|
borderWidthIconLarge?: GlobalValue;
|
|
3011
|
-
|
|
3012
|
-
|
|
3013
|
-
|
|
3014
|
-
|
|
3015
|
-
|
|
3016
|
-
|
|
3066
|
+
borderWidthIconMedium?: GlobalValue;
|
|
3067
|
+
borderWidthIconNormal?: GlobalValue;
|
|
3068
|
+
borderWidthIconSmall?: GlobalValue;
|
|
3069
|
+
borderWidthItemSelected?: GlobalValue;
|
|
3070
|
+
borderWidthPopover?: GlobalValue;
|
|
3071
|
+
borderWidthToken?: GlobalValue;
|
|
3017
3072
|
sizeVerticalInput?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
3018
3073
|
spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
3019
3074
|
spaceButtonHorizontal?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
@@ -3029,6 +3084,7 @@ export declare interface TypedOverride {
|
|
|
3029
3084
|
spaceActionCardHorizontalEmbedded?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
3030
3085
|
spaceActionCardVerticalDefault?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
3031
3086
|
spaceActionCardVerticalEmbedded?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
3087
|
+
spaceStatusIndicatorPaddingHorizontal?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
3032
3088
|
shadowCard?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3033
3089
|
};
|
|
3034
3090
|
};
|
|
@@ -3166,6 +3222,11 @@ export declare interface TypedOverride {
|
|
|
3166
3222
|
colorBackgroundStatusSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3167
3223
|
colorBackgroundStatusWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3168
3224
|
colorBackgroundToggleCheckedDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3225
|
+
colorBackgroundStatusIndicatorError?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3226
|
+
colorBackgroundStatusIndicatorWarning?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3227
|
+
colorBackgroundStatusIndicatorSuccess?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3228
|
+
colorBackgroundStatusIndicatorInfo?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3229
|
+
colorBackgroundStatusIndicatorNeutral?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3169
3230
|
colorBackgroundChatBubbleOutgoing?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3170
3231
|
colorBackgroundChatBubbleIncoming?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3171
3232
|
colorTextChatBubbleOutgoing?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -3350,6 +3411,8 @@ export declare interface TypedOverride {
|
|
|
3350
3411
|
lineHeightHeadingXs?: GlobalValue;
|
|
3351
3412
|
lineHeightKeyValuePairsLabel?: GlobalValue;
|
|
3352
3413
|
lineHeightTabs?: GlobalValue;
|
|
3414
|
+
borderRadiusActionCardDefault?: GlobalValue;
|
|
3415
|
+
borderRadiusActionCardEmbedded?: GlobalValue;
|
|
3353
3416
|
borderRadiusAlert?: GlobalValue;
|
|
3354
3417
|
borderRadiusBadge?: GlobalValue;
|
|
3355
3418
|
borderRadiusButton?: GlobalValue;
|
|
@@ -3362,37 +3425,36 @@ export declare interface TypedOverride {
|
|
|
3362
3425
|
borderRadiusDropdown?: GlobalValue;
|
|
3363
3426
|
borderRadiusDropzone?: GlobalValue;
|
|
3364
3427
|
borderRadiusFlashbar?: GlobalValue;
|
|
3365
|
-
borderRadiusItem?: GlobalValue;
|
|
3366
3428
|
borderRadiusInput?: GlobalValue;
|
|
3429
|
+
borderRadiusItem?: GlobalValue;
|
|
3367
3430
|
borderRadiusPopover?: GlobalValue;
|
|
3431
|
+
borderRadiusStatusIndicator?: GlobalValue;
|
|
3368
3432
|
borderRadiusTabsFocusRing?: GlobalValue;
|
|
3369
3433
|
borderRadiusTiles?: GlobalValue;
|
|
3370
3434
|
borderRadiusToken?: GlobalValue;
|
|
3371
3435
|
borderRadiusTutorialPanelItem?: GlobalValue;
|
|
3372
|
-
|
|
3373
|
-
|
|
3374
|
-
|
|
3436
|
+
borderWidthActionCardActive?: GlobalValue;
|
|
3437
|
+
borderWidthActionCardDefault?: GlobalValue;
|
|
3438
|
+
borderWidthActionCardDisabled?: GlobalValue;
|
|
3439
|
+
borderWidthActionCardHover?: GlobalValue;
|
|
3375
3440
|
borderWidthAlert?: GlobalValue;
|
|
3376
|
-
borderWidthAlertBlockStart?: GlobalValue;
|
|
3377
3441
|
borderWidthAlertBlockEnd?: GlobalValue;
|
|
3378
|
-
|
|
3442
|
+
borderWidthAlertBlockStart?: GlobalValue;
|
|
3379
3443
|
borderWidthAlertInlineEnd?: GlobalValue;
|
|
3444
|
+
borderWidthAlertInlineStart?: GlobalValue;
|
|
3380
3445
|
borderWidthButton?: GlobalValue;
|
|
3446
|
+
borderWidthCard?: GlobalValue;
|
|
3447
|
+
borderWidthCardSelected?: GlobalValue;
|
|
3381
3448
|
borderWidthDropdown?: GlobalValue;
|
|
3382
3449
|
borderWidthField?: GlobalValue;
|
|
3383
|
-
borderWidthPopover?: GlobalValue;
|
|
3384
|
-
borderWidthToken?: GlobalValue;
|
|
3385
|
-
borderWidthIconSmall?: GlobalValue;
|
|
3386
|
-
borderWidthIconNormal?: GlobalValue;
|
|
3387
|
-
borderWidthIconMedium?: GlobalValue;
|
|
3388
3450
|
borderWidthIconBig?: GlobalValue;
|
|
3389
3451
|
borderWidthIconLarge?: GlobalValue;
|
|
3390
|
-
|
|
3391
|
-
|
|
3392
|
-
|
|
3393
|
-
|
|
3394
|
-
|
|
3395
|
-
|
|
3452
|
+
borderWidthIconMedium?: GlobalValue;
|
|
3453
|
+
borderWidthIconNormal?: GlobalValue;
|
|
3454
|
+
borderWidthIconSmall?: GlobalValue;
|
|
3455
|
+
borderWidthItemSelected?: GlobalValue;
|
|
3456
|
+
borderWidthPopover?: GlobalValue;
|
|
3457
|
+
borderWidthToken?: GlobalValue;
|
|
3396
3458
|
sizeVerticalInput?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
3397
3459
|
spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
3398
3460
|
spaceButtonHorizontal?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
@@ -3408,6 +3470,7 @@ export declare interface TypedOverride {
|
|
|
3408
3470
|
spaceActionCardHorizontalEmbedded?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
3409
3471
|
spaceActionCardVerticalDefault?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
3410
3472
|
spaceActionCardVerticalEmbedded?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
3473
|
+
spaceStatusIndicatorPaddingHorizontal?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
3411
3474
|
shadowCard?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
3412
3475
|
};
|
|
3413
3476
|
};
|