@cloudscape-design/components 3.0.751 → 3.0.752
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/drawer/styles.css.js +13 -13
- package/app-layout/drawer/styles.scoped.css +22 -22
- package/app-layout/drawer/styles.selectors.js +13 -13
- package/app-layout/mobile-toolbar/styles.css.js +8 -8
- package/app-layout/mobile-toolbar/styles.scoped.css +10 -10
- package/app-layout/mobile-toolbar/styles.selectors.js +8 -8
- package/app-layout/visual-refresh-toolbar/skeleton/styles.css.js +16 -16
- package/app-layout/visual-refresh-toolbar/skeleton/styles.scoped.css +34 -34
- package/app-layout/visual-refresh-toolbar/skeleton/styles.selectors.js +16 -16
- package/app-layout/visual-refresh-toolbar/toolbar/styles.css.js +12 -12
- package/app-layout/visual-refresh-toolbar/toolbar/styles.scoped.css +16 -16
- package/app-layout/visual-refresh-toolbar/toolbar/styles.selectors.js +12 -12
- package/app-layout/visual-refresh-toolbar/toolbar/trigger-button/styles.css.js +6 -6
- package/app-layout/visual-refresh-toolbar/toolbar/trigger-button/styles.scoped.css +24 -24
- package/app-layout/visual-refresh-toolbar/toolbar/trigger-button/styles.selectors.js +6 -6
- package/internal/base-component/styles.scoped.css +5 -10
- package/internal/environment.js +1 -1
- package/internal/environment.json +1 -1
- package/internal/generated/styles/tokens.js +1 -1
- package/internal/generated/theming/index.cjs +15 -15
- package/internal/generated/theming/index.js +15 -15
- package/internal/manifest.json +1 -1
- package/package.json +1 -1
- package/popover/styles.css.js +52 -52
- package/popover/styles.scoped.css +72 -72
- package/popover/styles.selectors.js +52 -52
- package/wizard/styles.css.js +30 -30
- package/wizard/styles.scoped.css +59 -59
- package/wizard/styles.selectors.js +30 -30
package/popover/styles.css.js
CHANGED
|
@@ -1,57 +1,57 @@
|
|
|
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
|
-
"refresh": "
|
|
8
|
-
"arrow-position-right-top": "awsui_arrow-position-right-
|
|
9
|
-
"arrow-position-right-bottom": "awsui_arrow-position-right-
|
|
10
|
-
"arrow-position-left-top": "awsui_arrow-position-left-
|
|
11
|
-
"arrow-position-left-bottom": "awsui_arrow-position-left-
|
|
12
|
-
"arrow-position-top-center": "awsui_arrow-position-top-
|
|
13
|
-
"arrow-position-top-right": "awsui_arrow-position-top-
|
|
14
|
-
"arrow-position-top-left": "awsui_arrow-position-top-
|
|
15
|
-
"arrow-position-top-responsive": "awsui_arrow-position-top-
|
|
16
|
-
"arrow-position-bottom-center": "awsui_arrow-position-bottom-
|
|
17
|
-
"arrow-position-bottom-right": "awsui_arrow-position-bottom-
|
|
18
|
-
"arrow-position-bottom-left": "awsui_arrow-position-bottom-
|
|
19
|
-
"arrow-position-bottom-responsive": "awsui_arrow-position-bottom-
|
|
20
|
-
"body": "
|
|
21
|
-
"body-overflow-visible": "awsui_body-overflow-
|
|
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-body": "awsui_container-
|
|
31
|
-
"container-body-variant-annotation": "awsui_container-body-variant-
|
|
32
|
-
"container-body-size-small": "awsui_container-body-size-
|
|
33
|
-
"fixed-width": "awsui_fixed-
|
|
34
|
-
"container-body-size-medium": "awsui_container-body-size-
|
|
35
|
-
"container-body-size-large": "awsui_container-body-size-
|
|
36
|
-
"container-arrow": "awsui_container-
|
|
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-arrow-position-top-center": "awsui_container-arrow-position-top-
|
|
42
|
-
"container-arrow-position-top-right": "awsui_container-arrow-position-top-
|
|
43
|
-
"container-arrow-position-top-left": "awsui_container-arrow-position-top-
|
|
44
|
-
"container-arrow-position-top-responsive": "awsui_container-arrow-position-top-
|
|
45
|
-
"container-arrow-position-bottom-center": "awsui_container-arrow-position-bottom-
|
|
46
|
-
"container-arrow-position-bottom-right": "awsui_container-arrow-position-bottom-
|
|
47
|
-
"container-arrow-position-bottom-left": "awsui_container-arrow-position-bottom-
|
|
48
|
-
"awsui-motion-fade-in": "awsui_awsui-motion-fade-
|
|
49
|
-
"root": "
|
|
50
|
-
"root-filtering-token": "awsui_root-filtering-
|
|
51
|
-
"trigger": "
|
|
52
|
-
"overflow-ellipsis": "awsui_overflow-
|
|
53
|
-
"trigger-type-text": "awsui_trigger-type-
|
|
54
|
-
"trigger-type-filtering-token": "awsui_trigger-type-filtering-
|
|
55
|
-
"popover-inline-content": "awsui_popover-inline-
|
|
4
|
+
"arrow": "awsui_arrow_xjuzf_na7jp_281",
|
|
5
|
+
"arrow-outer": "awsui_arrow-outer_xjuzf_na7jp_285",
|
|
6
|
+
"arrow-inner": "awsui_arrow-inner_xjuzf_na7jp_285",
|
|
7
|
+
"refresh": "awsui_refresh_xjuzf_na7jp_320",
|
|
8
|
+
"arrow-position-right-top": "awsui_arrow-position-right-top_xjuzf_na7jp_330",
|
|
9
|
+
"arrow-position-right-bottom": "awsui_arrow-position-right-bottom_xjuzf_na7jp_330",
|
|
10
|
+
"arrow-position-left-top": "awsui_arrow-position-left-top_xjuzf_na7jp_333",
|
|
11
|
+
"arrow-position-left-bottom": "awsui_arrow-position-left-bottom_xjuzf_na7jp_333",
|
|
12
|
+
"arrow-position-top-center": "awsui_arrow-position-top-center_xjuzf_na7jp_336",
|
|
13
|
+
"arrow-position-top-right": "awsui_arrow-position-top-right_xjuzf_na7jp_336",
|
|
14
|
+
"arrow-position-top-left": "awsui_arrow-position-top-left_xjuzf_na7jp_336",
|
|
15
|
+
"arrow-position-top-responsive": "awsui_arrow-position-top-responsive_xjuzf_na7jp_336",
|
|
16
|
+
"arrow-position-bottom-center": "awsui_arrow-position-bottom-center_xjuzf_na7jp_339",
|
|
17
|
+
"arrow-position-bottom-right": "awsui_arrow-position-bottom-right_xjuzf_na7jp_339",
|
|
18
|
+
"arrow-position-bottom-left": "awsui_arrow-position-bottom-left_xjuzf_na7jp_339",
|
|
19
|
+
"arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_xjuzf_na7jp_339",
|
|
20
|
+
"body": "awsui_body_xjuzf_na7jp_483",
|
|
21
|
+
"body-overflow-visible": "awsui_body-overflow-visible_xjuzf_na7jp_522",
|
|
22
|
+
"has-dismiss": "awsui_has-dismiss_xjuzf_na7jp_526",
|
|
23
|
+
"dismiss": "awsui_dismiss_xjuzf_na7jp_531",
|
|
24
|
+
"dismiss-control": "awsui_dismiss-control_xjuzf_na7jp_539",
|
|
25
|
+
"header-row": "awsui_header-row_xjuzf_na7jp_543",
|
|
26
|
+
"header": "awsui_header_xjuzf_na7jp_543",
|
|
27
|
+
"content": "awsui_content_xjuzf_na7jp_568",
|
|
28
|
+
"content-overflow-visible": "awsui_content-overflow-visible_xjuzf_na7jp_576",
|
|
29
|
+
"container": "awsui_container_xjuzf_na7jp_720",
|
|
30
|
+
"container-body": "awsui_container-body_xjuzf_na7jp_728",
|
|
31
|
+
"container-body-variant-annotation": "awsui_container-body-variant-annotation_xjuzf_na7jp_771",
|
|
32
|
+
"container-body-size-small": "awsui_container-body-size-small_xjuzf_na7jp_776",
|
|
33
|
+
"fixed-width": "awsui_fixed-width_xjuzf_na7jp_779",
|
|
34
|
+
"container-body-size-medium": "awsui_container-body-size-medium_xjuzf_na7jp_783",
|
|
35
|
+
"container-body-size-large": "awsui_container-body-size-large_xjuzf_na7jp_790",
|
|
36
|
+
"container-arrow": "awsui_container-arrow_xjuzf_na7jp_802",
|
|
37
|
+
"container-arrow-position-right-top": "awsui_container-arrow-position-right-top_xjuzf_na7jp_806",
|
|
38
|
+
"container-arrow-position-right-bottom": "awsui_container-arrow-position-right-bottom_xjuzf_na7jp_806",
|
|
39
|
+
"container-arrow-position-left-top": "awsui_container-arrow-position-left-top_xjuzf_na7jp_823",
|
|
40
|
+
"container-arrow-position-left-bottom": "awsui_container-arrow-position-left-bottom_xjuzf_na7jp_823",
|
|
41
|
+
"container-arrow-position-top-center": "awsui_container-arrow-position-top-center_xjuzf_na7jp_840",
|
|
42
|
+
"container-arrow-position-top-right": "awsui_container-arrow-position-top-right_xjuzf_na7jp_840",
|
|
43
|
+
"container-arrow-position-top-left": "awsui_container-arrow-position-top-left_xjuzf_na7jp_840",
|
|
44
|
+
"container-arrow-position-top-responsive": "awsui_container-arrow-position-top-responsive_xjuzf_na7jp_840",
|
|
45
|
+
"container-arrow-position-bottom-center": "awsui_container-arrow-position-bottom-center_xjuzf_na7jp_856",
|
|
46
|
+
"container-arrow-position-bottom-right": "awsui_container-arrow-position-bottom-right_xjuzf_na7jp_860",
|
|
47
|
+
"container-arrow-position-bottom-left": "awsui_container-arrow-position-bottom-left_xjuzf_na7jp_864",
|
|
48
|
+
"awsui-motion-fade-in": "awsui_awsui-motion-fade-in_xjuzf_na7jp_1",
|
|
49
|
+
"root": "awsui_root_xjuzf_na7jp_1052",
|
|
50
|
+
"root-filtering-token": "awsui_root-filtering-token_xjuzf_na7jp_1088",
|
|
51
|
+
"trigger": "awsui_trigger_xjuzf_na7jp_1092",
|
|
52
|
+
"overflow-ellipsis": "awsui_overflow-ellipsis_xjuzf_na7jp_1099",
|
|
53
|
+
"trigger-type-text": "awsui_trigger-type-text_xjuzf_na7jp_1107",
|
|
54
|
+
"trigger-type-filtering-token": "awsui_trigger-type-filtering-token_xjuzf_na7jp_1143",
|
|
55
|
+
"popover-inline-content": "awsui_popover-inline-content_xjuzf_na7jp_1147"
|
|
56
56
|
};
|
|
57
57
|
|
|
@@ -278,11 +278,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
278
278
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
279
279
|
SPDX-License-Identifier: Apache-2.0
|
|
280
280
|
*/
|
|
281
|
-
.
|
|
281
|
+
.awsui_arrow_xjuzf_na7jp_281:not(#\9) {
|
|
282
282
|
inline-size: 20px;
|
|
283
283
|
block-size: 10px;
|
|
284
284
|
}
|
|
285
|
-
.awsui_arrow-
|
|
285
|
+
.awsui_arrow-outer_xjuzf_na7jp_285:not(#\9), .awsui_arrow-inner_xjuzf_na7jp_285:not(#\9) {
|
|
286
286
|
position: absolute;
|
|
287
287
|
overflow: hidden;
|
|
288
288
|
inline-size: 20px;
|
|
@@ -291,7 +291,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
291
291
|
inset-inline-start: 0;
|
|
292
292
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
293
293
|
}
|
|
294
|
-
.awsui_arrow-
|
|
294
|
+
.awsui_arrow-outer_xjuzf_na7jp_285:not(#\9)::after, .awsui_arrow-inner_xjuzf_na7jp_285:not(#\9)::after {
|
|
295
295
|
content: "";
|
|
296
296
|
box-sizing: border-box;
|
|
297
297
|
display: inline-block;
|
|
@@ -307,36 +307,36 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
307
307
|
transform: rotate(45deg);
|
|
308
308
|
transform-origin: 0 100%;
|
|
309
309
|
}
|
|
310
|
-
.awsui_arrow-
|
|
310
|
+
.awsui_arrow-outer_xjuzf_na7jp_285:not(#\9):dir(rtl)::after, .awsui_arrow-inner_xjuzf_na7jp_285:not(#\9):dir(rtl)::after {
|
|
311
311
|
transform: rotate(-45deg);
|
|
312
312
|
transform-origin: 100% 100%;
|
|
313
313
|
}
|
|
314
|
-
.awsui_arrow-
|
|
314
|
+
.awsui_arrow-outer_xjuzf_na7jp_285:not(#\9)::after {
|
|
315
315
|
background-color: var(--color-border-popover-umqvld, #9ba7b6);
|
|
316
316
|
}
|
|
317
|
-
.awsui_arrow-
|
|
317
|
+
.awsui_arrow-inner_xjuzf_na7jp_285:not(#\9) {
|
|
318
318
|
inset-block-start: 2px;
|
|
319
319
|
}
|
|
320
|
-
.awsui_arrow-
|
|
320
|
+
.awsui_arrow-inner_xjuzf_na7jp_285.awsui_refresh_xjuzf_na7jp_320:not(#\9) {
|
|
321
321
|
inset-block-start: 3px;
|
|
322
322
|
}
|
|
323
|
-
.awsui_arrow-
|
|
323
|
+
.awsui_arrow-inner_xjuzf_na7jp_285:not(#\9)::after {
|
|
324
324
|
border-start-start-radius: 1px;
|
|
325
325
|
border-start-end-radius: 0;
|
|
326
326
|
border-end-start-radius: 0;
|
|
327
327
|
border-end-end-radius: 0;
|
|
328
328
|
background-color: var(--color-background-popover-szburm, #ffffff);
|
|
329
329
|
}
|
|
330
|
-
.awsui_arrow-position-right-
|
|
330
|
+
.awsui_arrow-position-right-top_xjuzf_na7jp_330 > .awsui_arrow-outer_xjuzf_na7jp_285:not(#\9)::after, .awsui_arrow-position-right-bottom_xjuzf_na7jp_330 > .awsui_arrow-outer_xjuzf_na7jp_285:not(#\9)::after {
|
|
331
331
|
box-shadow: -0.71px 0.71px 4px -2px var(--color-shadow-default-8jp634, rgba(0, 7, 22, 0.12));
|
|
332
332
|
}
|
|
333
|
-
.awsui_arrow-position-left-
|
|
333
|
+
.awsui_arrow-position-left-top_xjuzf_na7jp_333 > .awsui_arrow-outer_xjuzf_na7jp_285:not(#\9)::after, .awsui_arrow-position-left-bottom_xjuzf_na7jp_333 > .awsui_arrow-outer_xjuzf_na7jp_285:not(#\9)::after {
|
|
334
334
|
box-shadow: 0.71px -0.71px 4px -2px var(--color-shadow-default-8jp634, rgba(0, 7, 22, 0.12));
|
|
335
335
|
}
|
|
336
|
-
.awsui_arrow-position-top-
|
|
336
|
+
.awsui_arrow-position-top-center_xjuzf_na7jp_336 > .awsui_arrow-outer_xjuzf_na7jp_285:not(#\9)::after, .awsui_arrow-position-top-right_xjuzf_na7jp_336 > .awsui_arrow-outer_xjuzf_na7jp_285:not(#\9)::after, .awsui_arrow-position-top-left_xjuzf_na7jp_336 > .awsui_arrow-outer_xjuzf_na7jp_285:not(#\9)::after, .awsui_arrow-position-top-responsive_xjuzf_na7jp_336 > .awsui_arrow-outer_xjuzf_na7jp_285:not(#\9)::after {
|
|
337
337
|
box-shadow: -0.71px -0.71px 4px -2px var(--color-shadow-default-8jp634, rgba(0, 7, 22, 0.12));
|
|
338
338
|
}
|
|
339
|
-
.awsui_arrow-position-bottom-
|
|
339
|
+
.awsui_arrow-position-bottom-center_xjuzf_na7jp_339 > .awsui_arrow-outer_xjuzf_na7jp_285:not(#\9)::after, .awsui_arrow-position-bottom-right_xjuzf_na7jp_339 > .awsui_arrow-outer_xjuzf_na7jp_285:not(#\9)::after, .awsui_arrow-position-bottom-left_xjuzf_na7jp_339 > .awsui_arrow-outer_xjuzf_na7jp_285:not(#\9)::after, .awsui_arrow-position-bottom-responsive_xjuzf_na7jp_339 > .awsui_arrow-outer_xjuzf_na7jp_285:not(#\9)::after {
|
|
340
340
|
box-shadow: 0.71px 0.71px 4px -2px var(--color-shadow-default-8jp634, rgba(0, 7, 22, 0.12));
|
|
341
341
|
}
|
|
342
342
|
|
|
@@ -480,7 +480,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
480
480
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
481
481
|
SPDX-License-Identifier: Apache-2.0
|
|
482
482
|
*/
|
|
483
|
-
.
|
|
483
|
+
.awsui_body_xjuzf_na7jp_483:not(#\9) {
|
|
484
484
|
border-collapse: separate;
|
|
485
485
|
border-spacing: 0;
|
|
486
486
|
box-sizing: border-box;
|
|
@@ -520,16 +520,16 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
520
520
|
padding-block: var(--space-s-34lx8l, 12px);
|
|
521
521
|
padding-inline: var(--space-m-udix3p, 16px);
|
|
522
522
|
}
|
|
523
|
-
.awsui_body-overflow-
|
|
523
|
+
.awsui_body-overflow-visible_xjuzf_na7jp_522:not(#\9) {
|
|
524
524
|
overflow: visible;
|
|
525
525
|
}
|
|
526
526
|
|
|
527
|
-
.awsui_has-
|
|
527
|
+
.awsui_has-dismiss_xjuzf_na7jp_526:not(#\9) {
|
|
528
528
|
display: flex;
|
|
529
529
|
align-items: baseline;
|
|
530
530
|
}
|
|
531
531
|
|
|
532
|
-
.
|
|
532
|
+
.awsui_dismiss_xjuzf_na7jp_531:not(#\9) {
|
|
533
533
|
margin-block: calc(-1 * var(--space-xs-zb16t3, 8px));
|
|
534
534
|
margin-inline-start: 0;
|
|
535
535
|
margin-inline-end: calc(-1 * (var(--space-xxs-p8yyaw, 4px) + var(--border-field-width-09w7vk, 2px)));
|
|
@@ -537,15 +537,15 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
537
537
|
order: 1;
|
|
538
538
|
}
|
|
539
539
|
|
|
540
|
-
.awsui_dismiss-
|
|
540
|
+
.awsui_dismiss-control_xjuzf_na7jp_539:not(#\9) {
|
|
541
541
|
/* used in test-utils */
|
|
542
542
|
}
|
|
543
543
|
|
|
544
|
-
.awsui_header-
|
|
544
|
+
.awsui_header-row_xjuzf_na7jp_543:not(#\9) {
|
|
545
545
|
margin-block-end: var(--space-xs-zb16t3, 8px);
|
|
546
546
|
}
|
|
547
547
|
|
|
548
|
-
.
|
|
548
|
+
.awsui_header_xjuzf_na7jp_543:not(#\9) {
|
|
549
549
|
word-wrap: break-word;
|
|
550
550
|
max-inline-size: 100%;
|
|
551
551
|
overflow: hidden;
|
|
@@ -557,7 +557,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
557
557
|
flex: 1 1 auto;
|
|
558
558
|
/* stylelint-disable-next-line selector-max-type */
|
|
559
559
|
}
|
|
560
|
-
.
|
|
560
|
+
.awsui_header_xjuzf_na7jp_543 > h2:not(#\9) {
|
|
561
561
|
font-size: var(--font-size-heading-xs-wo4hpf, 14px);
|
|
562
562
|
line-height: var(--line-height-heading-xs-aeleja, 18px);
|
|
563
563
|
font-weight: var(--font-weight-heading-xs-l7rqme, 700);
|
|
@@ -566,7 +566,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
566
566
|
display: inline;
|
|
567
567
|
}
|
|
568
568
|
|
|
569
|
-
.
|
|
569
|
+
.awsui_content_xjuzf_na7jp_568:not(#\9) {
|
|
570
570
|
word-wrap: break-word;
|
|
571
571
|
max-inline-size: 100%;
|
|
572
572
|
overflow: hidden;
|
|
@@ -574,7 +574,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
574
574
|
flex: 1 1 auto;
|
|
575
575
|
min-inline-size: 0;
|
|
576
576
|
}
|
|
577
|
-
.awsui_content-overflow-
|
|
577
|
+
.awsui_content-overflow-visible_xjuzf_na7jp_576:not(#\9) {
|
|
578
578
|
overflow: visible;
|
|
579
579
|
}
|
|
580
580
|
|
|
@@ -718,7 +718,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
718
718
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
719
719
|
SPDX-License-Identifier: Apache-2.0
|
|
720
720
|
*/
|
|
721
|
-
.
|
|
721
|
+
.awsui_container_xjuzf_na7jp_720:not(#\9) {
|
|
722
722
|
display: inline-block;
|
|
723
723
|
position: fixed;
|
|
724
724
|
inset-block-start: -9999px;
|
|
@@ -726,7 +726,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
726
726
|
z-index: 2000;
|
|
727
727
|
}
|
|
728
728
|
|
|
729
|
-
.awsui_container-
|
|
729
|
+
.awsui_container-body_xjuzf_na7jp_728:not(#\9) {
|
|
730
730
|
border-collapse: separate;
|
|
731
731
|
border-spacing: 0;
|
|
732
732
|
box-sizing: border-box;
|
|
@@ -770,100 +770,100 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
770
770
|
border-inline: var(--border-field-width-09w7vk, 2px) solid var(--color-border-popover-umqvld, #9ba7b6);
|
|
771
771
|
}
|
|
772
772
|
|
|
773
|
-
.awsui_container-body-variant-
|
|
773
|
+
.awsui_container-body-variant-annotation_xjuzf_na7jp_771:not(#\9) {
|
|
774
774
|
background-color: var(--color-background-status-info-mvnbre, #f2f8fd);
|
|
775
775
|
border-color: var(--color-border-status-info-8upc6f, #0972d3);
|
|
776
776
|
}
|
|
777
777
|
|
|
778
|
-
.awsui_container-body-size-
|
|
778
|
+
.awsui_container-body-size-small_xjuzf_na7jp_776:not(#\9) {
|
|
779
779
|
max-inline-size: 210px;
|
|
780
780
|
}
|
|
781
|
-
.awsui_container-body-size-
|
|
781
|
+
.awsui_container-body-size-small_xjuzf_na7jp_776.awsui_fixed-width_xjuzf_na7jp_779:not(#\9) {
|
|
782
782
|
inline-size: 210px;
|
|
783
783
|
}
|
|
784
784
|
|
|
785
|
-
.awsui_container-body-size-
|
|
785
|
+
.awsui_container-body-size-medium_xjuzf_na7jp_783:not(#\9) {
|
|
786
786
|
max-inline-size: 310px;
|
|
787
787
|
}
|
|
788
|
-
.awsui_container-body-size-
|
|
788
|
+
.awsui_container-body-size-medium_xjuzf_na7jp_783.awsui_fixed-width_xjuzf_na7jp_779:not(#\9) {
|
|
789
789
|
inline-size: 310px;
|
|
790
790
|
}
|
|
791
791
|
|
|
792
|
-
.awsui_container-body-size-
|
|
793
|
-
max-inline-size:
|
|
792
|
+
.awsui_container-body-size-large_xjuzf_na7jp_790:not(#\9) {
|
|
793
|
+
max-inline-size: 482px;
|
|
794
794
|
}
|
|
795
|
-
@media (max-width:
|
|
796
|
-
.awsui_container-body-size-
|
|
795
|
+
@media (max-width: 482px) {
|
|
796
|
+
.awsui_container-body-size-large_xjuzf_na7jp_790:not(#\9) {
|
|
797
797
|
max-inline-size: 310px;
|
|
798
798
|
}
|
|
799
799
|
}
|
|
800
|
-
.awsui_container-body-size-
|
|
801
|
-
inline-size:
|
|
800
|
+
.awsui_container-body-size-large_xjuzf_na7jp_790.awsui_fixed-width_xjuzf_na7jp_779:not(#\9) {
|
|
801
|
+
inline-size: 482px;
|
|
802
802
|
}
|
|
803
803
|
|
|
804
|
-
.awsui_container-
|
|
804
|
+
.awsui_container-arrow_xjuzf_na7jp_802:not(#\9) {
|
|
805
805
|
position: absolute;
|
|
806
806
|
display: inline-block;
|
|
807
807
|
}
|
|
808
|
-
.awsui_container-arrow-position-right-
|
|
808
|
+
.awsui_container-arrow-position-right-top_xjuzf_na7jp_806:not(#\9), .awsui_container-arrow-position-right-bottom_xjuzf_na7jp_806:not(#\9) {
|
|
809
809
|
transform: rotate(-90deg);
|
|
810
810
|
transform-origin: 0 100%;
|
|
811
811
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
812
812
|
}
|
|
813
|
-
.awsui_container-arrow-position-right-
|
|
813
|
+
.awsui_container-arrow-position-right-top_xjuzf_na7jp_806:not(#\9):dir(rtl), .awsui_container-arrow-position-right-bottom_xjuzf_na7jp_806:not(#\9):dir(rtl) {
|
|
814
814
|
transform: rotate(90deg);
|
|
815
815
|
transform-origin: 100% 100%;
|
|
816
816
|
}
|
|
817
|
-
.awsui_container-arrow-position-right-
|
|
817
|
+
.awsui_container-arrow-position-right-top_xjuzf_na7jp_806:not(#\9) {
|
|
818
818
|
inset-block-start: calc(12px + 10px);
|
|
819
819
|
inset-inline-start: 0;
|
|
820
820
|
}
|
|
821
|
-
.awsui_container-arrow-position-right-
|
|
821
|
+
.awsui_container-arrow-position-right-bottom_xjuzf_na7jp_806:not(#\9) {
|
|
822
822
|
inset-block-end: 12px;
|
|
823
823
|
inset-inline-start: 0;
|
|
824
824
|
}
|
|
825
|
-
.awsui_container-arrow-position-left-
|
|
825
|
+
.awsui_container-arrow-position-left-top_xjuzf_na7jp_823:not(#\9), .awsui_container-arrow-position-left-bottom_xjuzf_na7jp_823:not(#\9) {
|
|
826
826
|
transform: rotate(90deg);
|
|
827
827
|
transform-origin: 100% 100%;
|
|
828
828
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
829
829
|
}
|
|
830
|
-
.awsui_container-arrow-position-left-
|
|
830
|
+
.awsui_container-arrow-position-left-top_xjuzf_na7jp_823:not(#\9):dir(rtl), .awsui_container-arrow-position-left-bottom_xjuzf_na7jp_823:not(#\9):dir(rtl) {
|
|
831
831
|
transform: rotate(-90deg);
|
|
832
832
|
transform-origin: 0% 100%;
|
|
833
833
|
}
|
|
834
|
-
.awsui_container-arrow-position-left-
|
|
834
|
+
.awsui_container-arrow-position-left-top_xjuzf_na7jp_823:not(#\9) {
|
|
835
835
|
inset-block-start: calc(12px + 10px);
|
|
836
836
|
inset-inline-end: 0;
|
|
837
837
|
}
|
|
838
|
-
.awsui_container-arrow-position-left-
|
|
838
|
+
.awsui_container-arrow-position-left-bottom_xjuzf_na7jp_823:not(#\9) {
|
|
839
839
|
inset-block-end: 12px;
|
|
840
840
|
inset-inline-end: 0;
|
|
841
841
|
}
|
|
842
|
-
.awsui_container-arrow-position-top-
|
|
842
|
+
.awsui_container-arrow-position-top-center_xjuzf_na7jp_840:not(#\9), .awsui_container-arrow-position-top-right_xjuzf_na7jp_840:not(#\9), .awsui_container-arrow-position-top-left_xjuzf_na7jp_840:not(#\9), .awsui_container-arrow-position-top-responsive_xjuzf_na7jp_840:not(#\9) {
|
|
843
843
|
transform: rotate(180deg);
|
|
844
844
|
transform-origin: 50% 50%;
|
|
845
845
|
}
|
|
846
|
-
.awsui_container-arrow-position-top-
|
|
846
|
+
.awsui_container-arrow-position-top-center_xjuzf_na7jp_840:not(#\9) {
|
|
847
847
|
inset-block-end: -10px;
|
|
848
848
|
inset-inline-start: calc(50% - 10px);
|
|
849
849
|
}
|
|
850
|
-
.awsui_container-arrow-position-top-
|
|
850
|
+
.awsui_container-arrow-position-top-right_xjuzf_na7jp_840:not(#\9) {
|
|
851
851
|
inset-block-end: -10px;
|
|
852
852
|
inset-inline-start: 12px;
|
|
853
853
|
}
|
|
854
|
-
.awsui_container-arrow-position-top-
|
|
854
|
+
.awsui_container-arrow-position-top-left_xjuzf_na7jp_840:not(#\9) {
|
|
855
855
|
inset-block-end: -10px;
|
|
856
856
|
inset-inline-start: calc(100% - 20px - 12px);
|
|
857
857
|
}
|
|
858
|
-
.awsui_container-arrow-position-bottom-
|
|
858
|
+
.awsui_container-arrow-position-bottom-center_xjuzf_na7jp_856:not(#\9) {
|
|
859
859
|
inset-block-start: -10px;
|
|
860
860
|
inset-inline-start: calc(50% - 10px);
|
|
861
861
|
}
|
|
862
|
-
.awsui_container-arrow-position-bottom-
|
|
862
|
+
.awsui_container-arrow-position-bottom-right_xjuzf_na7jp_860:not(#\9) {
|
|
863
863
|
inset-block-start: -10px;
|
|
864
864
|
inset-inline-start: 12px;
|
|
865
865
|
}
|
|
866
|
-
.awsui_container-arrow-position-bottom-
|
|
866
|
+
.awsui_container-arrow-position-bottom-left_xjuzf_na7jp_864:not(#\9) {
|
|
867
867
|
inset-block-start: -10px;
|
|
868
868
|
inset-inline-start: calc(100% - 20px - 12px);
|
|
869
869
|
}
|
|
@@ -1008,10 +1008,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
1008
1008
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
1009
1009
|
SPDX-License-Identifier: Apache-2.0
|
|
1010
1010
|
*/
|
|
1011
|
-
.
|
|
1012
|
-
animation: awsui_awsui-motion-fade-
|
|
1011
|
+
.awsui_container_xjuzf_na7jp_720:not(#\9) {
|
|
1012
|
+
animation: awsui_awsui-motion-fade-in_xjuzf_na7jp_1 var(--motion-duration-show-paced-q2lo2h, 180ms) var(--motion-easing-show-paced-ne2o0s, ease-out);
|
|
1013
1013
|
}
|
|
1014
|
-
@keyframes awsui_awsui-motion-fade-
|
|
1014
|
+
@keyframes awsui_awsui-motion-fade-in_xjuzf_na7jp_1 {
|
|
1015
1015
|
from {
|
|
1016
1016
|
opacity: 0.2;
|
|
1017
1017
|
}
|
|
@@ -1020,19 +1020,19 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
1020
1020
|
}
|
|
1021
1021
|
}
|
|
1022
1022
|
@media (prefers-reduced-motion: reduce) {
|
|
1023
|
-
.
|
|
1023
|
+
.awsui_container_xjuzf_na7jp_720:not(#\9) {
|
|
1024
1024
|
animation: none;
|
|
1025
1025
|
transition: none;
|
|
1026
1026
|
}
|
|
1027
1027
|
}
|
|
1028
|
-
.awsui-motion-disabled .
|
|
1028
|
+
.awsui-motion-disabled .awsui_container_xjuzf_na7jp_720:not(#\9), .awsui-mode-entering .awsui_container_xjuzf_na7jp_720:not(#\9) {
|
|
1029
1029
|
animation: none;
|
|
1030
1030
|
transition: none;
|
|
1031
1031
|
}
|
|
1032
|
-
.
|
|
1033
|
-
animation: awsui_awsui-motion-fade-
|
|
1032
|
+
.awsui_container_xjuzf_na7jp_720.awsui_refresh_xjuzf_na7jp_320:not(#\9) {
|
|
1033
|
+
animation: awsui_awsui-motion-fade-in_xjuzf_na7jp_1 var(--motion-duration-refresh-only-fast-4jn2d7, 115ms) var(--motion-easing-refresh-only-a-8flf9q, cubic-bezier(0, 0, 0, 1));
|
|
1034
1034
|
}
|
|
1035
|
-
@keyframes awsui_awsui-motion-fade-
|
|
1035
|
+
@keyframes awsui_awsui-motion-fade-in_xjuzf_na7jp_1 {
|
|
1036
1036
|
from {
|
|
1037
1037
|
opacity: 0.2;
|
|
1038
1038
|
}
|
|
@@ -1041,17 +1041,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
1041
1041
|
}
|
|
1042
1042
|
}
|
|
1043
1043
|
@media (prefers-reduced-motion: reduce) {
|
|
1044
|
-
.
|
|
1044
|
+
.awsui_container_xjuzf_na7jp_720.awsui_refresh_xjuzf_na7jp_320:not(#\9) {
|
|
1045
1045
|
animation: none;
|
|
1046
1046
|
transition: none;
|
|
1047
1047
|
}
|
|
1048
1048
|
}
|
|
1049
|
-
.awsui-motion-disabled .
|
|
1049
|
+
.awsui-motion-disabled .awsui_container_xjuzf_na7jp_720.awsui_refresh_xjuzf_na7jp_320:not(#\9), .awsui-mode-entering .awsui_container_xjuzf_na7jp_720.awsui_refresh_xjuzf_na7jp_320:not(#\9) {
|
|
1050
1050
|
animation: none;
|
|
1051
1051
|
transition: none;
|
|
1052
1052
|
}
|
|
1053
1053
|
|
|
1054
|
-
.
|
|
1054
|
+
.awsui_root_xjuzf_na7jp_1052:not(#\9) {
|
|
1055
1055
|
border-collapse: separate;
|
|
1056
1056
|
border-spacing: 0;
|
|
1057
1057
|
box-sizing: border-box;
|
|
@@ -1088,18 +1088,18 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
1088
1088
|
color: inherit;
|
|
1089
1089
|
}
|
|
1090
1090
|
|
|
1091
|
-
.awsui_root-filtering-
|
|
1091
|
+
.awsui_root-filtering-token_xjuzf_na7jp_1088:not(#\9) {
|
|
1092
1092
|
display: flex;
|
|
1093
1093
|
}
|
|
1094
1094
|
|
|
1095
|
-
.
|
|
1095
|
+
.awsui_trigger_xjuzf_na7jp_1092:not(#\9) {
|
|
1096
1096
|
display: inline-block;
|
|
1097
1097
|
max-inline-size: 100%;
|
|
1098
1098
|
color: inherit;
|
|
1099
1099
|
text-align: inherit;
|
|
1100
1100
|
}
|
|
1101
1101
|
|
|
1102
|
-
.awsui_overflow-
|
|
1102
|
+
.awsui_overflow-ellipsis_xjuzf_na7jp_1099:not(#\9) {
|
|
1103
1103
|
white-space: nowrap;
|
|
1104
1104
|
overflow: hidden;
|
|
1105
1105
|
text-overflow: ellipsis;
|
|
@@ -1107,7 +1107,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
1107
1107
|
word-break: break-word;
|
|
1108
1108
|
}
|
|
1109
1109
|
|
|
1110
|
-
.awsui_trigger-type-
|
|
1110
|
+
.awsui_trigger-type-text_xjuzf_na7jp_1107:not(#\9) {
|
|
1111
1111
|
border-block: 0;
|
|
1112
1112
|
border-inline: 0;
|
|
1113
1113
|
margin-block: 0;
|
|
@@ -1118,17 +1118,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
1118
1118
|
cursor: pointer;
|
|
1119
1119
|
border-block-end: var(--border-divider-list-width-27y3k5, 1px) dashed currentColor;
|
|
1120
1120
|
}
|
|
1121
|
-
.awsui_trigger-type-
|
|
1121
|
+
.awsui_trigger-type-text_xjuzf_na7jp_1107:not(#\9):focus {
|
|
1122
1122
|
outline: none;
|
|
1123
1123
|
}
|
|
1124
|
-
body[data-awsui-focus-visible=true] .awsui_trigger-type-
|
|
1124
|
+
body[data-awsui-focus-visible=true] .awsui_trigger-type-text_xjuzf_na7jp_1107:not(#\9):focus {
|
|
1125
1125
|
position: relative;
|
|
1126
1126
|
}
|
|
1127
|
-
body[data-awsui-focus-visible=true] .awsui_trigger-type-
|
|
1127
|
+
body[data-awsui-focus-visible=true] .awsui_trigger-type-text_xjuzf_na7jp_1107:not(#\9):focus {
|
|
1128
1128
|
outline: 2px dotted transparent;
|
|
1129
1129
|
outline-offset: calc(1px - 1px);
|
|
1130
1130
|
}
|
|
1131
|
-
body[data-awsui-focus-visible=true] .awsui_trigger-type-
|
|
1131
|
+
body[data-awsui-focus-visible=true] .awsui_trigger-type-text_xjuzf_na7jp_1107:not(#\9):focus::before {
|
|
1132
1132
|
content: " ";
|
|
1133
1133
|
display: block;
|
|
1134
1134
|
position: absolute;
|
|
@@ -1143,10 +1143,10 @@ body[data-awsui-focus-visible=true] .awsui_trigger-type-text_xjuzf_1xram_1107:no
|
|
|
1143
1143
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-b2ntyl, #0972d3);
|
|
1144
1144
|
}
|
|
1145
1145
|
|
|
1146
|
-
.awsui_trigger-type-filtering-
|
|
1146
|
+
.awsui_trigger-type-filtering-token_xjuzf_na7jp_1143:not(#\9) {
|
|
1147
1147
|
display: flex;
|
|
1148
1148
|
}
|
|
1149
1149
|
|
|
1150
|
-
.awsui_popover-inline-
|
|
1150
|
+
.awsui_popover-inline-content_xjuzf_na7jp_1147:not(#\9) {
|
|
1151
1151
|
display: inline;
|
|
1152
1152
|
}
|