@cloudscape-design/components-themeable 3.0.537 → 3.0.539
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/alert/styles.scss +23 -15
- package/lib/internal/scss/anchor-navigation/styles.scss +21 -12
- package/lib/internal/scss/annotation-context/annotation/arrow.scss +20 -15
- package/lib/internal/scss/annotation-context/annotation/styles.scss +9 -7
- package/lib/internal/scss/app-layout/constants.scss +2 -3
- package/lib/internal/scss/app-layout/content-wrapper/styles.scss +7 -7
- package/lib/internal/scss/app-layout/drawer/styles.scss +9 -10
- package/lib/internal/scss/app-layout/mobile-toolbar/styles.scss +10 -9
- package/lib/internal/scss/app-layout/notifications/styles.scss +1 -1
- package/lib/internal/scss/app-layout/split-panel/styles.scss +1 -1
- package/lib/internal/scss/app-layout/styles.scss +7 -7
- package/lib/internal/scss/app-layout/toggles/styles.scss +6 -4
- package/lib/internal/scss/app-layout/visual-refresh/background.scss +3 -3
- package/lib/internal/scss/app-layout/visual-refresh/drawers.scss +21 -20
- package/lib/internal/scss/app-layout/visual-refresh/layout.scss +2 -2
- package/lib/internal/scss/app-layout/visual-refresh/main.scss +4 -3
- package/lib/internal/scss/app-layout/visual-refresh/mobile-toolbar.scss +7 -6
- package/lib/internal/scss/app-layout/visual-refresh/navigation.scss +15 -14
- package/lib/internal/scss/app-layout/visual-refresh/notifications.scss +1 -1
- package/lib/internal/scss/app-layout/visual-refresh/split-panel.scss +11 -12
- package/lib/internal/scss/app-layout/visual-refresh/tools.scss +16 -16
- package/lib/internal/scss/app-layout/visual-refresh/trigger-button.scss +22 -13
- package/lib/internal/scss/area-chart/styles.scss +3 -2
- package/lib/internal/scss/attribute-editor/styles.scss +6 -5
- package/lib/internal/scss/autosuggest/styles.scss +2 -2
- package/lib/internal/scss/badge/styles.scss +6 -2
- package/lib/internal/scss/box/base-styles.scss +4 -2
- package/lib/internal/scss/box/layout.scss +2 -0
- package/lib/internal/scss/box/text.scss +3 -3
- package/lib/internal/scss/breadcrumb-group/item/styles.scss +3 -2
- package/lib/internal/scss/breadcrumb-group/styles.scss +16 -9
- package/lib/internal/scss/button/styles.scss +2 -1
- package/lib/internal/scss/button-dropdown/category-elements/styles.scss +38 -27
- package/lib/internal/scss/button-dropdown/item-element/styles.scss +20 -15
- package/lib/internal/scss/button-dropdown/mobile-expandable-group/styles.scss +3 -3
- package/lib/internal/scss/button-dropdown/styles.scss +17 -14
- package/lib/internal/scss/calendar/calendar.scss +4 -4
- package/lib/internal/scss/calendar/styles.scss +52 -37
- package/lib/internal/scss/cards/styles.scss +57 -30
- package/lib/internal/scss/code-editor/ace-editor.scss +12 -12
- package/lib/internal/scss/code-editor/pane.scss +23 -21
- package/lib/internal/scss/code-editor/resizable-box/styles.scss +5 -5
- package/lib/internal/scss/code-editor/styles.scss +38 -30
- package/lib/internal/scss/collection-preferences/content-display/content-display-option.scss +18 -10
- package/lib/internal/scss/collection-preferences/content-display/styles.scss +5 -3
- package/lib/internal/scss/collection-preferences/styles.scss +1 -1
- package/lib/internal/scss/collection-preferences/visible-content.scss +11 -8
- package/lib/internal/scss/column-layout/flexible-column-layout/styles.scss +4 -5
- package/lib/internal/scss/column-layout/styles.scss +15 -9
- package/lib/internal/scss/container/shared.scss +1 -3
- package/lib/internal/scss/container/styles.scss +62 -50
- package/lib/internal/scss/content-layout/styles.scss +4 -4
- package/lib/internal/scss/date-picker/styles.scss +3 -3
- package/lib/internal/scss/date-range-picker/calendar/grids/styles.scss +34 -23
- package/lib/internal/scss/date-range-picker/relative-range/styles.scss +8 -8
- package/lib/internal/scss/date-range-picker/styles.scss +26 -21
- package/lib/internal/scss/drawer/styles.scss +13 -10
- package/lib/internal/scss/expandable-section/styles.scss +41 -36
- package/lib/internal/scss/file-upload/dropzone/styles.scss +6 -2
- package/lib/internal/scss/file-upload/file-option/styles.scss +7 -7
- package/lib/internal/scss/file-upload/styles.scss +1 -1
- package/lib/internal/scss/flashbar/collapsible.scss +25 -25
- package/lib/internal/scss/flashbar/styles.scss +29 -19
- package/lib/internal/scss/form/styles.scss +10 -10
- package/lib/internal/scss/form-field/styles.scss +5 -5
- package/lib/internal/template/alert/styles.css.js +25 -25
- package/lib/internal/template/alert/styles.scoped.css +61 -54
- package/lib/internal/template/alert/styles.selectors.js +25 -25
- package/lib/internal/template/anchor-navigation/styles.css.js +8 -8
- package/lib/internal/template/anchor-navigation/styles.scoped.css +39 -30
- package/lib/internal/template/anchor-navigation/styles.selectors.js +8 -8
- package/lib/internal/template/annotation-context/annotation/styles.css.js +24 -24
- package/lib/internal/template/annotation-context/annotation/styles.scoped.css +57 -49
- package/lib/internal/template/annotation-context/annotation/styles.selectors.js +24 -24
- package/lib/internal/template/app-layout/content-wrapper/styles.css.js +3 -3
- package/lib/internal/template/app-layout/content-wrapper/styles.scoped.css +15 -15
- package/lib/internal/template/app-layout/content-wrapper/styles.selectors.js +3 -3
- package/lib/internal/template/app-layout/drawer/styles.css.js +12 -12
- package/lib/internal/template/app-layout/drawer/styles.scoped.css +29 -30
- package/lib/internal/template/app-layout/drawer/styles.selectors.js +12 -12
- package/lib/internal/template/app-layout/mobile-toolbar/styles.css.js +8 -8
- package/lib/internal/template/app-layout/mobile-toolbar/styles.scoped.css +18 -17
- package/lib/internal/template/app-layout/mobile-toolbar/styles.selectors.js +8 -8
- package/lib/internal/template/app-layout/notifications/styles.css.js +3 -3
- package/lib/internal/template/app-layout/notifications/styles.scoped.css +6 -6
- package/lib/internal/template/app-layout/notifications/styles.selectors.js +3 -3
- package/lib/internal/template/app-layout/split-panel/styles.css.js +2 -2
- package/lib/internal/template/app-layout/split-panel/styles.scoped.css +3 -3
- package/lib/internal/template/app-layout/split-panel/styles.selectors.js +2 -2
- package/lib/internal/template/app-layout/styles.css.js +16 -16
- package/lib/internal/template/app-layout/styles.scoped.css +26 -26
- package/lib/internal/template/app-layout/styles.selectors.js +16 -16
- package/lib/internal/template/app-layout/toggles/styles.css.js +2 -2
- package/lib/internal/template/app-layout/toggles/styles.scoped.css +12 -10
- package/lib/internal/template/app-layout/toggles/styles.selectors.js +2 -2
- package/lib/internal/template/app-layout/visual-refresh/styles.css.js +81 -81
- package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +279 -261
- package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +81 -81
- package/lib/internal/template/area-chart/styles.css.js +6 -6
- package/lib/internal/template/area-chart/styles.scoped.css +12 -11
- package/lib/internal/template/area-chart/styles.selectors.js +6 -6
- package/lib/internal/template/attribute-editor/styles.css.js +14 -14
- package/lib/internal/template/attribute-editor/styles.scoped.css +30 -29
- package/lib/internal/template/attribute-editor/styles.selectors.js +14 -14
- package/lib/internal/template/autosuggest/styles.css.js +3 -3
- package/lib/internal/template/autosuggest/styles.scoped.css +5 -5
- package/lib/internal/template/autosuggest/styles.selectors.js +3 -3
- package/lib/internal/template/badge/styles.css.js +5 -5
- package/lib/internal/template/badge/styles.scoped.css +11 -7
- package/lib/internal/template/badge/styles.selectors.js +5 -5
- package/lib/internal/template/box/styles.css.js +190 -190
- package/lib/internal/template/box/styles.scoped.css +244 -240
- package/lib/internal/template/box/styles.selectors.js +190 -190
- package/lib/internal/template/breadcrumb-group/item/styles.css.js +9 -9
- package/lib/internal/template/breadcrumb-group/item/styles.scoped.css +20 -19
- package/lib/internal/template/breadcrumb-group/item/styles.selectors.js +9 -9
- package/lib/internal/template/breadcrumb-group/styles.css.js +7 -7
- package/lib/internal/template/breadcrumb-group/styles.scoped.css +28 -21
- package/lib/internal/template/breadcrumb-group/styles.selectors.js +7 -7
- package/lib/internal/template/button/styles.css.js +20 -20
- package/lib/internal/template/button/styles.scoped.css +155 -153
- package/lib/internal/template/button/styles.selectors.js +20 -20
- package/lib/internal/template/button-dropdown/category-elements/styles.css.js +13 -13
- package/lib/internal/template/button-dropdown/category-elements/styles.scoped.css +61 -50
- package/lib/internal/template/button-dropdown/category-elements/styles.selectors.js +13 -13
- package/lib/internal/template/button-dropdown/item-element/styles.css.js +15 -15
- package/lib/internal/template/button-dropdown/item-element/styles.scoped.css +38 -33
- package/lib/internal/template/button-dropdown/item-element/styles.selectors.js +15 -15
- package/lib/internal/template/button-dropdown/mobile-expandable-group/styles.css.js +5 -5
- package/lib/internal/template/button-dropdown/mobile-expandable-group/styles.scoped.css +8 -8
- package/lib/internal/template/button-dropdown/mobile-expandable-group/styles.selectors.js +5 -5
- package/lib/internal/template/button-dropdown/styles.css.js +15 -15
- package/lib/internal/template/button-dropdown/styles.scoped.css +39 -36
- package/lib/internal/template/button-dropdown/styles.selectors.js +15 -15
- package/lib/internal/template/calendar/grid/index.d.ts +3 -3
- package/lib/internal/template/calendar/grid/index.js +11 -11
- package/lib/internal/template/calendar/grid/index.js.map +1 -1
- package/lib/internal/template/calendar/header/header-button.js +2 -2
- package/lib/internal/template/calendar/header/header-button.js.map +1 -1
- package/lib/internal/template/calendar/styles.css.js +18 -18
- package/lib/internal/template/calendar/styles.scoped.css +77 -61
- package/lib/internal/template/calendar/styles.selectors.js +18 -18
- package/lib/internal/template/cards/styles.css.js +40 -40
- package/lib/internal/template/cards/styles.scoped.css +126 -99
- package/lib/internal/template/cards/styles.selectors.js +40 -40
- package/lib/internal/template/code-editor/resizable-box/styles.css.js +3 -3
- package/lib/internal/template/code-editor/resizable-box/styles.scoped.css +13 -13
- package/lib/internal/template/code-editor/resizable-box/styles.selectors.js +3 -3
- package/lib/internal/template/code-editor/styles.css.js +32 -32
- package/lib/internal/template/code-editor/styles.scoped.css +258 -246
- package/lib/internal/template/code-editor/styles.selectors.js +32 -32
- package/lib/internal/template/collection-preferences/content-display/styles.css.js +11 -11
- package/lib/internal/template/collection-preferences/content-display/styles.scoped.css +40 -30
- package/lib/internal/template/collection-preferences/content-display/styles.selectors.js +11 -11
- package/lib/internal/template/collection-preferences/styles.css.js +37 -37
- package/lib/internal/template/collection-preferences/styles.scoped.css +79 -66
- package/lib/internal/template/collection-preferences/styles.selectors.js +37 -37
- package/lib/internal/template/column-layout/flexible-column-layout/styles.css.js +5 -5
- package/lib/internal/template/column-layout/flexible-column-layout/styles.scoped.css +8 -9
- package/lib/internal/template/column-layout/flexible-column-layout/styles.selectors.js +5 -5
- package/lib/internal/template/column-layout/styles.css.js +13 -13
- package/lib/internal/template/column-layout/styles.scoped.css +70 -64
- package/lib/internal/template/column-layout/styles.selectors.js +13 -13
- package/lib/internal/template/container/styles.css.js +30 -30
- package/lib/internal/template/container/styles.scoped.css +114 -106
- package/lib/internal/template/container/styles.selectors.js +30 -30
- package/lib/internal/template/content-layout/styles.css.js +7 -7
- package/lib/internal/template/content-layout/styles.scoped.css +15 -15
- package/lib/internal/template/content-layout/styles.selectors.js +7 -7
- package/lib/internal/template/date-picker/styles.css.js +7 -7
- package/lib/internal/template/date-picker/styles.scoped.css +12 -12
- package/lib/internal/template/date-picker/styles.selectors.js +7 -7
- package/lib/internal/template/date-range-picker/calendar/grids/styles.css.js +25 -25
- package/lib/internal/template/date-range-picker/calendar/grids/styles.scoped.css +73 -62
- package/lib/internal/template/date-range-picker/calendar/grids/styles.selectors.js +25 -25
- package/lib/internal/template/date-range-picker/relative-range/styles.css.js +9 -9
- package/lib/internal/template/date-range-picker/relative-range/styles.scoped.css +21 -21
- package/lib/internal/template/date-range-picker/relative-range/styles.selectors.js +9 -9
- package/lib/internal/template/date-range-picker/styles.css.js +38 -38
- package/lib/internal/template/date-range-picker/styles.scoped.css +72 -67
- package/lib/internal/template/date-range-picker/styles.selectors.js +38 -38
- package/lib/internal/template/drawer/styles.css.js +3 -3
- package/lib/internal/template/drawer/styles.scoped.css +21 -18
- package/lib/internal/template/drawer/styles.selectors.js +3 -3
- package/lib/internal/template/expandable-section/styles.css.js +32 -32
- package/lib/internal/template/expandable-section/styles.scoped.css +103 -98
- package/lib/internal/template/expandable-section/styles.selectors.js +32 -32
- package/lib/internal/template/file-upload/dropzone/styles.css.js +2 -2
- package/lib/internal/template/file-upload/dropzone/styles.scoped.css +8 -4
- package/lib/internal/template/file-upload/dropzone/styles.selectors.js +2 -2
- package/lib/internal/template/file-upload/file-option/styles.css.js +7 -7
- package/lib/internal/template/file-upload/file-option/styles.scoped.css +15 -15
- package/lib/internal/template/file-upload/file-option/styles.selectors.js +7 -7
- package/lib/internal/template/file-upload/styles.css.js +2 -2
- package/lib/internal/template/file-upload/styles.scoped.css +4 -4
- package/lib/internal/template/file-upload/styles.selectors.js +2 -2
- package/lib/internal/template/flashbar/styles.css.js +47 -47
- package/lib/internal/template/flashbar/styles.scoped.css +220 -215
- package/lib/internal/template/flashbar/styles.selectors.js +47 -47
- package/lib/internal/template/form/styles.css.js +9 -9
- package/lib/internal/template/form/styles.scoped.css +18 -18
- package/lib/internal/template/form/styles.selectors.js +9 -9
- package/lib/internal/template/form-field/styles.css.js +19 -19
- package/lib/internal/template/form-field/styles.scoped.css +34 -34
- package/lib/internal/template/form-field/styles.selectors.js +19 -19
- package/lib/internal/template/internal/base-component/styles.scoped.css +22 -22
- package/lib/internal/template/internal/environment.js +1 -1
- package/lib/internal/template/internal/environment.json +1 -1
- package/lib/internal/template/internal/generated/theming/index.cjs +30 -30
- package/lib/internal/template/internal/generated/theming/index.js +30 -30
- package/lib/internal/template/modal/styles.css.js +23 -23
- package/lib/internal/template/modal/styles.scoped.css +39 -39
- package/lib/internal/template/modal/styles.selectors.js +23 -23
- package/lib/internal/template/test-utils/dom/calendar/index.js +4 -4
- package/lib/internal/template/test-utils/dom/calendar/index.js.map +1 -1
- package/lib/internal/template/test-utils/selectors/calendar/index.js +4 -4
- package/lib/internal/template/test-utils/selectors/calendar/index.js.map +1 -1
- package/lib/internal/template/test-utils/tsconfig.tsbuildinfo +1 -1
- package/lib/internal/template/tiles/styles.css.js +29 -29
- package/lib/internal/template/tiles/styles.scoped.css +97 -91
- package/lib/internal/template/tiles/styles.selectors.js +29 -29
- package/package.json +1 -1
|
@@ -2,52 +2,52 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"flash-with-motion": "awsui_flash-with-
|
|
6
|
-
"enter": "
|
|
7
|
-
"flash-body": "awsui_flash-
|
|
8
|
-
"flash-message": "awsui_flash-
|
|
9
|
-
"flash-header": "awsui_flash-
|
|
10
|
-
"flash-content": "awsui_flash-
|
|
11
|
-
"action-button-wrapper": "awsui_action-button-
|
|
12
|
-
"dismiss-button-wrapper": "awsui_dismiss-button-
|
|
13
|
-
"flash-icon": "awsui_flash-
|
|
14
|
-
"entering": "
|
|
15
|
-
"entered": "
|
|
16
|
-
"exiting": "
|
|
17
|
-
"stack": "
|
|
18
|
-
"animation-running": "awsui_animation-
|
|
19
|
-
"item": "
|
|
20
|
-
"flash-list-item": "awsui_flash-list-
|
|
21
|
-
"notification-bar": "awsui_notification-
|
|
22
|
-
"collapsed": "
|
|
23
|
-
"animation-ready": "awsui_animation-
|
|
24
|
-
"expanded-only": "awsui_expanded-
|
|
25
|
-
"expanded": "
|
|
26
|
-
"flash": "
|
|
27
|
-
"collapsible": "
|
|
28
|
-
"short-list": "awsui_short-
|
|
29
|
-
"visual-refresh": "awsui_visual-
|
|
30
|
-
"status": "
|
|
31
|
-
"header": "
|
|
32
|
-
"item-count": "awsui_item-
|
|
33
|
-
"button": "
|
|
34
|
-
"type-count": "awsui_type-
|
|
35
|
-
"count-number": "awsui_count-
|
|
36
|
-
"icon": "
|
|
37
|
-
"floating": "
|
|
38
|
-
"flashbar": "
|
|
39
|
-
"flash-refresh": "awsui_flash-
|
|
40
|
-
"flash-list": "awsui_flash-
|
|
41
|
-
"flash-focus-container": "awsui_flash-focus-
|
|
42
|
-
"flash-text": "awsui_flash-
|
|
43
|
-
"dismiss-button": "awsui_dismiss-
|
|
44
|
-
"breakpoint-default": "awsui_breakpoint-
|
|
45
|
-
"action-button": "awsui_action-
|
|
46
|
-
"action-slot": "awsui_action-
|
|
47
|
-
"flash-type-success": "awsui_flash-type-
|
|
48
|
-
"flash-type-error": "awsui_flash-type-
|
|
49
|
-
"flash-type-info": "awsui_flash-type-
|
|
50
|
-
"flash-type-in-progress": "awsui_flash-type-in-
|
|
51
|
-
"flash-type-warning": "awsui_flash-type-
|
|
5
|
+
"flash-with-motion": "awsui_flash-with-motion_1q84n_vcxu2_93",
|
|
6
|
+
"enter": "awsui_enter_1q84n_vcxu2_93",
|
|
7
|
+
"flash-body": "awsui_flash-body_1q84n_vcxu2_107",
|
|
8
|
+
"flash-message": "awsui_flash-message_1q84n_vcxu2_107",
|
|
9
|
+
"flash-header": "awsui_flash-header_1q84n_vcxu2_107",
|
|
10
|
+
"flash-content": "awsui_flash-content_1q84n_vcxu2_108",
|
|
11
|
+
"action-button-wrapper": "awsui_action-button-wrapper_1q84n_vcxu2_109",
|
|
12
|
+
"dismiss-button-wrapper": "awsui_dismiss-button-wrapper_1q84n_vcxu2_110",
|
|
13
|
+
"flash-icon": "awsui_flash-icon_1q84n_vcxu2_133",
|
|
14
|
+
"entering": "awsui_entering_1q84n_vcxu2_146",
|
|
15
|
+
"entered": "awsui_entered_1q84n_vcxu2_167",
|
|
16
|
+
"exiting": "awsui_exiting_1q84n_vcxu2_272",
|
|
17
|
+
"stack": "awsui_stack_1q84n_vcxu2_294",
|
|
18
|
+
"animation-running": "awsui_animation-running_1q84n_vcxu2_294",
|
|
19
|
+
"item": "awsui_item_1q84n_vcxu2_294",
|
|
20
|
+
"flash-list-item": "awsui_flash-list-item_1q84n_vcxu2_295",
|
|
21
|
+
"notification-bar": "awsui_notification-bar_1q84n_vcxu2_296",
|
|
22
|
+
"collapsed": "awsui_collapsed_1q84n_vcxu2_316",
|
|
23
|
+
"animation-ready": "awsui_animation-ready_1q84n_vcxu2_316",
|
|
24
|
+
"expanded-only": "awsui_expanded-only_1q84n_vcxu2_316",
|
|
25
|
+
"expanded": "awsui_expanded_1q84n_vcxu2_316",
|
|
26
|
+
"flash": "awsui_flash_1q84n_vcxu2_93",
|
|
27
|
+
"collapsible": "awsui_collapsible_1q84n_vcxu2_380",
|
|
28
|
+
"short-list": "awsui_short-list_1q84n_vcxu2_386",
|
|
29
|
+
"visual-refresh": "awsui_visual-refresh_1q84n_vcxu2_386",
|
|
30
|
+
"status": "awsui_status_1q84n_vcxu2_599",
|
|
31
|
+
"header": "awsui_header_1q84n_vcxu2_599",
|
|
32
|
+
"item-count": "awsui_item-count_1q84n_vcxu2_600",
|
|
33
|
+
"button": "awsui_button_1q84n_vcxu2_601",
|
|
34
|
+
"type-count": "awsui_type-count_1q84n_vcxu2_634",
|
|
35
|
+
"count-number": "awsui_count-number_1q84n_vcxu2_634",
|
|
36
|
+
"icon": "awsui_icon_1q84n_vcxu2_668",
|
|
37
|
+
"floating": "awsui_floating_1q84n_vcxu2_709",
|
|
38
|
+
"flashbar": "awsui_flashbar_1q84n_vcxu2_717",
|
|
39
|
+
"flash-refresh": "awsui_flash-refresh_1q84n_vcxu2_792",
|
|
40
|
+
"flash-list": "awsui_flash-list_1q84n_vcxu2_295",
|
|
41
|
+
"flash-focus-container": "awsui_flash-focus-container_1q84n_vcxu2_813",
|
|
42
|
+
"flash-text": "awsui_flash-text_1q84n_vcxu2_843",
|
|
43
|
+
"dismiss-button": "awsui_dismiss-button_1q84n_vcxu2_110",
|
|
44
|
+
"breakpoint-default": "awsui_breakpoint-default_1q84n_vcxu2_885",
|
|
45
|
+
"action-button": "awsui_action-button_1q84n_vcxu2_109",
|
|
46
|
+
"action-slot": "awsui_action-slot_1q84n_vcxu2_895",
|
|
47
|
+
"flash-type-success": "awsui_flash-type-success_1q84n_vcxu2_899",
|
|
48
|
+
"flash-type-error": "awsui_flash-type-error_1q84n_vcxu2_903",
|
|
49
|
+
"flash-type-info": "awsui_flash-type-info_1q84n_vcxu2_907",
|
|
50
|
+
"flash-type-in-progress": "awsui_flash-type-in-progress_1q84n_vcxu2_908",
|
|
51
|
+
"flash-type-warning": "awsui_flash-type-warning_1q84n_vcxu2_912"
|
|
52
52
|
};
|
|
53
53
|
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"root": "
|
|
5
|
-
"header": "
|
|
6
|
-
"full-page": "awsui_full-
|
|
7
|
-
"content": "
|
|
8
|
-
"error": "
|
|
9
|
-
"footer": "
|
|
10
|
-
"actions-section": "awsui_actions-
|
|
11
|
-
"secondary-actions": "awsui_secondary-
|
|
12
|
-
"actions": "
|
|
4
|
+
"root": "awsui_root_1i0s3_1mdba_93",
|
|
5
|
+
"header": "awsui_header_1i0s3_1mdba_128",
|
|
6
|
+
"full-page": "awsui_full-page_1i0s3_1mdba_128",
|
|
7
|
+
"content": "awsui_content_1i0s3_1mdba_132",
|
|
8
|
+
"error": "awsui_error_1i0s3_1mdba_136",
|
|
9
|
+
"footer": "awsui_footer_1i0s3_1mdba_140",
|
|
10
|
+
"actions-section": "awsui_actions-section_1i0s3_1mdba_144",
|
|
11
|
+
"secondary-actions": "awsui_secondary-actions_1i0s3_1mdba_153",
|
|
12
|
+
"actions": "awsui_actions_1i0s3_1mdba_144"
|
|
13
13
|
};
|
|
14
14
|
|
|
@@ -90,7 +90,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
90
90
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
91
91
|
SPDX-License-Identifier: Apache-2.0
|
|
92
92
|
*/
|
|
93
|
-
.
|
|
93
|
+
.awsui_root_1i0s3_1mdba_93:not(#\9) {
|
|
94
94
|
border-collapse: separate;
|
|
95
95
|
border-spacing: 0;
|
|
96
96
|
box-sizing: border-box;
|
|
@@ -126,39 +126,39 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
126
126
|
-moz-osx-font-smoothing: auto;
|
|
127
127
|
}
|
|
128
128
|
|
|
129
|
-
.
|
|
130
|
-
margin-
|
|
129
|
+
.awsui_header_1i0s3_1mdba_128:not(#\9):not(.awsui_full-page_1i0s3_1mdba_128) {
|
|
130
|
+
margin-block-end: var(--space-scaled-m-er48cl, 16px);
|
|
131
131
|
}
|
|
132
132
|
|
|
133
|
-
.
|
|
133
|
+
.awsui_content_1i0s3_1mdba_132:not(#\9) {
|
|
134
134
|
/* used in test-utils */
|
|
135
135
|
}
|
|
136
136
|
|
|
137
|
-
.
|
|
137
|
+
.awsui_error_1i0s3_1mdba_136:not(#\9) {
|
|
138
138
|
/* used in test-utils */
|
|
139
139
|
}
|
|
140
140
|
|
|
141
|
-
.
|
|
142
|
-
margin-
|
|
141
|
+
.awsui_footer_1i0s3_1mdba_140:not(#\9) {
|
|
142
|
+
margin-block-start: var(--space-scaled-l-08jb88, 20px);
|
|
143
143
|
}
|
|
144
144
|
|
|
145
|
-
.awsui_actions-
|
|
145
|
+
.awsui_actions-section_1i0s3_1mdba_144:not(#\9) {
|
|
146
146
|
display: flex;
|
|
147
147
|
flex-direction: row-reverse;
|
|
148
148
|
justify-content: space-between;
|
|
149
149
|
flex-wrap: wrap;
|
|
150
|
-
margin-
|
|
151
|
-
margin-
|
|
150
|
+
margin-inline-start: calc(-1 * var(--space-scaled-m-er48cl, 16px));
|
|
151
|
+
margin-block-end: calc(-1 * var(--space-scaled-m-er48cl, 16px));
|
|
152
152
|
}
|
|
153
153
|
|
|
154
|
-
.awsui_secondary-
|
|
155
|
-
min-
|
|
156
|
-
margin-
|
|
157
|
-
margin-
|
|
154
|
+
.awsui_secondary-actions_1i0s3_1mdba_153:not(#\9) {
|
|
155
|
+
min-inline-size: 1px;
|
|
156
|
+
margin-inline-start: var(--space-scaled-m-er48cl, 16px);
|
|
157
|
+
margin-block-end: var(--space-scaled-m-er48cl, 16px);
|
|
158
158
|
}
|
|
159
159
|
|
|
160
|
-
.
|
|
161
|
-
min-
|
|
162
|
-
margin-
|
|
163
|
-
margin-
|
|
160
|
+
.awsui_actions_1i0s3_1mdba_144:not(#\9) {
|
|
161
|
+
min-inline-size: 1px;
|
|
162
|
+
margin-inline-start: var(--space-scaled-m-er48cl, 16px);
|
|
163
|
+
margin-block-end: var(--space-scaled-m-er48cl, 16px);
|
|
164
164
|
}
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"root": "
|
|
6
|
-
"header": "
|
|
7
|
-
"full-page": "awsui_full-
|
|
8
|
-
"content": "
|
|
9
|
-
"error": "
|
|
10
|
-
"footer": "
|
|
11
|
-
"actions-section": "awsui_actions-
|
|
12
|
-
"secondary-actions": "awsui_secondary-
|
|
13
|
-
"actions": "
|
|
5
|
+
"root": "awsui_root_1i0s3_1mdba_93",
|
|
6
|
+
"header": "awsui_header_1i0s3_1mdba_128",
|
|
7
|
+
"full-page": "awsui_full-page_1i0s3_1mdba_128",
|
|
8
|
+
"content": "awsui_content_1i0s3_1mdba_132",
|
|
9
|
+
"error": "awsui_error_1i0s3_1mdba_136",
|
|
10
|
+
"footer": "awsui_footer_1i0s3_1mdba_140",
|
|
11
|
+
"actions-section": "awsui_actions-section_1i0s3_1mdba_144",
|
|
12
|
+
"secondary-actions": "awsui_secondary-actions_1i0s3_1mdba_153",
|
|
13
|
+
"actions": "awsui_actions_1i0s3_1mdba_144"
|
|
14
14
|
};
|
|
15
15
|
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"error-icon-shake-wrapper": "awsui_error-icon-shake-
|
|
5
|
-
"awsui-motion-shake-horizontally": "awsui_awsui-motion-shake-
|
|
6
|
-
"error-icon-scale-wrapper": "awsui_error-icon-scale-
|
|
7
|
-
"awsui-motion-scale-popup": "awsui_awsui-motion-scale-
|
|
8
|
-
"error": "
|
|
9
|
-
"awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-
|
|
10
|
-
"root": "
|
|
11
|
-
"label": "
|
|
12
|
-
"info": "
|
|
13
|
-
"description": "
|
|
14
|
-
"constraint": "
|
|
15
|
-
"hints": "
|
|
16
|
-
"constraint-has-error": "awsui_constraint-has-
|
|
17
|
-
"secondary-control": "awsui_secondary-
|
|
18
|
-
"controls": "
|
|
19
|
-
"label-hidden": "awsui_label-
|
|
20
|
-
"control": "
|
|
21
|
-
"error__message": "
|
|
22
|
-
"visually-hidden": "awsui_visually-
|
|
4
|
+
"error-icon-shake-wrapper": "awsui_error-icon-shake-wrapper_14mhv_kadrj_97",
|
|
5
|
+
"awsui-motion-shake-horizontally": "awsui_awsui-motion-shake-horizontally_14mhv_kadrj_1",
|
|
6
|
+
"error-icon-scale-wrapper": "awsui_error-icon-scale-wrapper_14mhv_kadrj_124",
|
|
7
|
+
"awsui-motion-scale-popup": "awsui_awsui-motion-scale-popup_14mhv_kadrj_1",
|
|
8
|
+
"error": "awsui_error_14mhv_kadrj_97",
|
|
9
|
+
"awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-0_14mhv_kadrj_1",
|
|
10
|
+
"root": "awsui_root_14mhv_kadrj_168",
|
|
11
|
+
"label": "awsui_label_14mhv_kadrj_204",
|
|
12
|
+
"info": "awsui_info_14mhv_kadrj_218",
|
|
13
|
+
"description": "awsui_description_14mhv_kadrj_223",
|
|
14
|
+
"constraint": "awsui_constraint_14mhv_kadrj_224",
|
|
15
|
+
"hints": "awsui_hints_14mhv_kadrj_231",
|
|
16
|
+
"constraint-has-error": "awsui_constraint-has-error_14mhv_kadrj_232",
|
|
17
|
+
"secondary-control": "awsui_secondary-control_14mhv_kadrj_236",
|
|
18
|
+
"controls": "awsui_controls_14mhv_kadrj_240",
|
|
19
|
+
"label-hidden": "awsui_label-hidden_14mhv_kadrj_240",
|
|
20
|
+
"control": "awsui_control_14mhv_kadrj_240",
|
|
21
|
+
"error__message": "awsui_error__message_14mhv_kadrj_258",
|
|
22
|
+
"visually-hidden": "awsui_visually-hidden_14mhv_kadrj_262"
|
|
23
23
|
};
|
|
24
24
|
|
|
@@ -94,10 +94,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
94
94
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
95
95
|
SPDX-License-Identifier: Apache-2.0
|
|
96
96
|
*/
|
|
97
|
-
.awsui_error-icon-shake-
|
|
98
|
-
animation: awsui_awsui-motion-shake-
|
|
97
|
+
.awsui_error-icon-shake-wrapper_14mhv_kadrj_97:not(#\9) {
|
|
98
|
+
animation: awsui_awsui-motion-shake-horizontally_14mhv_kadrj_1 var(--motion-duration-refresh-only-medium-0rwzu1, 165ms);
|
|
99
99
|
}
|
|
100
|
-
@keyframes awsui_awsui-motion-shake-
|
|
100
|
+
@keyframes awsui_awsui-motion-shake-horizontally_14mhv_kadrj_1 {
|
|
101
101
|
0% {
|
|
102
102
|
transform: translateX(-5px);
|
|
103
103
|
animation-timing-function: linear;
|
|
@@ -111,20 +111,20 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
111
111
|
}
|
|
112
112
|
}
|
|
113
113
|
@media (prefers-reduced-motion: reduce) {
|
|
114
|
-
.awsui_error-icon-shake-
|
|
114
|
+
.awsui_error-icon-shake-wrapper_14mhv_kadrj_97:not(#\9) {
|
|
115
115
|
animation: none;
|
|
116
116
|
transition: none;
|
|
117
117
|
}
|
|
118
118
|
}
|
|
119
|
-
.awsui-motion-disabled .awsui_error-icon-shake-
|
|
119
|
+
.awsui-motion-disabled .awsui_error-icon-shake-wrapper_14mhv_kadrj_97:not(#\9), .awsui-mode-entering .awsui_error-icon-shake-wrapper_14mhv_kadrj_97:not(#\9) {
|
|
120
120
|
animation: none;
|
|
121
121
|
transition: none;
|
|
122
122
|
}
|
|
123
123
|
|
|
124
|
-
.awsui_error-icon-scale-
|
|
125
|
-
animation: awsui_awsui-motion-scale-
|
|
124
|
+
.awsui_error-icon-scale-wrapper_14mhv_kadrj_124:not(#\9) {
|
|
125
|
+
animation: awsui_awsui-motion-scale-popup_14mhv_kadrj_1 var(--motion-duration-refresh-only-medium-0rwzu1, 165ms) var(--motion-easing-refresh-only-a-liv5su, cubic-bezier(0, 0, 0, 1));
|
|
126
126
|
}
|
|
127
|
-
@keyframes awsui_awsui-motion-scale-
|
|
127
|
+
@keyframes awsui_awsui-motion-scale-popup_14mhv_kadrj_1 {
|
|
128
128
|
0% {
|
|
129
129
|
transform: scale(0.95);
|
|
130
130
|
}
|
|
@@ -133,20 +133,20 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
133
133
|
}
|
|
134
134
|
}
|
|
135
135
|
@media (prefers-reduced-motion: reduce) {
|
|
136
|
-
.awsui_error-icon-scale-
|
|
136
|
+
.awsui_error-icon-scale-wrapper_14mhv_kadrj_124:not(#\9) {
|
|
137
137
|
animation: none;
|
|
138
138
|
transition: none;
|
|
139
139
|
}
|
|
140
140
|
}
|
|
141
|
-
.awsui-motion-disabled .awsui_error-icon-scale-
|
|
141
|
+
.awsui-motion-disabled .awsui_error-icon-scale-wrapper_14mhv_kadrj_124:not(#\9), .awsui-mode-entering .awsui_error-icon-scale-wrapper_14mhv_kadrj_124:not(#\9) {
|
|
142
142
|
animation: none;
|
|
143
143
|
transition: none;
|
|
144
144
|
}
|
|
145
145
|
|
|
146
|
-
.
|
|
147
|
-
animation: awsui_awsui-motion-fade-in-
|
|
146
|
+
.awsui_error_14mhv_kadrj_97:not(#\9) {
|
|
147
|
+
animation: awsui_awsui-motion-fade-in-0_14mhv_kadrj_1 var(--motion-duration-refresh-only-medium-0rwzu1, 165ms) var(--motion-easing-refresh-only-a-liv5su, cubic-bezier(0, 0, 0, 1));
|
|
148
148
|
}
|
|
149
|
-
@keyframes awsui_awsui-motion-fade-in-
|
|
149
|
+
@keyframes awsui_awsui-motion-fade-in-0_14mhv_kadrj_1 {
|
|
150
150
|
from {
|
|
151
151
|
opacity: 0;
|
|
152
152
|
}
|
|
@@ -155,17 +155,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
155
155
|
}
|
|
156
156
|
}
|
|
157
157
|
@media (prefers-reduced-motion: reduce) {
|
|
158
|
-
.
|
|
158
|
+
.awsui_error_14mhv_kadrj_97:not(#\9) {
|
|
159
159
|
animation: none;
|
|
160
160
|
transition: none;
|
|
161
161
|
}
|
|
162
162
|
}
|
|
163
|
-
.awsui-motion-disabled .
|
|
163
|
+
.awsui-motion-disabled .awsui_error_14mhv_kadrj_97:not(#\9), .awsui-mode-entering .awsui_error_14mhv_kadrj_97:not(#\9) {
|
|
164
164
|
animation: none;
|
|
165
165
|
transition: none;
|
|
166
166
|
}
|
|
167
167
|
|
|
168
|
-
.
|
|
168
|
+
.awsui_root_14mhv_kadrj_168:not(#\9) {
|
|
169
169
|
border-collapse: separate;
|
|
170
170
|
border-spacing: 0;
|
|
171
171
|
box-sizing: border-box;
|
|
@@ -202,7 +202,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
202
202
|
box-sizing: border-box;
|
|
203
203
|
}
|
|
204
204
|
|
|
205
|
-
.
|
|
205
|
+
.awsui_label_14mhv_kadrj_204:not(#\9) {
|
|
206
206
|
box-sizing: border-box;
|
|
207
207
|
color: var(--color-text-form-label-3ubxwt, #16191f);
|
|
208
208
|
display: inline;
|
|
@@ -211,43 +211,43 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
211
211
|
font-weight: var(--font-display-label-weight-2njs7q, 400);
|
|
212
212
|
margin-inline-end: var(--space-xs-xf5ch3, 8px);
|
|
213
213
|
}
|
|
214
|
-
.
|
|
214
|
+
.awsui_label_14mhv_kadrj_204:not(#\9):only-child {
|
|
215
215
|
margin-block: 0;
|
|
216
216
|
margin-inline: 0;
|
|
217
217
|
}
|
|
218
218
|
|
|
219
|
-
.
|
|
220
|
-
padding-
|
|
221
|
-
border-
|
|
219
|
+
.awsui_info_14mhv_kadrj_218:not(#\9) {
|
|
220
|
+
padding-inline-start: var(--space-xs-xf5ch3, 8px);
|
|
221
|
+
border-inline-start: var(--border-divider-section-width-wl9k66, 1px) solid var(--color-border-divider-default-in8dkg, #eaeded);
|
|
222
222
|
}
|
|
223
223
|
|
|
224
|
-
.
|
|
225
|
-
.
|
|
224
|
+
.awsui_description_14mhv_kadrj_223:not(#\9),
|
|
225
|
+
.awsui_constraint_14mhv_kadrj_224:not(#\9) {
|
|
226
226
|
color: var(--color-text-form-secondary-rh78tu, #687078);
|
|
227
227
|
font-size: var(--font-size-body-s-533prh, 12px);
|
|
228
228
|
line-height: var(--line-height-body-s-n0pazd, 16px);
|
|
229
229
|
letter-spacing: var(--letter-spacing-body-s-nkvets, normal);
|
|
230
230
|
}
|
|
231
231
|
|
|
232
|
-
.
|
|
233
|
-
.awsui_constraint-has-
|
|
234
|
-
padding-
|
|
232
|
+
.awsui_hints_14mhv_kadrj_231:not(#\9),
|
|
233
|
+
.awsui_constraint-has-error_14mhv_kadrj_232:not(#\9) {
|
|
234
|
+
padding-block-start: var(--space-xxs-9rrxti, 4px);
|
|
235
235
|
}
|
|
236
236
|
|
|
237
|
-
.awsui_secondary-
|
|
237
|
+
.awsui_secondary-control_14mhv_kadrj_236:not(#\9) {
|
|
238
238
|
/* used in test-utils */
|
|
239
239
|
}
|
|
240
240
|
|
|
241
|
-
.
|
|
242
|
-
padding-
|
|
241
|
+
.awsui_controls_14mhv_kadrj_240:not(#\9):not(.awsui_label-hidden_14mhv_kadrj_240) {
|
|
242
|
+
padding-block-start: var(--space-xxs-9rrxti, 4px);
|
|
243
243
|
}
|
|
244
244
|
|
|
245
|
-
.
|
|
245
|
+
.awsui_control_14mhv_kadrj_240:not(#\9) {
|
|
246
246
|
min-inline-size: 0;
|
|
247
247
|
word-break: break-word;
|
|
248
248
|
}
|
|
249
249
|
|
|
250
|
-
.
|
|
250
|
+
.awsui_error_14mhv_kadrj_97:not(#\9) {
|
|
251
251
|
color: var(--color-text-status-error-ofc4yr, #d13212);
|
|
252
252
|
font-size: var(--font-size-body-s-533prh, 12px);
|
|
253
253
|
line-height: var(--line-height-body-s-n0pazd, 16px);
|
|
@@ -256,11 +256,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
256
256
|
align-items: flex-start;
|
|
257
257
|
}
|
|
258
258
|
|
|
259
|
-
.
|
|
260
|
-
margin-
|
|
259
|
+
.awsui_error__message_14mhv_kadrj_258:not(#\9) {
|
|
260
|
+
margin-inline-start: var(--space-xxs-9rrxti, 4px);
|
|
261
261
|
}
|
|
262
262
|
|
|
263
|
-
.awsui_visually-
|
|
263
|
+
.awsui_visually-hidden_14mhv_kadrj_262:not(#\9) {
|
|
264
264
|
position: absolute !important;
|
|
265
265
|
inset-block-start: -9999px !important;
|
|
266
266
|
inset-inline-start: -9999px !important;
|
|
@@ -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
|
-
"error-icon-shake-wrapper": "awsui_error-icon-shake-
|
|
6
|
-
"awsui-motion-shake-horizontally": "awsui_awsui-motion-shake-
|
|
7
|
-
"error-icon-scale-wrapper": "awsui_error-icon-scale-
|
|
8
|
-
"awsui-motion-scale-popup": "awsui_awsui-motion-scale-
|
|
9
|
-
"error": "
|
|
10
|
-
"awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-
|
|
11
|
-
"root": "
|
|
12
|
-
"label": "
|
|
13
|
-
"info": "
|
|
14
|
-
"description": "
|
|
15
|
-
"constraint": "
|
|
16
|
-
"hints": "
|
|
17
|
-
"constraint-has-error": "awsui_constraint-has-
|
|
18
|
-
"secondary-control": "awsui_secondary-
|
|
19
|
-
"controls": "
|
|
20
|
-
"label-hidden": "awsui_label-
|
|
21
|
-
"control": "
|
|
22
|
-
"error__message": "
|
|
23
|
-
"visually-hidden": "awsui_visually-
|
|
5
|
+
"error-icon-shake-wrapper": "awsui_error-icon-shake-wrapper_14mhv_kadrj_97",
|
|
6
|
+
"awsui-motion-shake-horizontally": "awsui_awsui-motion-shake-horizontally_14mhv_kadrj_1",
|
|
7
|
+
"error-icon-scale-wrapper": "awsui_error-icon-scale-wrapper_14mhv_kadrj_124",
|
|
8
|
+
"awsui-motion-scale-popup": "awsui_awsui-motion-scale-popup_14mhv_kadrj_1",
|
|
9
|
+
"error": "awsui_error_14mhv_kadrj_97",
|
|
10
|
+
"awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-0_14mhv_kadrj_1",
|
|
11
|
+
"root": "awsui_root_14mhv_kadrj_168",
|
|
12
|
+
"label": "awsui_label_14mhv_kadrj_204",
|
|
13
|
+
"info": "awsui_info_14mhv_kadrj_218",
|
|
14
|
+
"description": "awsui_description_14mhv_kadrj_223",
|
|
15
|
+
"constraint": "awsui_constraint_14mhv_kadrj_224",
|
|
16
|
+
"hints": "awsui_hints_14mhv_kadrj_231",
|
|
17
|
+
"constraint-has-error": "awsui_constraint-has-error_14mhv_kadrj_232",
|
|
18
|
+
"secondary-control": "awsui_secondary-control_14mhv_kadrj_236",
|
|
19
|
+
"controls": "awsui_controls_14mhv_kadrj_240",
|
|
20
|
+
"label-hidden": "awsui_label-hidden_14mhv_kadrj_240",
|
|
21
|
+
"control": "awsui_control_14mhv_kadrj_240",
|
|
22
|
+
"error__message": "awsui_error__message_14mhv_kadrj_258",
|
|
23
|
+
"visually-hidden": "awsui_visually-hidden_14mhv_kadrj_262"
|
|
24
24
|
};
|
|
25
25
|
|