@cloudscape-design/components-themeable 3.0.1212 → 3.0.1214
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/lib/internal/manifest.json +1 -1
- package/lib/internal/scss/internal/components/card/styles.scss +1 -0
- package/lib/internal/scss/internal/components/dropdown/styles.scss +4 -0
- package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +1 -1
- package/lib/internal/scss/internal/styles/typography/constants.scss +1 -0
- package/lib/internal/scss/internal/styles/typography/mixins.scss +26 -11
- package/lib/internal/scss/wizard/styles.scss +21 -6
- package/lib/internal/template/button-dropdown/internal.js +1 -1
- package/lib/internal/template/button-dropdown/internal.js.map +1 -1
- package/lib/internal/template/cards/styles.css.js +38 -38
- package/lib/internal/template/cards/styles.scoped.css +40 -39
- package/lib/internal/template/cards/styles.selectors.js +38 -38
- package/lib/internal/template/date-picker/index.js +1 -1
- package/lib/internal/template/date-picker/index.js.map +1 -1
- package/lib/internal/template/date-range-picker/dropdown.d.ts +2 -2
- package/lib/internal/template/date-range-picker/dropdown.d.ts.map +1 -1
- package/lib/internal/template/date-range-picker/dropdown.js +2 -2
- package/lib/internal/template/date-range-picker/dropdown.js.map +1 -1
- package/lib/internal/template/date-range-picker/index.js +2 -2
- package/lib/internal/template/date-range-picker/index.js.map +1 -1
- package/lib/internal/template/header/styles.css.js +34 -34
- package/lib/internal/template/header/styles.scoped.css +55 -52
- package/lib/internal/template/header/styles.selectors.js +34 -34
- package/lib/internal/template/help-panel/styles.css.js +6 -6
- package/lib/internal/template/help-panel/styles.scoped.css +72 -67
- package/lib/internal/template/help-panel/styles.selectors.js +6 -6
- package/lib/internal/template/internal/base-component/styles.scoped.css +3 -1
- package/lib/internal/template/internal/components/card/styles.css.js +11 -11
- package/lib/internal/template/internal/components/card/styles.scoped.css +26 -24
- package/lib/internal/template/internal/components/card/styles.selectors.js +11 -11
- package/lib/internal/template/internal/components/dropdown/index.d.ts +1 -1
- package/lib/internal/template/internal/components/dropdown/index.d.ts.map +1 -1
- package/lib/internal/template/internal/components/dropdown/index.js +35 -6
- package/lib/internal/template/internal/components/dropdown/index.js.map +1 -1
- package/lib/internal/template/internal/components/dropdown/interfaces.d.ts +19 -2
- package/lib/internal/template/internal/components/dropdown/interfaces.d.ts.map +1 -1
- package/lib/internal/template/internal/components/dropdown/interfaces.js.map +1 -1
- package/lib/internal/template/internal/components/dropdown/styles.css.js +20 -20
- package/lib/internal/template/internal/components/dropdown/styles.scoped.css +67 -37
- package/lib/internal/template/internal/components/dropdown/styles.selectors.js +20 -20
- package/lib/internal/template/internal/environment.js +2 -2
- package/lib/internal/template/internal/environment.json +2 -2
- package/lib/internal/template/internal/generated/styles/tokens.d.ts +1 -0
- package/lib/internal/template/internal/generated/styles/tokens.js +1 -0
- package/lib/internal/template/internal/generated/theming/index.cjs +5 -0
- package/lib/internal/template/internal/generated/theming/index.cjs.d.ts +9 -0
- package/lib/internal/template/internal/generated/theming/index.d.ts +9 -0
- package/lib/internal/template/internal/generated/theming/index.js +5 -0
- package/lib/internal/template/popover/styles.css.js +57 -57
- package/lib/internal/template/popover/styles.scoped.css +91 -89
- package/lib/internal/template/popover/styles.selectors.js +57 -57
- package/lib/internal/template/side-navigation/styles.css.js +30 -30
- package/lib/internal/template/side-navigation/styles.scoped.css +47 -46
- package/lib/internal/template/side-navigation/styles.selectors.js +30 -30
- package/lib/internal/template/text-content/styles.css.js +1 -1
- package/lib/internal/template/text-content/styles.scoped.css +65 -60
- package/lib/internal/template/text-content/styles.selectors.js +1 -1
- package/lib/internal/template/top-navigation/styles.css.js +47 -47
- package/lib/internal/template/top-navigation/styles.scoped.css +66 -65
- package/lib/internal/template/top-navigation/styles.selectors.js +47 -47
- package/lib/internal/template/wizard/internal.d.ts.map +1 -1
- package/lib/internal/template/wizard/internal.js +6 -2
- package/lib/internal/template/wizard/internal.js.map +1 -1
- package/lib/internal/template/wizard/styles.css.js +30 -30
- package/lib/internal/template/wizard/styles.scoped.css +76 -63
- package/lib/internal/template/wizard/styles.selectors.js +30 -30
- package/lib/internal/template/wizard/wizard-form.d.ts +0 -1
- package/lib/internal/template/wizard/wizard-form.d.ts.map +1 -1
- package/lib/internal/template/wizard/wizard-form.js +1 -4
- package/lib/internal/template/wizard/wizard-form.js.map +1 -1
- package/lib/internal/template/wizard/wizard-navigation.d.ts.map +1 -1
- package/lib/internal/template/wizard/wizard-navigation.js +13 -86
- package/lib/internal/template/wizard/wizard-navigation.js.map +1 -1
- package/lib/internal/template/wizard/wizard-step-list.d.ts +27 -0
- package/lib/internal/template/wizard/wizard-step-list.d.ts.map +1 -0
- package/lib/internal/template/wizard/wizard-step-list.js +105 -0
- package/lib/internal/template/wizard/wizard-step-list.js.map +1 -0
- package/lib/internal/template/wizard/wizard-step-navigation-expandable.d.ts +16 -0
- package/lib/internal/template/wizard/wizard-step-navigation-expandable.d.ts.map +1 -0
- package/lib/internal/template/wizard/wizard-step-navigation-expandable.js +18 -0
- package/lib/internal/template/wizard/wizard-step-navigation-expandable.js.map +1 -0
- package/package.json +1 -1
|
@@ -2,25 +2,25 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"dropdown-content-wrapper": "awsui_dropdown-content-
|
|
6
|
-
"awsui-motion-fade-in-dropdown": "awsui_awsui-motion-fade-in-
|
|
7
|
-
"refresh": "
|
|
8
|
-
"awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-
|
|
9
|
-
"root": "
|
|
10
|
-
"interior": "
|
|
11
|
-
"dropdown": "
|
|
12
|
-
"use-portal": "awsui_use-
|
|
13
|
-
"is-empty": "awsui_is-
|
|
14
|
-
"dropdown-drop-up": "awsui_dropdown-drop-
|
|
15
|
-
"with-limited-width": "awsui_with-limited-
|
|
16
|
-
"dropdown-drop-left": "awsui_dropdown-drop-
|
|
17
|
-
"dropdown-drop-right": "awsui_dropdown-drop-
|
|
18
|
-
"occupy-entire-width": "awsui_occupy-entire-
|
|
19
|
-
"use-flexible-width": "awsui_use-flexible-
|
|
20
|
-
"hide-block-border": "awsui_hide-block-
|
|
21
|
-
"open": "
|
|
22
|
-
"nowrap": "
|
|
23
|
-
"dropdown-content": "awsui_dropdown-
|
|
24
|
-
"stretch-trigger-height": "awsui_stretch-trigger-
|
|
5
|
+
"dropdown-content-wrapper": "awsui_dropdown-content-wrapper_qwoo0_1cll7_153",
|
|
6
|
+
"awsui-motion-fade-in-dropdown": "awsui_awsui-motion-fade-in-dropdown_qwoo0_1cll7_1",
|
|
7
|
+
"refresh": "awsui_refresh_qwoo0_1cll7_174",
|
|
8
|
+
"awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-0_qwoo0_1cll7_1",
|
|
9
|
+
"root": "awsui_root_qwoo0_1cll7_199",
|
|
10
|
+
"interior": "awsui_interior_qwoo0_1cll7_232",
|
|
11
|
+
"dropdown": "awsui_dropdown_qwoo0_1cll7_153",
|
|
12
|
+
"use-portal": "awsui_use-portal_qwoo0_1cll7_242",
|
|
13
|
+
"is-empty": "awsui_is-empty_qwoo0_1cll7_318",
|
|
14
|
+
"dropdown-drop-up": "awsui_dropdown-drop-up_qwoo0_1cll7_325",
|
|
15
|
+
"with-limited-width": "awsui_with-limited-width_qwoo0_1cll7_329",
|
|
16
|
+
"dropdown-drop-left": "awsui_dropdown-drop-left_qwoo0_1cll7_332",
|
|
17
|
+
"dropdown-drop-right": "awsui_dropdown-drop-right_qwoo0_1cll7_335",
|
|
18
|
+
"occupy-entire-width": "awsui_occupy-entire-width_qwoo0_1cll7_338",
|
|
19
|
+
"use-flexible-width": "awsui_use-flexible-width_qwoo0_1cll7_341",
|
|
20
|
+
"hide-block-border": "awsui_hide-block-border_qwoo0_1cll7_349",
|
|
21
|
+
"open": "awsui_open_qwoo0_1cll7_358",
|
|
22
|
+
"nowrap": "awsui_nowrap_qwoo0_1cll7_367",
|
|
23
|
+
"dropdown-content": "awsui_dropdown-content_qwoo0_1cll7_153",
|
|
24
|
+
"stretch-trigger-height": "awsui_stretch-trigger-height_qwoo0_1cll7_378"
|
|
25
25
|
};
|
|
26
26
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export var PACKAGE_SOURCE = "components";
|
|
2
|
-
export var PACKAGE_VERSION = "3.0.0 (
|
|
3
|
-
export var GIT_SHA = "
|
|
2
|
+
export var PACKAGE_VERSION = "3.0.0 (5cfcc6dc)";
|
|
3
|
+
export var GIT_SHA = "5cfcc6dc";
|
|
4
4
|
export var THEME = "open-source-visual-refresh";
|
|
5
5
|
export var SYSTEM = "core";
|
|
6
6
|
export var ALWAYS_VISUAL_REFRESH = true;
|
|
@@ -558,6 +558,7 @@ export const fontChartDetailSize: string;
|
|
|
558
558
|
export const fontDisplayLabelWeight: string;
|
|
559
559
|
export const fontExpandableHeadingSize: string;
|
|
560
560
|
export const fontFamilyBase: string;
|
|
561
|
+
export const fontFamilyHeading: string;
|
|
561
562
|
export const fontFamilyMonospace: string;
|
|
562
563
|
export const fontHeaderH2DescriptionLineHeight: string;
|
|
563
564
|
export const fontHeaderH2DescriptionSize: string;
|
|
@@ -558,6 +558,7 @@ export var fontChartDetailSize = "var(--font-chart-detail-size-9qr25q, 12px)";
|
|
|
558
558
|
export var fontDisplayLabelWeight = "var(--font-display-label-weight-zavpeo, 700)";
|
|
559
559
|
export var fontExpandableHeadingSize = "var(--font-expandable-heading-size-0uk059, 16px)";
|
|
560
560
|
export var fontFamilyBase = "var(--font-family-base-gmnpzl, 'Open Sans', 'Helvetica Neue', Roboto, Arial, sans-serif)";
|
|
561
|
+
export var fontFamilyHeading = "var(--font-family-heading-ugphat, 'Open Sans', 'Helvetica Neue', Roboto, Arial, sans-serif)";
|
|
561
562
|
export var fontFamilyMonospace = "var(--font-family-monospace-q47m7k, Monaco, Menlo, Consolas, 'Courier Prime', Courier, 'Courier New', monospace)";
|
|
562
563
|
export var fontHeaderH2DescriptionLineHeight = "var(--font-header-h2-description-line-height-ts2s6o, 20px)";
|
|
563
564
|
export var fontHeaderH2DescriptionSize = "var(--font-header-h2-description-size-g2wws3, 14px)";
|
|
@@ -2261,6 +2261,7 @@ module.exports.preset = {
|
|
|
2261
2261
|
"fontDisplayLabelWeight": "700",
|
|
2262
2262
|
"fontExpandableHeadingSize": "{fontSizeHeadingS}",
|
|
2263
2263
|
"fontFamilyBase": "'Open Sans', 'Helvetica Neue', Roboto, Arial, sans-serif",
|
|
2264
|
+
"fontFamilyHeading": "{fontFamilyBase}",
|
|
2264
2265
|
"fontFamilyMonospace": "Monaco, Menlo, Consolas, 'Courier Prime', Courier, 'Courier New', monospace",
|
|
2265
2266
|
"fontHeaderH2DescriptionLineHeight": "{lineHeightBodyM}",
|
|
2266
2267
|
"fontHeaderH2DescriptionSize": "{fontSizeBodyM}",
|
|
@@ -11731,6 +11732,7 @@ module.exports.preset = {
|
|
|
11731
11732
|
"colorDropzoneBorderHover",
|
|
11732
11733
|
"colorTreeViewConnectorLine",
|
|
11733
11734
|
"fontFamilyBase",
|
|
11735
|
+
"fontFamilyHeading",
|
|
11734
11736
|
"fontFamilyMonospace",
|
|
11735
11737
|
"fontSizeBodyM",
|
|
11736
11738
|
"fontSizeBodyS",
|
|
@@ -12109,6 +12111,7 @@ module.exports.preset = {
|
|
|
12109
12111
|
"colorDropzoneBorderHover",
|
|
12110
12112
|
"colorTreeViewConnectorLine",
|
|
12111
12113
|
"fontFamilyBase",
|
|
12114
|
+
"fontFamilyHeading",
|
|
12112
12115
|
"fontFamilyMonospace",
|
|
12113
12116
|
"fontSizeBodyM",
|
|
12114
12117
|
"fontSizeBodyS",
|
|
@@ -12758,6 +12761,7 @@ module.exports.preset = {
|
|
|
12758
12761
|
"fontDisplayLabelWeight": "font-display-label-weight",
|
|
12759
12762
|
"fontExpandableHeadingSize": "font-expandable-heading-size",
|
|
12760
12763
|
"fontFamilyBase": "font-family-base",
|
|
12764
|
+
"fontFamilyHeading": "font-family-heading",
|
|
12761
12765
|
"fontFamilyMonospace": "font-family-monospace",
|
|
12762
12766
|
"fontHeaderH2DescriptionLineHeight": "font-header-h2-description-line-height",
|
|
12763
12767
|
"fontHeaderH2DescriptionSize": "font-header-h2-description-size",
|
|
@@ -13577,6 +13581,7 @@ module.exports.preset = {
|
|
|
13577
13581
|
"fontDisplayLabelWeight": "--font-display-label-weight-zavpeo",
|
|
13578
13582
|
"fontExpandableHeadingSize": "--font-expandable-heading-size-0uk059",
|
|
13579
13583
|
"fontFamilyBase": "--font-family-base-gmnpzl",
|
|
13584
|
+
"fontFamilyHeading": "--font-family-heading-ugphat",
|
|
13580
13585
|
"fontFamilyMonospace": "--font-family-monospace-q47m7k",
|
|
13581
13586
|
"fontHeaderH2DescriptionLineHeight": "--font-header-h2-description-line-height-ts2s6o",
|
|
13582
13587
|
"fontHeaderH2DescriptionSize": "--font-header-h2-description-size-g2wws3",
|
|
@@ -229,6 +229,7 @@ export declare interface TypedOverride {
|
|
|
229
229
|
colorDropzoneBorderHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
230
230
|
colorTreeViewConnectorLine?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
231
231
|
fontFamilyBase?: GlobalValue;
|
|
232
|
+
fontFamilyHeading?: GlobalValue;
|
|
232
233
|
fontFamilyMonospace?: GlobalValue;
|
|
233
234
|
fontSizeBodyM?: GlobalValue;
|
|
234
235
|
fontSizeBodyS?: GlobalValue;
|
|
@@ -511,6 +512,7 @@ export declare interface TypedOverride {
|
|
|
511
512
|
colorDropzoneBorderHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
512
513
|
colorTreeViewConnectorLine?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
513
514
|
fontFamilyBase?: GlobalValue;
|
|
515
|
+
fontFamilyHeading?: GlobalValue;
|
|
514
516
|
fontFamilyMonospace?: GlobalValue;
|
|
515
517
|
fontSizeBodyM?: GlobalValue;
|
|
516
518
|
fontSizeBodyS?: GlobalValue;
|
|
@@ -793,6 +795,7 @@ export declare interface TypedOverride {
|
|
|
793
795
|
colorDropzoneBorderHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
794
796
|
colorTreeViewConnectorLine?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
795
797
|
fontFamilyBase?: GlobalValue;
|
|
798
|
+
fontFamilyHeading?: GlobalValue;
|
|
796
799
|
fontFamilyMonospace?: GlobalValue;
|
|
797
800
|
fontSizeBodyM?: GlobalValue;
|
|
798
801
|
fontSizeBodyS?: GlobalValue;
|
|
@@ -1075,6 +1078,7 @@ export declare interface TypedOverride {
|
|
|
1075
1078
|
colorDropzoneBorderHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1076
1079
|
colorTreeViewConnectorLine?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1077
1080
|
fontFamilyBase?: GlobalValue;
|
|
1081
|
+
fontFamilyHeading?: GlobalValue;
|
|
1078
1082
|
fontFamilyMonospace?: GlobalValue;
|
|
1079
1083
|
fontSizeBodyM?: GlobalValue;
|
|
1080
1084
|
fontSizeBodyS?: GlobalValue;
|
|
@@ -1357,6 +1361,7 @@ export declare interface TypedOverride {
|
|
|
1357
1361
|
colorDropzoneBorderHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1358
1362
|
colorTreeViewConnectorLine?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1359
1363
|
fontFamilyBase?: GlobalValue;
|
|
1364
|
+
fontFamilyHeading?: GlobalValue;
|
|
1360
1365
|
fontFamilyMonospace?: GlobalValue;
|
|
1361
1366
|
fontSizeBodyM?: GlobalValue;
|
|
1362
1367
|
fontSizeBodyS?: GlobalValue;
|
|
@@ -1639,6 +1644,7 @@ export declare interface TypedOverride {
|
|
|
1639
1644
|
colorDropzoneBorderHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1640
1645
|
colorTreeViewConnectorLine?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1641
1646
|
fontFamilyBase?: GlobalValue;
|
|
1647
|
+
fontFamilyHeading?: GlobalValue;
|
|
1642
1648
|
fontFamilyMonospace?: GlobalValue;
|
|
1643
1649
|
fontSizeBodyM?: GlobalValue;
|
|
1644
1650
|
fontSizeBodyS?: GlobalValue;
|
|
@@ -1921,6 +1927,7 @@ export declare interface TypedOverride {
|
|
|
1921
1927
|
colorDropzoneBorderHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1922
1928
|
colorTreeViewConnectorLine?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1923
1929
|
fontFamilyBase?: GlobalValue;
|
|
1930
|
+
fontFamilyHeading?: GlobalValue;
|
|
1924
1931
|
fontFamilyMonospace?: GlobalValue;
|
|
1925
1932
|
fontSizeBodyM?: GlobalValue;
|
|
1926
1933
|
fontSizeBodyS?: GlobalValue;
|
|
@@ -2203,6 +2210,7 @@ export declare interface TypedOverride {
|
|
|
2203
2210
|
colorDropzoneBorderHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2204
2211
|
colorTreeViewConnectorLine?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2205
2212
|
fontFamilyBase?: GlobalValue;
|
|
2213
|
+
fontFamilyHeading?: GlobalValue;
|
|
2206
2214
|
fontFamilyMonospace?: GlobalValue;
|
|
2207
2215
|
fontSizeBodyM?: GlobalValue;
|
|
2208
2216
|
fontSizeBodyS?: GlobalValue;
|
|
@@ -2485,6 +2493,7 @@ export declare interface TypedOverride {
|
|
|
2485
2493
|
colorDropzoneBorderHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2486
2494
|
colorTreeViewConnectorLine?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2487
2495
|
fontFamilyBase?: GlobalValue;
|
|
2496
|
+
fontFamilyHeading?: GlobalValue;
|
|
2488
2497
|
fontFamilyMonospace?: GlobalValue;
|
|
2489
2498
|
fontSizeBodyM?: GlobalValue;
|
|
2490
2499
|
fontSizeBodyS?: GlobalValue;
|
|
@@ -229,6 +229,7 @@ export declare interface TypedOverride {
|
|
|
229
229
|
colorDropzoneBorderHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
230
230
|
colorTreeViewConnectorLine?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
231
231
|
fontFamilyBase?: GlobalValue;
|
|
232
|
+
fontFamilyHeading?: GlobalValue;
|
|
232
233
|
fontFamilyMonospace?: GlobalValue;
|
|
233
234
|
fontSizeBodyM?: GlobalValue;
|
|
234
235
|
fontSizeBodyS?: GlobalValue;
|
|
@@ -511,6 +512,7 @@ export declare interface TypedOverride {
|
|
|
511
512
|
colorDropzoneBorderHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
512
513
|
colorTreeViewConnectorLine?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
513
514
|
fontFamilyBase?: GlobalValue;
|
|
515
|
+
fontFamilyHeading?: GlobalValue;
|
|
514
516
|
fontFamilyMonospace?: GlobalValue;
|
|
515
517
|
fontSizeBodyM?: GlobalValue;
|
|
516
518
|
fontSizeBodyS?: GlobalValue;
|
|
@@ -793,6 +795,7 @@ export declare interface TypedOverride {
|
|
|
793
795
|
colorDropzoneBorderHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
794
796
|
colorTreeViewConnectorLine?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
795
797
|
fontFamilyBase?: GlobalValue;
|
|
798
|
+
fontFamilyHeading?: GlobalValue;
|
|
796
799
|
fontFamilyMonospace?: GlobalValue;
|
|
797
800
|
fontSizeBodyM?: GlobalValue;
|
|
798
801
|
fontSizeBodyS?: GlobalValue;
|
|
@@ -1075,6 +1078,7 @@ export declare interface TypedOverride {
|
|
|
1075
1078
|
colorDropzoneBorderHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1076
1079
|
colorTreeViewConnectorLine?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1077
1080
|
fontFamilyBase?: GlobalValue;
|
|
1081
|
+
fontFamilyHeading?: GlobalValue;
|
|
1078
1082
|
fontFamilyMonospace?: GlobalValue;
|
|
1079
1083
|
fontSizeBodyM?: GlobalValue;
|
|
1080
1084
|
fontSizeBodyS?: GlobalValue;
|
|
@@ -1357,6 +1361,7 @@ export declare interface TypedOverride {
|
|
|
1357
1361
|
colorDropzoneBorderHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1358
1362
|
colorTreeViewConnectorLine?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1359
1363
|
fontFamilyBase?: GlobalValue;
|
|
1364
|
+
fontFamilyHeading?: GlobalValue;
|
|
1360
1365
|
fontFamilyMonospace?: GlobalValue;
|
|
1361
1366
|
fontSizeBodyM?: GlobalValue;
|
|
1362
1367
|
fontSizeBodyS?: GlobalValue;
|
|
@@ -1639,6 +1644,7 @@ export declare interface TypedOverride {
|
|
|
1639
1644
|
colorDropzoneBorderHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1640
1645
|
colorTreeViewConnectorLine?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1641
1646
|
fontFamilyBase?: GlobalValue;
|
|
1647
|
+
fontFamilyHeading?: GlobalValue;
|
|
1642
1648
|
fontFamilyMonospace?: GlobalValue;
|
|
1643
1649
|
fontSizeBodyM?: GlobalValue;
|
|
1644
1650
|
fontSizeBodyS?: GlobalValue;
|
|
@@ -1921,6 +1927,7 @@ export declare interface TypedOverride {
|
|
|
1921
1927
|
colorDropzoneBorderHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1922
1928
|
colorTreeViewConnectorLine?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
1923
1929
|
fontFamilyBase?: GlobalValue;
|
|
1930
|
+
fontFamilyHeading?: GlobalValue;
|
|
1924
1931
|
fontFamilyMonospace?: GlobalValue;
|
|
1925
1932
|
fontSizeBodyM?: GlobalValue;
|
|
1926
1933
|
fontSizeBodyS?: GlobalValue;
|
|
@@ -2203,6 +2210,7 @@ export declare interface TypedOverride {
|
|
|
2203
2210
|
colorDropzoneBorderHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2204
2211
|
colorTreeViewConnectorLine?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2205
2212
|
fontFamilyBase?: GlobalValue;
|
|
2213
|
+
fontFamilyHeading?: GlobalValue;
|
|
2206
2214
|
fontFamilyMonospace?: GlobalValue;
|
|
2207
2215
|
fontSizeBodyM?: GlobalValue;
|
|
2208
2216
|
fontSizeBodyS?: GlobalValue;
|
|
@@ -2485,6 +2493,7 @@ export declare interface TypedOverride {
|
|
|
2485
2493
|
colorDropzoneBorderHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2486
2494
|
colorTreeViewConnectorLine?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
|
|
2487
2495
|
fontFamilyBase?: GlobalValue;
|
|
2496
|
+
fontFamilyHeading?: GlobalValue;
|
|
2488
2497
|
fontFamilyMonospace?: GlobalValue;
|
|
2489
2498
|
fontSizeBodyM?: GlobalValue;
|
|
2490
2499
|
fontSizeBodyS?: GlobalValue;
|
|
@@ -2261,6 +2261,7 @@ export var preset = {
|
|
|
2261
2261
|
"fontDisplayLabelWeight": "700",
|
|
2262
2262
|
"fontExpandableHeadingSize": "{fontSizeHeadingS}",
|
|
2263
2263
|
"fontFamilyBase": "'Open Sans', 'Helvetica Neue', Roboto, Arial, sans-serif",
|
|
2264
|
+
"fontFamilyHeading": "{fontFamilyBase}",
|
|
2264
2265
|
"fontFamilyMonospace": "Monaco, Menlo, Consolas, 'Courier Prime', Courier, 'Courier New', monospace",
|
|
2265
2266
|
"fontHeaderH2DescriptionLineHeight": "{lineHeightBodyM}",
|
|
2266
2267
|
"fontHeaderH2DescriptionSize": "{fontSizeBodyM}",
|
|
@@ -11731,6 +11732,7 @@ export var preset = {
|
|
|
11731
11732
|
"colorDropzoneBorderHover",
|
|
11732
11733
|
"colorTreeViewConnectorLine",
|
|
11733
11734
|
"fontFamilyBase",
|
|
11735
|
+
"fontFamilyHeading",
|
|
11734
11736
|
"fontFamilyMonospace",
|
|
11735
11737
|
"fontSizeBodyM",
|
|
11736
11738
|
"fontSizeBodyS",
|
|
@@ -12109,6 +12111,7 @@ export var preset = {
|
|
|
12109
12111
|
"colorDropzoneBorderHover",
|
|
12110
12112
|
"colorTreeViewConnectorLine",
|
|
12111
12113
|
"fontFamilyBase",
|
|
12114
|
+
"fontFamilyHeading",
|
|
12112
12115
|
"fontFamilyMonospace",
|
|
12113
12116
|
"fontSizeBodyM",
|
|
12114
12117
|
"fontSizeBodyS",
|
|
@@ -12758,6 +12761,7 @@ export var preset = {
|
|
|
12758
12761
|
"fontDisplayLabelWeight": "font-display-label-weight",
|
|
12759
12762
|
"fontExpandableHeadingSize": "font-expandable-heading-size",
|
|
12760
12763
|
"fontFamilyBase": "font-family-base",
|
|
12764
|
+
"fontFamilyHeading": "font-family-heading",
|
|
12761
12765
|
"fontFamilyMonospace": "font-family-monospace",
|
|
12762
12766
|
"fontHeaderH2DescriptionLineHeight": "font-header-h2-description-line-height",
|
|
12763
12767
|
"fontHeaderH2DescriptionSize": "font-header-h2-description-size",
|
|
@@ -13577,6 +13581,7 @@ export var preset = {
|
|
|
13577
13581
|
"fontDisplayLabelWeight": "--font-display-label-weight-zavpeo",
|
|
13578
13582
|
"fontExpandableHeadingSize": "--font-expandable-heading-size-0uk059",
|
|
13579
13583
|
"fontFamilyBase": "--font-family-base-gmnpzl",
|
|
13584
|
+
"fontFamilyHeading": "--font-family-heading-ugphat",
|
|
13580
13585
|
"fontFamilyMonospace": "--font-family-monospace-q47m7k",
|
|
13581
13586
|
"fontHeaderH2DescriptionLineHeight": "--font-header-h2-description-line-height-ts2s6o",
|
|
13582
13587
|
"fontHeaderH2DescriptionSize": "--font-header-h2-description-size-g2wws3",
|
|
@@ -1,62 +1,62 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"arrow": "
|
|
5
|
-
"arrow-outer": "awsui_arrow-
|
|
6
|
-
"arrow-inner": "awsui_arrow-
|
|
7
|
-
"arrow-position-right-top": "awsui_arrow-position-right-
|
|
8
|
-
"arrow-position-right-bottom": "awsui_arrow-position-right-
|
|
9
|
-
"arrow-position-left-top": "awsui_arrow-position-left-
|
|
10
|
-
"arrow-position-left-bottom": "awsui_arrow-position-left-
|
|
11
|
-
"arrow-position-top-center": "awsui_arrow-position-top-
|
|
12
|
-
"arrow-position-top-right": "awsui_arrow-position-top-
|
|
13
|
-
"arrow-position-top-left": "awsui_arrow-position-top-
|
|
14
|
-
"arrow-position-top-responsive": "awsui_arrow-position-top-
|
|
15
|
-
"arrow-position-bottom-center": "awsui_arrow-position-bottom-
|
|
16
|
-
"arrow-position-bottom-right": "awsui_arrow-position-bottom-
|
|
17
|
-
"arrow-position-bottom-left": "awsui_arrow-position-bottom-
|
|
18
|
-
"arrow-position-bottom-responsive": "awsui_arrow-position-bottom-
|
|
19
|
-
"arrow-variant-info": "awsui_arrow-variant-
|
|
20
|
-
"body": "
|
|
21
|
-
"body-overflow-visible": "awsui_body-overflow-
|
|
22
|
-
"body-variant-chart": "awsui_body-variant-
|
|
23
|
-
"has-dismiss": "awsui_has-
|
|
24
|
-
"dismiss": "
|
|
25
|
-
"dismiss-control": "awsui_dismiss-
|
|
26
|
-
"header-row": "awsui_header-
|
|
27
|
-
"header": "
|
|
28
|
-
"content": "
|
|
29
|
-
"content-overflow-visible": "awsui_content-overflow-
|
|
30
|
-
"container": "
|
|
31
|
-
"container-arrow-position-bottom-left": "awsui_container-arrow-position-bottom-
|
|
32
|
-
"container-arrow-position-bottom-center": "awsui_container-arrow-position-bottom-
|
|
33
|
-
"container-arrow-position-bottom-right": "awsui_container-arrow-position-bottom-
|
|
34
|
-
"container-arrow-position-top-left": "awsui_container-arrow-position-top-
|
|
35
|
-
"container-arrow-position-top-center": "awsui_container-arrow-position-top-
|
|
36
|
-
"container-arrow-position-top-right": "awsui_container-arrow-position-top-
|
|
37
|
-
"container-arrow-position-right-top": "awsui_container-arrow-position-right-
|
|
38
|
-
"container-arrow-position-right-bottom": "awsui_container-arrow-position-right-
|
|
39
|
-
"container-arrow-position-left-top": "awsui_container-arrow-position-left-
|
|
40
|
-
"container-arrow-position-left-bottom": "awsui_container-arrow-position-left-
|
|
41
|
-
"container-body": "awsui_container-
|
|
42
|
-
"container-body-variant-annotation": "awsui_container-body-variant-
|
|
43
|
-
"container-body-size-small": "awsui_container-body-size-
|
|
44
|
-
"fixed-width": "awsui_fixed-
|
|
45
|
-
"container-body-size-medium": "awsui_container-body-size-
|
|
46
|
-
"container-body-size-large": "awsui_container-body-size-
|
|
47
|
-
"container-arrow": "awsui_container-
|
|
48
|
-
"container-arrow-position-top-responsive": "awsui_container-arrow-position-top-
|
|
49
|
-
"awsui-motion-fade-in": "awsui_awsui-motion-fade-
|
|
50
|
-
"refresh": "
|
|
51
|
-
"root": "
|
|
52
|
-
"no-wrap": "awsui_no-
|
|
53
|
-
"trigger-type-text-inline": "awsui_trigger-type-text-
|
|
54
|
-
"overflow-ellipsis": "awsui_overflow-
|
|
55
|
-
"trigger-type-text": "awsui_trigger-type-
|
|
56
|
-
"root-filtering-token": "awsui_root-filtering-
|
|
57
|
-
"trigger": "
|
|
58
|
-
"trigger-type-filtering-token": "awsui_trigger-type-filtering-
|
|
59
|
-
"popover-inline-content": "awsui_popover-inline-
|
|
60
|
-
"hover-area": "awsui_hover-
|
|
4
|
+
"arrow": "awsui_arrow_xjuzf_jr3op_153",
|
|
5
|
+
"arrow-outer": "awsui_arrow-outer_xjuzf_jr3op_157",
|
|
6
|
+
"arrow-inner": "awsui_arrow-inner_xjuzf_jr3op_157",
|
|
7
|
+
"arrow-position-right-top": "awsui_arrow-position-right-top_xjuzf_jr3op_199",
|
|
8
|
+
"arrow-position-right-bottom": "awsui_arrow-position-right-bottom_xjuzf_jr3op_199",
|
|
9
|
+
"arrow-position-left-top": "awsui_arrow-position-left-top_xjuzf_jr3op_202",
|
|
10
|
+
"arrow-position-left-bottom": "awsui_arrow-position-left-bottom_xjuzf_jr3op_202",
|
|
11
|
+
"arrow-position-top-center": "awsui_arrow-position-top-center_xjuzf_jr3op_205",
|
|
12
|
+
"arrow-position-top-right": "awsui_arrow-position-top-right_xjuzf_jr3op_205",
|
|
13
|
+
"arrow-position-top-left": "awsui_arrow-position-top-left_xjuzf_jr3op_205",
|
|
14
|
+
"arrow-position-top-responsive": "awsui_arrow-position-top-responsive_xjuzf_jr3op_205",
|
|
15
|
+
"arrow-position-bottom-center": "awsui_arrow-position-bottom-center_xjuzf_jr3op_208",
|
|
16
|
+
"arrow-position-bottom-right": "awsui_arrow-position-bottom-right_xjuzf_jr3op_208",
|
|
17
|
+
"arrow-position-bottom-left": "awsui_arrow-position-bottom-left_xjuzf_jr3op_208",
|
|
18
|
+
"arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_xjuzf_jr3op_208",
|
|
19
|
+
"arrow-variant-info": "awsui_arrow-variant-info_xjuzf_jr3op_212",
|
|
20
|
+
"body": "awsui_body_xjuzf_jr3op_227",
|
|
21
|
+
"body-overflow-visible": "awsui_body-overflow-visible_xjuzf_jr3op_263",
|
|
22
|
+
"body-variant-chart": "awsui_body-variant-chart_xjuzf_jr3op_266",
|
|
23
|
+
"has-dismiss": "awsui_has-dismiss_xjuzf_jr3op_271",
|
|
24
|
+
"dismiss": "awsui_dismiss_xjuzf_jr3op_276",
|
|
25
|
+
"dismiss-control": "awsui_dismiss-control_xjuzf_jr3op_284",
|
|
26
|
+
"header-row": "awsui_header-row_xjuzf_jr3op_288",
|
|
27
|
+
"header": "awsui_header_xjuzf_jr3op_288",
|
|
28
|
+
"content": "awsui_content_xjuzf_jr3op_315",
|
|
29
|
+
"content-overflow-visible": "awsui_content-overflow-visible_xjuzf_jr3op_324",
|
|
30
|
+
"container": "awsui_container_xjuzf_jr3op_336",
|
|
31
|
+
"container-arrow-position-bottom-left": "awsui_container-arrow-position-bottom-left_xjuzf_jr3op_347",
|
|
32
|
+
"container-arrow-position-bottom-center": "awsui_container-arrow-position-bottom-center_xjuzf_jr3op_347",
|
|
33
|
+
"container-arrow-position-bottom-right": "awsui_container-arrow-position-bottom-right_xjuzf_jr3op_347",
|
|
34
|
+
"container-arrow-position-top-left": "awsui_container-arrow-position-top-left_xjuzf_jr3op_352",
|
|
35
|
+
"container-arrow-position-top-center": "awsui_container-arrow-position-top-center_xjuzf_jr3op_352",
|
|
36
|
+
"container-arrow-position-top-right": "awsui_container-arrow-position-top-right_xjuzf_jr3op_352",
|
|
37
|
+
"container-arrow-position-right-top": "awsui_container-arrow-position-right-top_xjuzf_jr3op_357",
|
|
38
|
+
"container-arrow-position-right-bottom": "awsui_container-arrow-position-right-bottom_xjuzf_jr3op_357",
|
|
39
|
+
"container-arrow-position-left-top": "awsui_container-arrow-position-left-top_xjuzf_jr3op_362",
|
|
40
|
+
"container-arrow-position-left-bottom": "awsui_container-arrow-position-left-bottom_xjuzf_jr3op_362",
|
|
41
|
+
"container-body": "awsui_container-body_xjuzf_jr3op_368",
|
|
42
|
+
"container-body-variant-annotation": "awsui_container-body-variant-annotation_xjuzf_jr3op_408",
|
|
43
|
+
"container-body-size-small": "awsui_container-body-size-small_xjuzf_jr3op_413",
|
|
44
|
+
"fixed-width": "awsui_fixed-width_xjuzf_jr3op_416",
|
|
45
|
+
"container-body-size-medium": "awsui_container-body-size-medium_xjuzf_jr3op_420",
|
|
46
|
+
"container-body-size-large": "awsui_container-body-size-large_xjuzf_jr3op_427",
|
|
47
|
+
"container-arrow": "awsui_container-arrow_xjuzf_jr3op_347",
|
|
48
|
+
"container-arrow-position-top-responsive": "awsui_container-arrow-position-top-responsive_xjuzf_jr3op_477",
|
|
49
|
+
"awsui-motion-fade-in": "awsui_awsui-motion-fade-in_xjuzf_jr3op_1",
|
|
50
|
+
"refresh": "awsui_refresh_xjuzf_jr3op_535",
|
|
51
|
+
"root": "awsui_root_xjuzf_jr3op_557",
|
|
52
|
+
"no-wrap": "awsui_no-wrap_xjuzf_jr3op_589",
|
|
53
|
+
"trigger-type-text-inline": "awsui_trigger-type-text-inline_xjuzf_jr3op_592",
|
|
54
|
+
"overflow-ellipsis": "awsui_overflow-ellipsis_xjuzf_jr3op_592",
|
|
55
|
+
"trigger-type-text": "awsui_trigger-type-text_xjuzf_jr3op_592",
|
|
56
|
+
"root-filtering-token": "awsui_root-filtering-token_xjuzf_jr3op_614",
|
|
57
|
+
"trigger": "awsui_trigger_xjuzf_jr3op_592",
|
|
58
|
+
"trigger-type-filtering-token": "awsui_trigger-type-filtering-token_xjuzf_jr3op_701",
|
|
59
|
+
"popover-inline-content": "awsui_popover-inline-content_xjuzf_jr3op_705",
|
|
60
|
+
"hover-area": "awsui_hover-area_xjuzf_jr3op_709"
|
|
61
61
|
};
|
|
62
62
|
|