@cloudscape-design/components-themeable 3.0.1005 → 3.0.1007
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/button/styles.scss +26 -17
- package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +75 -59
- package/lib/internal/scss/internal/styles/foundation/shadows.scss +3 -1
- package/lib/internal/template/annotation-context/annotation/styles.css.js +24 -24
- package/lib/internal/template/annotation-context/annotation/styles.scoped.css +32 -32
- package/lib/internal/template/annotation-context/annotation/styles.selectors.js +24 -24
- 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 +17 -17
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +39 -39
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +17 -17
- 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 +21 -21
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.scoped.css +45 -45
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.selectors.js +21 -21
- package/lib/internal/template/button/index.d.ts.map +1 -1
- package/lib/internal/template/button/index.js +2 -2
- package/lib/internal/template/button/index.js.map +1 -1
- package/lib/internal/template/button/interfaces.d.ts +35 -0
- package/lib/internal/template/button/interfaces.d.ts.map +1 -1
- package/lib/internal/template/button/interfaces.js.map +1 -1
- package/lib/internal/template/button/internal.d.ts.map +1 -1
- package/lib/internal/template/button/internal.js +27 -3
- package/lib/internal/template/button/internal.js.map +1 -1
- package/lib/internal/template/button/styles.css.js +22 -22
- package/lib/internal/template/button/styles.scoped.css +211 -210
- package/lib/internal/template/button/styles.selectors.js +22 -22
- 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 +166 -166
- package/lib/internal/template/flashbar/styles.selectors.js +50 -50
- 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 +44 -44
- 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/options-list/utils/use-highlight-option.d.ts +1 -0
- package/lib/internal/template/internal/components/options-list/utils/use-highlight-option.d.ts.map +1 -1
- package/lib/internal/template/internal/components/options-list/utils/use-highlight-option.js +1 -0
- package/lib/internal/template/internal/components/options-list/utils/use-highlight-option.js.map +1 -1
- package/lib/internal/template/internal/environment.js +1 -1
- package/lib/internal/template/internal/environment.json +1 -1
- package/lib/internal/template/internal/generated/custom-css-properties/index.d.ts +76 -61
- 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 +75 -59
- package/lib/internal/template/internal/generated/custom-css-properties/index.js.map +1 -1
- package/lib/internal/template/internal/generated/theming/index.cjs.d.ts +12 -13
- package/lib/internal/template/internal/generated/theming/index.d.ts +12 -13
- package/lib/internal/template/select/utils/use-select.d.ts.map +1 -1
- package/lib/internal/template/select/utils/use-select.js +17 -4
- package/lib/internal/template/select/utils/use-select.js.map +1 -1
- 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/table/body-cell/inline-editor.d.ts.map +1 -1
- package/lib/internal/template/table/body-cell/inline-editor.js +15 -10
- package/lib/internal/template/table/body-cell/inline-editor.js.map +1 -1
- package/lib/internal/template/table/interfaces.d.ts +10 -0
- package/lib/internal/template/table/interfaces.d.ts.map +1 -1
- package/lib/internal/template/table/interfaces.js.map +1 -1
- package/package.json +1 -1
|
@@ -2,55 +2,55 @@
|
|
|
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
|
-
"initial-hidden": "awsui_initial-
|
|
40
|
-
"flash-list": "awsui_flash-
|
|
41
|
-
"flash-focus-container": "awsui_flash-focus-
|
|
42
|
-
"flash-text": "awsui_flash-
|
|
43
|
-
"hidden": "
|
|
44
|
-
"header-replacement": "awsui_header-
|
|
45
|
-
"content-replacement": "awsui_content-
|
|
46
|
-
"dismiss-button": "awsui_dismiss-
|
|
47
|
-
"action-wrapped": "awsui_action-
|
|
48
|
-
"action-button": "awsui_action-
|
|
49
|
-
"action-slot": "awsui_action-
|
|
50
|
-
"flash-type-success": "awsui_flash-type-
|
|
51
|
-
"flash-type-error": "awsui_flash-type-
|
|
52
|
-
"flash-type-info": "awsui_flash-type-
|
|
53
|
-
"flash-type-in-progress": "awsui_flash-type-in-
|
|
54
|
-
"flash-type-warning": "awsui_flash-type-
|
|
5
|
+
"flash-with-motion": "awsui_flash-with-motion_1q84n_1w129_157",
|
|
6
|
+
"enter": "awsui_enter_1q84n_1w129_157",
|
|
7
|
+
"flash-body": "awsui_flash-body_1q84n_1w129_171",
|
|
8
|
+
"flash-message": "awsui_flash-message_1q84n_1w129_171",
|
|
9
|
+
"flash-header": "awsui_flash-header_1q84n_1w129_171",
|
|
10
|
+
"flash-content": "awsui_flash-content_1q84n_1w129_172",
|
|
11
|
+
"action-button-wrapper": "awsui_action-button-wrapper_1q84n_1w129_173",
|
|
12
|
+
"dismiss-button-wrapper": "awsui_dismiss-button-wrapper_1q84n_1w129_174",
|
|
13
|
+
"flash-icon": "awsui_flash-icon_1q84n_1w129_197",
|
|
14
|
+
"entering": "awsui_entering_1q84n_1w129_210",
|
|
15
|
+
"entered": "awsui_entered_1q84n_1w129_231",
|
|
16
|
+
"exiting": "awsui_exiting_1q84n_1w129_336",
|
|
17
|
+
"stack": "awsui_stack_1q84n_1w129_370",
|
|
18
|
+
"animation-running": "awsui_animation-running_1q84n_1w129_370",
|
|
19
|
+
"item": "awsui_item_1q84n_1w129_370",
|
|
20
|
+
"flash-list-item": "awsui_flash-list-item_1q84n_1w129_371",
|
|
21
|
+
"notification-bar": "awsui_notification-bar_1q84n_1w129_372",
|
|
22
|
+
"collapsed": "awsui_collapsed_1q84n_1w129_392",
|
|
23
|
+
"animation-ready": "awsui_animation-ready_1q84n_1w129_392",
|
|
24
|
+
"expanded-only": "awsui_expanded-only_1q84n_1w129_392",
|
|
25
|
+
"expanded": "awsui_expanded_1q84n_1w129_392",
|
|
26
|
+
"flash": "awsui_flash_1q84n_1w129_157",
|
|
27
|
+
"collapsible": "awsui_collapsible_1q84n_1w129_448",
|
|
28
|
+
"short-list": "awsui_short-list_1q84n_1w129_454",
|
|
29
|
+
"visual-refresh": "awsui_visual-refresh_1q84n_1w129_454",
|
|
30
|
+
"status": "awsui_status_1q84n_1w129_601",
|
|
31
|
+
"header": "awsui_header_1q84n_1w129_601",
|
|
32
|
+
"item-count": "awsui_item-count_1q84n_1w129_602",
|
|
33
|
+
"button": "awsui_button_1q84n_1w129_603",
|
|
34
|
+
"type-count": "awsui_type-count_1q84n_1w129_636",
|
|
35
|
+
"count-number": "awsui_count-number_1q84n_1w129_636",
|
|
36
|
+
"icon": "awsui_icon_1q84n_1w129_670",
|
|
37
|
+
"floating": "awsui_floating_1q84n_1w129_711",
|
|
38
|
+
"flashbar": "awsui_flashbar_1q84n_1w129_715",
|
|
39
|
+
"initial-hidden": "awsui_initial-hidden_1q84n_1w129_773",
|
|
40
|
+
"flash-list": "awsui_flash-list_1q84n_1w129_371",
|
|
41
|
+
"flash-focus-container": "awsui_flash-focus-container_1q84n_1w129_797",
|
|
42
|
+
"flash-text": "awsui_flash-text_1q84n_1w129_827",
|
|
43
|
+
"hidden": "awsui_hidden_1q84n_1w129_846",
|
|
44
|
+
"header-replacement": "awsui_header-replacement_1q84n_1w129_851",
|
|
45
|
+
"content-replacement": "awsui_content-replacement_1q84n_1w129_856",
|
|
46
|
+
"dismiss-button": "awsui_dismiss-button_1q84n_1w129_174",
|
|
47
|
+
"action-wrapped": "awsui_action-wrapped_1q84n_1w129_874",
|
|
48
|
+
"action-button": "awsui_action-button_1q84n_1w129_173",
|
|
49
|
+
"action-slot": "awsui_action-slot_1q84n_1w129_881",
|
|
50
|
+
"flash-type-success": "awsui_flash-type-success_1q84n_1w129_885",
|
|
51
|
+
"flash-type-error": "awsui_flash-type-error_1q84n_1w129_889",
|
|
52
|
+
"flash-type-info": "awsui_flash-type-info_1q84n_1w129_893",
|
|
53
|
+
"flash-type-in-progress": "awsui_flash-type-in-progress_1q84n_1w129_894",
|
|
54
|
+
"flash-type-warning": "awsui_flash-type-warning_1q84n_1w129_898"
|
|
55
55
|
};
|
|
56
56
|
|
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"direction-button-wrapper": "awsui_direction-button-
|
|
5
|
-
"direction-button-wrapper-motion-enter": "awsui_direction-button-wrapper-motion-
|
|
6
|
-
"direction-button-wrapper-motion-entering": "awsui_direction-button-wrapper-motion-
|
|
7
|
-
"direction-button-wrapper-motion-exit": "awsui_direction-button-wrapper-motion-
|
|
8
|
-
"direction-button-wrapper-motion-exiting": "awsui_direction-button-wrapper-motion-
|
|
9
|
-
"drag-handle-entry": "awsui_drag-handle-
|
|
10
|
-
"awsui-motion-fade-in": "awsui_awsui-motion-fade-
|
|
11
|
-
"drag-handle-exit": "awsui_drag-handle-
|
|
12
|
-
"awsui-motion-fade-out-0": "awsui_awsui-motion-fade-out-
|
|
13
|
-
"direction-button-wrapper-block-start": "awsui_direction-button-wrapper-block-
|
|
14
|
-
"direction-button-wrapper-block-end": "awsui_direction-button-wrapper-block-
|
|
15
|
-
"direction-button-wrapper-inline-start": "awsui_direction-button-wrapper-inline-
|
|
16
|
-
"direction-button-wrapper-inline-end": "awsui_direction-button-wrapper-inline-
|
|
17
|
-
"direction-button-wrapper-rtl": "awsui_direction-button-wrapper-
|
|
18
|
-
"drag-handle-wrapper": "awsui_drag-handle-
|
|
19
|
-
"portal-overlay": "awsui_portal-
|
|
20
|
-
"portal-overlay-contents": "awsui_portal-overlay-
|
|
21
|
-
"drag-handle": "awsui_drag-
|
|
22
|
-
"direction-button-wrapper-hidden": "awsui_direction-button-wrapper-
|
|
23
|
-
"direction-button": "awsui_direction-
|
|
24
|
-
"direction-button-disabled": "awsui_direction-button-
|
|
4
|
+
"direction-button-wrapper": "awsui_direction-button-wrapper_155yk_50h8p_169",
|
|
5
|
+
"direction-button-wrapper-motion-enter": "awsui_direction-button-wrapper-motion-enter_155yk_50h8p_189",
|
|
6
|
+
"direction-button-wrapper-motion-entering": "awsui_direction-button-wrapper-motion-entering_155yk_50h8p_189",
|
|
7
|
+
"direction-button-wrapper-motion-exit": "awsui_direction-button-wrapper-motion-exit_155yk_50h8p_189",
|
|
8
|
+
"direction-button-wrapper-motion-exiting": "awsui_direction-button-wrapper-motion-exiting_155yk_50h8p_189",
|
|
9
|
+
"drag-handle-entry": "awsui_drag-handle-entry_155yk_50h8p_1",
|
|
10
|
+
"awsui-motion-fade-in": "awsui_awsui-motion-fade-in_155yk_50h8p_1",
|
|
11
|
+
"drag-handle-exit": "awsui_drag-handle-exit_155yk_50h8p_1",
|
|
12
|
+
"awsui-motion-fade-out-0": "awsui_awsui-motion-fade-out-0_155yk_50h8p_1",
|
|
13
|
+
"direction-button-wrapper-block-start": "awsui_direction-button-wrapper-block-start_155yk_50h8p_229",
|
|
14
|
+
"direction-button-wrapper-block-end": "awsui_direction-button-wrapper-block-end_155yk_50h8p_233",
|
|
15
|
+
"direction-button-wrapper-inline-start": "awsui_direction-button-wrapper-inline-start_155yk_50h8p_237",
|
|
16
|
+
"direction-button-wrapper-inline-end": "awsui_direction-button-wrapper-inline-end_155yk_50h8p_238",
|
|
17
|
+
"direction-button-wrapper-rtl": "awsui_direction-button-wrapper-rtl_155yk_50h8p_238",
|
|
18
|
+
"drag-handle-wrapper": "awsui_drag-handle-wrapper_155yk_50h8p_247",
|
|
19
|
+
"portal-overlay": "awsui_portal-overlay_155yk_50h8p_252",
|
|
20
|
+
"portal-overlay-contents": "awsui_portal-overlay-contents_155yk_50h8p_260",
|
|
21
|
+
"drag-handle": "awsui_drag-handle_155yk_50h8p_247",
|
|
22
|
+
"direction-button-wrapper-hidden": "awsui_direction-button-wrapper-hidden_155yk_50h8p_277",
|
|
23
|
+
"direction-button": "awsui_direction-button_155yk_50h8p_169",
|
|
24
|
+
"direction-button-disabled": "awsui_direction-button-disabled_155yk_50h8p_320"
|
|
25
25
|
};
|
|
26
26
|
|
|
@@ -150,27 +150,27 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
150
150
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
151
151
|
SPDX-License-Identifier: Apache-2.0
|
|
152
152
|
*/
|
|
153
|
-
@keyframes awsui_drag-handle-
|
|
153
|
+
@keyframes awsui_drag-handle-entry_155yk_50h8p_1 {
|
|
154
154
|
from {
|
|
155
|
-
transform: translate(var(--awsui-drag-handle-animation-inline-offset-
|
|
155
|
+
transform: translate(var(--awsui-drag-handle-animation-inline-offset-kcc2gu), var(--awsui-drag-handle-animation-block-offset-kcc2gu));
|
|
156
156
|
}
|
|
157
157
|
to {
|
|
158
158
|
transform: translate(0, 0);
|
|
159
159
|
}
|
|
160
160
|
}
|
|
161
|
-
@keyframes awsui_drag-handle-
|
|
161
|
+
@keyframes awsui_drag-handle-exit_155yk_50h8p_1 {
|
|
162
162
|
from {
|
|
163
163
|
transform: translate(0, 0);
|
|
164
164
|
}
|
|
165
165
|
to {
|
|
166
|
-
transform: translate(var(--awsui-drag-handle-animation-inline-offset-
|
|
166
|
+
transform: translate(var(--awsui-drag-handle-animation-inline-offset-kcc2gu), var(--awsui-drag-handle-animation-block-offset-kcc2gu));
|
|
167
167
|
}
|
|
168
168
|
}
|
|
169
|
-
.awsui_direction-button-
|
|
170
|
-
--awsui-drag-handle-animation-inline-offset-
|
|
171
|
-
--awsui-drag-handle-animation-block-offset-
|
|
169
|
+
.awsui_direction-button-wrapper_155yk_50h8p_169:not(#\9) {
|
|
170
|
+
--awsui-drag-handle-animation-inline-offset-kcc2gu: 0;
|
|
171
|
+
--awsui-drag-handle-animation-block-offset-kcc2gu: 0;
|
|
172
172
|
}
|
|
173
|
-
@keyframes awsui_awsui-motion-fade-
|
|
173
|
+
@keyframes awsui_awsui-motion-fade-in_155yk_50h8p_1 {
|
|
174
174
|
from {
|
|
175
175
|
opacity: 0.2;
|
|
176
176
|
}
|
|
@@ -178,7 +178,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
178
178
|
opacity: 1;
|
|
179
179
|
}
|
|
180
180
|
}
|
|
181
|
-
@keyframes awsui_awsui-motion-fade-out-
|
|
181
|
+
@keyframes awsui_awsui-motion-fade-out-0_155yk_50h8p_1 {
|
|
182
182
|
from {
|
|
183
183
|
opacity: 1;
|
|
184
184
|
}
|
|
@@ -186,70 +186,70 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
186
186
|
opacity: 0;
|
|
187
187
|
}
|
|
188
188
|
}
|
|
189
|
-
.awsui_direction-button-wrapper-motion-
|
|
189
|
+
.awsui_direction-button-wrapper-motion-enter_155yk_50h8p_189:not(#\9), .awsui_direction-button-wrapper-motion-entering_155yk_50h8p_189:not(#\9), .awsui_direction-button-wrapper-motion-exit_155yk_50h8p_189:not(#\9), .awsui_direction-button-wrapper-motion-exiting_155yk_50h8p_189:not(#\9) {
|
|
190
190
|
pointer-events: none;
|
|
191
191
|
}
|
|
192
|
-
.awsui_direction-button-wrapper-motion-
|
|
193
|
-
animation: awsui_drag-handle-
|
|
192
|
+
.awsui_direction-button-wrapper-motion-entering_155yk_50h8p_189:not(#\9) {
|
|
193
|
+
animation: awsui_drag-handle-entry_155yk_50h8p_1 var(--motion-duration-complex-hv88cf, 270ms) var(--motion-easing-responsive-dxkfpl, ease-out), awsui_awsui-motion-fade-in_155yk_50h8p_1 var(--motion-duration-complex-hv88cf, 270ms) var(--motion-easing-responsive-dxkfpl, ease-out);
|
|
194
194
|
}
|
|
195
195
|
@media (prefers-reduced-motion: reduce) {
|
|
196
|
-
.awsui_direction-button-wrapper-motion-
|
|
196
|
+
.awsui_direction-button-wrapper-motion-entering_155yk_50h8p_189:not(#\9) {
|
|
197
197
|
animation: none;
|
|
198
198
|
transition: none;
|
|
199
199
|
}
|
|
200
200
|
}
|
|
201
|
-
.awsui-motion-disabled .awsui_direction-button-wrapper-motion-
|
|
201
|
+
.awsui-motion-disabled .awsui_direction-button-wrapper-motion-entering_155yk_50h8p_189:not(#\9), .awsui-mode-entering .awsui_direction-button-wrapper-motion-entering_155yk_50h8p_189:not(#\9) {
|
|
202
202
|
animation: none;
|
|
203
203
|
transition: none;
|
|
204
204
|
}
|
|
205
|
-
.awsui_direction-button-wrapper-motion-
|
|
206
|
-
animation: awsui_drag-handle-
|
|
205
|
+
.awsui_direction-button-wrapper-motion-exiting_155yk_50h8p_189:not(#\9) {
|
|
206
|
+
animation: awsui_drag-handle-exit_155yk_50h8p_1 var(--motion-duration-complex-hv88cf, 270ms) var(--motion-easing-responsive-dxkfpl, ease-out) forwards, awsui_awsui-motion-fade-out-0_155yk_50h8p_1 var(--motion-duration-complex-hv88cf, 270ms) var(--motion-easing-responsive-dxkfpl, ease-out) forwards;
|
|
207
207
|
}
|
|
208
208
|
@media (prefers-reduced-motion: reduce) {
|
|
209
|
-
.awsui_direction-button-wrapper-motion-
|
|
209
|
+
.awsui_direction-button-wrapper-motion-exiting_155yk_50h8p_189:not(#\9) {
|
|
210
210
|
animation: none;
|
|
211
211
|
transition: none;
|
|
212
212
|
}
|
|
213
213
|
}
|
|
214
|
-
.awsui-motion-disabled .awsui_direction-button-wrapper-motion-
|
|
214
|
+
.awsui-motion-disabled .awsui_direction-button-wrapper-motion-exiting_155yk_50h8p_189:not(#\9), .awsui-mode-entering .awsui_direction-button-wrapper-motion-exiting_155yk_50h8p_189:not(#\9) {
|
|
215
215
|
animation: none;
|
|
216
216
|
transition: none;
|
|
217
217
|
}
|
|
218
218
|
@media (prefers-reduced-motion: reduce) {
|
|
219
|
-
.awsui_direction-button-
|
|
219
|
+
.awsui_direction-button-wrapper_155yk_50h8p_169:not(#\9) {
|
|
220
220
|
animation: none;
|
|
221
221
|
transition: none;
|
|
222
222
|
}
|
|
223
223
|
}
|
|
224
|
-
.awsui-motion-disabled .awsui_direction-button-
|
|
224
|
+
.awsui-motion-disabled .awsui_direction-button-wrapper_155yk_50h8p_169:not(#\9), .awsui-mode-entering .awsui_direction-button-wrapper_155yk_50h8p_169:not(#\9) {
|
|
225
225
|
animation: none;
|
|
226
226
|
transition: none;
|
|
227
227
|
}
|
|
228
228
|
|
|
229
|
-
.awsui_direction-button-wrapper-block-
|
|
230
|
-
--awsui-drag-handle-animation-block-offset-
|
|
229
|
+
.awsui_direction-button-wrapper-block-start_155yk_50h8p_229:not(#\9) {
|
|
230
|
+
--awsui-drag-handle-animation-block-offset-kcc2gu: 20px;
|
|
231
231
|
}
|
|
232
232
|
|
|
233
|
-
.awsui_direction-button-wrapper-block-
|
|
234
|
-
--awsui-drag-handle-animation-block-offset-
|
|
233
|
+
.awsui_direction-button-wrapper-block-end_155yk_50h8p_233:not(#\9) {
|
|
234
|
+
--awsui-drag-handle-animation-block-offset-kcc2gu: -20px;
|
|
235
235
|
}
|
|
236
236
|
|
|
237
|
-
.awsui_direction-button-wrapper-inline-
|
|
238
|
-
.awsui_direction-button-wrapper-inline-
|
|
239
|
-
--awsui-drag-handle-animation-inline-offset-
|
|
237
|
+
.awsui_direction-button-wrapper-inline-start_155yk_50h8p_237:not(#\9),
|
|
238
|
+
.awsui_direction-button-wrapper-inline-end_155yk_50h8p_238.awsui_direction-button-wrapper-rtl_155yk_50h8p_238:not(#\9) {
|
|
239
|
+
--awsui-drag-handle-animation-inline-offset-kcc2gu: 20px;
|
|
240
240
|
}
|
|
241
241
|
|
|
242
|
-
.awsui_direction-button-wrapper-inline-
|
|
243
|
-
.awsui_direction-button-wrapper-inline-
|
|
244
|
-
--awsui-drag-handle-animation-inline-offset-
|
|
242
|
+
.awsui_direction-button-wrapper-inline-end_155yk_50h8p_238:not(#\9),
|
|
243
|
+
.awsui_direction-button-wrapper-inline-start_155yk_50h8p_237.awsui_direction-button-wrapper-rtl_155yk_50h8p_238:not(#\9) {
|
|
244
|
+
--awsui-drag-handle-animation-inline-offset-kcc2gu: -20px;
|
|
245
245
|
}
|
|
246
246
|
|
|
247
|
-
.awsui_drag-handle-
|
|
247
|
+
.awsui_drag-handle-wrapper_155yk_50h8p_247:not(#\9) {
|
|
248
248
|
position: relative;
|
|
249
249
|
display: inline-block;
|
|
250
250
|
}
|
|
251
251
|
|
|
252
|
-
.awsui_portal-
|
|
252
|
+
.awsui_portal-overlay_155yk_50h8p_252:not(#\9) {
|
|
253
253
|
position: absolute;
|
|
254
254
|
inset-block-start: 0;
|
|
255
255
|
inset-inline-start: 0;
|
|
@@ -257,16 +257,16 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
257
257
|
z-index: 7000;
|
|
258
258
|
}
|
|
259
259
|
|
|
260
|
-
.awsui_portal-overlay-
|
|
260
|
+
.awsui_portal-overlay-contents_155yk_50h8p_260:not(#\9) {
|
|
261
261
|
pointer-events: auto;
|
|
262
262
|
}
|
|
263
263
|
|
|
264
|
-
.awsui_drag-
|
|
264
|
+
.awsui_drag-handle_155yk_50h8p_247:not(#\9) {
|
|
265
265
|
position: relative;
|
|
266
266
|
display: flex;
|
|
267
267
|
}
|
|
268
268
|
|
|
269
|
-
.awsui_direction-button-
|
|
269
|
+
.awsui_direction-button-wrapper_155yk_50h8p_169:not(#\9) {
|
|
270
270
|
position: absolute;
|
|
271
271
|
block-size: var(--space-static-xl-pek4x1, 24px);
|
|
272
272
|
inline-size: var(--space-static-xl-pek4x1, 24px);
|
|
@@ -274,31 +274,31 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
274
274
|
padding-inline: var(--space-static-xxs-0cgyf1, 4px);
|
|
275
275
|
}
|
|
276
276
|
|
|
277
|
-
.awsui_direction-button-wrapper-
|
|
277
|
+
.awsui_direction-button-wrapper-hidden_155yk_50h8p_277:not(#\9) {
|
|
278
278
|
display: none;
|
|
279
279
|
}
|
|
280
280
|
|
|
281
|
-
.awsui_direction-button-wrapper-block-
|
|
281
|
+
.awsui_direction-button-wrapper-block-start_155yk_50h8p_229:not(#\9) {
|
|
282
282
|
inset-block-start: calc(-1 * (var(--space-static-xl-pek4x1, 24px) + 2 * var(--space-static-xxs-0cgyf1, 4px)));
|
|
283
283
|
inset-inline-start: calc(50% - (var(--space-static-xl-pek4x1, 24px) + 2 * var(--space-static-xxs-0cgyf1, 4px)) / 2);
|
|
284
284
|
}
|
|
285
285
|
|
|
286
|
-
.awsui_direction-button-wrapper-block-
|
|
286
|
+
.awsui_direction-button-wrapper-block-end_155yk_50h8p_233:not(#\9) {
|
|
287
287
|
inset-block-end: calc(-1 * (var(--space-static-xl-pek4x1, 24px) + 2 * var(--space-static-xxs-0cgyf1, 4px)));
|
|
288
288
|
inset-inline-start: calc(50% - (var(--space-static-xl-pek4x1, 24px) + 2 * var(--space-static-xxs-0cgyf1, 4px)) / 2);
|
|
289
289
|
}
|
|
290
290
|
|
|
291
|
-
.awsui_direction-button-wrapper-inline-
|
|
291
|
+
.awsui_direction-button-wrapper-inline-start_155yk_50h8p_237:not(#\9) {
|
|
292
292
|
inset-inline-start: calc(-1 * (var(--space-static-xl-pek4x1, 24px) + 2 * var(--space-static-xxs-0cgyf1, 4px)));
|
|
293
293
|
inset-block-start: calc(50% - (var(--space-static-xl-pek4x1, 24px) + 2 * var(--space-static-xxs-0cgyf1, 4px)) / 2);
|
|
294
294
|
}
|
|
295
295
|
|
|
296
|
-
.awsui_direction-button-wrapper-inline-
|
|
296
|
+
.awsui_direction-button-wrapper-inline-end_155yk_50h8p_238:not(#\9) {
|
|
297
297
|
inset-inline-end: calc(-1 * (var(--space-static-xl-pek4x1, 24px) + 2 * var(--space-static-xxs-0cgyf1, 4px)));
|
|
298
298
|
inset-block-start: calc(50% - (var(--space-static-xl-pek4x1, 24px) + 2 * var(--space-static-xxs-0cgyf1, 4px)) / 2);
|
|
299
299
|
}
|
|
300
300
|
|
|
301
|
-
.awsui_direction-
|
|
301
|
+
.awsui_direction-button_155yk_50h8p_169:not(#\9) {
|
|
302
302
|
position: absolute;
|
|
303
303
|
border-width: 0;
|
|
304
304
|
cursor: pointer;
|
|
@@ -317,14 +317,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
317
317
|
color: var(--color-text-direction-button-default-dkices, #ffffff);
|
|
318
318
|
box-shadow: var(--shadow-dropdown-skxpuu, 0 1px 1px 0 rgba(0, 28, 36, 0.3), 1px 1px 1px 0 rgba(0, 28, 36, 0.15), -1px 1px 1px 0 rgba(0, 28, 36, 0.15));
|
|
319
319
|
}
|
|
320
|
-
.awsui_direction-
|
|
320
|
+
.awsui_direction-button_155yk_50h8p_169:not(#\9):not(.awsui_direction-button-disabled_155yk_50h8p_320):hover {
|
|
321
321
|
background-color: var(--color-background-direction-button-hover-v5bxfc, #414750);
|
|
322
322
|
}
|
|
323
|
-
.awsui_direction-
|
|
323
|
+
.awsui_direction-button_155yk_50h8p_169:not(#\9):not(.awsui_direction-button-disabled_155yk_50h8p_320):active {
|
|
324
324
|
background-color: var(--color-background-direction-button-active-wn6s2j, #2a2e33);
|
|
325
325
|
}
|
|
326
326
|
|
|
327
|
-
.awsui_direction-button-
|
|
327
|
+
.awsui_direction-button-disabled_155yk_50h8p_320:not(#\9) {
|
|
328
328
|
cursor: default;
|
|
329
329
|
background-color: var(--color-background-direction-button-disabled-rcznmi, #eaeded);
|
|
330
330
|
color: var(--color-text-direction-button-disabled-596cgx, #aab7b8);
|
|
@@ -2,26 +2,26 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"direction-button-wrapper": "awsui_direction-button-
|
|
6
|
-
"direction-button-wrapper-motion-enter": "awsui_direction-button-wrapper-motion-
|
|
7
|
-
"direction-button-wrapper-motion-entering": "awsui_direction-button-wrapper-motion-
|
|
8
|
-
"direction-button-wrapper-motion-exit": "awsui_direction-button-wrapper-motion-
|
|
9
|
-
"direction-button-wrapper-motion-exiting": "awsui_direction-button-wrapper-motion-
|
|
10
|
-
"drag-handle-entry": "awsui_drag-handle-
|
|
11
|
-
"awsui-motion-fade-in": "awsui_awsui-motion-fade-
|
|
12
|
-
"drag-handle-exit": "awsui_drag-handle-
|
|
13
|
-
"awsui-motion-fade-out-0": "awsui_awsui-motion-fade-out-
|
|
14
|
-
"direction-button-wrapper-block-start": "awsui_direction-button-wrapper-block-
|
|
15
|
-
"direction-button-wrapper-block-end": "awsui_direction-button-wrapper-block-
|
|
16
|
-
"direction-button-wrapper-inline-start": "awsui_direction-button-wrapper-inline-
|
|
17
|
-
"direction-button-wrapper-inline-end": "awsui_direction-button-wrapper-inline-
|
|
18
|
-
"direction-button-wrapper-rtl": "awsui_direction-button-wrapper-
|
|
19
|
-
"drag-handle-wrapper": "awsui_drag-handle-
|
|
20
|
-
"portal-overlay": "awsui_portal-
|
|
21
|
-
"portal-overlay-contents": "awsui_portal-overlay-
|
|
22
|
-
"drag-handle": "awsui_drag-
|
|
23
|
-
"direction-button-wrapper-hidden": "awsui_direction-button-wrapper-
|
|
24
|
-
"direction-button": "awsui_direction-
|
|
25
|
-
"direction-button-disabled": "awsui_direction-button-
|
|
5
|
+
"direction-button-wrapper": "awsui_direction-button-wrapper_155yk_50h8p_169",
|
|
6
|
+
"direction-button-wrapper-motion-enter": "awsui_direction-button-wrapper-motion-enter_155yk_50h8p_189",
|
|
7
|
+
"direction-button-wrapper-motion-entering": "awsui_direction-button-wrapper-motion-entering_155yk_50h8p_189",
|
|
8
|
+
"direction-button-wrapper-motion-exit": "awsui_direction-button-wrapper-motion-exit_155yk_50h8p_189",
|
|
9
|
+
"direction-button-wrapper-motion-exiting": "awsui_direction-button-wrapper-motion-exiting_155yk_50h8p_189",
|
|
10
|
+
"drag-handle-entry": "awsui_drag-handle-entry_155yk_50h8p_1",
|
|
11
|
+
"awsui-motion-fade-in": "awsui_awsui-motion-fade-in_155yk_50h8p_1",
|
|
12
|
+
"drag-handle-exit": "awsui_drag-handle-exit_155yk_50h8p_1",
|
|
13
|
+
"awsui-motion-fade-out-0": "awsui_awsui-motion-fade-out-0_155yk_50h8p_1",
|
|
14
|
+
"direction-button-wrapper-block-start": "awsui_direction-button-wrapper-block-start_155yk_50h8p_229",
|
|
15
|
+
"direction-button-wrapper-block-end": "awsui_direction-button-wrapper-block-end_155yk_50h8p_233",
|
|
16
|
+
"direction-button-wrapper-inline-start": "awsui_direction-button-wrapper-inline-start_155yk_50h8p_237",
|
|
17
|
+
"direction-button-wrapper-inline-end": "awsui_direction-button-wrapper-inline-end_155yk_50h8p_238",
|
|
18
|
+
"direction-button-wrapper-rtl": "awsui_direction-button-wrapper-rtl_155yk_50h8p_238",
|
|
19
|
+
"drag-handle-wrapper": "awsui_drag-handle-wrapper_155yk_50h8p_247",
|
|
20
|
+
"portal-overlay": "awsui_portal-overlay_155yk_50h8p_252",
|
|
21
|
+
"portal-overlay-contents": "awsui_portal-overlay-contents_155yk_50h8p_260",
|
|
22
|
+
"drag-handle": "awsui_drag-handle_155yk_50h8p_247",
|
|
23
|
+
"direction-button-wrapper-hidden": "awsui_direction-button-wrapper-hidden_155yk_50h8p_277",
|
|
24
|
+
"direction-button": "awsui_direction-button_155yk_50h8p_169",
|
|
25
|
+
"direction-button-disabled": "awsui_direction-button-disabled_155yk_50h8p_320"
|
|
26
26
|
};
|
|
27
27
|
|
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"dropdown-content-wrapper": "awsui_dropdown-content-
|
|
5
|
-
"awsui-motion-fade-in-dropdown": "awsui_awsui-motion-fade-in-
|
|
6
|
-
"refresh": "
|
|
7
|
-
"awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-
|
|
8
|
-
"root": "
|
|
9
|
-
"interior": "
|
|
10
|
-
"dropdown": "
|
|
11
|
-
"use-portal": "awsui_use-
|
|
12
|
-
"is-empty": "awsui_is-
|
|
13
|
-
"dropdown-drop-up": "awsui_dropdown-drop-
|
|
14
|
-
"with-limited-width": "awsui_with-limited-
|
|
15
|
-
"dropdown-drop-left": "awsui_dropdown-drop-
|
|
16
|
-
"dropdown-drop-right": "awsui_dropdown-drop-
|
|
17
|
-
"occupy-entire-width": "awsui_occupy-entire-
|
|
18
|
-
"stretch-beyond-trigger-width": "awsui_stretch-beyond-trigger-
|
|
19
|
-
"hide-block-border": "awsui_hide-block-
|
|
20
|
-
"open": "
|
|
21
|
-
"nowrap": "
|
|
22
|
-
"dropdown-content": "awsui_dropdown-
|
|
23
|
-
"stretch-trigger-height": "awsui_stretch-trigger-
|
|
4
|
+
"dropdown-content-wrapper": "awsui_dropdown-content-wrapper_qwoo0_lmmh6_153",
|
|
5
|
+
"awsui-motion-fade-in-dropdown": "awsui_awsui-motion-fade-in-dropdown_qwoo0_lmmh6_1",
|
|
6
|
+
"refresh": "awsui_refresh_qwoo0_lmmh6_174",
|
|
7
|
+
"awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-0_qwoo0_lmmh6_1",
|
|
8
|
+
"root": "awsui_root_qwoo0_lmmh6_199",
|
|
9
|
+
"interior": "awsui_interior_qwoo0_lmmh6_232",
|
|
10
|
+
"dropdown": "awsui_dropdown_qwoo0_lmmh6_153",
|
|
11
|
+
"use-portal": "awsui_use-portal_qwoo0_lmmh6_242",
|
|
12
|
+
"is-empty": "awsui_is-empty_qwoo0_lmmh6_288",
|
|
13
|
+
"dropdown-drop-up": "awsui_dropdown-drop-up_qwoo0_lmmh6_295",
|
|
14
|
+
"with-limited-width": "awsui_with-limited-width_qwoo0_lmmh6_299",
|
|
15
|
+
"dropdown-drop-left": "awsui_dropdown-drop-left_qwoo0_lmmh6_302",
|
|
16
|
+
"dropdown-drop-right": "awsui_dropdown-drop-right_qwoo0_lmmh6_305",
|
|
17
|
+
"occupy-entire-width": "awsui_occupy-entire-width_qwoo0_lmmh6_308",
|
|
18
|
+
"stretch-beyond-trigger-width": "awsui_stretch-beyond-trigger-width_qwoo0_lmmh6_311",
|
|
19
|
+
"hide-block-border": "awsui_hide-block-border_qwoo0_lmmh6_318",
|
|
20
|
+
"open": "awsui_open_qwoo0_lmmh6_327",
|
|
21
|
+
"nowrap": "awsui_nowrap_qwoo0_lmmh6_336",
|
|
22
|
+
"dropdown-content": "awsui_dropdown-content_qwoo0_lmmh6_153",
|
|
23
|
+
"stretch-trigger-height": "awsui_stretch-trigger-height_qwoo0_lmmh6_347"
|
|
24
24
|
};
|
|
25
25
|
|