@cloudscape-design/components 3.0.1269 → 3.0.1271
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/app-layout/visual-refresh-toolbar/state/use-feature-notifications.d.ts.map +1 -1
- package/app-layout/visual-refresh-toolbar/state/use-feature-notifications.js +13 -0
- package/app-layout/visual-refresh-toolbar/state/use-feature-notifications.js.map +1 -1
- package/app-layout/visual-refresh-toolbar/toolbar/index.js +1 -1
- package/app-layout/visual-refresh-toolbar/toolbar/index.js.map +1 -1
- package/app-layout/visual-refresh-toolbar/toolbar/trigger-button/index.d.ts +1 -1
- package/app-layout/visual-refresh-toolbar/toolbar/trigger-button/index.d.ts.map +1 -1
- package/app-layout/visual-refresh-toolbar/toolbar/trigger-button/index.js +1 -2
- package/app-layout/visual-refresh-toolbar/toolbar/trigger-button/index.js.map +1 -1
- package/app-layout/visual-refresh-toolbar/toolbar/trigger-button/styles.css.js +6 -7
- package/app-layout/visual-refresh-toolbar/toolbar/trigger-button/styles.scoped.css +20 -26
- package/app-layout/visual-refresh-toolbar/toolbar/trigger-button/styles.selectors.js +6 -7
- package/button/styles.css.js +22 -22
- package/button/styles.scoped.css +78 -78
- package/button/styles.selectors.js +22 -22
- package/date-input/internal.d.ts.map +1 -1
- package/date-input/internal.js +7 -5
- package/date-input/internal.js.map +1 -1
- package/help-panel/styles.css.js +6 -6
- package/help-panel/styles.scoped.css +70 -70
- package/help-panel/styles.selectors.js +6 -6
- package/i18n/messages/all.all.js +1 -1
- package/i18n/messages/all.all.json +1 -1
- package/i18n/messages/all.ar.js +1 -1
- package/i18n/messages/all.ar.json +1 -1
- package/i18n/messages/all.de.js +1 -1
- package/i18n/messages/all.de.json +1 -1
- package/i18n/messages/all.en-GB.js +1 -1
- package/i18n/messages/all.en-GB.json +1 -1
- package/i18n/messages/all.en.js +1 -1
- package/i18n/messages/all.en.json +1 -1
- package/i18n/messages/all.es.js +1 -1
- package/i18n/messages/all.es.json +1 -1
- package/i18n/messages/all.fr.js +1 -1
- package/i18n/messages/all.fr.json +1 -1
- package/i18n/messages/all.id.js +1 -1
- package/i18n/messages/all.id.json +1 -1
- package/i18n/messages/all.it.js +1 -1
- package/i18n/messages/all.it.json +1 -1
- package/i18n/messages/all.ja.js +1 -1
- package/i18n/messages/all.ja.json +1 -1
- package/i18n/messages/all.ko.js +1 -1
- package/i18n/messages/all.ko.json +1 -1
- package/i18n/messages/all.pt-BR.js +1 -1
- package/i18n/messages/all.pt-BR.json +1 -1
- package/i18n/messages/all.tr.js +1 -1
- package/i18n/messages/all.tr.json +1 -1
- package/i18n/messages/all.zh-CN.js +1 -1
- package/i18n/messages/all.zh-CN.json +1 -1
- package/i18n/messages/all.zh-TW.js +1 -1
- package/i18n/messages/all.zh-TW.json +1 -1
- package/i18n/messages-types.d.ts +18 -0
- package/i18n/messages-types.d.ts.map +1 -1
- package/i18n/messages-types.js.map +1 -1
- package/internal/base-component/styles.scoped.css +63 -4
- package/internal/components/token-list/styles.css.js +10 -10
- package/internal/components/token-list/styles.scoped.css +25 -25
- package/internal/components/token-list/styles.selectors.js +10 -10
- package/internal/context/reset-contexts-for-modal.d.ts.map +1 -1
- package/internal/context/reset-contexts-for-modal.js +3 -1
- package/internal/context/reset-contexts-for-modal.js.map +1 -1
- package/internal/context/token-inline-context.d.ts +6 -0
- package/internal/context/token-inline-context.d.ts.map +1 -0
- package/internal/context/token-inline-context.js +11 -0
- package/internal/context/token-inline-context.js.map +1 -0
- package/internal/environment.js +2 -2
- package/internal/environment.json +2 -2
- package/internal/generated/styles/tokens.d.ts +17 -3
- package/internal/generated/styles/tokens.js +17 -3
- package/internal/generated/theming/index.cjs +417 -9
- package/internal/generated/theming/index.cjs.d.ts +189 -0
- package/internal/generated/theming/index.d.ts +189 -0
- package/internal/generated/theming/index.js +417 -9
- package/internal/keycode.d.ts +3 -1
- package/internal/keycode.d.ts.map +1 -1
- package/internal/keycode.js +5 -0
- package/internal/keycode.js.map +1 -1
- package/internal/manifest.json +1 -1
- package/internal/utils/handle-key.d.ts +22 -1
- package/internal/utils/handle-key.d.ts.map +1 -1
- package/internal/utils/handle-key.js +62 -4
- package/internal/utils/handle-key.js.map +1 -1
- package/link/internal.d.ts.map +1 -1
- package/link/internal.js +3 -1
- package/link/internal.js.map +1 -1
- package/link/styles.css.js +21 -20
- package/link/styles.scoped.css +83 -80
- package/link/styles.selectors.js +21 -20
- package/package.json +1 -1
- package/popover/internal.d.ts.map +1 -1
- package/popover/internal.js +3 -1
- package/popover/internal.js.map +1 -1
- package/popover/styles.css.js +58 -57
- package/popover/styles.scoped.css +92 -89
- package/popover/styles.selectors.js +58 -57
- package/prompt-input/components/menu-dropdown.d.ts +33 -0
- package/prompt-input/components/menu-dropdown.d.ts.map +1 -0
- package/prompt-input/components/menu-dropdown.js +48 -0
- package/prompt-input/components/menu-dropdown.js.map +1 -0
- package/prompt-input/components/textarea-mode.d.ts +15 -0
- package/prompt-input/components/textarea-mode.d.ts.map +1 -0
- package/prompt-input/components/textarea-mode.js +8 -0
- package/prompt-input/components/textarea-mode.js.map +1 -0
- package/prompt-input/components/token-mode.d.ts +61 -0
- package/prompt-input/components/token-mode.d.ts.map +1 -0
- package/prompt-input/components/token-mode.js +37 -0
- package/prompt-input/components/token-mode.js.map +1 -0
- package/prompt-input/core/caret-controller.d.ts +73 -0
- package/prompt-input/core/caret-controller.d.ts.map +1 -0
- package/prompt-input/core/caret-controller.js +396 -0
- package/prompt-input/core/caret-controller.js.map +1 -0
- package/prompt-input/core/caret-spot-utils.d.ts +6 -0
- package/prompt-input/core/caret-spot-utils.d.ts.map +1 -0
- package/prompt-input/core/caret-spot-utils.js +52 -0
- package/prompt-input/core/caret-spot-utils.js.map +1 -0
- package/prompt-input/core/caret-utils.d.ts +25 -0
- package/prompt-input/core/caret-utils.d.ts.map +1 -0
- package/prompt-input/core/caret-utils.js +183 -0
- package/prompt-input/core/caret-utils.js.map +1 -0
- package/prompt-input/core/constants.d.ts +14 -0
- package/prompt-input/core/constants.d.ts.map +1 -0
- package/prompt-input/core/constants.js +18 -0
- package/prompt-input/core/constants.js.map +1 -0
- package/prompt-input/core/dom-utils.d.ts +60 -0
- package/prompt-input/core/dom-utils.d.ts.map +1 -0
- package/prompt-input/core/dom-utils.js +252 -0
- package/prompt-input/core/dom-utils.js.map +1 -0
- package/prompt-input/core/event-handlers.d.ts +68 -0
- package/prompt-input/core/event-handlers.d.ts.map +1 -0
- package/prompt-input/core/event-handlers.js +678 -0
- package/prompt-input/core/event-handlers.js.map +1 -0
- package/prompt-input/core/menu-state.d.ts +62 -0
- package/prompt-input/core/menu-state.d.ts.map +1 -0
- package/prompt-input/core/menu-state.js +168 -0
- package/prompt-input/core/menu-state.js.map +1 -0
- package/prompt-input/core/token-operations.d.ts +21 -0
- package/prompt-input/core/token-operations.d.ts.map +1 -0
- package/prompt-input/core/token-operations.js +273 -0
- package/prompt-input/core/token-operations.js.map +1 -0
- package/prompt-input/core/token-renderer.d.ts +26 -0
- package/prompt-input/core/token-renderer.d.ts.map +1 -0
- package/prompt-input/core/token-renderer.js +230 -0
- package/prompt-input/core/token-renderer.js.map +1 -0
- package/prompt-input/core/token-utils.d.ts +22 -0
- package/prompt-input/core/token-utils.d.ts.map +1 -0
- package/prompt-input/core/token-utils.js +262 -0
- package/prompt-input/core/token-utils.js.map +1 -0
- package/prompt-input/core/trigger-utils.d.ts +18 -0
- package/prompt-input/core/trigger-utils.d.ts.map +1 -0
- package/prompt-input/core/trigger-utils.js +174 -0
- package/prompt-input/core/trigger-utils.js.map +1 -0
- package/prompt-input/core/type-guards.d.ts +13 -0
- package/prompt-input/core/type-guards.d.ts.map +1 -0
- package/prompt-input/core/type-guards.js +36 -0
- package/prompt-input/core/type-guards.js.map +1 -0
- package/prompt-input/index.d.ts +1 -1
- package/prompt-input/index.d.ts.map +1 -1
- package/prompt-input/index.js.map +1 -1
- package/prompt-input/interfaces.d.ts +356 -7
- package/prompt-input/interfaces.d.ts.map +1 -1
- package/prompt-input/interfaces.js.map +1 -1
- package/prompt-input/internal.d.ts +1 -1
- package/prompt-input/internal.d.ts.map +1 -1
- package/prompt-input/internal.js +195 -61
- package/prompt-input/internal.js.map +1 -1
- package/prompt-input/styles.css.js +26 -17
- package/prompt-input/styles.scoped.css +152 -39
- package/prompt-input/styles.selectors.js +26 -17
- package/prompt-input/test-classes/styles.css.js +7 -6
- package/prompt-input/test-classes/styles.scoped.css +10 -6
- package/prompt-input/test-classes/styles.selectors.js +7 -6
- package/prompt-input/tokens/use-shortcuts.d.ts +37 -0
- package/prompt-input/tokens/use-shortcuts.d.ts.map +1 -0
- package/prompt-input/tokens/use-shortcuts.js +89 -0
- package/prompt-input/tokens/use-shortcuts.js.map +1 -0
- package/prompt-input/tokens/use-token-mode.d.ts +78 -0
- package/prompt-input/tokens/use-token-mode.d.ts.map +1 -0
- package/prompt-input/tokens/use-token-mode.js +817 -0
- package/prompt-input/tokens/use-token-mode.js.map +1 -0
- package/prompt-input/utils/insert-text-content-editable.d.ts +10 -0
- package/prompt-input/utils/insert-text-content-editable.d.ts.map +1 -0
- package/prompt-input/utils/insert-text-content-editable.js +133 -0
- package/prompt-input/utils/insert-text-content-editable.js.map +1 -0
- package/tabs/styles.css.js +30 -30
- package/tabs/styles.scoped.css +55 -55
- package/tabs/styles.selectors.js +30 -30
- package/test-utils/dom/hotspot/index.js +1 -2
- package/test-utils/dom/hotspot/index.js.map +1 -1
- package/test-utils/dom/prompt-input/index.d.ts +53 -1
- package/test-utils/dom/prompt-input/index.js +121 -13
- package/test-utils/dom/prompt-input/index.js.map +1 -1
- package/test-utils/dom/s3-resource-selector/index.js +2 -3
- package/test-utils/dom/s3-resource-selector/index.js.map +1 -1
- package/test-utils/selectors/hotspot/index.js +1 -2
- package/test-utils/selectors/hotspot/index.js.map +1 -1
- package/test-utils/selectors/prompt-input/index.d.ts +30 -0
- package/test-utils/selectors/prompt-input/index.js +53 -7
- package/test-utils/selectors/prompt-input/index.js.map +1 -1
- package/test-utils/selectors/s3-resource-selector/index.js +2 -3
- package/test-utils/selectors/s3-resource-selector/index.js.map +1 -1
- package/token/internal.d.ts.map +1 -1
- package/token/internal.js +17 -15
- package/token/internal.js.map +1 -1
package/popover/styles.css.js
CHANGED
|
@@ -1,62 +1,63 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"arrow": "
|
|
5
|
-
"arrow-outer": "awsui_arrow-
|
|
6
|
-
"arrow-inner": "awsui_arrow-
|
|
7
|
-
"arrow-position-right-top": "awsui_arrow-position-right-
|
|
8
|
-
"arrow-position-right-bottom": "awsui_arrow-position-right-
|
|
9
|
-
"arrow-position-left-top": "awsui_arrow-position-left-
|
|
10
|
-
"arrow-position-left-bottom": "awsui_arrow-position-left-
|
|
11
|
-
"arrow-position-top-center": "awsui_arrow-position-top-
|
|
12
|
-
"arrow-position-top-right": "awsui_arrow-position-top-
|
|
13
|
-
"arrow-position-top-left": "awsui_arrow-position-top-
|
|
14
|
-
"arrow-position-top-responsive": "awsui_arrow-position-top-
|
|
15
|
-
"arrow-position-bottom-center": "awsui_arrow-position-bottom-
|
|
16
|
-
"arrow-position-bottom-right": "awsui_arrow-position-bottom-
|
|
17
|
-
"arrow-position-bottom-left": "awsui_arrow-position-bottom-
|
|
18
|
-
"arrow-position-bottom-responsive": "awsui_arrow-position-bottom-
|
|
19
|
-
"arrow-variant-info": "awsui_arrow-variant-
|
|
20
|
-
"body": "
|
|
21
|
-
"body-overflow-visible": "awsui_body-overflow-
|
|
22
|
-
"body-variant-chart": "awsui_body-variant-
|
|
23
|
-
"has-dismiss": "awsui_has-
|
|
24
|
-
"dismiss": "
|
|
25
|
-
"dismiss-control": "awsui_dismiss-
|
|
26
|
-
"header-row": "awsui_header-
|
|
27
|
-
"header": "
|
|
28
|
-
"content": "
|
|
29
|
-
"content-overflow-visible": "awsui_content-overflow-
|
|
30
|
-
"container": "
|
|
31
|
-
"container-arrow-position-bottom-left": "awsui_container-arrow-position-bottom-
|
|
32
|
-
"container-arrow-position-bottom-center": "awsui_container-arrow-position-bottom-
|
|
33
|
-
"container-arrow-position-bottom-right": "awsui_container-arrow-position-bottom-
|
|
34
|
-
"container-arrow-position-top-left": "awsui_container-arrow-position-top-
|
|
35
|
-
"container-arrow-position-top-center": "awsui_container-arrow-position-top-
|
|
36
|
-
"container-arrow-position-top-right": "awsui_container-arrow-position-top-
|
|
37
|
-
"container-arrow-position-right-top": "awsui_container-arrow-position-right-
|
|
38
|
-
"container-arrow-position-right-bottom": "awsui_container-arrow-position-right-
|
|
39
|
-
"container-arrow-position-left-top": "awsui_container-arrow-position-left-
|
|
40
|
-
"container-arrow-position-left-bottom": "awsui_container-arrow-position-left-
|
|
41
|
-
"container-body": "awsui_container-
|
|
42
|
-
"container-body-variant-annotation": "awsui_container-body-variant-
|
|
43
|
-
"container-body-size-small": "awsui_container-body-size-
|
|
44
|
-
"fixed-width": "awsui_fixed-
|
|
45
|
-
"container-body-size-medium": "awsui_container-body-size-
|
|
46
|
-
"container-body-size-large": "awsui_container-body-size-
|
|
47
|
-
"container-arrow": "awsui_container-
|
|
48
|
-
"container-arrow-position-top-responsive": "awsui_container-arrow-position-top-
|
|
49
|
-
"awsui-motion-fade-in": "awsui_awsui-motion-fade-
|
|
50
|
-
"refresh": "
|
|
51
|
-
"root": "
|
|
52
|
-
"no-wrap": "awsui_no-
|
|
53
|
-
"trigger-type-text-inline": "awsui_trigger-type-text-
|
|
54
|
-
"overflow-ellipsis": "awsui_overflow-
|
|
55
|
-
"trigger-type-text": "awsui_trigger-type-
|
|
56
|
-
"root-filtering-token": "awsui_root-filtering-
|
|
57
|
-
"trigger": "
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
4
|
+
"arrow": "awsui_arrow_xjuzf_38kom_153",
|
|
5
|
+
"arrow-outer": "awsui_arrow-outer_xjuzf_38kom_157",
|
|
6
|
+
"arrow-inner": "awsui_arrow-inner_xjuzf_38kom_157",
|
|
7
|
+
"arrow-position-right-top": "awsui_arrow-position-right-top_xjuzf_38kom_199",
|
|
8
|
+
"arrow-position-right-bottom": "awsui_arrow-position-right-bottom_xjuzf_38kom_199",
|
|
9
|
+
"arrow-position-left-top": "awsui_arrow-position-left-top_xjuzf_38kom_202",
|
|
10
|
+
"arrow-position-left-bottom": "awsui_arrow-position-left-bottom_xjuzf_38kom_202",
|
|
11
|
+
"arrow-position-top-center": "awsui_arrow-position-top-center_xjuzf_38kom_205",
|
|
12
|
+
"arrow-position-top-right": "awsui_arrow-position-top-right_xjuzf_38kom_205",
|
|
13
|
+
"arrow-position-top-left": "awsui_arrow-position-top-left_xjuzf_38kom_205",
|
|
14
|
+
"arrow-position-top-responsive": "awsui_arrow-position-top-responsive_xjuzf_38kom_205",
|
|
15
|
+
"arrow-position-bottom-center": "awsui_arrow-position-bottom-center_xjuzf_38kom_208",
|
|
16
|
+
"arrow-position-bottom-right": "awsui_arrow-position-bottom-right_xjuzf_38kom_208",
|
|
17
|
+
"arrow-position-bottom-left": "awsui_arrow-position-bottom-left_xjuzf_38kom_208",
|
|
18
|
+
"arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_xjuzf_38kom_208",
|
|
19
|
+
"arrow-variant-info": "awsui_arrow-variant-info_xjuzf_38kom_212",
|
|
20
|
+
"body": "awsui_body_xjuzf_38kom_227",
|
|
21
|
+
"body-overflow-visible": "awsui_body-overflow-visible_xjuzf_38kom_263",
|
|
22
|
+
"body-variant-chart": "awsui_body-variant-chart_xjuzf_38kom_266",
|
|
23
|
+
"has-dismiss": "awsui_has-dismiss_xjuzf_38kom_271",
|
|
24
|
+
"dismiss": "awsui_dismiss_xjuzf_38kom_276",
|
|
25
|
+
"dismiss-control": "awsui_dismiss-control_xjuzf_38kom_284",
|
|
26
|
+
"header-row": "awsui_header-row_xjuzf_38kom_288",
|
|
27
|
+
"header": "awsui_header_xjuzf_38kom_288",
|
|
28
|
+
"content": "awsui_content_xjuzf_38kom_317",
|
|
29
|
+
"content-overflow-visible": "awsui_content-overflow-visible_xjuzf_38kom_326",
|
|
30
|
+
"container": "awsui_container_xjuzf_38kom_338",
|
|
31
|
+
"container-arrow-position-bottom-left": "awsui_container-arrow-position-bottom-left_xjuzf_38kom_349",
|
|
32
|
+
"container-arrow-position-bottom-center": "awsui_container-arrow-position-bottom-center_xjuzf_38kom_349",
|
|
33
|
+
"container-arrow-position-bottom-right": "awsui_container-arrow-position-bottom-right_xjuzf_38kom_349",
|
|
34
|
+
"container-arrow-position-top-left": "awsui_container-arrow-position-top-left_xjuzf_38kom_354",
|
|
35
|
+
"container-arrow-position-top-center": "awsui_container-arrow-position-top-center_xjuzf_38kom_354",
|
|
36
|
+
"container-arrow-position-top-right": "awsui_container-arrow-position-top-right_xjuzf_38kom_354",
|
|
37
|
+
"container-arrow-position-right-top": "awsui_container-arrow-position-right-top_xjuzf_38kom_359",
|
|
38
|
+
"container-arrow-position-right-bottom": "awsui_container-arrow-position-right-bottom_xjuzf_38kom_359",
|
|
39
|
+
"container-arrow-position-left-top": "awsui_container-arrow-position-left-top_xjuzf_38kom_364",
|
|
40
|
+
"container-arrow-position-left-bottom": "awsui_container-arrow-position-left-bottom_xjuzf_38kom_364",
|
|
41
|
+
"container-body": "awsui_container-body_xjuzf_38kom_370",
|
|
42
|
+
"container-body-variant-annotation": "awsui_container-body-variant-annotation_xjuzf_38kom_410",
|
|
43
|
+
"container-body-size-small": "awsui_container-body-size-small_xjuzf_38kom_415",
|
|
44
|
+
"fixed-width": "awsui_fixed-width_xjuzf_38kom_418",
|
|
45
|
+
"container-body-size-medium": "awsui_container-body-size-medium_xjuzf_38kom_422",
|
|
46
|
+
"container-body-size-large": "awsui_container-body-size-large_xjuzf_38kom_429",
|
|
47
|
+
"container-arrow": "awsui_container-arrow_xjuzf_38kom_349",
|
|
48
|
+
"container-arrow-position-top-responsive": "awsui_container-arrow-position-top-responsive_xjuzf_38kom_479",
|
|
49
|
+
"awsui-motion-fade-in": "awsui_awsui-motion-fade-in_xjuzf_38kom_1",
|
|
50
|
+
"refresh": "awsui_refresh_xjuzf_38kom_537",
|
|
51
|
+
"root": "awsui_root_xjuzf_38kom_559",
|
|
52
|
+
"no-wrap": "awsui_no-wrap_xjuzf_38kom_591",
|
|
53
|
+
"trigger-type-text-inline": "awsui_trigger-type-text-inline_xjuzf_38kom_594",
|
|
54
|
+
"overflow-ellipsis": "awsui_overflow-ellipsis_xjuzf_38kom_594",
|
|
55
|
+
"trigger-type-text": "awsui_trigger-type-text_xjuzf_38kom_594",
|
|
56
|
+
"root-filtering-token": "awsui_root-filtering-token_xjuzf_38kom_616",
|
|
57
|
+
"trigger": "awsui_trigger_xjuzf_38kom_594",
|
|
58
|
+
"in-inline-token": "awsui_in-inline-token_xjuzf_38kom_658",
|
|
59
|
+
"trigger-type-filtering-token": "awsui_trigger-type-filtering-token_xjuzf_38kom_706",
|
|
60
|
+
"popover-inline-content": "awsui_popover-inline-content_xjuzf_38kom_710",
|
|
61
|
+
"hover-area": "awsui_hover-area_xjuzf_38kom_714"
|
|
61
62
|
};
|
|
62
63
|
|
|
@@ -150,11 +150,11 @@ 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
|
-
.
|
|
153
|
+
.awsui_arrow_xjuzf_38kom_153:not(#\9) {
|
|
154
154
|
inline-size: 20px;
|
|
155
155
|
block-size: 10px;
|
|
156
156
|
}
|
|
157
|
-
.awsui_arrow-
|
|
157
|
+
.awsui_arrow-outer_xjuzf_38kom_157:not(#\9), .awsui_arrow-inner_xjuzf_38kom_157:not(#\9) {
|
|
158
158
|
position: absolute;
|
|
159
159
|
overflow: hidden;
|
|
160
160
|
inline-size: 20px;
|
|
@@ -163,7 +163,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
163
163
|
inset-inline-start: 0;
|
|
164
164
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
165
165
|
}
|
|
166
|
-
.awsui_arrow-
|
|
166
|
+
.awsui_arrow-outer_xjuzf_38kom_157:not(#\9)::after, .awsui_arrow-inner_xjuzf_38kom_157:not(#\9)::after {
|
|
167
167
|
content: "";
|
|
168
168
|
box-sizing: border-box;
|
|
169
169
|
display: inline-block;
|
|
@@ -179,40 +179,40 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
179
179
|
transform: rotate(45deg);
|
|
180
180
|
transform-origin: 0 100%;
|
|
181
181
|
}
|
|
182
|
-
.awsui_arrow-
|
|
182
|
+
.awsui_arrow-outer_xjuzf_38kom_157:not(#\9):dir(rtl)::after, .awsui_arrow-inner_xjuzf_38kom_157:not(#\9):dir(rtl)::after {
|
|
183
183
|
transform: rotate(-45deg);
|
|
184
184
|
transform-origin: 100% 100%;
|
|
185
185
|
}
|
|
186
|
-
.awsui_arrow-
|
|
186
|
+
.awsui_arrow-outer_xjuzf_38kom_157:not(#\9)::after {
|
|
187
187
|
background-color: var(--color-border-popover-1ye6tz, #b4b4bb);
|
|
188
188
|
}
|
|
189
|
-
.awsui_arrow-
|
|
189
|
+
.awsui_arrow-inner_xjuzf_38kom_157:not(#\9) {
|
|
190
190
|
inset-block-start: calc(var(--border-width-popover-nflirh, 2px) + 1px);
|
|
191
191
|
}
|
|
192
|
-
.awsui_arrow-
|
|
192
|
+
.awsui_arrow-inner_xjuzf_38kom_157:not(#\9)::after {
|
|
193
193
|
border-start-start-radius: 1px;
|
|
194
194
|
border-start-end-radius: 0;
|
|
195
195
|
border-end-start-radius: 0;
|
|
196
196
|
border-end-end-radius: 0;
|
|
197
197
|
background-color: var(--color-background-popover-e20fy8, #ffffff);
|
|
198
198
|
}
|
|
199
|
-
.awsui_arrow-position-right-
|
|
199
|
+
.awsui_arrow-position-right-top_xjuzf_38kom_199 > .awsui_arrow-outer_xjuzf_38kom_157:not(#\9)::after, .awsui_arrow-position-right-bottom_xjuzf_38kom_199 > .awsui_arrow-outer_xjuzf_38kom_157:not(#\9)::after {
|
|
200
200
|
box-shadow: -0.71px 0.71px 4px -2px var(--color-shadow-default-o7dmmm, rgba(15, 20, 26, 0.12));
|
|
201
201
|
}
|
|
202
|
-
.awsui_arrow-position-left-
|
|
202
|
+
.awsui_arrow-position-left-top_xjuzf_38kom_202 > .awsui_arrow-outer_xjuzf_38kom_157:not(#\9)::after, .awsui_arrow-position-left-bottom_xjuzf_38kom_202 > .awsui_arrow-outer_xjuzf_38kom_157:not(#\9)::after {
|
|
203
203
|
box-shadow: 0.71px -0.71px 4px -2px var(--color-shadow-default-o7dmmm, rgba(15, 20, 26, 0.12));
|
|
204
204
|
}
|
|
205
|
-
.awsui_arrow-position-top-
|
|
205
|
+
.awsui_arrow-position-top-center_xjuzf_38kom_205 > .awsui_arrow-outer_xjuzf_38kom_157:not(#\9)::after, .awsui_arrow-position-top-right_xjuzf_38kom_205 > .awsui_arrow-outer_xjuzf_38kom_157:not(#\9)::after, .awsui_arrow-position-top-left_xjuzf_38kom_205 > .awsui_arrow-outer_xjuzf_38kom_157:not(#\9)::after, .awsui_arrow-position-top-responsive_xjuzf_38kom_205 > .awsui_arrow-outer_xjuzf_38kom_157:not(#\9)::after {
|
|
206
206
|
box-shadow: -0.71px -0.71px 4px -2px var(--color-shadow-default-o7dmmm, rgba(15, 20, 26, 0.12));
|
|
207
207
|
}
|
|
208
|
-
.awsui_arrow-position-bottom-
|
|
208
|
+
.awsui_arrow-position-bottom-center_xjuzf_38kom_208 > .awsui_arrow-outer_xjuzf_38kom_157:not(#\9)::after, .awsui_arrow-position-bottom-right_xjuzf_38kom_208 > .awsui_arrow-outer_xjuzf_38kom_157:not(#\9)::after, .awsui_arrow-position-bottom-left_xjuzf_38kom_208 > .awsui_arrow-outer_xjuzf_38kom_157:not(#\9)::after, .awsui_arrow-position-bottom-responsive_xjuzf_38kom_208 > .awsui_arrow-outer_xjuzf_38kom_157:not(#\9)::after {
|
|
209
209
|
box-shadow: 0.71px 0.71px 4px -2px var(--color-shadow-default-o7dmmm, rgba(15, 20, 26, 0.12));
|
|
210
210
|
}
|
|
211
211
|
|
|
212
|
-
.awsui_arrow-variant-
|
|
212
|
+
.awsui_arrow-variant-info_xjuzf_38kom_212 > .awsui_arrow-outer_xjuzf_38kom_157:not(#\9)::after {
|
|
213
213
|
background-color: var(--color-border-status-info-qf6jok, #006ce0);
|
|
214
214
|
}
|
|
215
|
-
.awsui_arrow-variant-
|
|
215
|
+
.awsui_arrow-variant-info_xjuzf_38kom_212 > .awsui_arrow-inner_xjuzf_38kom_157:not(#\9)::after {
|
|
216
216
|
background-color: var(--color-background-status-info-sfobba, #f0fbff);
|
|
217
217
|
}
|
|
218
218
|
|
|
@@ -224,7 +224,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
224
224
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
225
225
|
SPDX-License-Identifier: Apache-2.0
|
|
226
226
|
*/
|
|
227
|
-
.
|
|
227
|
+
.awsui_body_xjuzf_38kom_227:not(#\9) {
|
|
228
228
|
border-collapse: separate;
|
|
229
229
|
border-spacing: 0;
|
|
230
230
|
box-sizing: border-box;
|
|
@@ -260,20 +260,20 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
260
260
|
padding-block: var(--space-s-tvghoh, 12px);
|
|
261
261
|
padding-inline: var(--space-m-dsumyt, 16px);
|
|
262
262
|
}
|
|
263
|
-
.awsui_body-overflow-
|
|
263
|
+
.awsui_body-overflow-visible_xjuzf_38kom_263:not(#\9) {
|
|
264
264
|
overflow: visible;
|
|
265
265
|
}
|
|
266
|
-
.awsui_body-variant-
|
|
266
|
+
.awsui_body-variant-chart_xjuzf_38kom_266:not(#\9) {
|
|
267
267
|
padding-block: var(--space-static-s-t763lu, 12px);
|
|
268
268
|
padding-inline: var(--space-static-s-t763lu, 12px);
|
|
269
269
|
}
|
|
270
270
|
|
|
271
|
-
.awsui_has-
|
|
271
|
+
.awsui_has-dismiss_xjuzf_38kom_271:not(#\9) {
|
|
272
272
|
display: flex;
|
|
273
273
|
align-items: baseline;
|
|
274
274
|
}
|
|
275
275
|
|
|
276
|
-
.
|
|
276
|
+
.awsui_dismiss_xjuzf_38kom_276:not(#\9) {
|
|
277
277
|
margin-block: calc(-1 * var(--space-xs-ymlm0b, 8px));
|
|
278
278
|
margin-inline-start: 0;
|
|
279
279
|
margin-inline-end: calc(-1 * (var(--space-xxs-hwfkai, 4px) + var(--border-width-popover-nflirh, 2px)));
|
|
@@ -281,15 +281,15 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
281
281
|
order: 1;
|
|
282
282
|
}
|
|
283
283
|
|
|
284
|
-
.awsui_dismiss-
|
|
284
|
+
.awsui_dismiss-control_xjuzf_38kom_284:not(#\9) {
|
|
285
285
|
/* used in test-utils */
|
|
286
286
|
}
|
|
287
287
|
|
|
288
|
-
.awsui_header-
|
|
288
|
+
.awsui_header-row_xjuzf_38kom_288:not(#\9) {
|
|
289
289
|
margin-block-end: var(--space-xs-ymlm0b, 8px);
|
|
290
290
|
}
|
|
291
291
|
|
|
292
|
-
.
|
|
292
|
+
.awsui_header_xjuzf_38kom_288:not(#\9) {
|
|
293
293
|
word-wrap: break-word;
|
|
294
294
|
max-inline-size: 100%;
|
|
295
295
|
overflow: hidden;
|
|
@@ -303,7 +303,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
303
303
|
flex: 1 1 auto;
|
|
304
304
|
/* stylelint-disable-next-line selector-max-type */
|
|
305
305
|
}
|
|
306
|
-
.
|
|
306
|
+
.awsui_header_xjuzf_38kom_288 > h2:not(#\9) {
|
|
307
307
|
font-family: var(--font-family-heading-ugphat, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
308
308
|
font-size: var(--font-size-heading-xs-j8yzxv, 14px);
|
|
309
309
|
line-height: var(--line-height-heading-xs-q9j004, 18px);
|
|
@@ -314,7 +314,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
314
314
|
display: inline;
|
|
315
315
|
}
|
|
316
316
|
|
|
317
|
-
.
|
|
317
|
+
.awsui_content_xjuzf_38kom_317:not(#\9) {
|
|
318
318
|
word-wrap: break-word;
|
|
319
319
|
max-inline-size: 100%;
|
|
320
320
|
overflow: hidden;
|
|
@@ -323,7 +323,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
323
323
|
flex: 1 1 auto;
|
|
324
324
|
min-inline-size: 0;
|
|
325
325
|
}
|
|
326
|
-
.awsui_content-overflow-
|
|
326
|
+
.awsui_content-overflow-visible_xjuzf_38kom_326:not(#\9) {
|
|
327
327
|
overflow: visible;
|
|
328
328
|
}
|
|
329
329
|
|
|
@@ -335,39 +335,39 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
335
335
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
336
336
|
SPDX-License-Identifier: Apache-2.0
|
|
337
337
|
*/
|
|
338
|
-
.
|
|
338
|
+
.awsui_container_xjuzf_38kom_338:not(#\9) {
|
|
339
339
|
display: inline-block;
|
|
340
340
|
position: fixed;
|
|
341
341
|
inset-block-start: -9999px;
|
|
342
342
|
inset-inline-start: -9999px;
|
|
343
343
|
z-index: 2000;
|
|
344
344
|
}
|
|
345
|
-
.
|
|
345
|
+
.awsui_container_xjuzf_38kom_338:not(#\9)::before {
|
|
346
346
|
content: "";
|
|
347
347
|
position: absolute;
|
|
348
348
|
}
|
|
349
|
-
.
|
|
349
|
+
.awsui_container_xjuzf_38kom_338:not(#\9):has(.awsui_container-arrow-position-bottom-left_xjuzf_38kom_349)::before, .awsui_container_xjuzf_38kom_338:not(#\9):has(.awsui_container-arrow-position-bottom-center_xjuzf_38kom_349)::before, .awsui_container_xjuzf_38kom_338:not(#\9):has(.awsui_container-arrow-position-bottom-right_xjuzf_38kom_349)::before {
|
|
350
350
|
inset-inline: 0;
|
|
351
351
|
inset-block-start: -10px;
|
|
352
352
|
block-size: 10px;
|
|
353
353
|
}
|
|
354
|
-
.
|
|
354
|
+
.awsui_container_xjuzf_38kom_338:not(#\9):has(.awsui_container-arrow-position-top-left_xjuzf_38kom_354)::before, .awsui_container_xjuzf_38kom_338:not(#\9):has(.awsui_container-arrow-position-top-center_xjuzf_38kom_354)::before, .awsui_container_xjuzf_38kom_338:not(#\9):has(.awsui_container-arrow-position-top-right_xjuzf_38kom_354)::before {
|
|
355
355
|
inset-inline: 0;
|
|
356
356
|
inset-block-end: -10px;
|
|
357
357
|
block-size: 10px;
|
|
358
358
|
}
|
|
359
|
-
.
|
|
359
|
+
.awsui_container_xjuzf_38kom_338:not(#\9):has(.awsui_container-arrow-position-right-top_xjuzf_38kom_359)::before, .awsui_container_xjuzf_38kom_338:not(#\9):has(.awsui_container-arrow-position-right-bottom_xjuzf_38kom_359)::before {
|
|
360
360
|
inset-block: 0;
|
|
361
361
|
inset-inline-start: -10px;
|
|
362
362
|
inline-size: 10px;
|
|
363
363
|
}
|
|
364
|
-
.
|
|
364
|
+
.awsui_container_xjuzf_38kom_338:not(#\9):has(.awsui_container-arrow-position-left-top_xjuzf_38kom_364)::before, .awsui_container_xjuzf_38kom_338:not(#\9):has(.awsui_container-arrow-position-left-bottom_xjuzf_38kom_364)::before {
|
|
365
365
|
inset-block: 0;
|
|
366
366
|
inset-inline-end: -10px;
|
|
367
367
|
inline-size: 10px;
|
|
368
368
|
}
|
|
369
369
|
|
|
370
|
-
.awsui_container-
|
|
370
|
+
.awsui_container-body_xjuzf_38kom_370:not(#\9) {
|
|
371
371
|
border-collapse: separate;
|
|
372
372
|
border-spacing: 0;
|
|
373
373
|
box-sizing: border-box;
|
|
@@ -407,100 +407,100 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
407
407
|
border-inline: var(--border-width-popover-nflirh, 2px) solid var(--color-border-popover-1ye6tz, #b4b4bb);
|
|
408
408
|
}
|
|
409
409
|
|
|
410
|
-
.awsui_container-body-variant-
|
|
410
|
+
.awsui_container-body-variant-annotation_xjuzf_38kom_410:not(#\9) {
|
|
411
411
|
background-color: var(--color-background-status-info-sfobba, #f0fbff);
|
|
412
412
|
border-color: var(--color-border-status-info-qf6jok, #006ce0);
|
|
413
413
|
}
|
|
414
414
|
|
|
415
|
-
.awsui_container-body-size-
|
|
415
|
+
.awsui_container-body-size-small_xjuzf_38kom_415:not(#\9) {
|
|
416
416
|
max-inline-size: 210px;
|
|
417
417
|
}
|
|
418
|
-
.awsui_container-body-size-
|
|
418
|
+
.awsui_container-body-size-small_xjuzf_38kom_415.awsui_fixed-width_xjuzf_38kom_418:not(#\9) {
|
|
419
419
|
inline-size: 210px;
|
|
420
420
|
}
|
|
421
421
|
|
|
422
|
-
.awsui_container-body-size-
|
|
422
|
+
.awsui_container-body-size-medium_xjuzf_38kom_422:not(#\9) {
|
|
423
423
|
max-inline-size: 310px;
|
|
424
424
|
}
|
|
425
|
-
.awsui_container-body-size-
|
|
425
|
+
.awsui_container-body-size-medium_xjuzf_38kom_422.awsui_fixed-width_xjuzf_38kom_418:not(#\9) {
|
|
426
426
|
inline-size: 310px;
|
|
427
427
|
}
|
|
428
428
|
|
|
429
|
-
.awsui_container-body-size-
|
|
429
|
+
.awsui_container-body-size-large_xjuzf_38kom_429:not(#\9) {
|
|
430
430
|
max-inline-size: 482px;
|
|
431
431
|
}
|
|
432
432
|
@media (max-width: 482px) {
|
|
433
|
-
.awsui_container-body-size-
|
|
433
|
+
.awsui_container-body-size-large_xjuzf_38kom_429:not(#\9) {
|
|
434
434
|
max-inline-size: 310px;
|
|
435
435
|
}
|
|
436
436
|
}
|
|
437
|
-
.awsui_container-body-size-
|
|
437
|
+
.awsui_container-body-size-large_xjuzf_38kom_429.awsui_fixed-width_xjuzf_38kom_418:not(#\9) {
|
|
438
438
|
inline-size: 482px;
|
|
439
439
|
}
|
|
440
440
|
|
|
441
|
-
.awsui_container-
|
|
441
|
+
.awsui_container-arrow_xjuzf_38kom_349:not(#\9) {
|
|
442
442
|
position: absolute;
|
|
443
443
|
display: inline-block;
|
|
444
444
|
}
|
|
445
|
-
.awsui_container-arrow-position-right-
|
|
445
|
+
.awsui_container-arrow-position-right-top_xjuzf_38kom_359:not(#\9), .awsui_container-arrow-position-right-bottom_xjuzf_38kom_359:not(#\9) {
|
|
446
446
|
transform: rotate(-90deg);
|
|
447
447
|
transform-origin: 0 100%;
|
|
448
448
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
449
449
|
}
|
|
450
|
-
.awsui_container-arrow-position-right-
|
|
450
|
+
.awsui_container-arrow-position-right-top_xjuzf_38kom_359:not(#\9):dir(rtl), .awsui_container-arrow-position-right-bottom_xjuzf_38kom_359:not(#\9):dir(rtl) {
|
|
451
451
|
transform: rotate(90deg);
|
|
452
452
|
transform-origin: 100% 100%;
|
|
453
453
|
}
|
|
454
|
-
.awsui_container-arrow-position-right-
|
|
454
|
+
.awsui_container-arrow-position-right-top_xjuzf_38kom_359:not(#\9) {
|
|
455
455
|
inset-block-start: calc(12px + 10px);
|
|
456
456
|
inset-inline-start: 0;
|
|
457
457
|
}
|
|
458
|
-
.awsui_container-arrow-position-right-
|
|
458
|
+
.awsui_container-arrow-position-right-bottom_xjuzf_38kom_359:not(#\9) {
|
|
459
459
|
inset-block-end: 12px;
|
|
460
460
|
inset-inline-start: 0;
|
|
461
461
|
}
|
|
462
|
-
.awsui_container-arrow-position-left-
|
|
462
|
+
.awsui_container-arrow-position-left-top_xjuzf_38kom_364:not(#\9), .awsui_container-arrow-position-left-bottom_xjuzf_38kom_364:not(#\9) {
|
|
463
463
|
transform: rotate(90deg);
|
|
464
464
|
transform-origin: 100% 100%;
|
|
465
465
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
466
466
|
}
|
|
467
|
-
.awsui_container-arrow-position-left-
|
|
467
|
+
.awsui_container-arrow-position-left-top_xjuzf_38kom_364:not(#\9):dir(rtl), .awsui_container-arrow-position-left-bottom_xjuzf_38kom_364:not(#\9):dir(rtl) {
|
|
468
468
|
transform: rotate(-90deg);
|
|
469
469
|
transform-origin: 0% 100%;
|
|
470
470
|
}
|
|
471
|
-
.awsui_container-arrow-position-left-
|
|
471
|
+
.awsui_container-arrow-position-left-top_xjuzf_38kom_364:not(#\9) {
|
|
472
472
|
inset-block-start: calc(12px + 10px);
|
|
473
473
|
inset-inline-end: 0;
|
|
474
474
|
}
|
|
475
|
-
.awsui_container-arrow-position-left-
|
|
475
|
+
.awsui_container-arrow-position-left-bottom_xjuzf_38kom_364:not(#\9) {
|
|
476
476
|
inset-block-end: 12px;
|
|
477
477
|
inset-inline-end: 0;
|
|
478
478
|
}
|
|
479
|
-
.awsui_container-arrow-position-top-
|
|
479
|
+
.awsui_container-arrow-position-top-center_xjuzf_38kom_354:not(#\9), .awsui_container-arrow-position-top-right_xjuzf_38kom_354:not(#\9), .awsui_container-arrow-position-top-left_xjuzf_38kom_354:not(#\9), .awsui_container-arrow-position-top-responsive_xjuzf_38kom_479:not(#\9) {
|
|
480
480
|
transform: rotate(180deg);
|
|
481
481
|
transform-origin: 50% 50%;
|
|
482
482
|
}
|
|
483
|
-
.awsui_container-arrow-position-top-
|
|
483
|
+
.awsui_container-arrow-position-top-center_xjuzf_38kom_354:not(#\9) {
|
|
484
484
|
inset-block-end: -10px;
|
|
485
485
|
inset-inline-start: calc(50% - 10px);
|
|
486
486
|
}
|
|
487
|
-
.awsui_container-arrow-position-top-
|
|
487
|
+
.awsui_container-arrow-position-top-right_xjuzf_38kom_354:not(#\9) {
|
|
488
488
|
inset-block-end: -10px;
|
|
489
489
|
inset-inline-start: 12px;
|
|
490
490
|
}
|
|
491
|
-
.awsui_container-arrow-position-top-
|
|
491
|
+
.awsui_container-arrow-position-top-left_xjuzf_38kom_354:not(#\9) {
|
|
492
492
|
inset-block-end: -10px;
|
|
493
493
|
inset-inline-start: calc(100% - 20px - 12px);
|
|
494
494
|
}
|
|
495
|
-
.awsui_container-arrow-position-bottom-
|
|
495
|
+
.awsui_container-arrow-position-bottom-center_xjuzf_38kom_349:not(#\9) {
|
|
496
496
|
inset-block-start: -10px;
|
|
497
497
|
inset-inline-start: calc(50% - 10px);
|
|
498
498
|
}
|
|
499
|
-
.awsui_container-arrow-position-bottom-
|
|
499
|
+
.awsui_container-arrow-position-bottom-right_xjuzf_38kom_349:not(#\9) {
|
|
500
500
|
inset-block-start: -10px;
|
|
501
501
|
inset-inline-start: 12px;
|
|
502
502
|
}
|
|
503
|
-
.awsui_container-arrow-position-bottom-
|
|
503
|
+
.awsui_container-arrow-position-bottom-left_xjuzf_38kom_349:not(#\9) {
|
|
504
504
|
inset-block-start: -10px;
|
|
505
505
|
inset-inline-start: calc(100% - 20px - 12px);
|
|
506
506
|
}
|
|
@@ -513,10 +513,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
513
513
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
514
514
|
SPDX-License-Identifier: Apache-2.0
|
|
515
515
|
*/
|
|
516
|
-
.
|
|
517
|
-
animation: awsui_awsui-motion-fade-
|
|
516
|
+
.awsui_container_xjuzf_38kom_338:not(#\9) {
|
|
517
|
+
animation: awsui_awsui-motion-fade-in_xjuzf_38kom_1 var(--motion-duration-show-paced-otsjh8, 180ms) var(--motion-easing-show-paced-ym6eyn, ease-out);
|
|
518
518
|
}
|
|
519
|
-
@keyframes awsui_awsui-motion-fade-
|
|
519
|
+
@keyframes awsui_awsui-motion-fade-in_xjuzf_38kom_1 {
|
|
520
520
|
from {
|
|
521
521
|
opacity: 0.2;
|
|
522
522
|
}
|
|
@@ -525,19 +525,19 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
525
525
|
}
|
|
526
526
|
}
|
|
527
527
|
@media (prefers-reduced-motion: reduce) {
|
|
528
|
-
.
|
|
528
|
+
.awsui_container_xjuzf_38kom_338:not(#\9) {
|
|
529
529
|
animation: none;
|
|
530
530
|
transition: none;
|
|
531
531
|
}
|
|
532
532
|
}
|
|
533
|
-
.awsui-motion-disabled .
|
|
533
|
+
.awsui-motion-disabled .awsui_container_xjuzf_38kom_338:not(#\9), .awsui-mode-entering .awsui_container_xjuzf_38kom_338:not(#\9) {
|
|
534
534
|
animation: none;
|
|
535
535
|
transition: none;
|
|
536
536
|
}
|
|
537
|
-
.
|
|
538
|
-
animation: awsui_awsui-motion-fade-
|
|
537
|
+
.awsui_container_xjuzf_38kom_338.awsui_refresh_xjuzf_38kom_537:not(#\9) {
|
|
538
|
+
animation: awsui_awsui-motion-fade-in_xjuzf_38kom_1 var(--motion-duration-refresh-only-fast-zfibh6, 115ms) var(--motion-easing-refresh-only-a-ccyqaz, cubic-bezier(0, 0, 0, 1));
|
|
539
539
|
}
|
|
540
|
-
@keyframes awsui_awsui-motion-fade-
|
|
540
|
+
@keyframes awsui_awsui-motion-fade-in_xjuzf_38kom_1 {
|
|
541
541
|
from {
|
|
542
542
|
opacity: 0.2;
|
|
543
543
|
}
|
|
@@ -546,17 +546,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
546
546
|
}
|
|
547
547
|
}
|
|
548
548
|
@media (prefers-reduced-motion: reduce) {
|
|
549
|
-
.
|
|
549
|
+
.awsui_container_xjuzf_38kom_338.awsui_refresh_xjuzf_38kom_537:not(#\9) {
|
|
550
550
|
animation: none;
|
|
551
551
|
transition: none;
|
|
552
552
|
}
|
|
553
553
|
}
|
|
554
|
-
.awsui-motion-disabled .
|
|
554
|
+
.awsui-motion-disabled .awsui_container_xjuzf_38kom_338.awsui_refresh_xjuzf_38kom_537:not(#\9), .awsui-mode-entering .awsui_container_xjuzf_38kom_338.awsui_refresh_xjuzf_38kom_537:not(#\9) {
|
|
555
555
|
animation: none;
|
|
556
556
|
transition: none;
|
|
557
557
|
}
|
|
558
558
|
|
|
559
|
-
.
|
|
559
|
+
.awsui_root_xjuzf_38kom_559:not(#\9) {
|
|
560
560
|
border-collapse: separate;
|
|
561
561
|
border-spacing: 0;
|
|
562
562
|
box-sizing: border-box;
|
|
@@ -588,17 +588,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
588
588
|
-moz-osx-font-smoothing: auto;
|
|
589
589
|
color: inherit;
|
|
590
590
|
}
|
|
591
|
-
.
|
|
591
|
+
.awsui_root_xjuzf_38kom_559.awsui_no-wrap_xjuzf_38kom_591:not(#\9) {
|
|
592
592
|
white-space: nowrap;
|
|
593
593
|
}
|
|
594
|
-
body[data-awsui-focus-visible=true] .
|
|
594
|
+
body[data-awsui-focus-visible=true] .awsui_root_xjuzf_38kom_559:not(#\9):has(.awsui_trigger-type-text-inline_xjuzf_38kom_594.awsui_overflow-ellipsis_xjuzf_38kom_594:focus, .awsui_trigger-type-text_xjuzf_38kom_594.awsui_overflow-ellipsis_xjuzf_38kom_594:focus) {
|
|
595
595
|
position: relative;
|
|
596
596
|
}
|
|
597
|
-
body[data-awsui-focus-visible=true] .
|
|
597
|
+
body[data-awsui-focus-visible=true] .awsui_root_xjuzf_38kom_559:not(#\9):has(.awsui_trigger-type-text-inline_xjuzf_38kom_594.awsui_overflow-ellipsis_xjuzf_38kom_594:focus, .awsui_trigger-type-text_xjuzf_38kom_594.awsui_overflow-ellipsis_xjuzf_38kom_594:focus) {
|
|
598
598
|
outline: 2px dotted transparent;
|
|
599
599
|
outline-offset: calc(1px - 1px);
|
|
600
600
|
}
|
|
601
|
-
body[data-awsui-focus-visible=true] .
|
|
601
|
+
body[data-awsui-focus-visible=true] .awsui_root_xjuzf_38kom_559:not(#\9):has(.awsui_trigger-type-text-inline_xjuzf_38kom_594.awsui_overflow-ellipsis_xjuzf_38kom_594:focus, .awsui_trigger-type-text_xjuzf_38kom_594.awsui_overflow-ellipsis_xjuzf_38kom_594:focus)::before {
|
|
602
602
|
content: " ";
|
|
603
603
|
display: block;
|
|
604
604
|
position: absolute;
|
|
@@ -613,18 +613,18 @@ body[data-awsui-focus-visible=true] .awsui_root_xjuzf_45l16_559:not(#\9):has(.aw
|
|
|
613
613
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-uk47pl, #006ce0);
|
|
614
614
|
}
|
|
615
615
|
|
|
616
|
-
.awsui_root-filtering-
|
|
616
|
+
.awsui_root-filtering-token_xjuzf_38kom_616:not(#\9) {
|
|
617
617
|
display: flex;
|
|
618
618
|
}
|
|
619
619
|
|
|
620
|
-
.
|
|
620
|
+
.awsui_trigger_xjuzf_38kom_594:not(#\9) {
|
|
621
621
|
display: inline-block;
|
|
622
622
|
max-inline-size: 100%;
|
|
623
623
|
color: inherit;
|
|
624
624
|
text-align: inherit;
|
|
625
625
|
}
|
|
626
626
|
|
|
627
|
-
.awsui_overflow-
|
|
627
|
+
.awsui_overflow-ellipsis_xjuzf_38kom_594:not(#\9) {
|
|
628
628
|
white-space: nowrap;
|
|
629
629
|
overflow: hidden;
|
|
630
630
|
text-overflow: ellipsis;
|
|
@@ -632,7 +632,7 @@ body[data-awsui-focus-visible=true] .awsui_root_xjuzf_45l16_559:not(#\9):has(.aw
|
|
|
632
632
|
word-break: break-word;
|
|
633
633
|
}
|
|
634
634
|
|
|
635
|
-
.awsui_trigger-type-text-
|
|
635
|
+
.awsui_trigger-type-text-inline_xjuzf_38kom_594:not(#\9) {
|
|
636
636
|
font-size: var(--font-size-body-m-a7nh2n, 14px);
|
|
637
637
|
line-height: var(--line-height-body-m-2mh3ke, 20px);
|
|
638
638
|
color: var(--color-text-body-default-vvtq8u, #0f141a);
|
|
@@ -650,20 +650,23 @@ body[data-awsui-focus-visible=true] .awsui_root_xjuzf_45l16_559:not(#\9):has(.aw
|
|
|
650
650
|
text-decoration-thickness: var(--border-divider-list-width-tdfx1x, 1px);
|
|
651
651
|
text-underline-offset: 0.25em;
|
|
652
652
|
}
|
|
653
|
-
.awsui_trigger-type-text-
|
|
653
|
+
.awsui_trigger-type-text-inline_xjuzf_38kom_594.awsui_overflow-ellipsis_xjuzf_38kom_594:not(#\9) {
|
|
654
654
|
/*
|
|
655
655
|
This style needs because of the overflow: hidden would otherwise conceal the underline styles.
|
|
656
656
|
*/
|
|
657
657
|
padding-block-end: calc(0.25em + var(--border-divider-list-width-tdfx1x, 1px));
|
|
658
658
|
}
|
|
659
|
+
.awsui_trigger-type-text-inline_xjuzf_38kom_594.awsui_in-inline-token_xjuzf_38kom_658:not(#\9) {
|
|
660
|
+
text-underline-offset: 0.15em;
|
|
661
|
+
}
|
|
659
662
|
|
|
660
|
-
.awsui_trigger-type-
|
|
663
|
+
.awsui_trigger-type-text_xjuzf_38kom_594:not(#\9) {
|
|
661
664
|
border-block: 0;
|
|
662
665
|
border-block-end: var(--border-divider-list-width-tdfx1x, 1px) dashed currentColor;
|
|
663
666
|
}
|
|
664
667
|
|
|
665
|
-
.awsui_trigger-type-text-
|
|
666
|
-
.awsui_trigger-type-
|
|
668
|
+
.awsui_trigger-type-text-inline_xjuzf_38kom_594:not(#\9),
|
|
669
|
+
.awsui_trigger-type-text_xjuzf_38kom_594:not(#\9) {
|
|
667
670
|
border-inline: 0;
|
|
668
671
|
margin-block: 0;
|
|
669
672
|
margin-inline: 0;
|
|
@@ -672,21 +675,21 @@ body[data-awsui-focus-visible=true] .awsui_root_xjuzf_45l16_559:not(#\9):has(.aw
|
|
|
672
675
|
background-color: transparent;
|
|
673
676
|
cursor: pointer;
|
|
674
677
|
}
|
|
675
|
-
.awsui_trigger-type-text-
|
|
676
|
-
.awsui_trigger-type-
|
|
678
|
+
.awsui_trigger-type-text-inline_xjuzf_38kom_594:not(#\9):focus,
|
|
679
|
+
.awsui_trigger-type-text_xjuzf_38kom_594:not(#\9):focus {
|
|
677
680
|
outline: none;
|
|
678
681
|
}
|
|
679
|
-
body[data-awsui-focus-visible=true] .awsui_trigger-type-text-
|
|
680
|
-
body[data-awsui-focus-visible=true] .awsui_trigger-type-
|
|
682
|
+
body[data-awsui-focus-visible=true] .awsui_trigger-type-text-inline_xjuzf_38kom_594:not(#\9):not(.awsui_overflow-ellipsis_xjuzf_38kom_594):focus,
|
|
683
|
+
body[data-awsui-focus-visible=true] .awsui_trigger-type-text_xjuzf_38kom_594:not(#\9):not(.awsui_overflow-ellipsis_xjuzf_38kom_594):focus {
|
|
681
684
|
position: relative;
|
|
682
685
|
}
|
|
683
|
-
body[data-awsui-focus-visible=true] .awsui_trigger-type-text-
|
|
684
|
-
body[data-awsui-focus-visible=true] .awsui_trigger-type-
|
|
686
|
+
body[data-awsui-focus-visible=true] .awsui_trigger-type-text-inline_xjuzf_38kom_594:not(#\9):not(.awsui_overflow-ellipsis_xjuzf_38kom_594):focus,
|
|
687
|
+
body[data-awsui-focus-visible=true] .awsui_trigger-type-text_xjuzf_38kom_594:not(#\9):not(.awsui_overflow-ellipsis_xjuzf_38kom_594):focus {
|
|
685
688
|
outline: 2px dotted transparent;
|
|
686
689
|
outline-offset: calc(1px - 1px);
|
|
687
690
|
}
|
|
688
|
-
body[data-awsui-focus-visible=true] .awsui_trigger-type-text-
|
|
689
|
-
body[data-awsui-focus-visible=true] .awsui_trigger-type-
|
|
691
|
+
body[data-awsui-focus-visible=true] .awsui_trigger-type-text-inline_xjuzf_38kom_594:not(#\9):not(.awsui_overflow-ellipsis_xjuzf_38kom_594):focus::before,
|
|
692
|
+
body[data-awsui-focus-visible=true] .awsui_trigger-type-text_xjuzf_38kom_594:not(#\9):not(.awsui_overflow-ellipsis_xjuzf_38kom_594):focus::before {
|
|
690
693
|
content: " ";
|
|
691
694
|
display: block;
|
|
692
695
|
position: absolute;
|
|
@@ -701,15 +704,15 @@ body[data-awsui-focus-visible=true] .awsui_trigger-type-text_xjuzf_45l16_594:not
|
|
|
701
704
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-uk47pl, #006ce0);
|
|
702
705
|
}
|
|
703
706
|
|
|
704
|
-
.awsui_trigger-type-filtering-
|
|
707
|
+
.awsui_trigger-type-filtering-token_xjuzf_38kom_706:not(#\9) {
|
|
705
708
|
display: flex;
|
|
706
709
|
}
|
|
707
710
|
|
|
708
|
-
.awsui_popover-inline-
|
|
711
|
+
.awsui_popover-inline-content_xjuzf_38kom_710:not(#\9) {
|
|
709
712
|
display: inline;
|
|
710
713
|
}
|
|
711
714
|
|
|
712
|
-
.awsui_hover-
|
|
715
|
+
.awsui_hover-area_xjuzf_38kom_714:not(#\9) {
|
|
713
716
|
pointer-events: none;
|
|
714
717
|
padding-block: var(--space-static-s-t763lu, 12px);
|
|
715
718
|
padding-inline: var(--space-static-s-t763lu, 12px);
|