@cloudscape-design/components 3.0.1273 → 3.0.1275
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/action-card/index.d.ts +5 -0
- package/action-card/index.d.ts.map +1 -0
- package/action-card/index.js +30 -0
- package/action-card/index.js.map +1 -0
- package/action-card/interfaces.d.ts +79 -0
- package/action-card/interfaces.d.ts.map +1 -0
- package/action-card/interfaces.js +2 -0
- package/action-card/interfaces.js.map +1 -0
- package/action-card/internal.d.ts +6 -0
- package/action-card/internal.d.ts.map +1 -0
- package/action-card/internal.js +74 -0
- package/action-card/internal.js.map +1 -0
- package/action-card/styles.css.js +22 -0
- package/action-card/styles.scoped.css +580 -0
- package/action-card/styles.selectors.js +23 -0
- package/action-card/test-classes/styles.css.js +11 -0
- package/action-card/test-classes/styles.scoped.css +12 -0
- package/action-card/test-classes/styles.selectors.js +12 -0
- package/button-dropdown/tooltip.d.ts.map +1 -1
- package/button-dropdown/tooltip.js +18 -5
- package/button-dropdown/tooltip.js.map +1 -1
- package/date-range-picker/calendar/grids/index.js +9 -9
- package/date-range-picker/calendar/grids/index.js.map +1 -1
- package/date-range-picker/calendar/header/index.js +5 -5
- package/date-range-picker/calendar/header/index.js.map +1 -1
- package/date-range-picker/calendar/index.d.ts +2 -1
- package/date-range-picker/calendar/index.d.ts.map +1 -1
- package/date-range-picker/calendar/index.js +5 -5
- package/date-range-picker/calendar/index.js.map +1 -1
- package/date-range-picker/calendar/interfaces.d.ts +1 -0
- package/date-range-picker/calendar/interfaces.d.ts.map +1 -1
- package/date-range-picker/calendar/interfaces.js.map +1 -1
- package/date-range-picker/calendar/utils.d.ts +4 -4
- package/date-range-picker/calendar/utils.d.ts.map +1 -1
- package/date-range-picker/calendar/utils.js +51 -25
- package/date-range-picker/calendar/utils.js.map +1 -1
- package/date-range-picker/dropdown.d.ts +3 -2
- package/date-range-picker/dropdown.d.ts.map +1 -1
- package/date-range-picker/dropdown.js +2 -2
- package/date-range-picker/dropdown.js.map +1 -1
- package/date-range-picker/index.d.ts.map +1 -1
- package/date-range-picker/index.js +2 -2
- package/date-range-picker/index.js.map +1 -1
- package/date-range-picker/interfaces.d.ts +9 -0
- package/date-range-picker/interfaces.d.ts.map +1 -1
- package/date-range-picker/interfaces.js.map +1 -1
- package/i18n/dynamic.d.ts +1 -1
- package/i18n/testing.js +1 -1
- package/i18n/testing.js.map +1 -1
- package/index.d.ts +1 -0
- package/index.d.ts.map +1 -1
- package/index.js +1 -0
- package/index.js.map +1 -1
- package/internal/base-component/styles.scoped.css +81 -3
- package/internal/components/drag-handle/button.d.ts +1 -1
- package/internal/components/drag-handle/index.d.ts +1 -1
- package/internal/components/structured-item/styles.css.js +7 -7
- package/internal/components/structured-item/styles.scoped.css +9 -8
- package/internal/components/structured-item/styles.selectors.js +7 -7
- package/internal/environment.js +2 -2
- package/internal/environment.json +2 -2
- package/internal/generated/styles/tokens.d.ts +27 -1
- package/internal/generated/styles/tokens.js +27 -1
- package/internal/generated/theming/index.cjs +502 -4
- package/internal/generated/theming/index.cjs.d.ts +36 -0
- package/internal/generated/theming/index.d.ts +36 -0
- package/internal/generated/theming/index.js +502 -4
- package/internal/manifest.json +1 -1
- package/internal/vendor/d3-scale.js +8 -8
- package/internal/vendor/react-virtual.js +1 -1
- package/item-card/styles.css.js +14 -14
- package/item-card/styles.scoped.css +52 -52
- package/item-card/styles.selectors.js +14 -14
- package/package.json +2 -1
- package/select/parts/filter.d.ts +1 -1
- package/table/body-cell/styles.css.js +48 -48
- package/table/body-cell/styles.scoped.css +379 -379
- package/table/body-cell/styles.selectors.js +48 -48
- package/table/styles.css.js +34 -34
- package/table/styles.scoped.css +42 -42
- package/table/styles.selectors.js +34 -34
- package/test-utils/dom/action-card/index.d.ts +29 -0
- package/test-utils/dom/action-card/index.js +64 -0
- package/test-utils/dom/action-card/index.js.map +1 -0
- package/test-utils/dom/autosuggest/index.js +16 -17
- package/test-utils/dom/autosuggest/index.js.map +1 -1
- package/test-utils/dom/button-dropdown/index.js +1 -2
- package/test-utils/dom/button-dropdown/index.js.map +1 -1
- package/test-utils/dom/dropdown/index.d.ts +0 -1
- package/test-utils/dom/dropdown/index.js +0 -2
- package/test-utils/dom/dropdown/index.js.map +1 -1
- package/test-utils/dom/index.d.ts +28 -0
- package/test-utils/dom/index.js +21 -2
- package/test-utils/dom/index.js.map +1 -1
- package/test-utils/dom/internal/autosuggest-input.js +1 -2
- package/test-utils/dom/internal/autosuggest-input.js.map +1 -1
- package/test-utils/dom/internal/dropdown-host.js +17 -18
- package/test-utils/dom/internal/dropdown-host.js.map +1 -1
- package/test-utils/dom/internal/dropdown.js +1 -2
- package/test-utils/dom/internal/dropdown.js.map +1 -1
- package/test-utils/selectors/action-card/index.d.ts +20 -0
- package/test-utils/selectors/action-card/index.js +36 -0
- package/test-utils/selectors/action-card/index.js.map +1 -0
- package/test-utils/selectors/autosuggest/index.js +16 -17
- package/test-utils/selectors/autosuggest/index.js.map +1 -1
- package/test-utils/selectors/button-dropdown/index.js +1 -2
- package/test-utils/selectors/button-dropdown/index.js.map +1 -1
- package/test-utils/selectors/dropdown/index.d.ts +0 -1
- package/test-utils/selectors/dropdown/index.js +0 -2
- package/test-utils/selectors/dropdown/index.js.map +1 -1
- package/test-utils/selectors/index.d.ts +18 -0
- package/test-utils/selectors/index.js +16 -2
- package/test-utils/selectors/index.js.map +1 -1
- package/test-utils/selectors/internal/autosuggest-input.js +1 -2
- package/test-utils/selectors/internal/autosuggest-input.js.map +1 -1
- package/test-utils/selectors/internal/dropdown-host.js +17 -18
- package/test-utils/selectors/internal/dropdown-host.js.map +1 -1
- package/test-utils/selectors/internal/dropdown.js +1 -2
- package/test-utils/selectors/internal/dropdown.js.map +1 -1
- package/tiles/styles.css.js +30 -30
- package/tiles/styles.scoped.css +73 -73
- package/tiles/styles.selectors.js +30 -30
- package/internal/components/dropdown/styles.css.js +0 -7
- package/internal/components/dropdown/styles.scoped.css +0 -11
- package/internal/components/dropdown/styles.selectors.js +0 -8
|
@@ -302,6 +302,8 @@ export declare interface TypedOverride {
|
|
|
302
302
|
borderRadiusToken?: GlobalValue;
|
|
303
303
|
borderRadiusTutorialPanelItem?: GlobalValue;
|
|
304
304
|
borderWidthCard?: GlobalValue;
|
|
305
|
+
borderWidthCardSelected?: GlobalValue;
|
|
306
|
+
borderWidthItemSelected?: GlobalValue;
|
|
305
307
|
borderWidthAlert?: GlobalValue;
|
|
306
308
|
borderWidthAlertBlockStart?: GlobalValue;
|
|
307
309
|
borderWidthAlertBlockEnd?: GlobalValue;
|
|
@@ -317,6 +319,8 @@ export declare interface TypedOverride {
|
|
|
317
319
|
borderWidthIconMedium?: GlobalValue;
|
|
318
320
|
borderWidthIconBig?: GlobalValue;
|
|
319
321
|
borderWidthIconLarge?: GlobalValue;
|
|
322
|
+
borderRadiusActionCardDefault?: GlobalValue;
|
|
323
|
+
borderRadiusActionCardEmbedded?: GlobalValue;
|
|
320
324
|
spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
321
325
|
spaceButtonHorizontal?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
322
326
|
spaceButtonVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
@@ -630,6 +634,8 @@ export declare interface TypedOverride {
|
|
|
630
634
|
borderRadiusToken?: GlobalValue;
|
|
631
635
|
borderRadiusTutorialPanelItem?: GlobalValue;
|
|
632
636
|
borderWidthCard?: GlobalValue;
|
|
637
|
+
borderWidthCardSelected?: GlobalValue;
|
|
638
|
+
borderWidthItemSelected?: GlobalValue;
|
|
633
639
|
borderWidthAlert?: GlobalValue;
|
|
634
640
|
borderWidthAlertBlockStart?: GlobalValue;
|
|
635
641
|
borderWidthAlertBlockEnd?: GlobalValue;
|
|
@@ -645,6 +651,8 @@ export declare interface TypedOverride {
|
|
|
645
651
|
borderWidthIconMedium?: GlobalValue;
|
|
646
652
|
borderWidthIconBig?: GlobalValue;
|
|
647
653
|
borderWidthIconLarge?: GlobalValue;
|
|
654
|
+
borderRadiusActionCardDefault?: GlobalValue;
|
|
655
|
+
borderRadiusActionCardEmbedded?: GlobalValue;
|
|
648
656
|
spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
649
657
|
spaceButtonHorizontal?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
650
658
|
spaceButtonVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
@@ -958,6 +966,8 @@ export declare interface TypedOverride {
|
|
|
958
966
|
borderRadiusToken?: GlobalValue;
|
|
959
967
|
borderRadiusTutorialPanelItem?: GlobalValue;
|
|
960
968
|
borderWidthCard?: GlobalValue;
|
|
969
|
+
borderWidthCardSelected?: GlobalValue;
|
|
970
|
+
borderWidthItemSelected?: GlobalValue;
|
|
961
971
|
borderWidthAlert?: GlobalValue;
|
|
962
972
|
borderWidthAlertBlockStart?: GlobalValue;
|
|
963
973
|
borderWidthAlertBlockEnd?: GlobalValue;
|
|
@@ -973,6 +983,8 @@ export declare interface TypedOverride {
|
|
|
973
983
|
borderWidthIconMedium?: GlobalValue;
|
|
974
984
|
borderWidthIconBig?: GlobalValue;
|
|
975
985
|
borderWidthIconLarge?: GlobalValue;
|
|
986
|
+
borderRadiusActionCardDefault?: GlobalValue;
|
|
987
|
+
borderRadiusActionCardEmbedded?: GlobalValue;
|
|
976
988
|
spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
977
989
|
spaceButtonHorizontal?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
978
990
|
spaceButtonVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
@@ -1286,6 +1298,8 @@ export declare interface TypedOverride {
|
|
|
1286
1298
|
borderRadiusToken?: GlobalValue;
|
|
1287
1299
|
borderRadiusTutorialPanelItem?: GlobalValue;
|
|
1288
1300
|
borderWidthCard?: GlobalValue;
|
|
1301
|
+
borderWidthCardSelected?: GlobalValue;
|
|
1302
|
+
borderWidthItemSelected?: GlobalValue;
|
|
1289
1303
|
borderWidthAlert?: GlobalValue;
|
|
1290
1304
|
borderWidthAlertBlockStart?: GlobalValue;
|
|
1291
1305
|
borderWidthAlertBlockEnd?: GlobalValue;
|
|
@@ -1301,6 +1315,8 @@ export declare interface TypedOverride {
|
|
|
1301
1315
|
borderWidthIconMedium?: GlobalValue;
|
|
1302
1316
|
borderWidthIconBig?: GlobalValue;
|
|
1303
1317
|
borderWidthIconLarge?: GlobalValue;
|
|
1318
|
+
borderRadiusActionCardDefault?: GlobalValue;
|
|
1319
|
+
borderRadiusActionCardEmbedded?: GlobalValue;
|
|
1304
1320
|
spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
1305
1321
|
spaceButtonHorizontal?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
1306
1322
|
spaceButtonVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
@@ -1614,6 +1630,8 @@ export declare interface TypedOverride {
|
|
|
1614
1630
|
borderRadiusToken?: GlobalValue;
|
|
1615
1631
|
borderRadiusTutorialPanelItem?: GlobalValue;
|
|
1616
1632
|
borderWidthCard?: GlobalValue;
|
|
1633
|
+
borderWidthCardSelected?: GlobalValue;
|
|
1634
|
+
borderWidthItemSelected?: GlobalValue;
|
|
1617
1635
|
borderWidthAlert?: GlobalValue;
|
|
1618
1636
|
borderWidthAlertBlockStart?: GlobalValue;
|
|
1619
1637
|
borderWidthAlertBlockEnd?: GlobalValue;
|
|
@@ -1629,6 +1647,8 @@ export declare interface TypedOverride {
|
|
|
1629
1647
|
borderWidthIconMedium?: GlobalValue;
|
|
1630
1648
|
borderWidthIconBig?: GlobalValue;
|
|
1631
1649
|
borderWidthIconLarge?: GlobalValue;
|
|
1650
|
+
borderRadiusActionCardDefault?: GlobalValue;
|
|
1651
|
+
borderRadiusActionCardEmbedded?: GlobalValue;
|
|
1632
1652
|
spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
1633
1653
|
spaceButtonHorizontal?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
1634
1654
|
spaceButtonVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
@@ -1942,6 +1962,8 @@ export declare interface TypedOverride {
|
|
|
1942
1962
|
borderRadiusToken?: GlobalValue;
|
|
1943
1963
|
borderRadiusTutorialPanelItem?: GlobalValue;
|
|
1944
1964
|
borderWidthCard?: GlobalValue;
|
|
1965
|
+
borderWidthCardSelected?: GlobalValue;
|
|
1966
|
+
borderWidthItemSelected?: GlobalValue;
|
|
1945
1967
|
borderWidthAlert?: GlobalValue;
|
|
1946
1968
|
borderWidthAlertBlockStart?: GlobalValue;
|
|
1947
1969
|
borderWidthAlertBlockEnd?: GlobalValue;
|
|
@@ -1957,6 +1979,8 @@ export declare interface TypedOverride {
|
|
|
1957
1979
|
borderWidthIconMedium?: GlobalValue;
|
|
1958
1980
|
borderWidthIconBig?: GlobalValue;
|
|
1959
1981
|
borderWidthIconLarge?: GlobalValue;
|
|
1982
|
+
borderRadiusActionCardDefault?: GlobalValue;
|
|
1983
|
+
borderRadiusActionCardEmbedded?: GlobalValue;
|
|
1960
1984
|
spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
1961
1985
|
spaceButtonHorizontal?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
1962
1986
|
spaceButtonVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
@@ -2270,6 +2294,8 @@ export declare interface TypedOverride {
|
|
|
2270
2294
|
borderRadiusToken?: GlobalValue;
|
|
2271
2295
|
borderRadiusTutorialPanelItem?: GlobalValue;
|
|
2272
2296
|
borderWidthCard?: GlobalValue;
|
|
2297
|
+
borderWidthCardSelected?: GlobalValue;
|
|
2298
|
+
borderWidthItemSelected?: GlobalValue;
|
|
2273
2299
|
borderWidthAlert?: GlobalValue;
|
|
2274
2300
|
borderWidthAlertBlockStart?: GlobalValue;
|
|
2275
2301
|
borderWidthAlertBlockEnd?: GlobalValue;
|
|
@@ -2285,6 +2311,8 @@ export declare interface TypedOverride {
|
|
|
2285
2311
|
borderWidthIconMedium?: GlobalValue;
|
|
2286
2312
|
borderWidthIconBig?: GlobalValue;
|
|
2287
2313
|
borderWidthIconLarge?: GlobalValue;
|
|
2314
|
+
borderRadiusActionCardDefault?: GlobalValue;
|
|
2315
|
+
borderRadiusActionCardEmbedded?: GlobalValue;
|
|
2288
2316
|
spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
2289
2317
|
spaceButtonHorizontal?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
2290
2318
|
spaceButtonVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
@@ -2598,6 +2626,8 @@ export declare interface TypedOverride {
|
|
|
2598
2626
|
borderRadiusToken?: GlobalValue;
|
|
2599
2627
|
borderRadiusTutorialPanelItem?: GlobalValue;
|
|
2600
2628
|
borderWidthCard?: GlobalValue;
|
|
2629
|
+
borderWidthCardSelected?: GlobalValue;
|
|
2630
|
+
borderWidthItemSelected?: GlobalValue;
|
|
2601
2631
|
borderWidthAlert?: GlobalValue;
|
|
2602
2632
|
borderWidthAlertBlockStart?: GlobalValue;
|
|
2603
2633
|
borderWidthAlertBlockEnd?: GlobalValue;
|
|
@@ -2613,6 +2643,8 @@ export declare interface TypedOverride {
|
|
|
2613
2643
|
borderWidthIconMedium?: GlobalValue;
|
|
2614
2644
|
borderWidthIconBig?: GlobalValue;
|
|
2615
2645
|
borderWidthIconLarge?: GlobalValue;
|
|
2646
|
+
borderRadiusActionCardDefault?: GlobalValue;
|
|
2647
|
+
borderRadiusActionCardEmbedded?: GlobalValue;
|
|
2616
2648
|
spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
2617
2649
|
spaceButtonHorizontal?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
2618
2650
|
spaceButtonVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
@@ -2926,6 +2958,8 @@ export declare interface TypedOverride {
|
|
|
2926
2958
|
borderRadiusToken?: GlobalValue;
|
|
2927
2959
|
borderRadiusTutorialPanelItem?: GlobalValue;
|
|
2928
2960
|
borderWidthCard?: GlobalValue;
|
|
2961
|
+
borderWidthCardSelected?: GlobalValue;
|
|
2962
|
+
borderWidthItemSelected?: GlobalValue;
|
|
2929
2963
|
borderWidthAlert?: GlobalValue;
|
|
2930
2964
|
borderWidthAlertBlockStart?: GlobalValue;
|
|
2931
2965
|
borderWidthAlertBlockEnd?: GlobalValue;
|
|
@@ -2941,6 +2975,8 @@ export declare interface TypedOverride {
|
|
|
2941
2975
|
borderWidthIconMedium?: GlobalValue;
|
|
2942
2976
|
borderWidthIconBig?: GlobalValue;
|
|
2943
2977
|
borderWidthIconLarge?: GlobalValue;
|
|
2978
|
+
borderRadiusActionCardDefault?: GlobalValue;
|
|
2979
|
+
borderRadiusActionCardEmbedded?: GlobalValue;
|
|
2944
2980
|
spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
2945
2981
|
spaceButtonHorizontal?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
2946
2982
|
spaceButtonVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
@@ -302,6 +302,8 @@ export declare interface TypedOverride {
|
|
|
302
302
|
borderRadiusToken?: GlobalValue;
|
|
303
303
|
borderRadiusTutorialPanelItem?: GlobalValue;
|
|
304
304
|
borderWidthCard?: GlobalValue;
|
|
305
|
+
borderWidthCardSelected?: GlobalValue;
|
|
306
|
+
borderWidthItemSelected?: GlobalValue;
|
|
305
307
|
borderWidthAlert?: GlobalValue;
|
|
306
308
|
borderWidthAlertBlockStart?: GlobalValue;
|
|
307
309
|
borderWidthAlertBlockEnd?: GlobalValue;
|
|
@@ -317,6 +319,8 @@ export declare interface TypedOverride {
|
|
|
317
319
|
borderWidthIconMedium?: GlobalValue;
|
|
318
320
|
borderWidthIconBig?: GlobalValue;
|
|
319
321
|
borderWidthIconLarge?: GlobalValue;
|
|
322
|
+
borderRadiusActionCardDefault?: GlobalValue;
|
|
323
|
+
borderRadiusActionCardEmbedded?: GlobalValue;
|
|
320
324
|
spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
321
325
|
spaceButtonHorizontal?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
322
326
|
spaceButtonVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
@@ -630,6 +634,8 @@ export declare interface TypedOverride {
|
|
|
630
634
|
borderRadiusToken?: GlobalValue;
|
|
631
635
|
borderRadiusTutorialPanelItem?: GlobalValue;
|
|
632
636
|
borderWidthCard?: GlobalValue;
|
|
637
|
+
borderWidthCardSelected?: GlobalValue;
|
|
638
|
+
borderWidthItemSelected?: GlobalValue;
|
|
633
639
|
borderWidthAlert?: GlobalValue;
|
|
634
640
|
borderWidthAlertBlockStart?: GlobalValue;
|
|
635
641
|
borderWidthAlertBlockEnd?: GlobalValue;
|
|
@@ -645,6 +651,8 @@ export declare interface TypedOverride {
|
|
|
645
651
|
borderWidthIconMedium?: GlobalValue;
|
|
646
652
|
borderWidthIconBig?: GlobalValue;
|
|
647
653
|
borderWidthIconLarge?: GlobalValue;
|
|
654
|
+
borderRadiusActionCardDefault?: GlobalValue;
|
|
655
|
+
borderRadiusActionCardEmbedded?: GlobalValue;
|
|
648
656
|
spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
649
657
|
spaceButtonHorizontal?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
650
658
|
spaceButtonVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
@@ -958,6 +966,8 @@ export declare interface TypedOverride {
|
|
|
958
966
|
borderRadiusToken?: GlobalValue;
|
|
959
967
|
borderRadiusTutorialPanelItem?: GlobalValue;
|
|
960
968
|
borderWidthCard?: GlobalValue;
|
|
969
|
+
borderWidthCardSelected?: GlobalValue;
|
|
970
|
+
borderWidthItemSelected?: GlobalValue;
|
|
961
971
|
borderWidthAlert?: GlobalValue;
|
|
962
972
|
borderWidthAlertBlockStart?: GlobalValue;
|
|
963
973
|
borderWidthAlertBlockEnd?: GlobalValue;
|
|
@@ -973,6 +983,8 @@ export declare interface TypedOverride {
|
|
|
973
983
|
borderWidthIconMedium?: GlobalValue;
|
|
974
984
|
borderWidthIconBig?: GlobalValue;
|
|
975
985
|
borderWidthIconLarge?: GlobalValue;
|
|
986
|
+
borderRadiusActionCardDefault?: GlobalValue;
|
|
987
|
+
borderRadiusActionCardEmbedded?: GlobalValue;
|
|
976
988
|
spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
977
989
|
spaceButtonHorizontal?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
978
990
|
spaceButtonVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
@@ -1286,6 +1298,8 @@ export declare interface TypedOverride {
|
|
|
1286
1298
|
borderRadiusToken?: GlobalValue;
|
|
1287
1299
|
borderRadiusTutorialPanelItem?: GlobalValue;
|
|
1288
1300
|
borderWidthCard?: GlobalValue;
|
|
1301
|
+
borderWidthCardSelected?: GlobalValue;
|
|
1302
|
+
borderWidthItemSelected?: GlobalValue;
|
|
1289
1303
|
borderWidthAlert?: GlobalValue;
|
|
1290
1304
|
borderWidthAlertBlockStart?: GlobalValue;
|
|
1291
1305
|
borderWidthAlertBlockEnd?: GlobalValue;
|
|
@@ -1301,6 +1315,8 @@ export declare interface TypedOverride {
|
|
|
1301
1315
|
borderWidthIconMedium?: GlobalValue;
|
|
1302
1316
|
borderWidthIconBig?: GlobalValue;
|
|
1303
1317
|
borderWidthIconLarge?: GlobalValue;
|
|
1318
|
+
borderRadiusActionCardDefault?: GlobalValue;
|
|
1319
|
+
borderRadiusActionCardEmbedded?: GlobalValue;
|
|
1304
1320
|
spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
1305
1321
|
spaceButtonHorizontal?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
1306
1322
|
spaceButtonVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
@@ -1614,6 +1630,8 @@ export declare interface TypedOverride {
|
|
|
1614
1630
|
borderRadiusToken?: GlobalValue;
|
|
1615
1631
|
borderRadiusTutorialPanelItem?: GlobalValue;
|
|
1616
1632
|
borderWidthCard?: GlobalValue;
|
|
1633
|
+
borderWidthCardSelected?: GlobalValue;
|
|
1634
|
+
borderWidthItemSelected?: GlobalValue;
|
|
1617
1635
|
borderWidthAlert?: GlobalValue;
|
|
1618
1636
|
borderWidthAlertBlockStart?: GlobalValue;
|
|
1619
1637
|
borderWidthAlertBlockEnd?: GlobalValue;
|
|
@@ -1629,6 +1647,8 @@ export declare interface TypedOverride {
|
|
|
1629
1647
|
borderWidthIconMedium?: GlobalValue;
|
|
1630
1648
|
borderWidthIconBig?: GlobalValue;
|
|
1631
1649
|
borderWidthIconLarge?: GlobalValue;
|
|
1650
|
+
borderRadiusActionCardDefault?: GlobalValue;
|
|
1651
|
+
borderRadiusActionCardEmbedded?: GlobalValue;
|
|
1632
1652
|
spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
1633
1653
|
spaceButtonHorizontal?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
1634
1654
|
spaceButtonVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
@@ -1942,6 +1962,8 @@ export declare interface TypedOverride {
|
|
|
1942
1962
|
borderRadiusToken?: GlobalValue;
|
|
1943
1963
|
borderRadiusTutorialPanelItem?: GlobalValue;
|
|
1944
1964
|
borderWidthCard?: GlobalValue;
|
|
1965
|
+
borderWidthCardSelected?: GlobalValue;
|
|
1966
|
+
borderWidthItemSelected?: GlobalValue;
|
|
1945
1967
|
borderWidthAlert?: GlobalValue;
|
|
1946
1968
|
borderWidthAlertBlockStart?: GlobalValue;
|
|
1947
1969
|
borderWidthAlertBlockEnd?: GlobalValue;
|
|
@@ -1957,6 +1979,8 @@ export declare interface TypedOverride {
|
|
|
1957
1979
|
borderWidthIconMedium?: GlobalValue;
|
|
1958
1980
|
borderWidthIconBig?: GlobalValue;
|
|
1959
1981
|
borderWidthIconLarge?: GlobalValue;
|
|
1982
|
+
borderRadiusActionCardDefault?: GlobalValue;
|
|
1983
|
+
borderRadiusActionCardEmbedded?: GlobalValue;
|
|
1960
1984
|
spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
1961
1985
|
spaceButtonHorizontal?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
1962
1986
|
spaceButtonVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
@@ -2270,6 +2294,8 @@ export declare interface TypedOverride {
|
|
|
2270
2294
|
borderRadiusToken?: GlobalValue;
|
|
2271
2295
|
borderRadiusTutorialPanelItem?: GlobalValue;
|
|
2272
2296
|
borderWidthCard?: GlobalValue;
|
|
2297
|
+
borderWidthCardSelected?: GlobalValue;
|
|
2298
|
+
borderWidthItemSelected?: GlobalValue;
|
|
2273
2299
|
borderWidthAlert?: GlobalValue;
|
|
2274
2300
|
borderWidthAlertBlockStart?: GlobalValue;
|
|
2275
2301
|
borderWidthAlertBlockEnd?: GlobalValue;
|
|
@@ -2285,6 +2311,8 @@ export declare interface TypedOverride {
|
|
|
2285
2311
|
borderWidthIconMedium?: GlobalValue;
|
|
2286
2312
|
borderWidthIconBig?: GlobalValue;
|
|
2287
2313
|
borderWidthIconLarge?: GlobalValue;
|
|
2314
|
+
borderRadiusActionCardDefault?: GlobalValue;
|
|
2315
|
+
borderRadiusActionCardEmbedded?: GlobalValue;
|
|
2288
2316
|
spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
2289
2317
|
spaceButtonHorizontal?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
2290
2318
|
spaceButtonVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
@@ -2598,6 +2626,8 @@ export declare interface TypedOverride {
|
|
|
2598
2626
|
borderRadiusToken?: GlobalValue;
|
|
2599
2627
|
borderRadiusTutorialPanelItem?: GlobalValue;
|
|
2600
2628
|
borderWidthCard?: GlobalValue;
|
|
2629
|
+
borderWidthCardSelected?: GlobalValue;
|
|
2630
|
+
borderWidthItemSelected?: GlobalValue;
|
|
2601
2631
|
borderWidthAlert?: GlobalValue;
|
|
2602
2632
|
borderWidthAlertBlockStart?: GlobalValue;
|
|
2603
2633
|
borderWidthAlertBlockEnd?: GlobalValue;
|
|
@@ -2613,6 +2643,8 @@ export declare interface TypedOverride {
|
|
|
2613
2643
|
borderWidthIconMedium?: GlobalValue;
|
|
2614
2644
|
borderWidthIconBig?: GlobalValue;
|
|
2615
2645
|
borderWidthIconLarge?: GlobalValue;
|
|
2646
|
+
borderRadiusActionCardDefault?: GlobalValue;
|
|
2647
|
+
borderRadiusActionCardEmbedded?: GlobalValue;
|
|
2616
2648
|
spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
2617
2649
|
spaceButtonHorizontal?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
2618
2650
|
spaceButtonVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
@@ -2926,6 +2958,8 @@ export declare interface TypedOverride {
|
|
|
2926
2958
|
borderRadiusToken?: GlobalValue;
|
|
2927
2959
|
borderRadiusTutorialPanelItem?: GlobalValue;
|
|
2928
2960
|
borderWidthCard?: GlobalValue;
|
|
2961
|
+
borderWidthCardSelected?: GlobalValue;
|
|
2962
|
+
borderWidthItemSelected?: GlobalValue;
|
|
2929
2963
|
borderWidthAlert?: GlobalValue;
|
|
2930
2964
|
borderWidthAlertBlockStart?: GlobalValue;
|
|
2931
2965
|
borderWidthAlertBlockEnd?: GlobalValue;
|
|
@@ -2941,6 +2975,8 @@ export declare interface TypedOverride {
|
|
|
2941
2975
|
borderWidthIconMedium?: GlobalValue;
|
|
2942
2976
|
borderWidthIconBig?: GlobalValue;
|
|
2943
2977
|
borderWidthIconLarge?: GlobalValue;
|
|
2978
|
+
borderRadiusActionCardDefault?: GlobalValue;
|
|
2979
|
+
borderRadiusActionCardEmbedded?: GlobalValue;
|
|
2944
2980
|
spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
2945
2981
|
spaceButtonHorizontal?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|
|
2946
2982
|
spaceButtonVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
|