@cloudscape-design/components-themeable 3.0.1332 → 3.0.1333
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/app-layout/constants.scss +4 -0
- package/lib/internal/scss/app-layout/visual-refresh-toolbar/navigation/styles.scss +43 -13
- package/lib/internal/scss/app-layout/visual-refresh-toolbar/skeleton/styles.scss +7 -1
- package/lib/internal/scss/app-layout/visual-refresh-toolbar/toolbar/styles.scss +2 -2
- package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +174 -173
- package/lib/internal/scss/side-navigation/styles.scss +4 -7
- package/lib/internal/scss/status-indicator/styles.scss +4 -2
- package/lib/internal/template/alert/styles.css.js +27 -27
- package/lib/internal/template/alert/styles.scoped.css +50 -50
- package/lib/internal/template/alert/styles.selectors.js +27 -27
- package/lib/internal/template/annotation-context/annotation/styles.css.js +13 -13
- package/lib/internal/template/annotation-context/annotation/styles.scoped.css +21 -21
- package/lib/internal/template/annotation-context/annotation/styles.selectors.js +13 -13
- package/lib/internal/template/app-layout/classic.d.ts +1 -0
- package/lib/internal/template/app-layout/classic.d.ts.map +1 -1
- package/lib/internal/template/app-layout/index.d.ts.map +1 -1
- package/lib/internal/template/app-layout/index.js +2 -1
- package/lib/internal/template/app-layout/index.js.map +1 -1
- package/lib/internal/template/app-layout/interfaces.d.ts +16 -1
- package/lib/internal/template/app-layout/interfaces.d.ts.map +1 -1
- package/lib/internal/template/app-layout/interfaces.js.map +1 -1
- package/lib/internal/template/app-layout/internal.d.ts +1 -0
- package/lib/internal/template/app-layout/internal.d.ts.map +1 -1
- package/lib/internal/template/app-layout/notifications/styles.css.js +3 -3
- package/lib/internal/template/app-layout/notifications/styles.scoped.css +7 -7
- package/lib/internal/template/app-layout/notifications/styles.selectors.js +3 -3
- package/lib/internal/template/app-layout/visual-refresh/index.d.ts +1 -0
- package/lib/internal/template/app-layout/visual-refresh/index.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/styles.css.js +86 -86
- package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +262 -262
- package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +86 -86
- package/lib/internal/template/app-layout/visual-refresh-toolbar/compute-layout.d.ts +3 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/compute-layout.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/compute-layout.js +2 -2
- package/lib/internal/template/app-layout/visual-refresh-toolbar/compute-layout.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.css.js +32 -32
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +93 -93
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +32 -32
- package/lib/internal/template/app-layout/visual-refresh-toolbar/interfaces.d.ts +2 -0
- package/lib/internal/template/app-layout/visual-refresh-toolbar/interfaces.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/interfaces.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/index.d.ts +2 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/index.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/index.js +11 -5
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/index.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.css.js +6 -4
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.scoped.css +34 -15
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.selectors.js +6 -4
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/skeleton-parts.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/skeleton-parts.js +4 -2
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/skeleton-parts.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.css.js +30 -29
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.scoped.css +72 -67
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.selectors.js +30 -29
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/interfaces.d.ts +1 -0
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/interfaces.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/interfaces.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/props-merger.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/props-merger.js +2 -0
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/props-merger.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/use-app-layout.d.ts +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/use-app-layout.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/use-app-layout.js +26 -3
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/use-app-layout.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/use-skeleton-slots-attributes.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/use-skeleton-slots-attributes.js +2 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/state/use-skeleton-slots-attributes.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/index.d.ts +1 -0
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/index.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/index.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/styles.css.js +14 -14
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/styles.scoped.css +36 -36
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/styles.selectors.js +14 -14
- package/lib/internal/template/app-layout/visual-refresh-toolbar/widget-areas/before-main-slot.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh-toolbar/widget-areas/before-main-slot.js +3 -3
- package/lib/internal/template/app-layout/visual-refresh-toolbar/widget-areas/before-main-slot.js.map +1 -1
- package/lib/internal/template/app-layout-toolbar/index.d.ts.map +1 -1
- package/lib/internal/template/app-layout-toolbar/index.js +2 -1
- package/lib/internal/template/app-layout-toolbar/index.js.map +1 -1
- package/lib/internal/template/attribute-editor/styles.css.js +15 -15
- package/lib/internal/template/attribute-editor/styles.scoped.css +29 -29
- package/lib/internal/template/attribute-editor/styles.selectors.js +15 -15
- package/lib/internal/template/breadcrumb-group/item/styles.css.js +7 -7
- package/lib/internal/template/breadcrumb-group/item/styles.scoped.css +30 -30
- package/lib/internal/template/breadcrumb-group/item/styles.selectors.js +7 -7
- package/lib/internal/template/button/styles.css.js +22 -22
- package/lib/internal/template/button/styles.scoped.css +256 -256
- package/lib/internal/template/button/styles.selectors.js +22 -22
- package/lib/internal/template/button-dropdown/item-element/styles.css.js +21 -21
- package/lib/internal/template/button-dropdown/item-element/styles.scoped.css +37 -37
- package/lib/internal/template/button-dropdown/item-element/styles.selectors.js +21 -21
- package/lib/internal/template/checkbox/styles.css.js +3 -3
- package/lib/internal/template/checkbox/styles.scoped.css +11 -11
- package/lib/internal/template/checkbox/styles.selectors.js +3 -3
- package/lib/internal/template/content-layout/styles.css.js +14 -14
- package/lib/internal/template/content-layout/styles.scoped.css +27 -27
- package/lib/internal/template/content-layout/styles.selectors.js +14 -14
- package/lib/internal/template/dropdown/styles.css.js +20 -20
- package/lib/internal/template/dropdown/styles.scoped.css +49 -49
- package/lib/internal/template/dropdown/styles.selectors.js +20 -20
- package/lib/internal/template/file-token-group/styles.css.js +23 -23
- package/lib/internal/template/file-token-group/styles.scoped.css +36 -36
- package/lib/internal/template/file-token-group/styles.selectors.js +23 -23
- package/lib/internal/template/flashbar/styles.css.js +50 -50
- package/lib/internal/template/flashbar/styles.scoped.css +192 -192
- package/lib/internal/template/flashbar/styles.selectors.js +50 -50
- package/lib/internal/template/help-panel/styles.css.js +6 -6
- package/lib/internal/template/help-panel/styles.scoped.css +72 -72
- package/lib/internal/template/help-panel/styles.selectors.js +6 -6
- package/lib/internal/template/input/styles.css.js +18 -18
- package/lib/internal/template/input/styles.scoped.css +82 -82
- package/lib/internal/template/input/styles.selectors.js +18 -18
- package/lib/internal/template/internal/base-component/styles.scoped.css +9 -1
- package/lib/internal/template/internal/components/abstract-switch/index.d.ts.map +1 -1
- package/lib/internal/template/internal/components/abstract-switch/index.js +7 -1
- package/lib/internal/template/internal/components/abstract-switch/index.js.map +1 -1
- package/lib/internal/template/internal/components/drag-handle-wrapper/styles.css.js +30 -30
- package/lib/internal/template/internal/components/drag-handle-wrapper/styles.scoped.css +58 -58
- package/lib/internal/template/internal/components/drag-handle-wrapper/styles.selectors.js +30 -30
- package/lib/internal/template/internal/components/option/styles.css.js +17 -17
- package/lib/internal/template/internal/components/option/styles.scoped.css +31 -31
- package/lib/internal/template/internal/components/option/styles.selectors.js +17 -17
- package/lib/internal/template/internal/components/radio-button/styles.css.js +7 -7
- package/lib/internal/template/internal/components/radio-button/styles.scoped.css +18 -18
- package/lib/internal/template/internal/components/radio-button/styles.selectors.js +7 -7
- package/lib/internal/template/internal/components/selectable-item/styles.css.js +22 -22
- package/lib/internal/template/internal/components/selectable-item/styles.scoped.css +57 -57
- package/lib/internal/template/internal/components/selectable-item/styles.selectors.js +22 -22
- package/lib/internal/template/internal/components/token-list/styles.css.js +10 -10
- package/lib/internal/template/internal/components/token-list/styles.scoped.css +25 -25
- package/lib/internal/template/internal/components/token-list/styles.selectors.js +10 -10
- package/lib/internal/template/internal/environment.js +2 -2
- package/lib/internal/template/internal/environment.json +2 -2
- package/lib/internal/template/internal/generated/custom-css-properties/index.d.ts +1 -0
- package/lib/internal/template/internal/generated/custom-css-properties/index.d.ts.map +1 -1
- package/lib/internal/template/internal/generated/custom-css-properties/index.js +173 -172
- package/lib/internal/template/internal/generated/custom-css-properties/index.js.map +1 -1
- package/lib/internal/template/internal/generated/styles/tokens.d.ts +2 -0
- package/lib/internal/template/internal/generated/styles/tokens.js +2 -0
- package/lib/internal/template/internal/generated/theming/index.cjs +40 -0
- package/lib/internal/template/internal/generated/theming/index.cjs.d.ts +27 -0
- package/lib/internal/template/internal/generated/theming/index.d.ts +27 -0
- package/lib/internal/template/internal/generated/theming/index.js +40 -0
- package/lib/internal/template/item-card/styles.css.js +14 -14
- package/lib/internal/template/item-card/styles.scoped.css +63 -63
- package/lib/internal/template/item-card/styles.selectors.js +14 -14
- package/lib/internal/template/link/styles.css.js +21 -21
- package/lib/internal/template/link/styles.scoped.css +117 -117
- package/lib/internal/template/link/styles.selectors.js +21 -21
- package/lib/internal/template/modal/styles.css.js +31 -31
- package/lib/internal/template/modal/styles.scoped.css +48 -48
- package/lib/internal/template/modal/styles.selectors.js +31 -31
- package/lib/internal/template/package.json +94 -0
- package/lib/internal/template/progress-bar/styles.css.js +18 -18
- package/lib/internal/template/progress-bar/styles.scoped.css +48 -48
- package/lib/internal/template/progress-bar/styles.selectors.js +18 -18
- package/lib/internal/template/prompt-input/styles.css.js +26 -26
- package/lib/internal/template/prompt-input/styles.scoped.css +105 -105
- package/lib/internal/template/prompt-input/styles.selectors.js +26 -26
- package/lib/internal/template/segmented-control/styles.css.js +16 -16
- package/lib/internal/template/segmented-control/styles.scoped.css +46 -46
- package/lib/internal/template/segmented-control/styles.selectors.js +16 -16
- package/lib/internal/template/side-navigation/implementation.d.ts.map +1 -1
- package/lib/internal/template/side-navigation/implementation.js +4 -3
- package/lib/internal/template/side-navigation/implementation.js.map +1 -1
- package/lib/internal/template/side-navigation/parts.d.ts +3 -1
- package/lib/internal/template/side-navigation/parts.d.ts.map +1 -1
- package/lib/internal/template/side-navigation/parts.js +38 -26
- package/lib/internal/template/side-navigation/parts.js.map +1 -1
- package/lib/internal/template/side-navigation/styles.css.js +47 -47
- package/lib/internal/template/side-navigation/styles.scoped.css +74 -76
- package/lib/internal/template/side-navigation/styles.selectors.js +47 -47
- package/lib/internal/template/slider/styles.css.js +26 -26
- package/lib/internal/template/slider/styles.scoped.css +165 -165
- package/lib/internal/template/slider/styles.selectors.js +26 -26
- package/lib/internal/template/spinner/styles.css.js +13 -13
- package/lib/internal/template/spinner/styles.scoped.css +39 -39
- package/lib/internal/template/spinner/styles.selectors.js +13 -13
- package/lib/internal/template/status-indicator/internal-interfaces.d.ts +3 -0
- package/lib/internal/template/status-indicator/internal-interfaces.d.ts.map +1 -0
- package/lib/internal/template/status-indicator/internal-interfaces.js +2 -0
- package/lib/internal/template/status-indicator/internal-interfaces.js.map +1 -0
- package/lib/internal/template/status-indicator/internal.d.ts +6 -2
- package/lib/internal/template/status-indicator/internal.d.ts.map +1 -1
- package/lib/internal/template/status-indicator/internal.js +1 -0
- package/lib/internal/template/status-indicator/internal.js.map +1 -1
- package/lib/internal/template/status-indicator/styles.css.js +25 -24
- package/lib/internal/template/status-indicator/styles.scoped.css +59 -53
- package/lib/internal/template/status-indicator/styles.selectors.js +25 -24
- package/lib/internal/template/steps/interfaces.d.ts +2 -2
- package/lib/internal/template/steps/interfaces.d.ts.map +1 -1
- package/lib/internal/template/steps/interfaces.js.map +1 -1
- package/lib/internal/template/steps/internal.d.ts.map +1 -1
- package/lib/internal/template/steps/internal.js +1 -0
- package/lib/internal/template/steps/internal.js.map +1 -1
- package/lib/internal/template/tabs/styles.css.js +30 -30
- package/lib/internal/template/tabs/styles.scoped.css +76 -76
- package/lib/internal/template/tabs/styles.selectors.js +30 -30
- package/lib/internal/template/tag-editor/styles.css.js +3 -3
- package/lib/internal/template/tag-editor/styles.scoped.css +13 -13
- package/lib/internal/template/tag-editor/styles.selectors.js +3 -3
- package/lib/internal/template/text-content/styles.css.js +1 -1
- package/lib/internal/template/text-content/styles.scoped.css +66 -66
- package/lib/internal/template/text-content/styles.selectors.js +1 -1
- package/lib/internal/template/textarea/styles.css.js +5 -5
- package/lib/internal/template/textarea/styles.scoped.css +45 -45
- package/lib/internal/template/textarea/styles.selectors.js +5 -5
- package/lib/internal/template/toggle/styles.css.js +10 -10
- package/lib/internal/template/toggle/styles.scoped.css +23 -23
- package/lib/internal/template/toggle/styles.selectors.js +10 -10
- package/lib/internal/template/token/styles.css.js +14 -14
- package/lib/internal/template/token/styles.scoped.css +47 -47
- package/lib/internal/template/token/styles.selectors.js +14 -14
- package/package.json +1 -1
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"dialog": "
|
|
5
|
-
"modal-slide-up": "awsui_modal-slide-
|
|
6
|
-
"awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-
|
|
7
|
-
"refresh": "
|
|
8
|
-
"awsui-motion-scale-popup": "awsui_awsui-motion-scale-
|
|
9
|
-
"root": "
|
|
10
|
-
"awsui-motion-fade-in": "awsui_awsui-motion-fade-
|
|
11
|
-
"hidden": "
|
|
12
|
-
"focus-lock": "awsui_focus-
|
|
13
|
-
"position-top": "awsui_position-
|
|
14
|
-
"position-center": "awsui_position-
|
|
15
|
-
"small": "
|
|
16
|
-
"medium": "
|
|
17
|
-
"large": "
|
|
18
|
-
"x-large": "awsui_x-
|
|
19
|
-
"xx-large": "awsui_xx-
|
|
20
|
-
"custom-width": "awsui_custom-
|
|
21
|
-
"max": "
|
|
22
|
-
"breakpoint-xs": "awsui_breakpoint-
|
|
23
|
-
"custom-height": "awsui_custom-
|
|
24
|
-
"container": "
|
|
25
|
-
"custom-height-container": "awsui_custom-height-
|
|
26
|
-
"content": "
|
|
27
|
-
"no-paddings": "awsui_no-
|
|
28
|
-
"custom-height-content": "awsui_custom-height-
|
|
29
|
-
"header": "
|
|
30
|
-
"header--text": "awsui_header--
|
|
31
|
-
"footer": "
|
|
32
|
-
"footer--rounded": "awsui_footer--
|
|
33
|
-
"dismiss-control": "awsui_dismiss-
|
|
34
|
-
"modal-open": "awsui_modal-
|
|
4
|
+
"dialog": "awsui_dialog_1d2i7_o8z4z_169",
|
|
5
|
+
"modal-slide-up": "awsui_modal-slide-up_1d2i7_o8z4z_1",
|
|
6
|
+
"awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-0_1d2i7_o8z4z_1",
|
|
7
|
+
"refresh": "awsui_refresh_1d2i7_o8z4z_192",
|
|
8
|
+
"awsui-motion-scale-popup": "awsui_awsui-motion-scale-popup_1d2i7_o8z4z_1",
|
|
9
|
+
"root": "awsui_root_1d2i7_o8z4z_225",
|
|
10
|
+
"awsui-motion-fade-in": "awsui_awsui-motion-fade-in_1d2i7_o8z4z_1",
|
|
11
|
+
"hidden": "awsui_hidden_1d2i7_o8z4z_302",
|
|
12
|
+
"focus-lock": "awsui_focus-lock_1d2i7_o8z4z_306",
|
|
13
|
+
"position-top": "awsui_position-top_1d2i7_o8z4z_314",
|
|
14
|
+
"position-center": "awsui_position-center_1d2i7_o8z4z_317",
|
|
15
|
+
"small": "awsui_small_1d2i7_o8z4z_331",
|
|
16
|
+
"medium": "awsui_medium_1d2i7_o8z4z_334",
|
|
17
|
+
"large": "awsui_large_1d2i7_o8z4z_337",
|
|
18
|
+
"x-large": "awsui_x-large_1d2i7_o8z4z_340",
|
|
19
|
+
"xx-large": "awsui_xx-large_1d2i7_o8z4z_343",
|
|
20
|
+
"custom-width": "awsui_custom-width_1d2i7_o8z4z_346",
|
|
21
|
+
"max": "awsui_max_1d2i7_o8z4z_349",
|
|
22
|
+
"breakpoint-xs": "awsui_breakpoint-xs_1d2i7_o8z4z_349",
|
|
23
|
+
"custom-height": "awsui_custom-height_1d2i7_o8z4z_354",
|
|
24
|
+
"container": "awsui_container_1d2i7_o8z4z_359",
|
|
25
|
+
"custom-height-container": "awsui_custom-height-container_1d2i7_o8z4z_399",
|
|
26
|
+
"content": "awsui_content_1d2i7_o8z4z_405",
|
|
27
|
+
"no-paddings": "awsui_no-paddings_1d2i7_o8z4z_410",
|
|
28
|
+
"custom-height-content": "awsui_custom-height-content_1d2i7_o8z4z_414",
|
|
29
|
+
"header": "awsui_header_1d2i7_o8z4z_419",
|
|
30
|
+
"header--text": "awsui_header--text_1d2i7_o8z4z_431",
|
|
31
|
+
"footer": "awsui_footer_1d2i7_o8z4z_435",
|
|
32
|
+
"footer--rounded": "awsui_footer--rounded_1d2i7_o8z4z_444",
|
|
33
|
+
"dismiss-control": "awsui_dismiss-control_1d2i7_o8z4z_456",
|
|
34
|
+
"modal-open": "awsui_modal-open_1d2i7_o8z4z_460"
|
|
35
35
|
};
|
|
36
36
|
|
|
@@ -158,7 +158,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
158
158
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
159
159
|
SPDX-License-Identifier: Apache-2.0
|
|
160
160
|
*/
|
|
161
|
-
@keyframes awsui_modal-slide-
|
|
161
|
+
@keyframes awsui_modal-slide-up_1d2i7_o8z4z_1 {
|
|
162
162
|
0% {
|
|
163
163
|
transform: translate(0, 10px);
|
|
164
164
|
}
|
|
@@ -166,12 +166,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
166
166
|
transform: translate(0, 0);
|
|
167
167
|
}
|
|
168
168
|
}
|
|
169
|
-
.
|
|
170
|
-
animation: awsui_modal-slide-
|
|
169
|
+
.awsui_dialog_1d2i7_o8z4z_169:not(#\9) {
|
|
170
|
+
animation: awsui_modal-slide-up_1d2i7_o8z4z_1 var(--motion-duration-slow-cxexcj, 180ms) ease-out, awsui_awsui-motion-fade-in-0_1d2i7_o8z4z_1 var(--motion-duration-slow-cxexcj, 180ms) ease-out;
|
|
171
171
|
animation-delay: var(--motion-duration-fast-okdxjh, 90ms);
|
|
172
172
|
animation-fill-mode: both;
|
|
173
173
|
}
|
|
174
|
-
@keyframes awsui_awsui-motion-fade-in-
|
|
174
|
+
@keyframes awsui_awsui-motion-fade-in-0_1d2i7_o8z4z_1 {
|
|
175
175
|
from {
|
|
176
176
|
opacity: 0;
|
|
177
177
|
}
|
|
@@ -180,22 +180,22 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
180
180
|
}
|
|
181
181
|
}
|
|
182
182
|
@media (prefers-reduced-motion: reduce) {
|
|
183
|
-
.
|
|
183
|
+
.awsui_dialog_1d2i7_o8z4z_169:not(#\9) {
|
|
184
184
|
animation: none;
|
|
185
185
|
transition: none;
|
|
186
186
|
}
|
|
187
187
|
}
|
|
188
|
-
.awsui-motion-disabled .
|
|
188
|
+
.awsui-motion-disabled .awsui_dialog_1d2i7_o8z4z_169:not(#\9), .awsui-mode-entering .awsui_dialog_1d2i7_o8z4z_169:not(#\9) {
|
|
189
189
|
animation: none;
|
|
190
190
|
transition: none;
|
|
191
191
|
}
|
|
192
|
-
.
|
|
193
|
-
animation: awsui_awsui-motion-scale-
|
|
192
|
+
.awsui_dialog_1d2i7_o8z4z_169.awsui_refresh_1d2i7_o8z4z_192:not(#\9) {
|
|
193
|
+
animation: awsui_awsui-motion-scale-popup_1d2i7_o8z4z_1, awsui_awsui-motion-fade-in-0_1d2i7_o8z4z_1;
|
|
194
194
|
animation-duration: var(--motion-duration-refresh-only-fast-v9rk6z, 0ms);
|
|
195
195
|
animation-timing-function: var(--motion-easing-refresh-only-a-8gio5w, cubic-bezier(0, 0, 0, 1));
|
|
196
196
|
animation-fill-mode: both;
|
|
197
197
|
}
|
|
198
|
-
@keyframes awsui_awsui-motion-fade-in-
|
|
198
|
+
@keyframes awsui_awsui-motion-fade-in-0_1d2i7_o8z4z_1 {
|
|
199
199
|
from {
|
|
200
200
|
opacity: 0;
|
|
201
201
|
}
|
|
@@ -203,7 +203,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
203
203
|
opacity: 1;
|
|
204
204
|
}
|
|
205
205
|
}
|
|
206
|
-
@keyframes awsui_awsui-motion-scale-
|
|
206
|
+
@keyframes awsui_awsui-motion-scale-popup_1d2i7_o8z4z_1 {
|
|
207
207
|
0% {
|
|
208
208
|
transform: scale(0.95);
|
|
209
209
|
}
|
|
@@ -212,21 +212,21 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
212
212
|
}
|
|
213
213
|
}
|
|
214
214
|
@media (prefers-reduced-motion: reduce) {
|
|
215
|
-
.
|
|
215
|
+
.awsui_dialog_1d2i7_o8z4z_169.awsui_refresh_1d2i7_o8z4z_192:not(#\9) {
|
|
216
216
|
animation: none;
|
|
217
217
|
transition: none;
|
|
218
218
|
}
|
|
219
219
|
}
|
|
220
|
-
.awsui-motion-disabled .
|
|
220
|
+
.awsui-motion-disabled .awsui_dialog_1d2i7_o8z4z_169.awsui_refresh_1d2i7_o8z4z_192:not(#\9), .awsui-mode-entering .awsui_dialog_1d2i7_o8z4z_169.awsui_refresh_1d2i7_o8z4z_192:not(#\9) {
|
|
221
221
|
animation: none;
|
|
222
222
|
transition: none;
|
|
223
223
|
}
|
|
224
224
|
|
|
225
|
-
.
|
|
226
|
-
animation: awsui_awsui-motion-fade-
|
|
225
|
+
.awsui_root_1d2i7_o8z4z_225:not(#\9) {
|
|
226
|
+
animation: awsui_awsui-motion-fade-in_1d2i7_o8z4z_1 var(--motion-duration-extra-slow-j8l6m4, 270ms) ease-out;
|
|
227
227
|
animation-fill-mode: both;
|
|
228
228
|
}
|
|
229
|
-
@keyframes awsui_awsui-motion-fade-
|
|
229
|
+
@keyframes awsui_awsui-motion-fade-in_1d2i7_o8z4z_1 {
|
|
230
230
|
from {
|
|
231
231
|
opacity: 0.2;
|
|
232
232
|
}
|
|
@@ -235,30 +235,30 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
235
235
|
}
|
|
236
236
|
}
|
|
237
237
|
@media (prefers-reduced-motion: reduce) {
|
|
238
|
-
.
|
|
238
|
+
.awsui_root_1d2i7_o8z4z_225:not(#\9) {
|
|
239
239
|
animation: none;
|
|
240
240
|
transition: none;
|
|
241
241
|
}
|
|
242
242
|
}
|
|
243
|
-
.awsui-motion-disabled .
|
|
243
|
+
.awsui-motion-disabled .awsui_root_1d2i7_o8z4z_225:not(#\9), .awsui-mode-entering .awsui_root_1d2i7_o8z4z_225:not(#\9) {
|
|
244
244
|
animation: none;
|
|
245
245
|
transition: none;
|
|
246
246
|
}
|
|
247
|
-
.
|
|
247
|
+
.awsui_root_1d2i7_o8z4z_225.awsui_refresh_1d2i7_o8z4z_192:not(#\9) {
|
|
248
248
|
animation-duration: var(--motion-duration-refresh-only-fast-v9rk6z, 0ms);
|
|
249
249
|
}
|
|
250
250
|
@media (prefers-reduced-motion: reduce) {
|
|
251
|
-
.
|
|
251
|
+
.awsui_root_1d2i7_o8z4z_225.awsui_refresh_1d2i7_o8z4z_192:not(#\9) {
|
|
252
252
|
animation: none;
|
|
253
253
|
transition: none;
|
|
254
254
|
}
|
|
255
255
|
}
|
|
256
|
-
.awsui-motion-disabled .
|
|
256
|
+
.awsui-motion-disabled .awsui_root_1d2i7_o8z4z_225.awsui_refresh_1d2i7_o8z4z_192:not(#\9), .awsui-mode-entering .awsui_root_1d2i7_o8z4z_225.awsui_refresh_1d2i7_o8z4z_192:not(#\9) {
|
|
257
257
|
animation: none;
|
|
258
258
|
transition: none;
|
|
259
259
|
}
|
|
260
260
|
|
|
261
|
-
.
|
|
261
|
+
.awsui_root_1d2i7_o8z4z_225:not(#\9) {
|
|
262
262
|
border-collapse: separate;
|
|
263
263
|
border-spacing: 0;
|
|
264
264
|
box-sizing: border-box;
|
|
@@ -299,11 +299,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
299
299
|
overflow: auto;
|
|
300
300
|
cursor: pointer;
|
|
301
301
|
}
|
|
302
|
-
.
|
|
302
|
+
.awsui_root_1d2i7_o8z4z_225.awsui_hidden_1d2i7_o8z4z_302:not(#\9) {
|
|
303
303
|
display: none;
|
|
304
304
|
}
|
|
305
305
|
|
|
306
|
-
.awsui_focus-
|
|
306
|
+
.awsui_focus-lock_1d2i7_o8z4z_306:not(#\9) {
|
|
307
307
|
align-self: flex-start;
|
|
308
308
|
margin-inline: auto;
|
|
309
309
|
padding-block: var(--space-s-4a5hs8, 12px);
|
|
@@ -311,14 +311,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
311
311
|
z-index: 5000;
|
|
312
312
|
pointer-events: none;
|
|
313
313
|
}
|
|
314
|
-
.awsui_focus-
|
|
314
|
+
.awsui_focus-lock_1d2i7_o8z4z_306.awsui_position-top_1d2i7_o8z4z_314:not(#\9) {
|
|
315
315
|
margin-block-start: 0;
|
|
316
316
|
}
|
|
317
|
-
.awsui_focus-
|
|
317
|
+
.awsui_focus-lock_1d2i7_o8z4z_306.awsui_position-center_1d2i7_o8z4z_317:not(#\9) {
|
|
318
318
|
margin-block: auto;
|
|
319
319
|
}
|
|
320
320
|
|
|
321
|
-
.
|
|
321
|
+
.awsui_dialog_1d2i7_o8z4z_169:not(#\9) {
|
|
322
322
|
position: static;
|
|
323
323
|
inset-block-start: 0;
|
|
324
324
|
transform: translate(0, 0);
|
|
@@ -328,35 +328,35 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
328
328
|
z-index: 5000;
|
|
329
329
|
pointer-events: all;
|
|
330
330
|
}
|
|
331
|
-
.
|
|
331
|
+
.awsui_dialog_1d2i7_o8z4z_169.awsui_small_1d2i7_o8z4z_331:not(#\9) {
|
|
332
332
|
max-inline-size: 320px;
|
|
333
333
|
}
|
|
334
|
-
.
|
|
334
|
+
.awsui_dialog_1d2i7_o8z4z_169.awsui_medium_1d2i7_o8z4z_334:not(#\9) {
|
|
335
335
|
max-inline-size: 600px;
|
|
336
336
|
}
|
|
337
|
-
.
|
|
337
|
+
.awsui_dialog_1d2i7_o8z4z_169.awsui_large_1d2i7_o8z4z_337:not(#\9) {
|
|
338
338
|
max-inline-size: 820px;
|
|
339
339
|
}
|
|
340
|
-
.
|
|
340
|
+
.awsui_dialog_1d2i7_o8z4z_169.awsui_x-large_1d2i7_o8z4z_340:not(#\9) {
|
|
341
341
|
max-inline-size: 1024px;
|
|
342
342
|
}
|
|
343
|
-
.
|
|
343
|
+
.awsui_dialog_1d2i7_o8z4z_169.awsui_xx-large_1d2i7_o8z4z_343:not(#\9) {
|
|
344
344
|
max-inline-size: 1280px;
|
|
345
345
|
}
|
|
346
|
-
.
|
|
347
|
-
max-inline-size: var(--awsui-modal-custom-width-
|
|
346
|
+
.awsui_dialog_1d2i7_o8z4z_169.awsui_custom-width_1d2i7_o8z4z_346:not(#\9) {
|
|
347
|
+
max-inline-size: var(--awsui-modal-custom-width-esndbs);
|
|
348
348
|
}
|
|
349
|
-
.
|
|
349
|
+
.awsui_dialog_1d2i7_o8z4z_169.awsui_max_1d2i7_o8z4z_349.awsui_breakpoint-xs_1d2i7_o8z4z_349:not(#\9) {
|
|
350
350
|
max-inline-size: calc(100vw - (8 * 10px + var(--space-xxxl-qhelse, 40px)));
|
|
351
351
|
margin-block: auto;
|
|
352
352
|
margin-inline: auto;
|
|
353
353
|
}
|
|
354
|
-
.
|
|
355
|
-
block-size: var(--awsui-modal-custom-height-
|
|
354
|
+
.awsui_dialog_1d2i7_o8z4z_169.awsui_custom-height_1d2i7_o8z4z_354:not(#\9) {
|
|
355
|
+
block-size: var(--awsui-modal-custom-height-esndbs);
|
|
356
356
|
max-block-size: calc(100vh - 2 * var(--space-s-4a5hs8, 12px));
|
|
357
357
|
}
|
|
358
358
|
|
|
359
|
-
.
|
|
359
|
+
.awsui_container_1d2i7_o8z4z_359:not(#\9) {
|
|
360
360
|
border-collapse: separate;
|
|
361
361
|
border-spacing: 0;
|
|
362
362
|
box-sizing: border-box;
|
|
@@ -396,27 +396,27 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
396
396
|
border-end-end-radius: var(--border-radius-container-33hhdh, 0px);
|
|
397
397
|
box-shadow: var(--shadow-modal-pjndl9, 0 1px 1px 0 rgba(0, 28, 36, 0.3), 1px 1px 1px 0 rgba(0, 28, 36, 0.15), -1px 1px 1px 0 rgba(0, 28, 36, 0.15));
|
|
398
398
|
}
|
|
399
|
-
.
|
|
399
|
+
.awsui_container_1d2i7_o8z4z_359.awsui_custom-height-container_1d2i7_o8z4z_399:not(#\9) {
|
|
400
400
|
display: flex;
|
|
401
401
|
flex-direction: column;
|
|
402
402
|
block-size: 100%;
|
|
403
403
|
}
|
|
404
404
|
|
|
405
|
-
.
|
|
405
|
+
.awsui_content_1d2i7_o8z4z_405:not(#\9) {
|
|
406
406
|
padding-block-start: var(--space-container-content-top-8fvzh2, 16px);
|
|
407
407
|
padding-block-end: var(--space-modal-content-bottom-pxcvcj, 20px);
|
|
408
408
|
padding-inline: var(--space-modal-horizontal-tieytu, 20px);
|
|
409
409
|
}
|
|
410
|
-
.
|
|
410
|
+
.awsui_content_1d2i7_o8z4z_405.awsui_no-paddings_1d2i7_o8z4z_410:not(#\9) {
|
|
411
411
|
padding-block: 0;
|
|
412
412
|
padding-inline: 0;
|
|
413
413
|
}
|
|
414
|
-
.
|
|
414
|
+
.awsui_content_1d2i7_o8z4z_405.awsui_custom-height-content_1d2i7_o8z4z_414:not(#\9) {
|
|
415
415
|
flex-grow: 1;
|
|
416
416
|
overflow-y: auto;
|
|
417
417
|
}
|
|
418
418
|
|
|
419
|
-
.
|
|
419
|
+
.awsui_header_1d2i7_o8z4z_419:not(#\9) {
|
|
420
420
|
padding-block-start: var(--space-container-header-top-3cfni8, 12px);
|
|
421
421
|
padding-block-end: var(--space-container-header-bottom-rbnprk, 12px);
|
|
422
422
|
padding-inline: var(--space-modal-horizontal-tieytu, 20px);
|
|
@@ -428,11 +428,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
428
428
|
border-end-end-radius: 0;
|
|
429
429
|
}
|
|
430
430
|
|
|
431
|
-
.awsui_header--
|
|
431
|
+
.awsui_header--text_1d2i7_o8z4z_431:not(#\9) {
|
|
432
432
|
/* used in test-utils */
|
|
433
433
|
}
|
|
434
434
|
|
|
435
|
-
.
|
|
435
|
+
.awsui_footer_1d2i7_o8z4z_435:not(#\9) {
|
|
436
436
|
border-block-start: var(--border-divider-section-width-dlkb8v, 1px) solid var(--color-border-divider-default-ipvpev, #eaeded);
|
|
437
437
|
padding-block: var(--space-scaled-s-gjhvjd, 12px);
|
|
438
438
|
padding-inline: var(--space-container-horizontal-ipmk0e, 20px);
|
|
@@ -441,23 +441,23 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
441
441
|
inset-block-end: 0;
|
|
442
442
|
z-index: 800;
|
|
443
443
|
}
|
|
444
|
-
.awsui_footer--
|
|
444
|
+
.awsui_footer--rounded_1d2i7_o8z4z_444:not(#\9) {
|
|
445
445
|
border-start-start-radius: 0;
|
|
446
446
|
border-start-end-radius: 0;
|
|
447
447
|
border-end-start-radius: var(--border-radius-container-33hhdh, 0px);
|
|
448
448
|
border-end-end-radius: var(--border-radius-container-33hhdh, 0px);
|
|
449
449
|
}
|
|
450
|
-
.
|
|
450
|
+
.awsui_footer_1d2i7_o8z4z_435:not(#\9):after {
|
|
451
451
|
content: "";
|
|
452
452
|
display: table;
|
|
453
453
|
clear: both;
|
|
454
454
|
}
|
|
455
455
|
|
|
456
|
-
.awsui_dismiss-
|
|
456
|
+
.awsui_dismiss-control_1d2i7_o8z4z_456:not(#\9) {
|
|
457
457
|
/* used in test-utils */
|
|
458
458
|
}
|
|
459
459
|
|
|
460
|
-
.awsui_modal-
|
|
460
|
+
.awsui_modal-open_1d2i7_o8z4z_460:not(#\9) {
|
|
461
461
|
overflow: hidden;
|
|
462
462
|
/*
|
|
463
463
|
* When padding-right is added to account for scrollbar being turned
|
|
@@ -2,36 +2,36 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"dialog": "
|
|
6
|
-
"modal-slide-up": "awsui_modal-slide-
|
|
7
|
-
"awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-
|
|
8
|
-
"refresh": "
|
|
9
|
-
"awsui-motion-scale-popup": "awsui_awsui-motion-scale-
|
|
10
|
-
"root": "
|
|
11
|
-
"awsui-motion-fade-in": "awsui_awsui-motion-fade-
|
|
12
|
-
"hidden": "
|
|
13
|
-
"focus-lock": "awsui_focus-
|
|
14
|
-
"position-top": "awsui_position-
|
|
15
|
-
"position-center": "awsui_position-
|
|
16
|
-
"small": "
|
|
17
|
-
"medium": "
|
|
18
|
-
"large": "
|
|
19
|
-
"x-large": "awsui_x-
|
|
20
|
-
"xx-large": "awsui_xx-
|
|
21
|
-
"custom-width": "awsui_custom-
|
|
22
|
-
"max": "
|
|
23
|
-
"breakpoint-xs": "awsui_breakpoint-
|
|
24
|
-
"custom-height": "awsui_custom-
|
|
25
|
-
"container": "
|
|
26
|
-
"custom-height-container": "awsui_custom-height-
|
|
27
|
-
"content": "
|
|
28
|
-
"no-paddings": "awsui_no-
|
|
29
|
-
"custom-height-content": "awsui_custom-height-
|
|
30
|
-
"header": "
|
|
31
|
-
"header--text": "awsui_header--
|
|
32
|
-
"footer": "
|
|
33
|
-
"footer--rounded": "awsui_footer--
|
|
34
|
-
"dismiss-control": "awsui_dismiss-
|
|
35
|
-
"modal-open": "awsui_modal-
|
|
5
|
+
"dialog": "awsui_dialog_1d2i7_o8z4z_169",
|
|
6
|
+
"modal-slide-up": "awsui_modal-slide-up_1d2i7_o8z4z_1",
|
|
7
|
+
"awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-0_1d2i7_o8z4z_1",
|
|
8
|
+
"refresh": "awsui_refresh_1d2i7_o8z4z_192",
|
|
9
|
+
"awsui-motion-scale-popup": "awsui_awsui-motion-scale-popup_1d2i7_o8z4z_1",
|
|
10
|
+
"root": "awsui_root_1d2i7_o8z4z_225",
|
|
11
|
+
"awsui-motion-fade-in": "awsui_awsui-motion-fade-in_1d2i7_o8z4z_1",
|
|
12
|
+
"hidden": "awsui_hidden_1d2i7_o8z4z_302",
|
|
13
|
+
"focus-lock": "awsui_focus-lock_1d2i7_o8z4z_306",
|
|
14
|
+
"position-top": "awsui_position-top_1d2i7_o8z4z_314",
|
|
15
|
+
"position-center": "awsui_position-center_1d2i7_o8z4z_317",
|
|
16
|
+
"small": "awsui_small_1d2i7_o8z4z_331",
|
|
17
|
+
"medium": "awsui_medium_1d2i7_o8z4z_334",
|
|
18
|
+
"large": "awsui_large_1d2i7_o8z4z_337",
|
|
19
|
+
"x-large": "awsui_x-large_1d2i7_o8z4z_340",
|
|
20
|
+
"xx-large": "awsui_xx-large_1d2i7_o8z4z_343",
|
|
21
|
+
"custom-width": "awsui_custom-width_1d2i7_o8z4z_346",
|
|
22
|
+
"max": "awsui_max_1d2i7_o8z4z_349",
|
|
23
|
+
"breakpoint-xs": "awsui_breakpoint-xs_1d2i7_o8z4z_349",
|
|
24
|
+
"custom-height": "awsui_custom-height_1d2i7_o8z4z_354",
|
|
25
|
+
"container": "awsui_container_1d2i7_o8z4z_359",
|
|
26
|
+
"custom-height-container": "awsui_custom-height-container_1d2i7_o8z4z_399",
|
|
27
|
+
"content": "awsui_content_1d2i7_o8z4z_405",
|
|
28
|
+
"no-paddings": "awsui_no-paddings_1d2i7_o8z4z_410",
|
|
29
|
+
"custom-height-content": "awsui_custom-height-content_1d2i7_o8z4z_414",
|
|
30
|
+
"header": "awsui_header_1d2i7_o8z4z_419",
|
|
31
|
+
"header--text": "awsui_header--text_1d2i7_o8z4z_431",
|
|
32
|
+
"footer": "awsui_footer_1d2i7_o8z4z_435",
|
|
33
|
+
"footer--rounded": "awsui_footer--rounded_1d2i7_o8z4z_444",
|
|
34
|
+
"dismiss-control": "awsui_dismiss-control_1d2i7_o8z4z_456",
|
|
35
|
+
"modal-open": "awsui_modal-open_1d2i7_o8z4z_460"
|
|
36
36
|
};
|
|
37
37
|
|
|
@@ -127,6 +127,100 @@
|
|
|
127
127
|
"./truncated-text": "./truncated-text/index.js",
|
|
128
128
|
"./tutorial-panel": "./tutorial-panel/index.js",
|
|
129
129
|
"./wizard": "./wizard/index.js",
|
|
130
|
+
"./test-utils/dom/action-card": "./test-utils/dom/action-card/index.js",
|
|
131
|
+
"./test-utils/dom/alert": "./test-utils/dom/alert/index.js",
|
|
132
|
+
"./test-utils/dom/anchor-navigation": "./test-utils/dom/anchor-navigation/index.js",
|
|
133
|
+
"./test-utils/dom/annotation": "./test-utils/dom/annotation/index.js",
|
|
134
|
+
"./test-utils/dom/app-layout": "./test-utils/dom/app-layout/index.js",
|
|
135
|
+
"./test-utils/dom/app-layout-toolbar": "./test-utils/dom/app-layout-toolbar/index.js",
|
|
136
|
+
"./test-utils/dom/area-chart": "./test-utils/dom/area-chart/index.js",
|
|
137
|
+
"./test-utils/dom/attribute-editor": "./test-utils/dom/attribute-editor/index.js",
|
|
138
|
+
"./test-utils/dom/autosuggest": "./test-utils/dom/autosuggest/index.js",
|
|
139
|
+
"./test-utils/dom/badge": "./test-utils/dom/badge/index.js",
|
|
140
|
+
"./test-utils/dom/bar-chart": "./test-utils/dom/bar-chart/index.js",
|
|
141
|
+
"./test-utils/dom/box": "./test-utils/dom/box/index.js",
|
|
142
|
+
"./test-utils/dom/breadcrumb-group": "./test-utils/dom/breadcrumb-group/index.js",
|
|
143
|
+
"./test-utils/dom/button": "./test-utils/dom/button/index.js",
|
|
144
|
+
"./test-utils/dom/button-dropdown": "./test-utils/dom/button-dropdown/index.js",
|
|
145
|
+
"./test-utils/dom/button-group": "./test-utils/dom/button-group/index.js",
|
|
146
|
+
"./test-utils/dom/calendar": "./test-utils/dom/calendar/index.js",
|
|
147
|
+
"./test-utils/dom/cards": "./test-utils/dom/cards/index.js",
|
|
148
|
+
"./test-utils/dom/checkbox": "./test-utils/dom/checkbox/index.js",
|
|
149
|
+
"./test-utils/dom/code-editor": "./test-utils/dom/code-editor/index.js",
|
|
150
|
+
"./test-utils/dom/collection-preferences": "./test-utils/dom/collection-preferences/index.js",
|
|
151
|
+
"./test-utils/dom/column-layout": "./test-utils/dom/column-layout/index.js",
|
|
152
|
+
"./test-utils/dom/container": "./test-utils/dom/container/index.js",
|
|
153
|
+
"./test-utils/dom/content-layout": "./test-utils/dom/content-layout/index.js",
|
|
154
|
+
"./test-utils/dom/copy-to-clipboard": "./test-utils/dom/copy-to-clipboard/index.js",
|
|
155
|
+
"./test-utils/dom/date-input": "./test-utils/dom/date-input/index.js",
|
|
156
|
+
"./test-utils/dom/date-picker": "./test-utils/dom/date-picker/index.js",
|
|
157
|
+
"./test-utils/dom/date-range-picker": "./test-utils/dom/date-range-picker/index.js",
|
|
158
|
+
"./test-utils/dom/divider": "./test-utils/dom/divider/index.js",
|
|
159
|
+
"./test-utils/dom/drawer": "./test-utils/dom/drawer/index.js",
|
|
160
|
+
"./test-utils/dom/dropdown": "./test-utils/dom/dropdown/index.js",
|
|
161
|
+
"./test-utils/dom/error-boundary": "./test-utils/dom/error-boundary/index.js",
|
|
162
|
+
"./test-utils/dom/expandable-section": "./test-utils/dom/expandable-section/index.js",
|
|
163
|
+
"./test-utils/dom/file-dropzone": "./test-utils/dom/file-dropzone/index.js",
|
|
164
|
+
"./test-utils/dom/file-input": "./test-utils/dom/file-input/index.js",
|
|
165
|
+
"./test-utils/dom/file-token-group": "./test-utils/dom/file-token-group/index.js",
|
|
166
|
+
"./test-utils/dom/file-upload": "./test-utils/dom/file-upload/index.js",
|
|
167
|
+
"./test-utils/dom/flashbar": "./test-utils/dom/flashbar/index.js",
|
|
168
|
+
"./test-utils/dom/form": "./test-utils/dom/form/index.js",
|
|
169
|
+
"./test-utils/dom/form-field": "./test-utils/dom/form-field/index.js",
|
|
170
|
+
"./test-utils/dom/grid": "./test-utils/dom/grid/index.js",
|
|
171
|
+
"./test-utils/dom/header": "./test-utils/dom/header/index.js",
|
|
172
|
+
"./test-utils/dom/help-panel": "./test-utils/dom/help-panel/index.js",
|
|
173
|
+
"./test-utils/dom/hotspot": "./test-utils/dom/hotspot/index.js",
|
|
174
|
+
"./test-utils/dom/icon": "./test-utils/dom/icon/index.js",
|
|
175
|
+
"./test-utils/dom/input": "./test-utils/dom/input/index.js",
|
|
176
|
+
"./test-utils/dom/item-card": "./test-utils/dom/item-card/index.js",
|
|
177
|
+
"./test-utils/dom/key-value-pairs": "./test-utils/dom/key-value-pairs/index.js",
|
|
178
|
+
"./test-utils/dom/line-chart": "./test-utils/dom/line-chart/index.js",
|
|
179
|
+
"./test-utils/dom/link": "./test-utils/dom/link/index.js",
|
|
180
|
+
"./test-utils/dom/list": "./test-utils/dom/list/index.js",
|
|
181
|
+
"./test-utils/dom/live-region": "./test-utils/dom/live-region/index.js",
|
|
182
|
+
"./test-utils/dom/mixed-line-bar-chart": "./test-utils/dom/mixed-line-bar-chart/index.js",
|
|
183
|
+
"./test-utils/dom/modal": "./test-utils/dom/modal/index.js",
|
|
184
|
+
"./test-utils/dom/multiselect": "./test-utils/dom/multiselect/index.js",
|
|
185
|
+
"./test-utils/dom/navigable-group": "./test-utils/dom/navigable-group/index.js",
|
|
186
|
+
"./test-utils/dom/pagination": "./test-utils/dom/pagination/index.js",
|
|
187
|
+
"./test-utils/dom/panel-layout": "./test-utils/dom/panel-layout/index.js",
|
|
188
|
+
"./test-utils/dom/pie-chart": "./test-utils/dom/pie-chart/index.js",
|
|
189
|
+
"./test-utils/dom/popover": "./test-utils/dom/popover/index.js",
|
|
190
|
+
"./test-utils/dom/progress-bar": "./test-utils/dom/progress-bar/index.js",
|
|
191
|
+
"./test-utils/dom/prompt-input": "./test-utils/dom/prompt-input/index.js",
|
|
192
|
+
"./test-utils/dom/property-filter": "./test-utils/dom/property-filter/index.js",
|
|
193
|
+
"./test-utils/dom/radio-button": "./test-utils/dom/radio-button/index.js",
|
|
194
|
+
"./test-utils/dom/radio-group": "./test-utils/dom/radio-group/index.js",
|
|
195
|
+
"./test-utils/dom/s3-resource-selector": "./test-utils/dom/s3-resource-selector/index.js",
|
|
196
|
+
"./test-utils/dom/segmented-control": "./test-utils/dom/segmented-control/index.js",
|
|
197
|
+
"./test-utils/dom/select": "./test-utils/dom/select/index.js",
|
|
198
|
+
"./test-utils/dom/side-navigation": "./test-utils/dom/side-navigation/index.js",
|
|
199
|
+
"./test-utils/dom/skeleton": "./test-utils/dom/skeleton/index.js",
|
|
200
|
+
"./test-utils/dom/slider": "./test-utils/dom/slider/index.js",
|
|
201
|
+
"./test-utils/dom/space-between": "./test-utils/dom/space-between/index.js",
|
|
202
|
+
"./test-utils/dom/spinner": "./test-utils/dom/spinner/index.js",
|
|
203
|
+
"./test-utils/dom/split-panel": "./test-utils/dom/split-panel/index.js",
|
|
204
|
+
"./test-utils/dom/status-indicator": "./test-utils/dom/status-indicator/index.js",
|
|
205
|
+
"./test-utils/dom/steps": "./test-utils/dom/steps/index.js",
|
|
206
|
+
"./test-utils/dom/table": "./test-utils/dom/table/index.js",
|
|
207
|
+
"./test-utils/dom/tabs": "./test-utils/dom/tabs/index.js",
|
|
208
|
+
"./test-utils/dom/tag-editor": "./test-utils/dom/tag-editor/index.js",
|
|
209
|
+
"./test-utils/dom/text-content": "./test-utils/dom/text-content/index.js",
|
|
210
|
+
"./test-utils/dom/text-filter": "./test-utils/dom/text-filter/index.js",
|
|
211
|
+
"./test-utils/dom/textarea": "./test-utils/dom/textarea/index.js",
|
|
212
|
+
"./test-utils/dom/tiles": "./test-utils/dom/tiles/index.js",
|
|
213
|
+
"./test-utils/dom/time-input": "./test-utils/dom/time-input/index.js",
|
|
214
|
+
"./test-utils/dom/toggle": "./test-utils/dom/toggle/index.js",
|
|
215
|
+
"./test-utils/dom/toggle-button": "./test-utils/dom/toggle-button/index.js",
|
|
216
|
+
"./test-utils/dom/token": "./test-utils/dom/token/index.js",
|
|
217
|
+
"./test-utils/dom/token-group": "./test-utils/dom/token-group/index.js",
|
|
218
|
+
"./test-utils/dom/tooltip": "./test-utils/dom/tooltip/index.js",
|
|
219
|
+
"./test-utils/dom/top-navigation": "./test-utils/dom/top-navigation/index.js",
|
|
220
|
+
"./test-utils/dom/tree-view": "./test-utils/dom/tree-view/index.js",
|
|
221
|
+
"./test-utils/dom/truncated-text": "./test-utils/dom/truncated-text/index.js",
|
|
222
|
+
"./test-utils/dom/tutorial-panel": "./test-utils/dom/tutorial-panel/index.js",
|
|
223
|
+
"./test-utils/dom/wizard": "./test-utils/dom/wizard/index.js",
|
|
130
224
|
"./i18n": "./i18n/index.js",
|
|
131
225
|
"./i18n/messages/all.all": "./i18n/messages/all.all.js",
|
|
132
226
|
"./i18n/messages/all.all.json": "./i18n/messages/all.all.json",
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"progress": "
|
|
5
|
-
"result-state": "awsui_result-
|
|
6
|
-
"awsui-motion-fade-in": "awsui_awsui-motion-fade-
|
|
7
|
-
"root": "
|
|
8
|
-
"with-result-button": "awsui_with-result-
|
|
9
|
-
"result-text": "awsui_result-
|
|
10
|
-
"result-container-error": "awsui_result-container-
|
|
11
|
-
"result-container-success": "awsui_result-container-
|
|
12
|
-
"result-button": "awsui_result-
|
|
13
|
-
"word-wrap": "awsui_word-
|
|
14
|
-
"label-flash": "awsui_label-
|
|
15
|
-
"label-key-value": "awsui_label-key-
|
|
16
|
-
"flash": "
|
|
17
|
-
"progress-container": "awsui_progress-
|
|
18
|
-
"percentage-container": "awsui_percentage-
|
|
19
|
-
"percentage": "
|
|
20
|
-
"complete": "
|
|
21
|
-
"additional-info": "awsui_additional-
|
|
4
|
+
"progress": "awsui_progress_11huc_glv9x_189",
|
|
5
|
+
"result-state": "awsui_result-state_11huc_glv9x_203",
|
|
6
|
+
"awsui-motion-fade-in": "awsui_awsui-motion-fade-in_11huc_glv9x_1",
|
|
7
|
+
"root": "awsui_root_11huc_glv9x_225",
|
|
8
|
+
"with-result-button": "awsui_with-result-button_11huc_glv9x_257",
|
|
9
|
+
"result-text": "awsui_result-text_11huc_glv9x_261",
|
|
10
|
+
"result-container-error": "awsui_result-container-error_11huc_glv9x_265",
|
|
11
|
+
"result-container-success": "awsui_result-container-success_11huc_glv9x_265",
|
|
12
|
+
"result-button": "awsui_result-button_11huc_glv9x_269",
|
|
13
|
+
"word-wrap": "awsui_word-wrap_11huc_glv9x_275",
|
|
14
|
+
"label-flash": "awsui_label-flash_11huc_glv9x_280",
|
|
15
|
+
"label-key-value": "awsui_label-key-value_11huc_glv9x_284",
|
|
16
|
+
"flash": "awsui_flash_11huc_glv9x_292",
|
|
17
|
+
"progress-container": "awsui_progress-container_11huc_glv9x_296",
|
|
18
|
+
"percentage-container": "awsui_percentage-container_11huc_glv9x_303",
|
|
19
|
+
"percentage": "awsui_percentage_11huc_glv9x_303",
|
|
20
|
+
"complete": "awsui_complete_11huc_glv9x_349",
|
|
21
|
+
"additional-info": "awsui_additional-info_11huc_glv9x_363"
|
|
22
22
|
};
|
|
23
23
|
|