@cloudscape-design/components-themeable 3.0.1165 → 3.0.1167
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/generated/custom-css-properties/index.scss +132 -127
- package/lib/internal/scss/popover/styles.scss +13 -2
- package/lib/internal/scss/tabs/tab-header-bar.scss +53 -21
- 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/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/styles.css.js +86 -86
- package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +258 -258
- package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +86 -86
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.css.js +30 -30
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +87 -87
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +30 -30
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.css.js +4 -4
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.scoped.css +7 -7
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.selectors.js +4 -4
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.css.js +27 -27
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.scoped.css +54 -54
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.selectors.js +27 -27
- package/lib/internal/template/attribute-editor/styles.css.js +15 -15
- package/lib/internal/template/attribute-editor/styles.scoped.css +28 -28
- 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 +28 -28
- 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 +20 -20
- package/lib/internal/template/button-dropdown/item-element/styles.scoped.css +34 -34
- package/lib/internal/template/button-dropdown/item-element/styles.selectors.js +20 -20
- 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/flashbar/styles.css.js +50 -50
- package/lib/internal/template/flashbar/styles.scoped.css +187 -187
- 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 +73 -73
- package/lib/internal/template/help-panel/styles.selectors.js +6 -6
- package/lib/internal/template/input/styles.css.js +13 -13
- package/lib/internal/template/input/styles.scoped.css +74 -74
- package/lib/internal/template/input/styles.selectors.js +13 -13
- package/lib/internal/template/internal/base-component/styles.scoped.css +1 -1
- package/lib/internal/template/internal/components/drag-handle-wrapper/styles.css.js +21 -21
- package/lib/internal/template/internal/components/drag-handle-wrapper/styles.scoped.css +49 -49
- package/lib/internal/template/internal/components/drag-handle-wrapper/styles.selectors.js +21 -21
- package/lib/internal/template/internal/components/dropdown/styles.css.js +20 -20
- package/lib/internal/template/internal/components/dropdown/styles.scoped.css +38 -38
- package/lib/internal/template/internal/components/dropdown/styles.selectors.js +20 -20
- 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/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 +5 -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 +131 -126
- package/lib/internal/template/internal/generated/custom-css-properties/index.js.map +1 -1
- package/lib/internal/template/internal/types.d.ts +18 -0
- package/lib/internal/template/internal/types.d.ts.map +1 -1
- package/lib/internal/template/internal/types.js.map +1 -1
- package/lib/internal/template/link/styles.css.js +20 -20
- package/lib/internal/template/link/styles.scoped.css +103 -103
- package/lib/internal/template/link/styles.selectors.js +20 -20
- package/lib/internal/template/popover/styles.css.js +57 -57
- package/lib/internal/template/popover/styles.scoped.css +107 -86
- package/lib/internal/template/popover/styles.selectors.js +57 -57
- package/lib/internal/template/progress-bar/styles.css.js +19 -19
- package/lib/internal/template/progress-bar/styles.scoped.css +56 -56
- package/lib/internal/template/progress-bar/styles.selectors.js +19 -19
- package/lib/internal/template/prompt-input/styles.css.js +17 -17
- package/lib/internal/template/prompt-input/styles.scoped.css +79 -79
- package/lib/internal/template/prompt-input/styles.selectors.js +17 -17
- 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/slider/styles.css.js +26 -26
- package/lib/internal/template/slider/styles.scoped.css +86 -86
- 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/tabs/index.d.ts +1 -1
- package/lib/internal/template/tabs/index.d.ts.map +1 -1
- package/lib/internal/template/tabs/index.js +3 -3
- package/lib/internal/template/tabs/index.js.map +1 -1
- package/lib/internal/template/tabs/interfaces.d.ts +45 -0
- package/lib/internal/template/tabs/interfaces.d.ts.map +1 -1
- package/lib/internal/template/tabs/interfaces.js.map +1 -1
- package/lib/internal/template/tabs/styles.css.js +30 -30
- package/lib/internal/template/tabs/styles.d.ts +33 -0
- package/lib/internal/template/tabs/styles.d.ts.map +1 -0
- package/lib/internal/template/tabs/styles.js +47 -0
- package/lib/internal/template/tabs/styles.js.map +1 -0
- package/lib/internal/template/tabs/styles.scoped.css +77 -73
- package/lib/internal/template/tabs/styles.selectors.js +30 -30
- package/lib/internal/template/tabs/tab-header-bar.d.ts +2 -1
- package/lib/internal/template/tabs/tab-header-bar.d.ts.map +1 -1
- package/lib/internal/template/tabs/tab-header-bar.js +6 -4
- package/lib/internal/template/tabs/tab-header-bar.js.map +1 -1
- 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/test-utils/dom/radio-group/radio-button.d.ts +2 -0
- package/lib/internal/template/test-utils/dom/radio-group/radio-button.js +7 -0
- package/lib/internal/template/test-utils/dom/radio-group/radio-button.js.map +1 -0
- package/lib/internal/template/test-utils/selectors/radio-group/radio-button.d.ts +2 -0
- package/lib/internal/template/test-utils/selectors/radio-group/radio-button.js +7 -0
- package/lib/internal/template/test-utils/selectors/radio-group/radio-button.js.map +1 -0
- 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/package.json +1 -1
|
@@ -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
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"trigger
|
|
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_b1pbt_153",
|
|
6
|
+
"arrow-outer": "awsui_arrow-outer_xjuzf_b1pbt_157",
|
|
7
|
+
"arrow-inner": "awsui_arrow-inner_xjuzf_b1pbt_157",
|
|
8
|
+
"arrow-position-right-top": "awsui_arrow-position-right-top_xjuzf_b1pbt_199",
|
|
9
|
+
"arrow-position-right-bottom": "awsui_arrow-position-right-bottom_xjuzf_b1pbt_199",
|
|
10
|
+
"arrow-position-left-top": "awsui_arrow-position-left-top_xjuzf_b1pbt_202",
|
|
11
|
+
"arrow-position-left-bottom": "awsui_arrow-position-left-bottom_xjuzf_b1pbt_202",
|
|
12
|
+
"arrow-position-top-center": "awsui_arrow-position-top-center_xjuzf_b1pbt_205",
|
|
13
|
+
"arrow-position-top-right": "awsui_arrow-position-top-right_xjuzf_b1pbt_205",
|
|
14
|
+
"arrow-position-top-left": "awsui_arrow-position-top-left_xjuzf_b1pbt_205",
|
|
15
|
+
"arrow-position-top-responsive": "awsui_arrow-position-top-responsive_xjuzf_b1pbt_205",
|
|
16
|
+
"arrow-position-bottom-center": "awsui_arrow-position-bottom-center_xjuzf_b1pbt_208",
|
|
17
|
+
"arrow-position-bottom-right": "awsui_arrow-position-bottom-right_xjuzf_b1pbt_208",
|
|
18
|
+
"arrow-position-bottom-left": "awsui_arrow-position-bottom-left_xjuzf_b1pbt_208",
|
|
19
|
+
"arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_xjuzf_b1pbt_208",
|
|
20
|
+
"arrow-variant-info": "awsui_arrow-variant-info_xjuzf_b1pbt_212",
|
|
21
|
+
"body": "awsui_body_xjuzf_b1pbt_227",
|
|
22
|
+
"body-overflow-visible": "awsui_body-overflow-visible_xjuzf_b1pbt_263",
|
|
23
|
+
"body-variant-chart": "awsui_body-variant-chart_xjuzf_b1pbt_266",
|
|
24
|
+
"has-dismiss": "awsui_has-dismiss_xjuzf_b1pbt_271",
|
|
25
|
+
"dismiss": "awsui_dismiss_xjuzf_b1pbt_276",
|
|
26
|
+
"dismiss-control": "awsui_dismiss-control_xjuzf_b1pbt_284",
|
|
27
|
+
"header-row": "awsui_header-row_xjuzf_b1pbt_288",
|
|
28
|
+
"header": "awsui_header_xjuzf_b1pbt_288",
|
|
29
|
+
"content": "awsui_content_xjuzf_b1pbt_313",
|
|
30
|
+
"content-overflow-visible": "awsui_content-overflow-visible_xjuzf_b1pbt_322",
|
|
31
|
+
"container": "awsui_container_xjuzf_b1pbt_334",
|
|
32
|
+
"container-arrow-position-bottom-left": "awsui_container-arrow-position-bottom-left_xjuzf_b1pbt_345",
|
|
33
|
+
"container-arrow-position-bottom-center": "awsui_container-arrow-position-bottom-center_xjuzf_b1pbt_345",
|
|
34
|
+
"container-arrow-position-bottom-right": "awsui_container-arrow-position-bottom-right_xjuzf_b1pbt_345",
|
|
35
|
+
"container-arrow-position-top-left": "awsui_container-arrow-position-top-left_xjuzf_b1pbt_350",
|
|
36
|
+
"container-arrow-position-top-center": "awsui_container-arrow-position-top-center_xjuzf_b1pbt_350",
|
|
37
|
+
"container-arrow-position-top-right": "awsui_container-arrow-position-top-right_xjuzf_b1pbt_350",
|
|
38
|
+
"container-arrow-position-right-top": "awsui_container-arrow-position-right-top_xjuzf_b1pbt_355",
|
|
39
|
+
"container-arrow-position-right-bottom": "awsui_container-arrow-position-right-bottom_xjuzf_b1pbt_355",
|
|
40
|
+
"container-arrow-position-left-top": "awsui_container-arrow-position-left-top_xjuzf_b1pbt_360",
|
|
41
|
+
"container-arrow-position-left-bottom": "awsui_container-arrow-position-left-bottom_xjuzf_b1pbt_360",
|
|
42
|
+
"container-body": "awsui_container-body_xjuzf_b1pbt_366",
|
|
43
|
+
"container-body-variant-annotation": "awsui_container-body-variant-annotation_xjuzf_b1pbt_406",
|
|
44
|
+
"container-body-size-small": "awsui_container-body-size-small_xjuzf_b1pbt_411",
|
|
45
|
+
"fixed-width": "awsui_fixed-width_xjuzf_b1pbt_414",
|
|
46
|
+
"container-body-size-medium": "awsui_container-body-size-medium_xjuzf_b1pbt_418",
|
|
47
|
+
"container-body-size-large": "awsui_container-body-size-large_xjuzf_b1pbt_425",
|
|
48
|
+
"container-arrow": "awsui_container-arrow_xjuzf_b1pbt_345",
|
|
49
|
+
"container-arrow-position-top-responsive": "awsui_container-arrow-position-top-responsive_xjuzf_b1pbt_475",
|
|
50
|
+
"awsui-motion-fade-in": "awsui_awsui-motion-fade-in_xjuzf_b1pbt_1",
|
|
51
|
+
"refresh": "awsui_refresh_xjuzf_b1pbt_533",
|
|
52
|
+
"root": "awsui_root_xjuzf_b1pbt_555",
|
|
53
|
+
"no-wrap": "awsui_no-wrap_xjuzf_b1pbt_587",
|
|
54
|
+
"trigger-type-text-inline": "awsui_trigger-type-text-inline_xjuzf_b1pbt_590",
|
|
55
|
+
"overflow-ellipsis": "awsui_overflow-ellipsis_xjuzf_b1pbt_590",
|
|
56
|
+
"trigger-type-text": "awsui_trigger-type-text_xjuzf_b1pbt_590",
|
|
57
|
+
"root-filtering-token": "awsui_root-filtering-token_xjuzf_b1pbt_612",
|
|
58
|
+
"trigger": "awsui_trigger_xjuzf_b1pbt_590",
|
|
59
|
+
"trigger-type-filtering-token": "awsui_trigger-type-filtering-token_xjuzf_b1pbt_699",
|
|
60
|
+
"popover-inline-content": "awsui_popover-inline-content_xjuzf_b1pbt_703",
|
|
61
|
+
"hover-area": "awsui_hover-area_xjuzf_b1pbt_707"
|
|
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_1h9rt_189",
|
|
5
|
+
"result-state": "awsui_result-state_11huc_1h9rt_203",
|
|
6
|
+
"awsui-motion-fade-in": "awsui_awsui-motion-fade-in_11huc_1h9rt_1",
|
|
7
|
+
"root": "awsui_root_11huc_1h9rt_225",
|
|
8
|
+
"with-result-button": "awsui_with-result-button_11huc_1h9rt_257",
|
|
9
|
+
"result-text": "awsui_result-text_11huc_1h9rt_261",
|
|
10
|
+
"result-container-error": "awsui_result-container-error_11huc_1h9rt_265",
|
|
11
|
+
"result-container-success": "awsui_result-container-success_11huc_1h9rt_265",
|
|
12
|
+
"result-button": "awsui_result-button_11huc_1h9rt_269",
|
|
13
|
+
"word-wrap": "awsui_word-wrap_11huc_1h9rt_275",
|
|
14
|
+
"label-flash": "awsui_label-flash_11huc_1h9rt_280",
|
|
15
|
+
"label-key-value": "awsui_label-key-value_11huc_1h9rt_284",
|
|
16
|
+
"flash": "awsui_flash_11huc_1h9rt_292",
|
|
17
|
+
"progress-container": "awsui_progress-container_11huc_1h9rt_296",
|
|
18
|
+
"percentage-container": "awsui_percentage-container_11huc_1h9rt_303",
|
|
19
|
+
"percentage": "awsui_percentage_11huc_1h9rt_303",
|
|
20
|
+
"complete": "awsui_complete_11huc_1h9rt_349",
|
|
21
|
+
"progress-in-flash": "awsui_progress-in-flash_11huc_1h9rt_362",
|
|
22
|
+
"additional-info": "awsui_additional-info_11huc_1h9rt_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_1h9rt_189:not(#\9)::-webkit-progress-value {
|
|
190
190
|
-webkit-transition: width var(--motion-duration-moderate-24bai8, 135ms) linear;
|
|
191
191
|
transition: width var(--motion-duration-moderate-24bai8, 135ms) linear;
|
|
192
192
|
}
|
|
193
193
|
@media (prefers-reduced-motion: reduce) {
|
|
194
|
-
.
|
|
194
|
+
.awsui_progress_11huc_1h9rt_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_1h9rt_189:not(#\9)::-webkit-progress-value, .awsui-mode-entering .awsui_progress_11huc_1h9rt_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_1h9rt_203:not(#\9) {
|
|
207
|
+
animation: awsui_awsui-motion-fade-in_11huc_1h9rt_1 var(--motion-duration-transition-show-paced-0w35xp, 180ms) var(--motion-easing-transition-show-paced-ufdgkj, ease-out);
|
|
208
208
|
}
|
|
209
|
-
@keyframes awsui_awsui-motion-fade-
|
|
209
|
+
@keyframes awsui_awsui-motion-fade-in_11huc_1h9rt_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_1h9rt_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_1h9rt_203:not(#\9), .awsui-mode-entering .awsui_result-state_11huc_1h9rt_203:not(#\9) {
|
|
224
224
|
animation: none;
|
|
225
225
|
transition: none;
|
|
226
226
|
}
|
|
227
227
|
|
|
228
|
-
.
|
|
228
|
+
.awsui_root_11huc_1h9rt_225:not(#\9) {
|
|
229
229
|
border-collapse: separate;
|
|
230
230
|
border-spacing: 0;
|
|
231
231
|
box-sizing: border-box;
|
|
@@ -257,34 +257,34 @@ 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_1h9rt_257:not(#\9) {
|
|
261
261
|
padding-inline-end: var(--space-m-n2lypl, 16px);
|
|
262
262
|
}
|
|
263
263
|
|
|
264
|
-
.awsui_result-
|
|
264
|
+
.awsui_result-text_11huc_1h9rt_261:not(#\9) {
|
|
265
265
|
/* used in test-utils */
|
|
266
266
|
}
|
|
267
267
|
|
|
268
|
-
.awsui_result-container-
|
|
268
|
+
.awsui_result-container-error_11huc_1h9rt_265:not(#\9), .awsui_result-container-success_11huc_1h9rt_265:not(#\9) {
|
|
269
269
|
/* used in test-utils */
|
|
270
270
|
}
|
|
271
271
|
|
|
272
|
-
.awsui_result-
|
|
272
|
+
.awsui_result-button_11huc_1h9rt_269:not(#\9) {
|
|
273
273
|
display: inline-block;
|
|
274
274
|
margin-block: var(--space-scaled-xxs-jatbiv, 4px);
|
|
275
275
|
margin-inline: 0;
|
|
276
276
|
}
|
|
277
277
|
|
|
278
|
-
.awsui_word-
|
|
278
|
+
.awsui_word-wrap_11huc_1h9rt_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_1h9rt_280:not(#\9) {
|
|
284
284
|
color: inherit;
|
|
285
285
|
font-weight: 700;
|
|
286
286
|
}
|
|
287
|
-
.awsui_label-key-
|
|
287
|
+
.awsui_label-key-value_11huc_1h9rt_284:not(#\9) {
|
|
288
288
|
font-size: var(--font-size-body-m-vv54cm, 14px);
|
|
289
289
|
line-height: var(--line-height-body-m-bedeoh, 22px);
|
|
290
290
|
font-weight: var(--font-display-label-weight-ise9n2, 400);
|
|
@@ -292,18 +292,18 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
292
292
|
margin-block-end: var(--space-scaled-xxxs-prgw5k, 2px);
|
|
293
293
|
}
|
|
294
294
|
|
|
295
|
-
.
|
|
295
|
+
.awsui_flash_11huc_1h9rt_292:not(#\9) {
|
|
296
296
|
color: inherit;
|
|
297
297
|
}
|
|
298
298
|
|
|
299
|
-
.awsui_progress-
|
|
299
|
+
.awsui_progress-container_11huc_1h9rt_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-bedeoh, 22px);
|
|
304
304
|
}
|
|
305
305
|
|
|
306
|
-
.awsui_percentage-
|
|
306
|
+
.awsui_percentage-container_11huc_1h9rt_303:not(#\9) {
|
|
307
307
|
inline-size: 33px;
|
|
308
308
|
flex-shrink: 0;
|
|
309
309
|
white-space: nowrap;
|
|
@@ -313,68 +313,68 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
313
313
|
letter-spacing: var(--letter-spacing-body-s-egrcsd, normal);
|
|
314
314
|
}
|
|
315
315
|
|
|
316
|
-
.
|
|
316
|
+
.awsui_percentage_11huc_1h9rt_303:not(#\9) {
|
|
317
317
|
/* used in test-utils */
|
|
318
318
|
}
|
|
319
319
|
|
|
320
|
-
.
|
|
320
|
+
.awsui_progress_11huc_1h9rt_189:not(#\9) {
|
|
321
321
|
inline-size: 100%;
|
|
322
322
|
margin-inline-end: var(--space-s-4a5hs8, 12px);
|
|
323
323
|
min-inline-size: 0;
|
|
324
|
-
block-size: var(--awsui-progress-bar-height-
|
|
324
|
+
block-size: var(--awsui-progress-bar-height-rhu47t, 4px);
|
|
325
325
|
border-block: 0;
|
|
326
326
|
border-inline: none;
|
|
327
327
|
box-sizing: border-box;
|
|
328
|
-
border-start-start-radius: var(--awsui-progress-bar-border-radius-
|
|
329
|
-
border-start-end-radius: var(--awsui-progress-bar-border-radius-
|
|
330
|
-
border-end-start-radius: var(--awsui-progress-bar-border-radius-
|
|
331
|
-
border-end-end-radius: var(--awsui-progress-bar-border-radius-
|
|
332
|
-
background-color: var(--awsui-progress-bar-background-color-
|
|
328
|
+
border-start-start-radius: var(--awsui-progress-bar-border-radius-rhu47t, 10px);
|
|
329
|
+
border-start-end-radius: var(--awsui-progress-bar-border-radius-rhu47t, 10px);
|
|
330
|
+
border-end-start-radius: var(--awsui-progress-bar-border-radius-rhu47t, 10px);
|
|
331
|
+
border-end-end-radius: var(--awsui-progress-bar-border-radius-rhu47t, 10px);
|
|
332
|
+
background-color: var(--awsui-progress-bar-background-color-rhu47t, var(--color-background-progress-bar-layout-default-ydn5oo, #eaeded));
|
|
333
333
|
}
|
|
334
|
-
.
|
|
335
|
-
block-size: var(--awsui-progress-bar-height-
|
|
334
|
+
.awsui_progress_11huc_1h9rt_189:not(#\9)::-webkit-progress-bar {
|
|
335
|
+
block-size: var(--awsui-progress-bar-height-rhu47t, 4px);
|
|
336
336
|
border-block: 0;
|
|
337
337
|
border-inline: none;
|
|
338
338
|
box-sizing: border-box;
|
|
339
|
-
border-start-start-radius: var(--awsui-progress-bar-border-radius-
|
|
340
|
-
border-start-end-radius: var(--awsui-progress-bar-border-radius-
|
|
341
|
-
border-end-start-radius: var(--awsui-progress-bar-border-radius-
|
|
342
|
-
border-end-end-radius: var(--awsui-progress-bar-border-radius-
|
|
343
|
-
background-color: var(--awsui-progress-bar-background-color-
|
|
339
|
+
border-start-start-radius: var(--awsui-progress-bar-border-radius-rhu47t, 10px);
|
|
340
|
+
border-start-end-radius: var(--awsui-progress-bar-border-radius-rhu47t, 10px);
|
|
341
|
+
border-end-start-radius: var(--awsui-progress-bar-border-radius-rhu47t, 10px);
|
|
342
|
+
border-end-end-radius: var(--awsui-progress-bar-border-radius-rhu47t, 10px);
|
|
343
|
+
background-color: var(--awsui-progress-bar-background-color-rhu47t, var(--color-background-progress-bar-layout-default-ydn5oo, #eaeded));
|
|
344
344
|
}
|
|
345
|
-
.
|
|
346
|
-
border-start-start-radius: var(--awsui-progress-bar-border-radius-
|
|
345
|
+
.awsui_progress_11huc_1h9rt_189:not(#\9)::-webkit-progress-value {
|
|
346
|
+
border-start-start-radius: var(--awsui-progress-bar-border-radius-rhu47t, 10px);
|
|
347
347
|
border-start-end-radius: 0;
|
|
348
|
-
border-end-start-radius: var(--awsui-progress-bar-border-radius-
|
|
348
|
+
border-end-start-radius: var(--awsui-progress-bar-border-radius-rhu47t, 10px);
|
|
349
349
|
border-end-end-radius: 0;
|
|
350
|
-
background-color: var(--awsui-progress-value-background-color-
|
|
350
|
+
background-color: var(--awsui-progress-value-background-color-rhu47t, var(--color-background-progress-bar-content-default-e6lde4, #0073bb));
|
|
351
351
|
}
|
|
352
|
-
.
|
|
353
|
-
border-start-start-radius: var(--awsui-progress-bar-border-radius-
|
|
354
|
-
border-start-end-radius: var(--awsui-progress-bar-border-radius-
|
|
355
|
-
border-end-start-radius: var(--awsui-progress-bar-border-radius-
|
|
356
|
-
border-end-end-radius: var(--awsui-progress-bar-border-radius-
|
|
352
|
+
.awsui_progress_11huc_1h9rt_189.awsui_complete_11huc_1h9rt_349:not(#\9)::-webkit-progress-value {
|
|
353
|
+
border-start-start-radius: var(--awsui-progress-bar-border-radius-rhu47t, 10px);
|
|
354
|
+
border-start-end-radius: var(--awsui-progress-bar-border-radius-rhu47t, 10px);
|
|
355
|
+
border-end-start-radius: var(--awsui-progress-bar-border-radius-rhu47t, 10px);
|
|
356
|
+
border-end-end-radius: var(--awsui-progress-bar-border-radius-rhu47t, 10px);
|
|
357
357
|
}
|
|
358
|
-
.
|
|
359
|
-
border-start-start-radius: var(--awsui-progress-bar-border-radius-
|
|
358
|
+
.awsui_progress_11huc_1h9rt_189:not(#\9)::-moz-progress-bar {
|
|
359
|
+
border-start-start-radius: var(--awsui-progress-bar-border-radius-rhu47t, 10px);
|
|
360
360
|
border-start-end-radius: 0;
|
|
361
|
-
border-end-start-radius: var(--awsui-progress-bar-border-radius-
|
|
361
|
+
border-end-start-radius: var(--awsui-progress-bar-border-radius-rhu47t, 10px);
|
|
362
362
|
border-end-end-radius: 0;
|
|
363
|
-
background-color: var(--awsui-progress-value-background-color-
|
|
363
|
+
background-color: var(--awsui-progress-value-background-color-rhu47t, var(--color-background-progress-bar-content-default-e6lde4, #0073bb));
|
|
364
364
|
}
|
|
365
|
-
.
|
|
366
|
-
background-color: var(--awsui-progress-bar-background-color-
|
|
365
|
+
.awsui_progress_11huc_1h9rt_189.awsui_progress-in-flash_11huc_1h9rt_362:not(#\9) {
|
|
366
|
+
background-color: var(--awsui-progress-bar-background-color-rhu47t, var(--color-background-progress-bar-layout-in-flash-3zz9tl, rgba(255, 255, 255, 0.25)));
|
|
367
367
|
}
|
|
368
|
-
.
|
|
369
|
-
background-color: var(--awsui-progress-value-background-color-
|
|
368
|
+
.awsui_progress_11huc_1h9rt_189.awsui_progress-in-flash_11huc_1h9rt_362:not(#\9)::-moz-progress-bar {
|
|
369
|
+
background-color: var(--awsui-progress-value-background-color-rhu47t, var(--color-background-progress-bar-content-in-flash-35l1ep, rgba(255, 255, 255, 0.7)));
|
|
370
370
|
}
|
|
371
|
-
.
|
|
372
|
-
background-color: var(--awsui-progress-bar-background-color-
|
|
371
|
+
.awsui_progress_11huc_1h9rt_189.awsui_progress-in-flash_11huc_1h9rt_362:not(#\9)::-webkit-progress-bar {
|
|
372
|
+
background-color: var(--awsui-progress-bar-background-color-rhu47t, var(--color-background-progress-bar-layout-in-flash-3zz9tl, rgba(255, 255, 255, 0.25)));
|
|
373
373
|
}
|
|
374
|
-
.
|
|
375
|
-
background-color: var(--awsui-progress-value-background-color-
|
|
374
|
+
.awsui_progress_11huc_1h9rt_189.awsui_progress-in-flash_11huc_1h9rt_362:not(#\9)::-webkit-progress-value {
|
|
375
|
+
background-color: var(--awsui-progress-value-background-color-rhu47t, var(--color-background-progress-bar-content-in-flash-35l1ep, rgba(255, 255, 255, 0.7)));
|
|
376
376
|
}
|
|
377
377
|
|
|
378
|
-
.awsui_additional-
|
|
378
|
+
.awsui_additional-info_11huc_1h9rt_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_1h9rt_189",
|
|
6
|
+
"result-state": "awsui_result-state_11huc_1h9rt_203",
|
|
7
|
+
"awsui-motion-fade-in": "awsui_awsui-motion-fade-in_11huc_1h9rt_1",
|
|
8
|
+
"root": "awsui_root_11huc_1h9rt_225",
|
|
9
|
+
"with-result-button": "awsui_with-result-button_11huc_1h9rt_257",
|
|
10
|
+
"result-text": "awsui_result-text_11huc_1h9rt_261",
|
|
11
|
+
"result-container-error": "awsui_result-container-error_11huc_1h9rt_265",
|
|
12
|
+
"result-container-success": "awsui_result-container-success_11huc_1h9rt_265",
|
|
13
|
+
"result-button": "awsui_result-button_11huc_1h9rt_269",
|
|
14
|
+
"word-wrap": "awsui_word-wrap_11huc_1h9rt_275",
|
|
15
|
+
"label-flash": "awsui_label-flash_11huc_1h9rt_280",
|
|
16
|
+
"label-key-value": "awsui_label-key-value_11huc_1h9rt_284",
|
|
17
|
+
"flash": "awsui_flash_11huc_1h9rt_292",
|
|
18
|
+
"progress-container": "awsui_progress-container_11huc_1h9rt_296",
|
|
19
|
+
"percentage-container": "awsui_percentage-container_11huc_1h9rt_303",
|
|
20
|
+
"percentage": "awsui_percentage_11huc_1h9rt_303",
|
|
21
|
+
"complete": "awsui_complete_11huc_1h9rt_349",
|
|
22
|
+
"progress-in-flash": "awsui_progress-in-flash_11huc_1h9rt_362",
|
|
23
|
+
"additional-info": "awsui_additional-info_11huc_1h9rt_375"
|
|
24
24
|
};
|
|
25
25
|
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"root": "
|
|
5
|
-
"textarea-readonly": "awsui_textarea-
|
|
6
|
-
"disabled": "
|
|
7
|
-
"textarea-invalid": "awsui_textarea-
|
|
8
|
-
"textarea-warning": "awsui_textarea-
|
|
9
|
-
"textarea": "
|
|
10
|
-
"invalid": "
|
|
11
|
-
"warning": "
|
|
12
|
-
"textarea-wrapper": "awsui_textarea-
|
|
13
|
-
"primary-action": "awsui_primary-
|
|
14
|
-
"action-button": "awsui_action-
|
|
15
|
-
"secondary-content": "awsui_secondary-
|
|
16
|
-
"with-paddings": "awsui_with-
|
|
17
|
-
"action-stripe": "awsui_action-
|
|
18
|
-
"secondary-actions": "awsui_secondary-
|
|
19
|
-
"with-paddings-and-actions": "awsui_with-paddings-and-
|
|
20
|
-
"buffer": "
|
|
4
|
+
"root": "awsui_root_55fkh_15jxh_146",
|
|
5
|
+
"textarea-readonly": "awsui_textarea-readonly_55fkh_15jxh_191",
|
|
6
|
+
"disabled": "awsui_disabled_55fkh_15jxh_197",
|
|
7
|
+
"textarea-invalid": "awsui_textarea-invalid_55fkh_15jxh_205",
|
|
8
|
+
"textarea-warning": "awsui_textarea-warning_55fkh_15jxh_230",
|
|
9
|
+
"textarea": "awsui_textarea_55fkh_15jxh_191",
|
|
10
|
+
"invalid": "awsui_invalid_55fkh_15jxh_333",
|
|
11
|
+
"warning": "awsui_warning_55fkh_15jxh_333",
|
|
12
|
+
"textarea-wrapper": "awsui_textarea-wrapper_55fkh_15jxh_347",
|
|
13
|
+
"primary-action": "awsui_primary-action_55fkh_15jxh_351",
|
|
14
|
+
"action-button": "awsui_action-button_55fkh_15jxh_359",
|
|
15
|
+
"secondary-content": "awsui_secondary-content_55fkh_15jxh_364",
|
|
16
|
+
"with-paddings": "awsui_with-paddings_55fkh_15jxh_399",
|
|
17
|
+
"action-stripe": "awsui_action-stripe_55fkh_15jxh_409",
|
|
18
|
+
"secondary-actions": "awsui_secondary-actions_55fkh_15jxh_448",
|
|
19
|
+
"with-paddings-and-actions": "awsui_with-paddings-and-actions_55fkh_15jxh_465",
|
|
20
|
+
"buffer": "awsui_buffer_55fkh_15jxh_469"
|
|
21
21
|
};
|
|
22
22
|
|