@cloudscape-design/components-themeable 3.0.1021 → 3.0.1022

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.
@@ -1,79 +1,78 @@
1
1
  declare const customCSSPropertiesMap: {
2
- maxContentWidth: string;
3
- minContentWidth: string;
4
- breadcrumbsGap: string;
5
- contentGapLeft: string;
6
- contentGapRight: string;
7
- contentHeight: string;
8
- contentLayoutDefaultHorizontalPadding: string;
9
- contentLayoutMaxContentWidth: string;
10
- contentLayoutMainGap: string;
11
- defaultMaxContentWidth: string;
12
- defaultMinContentWidth: string;
13
- drawerSize: string;
14
- footerHeight: string;
15
- headerGap: string;
16
- headerHeight: string;
17
- layoutWidth: string;
18
- mainGap: string;
19
- mainOffsetLeft: string;
20
- mainTemplateRows: string;
21
- mobileBarHeight: string;
22
- notificationsHeight: string;
23
- offsetTop: string;
24
- overlapHeight: string;
25
- navigationWidth: string;
26
- splitPanelReportedHeaderSize: string;
27
- splitPanelReportedSize: string;
28
- splitPanelHeight: string;
29
- splitPanelMinWidth: string;
30
- splitPanelMaxWidth: string;
31
- toolsMaxWidth: string;
32
- toolsWidth: string;
33
- toolsAnimationStartingOpacity: string;
34
- contentScrollMargin: string;
35
- flashbarStackDepth: string;
36
- flashbarStackIndex: string;
37
- flashbarStickyBottomMargin: string;
38
- stackedNotificationsBottomMargin: string;
39
- stackedNotificationsDefaultBottomMargin: string;
40
- dropdownDefaultMaxWidth: string;
41
- spinnerRotatorFrom: string;
42
- spinnerRotatorTo: string;
43
- spinnerLineLeftFrom: string;
44
- spinnerLineLeftTo: string;
45
- spinnerLineRightFrom: string;
46
- spinnerLineRightTo: string;
47
- sliderLabelCount: string;
48
- sliderTickCount: string;
49
- sliderReferenceColumn: string;
50
- sliderNextReferenceColumn: string;
51
- sliderMaxStart: string;
52
- sliderMinEnd: string;
53
- sliderRangeInlineSize: string;
54
- sliderTooltipPosition: string;
55
- togglesLeftWidth: string;
56
- togglesRightWidth: string;
57
- promptInputMaxRows: string;
58
- promptInputScrollHeight: string;
59
- dragHandleAnimationInlineOffset: string;
60
- dragHandleAnimationBlockOffset: string;
61
- styleBackgroundActive: string;
62
- styleBackgroundDefault: string;
63
- styleBackgroundDisabled: string;
64
- styleBackgroundHover: string;
65
- styleBorderColorActive: string;
66
- styleBorderColorDefault: string;
67
- styleBorderColorDisabled: string;
68
- styleBorderColorHover: string;
69
- styleColorActive: string;
70
- styleColorDefault: string;
71
- styleColorDisabled: string;
72
- styleColorHover: string;
73
- styleFocusRingBorderColor: string;
74
- styleFocusRingBorderRadius: string;
75
- styleFocusRingBorderWidth: string;
76
- styleFocusRingBoxShadow: string;
2
+ maxContentWidth: string;
3
+ minContentWidth: string;
4
+ breadcrumbsGap: string;
5
+ contentGapLeft: string;
6
+ contentGapRight: string;
7
+ contentHeight: string;
8
+ contentLayoutDefaultHorizontalPadding: string;
9
+ contentLayoutMaxContentWidth: string;
10
+ contentLayoutMainGap: string;
11
+ defaultMaxContentWidth: string;
12
+ defaultMinContentWidth: string;
13
+ drawerSize: string;
14
+ footerHeight: string;
15
+ headerGap: string;
16
+ headerHeight: string;
17
+ layoutWidth: string;
18
+ mainGap: string;
19
+ mainOffsetLeft: string;
20
+ mainTemplateRows: string;
21
+ mobileBarHeight: string;
22
+ notificationsHeight: string;
23
+ offsetTop: string;
24
+ overlapHeight: string;
25
+ navigationWidth: string;
26
+ splitPanelReportedHeaderSize: string;
27
+ splitPanelReportedSize: string;
28
+ splitPanelHeight: string;
29
+ splitPanelMinWidth: string;
30
+ splitPanelMaxWidth: string;
31
+ toolsMaxWidth: string;
32
+ toolsWidth: string;
33
+ toolsAnimationStartingOpacity: string;
34
+ contentScrollMargin: string;
35
+ flashbarStackDepth: string;
36
+ flashbarStackIndex: string;
37
+ flashbarStickyBottomMargin: string;
38
+ stackedNotificationsBottomMargin: string;
39
+ stackedNotificationsDefaultBottomMargin: string;
40
+ dropdownDefaultMaxWidth: string;
41
+ spinnerRotatorFrom: string;
42
+ spinnerRotatorTo: string;
43
+ spinnerLineLeftFrom: string;
44
+ spinnerLineLeftTo: string;
45
+ spinnerLineRightFrom: string;
46
+ spinnerLineRightTo: string;
47
+ sliderLabelCount: string;
48
+ sliderTickCount: string;
49
+ sliderReferenceColumn: string;
50
+ sliderNextReferenceColumn: string;
51
+ sliderMaxStart: string;
52
+ sliderMinEnd: string;
53
+ sliderRangeInlineSize: string;
54
+ sliderTooltipPosition: string;
55
+ togglesLeftWidth: string;
56
+ togglesRightWidth: string;
57
+ promptInputMaxRows: string;
58
+ promptInputScrollHeight: string;
59
+ dragHandleAnimationInlineOffset: string;
60
+ dragHandleAnimationBlockOffset: string;
61
+ styleBackgroundActive: string;
62
+ styleBackgroundDefault: string;
63
+ styleBackgroundDisabled: string;
64
+ styleBackgroundHover: string;
65
+ styleBorderColorActive: string;
66
+ styleBorderColorDefault: string;
67
+ styleBorderColorDisabled: string;
68
+ styleBorderColorHover: string;
69
+ styleColorActive: string;
70
+ styleColorDefault: string;
71
+ styleColorDisabled: string;
72
+ styleColorHover: string;
73
+ styleFocusRingBorderColor: string;
74
+ styleFocusRingBorderRadius: string;
75
+ styleFocusRingBorderWidth: string;
76
+ styleFocusRingBoxShadow: string;
77
77
  };
