@cloudscape-design/components 3.0.1155 → 3.0.1156
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/anchor-navigation/styles.css.js +8 -8
- package/anchor-navigation/styles.scoped.css +21 -21
- package/anchor-navigation/styles.selectors.js +8 -8
- package/app-layout/visual-refresh/styles.css.js +86 -86
- package/app-layout/visual-refresh/styles.scoped.css +164 -163
- package/app-layout/visual-refresh/styles.selectors.js +86 -86
- package/app-layout/visual-refresh-toolbar/drawer/styles.css.js +30 -30
- package/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +84 -81
- package/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +30 -30
- package/app-layout/visual-refresh-toolbar/skeleton/toolbar-container.d.ts.map +1 -1
- package/app-layout/visual-refresh-toolbar/skeleton/toolbar-container.js +1 -1
- package/app-layout/visual-refresh-toolbar/skeleton/toolbar-container.js.map +1 -1
- package/attribute-editor/styles.css.js +15 -15
- package/attribute-editor/styles.scoped.css +28 -28
- package/attribute-editor/styles.selectors.js +15 -15
- package/box/styles.css.js +192 -192
- package/box/styles.scoped.css +241 -241
- package/box/styles.selectors.js +192 -192
- package/breadcrumb-group/item/styles.css.js +7 -7
- package/breadcrumb-group/item/styles.scoped.css +28 -28
- package/breadcrumb-group/item/styles.selectors.js +7 -7
- package/button/styles.css.js +22 -22
- package/button/styles.scoped.css +78 -78
- package/button/styles.selectors.js +22 -22
- package/button-dropdown/item-element/styles.css.js +20 -20
- package/button-dropdown/item-element/styles.scoped.css +35 -35
- package/button-dropdown/item-element/styles.selectors.js +20 -20
- package/cards/styles.css.js +39 -39
- package/cards/styles.scoped.css +51 -51
- package/cards/styles.selectors.js +39 -39
- package/code-editor/styles.css.js +33 -33
- package/code-editor/styles.scoped.css +139 -139
- package/code-editor/styles.selectors.js +33 -33
- package/drawer/implementation.d.ts +1 -0
- package/drawer/implementation.d.ts.map +1 -1
- package/drawer/implementation.js +13 -4
- package/drawer/implementation.js.map +1 -1
- package/drawer/interfaces.d.ts +7 -0
- package/drawer/interfaces.d.ts.map +1 -1
- package/drawer/interfaces.js.map +1 -1
- package/drawer/styles.css.js +12 -8
- package/drawer/styles.scoped.css +35 -13
- package/drawer/styles.selectors.js +12 -8
- package/drawer/use-sticky-footer.d.ts +11 -0
- package/drawer/use-sticky-footer.d.ts.map +1 -0
- package/drawer/use-sticky-footer.js +35 -0
- package/drawer/use-sticky-footer.js.map +1 -0
- package/help-panel/styles.css.js +6 -6
- package/help-panel/styles.scoped.css +75 -75
- package/help-panel/styles.selectors.js +6 -6
- package/icon/styles.css.js +39 -39
- package/icon/styles.scoped.css +87 -87
- package/icon/styles.selectors.js +39 -39
- package/internal/base-component/styles.scoped.css +62 -50
- package/internal/components/button-trigger/styles.css.js +13 -13
- package/internal/components/button-trigger/styles.scoped.css +29 -29
- package/internal/components/button-trigger/styles.selectors.js +13 -13
- package/internal/components/cartesian-chart/styles.css.js +28 -28
- package/internal/components/cartesian-chart/styles.scoped.css +33 -33
- package/internal/components/cartesian-chart/styles.selectors.js +28 -28
- package/internal/components/token-list/styles.css.js +10 -10
- package/internal/components/token-list/styles.scoped.css +25 -25
- package/internal/components/token-list/styles.selectors.js +10 -10
- package/internal/environment.js +2 -2
- package/internal/environment.json +2 -2
- package/internal/generated/styles/tokens.js +8 -8
- package/internal/generated/theming/index.cjs +24 -24
- package/internal/generated/theming/index.js +24 -24
- package/internal/hooks/use-portal-mode-classes/index.d.ts +3 -1
- package/internal/hooks/use-portal-mode-classes/index.d.ts.map +1 -1
- package/internal/hooks/use-portal-mode-classes/index.js +2 -2
- package/internal/hooks/use-portal-mode-classes/index.js.map +1 -1
- package/internal/manifest.json +1 -1
- package/key-value-pairs/styles.css.js +8 -8
- package/key-value-pairs/styles.scoped.css +10 -10
- package/key-value-pairs/styles.selectors.js +8 -8
- package/link/styles.css.js +20 -20
- package/link/styles.scoped.css +91 -91
- package/link/styles.selectors.js +20 -20
- package/package.json +1 -1
- package/popover/internal.js +1 -1
- package/popover/internal.js.map +1 -1
- package/popover/styles.css.js +57 -57
- package/popover/styles.scoped.css +87 -87
- package/popover/styles.selectors.js +57 -57
- package/progress-bar/styles.css.js +19 -19
- package/progress-bar/styles.scoped.css +31 -31
- package/progress-bar/styles.selectors.js +19 -19
- package/side-navigation/styles.css.js +30 -30
- package/side-navigation/styles.scoped.css +47 -47
- package/side-navigation/styles.selectors.js +30 -30
- package/split-panel/icons/styles.css.js +22 -22
- package/split-panel/icons/styles.scoped.css +25 -25
- package/split-panel/icons/styles.selectors.js +22 -22
- package/tag-editor/styles.css.js +3 -3
- package/tag-editor/styles.scoped.css +13 -13
- package/tag-editor/styles.selectors.js +3 -3
- package/test-utils/dom/drawer/index.d.ts +1 -0
- package/test-utils/dom/drawer/index.js +3 -0
- package/test-utils/dom/drawer/index.js.map +1 -1
- package/test-utils/selectors/drawer/index.d.ts +1 -0
- package/test-utils/selectors/drawer/index.js +3 -0
- package/test-utils/selectors/drawer/index.js.map +1 -1
- package/text-content/styles.css.js +1 -1
- package/text-content/styles.scoped.css +66 -66
- package/text-content/styles.selectors.js +1 -1
- package/token/styles.css.js +14 -14
- package/token/styles.scoped.css +29 -29
- package/token/styles.selectors.js +14 -14
- package/tutorial-panel/components/tutorial-list/styles.css.js +18 -18
- package/tutorial-panel/components/tutorial-list/styles.scoped.css +28 -28
- package/tutorial-panel/components/tutorial-list/styles.selectors.js +18 -18
|
@@ -2,62 +2,62 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"arrow": "
|
|
6
|
-
"arrow-outer": "awsui_arrow-
|
|
7
|
-
"arrow-inner": "awsui_arrow-
|
|
8
|
-
"arrow-position-right-top": "awsui_arrow-position-right-
|
|
9
|
-
"arrow-position-right-bottom": "awsui_arrow-position-right-
|
|
10
|
-
"arrow-position-left-top": "awsui_arrow-position-left-
|
|
11
|
-
"arrow-position-left-bottom": "awsui_arrow-position-left-
|
|
12
|
-
"arrow-position-top-center": "awsui_arrow-position-top-
|
|
13
|
-
"arrow-position-top-right": "awsui_arrow-position-top-
|
|
14
|
-
"arrow-position-top-left": "awsui_arrow-position-top-
|
|
15
|
-
"arrow-position-top-responsive": "awsui_arrow-position-top-
|
|
16
|
-
"arrow-position-bottom-center": "awsui_arrow-position-bottom-
|
|
17
|
-
"arrow-position-bottom-right": "awsui_arrow-position-bottom-
|
|
18
|
-
"arrow-position-bottom-left": "awsui_arrow-position-bottom-
|
|
19
|
-
"arrow-position-bottom-responsive": "awsui_arrow-position-bottom-
|
|
20
|
-
"arrow-variant-info": "awsui_arrow-variant-
|
|
21
|
-
"body": "
|
|
22
|
-
"body-overflow-visible": "awsui_body-overflow-
|
|
23
|
-
"body-variant-chart": "awsui_body-variant-
|
|
24
|
-
"has-dismiss": "awsui_has-
|
|
25
|
-
"dismiss": "
|
|
26
|
-
"dismiss-control": "awsui_dismiss-
|
|
27
|
-
"header-row": "awsui_header-
|
|
28
|
-
"header": "
|
|
29
|
-
"content": "
|
|
30
|
-
"content-overflow-visible": "awsui_content-overflow-
|
|
31
|
-
"container": "
|
|
32
|
-
"container-arrow-position-bottom-left": "awsui_container-arrow-position-bottom-
|
|
33
|
-
"container-arrow-position-bottom-center": "awsui_container-arrow-position-bottom-
|
|
34
|
-
"container-arrow-position-bottom-right": "awsui_container-arrow-position-bottom-
|
|
35
|
-
"container-arrow-position-top-left": "awsui_container-arrow-position-top-
|
|
36
|
-
"container-arrow-position-top-center": "awsui_container-arrow-position-top-
|
|
37
|
-
"container-arrow-position-top-right": "awsui_container-arrow-position-top-
|
|
38
|
-
"container-arrow-position-right-top": "awsui_container-arrow-position-right-
|
|
39
|
-
"container-arrow-position-right-bottom": "awsui_container-arrow-position-right-
|
|
40
|
-
"container-arrow-position-left-top": "awsui_container-arrow-position-left-
|
|
41
|
-
"container-arrow-position-left-bottom": "awsui_container-arrow-position-left-
|
|
42
|
-
"container-body": "awsui_container-
|
|
43
|
-
"container-body-variant-annotation": "awsui_container-body-variant-
|
|
44
|
-
"container-body-size-small": "awsui_container-body-size-
|
|
45
|
-
"fixed-width": "awsui_fixed-
|
|
46
|
-
"container-body-size-medium": "awsui_container-body-size-
|
|
47
|
-
"container-body-size-large": "awsui_container-body-size-
|
|
48
|
-
"container-arrow": "awsui_container-
|
|
49
|
-
"container-arrow-position-top-responsive": "awsui_container-arrow-position-top-
|
|
50
|
-
"awsui-motion-fade-in": "awsui_awsui-motion-fade-
|
|
51
|
-
"refresh": "
|
|
52
|
-
"root": "
|
|
53
|
-
"no-wrap": "awsui_no-
|
|
54
|
-
"root-filtering-token": "awsui_root-filtering-
|
|
55
|
-
"trigger": "
|
|
56
|
-
"overflow-ellipsis": "awsui_overflow-
|
|
57
|
-
"trigger-type-text-inline": "awsui_trigger-type-text-
|
|
58
|
-
"trigger-type-text": "awsui_trigger-type-
|
|
59
|
-
"trigger-type-filtering-token": "awsui_trigger-type-filtering-
|
|
60
|
-
"popover-inline-content": "awsui_popover-inline-
|
|
61
|
-
"hover-area": "awsui_hover-
|
|
5
|
+
"arrow": "awsui_arrow_xjuzf_1fb7q_153",
|
|
6
|
+
"arrow-outer": "awsui_arrow-outer_xjuzf_1fb7q_157",
|
|
7
|
+
"arrow-inner": "awsui_arrow-inner_xjuzf_1fb7q_157",
|
|
8
|
+
"arrow-position-right-top": "awsui_arrow-position-right-top_xjuzf_1fb7q_199",
|
|
9
|
+
"arrow-position-right-bottom": "awsui_arrow-position-right-bottom_xjuzf_1fb7q_199",
|
|
10
|
+
"arrow-position-left-top": "awsui_arrow-position-left-top_xjuzf_1fb7q_202",
|
|
11
|
+
"arrow-position-left-bottom": "awsui_arrow-position-left-bottom_xjuzf_1fb7q_202",
|
|
12
|
+
"arrow-position-top-center": "awsui_arrow-position-top-center_xjuzf_1fb7q_205",
|
|
13
|
+
"arrow-position-top-right": "awsui_arrow-position-top-right_xjuzf_1fb7q_205",
|
|
14
|
+
"arrow-position-top-left": "awsui_arrow-position-top-left_xjuzf_1fb7q_205",
|
|
15
|
+
"arrow-position-top-responsive": "awsui_arrow-position-top-responsive_xjuzf_1fb7q_205",
|
|
16
|
+
"arrow-position-bottom-center": "awsui_arrow-position-bottom-center_xjuzf_1fb7q_208",
|
|
17
|
+
"arrow-position-bottom-right": "awsui_arrow-position-bottom-right_xjuzf_1fb7q_208",
|
|
18
|
+
"arrow-position-bottom-left": "awsui_arrow-position-bottom-left_xjuzf_1fb7q_208",
|
|
19
|
+
"arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_xjuzf_1fb7q_208",
|
|
20
|
+
"arrow-variant-info": "awsui_arrow-variant-info_xjuzf_1fb7q_212",
|
|
21
|
+
"body": "awsui_body_xjuzf_1fb7q_227",
|
|
22
|
+
"body-overflow-visible": "awsui_body-overflow-visible_xjuzf_1fb7q_263",
|
|
23
|
+
"body-variant-chart": "awsui_body-variant-chart_xjuzf_1fb7q_266",
|
|
24
|
+
"has-dismiss": "awsui_has-dismiss_xjuzf_1fb7q_271",
|
|
25
|
+
"dismiss": "awsui_dismiss_xjuzf_1fb7q_276",
|
|
26
|
+
"dismiss-control": "awsui_dismiss-control_xjuzf_1fb7q_284",
|
|
27
|
+
"header-row": "awsui_header-row_xjuzf_1fb7q_288",
|
|
28
|
+
"header": "awsui_header_xjuzf_1fb7q_288",
|
|
29
|
+
"content": "awsui_content_xjuzf_1fb7q_313",
|
|
30
|
+
"content-overflow-visible": "awsui_content-overflow-visible_xjuzf_1fb7q_322",
|
|
31
|
+
"container": "awsui_container_xjuzf_1fb7q_334",
|
|
32
|
+
"container-arrow-position-bottom-left": "awsui_container-arrow-position-bottom-left_xjuzf_1fb7q_345",
|
|
33
|
+
"container-arrow-position-bottom-center": "awsui_container-arrow-position-bottom-center_xjuzf_1fb7q_345",
|
|
34
|
+
"container-arrow-position-bottom-right": "awsui_container-arrow-position-bottom-right_xjuzf_1fb7q_345",
|
|
35
|
+
"container-arrow-position-top-left": "awsui_container-arrow-position-top-left_xjuzf_1fb7q_350",
|
|
36
|
+
"container-arrow-position-top-center": "awsui_container-arrow-position-top-center_xjuzf_1fb7q_350",
|
|
37
|
+
"container-arrow-position-top-right": "awsui_container-arrow-position-top-right_xjuzf_1fb7q_350",
|
|
38
|
+
"container-arrow-position-right-top": "awsui_container-arrow-position-right-top_xjuzf_1fb7q_355",
|
|
39
|
+
"container-arrow-position-right-bottom": "awsui_container-arrow-position-right-bottom_xjuzf_1fb7q_355",
|
|
40
|
+
"container-arrow-position-left-top": "awsui_container-arrow-position-left-top_xjuzf_1fb7q_360",
|
|
41
|
+
"container-arrow-position-left-bottom": "awsui_container-arrow-position-left-bottom_xjuzf_1fb7q_360",
|
|
42
|
+
"container-body": "awsui_container-body_xjuzf_1fb7q_366",
|
|
43
|
+
"container-body-variant-annotation": "awsui_container-body-variant-annotation_xjuzf_1fb7q_406",
|
|
44
|
+
"container-body-size-small": "awsui_container-body-size-small_xjuzf_1fb7q_411",
|
|
45
|
+
"fixed-width": "awsui_fixed-width_xjuzf_1fb7q_414",
|
|
46
|
+
"container-body-size-medium": "awsui_container-body-size-medium_xjuzf_1fb7q_418",
|
|
47
|
+
"container-body-size-large": "awsui_container-body-size-large_xjuzf_1fb7q_425",
|
|
48
|
+
"container-arrow": "awsui_container-arrow_xjuzf_1fb7q_345",
|
|
49
|
+
"container-arrow-position-top-responsive": "awsui_container-arrow-position-top-responsive_xjuzf_1fb7q_475",
|
|
50
|
+
"awsui-motion-fade-in": "awsui_awsui-motion-fade-in_xjuzf_1fb7q_1",
|
|
51
|
+
"refresh": "awsui_refresh_xjuzf_1fb7q_533",
|
|
52
|
+
"root": "awsui_root_xjuzf_1fb7q_555",
|
|
53
|
+
"no-wrap": "awsui_no-wrap_xjuzf_1fb7q_587",
|
|
54
|
+
"root-filtering-token": "awsui_root-filtering-token_xjuzf_1fb7q_591",
|
|
55
|
+
"trigger": "awsui_trigger_xjuzf_1fb7q_595",
|
|
56
|
+
"overflow-ellipsis": "awsui_overflow-ellipsis_xjuzf_1fb7q_602",
|
|
57
|
+
"trigger-type-text-inline": "awsui_trigger-type-text-inline_xjuzf_1fb7q_610",
|
|
58
|
+
"trigger-type-text": "awsui_trigger-type-text_xjuzf_1fb7q_610",
|
|
59
|
+
"trigger-type-filtering-token": "awsui_trigger-type-filtering-token_xjuzf_1fb7q_678",
|
|
60
|
+
"popover-inline-content": "awsui_popover-inline-content_xjuzf_1fb7q_682",
|
|
61
|
+
"hover-area": "awsui_hover-area_xjuzf_1fb7q_686"
|
|
62
62
|
};
|
|
63
63
|
|
|
@@ -1,24 +1,24 @@
|
|
|
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
|
-
"progress-in-flash": "awsui_progress-in-
|
|
22
|
-
"additional-info": "awsui_additional-
|
|
4
|
+
"progress": "awsui_progress_11huc_134zk_189",
|
|
5
|
+
"result-state": "awsui_result-state_11huc_134zk_203",
|
|
6
|
+
"awsui-motion-fade-in": "awsui_awsui-motion-fade-in_11huc_134zk_1",
|
|
7
|
+
"root": "awsui_root_11huc_134zk_225",
|
|
8
|
+
"with-result-button": "awsui_with-result-button_11huc_134zk_257",
|
|
9
|
+
"result-text": "awsui_result-text_11huc_134zk_261",
|
|
10
|
+
"result-container-error": "awsui_result-container-error_11huc_134zk_265",
|
|
11
|
+
"result-container-success": "awsui_result-container-success_11huc_134zk_265",
|
|
12
|
+
"result-button": "awsui_result-button_11huc_134zk_269",
|
|
13
|
+
"word-wrap": "awsui_word-wrap_11huc_134zk_275",
|
|
14
|
+
"label-flash": "awsui_label-flash_11huc_134zk_280",
|
|
15
|
+
"label-key-value": "awsui_label-key-value_11huc_134zk_284",
|
|
16
|
+
"flash": "awsui_flash_11huc_134zk_292",
|
|
17
|
+
"progress-container": "awsui_progress-container_11huc_134zk_296",
|
|
18
|
+
"percentage-container": "awsui_percentage-container_11huc_134zk_303",
|
|
19
|
+
"percentage": "awsui_percentage_11huc_134zk_303",
|
|
20
|
+
"complete": "awsui_complete_11huc_134zk_349",
|
|
21
|
+
"progress-in-flash": "awsui_progress-in-flash_11huc_134zk_362",
|
|
22
|
+
"additional-info": "awsui_additional-info_11huc_134zk_375"
|
|
23
23
|
};
|
|
24
24
|
|
|
@@ -186,27 +186,27 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
186
186
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
187
187
|
SPDX-License-Identifier: Apache-2.0
|
|
188
188
|
*/
|
|
189
|
-
.
|
|
189
|
+
.awsui_progress_11huc_134zk_189:not(#\9)::-webkit-progress-value {
|
|
190
190
|
-webkit-transition: width var(--motion-duration-moderate-c9utmg, 135ms) linear;
|
|
191
191
|
transition: width var(--motion-duration-moderate-c9utmg, 135ms) linear;
|
|
192
192
|
}
|
|
193
193
|
@media (prefers-reduced-motion: reduce) {
|
|
194
|
-
.
|
|
194
|
+
.awsui_progress_11huc_134zk_189:not(#\9)::-webkit-progress-value {
|
|
195
195
|
animation: none;
|
|
196
196
|
-webkit-transition: none;
|
|
197
197
|
transition: none;
|
|
198
198
|
}
|
|
199
199
|
}
|
|
200
|
-
.awsui-motion-disabled .
|
|
200
|
+
.awsui-motion-disabled .awsui_progress_11huc_134zk_189:not(#\9)::-webkit-progress-value, .awsui-mode-entering .awsui_progress_11huc_134zk_189:not(#\9)::-webkit-progress-value {
|
|
201
201
|
animation: none;
|
|
202
202
|
-webkit-transition: none;
|
|
203
203
|
transition: none;
|
|
204
204
|
}
|
|
205
205
|
|
|
206
|
-
.awsui_result-
|
|
207
|
-
animation: awsui_awsui-motion-fade-
|
|
206
|
+
.awsui_result-state_11huc_134zk_203:not(#\9) {
|
|
207
|
+
animation: awsui_awsui-motion-fade-in_11huc_134zk_1 var(--motion-duration-transition-show-paced-t8d1os, 180ms) var(--motion-easing-transition-show-paced-x2k7uh, ease-out);
|
|
208
208
|
}
|
|
209
|
-
@keyframes awsui_awsui-motion-fade-
|
|
209
|
+
@keyframes awsui_awsui-motion-fade-in_11huc_134zk_1 {
|
|
210
210
|
from {
|
|
211
211
|
opacity: 0.2;
|
|
212
212
|
}
|
|
@@ -215,17 +215,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
215
215
|
}
|
|
216
216
|
}
|
|
217
217
|
@media (prefers-reduced-motion: reduce) {
|
|
218
|
-
.awsui_result-
|
|
218
|
+
.awsui_result-state_11huc_134zk_203:not(#\9) {
|
|
219
219
|
animation: none;
|
|
220
220
|
transition: none;
|
|
221
221
|
}
|
|
222
222
|
}
|
|
223
|
-
.awsui-motion-disabled .awsui_result-
|
|
223
|
+
.awsui-motion-disabled .awsui_result-state_11huc_134zk_203:not(#\9), .awsui-mode-entering .awsui_result-state_11huc_134zk_203:not(#\9) {
|
|
224
224
|
animation: none;
|
|
225
225
|
transition: none;
|
|
226
226
|
}
|
|
227
227
|
|
|
228
|
-
.
|
|
228
|
+
.awsui_root_11huc_134zk_225:not(#\9) {
|
|
229
229
|
border-collapse: separate;
|
|
230
230
|
border-spacing: 0;
|
|
231
231
|
box-sizing: border-box;
|
|
@@ -257,53 +257,53 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
257
257
|
-moz-osx-font-smoothing: auto;
|
|
258
258
|
}
|
|
259
259
|
|
|
260
|
-
.awsui_with-result-
|
|
260
|
+
.awsui_with-result-button_11huc_134zk_257:not(#\9) {
|
|
261
261
|
padding-inline-end: var(--space-m-dsumyt, 16px);
|
|
262
262
|
}
|
|
263
263
|
|
|
264
|
-
.awsui_result-
|
|
264
|
+
.awsui_result-text_11huc_134zk_261:not(#\9) {
|
|
265
265
|
/* used in test-utils */
|
|
266
266
|
}
|
|
267
267
|
|
|
268
|
-
.awsui_result-container-
|
|
268
|
+
.awsui_result-container-error_11huc_134zk_265:not(#\9), .awsui_result-container-success_11huc_134zk_265:not(#\9) {
|
|
269
269
|
/* used in test-utils */
|
|
270
270
|
}
|
|
271
271
|
|
|
272
|
-
.awsui_result-
|
|
272
|
+
.awsui_result-button_11huc_134zk_269:not(#\9) {
|
|
273
273
|
display: inline-block;
|
|
274
274
|
margin-block: var(--space-scaled-xxs-pfm1nx, 4px);
|
|
275
275
|
margin-inline: 0;
|
|
276
276
|
}
|
|
277
277
|
|
|
278
|
-
.awsui_word-
|
|
278
|
+
.awsui_word-wrap_11huc_134zk_275:not(#\9) {
|
|
279
279
|
min-inline-size: 0;
|
|
280
280
|
word-break: break-word;
|
|
281
281
|
}
|
|
282
282
|
|
|
283
|
-
.awsui_label-
|
|
283
|
+
.awsui_label-flash_11huc_134zk_280:not(#\9) {
|
|
284
284
|
color: inherit;
|
|
285
285
|
font-weight: 700;
|
|
286
286
|
}
|
|
287
|
-
.awsui_label-key-
|
|
287
|
+
.awsui_label-key-value_11huc_134zk_284:not(#\9) {
|
|
288
288
|
font-size: var(--font-size-body-m-a7nh2n, 14px);
|
|
289
289
|
line-height: var(--line-height-body-m-2mh3ke, 20px);
|
|
290
290
|
font-weight: var(--font-display-label-weight-zavpeo, 700);
|
|
291
|
-
color: var(--color-text-label-
|
|
291
|
+
color: var(--color-text-label-28gfmc, #0f141a);
|
|
292
292
|
margin-block-end: var(--space-scaled-xxxs-oo06c7, 2px);
|
|
293
293
|
}
|
|
294
294
|
|
|
295
|
-
.
|
|
295
|
+
.awsui_flash_11huc_134zk_292:not(#\9) {
|
|
296
296
|
color: inherit;
|
|
297
297
|
}
|
|
298
298
|
|
|
299
|
-
.awsui_progress-
|
|
299
|
+
.awsui_progress-container_11huc_134zk_296:not(#\9) {
|
|
300
300
|
display: flex;
|
|
301
301
|
align-items: center;
|
|
302
302
|
max-inline-size: 800px;
|
|
303
303
|
block-size: var(--line-height-body-m-2mh3ke, 20px);
|
|
304
304
|
}
|
|
305
305
|
|
|
306
|
-
.awsui_percentage-
|
|
306
|
+
.awsui_percentage-container_11huc_134zk_303:not(#\9) {
|
|
307
307
|
inline-size: 33px;
|
|
308
308
|
flex-shrink: 0;
|
|
309
309
|
white-space: nowrap;
|
|
@@ -313,11 +313,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
313
313
|
letter-spacing: var(--letter-spacing-body-s-gq78ok, 0.005em);
|
|
314
314
|
}
|
|
315
315
|
|
|
316
|
-
.
|
|
316
|
+
.awsui_percentage_11huc_134zk_303:not(#\9) {
|
|
317
317
|
/* used in test-utils */
|
|
318
318
|
}
|
|
319
319
|
|
|
320
|
-
.
|
|
320
|
+
.awsui_progress_11huc_134zk_189:not(#\9) {
|
|
321
321
|
inline-size: 100%;
|
|
322
322
|
margin-inline-end: var(--space-s-tvghoh, 12px);
|
|
323
323
|
min-inline-size: 0;
|
|
@@ -331,7 +331,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
331
331
|
border-end-end-radius: var(--awsui-progress-bar-border-radius-d43v8n, 10px);
|
|
332
332
|
background-color: var(--awsui-progress-bar-background-color-d43v8n, var(--color-background-progress-bar-layout-default-z3ipl1, #ebebf0));
|
|
333
333
|
}
|
|
334
|
-
.
|
|
334
|
+
.awsui_progress_11huc_134zk_189:not(#\9)::-webkit-progress-bar {
|
|
335
335
|
block-size: var(--awsui-progress-bar-height-d43v8n, 4px);
|
|
336
336
|
border-block: 0;
|
|
337
337
|
border-inline: none;
|
|
@@ -342,39 +342,39 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
342
342
|
border-end-end-radius: var(--awsui-progress-bar-border-radius-d43v8n, 10px);
|
|
343
343
|
background-color: var(--awsui-progress-bar-background-color-d43v8n, var(--color-background-progress-bar-layout-default-z3ipl1, #ebebf0));
|
|
344
344
|
}
|
|
345
|
-
.
|
|
345
|
+
.awsui_progress_11huc_134zk_189:not(#\9)::-webkit-progress-value {
|
|
346
346
|
border-start-start-radius: var(--awsui-progress-bar-border-radius-d43v8n, 10px);
|
|
347
347
|
border-start-end-radius: 0;
|
|
348
348
|
border-end-start-radius: var(--awsui-progress-bar-border-radius-d43v8n, 10px);
|
|
349
349
|
border-end-end-radius: 0;
|
|
350
350
|
background-color: var(--awsui-progress-value-background-color-d43v8n, var(--color-background-progress-bar-content-default-il6sg6, #006ce0));
|
|
351
351
|
}
|
|
352
|
-
.
|
|
352
|
+
.awsui_progress_11huc_134zk_189.awsui_complete_11huc_134zk_349:not(#\9)::-webkit-progress-value {
|
|
353
353
|
border-start-start-radius: var(--awsui-progress-bar-border-radius-d43v8n, 10px);
|
|
354
354
|
border-start-end-radius: var(--awsui-progress-bar-border-radius-d43v8n, 10px);
|
|
355
355
|
border-end-start-radius: var(--awsui-progress-bar-border-radius-d43v8n, 10px);
|
|
356
356
|
border-end-end-radius: var(--awsui-progress-bar-border-radius-d43v8n, 10px);
|
|
357
357
|
}
|
|
358
|
-
.
|
|
358
|
+
.awsui_progress_11huc_134zk_189:not(#\9)::-moz-progress-bar {
|
|
359
359
|
border-start-start-radius: var(--awsui-progress-bar-border-radius-d43v8n, 10px);
|
|
360
360
|
border-start-end-radius: 0;
|
|
361
361
|
border-end-start-radius: var(--awsui-progress-bar-border-radius-d43v8n, 10px);
|
|
362
362
|
border-end-end-radius: 0;
|
|
363
363
|
background-color: var(--awsui-progress-value-background-color-d43v8n, var(--color-background-progress-bar-content-default-il6sg6, #006ce0));
|
|
364
364
|
}
|
|
365
|
-
.
|
|
365
|
+
.awsui_progress_11huc_134zk_189.awsui_progress-in-flash_11huc_134zk_362:not(#\9) {
|
|
366
366
|
background-color: var(--awsui-progress-bar-background-color-d43v8n, var(--color-background-progress-bar-layout-in-flash-wssh6k, rgba(255, 255, 255, 0.25)));
|
|
367
367
|
}
|
|
368
|
-
.
|
|
368
|
+
.awsui_progress_11huc_134zk_189.awsui_progress-in-flash_11huc_134zk_362:not(#\9)::-moz-progress-bar {
|
|
369
369
|
background-color: var(--awsui-progress-value-background-color-d43v8n, var(--color-background-progress-bar-content-in-flash-98s7uz, #ffffff));
|
|
370
370
|
}
|
|
371
|
-
.
|
|
371
|
+
.awsui_progress_11huc_134zk_189.awsui_progress-in-flash_11huc_134zk_362:not(#\9)::-webkit-progress-bar {
|
|
372
372
|
background-color: var(--awsui-progress-bar-background-color-d43v8n, var(--color-background-progress-bar-layout-in-flash-wssh6k, rgba(255, 255, 255, 0.25)));
|
|
373
373
|
}
|
|
374
|
-
.
|
|
374
|
+
.awsui_progress_11huc_134zk_189.awsui_progress-in-flash_11huc_134zk_362:not(#\9)::-webkit-progress-value {
|
|
375
375
|
background-color: var(--awsui-progress-value-background-color-d43v8n, var(--color-background-progress-bar-content-in-flash-98s7uz, #ffffff));
|
|
376
376
|
}
|
|
377
377
|
|
|
378
|
-
.awsui_additional-
|
|
378
|
+
.awsui_additional-info_11huc_134zk_375:not(#\9) {
|
|
379
379
|
/* used in test-utils */
|
|
380
380
|
}
|
|
@@ -2,24 +2,24 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"progress": "
|
|
6
|
-
"result-state": "awsui_result-
|
|
7
|
-
"awsui-motion-fade-in": "awsui_awsui-motion-fade-
|
|
8
|
-
"root": "
|
|
9
|
-
"with-result-button": "awsui_with-result-
|
|
10
|
-
"result-text": "awsui_result-
|
|
11
|
-
"result-container-error": "awsui_result-container-
|
|
12
|
-
"result-container-success": "awsui_result-container-
|
|
13
|
-
"result-button": "awsui_result-
|
|
14
|
-
"word-wrap": "awsui_word-
|
|
15
|
-
"label-flash": "awsui_label-
|
|
16
|
-
"label-key-value": "awsui_label-key-
|
|
17
|
-
"flash": "
|
|
18
|
-
"progress-container": "awsui_progress-
|
|
19
|
-
"percentage-container": "awsui_percentage-
|
|
20
|
-
"percentage": "
|
|
21
|
-
"complete": "
|
|
22
|
-
"progress-in-flash": "awsui_progress-in-
|
|
23
|
-
"additional-info": "awsui_additional-
|
|
5
|
+
"progress": "awsui_progress_11huc_134zk_189",
|
|
6
|
+
"result-state": "awsui_result-state_11huc_134zk_203",
|
|
7
|
+
"awsui-motion-fade-in": "awsui_awsui-motion-fade-in_11huc_134zk_1",
|
|
8
|
+
"root": "awsui_root_11huc_134zk_225",
|
|
9
|
+
"with-result-button": "awsui_with-result-button_11huc_134zk_257",
|
|
10
|
+
"result-text": "awsui_result-text_11huc_134zk_261",
|
|
11
|
+
"result-container-error": "awsui_result-container-error_11huc_134zk_265",
|
|
12
|
+
"result-container-success": "awsui_result-container-success_11huc_134zk_265",
|
|
13
|
+
"result-button": "awsui_result-button_11huc_134zk_269",
|
|
14
|
+
"word-wrap": "awsui_word-wrap_11huc_134zk_275",
|
|
15
|
+
"label-flash": "awsui_label-flash_11huc_134zk_280",
|
|
16
|
+
"label-key-value": "awsui_label-key-value_11huc_134zk_284",
|
|
17
|
+
"flash": "awsui_flash_11huc_134zk_292",
|
|
18
|
+
"progress-container": "awsui_progress-container_11huc_134zk_296",
|
|
19
|
+
"percentage-container": "awsui_percentage-container_11huc_134zk_303",
|
|
20
|
+
"percentage": "awsui_percentage_11huc_134zk_303",
|
|
21
|
+
"complete": "awsui_complete_11huc_134zk_349",
|
|
22
|
+
"progress-in-flash": "awsui_progress-in-flash_11huc_134zk_362",
|
|
23
|
+
"additional-info": "awsui_additional-info_11huc_134zk_375"
|
|
24
24
|
};
|
|
25
25
|
|
|
@@ -1,35 +1,35 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"root": "
|
|
5
|
-
"header": "
|
|
6
|
-
"header-link": "awsui_header-
|
|
7
|
-
"header-link--has-logo": "awsui_header-link--has-
|
|
8
|
-
"header-link-text": "awsui_header-link-
|
|
9
|
-
"header-logo": "awsui_header-
|
|
10
|
-
"header-logo--stretched": "awsui_header-logo--
|
|
11
|
-
"items-control": "awsui_items-
|
|
12
|
-
"list-container": "awsui_list-
|
|
13
|
-
"with-toolbar": "awsui_with-
|
|
14
|
-
"divider-header": "awsui_divider-
|
|
15
|
-
"list": "
|
|
16
|
-
"list-variant-root": "awsui_list-variant-
|
|
17
|
-
"list-variant-root--first": "awsui_list-variant-root--
|
|
18
|
-
"list-variant-expandable-link-group": "awsui_list-variant-expandable-link-
|
|
19
|
-
"list-item": "awsui_list-
|
|
20
|
-
"section": "
|
|
21
|
-
"expandable-link-group": "awsui_expandable-link-
|
|
22
|
-
"section--no-ident": "awsui_section--no-
|
|
23
|
-
"expandable-link-group--no-ident": "awsui_expandable-link-group--no-
|
|
24
|
-
"refresh": "
|
|
25
|
-
"list-variant-section-group": "awsui_list-variant-section-
|
|
26
|
-
"section-group": "awsui_section-
|
|
27
|
-
"section-group-title": "awsui_section-group-
|
|
28
|
-
"link": "
|
|
29
|
-
"link-active": "awsui_link-
|
|
30
|
-
"info": "
|
|
31
|
-
"external-icon": "awsui_external-
|
|
32
|
-
"divider": "
|
|
33
|
-
"divider-default": "awsui_divider-
|
|
4
|
+
"root": "awsui_root_l0dv0_yc2la_145",
|
|
5
|
+
"header": "awsui_header_l0dv0_yc2la_179",
|
|
6
|
+
"header-link": "awsui_header-link_l0dv0_yc2la_193",
|
|
7
|
+
"header-link--has-logo": "awsui_header-link--has-logo_l0dv0_yc2la_204",
|
|
8
|
+
"header-link-text": "awsui_header-link-text_l0dv0_yc2la_204",
|
|
9
|
+
"header-logo": "awsui_header-logo_l0dv0_yc2la_209",
|
|
10
|
+
"header-logo--stretched": "awsui_header-logo--stretched_l0dv0_yc2la_215",
|
|
11
|
+
"items-control": "awsui_items-control_l0dv0_yc2la_220",
|
|
12
|
+
"list-container": "awsui_list-container_l0dv0_yc2la_224",
|
|
13
|
+
"with-toolbar": "awsui_with-toolbar_l0dv0_yc2la_232",
|
|
14
|
+
"divider-header": "awsui_divider-header_l0dv0_yc2la_232",
|
|
15
|
+
"list": "awsui_list_l0dv0_yc2la_224",
|
|
16
|
+
"list-variant-root": "awsui_list-variant-root_l0dv0_yc2la_245",
|
|
17
|
+
"list-variant-root--first": "awsui_list-variant-root--first_l0dv0_yc2la_252",
|
|
18
|
+
"list-variant-expandable-link-group": "awsui_list-variant-expandable-link-group_l0dv0_yc2la_256",
|
|
19
|
+
"list-item": "awsui_list-item_l0dv0_yc2la_260",
|
|
20
|
+
"section": "awsui_section_l0dv0_yc2la_271",
|
|
21
|
+
"expandable-link-group": "awsui_expandable-link-group_l0dv0_yc2la_272",
|
|
22
|
+
"section--no-ident": "awsui_section--no-ident_l0dv0_yc2la_275",
|
|
23
|
+
"expandable-link-group--no-ident": "awsui_expandable-link-group--no-ident_l0dv0_yc2la_276",
|
|
24
|
+
"refresh": "awsui_refresh_l0dv0_yc2la_284",
|
|
25
|
+
"list-variant-section-group": "awsui_list-variant-section-group_l0dv0_yc2la_295",
|
|
26
|
+
"section-group": "awsui_section-group_l0dv0_yc2la_302",
|
|
27
|
+
"section-group-title": "awsui_section-group-title_l0dv0_yc2la_313",
|
|
28
|
+
"link": "awsui_link_l0dv0_yc2la_317",
|
|
29
|
+
"link-active": "awsui_link-active_l0dv0_yc2la_326",
|
|
30
|
+
"info": "awsui_info_l0dv0_yc2la_363",
|
|
31
|
+
"external-icon": "awsui_external-icon_l0dv0_yc2la_367",
|
|
32
|
+
"divider": "awsui_divider_l0dv0_yc2la_232",
|
|
33
|
+
"divider-default": "awsui_divider-default_l0dv0_yc2la_376"
|
|
34
34
|
};
|
|
35
35
|
|