@cloudscape-design/components 3.0.606 → 3.0.608
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/annotation-context/annotation/styles.css.js +24 -24
- package/annotation-context/annotation/styles.scoped.css +30 -30
- package/annotation-context/annotation/styles.selectors.js +24 -24
- package/app-layout/notifications/styles.css.js +3 -3
- package/app-layout/notifications/styles.scoped.css +7 -7
- package/app-layout/notifications/styles.selectors.js +3 -3
- package/app-layout/visual-refresh/styles.css.js +81 -81
- package/app-layout/visual-refresh/styles.scoped.css +275 -286
- package/app-layout/visual-refresh/styles.selectors.js +81 -81
- package/content-layout/styles.css.js +7 -7
- package/content-layout/styles.scoped.css +13 -15
- package/content-layout/styles.selectors.js +7 -7
- package/flashbar/styles.css.js +47 -47
- package/flashbar/styles.scoped.css +171 -171
- package/flashbar/styles.selectors.js +47 -47
- package/form-field/internal.d.ts.map +1 -1
- package/form-field/internal.js +10 -6
- package/form-field/internal.js.map +1 -1
- package/internal/components/dropdown/styles.css.js +20 -20
- package/internal/components/dropdown/styles.scoped.css +39 -39
- package/internal/components/dropdown/styles.selectors.js +20 -20
- package/internal/environment.js +1 -1
- package/internal/environment.json +1 -1
- package/internal/generated/custom-css-properties/index.d.ts.map +1 -1
- package/internal/generated/custom-css-properties/index.js +44 -46
- package/internal/generated/custom-css-properties/index.js.map +1 -1
- package/internal/manifest.json +1 -1
- package/package.json +1 -1
- package/popover/internal.js +1 -1
- package/popover/internal.js.map +1 -1
- package/popover/styles.css.js +50 -50
- package/popover/styles.scoped.css +64 -64
- package/popover/styles.selectors.js +50 -50
- package/spinner/styles.css.js +13 -13
- package/spinner/styles.scoped.css +39 -39
- package/spinner/styles.selectors.js +13 -13
- package/wizard/styles.css.js +32 -32
- package/wizard/styles.scoped.css +68 -68
- package/wizard/styles.selectors.js +32 -32
|
@@ -194,11 +194,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
194
194
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
195
195
|
SPDX-License-Identifier: Apache-2.0
|
|
196
196
|
*/
|
|
197
|
-
.
|
|
197
|
+
.awsui_arrow_xjuzf_1xq78_197:not(#\9) {
|
|
198
198
|
inline-size: 20px;
|
|
199
199
|
block-size: 10px;
|
|
200
200
|
}
|
|
201
|
-
.awsui_arrow-
|
|
201
|
+
.awsui_arrow-outer_xjuzf_1xq78_201:not(#\9), .awsui_arrow-inner_xjuzf_1xq78_201:not(#\9) {
|
|
202
202
|
position: absolute;
|
|
203
203
|
overflow: hidden;
|
|
204
204
|
inline-size: 20px;
|
|
@@ -206,7 +206,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
206
206
|
inset-block-start: 0;
|
|
207
207
|
inset-inline-start: 0;
|
|
208
208
|
}
|
|
209
|
-
.awsui_arrow-
|
|
209
|
+
.awsui_arrow-outer_xjuzf_1xq78_201:not(#\9)::after, .awsui_arrow-inner_xjuzf_1xq78_201:not(#\9)::after {
|
|
210
210
|
content: "";
|
|
211
211
|
box-sizing: border-box;
|
|
212
212
|
display: inline-block;
|
|
@@ -222,32 +222,32 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
222
222
|
transform: rotate(45deg);
|
|
223
223
|
transform-origin: 0 100%;
|
|
224
224
|
}
|
|
225
|
-
.awsui_arrow-
|
|
225
|
+
.awsui_arrow-outer_xjuzf_1xq78_201:not(#\9)::after {
|
|
226
226
|
background-color: var(--color-border-popover-umqvld, #9ba7b6);
|
|
227
227
|
}
|
|
228
|
-
.awsui_arrow-
|
|
228
|
+
.awsui_arrow-inner_xjuzf_1xq78_201:not(#\9) {
|
|
229
229
|
inset-block-start: 2px;
|
|
230
230
|
}
|
|
231
|
-
.awsui_arrow-
|
|
231
|
+
.awsui_arrow-inner_xjuzf_1xq78_201.awsui_refresh_xjuzf_1xq78_231:not(#\9) {
|
|
232
232
|
inset-block-start: 3px;
|
|
233
233
|
}
|
|
234
|
-
.awsui_arrow-
|
|
234
|
+
.awsui_arrow-inner_xjuzf_1xq78_201:not(#\9)::after {
|
|
235
235
|
border-start-start-radius: 1px;
|
|
236
236
|
border-start-end-radius: 0;
|
|
237
237
|
border-end-start-radius: 0;
|
|
238
238
|
border-end-end-radius: 0;
|
|
239
239
|
background-color: var(--color-background-popover-szburm, #ffffff);
|
|
240
240
|
}
|
|
241
|
-
.awsui_arrow-position-right-
|
|
241
|
+
.awsui_arrow-position-right-top_xjuzf_1xq78_241 > .awsui_arrow-outer_xjuzf_1xq78_201:not(#\9)::after, .awsui_arrow-position-right-bottom_xjuzf_1xq78_241 > .awsui_arrow-outer_xjuzf_1xq78_201:not(#\9)::after {
|
|
242
242
|
box-shadow: -0.71px 0.71px 4px -2px var(--color-shadow-default-8jp634, rgba(0, 7, 22, 0.12));
|
|
243
243
|
}
|
|
244
|
-
.awsui_arrow-position-left-
|
|
244
|
+
.awsui_arrow-position-left-top_xjuzf_1xq78_244 > .awsui_arrow-outer_xjuzf_1xq78_201:not(#\9)::after, .awsui_arrow-position-left-bottom_xjuzf_1xq78_244 > .awsui_arrow-outer_xjuzf_1xq78_201:not(#\9)::after {
|
|
245
245
|
box-shadow: 0.71px -0.71px 4px -2px var(--color-shadow-default-8jp634, rgba(0, 7, 22, 0.12));
|
|
246
246
|
}
|
|
247
|
-
.awsui_arrow-position-top-
|
|
247
|
+
.awsui_arrow-position-top-center_xjuzf_1xq78_247 > .awsui_arrow-outer_xjuzf_1xq78_201:not(#\9)::after, .awsui_arrow-position-top-right_xjuzf_1xq78_247 > .awsui_arrow-outer_xjuzf_1xq78_201:not(#\9)::after, .awsui_arrow-position-top-left_xjuzf_1xq78_247 > .awsui_arrow-outer_xjuzf_1xq78_201:not(#\9)::after, .awsui_arrow-position-top-responsive_xjuzf_1xq78_247 > .awsui_arrow-outer_xjuzf_1xq78_201:not(#\9)::after {
|
|
248
248
|
box-shadow: -0.71px -0.71px 4px -2px var(--color-shadow-default-8jp634, rgba(0, 7, 22, 0.12));
|
|
249
249
|
}
|
|
250
|
-
.awsui_arrow-position-bottom-
|
|
250
|
+
.awsui_arrow-position-bottom-center_xjuzf_1xq78_250 > .awsui_arrow-outer_xjuzf_1xq78_201:not(#\9)::after, .awsui_arrow-position-bottom-right_xjuzf_1xq78_250 > .awsui_arrow-outer_xjuzf_1xq78_201:not(#\9)::after, .awsui_arrow-position-bottom-left_xjuzf_1xq78_250 > .awsui_arrow-outer_xjuzf_1xq78_201:not(#\9)::after, .awsui_arrow-position-bottom-responsive_xjuzf_1xq78_250 > .awsui_arrow-outer_xjuzf_1xq78_201:not(#\9)::after {
|
|
251
251
|
box-shadow: 0.71px 0.71px 4px -2px var(--color-shadow-default-8jp634, rgba(0, 7, 22, 0.12));
|
|
252
252
|
}
|
|
253
253
|
|
|
@@ -349,7 +349,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
349
349
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
350
350
|
SPDX-License-Identifier: Apache-2.0
|
|
351
351
|
*/
|
|
352
|
-
.
|
|
352
|
+
.awsui_body_xjuzf_1xq78_352:not(#\9) {
|
|
353
353
|
border-collapse: separate;
|
|
354
354
|
border-spacing: 0;
|
|
355
355
|
box-sizing: border-box;
|
|
@@ -389,16 +389,16 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
389
389
|
padding-block: var(--space-s-34lx8l, 12px);
|
|
390
390
|
padding-inline: var(--space-m-udix3p, 16px);
|
|
391
391
|
}
|
|
392
|
-
.awsui_body-overflow-
|
|
392
|
+
.awsui_body-overflow-visible_xjuzf_1xq78_391:not(#\9) {
|
|
393
393
|
overflow: visible;
|
|
394
394
|
}
|
|
395
395
|
|
|
396
|
-
.awsui_has-
|
|
396
|
+
.awsui_has-dismiss_xjuzf_1xq78_395:not(#\9) {
|
|
397
397
|
display: flex;
|
|
398
398
|
align-items: baseline;
|
|
399
399
|
}
|
|
400
400
|
|
|
401
|
-
.
|
|
401
|
+
.awsui_dismiss_xjuzf_1xq78_400:not(#\9) {
|
|
402
402
|
margin-block: calc(-1 * var(--space-xs-zb16t3, 8px));
|
|
403
403
|
margin-inline-start: 0;
|
|
404
404
|
margin-inline-end: calc(-1 * (var(--space-xxs-p8yyaw, 4px) + var(--border-field-width-09w7vk, 2px)));
|
|
@@ -406,15 +406,15 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
406
406
|
order: 1;
|
|
407
407
|
}
|
|
408
408
|
|
|
409
|
-
.awsui_dismiss-
|
|
409
|
+
.awsui_dismiss-control_xjuzf_1xq78_408:not(#\9) {
|
|
410
410
|
/* used in test-utils */
|
|
411
411
|
}
|
|
412
412
|
|
|
413
|
-
.awsui_header-
|
|
413
|
+
.awsui_header-row_xjuzf_1xq78_412:not(#\9) {
|
|
414
414
|
margin-block-end: var(--space-xs-zb16t3, 8px);
|
|
415
415
|
}
|
|
416
416
|
|
|
417
|
-
.
|
|
417
|
+
.awsui_header_xjuzf_1xq78_412:not(#\9) {
|
|
418
418
|
word-wrap: break-word;
|
|
419
419
|
max-inline-size: 100%;
|
|
420
420
|
overflow: hidden;
|
|
@@ -427,7 +427,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
427
427
|
/* stylelint-disable selector-max-type */
|
|
428
428
|
/* stylelint-enable selector-max-type */
|
|
429
429
|
}
|
|
430
|
-
.
|
|
430
|
+
.awsui_header_xjuzf_1xq78_412 > h2:not(#\9) {
|
|
431
431
|
font-size: var(--font-size-heading-xs-wo4hpf, 14px);
|
|
432
432
|
line-height: var(--line-height-heading-xs-aeleja, 18px);
|
|
433
433
|
font-weight: var(--font-weight-heading-xs-l7rqme, 700);
|
|
@@ -436,7 +436,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
436
436
|
display: inline;
|
|
437
437
|
}
|
|
438
438
|
|
|
439
|
-
.
|
|
439
|
+
.awsui_content_xjuzf_1xq78_438:not(#\9) {
|
|
440
440
|
word-wrap: break-word;
|
|
441
441
|
max-inline-size: 100%;
|
|
442
442
|
overflow: hidden;
|
|
@@ -444,7 +444,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
444
444
|
flex: 1 1 auto;
|
|
445
445
|
min-inline-size: 0;
|
|
446
446
|
}
|
|
447
|
-
.awsui_content-overflow-
|
|
447
|
+
.awsui_content-overflow-visible_xjuzf_1xq78_446:not(#\9) {
|
|
448
448
|
overflow: visible;
|
|
449
449
|
}
|
|
450
450
|
|
|
@@ -546,7 +546,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
546
546
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
547
547
|
SPDX-License-Identifier: Apache-2.0
|
|
548
548
|
*/
|
|
549
|
-
.
|
|
549
|
+
.awsui_container_xjuzf_1xq78_548:not(#\9) {
|
|
550
550
|
display: inline-block;
|
|
551
551
|
position: fixed;
|
|
552
552
|
inset-block-start: -9999px;
|
|
@@ -554,7 +554,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
554
554
|
z-index: 2000;
|
|
555
555
|
}
|
|
556
556
|
|
|
557
|
-
.awsui_container-
|
|
557
|
+
.awsui_container-body_xjuzf_1xq78_556:not(#\9) {
|
|
558
558
|
border-collapse: separate;
|
|
559
559
|
border-spacing: 0;
|
|
560
560
|
box-sizing: border-box;
|
|
@@ -598,90 +598,90 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
598
598
|
border-inline: var(--border-field-width-09w7vk, 2px) solid var(--color-border-popover-umqvld, #9ba7b6);
|
|
599
599
|
}
|
|
600
600
|
|
|
601
|
-
.awsui_container-body-variant-
|
|
601
|
+
.awsui_container-body-variant-annotation_xjuzf_1xq78_599:not(#\9) {
|
|
602
602
|
background-color: var(--color-background-status-info-mvnbre, #f2f8fd);
|
|
603
603
|
border-color: var(--color-border-status-info-8upc6f, #0972d3);
|
|
604
604
|
}
|
|
605
605
|
|
|
606
|
-
.awsui_container-body-size-
|
|
606
|
+
.awsui_container-body-size-small_xjuzf_1xq78_604:not(#\9) {
|
|
607
607
|
max-inline-size: 210px;
|
|
608
608
|
}
|
|
609
|
-
.awsui_container-body-size-
|
|
609
|
+
.awsui_container-body-size-small_xjuzf_1xq78_604.awsui_fixed-width_xjuzf_1xq78_607:not(#\9) {
|
|
610
610
|
inline-size: 210px;
|
|
611
611
|
}
|
|
612
612
|
|
|
613
|
-
.awsui_container-body-size-
|
|
613
|
+
.awsui_container-body-size-medium_xjuzf_1xq78_611:not(#\9) {
|
|
614
614
|
max-inline-size: 310px;
|
|
615
615
|
}
|
|
616
|
-
.awsui_container-body-size-
|
|
616
|
+
.awsui_container-body-size-medium_xjuzf_1xq78_611.awsui_fixed-width_xjuzf_1xq78_607:not(#\9) {
|
|
617
617
|
inline-size: 310px;
|
|
618
618
|
}
|
|
619
619
|
|
|
620
|
-
.awsui_container-body-size-
|
|
620
|
+
.awsui_container-body-size-large_xjuzf_1xq78_618:not(#\9) {
|
|
621
621
|
max-inline-size: 480px;
|
|
622
622
|
}
|
|
623
623
|
@media (max-width: 480px) {
|
|
624
|
-
.awsui_container-body-size-
|
|
624
|
+
.awsui_container-body-size-large_xjuzf_1xq78_618:not(#\9) {
|
|
625
625
|
max-inline-size: 310px;
|
|
626
626
|
}
|
|
627
627
|
}
|
|
628
|
-
.awsui_container-body-size-
|
|
628
|
+
.awsui_container-body-size-large_xjuzf_1xq78_618.awsui_fixed-width_xjuzf_1xq78_607:not(#\9) {
|
|
629
629
|
inline-size: 480px;
|
|
630
630
|
}
|
|
631
631
|
|
|
632
|
-
.awsui_container-
|
|
632
|
+
.awsui_container-arrow_xjuzf_1xq78_630:not(#\9) {
|
|
633
633
|
position: absolute;
|
|
634
634
|
display: inline-block;
|
|
635
635
|
}
|
|
636
|
-
.awsui_container-arrow-position-right-
|
|
636
|
+
.awsui_container-arrow-position-right-top_xjuzf_1xq78_634:not(#\9), .awsui_container-arrow-position-right-bottom_xjuzf_1xq78_634:not(#\9) {
|
|
637
637
|
transform: rotate(-90deg);
|
|
638
638
|
transform-origin: 0 100%;
|
|
639
639
|
}
|
|
640
|
-
.awsui_container-arrow-position-right-
|
|
640
|
+
.awsui_container-arrow-position-right-top_xjuzf_1xq78_634:not(#\9) {
|
|
641
641
|
inset-block-start: calc(12px + 10px);
|
|
642
642
|
inset-inline-start: 0;
|
|
643
643
|
}
|
|
644
|
-
.awsui_container-arrow-position-right-
|
|
644
|
+
.awsui_container-arrow-position-right-bottom_xjuzf_1xq78_634:not(#\9) {
|
|
645
645
|
inset-block-end: 12px;
|
|
646
646
|
inset-inline-start: 0;
|
|
647
647
|
}
|
|
648
|
-
.awsui_container-arrow-position-left-
|
|
648
|
+
.awsui_container-arrow-position-left-top_xjuzf_1xq78_646:not(#\9), .awsui_container-arrow-position-left-bottom_xjuzf_1xq78_646:not(#\9) {
|
|
649
649
|
transform: rotate(90deg);
|
|
650
650
|
transform-origin: 100% 100%;
|
|
651
651
|
}
|
|
652
|
-
.awsui_container-arrow-position-left-
|
|
652
|
+
.awsui_container-arrow-position-left-top_xjuzf_1xq78_646:not(#\9) {
|
|
653
653
|
inset-block-start: calc(12px + 10px);
|
|
654
654
|
inset-inline-end: 0;
|
|
655
655
|
}
|
|
656
|
-
.awsui_container-arrow-position-left-
|
|
656
|
+
.awsui_container-arrow-position-left-bottom_xjuzf_1xq78_646:not(#\9) {
|
|
657
657
|
inset-block-end: 12px;
|
|
658
658
|
inset-inline-end: 0;
|
|
659
659
|
}
|
|
660
|
-
.awsui_container-arrow-position-top-
|
|
660
|
+
.awsui_container-arrow-position-top-center_xjuzf_1xq78_658:not(#\9), .awsui_container-arrow-position-top-right_xjuzf_1xq78_658:not(#\9), .awsui_container-arrow-position-top-left_xjuzf_1xq78_658:not(#\9), .awsui_container-arrow-position-top-responsive_xjuzf_1xq78_658:not(#\9) {
|
|
661
661
|
transform: rotate(180deg);
|
|
662
662
|
transform-origin: 50% 50%;
|
|
663
663
|
}
|
|
664
|
-
.awsui_container-arrow-position-top-
|
|
664
|
+
.awsui_container-arrow-position-top-center_xjuzf_1xq78_658:not(#\9) {
|
|
665
665
|
inset-block-end: -10px;
|
|
666
666
|
inset-inline-start: calc(50% - 10px);
|
|
667
667
|
}
|
|
668
|
-
.awsui_container-arrow-position-top-
|
|
668
|
+
.awsui_container-arrow-position-top-right_xjuzf_1xq78_658:not(#\9) {
|
|
669
669
|
inset-block-end: -10px;
|
|
670
670
|
inset-inline-start: 12px;
|
|
671
671
|
}
|
|
672
|
-
.awsui_container-arrow-position-top-
|
|
672
|
+
.awsui_container-arrow-position-top-left_xjuzf_1xq78_658:not(#\9) {
|
|
673
673
|
inset-block-end: -10px;
|
|
674
674
|
inset-inline-start: calc(100% - 20px - 12px);
|
|
675
675
|
}
|
|
676
|
-
.awsui_container-arrow-position-bottom-
|
|
676
|
+
.awsui_container-arrow-position-bottom-center_xjuzf_1xq78_674:not(#\9) {
|
|
677
677
|
inset-block-start: -10px;
|
|
678
678
|
inset-inline-start: calc(50% - 10px);
|
|
679
679
|
}
|
|
680
|
-
.awsui_container-arrow-position-bottom-
|
|
680
|
+
.awsui_container-arrow-position-bottom-right_xjuzf_1xq78_678:not(#\9) {
|
|
681
681
|
inset-block-start: -10px;
|
|
682
682
|
inset-inline-start: 12px;
|
|
683
683
|
}
|
|
684
|
-
.awsui_container-arrow-position-bottom-
|
|
684
|
+
.awsui_container-arrow-position-bottom-left_xjuzf_1xq78_682:not(#\9) {
|
|
685
685
|
inset-block-start: -10px;
|
|
686
686
|
inset-inline-start: calc(100% - 20px - 12px);
|
|
687
687
|
}
|
|
@@ -784,10 +784,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
784
784
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
785
785
|
SPDX-License-Identifier: Apache-2.0
|
|
786
786
|
*/
|
|
787
|
-
.
|
|
788
|
-
animation: awsui_awsui-motion-fade-
|
|
787
|
+
.awsui_container_xjuzf_1xq78_548:not(#\9) {
|
|
788
|
+
animation: awsui_awsui-motion-fade-in_xjuzf_1xq78_1 var(--motion-duration-show-paced-q2lo2h, 180ms) var(--motion-easing-show-paced-ne2o0s, ease-out);
|
|
789
789
|
}
|
|
790
|
-
@keyframes awsui_awsui-motion-fade-
|
|
790
|
+
@keyframes awsui_awsui-motion-fade-in_xjuzf_1xq78_1 {
|
|
791
791
|
from {
|
|
792
792
|
opacity: 0.2;
|
|
793
793
|
}
|
|
@@ -796,19 +796,19 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
796
796
|
}
|
|
797
797
|
}
|
|
798
798
|
@media (prefers-reduced-motion: reduce) {
|
|
799
|
-
.
|
|
799
|
+
.awsui_container_xjuzf_1xq78_548:not(#\9) {
|
|
800
800
|
animation: none;
|
|
801
801
|
transition: none;
|
|
802
802
|
}
|
|
803
803
|
}
|
|
804
|
-
.awsui-motion-disabled .
|
|
804
|
+
.awsui-motion-disabled .awsui_container_xjuzf_1xq78_548:not(#\9), .awsui-mode-entering .awsui_container_xjuzf_1xq78_548:not(#\9) {
|
|
805
805
|
animation: none;
|
|
806
806
|
transition: none;
|
|
807
807
|
}
|
|
808
|
-
.
|
|
809
|
-
animation: awsui_awsui-motion-fade-
|
|
808
|
+
.awsui_container_xjuzf_1xq78_548.awsui_refresh_xjuzf_1xq78_231:not(#\9) {
|
|
809
|
+
animation: awsui_awsui-motion-fade-in_xjuzf_1xq78_1 var(--motion-duration-refresh-only-fast-4jn2d7, 115ms) var(--motion-easing-refresh-only-a-8flf9q, cubic-bezier(0, 0, 0, 1));
|
|
810
810
|
}
|
|
811
|
-
@keyframes awsui_awsui-motion-fade-
|
|
811
|
+
@keyframes awsui_awsui-motion-fade-in_xjuzf_1xq78_1 {
|
|
812
812
|
from {
|
|
813
813
|
opacity: 0.2;
|
|
814
814
|
}
|
|
@@ -817,17 +817,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
817
817
|
}
|
|
818
818
|
}
|
|
819
819
|
@media (prefers-reduced-motion: reduce) {
|
|
820
|
-
.
|
|
820
|
+
.awsui_container_xjuzf_1xq78_548.awsui_refresh_xjuzf_1xq78_231:not(#\9) {
|
|
821
821
|
animation: none;
|
|
822
822
|
transition: none;
|
|
823
823
|
}
|
|
824
824
|
}
|
|
825
|
-
.awsui-motion-disabled .
|
|
825
|
+
.awsui-motion-disabled .awsui_container_xjuzf_1xq78_548.awsui_refresh_xjuzf_1xq78_231:not(#\9), .awsui-mode-entering .awsui_container_xjuzf_1xq78_548.awsui_refresh_xjuzf_1xq78_231:not(#\9) {
|
|
826
826
|
animation: none;
|
|
827
827
|
transition: none;
|
|
828
828
|
}
|
|
829
829
|
|
|
830
|
-
.
|
|
830
|
+
.awsui_root_xjuzf_1xq78_828:not(#\9) {
|
|
831
831
|
border-collapse: separate;
|
|
832
832
|
border-spacing: 0;
|
|
833
833
|
box-sizing: border-box;
|
|
@@ -864,14 +864,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
864
864
|
color: inherit;
|
|
865
865
|
}
|
|
866
866
|
|
|
867
|
-
.
|
|
867
|
+
.awsui_trigger_xjuzf_1xq78_864:not(#\9) {
|
|
868
868
|
display: inline-block;
|
|
869
869
|
max-inline-size: 100%;
|
|
870
870
|
color: inherit;
|
|
871
871
|
text-align: inherit;
|
|
872
872
|
}
|
|
873
873
|
|
|
874
|
-
.awsui_trigger-type-
|
|
874
|
+
.awsui_trigger-type-text_xjuzf_1xq78_871:not(#\9) {
|
|
875
875
|
border-block: 0;
|
|
876
876
|
border-inline: 0;
|
|
877
877
|
margin-block: 0;
|
|
@@ -882,17 +882,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
882
882
|
cursor: pointer;
|
|
883
883
|
border-block-end: var(--border-divider-list-width-27y3k5, 1px) dashed currentColor;
|
|
884
884
|
}
|
|
885
|
-
.awsui_trigger-type-
|
|
885
|
+
.awsui_trigger-type-text_xjuzf_1xq78_871:not(#\9):focus {
|
|
886
886
|
outline: none;
|
|
887
887
|
}
|
|
888
|
-
body[data-awsui-focus-visible=true] .awsui_trigger-type-
|
|
888
|
+
body[data-awsui-focus-visible=true] .awsui_trigger-type-text_xjuzf_1xq78_871:not(#\9):focus {
|
|
889
889
|
position: relative;
|
|
890
890
|
}
|
|
891
|
-
body[data-awsui-focus-visible=true] .awsui_trigger-type-
|
|
891
|
+
body[data-awsui-focus-visible=true] .awsui_trigger-type-text_xjuzf_1xq78_871:not(#\9):focus {
|
|
892
892
|
outline: 2px dotted transparent;
|
|
893
893
|
outline-offset: calc(1px - 1px);
|
|
894
894
|
}
|
|
895
|
-
body[data-awsui-focus-visible=true] .awsui_trigger-type-
|
|
895
|
+
body[data-awsui-focus-visible=true] .awsui_trigger-type-text_xjuzf_1xq78_871:not(#\9):focus::before {
|
|
896
896
|
content: " ";
|
|
897
897
|
display: block;
|
|
898
898
|
position: absolute;
|
|
@@ -906,10 +906,10 @@ body[data-awsui-focus-visible=true] .awsui_trigger-type-text_xjuzf_ekpfy_871:not
|
|
|
906
906
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-u8zbsz, 4px);
|
|
907
907
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-b2ntyl, #0972d3);
|
|
908
908
|
}
|
|
909
|
-
.awsui_trigger-type-
|
|
909
|
+
.awsui_trigger-type-text_xjuzf_1xq78_871 > .awsui_trigger-inner-text_xjuzf_1xq78_906:not(#\9) {
|
|
910
910
|
position: relative;
|
|
911
911
|
}
|
|
912
912
|
|
|
913
|
-
.awsui_popover-
|
|
913
|
+
.awsui_popover-inline-content_xjuzf_1xq78_910:not(#\9) {
|
|
914
914
|
display: inline;
|
|
915
915
|
}
|
|
@@ -2,55 +2,55 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"arrow": "
|
|
6
|
-
"arrow-outer": "awsui_arrow-
|
|
7
|
-
"arrow-inner": "awsui_arrow-
|
|
8
|
-
"refresh": "
|
|
9
|
-
"arrow-position-right-top": "awsui_arrow-position-right-
|
|
10
|
-
"arrow-position-right-bottom": "awsui_arrow-position-right-
|
|
11
|
-
"arrow-position-left-top": "awsui_arrow-position-left-
|
|
12
|
-
"arrow-position-left-bottom": "awsui_arrow-position-left-
|
|
13
|
-
"arrow-position-top-center": "awsui_arrow-position-top-
|
|
14
|
-
"arrow-position-top-right": "awsui_arrow-position-top-
|
|
15
|
-
"arrow-position-top-left": "awsui_arrow-position-top-
|
|
16
|
-
"arrow-position-top-responsive": "awsui_arrow-position-top-
|
|
17
|
-
"arrow-position-bottom-center": "awsui_arrow-position-bottom-
|
|
18
|
-
"arrow-position-bottom-right": "awsui_arrow-position-bottom-
|
|
19
|
-
"arrow-position-bottom-left": "awsui_arrow-position-bottom-
|
|
20
|
-
"arrow-position-bottom-responsive": "awsui_arrow-position-bottom-
|
|
21
|
-
"body": "
|
|
22
|
-
"body-overflow-visible": "awsui_body-overflow-
|
|
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-body": "awsui_container-
|
|
32
|
-
"container-body-variant-annotation": "awsui_container-body-variant-
|
|
33
|
-
"container-body-size-small": "awsui_container-body-size-
|
|
34
|
-
"fixed-width": "awsui_fixed-
|
|
35
|
-
"container-body-size-medium": "awsui_container-body-size-
|
|
36
|
-
"container-body-size-large": "awsui_container-body-size-
|
|
37
|
-
"container-arrow": "awsui_container-
|
|
38
|
-
"container-arrow-position-right-top": "awsui_container-arrow-position-right-
|
|
39
|
-
"container-arrow-position-right-bottom": "awsui_container-arrow-position-right-
|
|
40
|
-
"container-arrow-position-left-top": "awsui_container-arrow-position-left-
|
|
41
|
-
"container-arrow-position-left-bottom": "awsui_container-arrow-position-left-
|
|
42
|
-
"container-arrow-position-top-center": "awsui_container-arrow-position-top-
|
|
43
|
-
"container-arrow-position-top-right": "awsui_container-arrow-position-top-
|
|
44
|
-
"container-arrow-position-top-left": "awsui_container-arrow-position-top-
|
|
45
|
-
"container-arrow-position-top-responsive": "awsui_container-arrow-position-top-
|
|
46
|
-
"container-arrow-position-bottom-center": "awsui_container-arrow-position-bottom-
|
|
47
|
-
"container-arrow-position-bottom-right": "awsui_container-arrow-position-bottom-
|
|
48
|
-
"container-arrow-position-bottom-left": "awsui_container-arrow-position-bottom-
|
|
49
|
-
"awsui-motion-fade-in": "awsui_awsui-motion-fade-
|
|
50
|
-
"root": "
|
|
51
|
-
"trigger": "
|
|
52
|
-
"trigger-type-text": "awsui_trigger-type-
|
|
53
|
-
"trigger-inner-text": "awsui_trigger-inner-
|
|
54
|
-
"popover-content": "awsui_popover-
|
|
5
|
+
"arrow": "awsui_arrow_xjuzf_1xq78_197",
|
|
6
|
+
"arrow-outer": "awsui_arrow-outer_xjuzf_1xq78_201",
|
|
7
|
+
"arrow-inner": "awsui_arrow-inner_xjuzf_1xq78_201",
|
|
8
|
+
"refresh": "awsui_refresh_xjuzf_1xq78_231",
|
|
9
|
+
"arrow-position-right-top": "awsui_arrow-position-right-top_xjuzf_1xq78_241",
|
|
10
|
+
"arrow-position-right-bottom": "awsui_arrow-position-right-bottom_xjuzf_1xq78_241",
|
|
11
|
+
"arrow-position-left-top": "awsui_arrow-position-left-top_xjuzf_1xq78_244",
|
|
12
|
+
"arrow-position-left-bottom": "awsui_arrow-position-left-bottom_xjuzf_1xq78_244",
|
|
13
|
+
"arrow-position-top-center": "awsui_arrow-position-top-center_xjuzf_1xq78_247",
|
|
14
|
+
"arrow-position-top-right": "awsui_arrow-position-top-right_xjuzf_1xq78_247",
|
|
15
|
+
"arrow-position-top-left": "awsui_arrow-position-top-left_xjuzf_1xq78_247",
|
|
16
|
+
"arrow-position-top-responsive": "awsui_arrow-position-top-responsive_xjuzf_1xq78_247",
|
|
17
|
+
"arrow-position-bottom-center": "awsui_arrow-position-bottom-center_xjuzf_1xq78_250",
|
|
18
|
+
"arrow-position-bottom-right": "awsui_arrow-position-bottom-right_xjuzf_1xq78_250",
|
|
19
|
+
"arrow-position-bottom-left": "awsui_arrow-position-bottom-left_xjuzf_1xq78_250",
|
|
20
|
+
"arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_xjuzf_1xq78_250",
|
|
21
|
+
"body": "awsui_body_xjuzf_1xq78_352",
|
|
22
|
+
"body-overflow-visible": "awsui_body-overflow-visible_xjuzf_1xq78_391",
|
|
23
|
+
"has-dismiss": "awsui_has-dismiss_xjuzf_1xq78_395",
|
|
24
|
+
"dismiss": "awsui_dismiss_xjuzf_1xq78_400",
|
|
25
|
+
"dismiss-control": "awsui_dismiss-control_xjuzf_1xq78_408",
|
|
26
|
+
"header-row": "awsui_header-row_xjuzf_1xq78_412",
|
|
27
|
+
"header": "awsui_header_xjuzf_1xq78_412",
|
|
28
|
+
"content": "awsui_content_xjuzf_1xq78_438",
|
|
29
|
+
"content-overflow-visible": "awsui_content-overflow-visible_xjuzf_1xq78_446",
|
|
30
|
+
"container": "awsui_container_xjuzf_1xq78_548",
|
|
31
|
+
"container-body": "awsui_container-body_xjuzf_1xq78_556",
|
|
32
|
+
"container-body-variant-annotation": "awsui_container-body-variant-annotation_xjuzf_1xq78_599",
|
|
33
|
+
"container-body-size-small": "awsui_container-body-size-small_xjuzf_1xq78_604",
|
|
34
|
+
"fixed-width": "awsui_fixed-width_xjuzf_1xq78_607",
|
|
35
|
+
"container-body-size-medium": "awsui_container-body-size-medium_xjuzf_1xq78_611",
|
|
36
|
+
"container-body-size-large": "awsui_container-body-size-large_xjuzf_1xq78_618",
|
|
37
|
+
"container-arrow": "awsui_container-arrow_xjuzf_1xq78_630",
|
|
38
|
+
"container-arrow-position-right-top": "awsui_container-arrow-position-right-top_xjuzf_1xq78_634",
|
|
39
|
+
"container-arrow-position-right-bottom": "awsui_container-arrow-position-right-bottom_xjuzf_1xq78_634",
|
|
40
|
+
"container-arrow-position-left-top": "awsui_container-arrow-position-left-top_xjuzf_1xq78_646",
|
|
41
|
+
"container-arrow-position-left-bottom": "awsui_container-arrow-position-left-bottom_xjuzf_1xq78_646",
|
|
42
|
+
"container-arrow-position-top-center": "awsui_container-arrow-position-top-center_xjuzf_1xq78_658",
|
|
43
|
+
"container-arrow-position-top-right": "awsui_container-arrow-position-top-right_xjuzf_1xq78_658",
|
|
44
|
+
"container-arrow-position-top-left": "awsui_container-arrow-position-top-left_xjuzf_1xq78_658",
|
|
45
|
+
"container-arrow-position-top-responsive": "awsui_container-arrow-position-top-responsive_xjuzf_1xq78_658",
|
|
46
|
+
"container-arrow-position-bottom-center": "awsui_container-arrow-position-bottom-center_xjuzf_1xq78_674",
|
|
47
|
+
"container-arrow-position-bottom-right": "awsui_container-arrow-position-bottom-right_xjuzf_1xq78_678",
|
|
48
|
+
"container-arrow-position-bottom-left": "awsui_container-arrow-position-bottom-left_xjuzf_1xq78_682",
|
|
49
|
+
"awsui-motion-fade-in": "awsui_awsui-motion-fade-in_xjuzf_1xq78_1",
|
|
50
|
+
"root": "awsui_root_xjuzf_1xq78_828",
|
|
51
|
+
"trigger": "awsui_trigger_xjuzf_1xq78_864",
|
|
52
|
+
"trigger-type-text": "awsui_trigger-type-text_xjuzf_1xq78_871",
|
|
53
|
+
"trigger-inner-text": "awsui_trigger-inner-text_xjuzf_1xq78_906",
|
|
54
|
+
"popover-inline-content": "awsui_popover-inline-content_xjuzf_1xq78_910"
|
|
55
55
|
};
|
|
56
56
|
|
package/spinner/styles.css.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"root": "
|
|
5
|
-
"spinner-rotator": "awsui_spinner-
|
|
6
|
-
"size-normal": "awsui_size-
|
|
7
|
-
"size-big": "awsui_size-
|
|
8
|
-
"size-large": "awsui_size-
|
|
9
|
-
"variant-normal": "awsui_variant-
|
|
10
|
-
"variant-disabled": "awsui_variant-
|
|
11
|
-
"variant-inverted": "awsui_variant-
|
|
12
|
-
"circle": "
|
|
13
|
-
"circle-left": "awsui_circle-
|
|
14
|
-
"spinner-line-left": "awsui_spinner-line-
|
|
15
|
-
"circle-right": "awsui_circle-
|
|
16
|
-
"spinner-line-right": "awsui_spinner-line-
|
|
4
|
+
"root": "awsui_root_1612d_wzftr_133",
|
|
5
|
+
"spinner-rotator": "awsui_spinner-rotator_1612d_wzftr_1",
|
|
6
|
+
"size-normal": "awsui_size-normal_1612d_wzftr_147",
|
|
7
|
+
"size-big": "awsui_size-big_1612d_wzftr_155",
|
|
8
|
+
"size-large": "awsui_size-large_1612d_wzftr_163",
|
|
9
|
+
"variant-normal": "awsui_variant-normal_1612d_wzftr_171",
|
|
10
|
+
"variant-disabled": "awsui_variant-disabled_1612d_wzftr_174",
|
|
11
|
+
"variant-inverted": "awsui_variant-inverted_1612d_wzftr_177",
|
|
12
|
+
"circle": "awsui_circle_1612d_wzftr_189",
|
|
13
|
+
"circle-left": "awsui_circle-left_1612d_wzftr_217",
|
|
14
|
+
"spinner-line-left": "awsui_spinner-line-left_1612d_wzftr_1",
|
|
15
|
+
"circle-right": "awsui_circle-right_1612d_wzftr_222",
|
|
16
|
+
"spinner-line-right": "awsui_spinner-line-right_1612d_wzftr_1"
|
|
17
17
|
};
|
|
18
18
|
|