@cloudscape-design/components-themeable 3.0.1079 → 3.0.1081
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/internal/manifest.json +1 -1
- package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +84 -80
- package/lib/internal/scss/popover/body.scss +4 -0
- package/lib/internal/template/alert/styles.css.js +27 -27
- package/lib/internal/template/alert/styles.scoped.css +46 -46
- package/lib/internal/template/alert/styles.selectors.js +27 -27
- 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 +23 -23
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.scoped.css +46 -46
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.selectors.js +23 -23
- package/lib/internal/template/attribute-editor/styles.css.js +15 -15
- package/lib/internal/template/attribute-editor/styles.scoped.css +28 -28
- package/lib/internal/template/attribute-editor/styles.selectors.js +15 -15
- package/lib/internal/template/breadcrumb-group/item/styles.css.js +7 -7
- package/lib/internal/template/breadcrumb-group/item/styles.scoped.css +28 -28
- package/lib/internal/template/breadcrumb-group/item/styles.selectors.js +7 -7
- package/lib/internal/template/button/styles.css.js +22 -22
- package/lib/internal/template/button/styles.scoped.css +212 -212
- package/lib/internal/template/button/styles.selectors.js +22 -22
- package/lib/internal/template/button-dropdown/item-element/styles.css.js +16 -16
- package/lib/internal/template/button-dropdown/item-element/styles.scoped.css +27 -27
- package/lib/internal/template/button-dropdown/item-element/styles.selectors.js +16 -16
- package/lib/internal/template/button-group/index.d.ts.map +1 -1
- package/lib/internal/template/button-group/index.js +2 -2
- package/lib/internal/template/button-group/index.js.map +1 -1
- package/lib/internal/template/button-group/interfaces.d.ts +40 -0
- package/lib/internal/template/button-group/interfaces.d.ts.map +1 -1
- package/lib/internal/template/button-group/interfaces.js.map +1 -1
- package/lib/internal/template/button-group/internal.d.ts.map +1 -1
- package/lib/internal/template/button-group/internal.js +5 -3
- package/lib/internal/template/button-group/internal.js.map +1 -1
- package/lib/internal/template/button-group/item-element.d.ts +1 -0
- package/lib/internal/template/button-group/item-element.d.ts.map +1 -1
- package/lib/internal/template/button-group/item-element.js +4 -2
- package/lib/internal/template/button-group/item-element.js.map +1 -1
- package/lib/internal/template/button-group/style.d.ts +13 -0
- package/lib/internal/template/button-group/style.d.ts.map +1 -0
- package/lib/internal/template/button-group/style.js +37 -0
- package/lib/internal/template/button-group/style.js.map +1 -0
- package/lib/internal/template/checkbox/styles.css.js +3 -3
- package/lib/internal/template/checkbox/styles.scoped.css +11 -11
- package/lib/internal/template/checkbox/styles.selectors.js +3 -3
- package/lib/internal/template/content-layout/styles.css.js +14 -14
- package/lib/internal/template/content-layout/styles.scoped.css +27 -27
- package/lib/internal/template/content-layout/styles.selectors.js +14 -14
- package/lib/internal/template/date-range-picker/time-offset.d.ts +1 -1
- package/lib/internal/template/date-range-picker/time-offset.d.ts.map +1 -1
- package/lib/internal/template/date-range-picker/time-offset.js +7 -3
- package/lib/internal/template/date-range-picker/time-offset.js.map +1 -1
- package/lib/internal/template/flashbar/collapsible-flashbar.d.ts.map +1 -1
- package/lib/internal/template/flashbar/collapsible-flashbar.js +3 -5
- package/lib/internal/template/flashbar/collapsible-flashbar.js.map +1 -1
- package/lib/internal/template/flashbar/common.d.ts.map +1 -1
- package/lib/internal/template/flashbar/common.js +2 -5
- package/lib/internal/template/flashbar/common.js.map +1 -1
- package/lib/internal/template/flashbar/flash.d.ts +1 -1
- package/lib/internal/template/flashbar/flash.d.ts.map +1 -1
- package/lib/internal/template/flashbar/flash.js +4 -2
- package/lib/internal/template/flashbar/flash.js.map +1 -1
- package/lib/internal/template/flashbar/style.d.ts.map +1 -1
- package/lib/internal/template/flashbar/style.js +16 -31
- package/lib/internal/template/flashbar/style.js.map +1 -1
- package/lib/internal/template/flashbar/styles.css.js +50 -50
- package/lib/internal/template/flashbar/styles.scoped.css +187 -187
- package/lib/internal/template/flashbar/styles.selectors.js +50 -50
- package/lib/internal/template/flashbar/utils.d.ts +2 -1
- package/lib/internal/template/flashbar/utils.d.ts.map +1 -1
- package/lib/internal/template/flashbar/utils.js +4 -1
- package/lib/internal/template/flashbar/utils.js.map +1 -1
- package/lib/internal/template/help-panel/styles.css.js +6 -6
- package/lib/internal/template/help-panel/styles.scoped.css +73 -73
- package/lib/internal/template/help-panel/styles.selectors.js +6 -6
- package/lib/internal/template/internal/base-component/styles.scoped.css +1 -1
- package/lib/internal/template/internal/components/drag-handle-wrapper/styles.css.js +21 -21
- package/lib/internal/template/internal/components/drag-handle-wrapper/styles.scoped.css +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/token-list/styles.css.js +10 -10
- package/lib/internal/template/internal/components/token-list/styles.scoped.css +25 -25
- package/lib/internal/template/internal/components/token-list/styles.selectors.js +10 -10
- package/lib/internal/template/internal/environment.js +2 -2
- package/lib/internal/template/internal/environment.json +2 -2
- package/lib/internal/template/internal/generated/custom-css-properties/index.d.ts +4 -0
- package/lib/internal/template/internal/generated/custom-css-properties/index.d.ts.map +1 -1
- package/lib/internal/template/internal/generated/custom-css-properties/index.js +83 -79
- package/lib/internal/template/internal/generated/custom-css-properties/index.js.map +1 -1
- package/lib/internal/template/internal/utils/date-time/format-time-offset.d.ts.map +1 -1
- package/lib/internal/template/internal/utils/date-time/format-time-offset.js +3 -0
- package/lib/internal/template/internal/utils/date-time/format-time-offset.js.map +1 -1
- package/lib/internal/template/link/styles.css.js +20 -20
- package/lib/internal/template/link/styles.scoped.css +103 -103
- package/lib/internal/template/link/styles.selectors.js +20 -20
- package/lib/internal/template/popover/styles.css.js +56 -56
- package/lib/internal/template/popover/styles.scoped.css +85 -84
- package/lib/internal/template/popover/styles.selectors.js +56 -56
- package/lib/internal/template/radio-group/styles.css.js +10 -10
- package/lib/internal/template/radio-group/styles.scoped.css +22 -22
- package/lib/internal/template/radio-group/styles.selectors.js +10 -10
- 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/tag-editor/styles.css.js +3 -3
- package/lib/internal/template/tag-editor/styles.scoped.css +13 -13
- package/lib/internal/template/tag-editor/styles.selectors.js +3 -3
- package/lib/internal/template/text-content/styles.css.js +1 -1
- package/lib/internal/template/text-content/styles.scoped.css +66 -66
- package/lib/internal/template/text-content/styles.selectors.js +1 -1
- package/lib/internal/template/toggle/styles.css.js +10 -10
- package/lib/internal/template/toggle/styles.scoped.css +23 -23
- package/lib/internal/template/toggle/styles.selectors.js +10 -10
- package/package.json +1 -1
|
@@ -1,61 +1,61 @@
|
|
|
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
|
-
"body": "
|
|
20
|
-
"body-overflow-visible": "awsui_body-overflow-
|
|
21
|
-
"body-variant-chart": "awsui_body-variant-
|
|
22
|
-
"has-dismiss": "awsui_has-
|
|
23
|
-
"dismiss": "
|
|
24
|
-
"dismiss-control": "awsui_dismiss-
|
|
25
|
-
"header-row": "awsui_header-
|
|
26
|
-
"header": "
|
|
27
|
-
"content": "
|
|
28
|
-
"content-overflow-visible": "awsui_content-overflow-
|
|
29
|
-
"container": "
|
|
30
|
-
"container-arrow-position-bottom-left": "awsui_container-arrow-position-bottom-
|
|
31
|
-
"container-arrow-position-bottom-center": "awsui_container-arrow-position-bottom-
|
|
32
|
-
"container-arrow-position-bottom-right": "awsui_container-arrow-position-bottom-
|
|
33
|
-
"container-arrow-position-top-left": "awsui_container-arrow-position-top-
|
|
34
|
-
"container-arrow-position-top-center": "awsui_container-arrow-position-top-
|
|
35
|
-
"container-arrow-position-top-right": "awsui_container-arrow-position-top-
|
|
36
|
-
"container-arrow-position-right-top": "awsui_container-arrow-position-right-
|
|
37
|
-
"container-arrow-position-right-bottom": "awsui_container-arrow-position-right-
|
|
38
|
-
"container-arrow-position-left-top": "awsui_container-arrow-position-left-
|
|
39
|
-
"container-arrow-position-left-bottom": "awsui_container-arrow-position-left-
|
|
40
|
-
"container-body": "awsui_container-
|
|
41
|
-
"container-body-variant-annotation": "awsui_container-body-variant-
|
|
42
|
-
"container-body-size-small": "awsui_container-body-size-
|
|
43
|
-
"fixed-width": "awsui_fixed-
|
|
44
|
-
"container-body-size-medium": "awsui_container-body-size-
|
|
45
|
-
"container-body-size-large": "awsui_container-body-size-
|
|
46
|
-
"container-arrow": "awsui_container-
|
|
47
|
-
"container-arrow-position-top-responsive": "awsui_container-arrow-position-top-
|
|
48
|
-
"awsui-motion-fade-in": "awsui_awsui-motion-fade-
|
|
49
|
-
"refresh": "
|
|
50
|
-
"root": "
|
|
51
|
-
"no-wrap": "awsui_no-
|
|
52
|
-
"root-filtering-token": "awsui_root-filtering-
|
|
53
|
-
"trigger": "
|
|
54
|
-
"overflow-ellipsis": "awsui_overflow-
|
|
55
|
-
"trigger-type-text-inline": "awsui_trigger-type-text-
|
|
56
|
-
"trigger-type-text": "awsui_trigger-type-
|
|
57
|
-
"trigger-type-filtering-token": "awsui_trigger-type-filtering-
|
|
58
|
-
"popover-inline-content": "awsui_popover-inline-
|
|
59
|
-
"hover-area": "awsui_hover-
|
|
4
|
+
"arrow": "awsui_arrow_xjuzf_125ku_153",
|
|
5
|
+
"arrow-outer": "awsui_arrow-outer_xjuzf_125ku_157",
|
|
6
|
+
"arrow-inner": "awsui_arrow-inner_xjuzf_125ku_157",
|
|
7
|
+
"arrow-position-right-top": "awsui_arrow-position-right-top_xjuzf_125ku_199",
|
|
8
|
+
"arrow-position-right-bottom": "awsui_arrow-position-right-bottom_xjuzf_125ku_199",
|
|
9
|
+
"arrow-position-left-top": "awsui_arrow-position-left-top_xjuzf_125ku_202",
|
|
10
|
+
"arrow-position-left-bottom": "awsui_arrow-position-left-bottom_xjuzf_125ku_202",
|
|
11
|
+
"arrow-position-top-center": "awsui_arrow-position-top-center_xjuzf_125ku_205",
|
|
12
|
+
"arrow-position-top-right": "awsui_arrow-position-top-right_xjuzf_125ku_205",
|
|
13
|
+
"arrow-position-top-left": "awsui_arrow-position-top-left_xjuzf_125ku_205",
|
|
14
|
+
"arrow-position-top-responsive": "awsui_arrow-position-top-responsive_xjuzf_125ku_205",
|
|
15
|
+
"arrow-position-bottom-center": "awsui_arrow-position-bottom-center_xjuzf_125ku_208",
|
|
16
|
+
"arrow-position-bottom-right": "awsui_arrow-position-bottom-right_xjuzf_125ku_208",
|
|
17
|
+
"arrow-position-bottom-left": "awsui_arrow-position-bottom-left_xjuzf_125ku_208",
|
|
18
|
+
"arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_xjuzf_125ku_208",
|
|
19
|
+
"body": "awsui_body_xjuzf_125ku_220",
|
|
20
|
+
"body-overflow-visible": "awsui_body-overflow-visible_xjuzf_125ku_256",
|
|
21
|
+
"body-variant-chart": "awsui_body-variant-chart_xjuzf_125ku_259",
|
|
22
|
+
"has-dismiss": "awsui_has-dismiss_xjuzf_125ku_264",
|
|
23
|
+
"dismiss": "awsui_dismiss_xjuzf_125ku_269",
|
|
24
|
+
"dismiss-control": "awsui_dismiss-control_xjuzf_125ku_277",
|
|
25
|
+
"header-row": "awsui_header-row_xjuzf_125ku_281",
|
|
26
|
+
"header": "awsui_header_xjuzf_125ku_281",
|
|
27
|
+
"content": "awsui_content_xjuzf_125ku_306",
|
|
28
|
+
"content-overflow-visible": "awsui_content-overflow-visible_xjuzf_125ku_315",
|
|
29
|
+
"container": "awsui_container_xjuzf_125ku_327",
|
|
30
|
+
"container-arrow-position-bottom-left": "awsui_container-arrow-position-bottom-left_xjuzf_125ku_338",
|
|
31
|
+
"container-arrow-position-bottom-center": "awsui_container-arrow-position-bottom-center_xjuzf_125ku_338",
|
|
32
|
+
"container-arrow-position-bottom-right": "awsui_container-arrow-position-bottom-right_xjuzf_125ku_338",
|
|
33
|
+
"container-arrow-position-top-left": "awsui_container-arrow-position-top-left_xjuzf_125ku_343",
|
|
34
|
+
"container-arrow-position-top-center": "awsui_container-arrow-position-top-center_xjuzf_125ku_343",
|
|
35
|
+
"container-arrow-position-top-right": "awsui_container-arrow-position-top-right_xjuzf_125ku_343",
|
|
36
|
+
"container-arrow-position-right-top": "awsui_container-arrow-position-right-top_xjuzf_125ku_348",
|
|
37
|
+
"container-arrow-position-right-bottom": "awsui_container-arrow-position-right-bottom_xjuzf_125ku_348",
|
|
38
|
+
"container-arrow-position-left-top": "awsui_container-arrow-position-left-top_xjuzf_125ku_353",
|
|
39
|
+
"container-arrow-position-left-bottom": "awsui_container-arrow-position-left-bottom_xjuzf_125ku_353",
|
|
40
|
+
"container-body": "awsui_container-body_xjuzf_125ku_359",
|
|
41
|
+
"container-body-variant-annotation": "awsui_container-body-variant-annotation_xjuzf_125ku_399",
|
|
42
|
+
"container-body-size-small": "awsui_container-body-size-small_xjuzf_125ku_404",
|
|
43
|
+
"fixed-width": "awsui_fixed-width_xjuzf_125ku_407",
|
|
44
|
+
"container-body-size-medium": "awsui_container-body-size-medium_xjuzf_125ku_411",
|
|
45
|
+
"container-body-size-large": "awsui_container-body-size-large_xjuzf_125ku_418",
|
|
46
|
+
"container-arrow": "awsui_container-arrow_xjuzf_125ku_338",
|
|
47
|
+
"container-arrow-position-top-responsive": "awsui_container-arrow-position-top-responsive_xjuzf_125ku_468",
|
|
48
|
+
"awsui-motion-fade-in": "awsui_awsui-motion-fade-in_xjuzf_125ku_1",
|
|
49
|
+
"refresh": "awsui_refresh_xjuzf_125ku_526",
|
|
50
|
+
"root": "awsui_root_xjuzf_125ku_548",
|
|
51
|
+
"no-wrap": "awsui_no-wrap_xjuzf_125ku_580",
|
|
52
|
+
"root-filtering-token": "awsui_root-filtering-token_xjuzf_125ku_584",
|
|
53
|
+
"trigger": "awsui_trigger_xjuzf_125ku_588",
|
|
54
|
+
"overflow-ellipsis": "awsui_overflow-ellipsis_xjuzf_125ku_595",
|
|
55
|
+
"trigger-type-text-inline": "awsui_trigger-type-text-inline_xjuzf_125ku_603",
|
|
56
|
+
"trigger-type-text": "awsui_trigger-type-text_xjuzf_125ku_603",
|
|
57
|
+
"trigger-type-filtering-token": "awsui_trigger-type-filtering-token_xjuzf_125ku_671",
|
|
58
|
+
"popover-inline-content": "awsui_popover-inline-content_xjuzf_125ku_675",
|
|
59
|
+
"hover-area": "awsui_hover-area_xjuzf_125ku_679"
|
|
60
60
|
};
|
|
61
61
|
|
|
@@ -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_125ku_153:not(#\9) {
|
|
154
154
|
inline-size: 20px;
|
|
155
155
|
block-size: 10px;
|
|
156
156
|
}
|
|
157
|
-
.awsui_arrow-
|
|
157
|
+
.awsui_arrow-outer_xjuzf_125ku_157:not(#\9), .awsui_arrow-inner_xjuzf_125ku_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_125ku_157:not(#\9)::after, .awsui_arrow-inner_xjuzf_125ku_157:not(#\9)::after {
|
|
167
167
|
content: "";
|
|
168
168
|
box-sizing: border-box;
|
|
169
169
|
display: inline-block;
|
|
@@ -179,33 +179,33 @@ 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_125ku_157:not(#\9):dir(rtl)::after, .awsui_arrow-inner_xjuzf_125ku_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_125ku_157:not(#\9)::after {
|
|
187
187
|
background-color: var(--color-border-popover-gogt7e, #d5dbdb);
|
|
188
188
|
}
|
|
189
|
-
.awsui_arrow-
|
|
189
|
+
.awsui_arrow-inner_xjuzf_125ku_157:not(#\9) {
|
|
190
190
|
inset-block-start: calc(var(--border-width-popover-dgqo1x, 1px) + 1px);
|
|
191
191
|
}
|
|
192
|
-
.awsui_arrow-
|
|
192
|
+
.awsui_arrow-inner_xjuzf_125ku_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-8fgrfw, #ffffff);
|
|
198
198
|
}
|
|
199
|
-
.awsui_arrow-position-right-
|
|
199
|
+
.awsui_arrow-position-right-top_xjuzf_125ku_199 > .awsui_arrow-outer_xjuzf_125ku_157:not(#\9)::after, .awsui_arrow-position-right-bottom_xjuzf_125ku_199 > .awsui_arrow-outer_xjuzf_125ku_157:not(#\9)::after {
|
|
200
200
|
box-shadow: -0.71px 0.71px 4px -2px var(--color-shadow-default-9hdvit, rgba(0, 28, 36, 0.5));
|
|
201
201
|
}
|
|
202
|
-
.awsui_arrow-position-left-
|
|
202
|
+
.awsui_arrow-position-left-top_xjuzf_125ku_202 > .awsui_arrow-outer_xjuzf_125ku_157:not(#\9)::after, .awsui_arrow-position-left-bottom_xjuzf_125ku_202 > .awsui_arrow-outer_xjuzf_125ku_157:not(#\9)::after {
|
|
203
203
|
box-shadow: 0.71px -0.71px 4px -2px var(--color-shadow-default-9hdvit, rgba(0, 28, 36, 0.5));
|
|
204
204
|
}
|
|
205
|
-
.awsui_arrow-position-top-
|
|
205
|
+
.awsui_arrow-position-top-center_xjuzf_125ku_205 > .awsui_arrow-outer_xjuzf_125ku_157:not(#\9)::after, .awsui_arrow-position-top-right_xjuzf_125ku_205 > .awsui_arrow-outer_xjuzf_125ku_157:not(#\9)::after, .awsui_arrow-position-top-left_xjuzf_125ku_205 > .awsui_arrow-outer_xjuzf_125ku_157:not(#\9)::after, .awsui_arrow-position-top-responsive_xjuzf_125ku_205 > .awsui_arrow-outer_xjuzf_125ku_157:not(#\9)::after {
|
|
206
206
|
box-shadow: -0.71px -0.71px 4px -2px var(--color-shadow-default-9hdvit, rgba(0, 28, 36, 0.5));
|
|
207
207
|
}
|
|
208
|
-
.awsui_arrow-position-bottom-
|
|
208
|
+
.awsui_arrow-position-bottom-center_xjuzf_125ku_208 > .awsui_arrow-outer_xjuzf_125ku_157:not(#\9)::after, .awsui_arrow-position-bottom-right_xjuzf_125ku_208 > .awsui_arrow-outer_xjuzf_125ku_157:not(#\9)::after, .awsui_arrow-position-bottom-left_xjuzf_125ku_208 > .awsui_arrow-outer_xjuzf_125ku_157:not(#\9)::after, .awsui_arrow-position-bottom-responsive_xjuzf_125ku_208 > .awsui_arrow-outer_xjuzf_125ku_157:not(#\9)::after {
|
|
209
209
|
box-shadow: 0.71px 0.71px 4px -2px var(--color-shadow-default-9hdvit, rgba(0, 28, 36, 0.5));
|
|
210
210
|
}
|
|
211
211
|
|
|
@@ -217,7 +217,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
217
217
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
218
218
|
SPDX-License-Identifier: Apache-2.0
|
|
219
219
|
*/
|
|
220
|
-
.
|
|
220
|
+
.awsui_body_xjuzf_125ku_220:not(#\9) {
|
|
221
221
|
border-collapse: separate;
|
|
222
222
|
border-spacing: 0;
|
|
223
223
|
box-sizing: border-box;
|
|
@@ -253,20 +253,20 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
253
253
|
padding-block: var(--space-s-4a5hs8, 12px);
|
|
254
254
|
padding-inline: var(--space-m-n2lypl, 16px);
|
|
255
255
|
}
|
|
256
|
-
.awsui_body-overflow-
|
|
256
|
+
.awsui_body-overflow-visible_xjuzf_125ku_256:not(#\9) {
|
|
257
257
|
overflow: visible;
|
|
258
258
|
}
|
|
259
|
-
.awsui_body-variant-
|
|
259
|
+
.awsui_body-variant-chart_xjuzf_125ku_259:not(#\9) {
|
|
260
260
|
padding-block: var(--space-static-s-8me5rn, 12px);
|
|
261
261
|
padding-inline: var(--space-static-s-8me5rn, 12px);
|
|
262
262
|
}
|
|
263
263
|
|
|
264
|
-
.awsui_has-
|
|
264
|
+
.awsui_has-dismiss_xjuzf_125ku_264:not(#\9) {
|
|
265
265
|
display: flex;
|
|
266
266
|
align-items: baseline;
|
|
267
267
|
}
|
|
268
268
|
|
|
269
|
-
.
|
|
269
|
+
.awsui_dismiss_xjuzf_125ku_269:not(#\9) {
|
|
270
270
|
margin-block: calc(-1 * var(--space-xs-kw7k3v, 8px));
|
|
271
271
|
margin-inline-start: 0;
|
|
272
272
|
margin-inline-end: calc(-1 * (var(--space-xxs-jnczic, 4px) + var(--border-width-popover-dgqo1x, 1px)));
|
|
@@ -274,15 +274,15 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
274
274
|
order: 1;
|
|
275
275
|
}
|
|
276
276
|
|
|
277
|
-
.awsui_dismiss-
|
|
277
|
+
.awsui_dismiss-control_xjuzf_125ku_277:not(#\9) {
|
|
278
278
|
/* used in test-utils */
|
|
279
279
|
}
|
|
280
280
|
|
|
281
|
-
.awsui_header-
|
|
281
|
+
.awsui_header-row_xjuzf_125ku_281:not(#\9) {
|
|
282
282
|
margin-block-end: var(--space-xs-kw7k3v, 8px);
|
|
283
283
|
}
|
|
284
284
|
|
|
285
|
-
.
|
|
285
|
+
.awsui_header_xjuzf_125ku_281:not(#\9) {
|
|
286
286
|
word-wrap: break-word;
|
|
287
287
|
max-inline-size: 100%;
|
|
288
288
|
overflow: hidden;
|
|
@@ -294,7 +294,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
294
294
|
flex: 1 1 auto;
|
|
295
295
|
/* stylelint-disable-next-line selector-max-type */
|
|
296
296
|
}
|
|
297
|
-
.
|
|
297
|
+
.awsui_header_xjuzf_125ku_281 > h2:not(#\9) {
|
|
298
298
|
font-size: var(--font-size-heading-xs-c20ika, 16px);
|
|
299
299
|
line-height: var(--line-height-heading-xs-fuzanp, 20px);
|
|
300
300
|
font-weight: var(--font-weight-heading-xs-79d2p7, 400);
|
|
@@ -303,15 +303,16 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
303
303
|
display: inline;
|
|
304
304
|
}
|
|
305
305
|
|
|
306
|
-
.
|
|
306
|
+
.awsui_content_xjuzf_125ku_306:not(#\9) {
|
|
307
307
|
word-wrap: break-word;
|
|
308
308
|
max-inline-size: 100%;
|
|
309
309
|
overflow: hidden;
|
|
310
|
+
word-break: normal;
|
|
310
311
|
color: var(--color-text-body-secondary-twh4xm, #545b64);
|
|
311
312
|
flex: 1 1 auto;
|
|
312
313
|
min-inline-size: 0;
|
|
313
314
|
}
|
|
314
|
-
.awsui_content-overflow-
|
|
315
|
+
.awsui_content-overflow-visible_xjuzf_125ku_315:not(#\9) {
|
|
315
316
|
overflow: visible;
|
|
316
317
|
}
|
|
317
318
|
|
|
@@ -323,39 +324,39 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
323
324
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
324
325
|
SPDX-License-Identifier: Apache-2.0
|
|
325
326
|
*/
|
|
326
|
-
.
|
|
327
|
+
.awsui_container_xjuzf_125ku_327:not(#\9) {
|
|
327
328
|
display: inline-block;
|
|
328
329
|
position: fixed;
|
|
329
330
|
inset-block-start: -9999px;
|
|
330
331
|
inset-inline-start: -9999px;
|
|
331
332
|
z-index: 2000;
|
|
332
333
|
}
|
|
333
|
-
.
|
|
334
|
+
.awsui_container_xjuzf_125ku_327:not(#\9)::before {
|
|
334
335
|
content: "";
|
|
335
336
|
position: absolute;
|
|
336
337
|
}
|
|
337
|
-
.
|
|
338
|
+
.awsui_container_xjuzf_125ku_327:not(#\9):has(.awsui_container-arrow-position-bottom-left_xjuzf_125ku_338)::before, .awsui_container_xjuzf_125ku_327:not(#\9):has(.awsui_container-arrow-position-bottom-center_xjuzf_125ku_338)::before, .awsui_container_xjuzf_125ku_327:not(#\9):has(.awsui_container-arrow-position-bottom-right_xjuzf_125ku_338)::before {
|
|
338
339
|
inset-inline: 0;
|
|
339
340
|
inset-block-start: -10px;
|
|
340
341
|
block-size: 10px;
|
|
341
342
|
}
|
|
342
|
-
.
|
|
343
|
+
.awsui_container_xjuzf_125ku_327:not(#\9):has(.awsui_container-arrow-position-top-left_xjuzf_125ku_343)::before, .awsui_container_xjuzf_125ku_327:not(#\9):has(.awsui_container-arrow-position-top-center_xjuzf_125ku_343)::before, .awsui_container_xjuzf_125ku_327:not(#\9):has(.awsui_container-arrow-position-top-right_xjuzf_125ku_343)::before {
|
|
343
344
|
inset-inline: 0;
|
|
344
345
|
inset-block-end: -10px;
|
|
345
346
|
block-size: 10px;
|
|
346
347
|
}
|
|
347
|
-
.
|
|
348
|
+
.awsui_container_xjuzf_125ku_327:not(#\9):has(.awsui_container-arrow-position-right-top_xjuzf_125ku_348)::before, .awsui_container_xjuzf_125ku_327:not(#\9):has(.awsui_container-arrow-position-right-bottom_xjuzf_125ku_348)::before {
|
|
348
349
|
inset-block: 0;
|
|
349
350
|
inset-inline-start: -10px;
|
|
350
351
|
inline-size: 10px;
|
|
351
352
|
}
|
|
352
|
-
.
|
|
353
|
+
.awsui_container_xjuzf_125ku_327:not(#\9):has(.awsui_container-arrow-position-left-top_xjuzf_125ku_353)::before, .awsui_container_xjuzf_125ku_327:not(#\9):has(.awsui_container-arrow-position-left-bottom_xjuzf_125ku_353)::before {
|
|
353
354
|
inset-block: 0;
|
|
354
355
|
inset-inline-end: -10px;
|
|
355
356
|
inline-size: 10px;
|
|
356
357
|
}
|
|
357
358
|
|
|
358
|
-
.awsui_container-
|
|
359
|
+
.awsui_container-body_xjuzf_125ku_359:not(#\9) {
|
|
359
360
|
border-collapse: separate;
|
|
360
361
|
border-spacing: 0;
|
|
361
362
|
box-sizing: border-box;
|
|
@@ -395,100 +396,100 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
395
396
|
border-inline: var(--border-width-popover-dgqo1x, 1px) solid var(--color-border-popover-gogt7e, #d5dbdb);
|
|
396
397
|
}
|
|
397
398
|
|
|
398
|
-
.awsui_container-body-variant-
|
|
399
|
+
.awsui_container-body-variant-annotation_xjuzf_125ku_399:not(#\9) {
|
|
399
400
|
background-color: var(--color-background-status-info-nzp1n3, #f1faff);
|
|
400
401
|
border-color: var(--color-border-status-info-kp0iif, #0073bb);
|
|
401
402
|
}
|
|
402
403
|
|
|
403
|
-
.awsui_container-body-size-
|
|
404
|
+
.awsui_container-body-size-small_xjuzf_125ku_404:not(#\9) {
|
|
404
405
|
max-inline-size: 210px;
|
|
405
406
|
}
|
|
406
|
-
.awsui_container-body-size-
|
|
407
|
+
.awsui_container-body-size-small_xjuzf_125ku_404.awsui_fixed-width_xjuzf_125ku_407:not(#\9) {
|
|
407
408
|
inline-size: 210px;
|
|
408
409
|
}
|
|
409
410
|
|
|
410
|
-
.awsui_container-body-size-
|
|
411
|
+
.awsui_container-body-size-medium_xjuzf_125ku_411:not(#\9) {
|
|
411
412
|
max-inline-size: 310px;
|
|
412
413
|
}
|
|
413
|
-
.awsui_container-body-size-
|
|
414
|
+
.awsui_container-body-size-medium_xjuzf_125ku_411.awsui_fixed-width_xjuzf_125ku_407:not(#\9) {
|
|
414
415
|
inline-size: 310px;
|
|
415
416
|
}
|
|
416
417
|
|
|
417
|
-
.awsui_container-body-size-
|
|
418
|
+
.awsui_container-body-size-large_xjuzf_125ku_418:not(#\9) {
|
|
418
419
|
max-inline-size: 482px;
|
|
419
420
|
}
|
|
420
421
|
@media (max-width: 482px) {
|
|
421
|
-
.awsui_container-body-size-
|
|
422
|
+
.awsui_container-body-size-large_xjuzf_125ku_418:not(#\9) {
|
|
422
423
|
max-inline-size: 310px;
|
|
423
424
|
}
|
|
424
425
|
}
|
|
425
|
-
.awsui_container-body-size-
|
|
426
|
+
.awsui_container-body-size-large_xjuzf_125ku_418.awsui_fixed-width_xjuzf_125ku_407:not(#\9) {
|
|
426
427
|
inline-size: 482px;
|
|
427
428
|
}
|
|
428
429
|
|
|
429
|
-
.awsui_container-
|
|
430
|
+
.awsui_container-arrow_xjuzf_125ku_338:not(#\9) {
|
|
430
431
|
position: absolute;
|
|
431
432
|
display: inline-block;
|
|
432
433
|
}
|
|
433
|
-
.awsui_container-arrow-position-right-
|
|
434
|
+
.awsui_container-arrow-position-right-top_xjuzf_125ku_348:not(#\9), .awsui_container-arrow-position-right-bottom_xjuzf_125ku_348:not(#\9) {
|
|
434
435
|
transform: rotate(-90deg);
|
|
435
436
|
transform-origin: 0 100%;
|
|
436
437
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
437
438
|
}
|
|
438
|
-
.awsui_container-arrow-position-right-
|
|
439
|
+
.awsui_container-arrow-position-right-top_xjuzf_125ku_348:not(#\9):dir(rtl), .awsui_container-arrow-position-right-bottom_xjuzf_125ku_348:not(#\9):dir(rtl) {
|
|
439
440
|
transform: rotate(90deg);
|
|
440
441
|
transform-origin: 100% 100%;
|
|
441
442
|
}
|
|
442
|
-
.awsui_container-arrow-position-right-
|
|
443
|
+
.awsui_container-arrow-position-right-top_xjuzf_125ku_348:not(#\9) {
|
|
443
444
|
inset-block-start: calc(12px + 10px);
|
|
444
445
|
inset-inline-start: 0;
|
|
445
446
|
}
|
|
446
|
-
.awsui_container-arrow-position-right-
|
|
447
|
+
.awsui_container-arrow-position-right-bottom_xjuzf_125ku_348:not(#\9) {
|
|
447
448
|
inset-block-end: 12px;
|
|
448
449
|
inset-inline-start: 0;
|
|
449
450
|
}
|
|
450
|
-
.awsui_container-arrow-position-left-
|
|
451
|
+
.awsui_container-arrow-position-left-top_xjuzf_125ku_353:not(#\9), .awsui_container-arrow-position-left-bottom_xjuzf_125ku_353:not(#\9) {
|
|
451
452
|
transform: rotate(90deg);
|
|
452
453
|
transform-origin: 100% 100%;
|
|
453
454
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
454
455
|
}
|
|
455
|
-
.awsui_container-arrow-position-left-
|
|
456
|
+
.awsui_container-arrow-position-left-top_xjuzf_125ku_353:not(#\9):dir(rtl), .awsui_container-arrow-position-left-bottom_xjuzf_125ku_353:not(#\9):dir(rtl) {
|
|
456
457
|
transform: rotate(-90deg);
|
|
457
458
|
transform-origin: 0% 100%;
|
|
458
459
|
}
|
|
459
|
-
.awsui_container-arrow-position-left-
|
|
460
|
+
.awsui_container-arrow-position-left-top_xjuzf_125ku_353:not(#\9) {
|
|
460
461
|
inset-block-start: calc(12px + 10px);
|
|
461
462
|
inset-inline-end: 0;
|
|
462
463
|
}
|
|
463
|
-
.awsui_container-arrow-position-left-
|
|
464
|
+
.awsui_container-arrow-position-left-bottom_xjuzf_125ku_353:not(#\9) {
|
|
464
465
|
inset-block-end: 12px;
|
|
465
466
|
inset-inline-end: 0;
|
|
466
467
|
}
|
|
467
|
-
.awsui_container-arrow-position-top-
|
|
468
|
+
.awsui_container-arrow-position-top-center_xjuzf_125ku_343:not(#\9), .awsui_container-arrow-position-top-right_xjuzf_125ku_343:not(#\9), .awsui_container-arrow-position-top-left_xjuzf_125ku_343:not(#\9), .awsui_container-arrow-position-top-responsive_xjuzf_125ku_468:not(#\9) {
|
|
468
469
|
transform: rotate(180deg);
|
|
469
470
|
transform-origin: 50% 50%;
|
|
470
471
|
}
|
|
471
|
-
.awsui_container-arrow-position-top-
|
|
472
|
+
.awsui_container-arrow-position-top-center_xjuzf_125ku_343:not(#\9) {
|
|
472
473
|
inset-block-end: -10px;
|
|
473
474
|
inset-inline-start: calc(50% - 10px);
|
|
474
475
|
}
|
|
475
|
-
.awsui_container-arrow-position-top-
|
|
476
|
+
.awsui_container-arrow-position-top-right_xjuzf_125ku_343:not(#\9) {
|
|
476
477
|
inset-block-end: -10px;
|
|
477
478
|
inset-inline-start: 12px;
|
|
478
479
|
}
|
|
479
|
-
.awsui_container-arrow-position-top-
|
|
480
|
+
.awsui_container-arrow-position-top-left_xjuzf_125ku_343:not(#\9) {
|
|
480
481
|
inset-block-end: -10px;
|
|
481
482
|
inset-inline-start: calc(100% - 20px - 12px);
|
|
482
483
|
}
|
|
483
|
-
.awsui_container-arrow-position-bottom-
|
|
484
|
+
.awsui_container-arrow-position-bottom-center_xjuzf_125ku_338:not(#\9) {
|
|
484
485
|
inset-block-start: -10px;
|
|
485
486
|
inset-inline-start: calc(50% - 10px);
|
|
486
487
|
}
|
|
487
|
-
.awsui_container-arrow-position-bottom-
|
|
488
|
+
.awsui_container-arrow-position-bottom-right_xjuzf_125ku_338:not(#\9) {
|
|
488
489
|
inset-block-start: -10px;
|
|
489
490
|
inset-inline-start: 12px;
|
|
490
491
|
}
|
|
491
|
-
.awsui_container-arrow-position-bottom-
|
|
492
|
+
.awsui_container-arrow-position-bottom-left_xjuzf_125ku_338:not(#\9) {
|
|
492
493
|
inset-block-start: -10px;
|
|
493
494
|
inset-inline-start: calc(100% - 20px - 12px);
|
|
494
495
|
}
|
|
@@ -501,10 +502,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
501
502
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
502
503
|
SPDX-License-Identifier: Apache-2.0
|
|
503
504
|
*/
|
|
504
|
-
.
|
|
505
|
-
animation: awsui_awsui-motion-fade-
|
|
505
|
+
.awsui_container_xjuzf_125ku_327:not(#\9) {
|
|
506
|
+
animation: awsui_awsui-motion-fade-in_xjuzf_125ku_1 var(--motion-duration-show-paced-agho9h, 180ms) var(--motion-easing-show-paced-vcekro, ease-out);
|
|
506
507
|
}
|
|
507
|
-
@keyframes awsui_awsui-motion-fade-
|
|
508
|
+
@keyframes awsui_awsui-motion-fade-in_xjuzf_125ku_1 {
|
|
508
509
|
from {
|
|
509
510
|
opacity: 0.2;
|
|
510
511
|
}
|
|
@@ -513,19 +514,19 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
513
514
|
}
|
|
514
515
|
}
|
|
515
516
|
@media (prefers-reduced-motion: reduce) {
|
|
516
|
-
.
|
|
517
|
+
.awsui_container_xjuzf_125ku_327:not(#\9) {
|
|
517
518
|
animation: none;
|
|
518
519
|
transition: none;
|
|
519
520
|
}
|
|
520
521
|
}
|
|
521
|
-
.awsui-motion-disabled .
|
|
522
|
+
.awsui-motion-disabled .awsui_container_xjuzf_125ku_327:not(#\9), .awsui-mode-entering .awsui_container_xjuzf_125ku_327:not(#\9) {
|
|
522
523
|
animation: none;
|
|
523
524
|
transition: none;
|
|
524
525
|
}
|
|
525
|
-
.
|
|
526
|
-
animation: awsui_awsui-motion-fade-
|
|
526
|
+
.awsui_container_xjuzf_125ku_327.awsui_refresh_xjuzf_125ku_526:not(#\9) {
|
|
527
|
+
animation: awsui_awsui-motion-fade-in_xjuzf_125ku_1 var(--motion-duration-refresh-only-fast-v9rk6z, 0ms) var(--motion-easing-refresh-only-a-8gio5w, cubic-bezier(0, 0, 0, 1));
|
|
527
528
|
}
|
|
528
|
-
@keyframes awsui_awsui-motion-fade-
|
|
529
|
+
@keyframes awsui_awsui-motion-fade-in_xjuzf_125ku_1 {
|
|
529
530
|
from {
|
|
530
531
|
opacity: 0.2;
|
|
531
532
|
}
|
|
@@ -534,17 +535,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
534
535
|
}
|
|
535
536
|
}
|
|
536
537
|
@media (prefers-reduced-motion: reduce) {
|
|
537
|
-
.
|
|
538
|
+
.awsui_container_xjuzf_125ku_327.awsui_refresh_xjuzf_125ku_526:not(#\9) {
|
|
538
539
|
animation: none;
|
|
539
540
|
transition: none;
|
|
540
541
|
}
|
|
541
542
|
}
|
|
542
|
-
.awsui-motion-disabled .
|
|
543
|
+
.awsui-motion-disabled .awsui_container_xjuzf_125ku_327.awsui_refresh_xjuzf_125ku_526:not(#\9), .awsui-mode-entering .awsui_container_xjuzf_125ku_327.awsui_refresh_xjuzf_125ku_526:not(#\9) {
|
|
543
544
|
animation: none;
|
|
544
545
|
transition: none;
|
|
545
546
|
}
|
|
546
547
|
|
|
547
|
-
.
|
|
548
|
+
.awsui_root_xjuzf_125ku_548:not(#\9) {
|
|
548
549
|
border-collapse: separate;
|
|
549
550
|
border-spacing: 0;
|
|
550
551
|
box-sizing: border-box;
|
|
@@ -576,22 +577,22 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
576
577
|
-moz-osx-font-smoothing: auto;
|
|
577
578
|
color: inherit;
|
|
578
579
|
}
|
|
579
|
-
.
|
|
580
|
+
.awsui_root_xjuzf_125ku_548.awsui_no-wrap_xjuzf_125ku_580:not(#\9) {
|
|
580
581
|
white-space: nowrap;
|
|
581
582
|
}
|
|
582
583
|
|
|
583
|
-
.awsui_root-filtering-
|
|
584
|
+
.awsui_root-filtering-token_xjuzf_125ku_584:not(#\9) {
|
|
584
585
|
display: flex;
|
|
585
586
|
}
|
|
586
587
|
|
|
587
|
-
.
|
|
588
|
+
.awsui_trigger_xjuzf_125ku_588:not(#\9) {
|
|
588
589
|
display: inline-block;
|
|
589
590
|
max-inline-size: 100%;
|
|
590
591
|
color: inherit;
|
|
591
592
|
text-align: inherit;
|
|
592
593
|
}
|
|
593
594
|
|
|
594
|
-
.awsui_overflow-
|
|
595
|
+
.awsui_overflow-ellipsis_xjuzf_125ku_595:not(#\9) {
|
|
595
596
|
white-space: nowrap;
|
|
596
597
|
overflow: hidden;
|
|
597
598
|
text-overflow: ellipsis;
|
|
@@ -599,7 +600,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
599
600
|
word-break: break-word;
|
|
600
601
|
}
|
|
601
602
|
|
|
602
|
-
.awsui_trigger-type-text-
|
|
603
|
+
.awsui_trigger-type-text-inline_xjuzf_125ku_603:not(#\9) {
|
|
603
604
|
font-size: var(--font-size-body-m-vv54cm, 14px);
|
|
604
605
|
line-height: var(--line-height-body-m-bedeoh, 22px);
|
|
605
606
|
color: var(--color-text-body-default-5qid0u, #16191f);
|
|
@@ -617,20 +618,20 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
617
618
|
text-decoration-thickness: var(--border-divider-list-width-8ggz94, 1px);
|
|
618
619
|
text-underline-offset: 0.25em;
|
|
619
620
|
}
|
|
620
|
-
.awsui_trigger-type-text-
|
|
621
|
+
.awsui_trigger-type-text-inline_xjuzf_125ku_603.awsui_overflow-ellipsis_xjuzf_125ku_595:not(#\9) {
|
|
621
622
|
/*
|
|
622
623
|
This style needs because of the overflow: hidden would otherwise conceal the underline styles.
|
|
623
624
|
*/
|
|
624
625
|
padding-block-end: calc(0.25em + var(--border-divider-list-width-8ggz94, 1px));
|
|
625
626
|
}
|
|
626
627
|
|
|
627
|
-
.awsui_trigger-type-
|
|
628
|
+
.awsui_trigger-type-text_xjuzf_125ku_603:not(#\9) {
|
|
628
629
|
border-block: 0;
|
|
629
630
|
border-block-end: var(--border-divider-list-width-8ggz94, 1px) dashed currentColor;
|
|
630
631
|
}
|
|
631
632
|
|
|
632
|
-
.awsui_trigger-type-text-
|
|
633
|
-
.awsui_trigger-type-
|
|
633
|
+
.awsui_trigger-type-text-inline_xjuzf_125ku_603:not(#\9),
|
|
634
|
+
.awsui_trigger-type-text_xjuzf_125ku_603:not(#\9) {
|
|
634
635
|
border-inline: 0;
|
|
635
636
|
margin-block: 0;
|
|
636
637
|
margin-inline: 0;
|
|
@@ -639,21 +640,21 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
639
640
|
background-color: transparent;
|
|
640
641
|
cursor: pointer;
|
|
641
642
|
}
|
|
642
|
-
.awsui_trigger-type-text-
|
|
643
|
-
.awsui_trigger-type-
|
|
643
|
+
.awsui_trigger-type-text-inline_xjuzf_125ku_603:not(#\9):focus,
|
|
644
|
+
.awsui_trigger-type-text_xjuzf_125ku_603:not(#\9):focus {
|
|
644
645
|
outline: none;
|
|
645
646
|
}
|
|
646
|
-
body[data-awsui-focus-visible=true] .awsui_trigger-type-text-
|
|
647
|
-
body[data-awsui-focus-visible=true] .awsui_trigger-type-
|
|
647
|
+
body[data-awsui-focus-visible=true] .awsui_trigger-type-text-inline_xjuzf_125ku_603:not(#\9):focus,
|
|
648
|
+
body[data-awsui-focus-visible=true] .awsui_trigger-type-text_xjuzf_125ku_603:not(#\9):focus {
|
|
648
649
|
position: relative;
|
|
649
650
|
}
|
|
650
|
-
body[data-awsui-focus-visible=true] .awsui_trigger-type-text-
|
|
651
|
-
body[data-awsui-focus-visible=true] .awsui_trigger-type-
|
|
651
|
+
body[data-awsui-focus-visible=true] .awsui_trigger-type-text-inline_xjuzf_125ku_603:not(#\9):focus,
|
|
652
|
+
body[data-awsui-focus-visible=true] .awsui_trigger-type-text_xjuzf_125ku_603:not(#\9):focus {
|
|
652
653
|
outline: 2px dotted transparent;
|
|
653
654
|
outline-offset: calc(1px - 1px);
|
|
654
655
|
}
|
|
655
|
-
body[data-awsui-focus-visible=true] .awsui_trigger-type-text-
|
|
656
|
-
body[data-awsui-focus-visible=true] .awsui_trigger-type-
|
|
656
|
+
body[data-awsui-focus-visible=true] .awsui_trigger-type-text-inline_xjuzf_125ku_603:not(#\9):focus::before,
|
|
657
|
+
body[data-awsui-focus-visible=true] .awsui_trigger-type-text_xjuzf_125ku_603:not(#\9):focus::before {
|
|
657
658
|
content: " ";
|
|
658
659
|
display: block;
|
|
659
660
|
position: absolute;
|
|
@@ -668,15 +669,15 @@ body[data-awsui-focus-visible=true] .awsui_trigger-type-text_xjuzf_1us7q_602:not
|
|
|
668
669
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-r5f6xl, #0073bb);
|
|
669
670
|
}
|
|
670
671
|
|
|
671
|
-
.awsui_trigger-type-filtering-
|
|
672
|
+
.awsui_trigger-type-filtering-token_xjuzf_125ku_671:not(#\9) {
|
|
672
673
|
display: flex;
|
|
673
674
|
}
|
|
674
675
|
|
|
675
|
-
.awsui_popover-inline-
|
|
676
|
+
.awsui_popover-inline-content_xjuzf_125ku_675:not(#\9) {
|
|
676
677
|
display: inline;
|
|
677
678
|
}
|
|
678
679
|
|
|
679
|
-
.awsui_hover-
|
|
680
|
+
.awsui_hover-area_xjuzf_125ku_679:not(#\9) {
|
|
680
681
|
pointer-events: none;
|
|
681
682
|
padding-block: var(--space-static-s-8me5rn, 12px);
|
|
682
683
|
padding-inline: var(--space-static-s-8me5rn, 12px);
|