@cloudscape-design/components-themeable 3.0.1016 → 3.0.1017
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,78 +1,79 @@
|
|
|
1
1
|
declare const customCSSPropertiesMap: {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
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;
|
|
78
|
+
export default customCSSPropertiesMap;
|
|
79
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { ThemePreset, GlobalValue, TypedModeValueOverride } from '@cloudscape-design/theming-build';
|
|
2
|
+
|
|
2
3
|
export declare interface TypedOverride {
|
|
3
4
|
tokens: {
|
|
4
5
|
colorChartsStatusCritical?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -255,7 +256,7 @@ export declare interface TypedOverride {
|
|
|
255
256
|
borderWidthField?: GlobalValue;
|
|
256
257
|
borderWidthPopover?: GlobalValue;
|
|
257
258
|
borderWidthToken?: GlobalValue;
|
|
258
|
-
}
|
|
259
|
+
},
|
|
259
260
|
contexts?: {
|
|
260
261
|
'compact-table'?: {
|
|
261
262
|
tokens: {
|
|
@@ -513,7 +514,7 @@ export declare interface TypedOverride {
|
|
|
513
514
|
borderWidthField?: GlobalValue;
|
|
514
515
|
borderWidthPopover?: GlobalValue;
|
|
515
516
|
borderWidthToken?: GlobalValue;
|
|
516
|
-
}
|
|
517
|
+
}
|
|
517
518
|
};
|
|
518
519
|
'top-navigation'?: {
|
|
519
520
|
tokens: {
|
|
@@ -771,7 +772,7 @@ export declare interface TypedOverride {
|
|
|
771
772
|
borderWidthField?: GlobalValue;
|
|
772
773
|
borderWidthPopover?: GlobalValue;
|
|
773
774
|
borderWidthToken?: GlobalValue;
|
|
774
|
-
}
|
|
775
|
+
}
|
|
775
776
|
};
|
|
776
777
|
'header'?: {
|
|
777
778
|
tokens: {
|
|
@@ -1029,7 +1030,7 @@ export declare interface TypedOverride {
|
|
|
1029
1030
|
borderWidthField?: GlobalValue;
|
|
1030
1031
|
borderWidthPopover?: GlobalValue;
|
|
1031
1032
|
borderWidthToken?: GlobalValue;
|
|
1032
|
-
}
|
|
1033
|
+
}
|
|
1033
1034
|
};
|
|
1034
1035
|
'flashbar'?: {
|
|
1035
1036
|
tokens: {
|
|
@@ -1287,7 +1288,7 @@ export declare interface TypedOverride {
|
|
|
1287
1288
|
borderWidthField?: GlobalValue;
|
|
1288
1289
|
borderWidthPopover?: GlobalValue;
|
|
1289
1290
|
borderWidthToken?: GlobalValue;
|
|
1290
|
-
}
|
|
1291
|
+
}
|
|
1291
1292
|
};
|
|
1292
1293
|
'flashbar-warning'?: {
|
|
1293
1294
|
tokens: {
|
|
@@ -1545,7 +1546,7 @@ export declare interface TypedOverride {
|
|
|
1545
1546
|
borderWidthField?: GlobalValue;
|
|
1546
1547
|
borderWidthPopover?: GlobalValue;
|
|
1547
1548
|
borderWidthToken?: GlobalValue;
|
|
1548
|
-
}
|
|
1549
|
+
}
|
|
1549
1550
|
};
|
|
1550
1551
|
'alert'?: {
|
|
1551
1552
|
tokens: {
|
|
@@ -1803,7 +1804,7 @@ export declare interface TypedOverride {
|
|
|
1803
1804
|
borderWidthField?: GlobalValue;
|
|
1804
1805
|
borderWidthPopover?: GlobalValue;
|
|
1805
1806
|
borderWidthToken?: GlobalValue;
|
|
1806
|
-
}
|
|
1807
|
+
}
|
|
1807
1808
|
};
|
|
1808
1809
|
'alert-header'?: {
|
|
1809
1810
|
tokens: {
|
|
@@ -2061,7 +2062,7 @@ export declare interface TypedOverride {
|
|
|
2061
2062
|
borderWidthField?: GlobalValue;
|
|
2062
2063
|
borderWidthPopover?: GlobalValue;
|
|
2063
2064
|
borderWidthToken?: GlobalValue;
|
|
2064
|
-
}
|
|
2065
|
+
}
|
|
2065
2066
|
};
|
|
2066
2067
|
'app-layout-toolbar'?: {
|
|
2067
2068
|
tokens: {
|
|
@@ -2319,8 +2320,8 @@ export declare interface TypedOverride {
|
|
|
2319
2320
|
borderWidthField?: GlobalValue;
|
|
2320
2321
|
borderWidthPopover?: GlobalValue;
|
|
2321
2322
|
borderWidthToken?: GlobalValue;
|
|
2322
|
-
}
|
|
2323
|
-
}
|
|
2324
|
-
}
|
|
2323
|
+
}
|
|
2324
|
+
}
|
|
2325
|
+
}
|
|
2325
2326
|
}
|
|
2326
|
-
export declare const preset: ThemePreset;
|
|
2327
|
+
export declare const preset: ThemePreset;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { ThemePreset, GlobalValue, TypedModeValueOverride } from '@cloudscape-design/theming-runtime';
|
|
2
|
+
|
|
2
3
|
export declare interface TypedOverride {
|
|
3
4
|
tokens: {
|
|
4
5
|
colorChartsStatusCritical?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
@@ -255,7 +256,7 @@ export declare interface TypedOverride {
|
|
|
255
256
|
borderWidthField?: GlobalValue;
|
|
256
257
|
borderWidthPopover?: GlobalValue;
|
|
257
258
|
borderWidthToken?: GlobalValue;
|
|
258
|
-
}
|
|
259
|
+
},
|
|
259
260
|
contexts?: {
|
|
260
261
|
'compact-table'?: {
|
|
261
262
|
tokens: {
|
|
@@ -513,7 +514,7 @@ export declare interface TypedOverride {
|
|
|
513
514
|
borderWidthField?: GlobalValue;
|
|
514
515
|
borderWidthPopover?: GlobalValue;
|
|
515
516
|
borderWidthToken?: GlobalValue;
|
|
516
|
-
}
|
|
517
|
+
}
|
|
517
518
|
};
|
|
518
519
|
'top-navigation'?: {
|
|
519
520
|
tokens: {
|
|
@@ -771,7 +772,7 @@ export declare interface TypedOverride {
|
|
|
771
772
|
borderWidthField?: GlobalValue;
|
|
772
773
|
borderWidthPopover?: GlobalValue;
|
|
773
774
|
borderWidthToken?: GlobalValue;
|
|
774
|
-
}
|
|
775
|
+
}
|
|
775
776
|
};
|
|
776
777
|
'header'?: {
|
|
777
778
|
tokens: {
|
|
@@ -1029,7 +1030,7 @@ export declare interface TypedOverride {
|
|
|
1029
1030
|
borderWidthField?: GlobalValue;
|
|
1030
1031
|
borderWidthPopover?: GlobalValue;
|
|
1031
1032
|
borderWidthToken?: GlobalValue;
|
|
1032
|
-
}
|
|
1033
|
+
}
|
|
1033
1034
|
};
|
|
1034
1035
|
'flashbar'?: {
|
|
1035
1036
|
tokens: {
|
|
@@ -1287,7 +1288,7 @@ export declare interface TypedOverride {
|
|
|
1287
1288
|
borderWidthField?: GlobalValue;
|
|
1288
1289
|
borderWidthPopover?: GlobalValue;
|
|
1289
1290
|
borderWidthToken?: GlobalValue;
|
|
1290
|
-
}
|
|
1291
|
+
}
|
|
1291
1292
|
};
|
|
1292
1293
|
'flashbar-warning'?: {
|
|
1293
1294
|
tokens: {
|
|
@@ -1545,7 +1546,7 @@ export declare interface TypedOverride {
|
|
|
1545
1546
|
borderWidthField?: GlobalValue;
|
|
1546
1547
|
borderWidthPopover?: GlobalValue;
|
|
1547
1548
|
borderWidthToken?: GlobalValue;
|
|
1548
|
-
}
|
|
1549
|
+
}
|
|
1549
1550
|
};
|
|
1550
1551
|
'alert'?: {
|
|
1551
1552
|
tokens: {
|
|
@@ -1803,7 +1804,7 @@ export declare interface TypedOverride {
|
|
|
1803
1804
|
borderWidthField?: GlobalValue;
|
|
1804
1805
|
borderWidthPopover?: GlobalValue;
|
|
1805
1806
|
borderWidthToken?: GlobalValue;
|
|
1806
|
-
}
|
|
1807
|
+
}
|
|
1807
1808
|
};
|
|
1808
1809
|
'alert-header'?: {
|
|
1809
1810
|
tokens: {
|
|
@@ -2061,7 +2062,7 @@ export declare interface TypedOverride {
|
|
|
2061
2062
|
borderWidthField?: GlobalValue;
|
|
2062
2063
|
borderWidthPopover?: GlobalValue;
|
|
2063
2064
|
borderWidthToken?: GlobalValue;
|
|
2064
|
-
}
|
|
2065
|
+
}
|
|
2065
2066
|
};
|
|
2066
2067
|
'app-layout-toolbar'?: {
|
|
2067
2068
|
tokens: {
|
|
@@ -2319,8 +2320,8 @@ export declare interface TypedOverride {
|
|
|
2319
2320
|
borderWidthField?: GlobalValue;
|
|
2320
2321
|
borderWidthPopover?: GlobalValue;
|
|
2321
2322
|
borderWidthToken?: GlobalValue;
|
|
2322
|
-
}
|
|
2323
|
-
}
|
|
2324
|
-
}
|
|
2323
|
+
}
|
|
2324
|
+
}
|
|
2325
|
+
}
|
|
2325
2326
|
}
|
|
2326
|
-
export declare const preset: ThemePreset;
|
|
2327
|
+
export declare const preset: ThemePreset;
|