78
- export default customCSSPropertiesMap;
79
- //# sourceMappingURL=index.d.ts.map
78
+ export default customCSSPropertiesMap;
@@ -1,5 +1,4 @@
1
1
  import { ThemePreset, GlobalValue, TypedModeValueOverride } from '@cloudscape-design/theming-build';
2
-
3
2
  export declare interface TypedOverride {
4
3
  tokens: {
5
4
  colorChartsStatusCritical?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
@@ -256,7 +255,7 @@ export declare interface TypedOverride {
256
255
  borderWidthField?: GlobalValue;
257
256
  borderWidthPopover?: GlobalValue;
258
257
  borderWidthToken?: GlobalValue;
259
- },
258
+ };
260
259
  contexts?: {
261
260
  'compact-table'?: {
262
261
  tokens: {
@@ -514,7 +513,7 @@ export declare interface TypedOverride {
514
513
  borderWidthField?: GlobalValue;
515
514
  borderWidthPopover?: GlobalValue;
516
515
  borderWidthToken?: GlobalValue;
517
- }
516
+ };
518
517
  };
519
518
  'top-navigation'?: {
520
519
  tokens: {
@@ -772,7 +771,7 @@ export declare interface TypedOverride {
772
771
  borderWidthField?: GlobalValue;
773
772
  borderWidthPopover?: GlobalValue;
774
773
  borderWidthToken?: GlobalValue;
775
- }
774
+ };
776
775
  };
777
776
  'header'?: {
778
777
  tokens: {
@@ -1030,7 +1029,7 @@ export declare interface TypedOverride {
1030
1029
  borderWidthField?: GlobalValue;
1031
1030
  borderWidthPopover?: GlobalValue;
1032
1031
  borderWidthToken?: GlobalValue;
1033
- }
1032
+ };
1034
1033
  };
1035
1034
  'flashbar'?: {
1036
1035
  tokens: {
@@ -1288,7 +1287,7 @@ export declare interface TypedOverride {
1288
1287
  borderWidthField?: GlobalValue;
1289
1288
  borderWidthPopover?: GlobalValue;
1290
1289
  borderWidthToken?: GlobalValue;
1291
- }
1290
+ };
1292
1291
  };
1293
1292
  'flashbar-warning'?: {
1294
1293
  tokens: {
@@ -1546,7 +1545,7 @@ export declare interface TypedOverride {
1546
1545
  borderWidthField?: GlobalValue;
1547
1546
  borderWidthPopover?: GlobalValue;
1548
1547
  borderWidthToken?: GlobalValue;
1549
- }
1548
+ };
1550
1549
  };
1551
1550
  'alert'?: {
1552
1551
  tokens: {
@@ -1804,7 +1803,7 @@ export declare interface TypedOverride {
1804
1803
  borderWidthField?: GlobalValue;
1805
1804
  borderWidthPopover?: GlobalValue;
1806
1805
  borderWidthToken?: GlobalValue;
1807
- }
1806
+ };
1808
1807
  };
1809
1808
  'alert-header'?: {
1810
1809
  tokens: {
@@ -2062,7 +2061,7 @@ export declare interface TypedOverride {
2062
2061
  borderWidthField?: GlobalValue;
2063
2062
  borderWidthPopover?: GlobalValue;
2064
2063
  borderWidthToken?: GlobalValue;
2065
- }
2064
+ };
2066
2065
  };
2067
2066
  'app-layout-toolbar'?: {
2068
2067
  tokens: {
@@ -2320,8 +2319,8 @@ export declare interface TypedOverride {
2320
2319
  borderWidthField?: GlobalValue;
2321
2320
  borderWidthPopover?: GlobalValue;
2322
2321
  borderWidthToken?: GlobalValue;
2323
- }
2324
- }
2325
- }
2322
+ };
2323
+ };
2324
+ };
2326
2325
  }
2327
- export declare const preset: ThemePreset;
2326
+ export declare const preset: ThemePreset;
@@ -1,5 +1,4 @@
1
1
  import { ThemePreset, GlobalValue, TypedModeValueOverride } from '@cloudscape-design/theming-runtime';
2
-
3
2
  export declare interface TypedOverride {
4
3
  tokens: {
5
4
  colorChartsStatusCritical?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
@@ -256,7 +255,7 @@ export declare interface TypedOverride {
256
255
  borderWidthField?: GlobalValue;
257
256
  borderWidthPopover?: GlobalValue;
258
257
  borderWidthToken?: GlobalValue;
259
- },
258
+ };
260
259
  contexts?: {
261
260
  'compact-table'?: {
262
261
  tokens: {
@@ -514,7 +513,7 @@ export declare interface TypedOverride {
514
513
  borderWidthField?: GlobalValue;
515
514
  borderWidthPopover?: GlobalValue;
516
515
  borderWidthToken?: GlobalValue;
517
- }
516
+ };
518
517
  };
519
518
  'top-navigation'?: {
520
519
  tokens: {
@@ -772,7 +771,7 @@ export declare interface TypedOverride {
772
771
  borderWidthField?: GlobalValue;
773
772
  borderWidthPopover?: GlobalValue;
774
773
  borderWidthToken?: GlobalValue;
775
- }
774
+ };
776
775
  };
777
776
  'header'?: {
778
777
  tokens: {
@@ -1030,7 +1029,7 @@ export declare interface TypedOverride {
1030
1029
  borderWidthField?: GlobalValue;
1031
1030
  borderWidthPopover?: GlobalValue;
1032
1031
  borderWidthToken?: GlobalValue;
1033
- }
1032
+ };
1034
1033
  };
1035
1034
  'flashbar'?: {
1036
1035
  tokens: {
@@ -1288,7 +1287,7 @@ export declare interface TypedOverride {
1288
1287
  borderWidthField?: GlobalValue;
1289
1288
  borderWidthPopover?: GlobalValue;
1290
1289
  borderWidthToken?: GlobalValue;
1291
- }
1290
+ };
1292
1291
  };
1293
1292
  'flashbar-warning'?: {
1294
1293
  tokens: {
@@ -1546,7 +1545,7 @@ export declare interface TypedOverride {
1546
1545
  borderWidthField?: GlobalValue;
1547
1546
  borderWidthPopover?: GlobalValue;
1548
1547
  borderWidthToken?: GlobalValue;
1549
- }
1548
+ };
1550
1549
  };
1551
1550
  'alert'?: {
1552
1551
  tokens: {
@@ -1804,7 +1803,7 @@ export declare interface TypedOverride {
1804
1803
  borderWidthField?: GlobalValue;
1805
1804
  borderWidthPopover?: GlobalValue;
1806
1805
  borderWidthToken?: GlobalValue;
1807
- }
1806
+ };
1808
1807
  };
1809
1808
  'alert-header'?: {
1810
1809
  tokens: {
@@ -2062,7 +2061,7 @@ export declare interface TypedOverride {
2062
2061
  borderWidthField?: GlobalValue;
2063
2062
  borderWidthPopover?: GlobalValue;
2064
2063
  borderWidthToken?: GlobalValue;
2065
- }
2064
+ };
2066
2065
  };
2067
2066
  'app-layout-toolbar'?: {
2068
2067
  tokens: {
@@ -2320,8 +2319,8 @@ export declare interface TypedOverride {
2320
2319
  borderWidthField?: GlobalValue;
2321
2320
  borderWidthPopover?: GlobalValue;
2322
2321
  borderWidthToken?: GlobalValue;
2323
- }
2324
- }
2325
- }
2322
+ };
2323
+ };
2324
+ };
2326
2325
  }
2327
- export declare const preset: ThemePreset;
2326
+ export declare const preset: ThemePreset;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudscape-design/components-themeable",
3
- "version": "3.0.1021",
3
+ "version": "3.0.1022",
4
4
  "files": [
5
5
  "lib"
6
6
  ],