@cloudscape-design/components 3.0.151 → 3.0.152
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/box/styles.css.js +189 -189
- package/box/styles.scoped.css +239 -233
- package/box/styles.selectors.js +189 -189
- package/button/styles.css.js +18 -18
- package/button/styles.scoped.css +140 -138
- package/button/styles.selectors.js +18 -18
- package/cards/styles.css.js +37 -37
- package/cards/styles.scoped.css +46 -44
- package/cards/styles.selectors.js +37 -37
- package/expandable-section/styles.css.js +21 -21
- package/expandable-section/styles.scoped.css +44 -42
- package/expandable-section/styles.selectors.js +21 -21
- package/header/internal.d.ts.map +1 -1
- package/header/internal.js +1 -1
- package/header/internal.js.map +1 -1
- package/header/styles.css.js +44 -40
- package/header/styles.scoped.css +74 -52
- package/header/styles.selectors.js +44 -40
- package/help-panel/styles.css.js +4 -4
- package/help-panel/styles.scoped.css +72 -58
- package/help-panel/styles.selectors.js +4 -4
- package/internal/base-component/styles.scoped.css +2 -0
- package/internal/components/menu-dropdown/styles.css.js +7 -7
- package/internal/components/menu-dropdown/styles.scoped.css +16 -14
- package/internal/components/menu-dropdown/styles.selectors.js +7 -7
- package/internal/environment.js +1 -1
- package/internal/generated/theming/index.cjs +6 -0
- package/internal/generated/theming/index.js +6 -0
- package/internal/manifest.json +1 -1
- package/link/styles.css.js +20 -20
- package/link/styles.scoped.css +75 -71
- package/link/styles.selectors.js +20 -20
- package/package.json +1 -1
- package/pagination/styles.css.js +9 -9
- package/pagination/styles.scoped.css +25 -23
- package/pagination/styles.selectors.js +9 -9
- package/pie-chart/styles.css.js +27 -27
- package/pie-chart/styles.scoped.css +45 -43
- package/pie-chart/styles.selectors.js +27 -27
- package/popover/styles.css.js +50 -50
- package/popover/styles.scoped.css +67 -63
- package/popover/styles.selectors.js +50 -50
- package/progress-bar/styles.css.js +18 -18
- package/progress-bar/styles.scoped.css +34 -32
- package/progress-bar/styles.selectors.js +18 -18
- package/segmented-control/styles.css.js +14 -14
- package/segmented-control/styles.scoped.css +37 -35
- package/segmented-control/styles.selectors.js +14 -14
- package/side-navigation/styles.css.js +22 -22
- package/side-navigation/styles.scoped.css +36 -32
- package/side-navigation/styles.selectors.js +22 -22
- package/split-panel/styles.css.js +59 -59
- package/split-panel/styles.scoped.css +83 -81
- package/split-panel/styles.selectors.js +59 -59
- package/table/header-cell/styles.css.js +18 -18
- package/table/header-cell/styles.scoped.css +32 -30
- package/table/header-cell/styles.selectors.js +18 -18
- package/tabs/styles.css.js +21 -21
- package/tabs/styles.scoped.css +40 -38
- package/tabs/styles.selectors.js +21 -21
- package/tag-editor/styles.css.js +3 -3
- package/tag-editor/styles.scoped.css +12 -10
- package/tag-editor/styles.selectors.js +3 -3
- package/text-content/styles.css.js +1 -1
- package/text-content/styles.scoped.css +70 -60
- package/text-content/styles.selectors.js +1 -1
- package/top-navigation/1.0-beta/styles.css.js +25 -25
- package/top-navigation/1.0-beta/styles.scoped.css +44 -42
- package/top-navigation/1.0-beta/styles.selectors.js +25 -25
- package/top-navigation/styles.css.js +47 -47
- package/top-navigation/styles.scoped.css +72 -66
- package/top-navigation/styles.selectors.js +47 -47
|
@@ -182,11 +182,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
182
182
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
183
183
|
SPDX-License-Identifier: Apache-2.0
|
|
184
184
|
*/
|
|
185
|
-
.
|
|
185
|
+
.awsui_arrow_xjuzf_1qvsu_185:not(#\9) {
|
|
186
186
|
width: 20px;
|
|
187
187
|
height: 10px;
|
|
188
188
|
}
|
|
189
|
-
.awsui_arrow-
|
|
189
|
+
.awsui_arrow-outer_xjuzf_1qvsu_189:not(#\9), .awsui_arrow-inner_xjuzf_1qvsu_189:not(#\9) {
|
|
190
190
|
position: absolute;
|
|
191
191
|
overflow: hidden;
|
|
192
192
|
width: 20px;
|
|
@@ -194,7 +194,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
194
194
|
top: 0;
|
|
195
195
|
left: 0;
|
|
196
196
|
}
|
|
197
|
-
.awsui_arrow-
|
|
197
|
+
.awsui_arrow-outer_xjuzf_1qvsu_189:not(#\9)::after, .awsui_arrow-inner_xjuzf_1qvsu_189:not(#\9)::after {
|
|
198
198
|
content: "";
|
|
199
199
|
box-sizing: border-box;
|
|
200
200
|
display: inline-block;
|
|
@@ -207,26 +207,26 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
207
207
|
transform: rotate(45deg);
|
|
208
208
|
transform-origin: 0 100%;
|
|
209
209
|
}
|
|
210
|
-
.awsui_arrow-
|
|
210
|
+
.awsui_arrow-outer_xjuzf_1qvsu_189:not(#\9)::after {
|
|
211
211
|
background-color: var(--color-border-popover-5pygk7, #9ba7b6);
|
|
212
212
|
}
|
|
213
|
-
.awsui_arrow-
|
|
213
|
+
.awsui_arrow-inner_xjuzf_1qvsu_189:not(#\9) {
|
|
214
214
|
top: 2px;
|
|
215
215
|
}
|
|
216
|
-
.awsui_arrow-
|
|
216
|
+
.awsui_arrow-inner_xjuzf_1qvsu_189:not(#\9)::after {
|
|
217
217
|
border-radius: 1px 0 0 0;
|
|
218
218
|
background-color: var(--color-background-popover-mn5o9k, #ffffff);
|
|
219
219
|
}
|
|
220
|
-
.awsui_arrow-position-right-
|
|
220
|
+
.awsui_arrow-position-right-top_xjuzf_1qvsu_220 > .awsui_arrow-outer_xjuzf_1qvsu_189:not(#\9)::after, .awsui_arrow-position-right-bottom_xjuzf_1qvsu_220 > .awsui_arrow-outer_xjuzf_1qvsu_189:not(#\9)::after {
|
|
221
221
|
box-shadow: -0.71px 0.71px 4px -2px var(--color-shadow-default-3se70f, rgba(0, 7, 22, 0.12));
|
|
222
222
|
}
|
|
223
|
-
.awsui_arrow-position-left-
|
|
223
|
+
.awsui_arrow-position-left-top_xjuzf_1qvsu_223 > .awsui_arrow-outer_xjuzf_1qvsu_189:not(#\9)::after, .awsui_arrow-position-left-bottom_xjuzf_1qvsu_223 > .awsui_arrow-outer_xjuzf_1qvsu_189:not(#\9)::after {
|
|
224
224
|
box-shadow: 0.71px -0.71px 4px -2px var(--color-shadow-default-3se70f, rgba(0, 7, 22, 0.12));
|
|
225
225
|
}
|
|
226
|
-
.awsui_arrow-position-top-
|
|
226
|
+
.awsui_arrow-position-top-center_xjuzf_1qvsu_226 > .awsui_arrow-outer_xjuzf_1qvsu_189:not(#\9)::after, .awsui_arrow-position-top-right_xjuzf_1qvsu_226 > .awsui_arrow-outer_xjuzf_1qvsu_189:not(#\9)::after, .awsui_arrow-position-top-left_xjuzf_1qvsu_226 > .awsui_arrow-outer_xjuzf_1qvsu_189:not(#\9)::after, .awsui_arrow-position-top-responsive_xjuzf_1qvsu_226 > .awsui_arrow-outer_xjuzf_1qvsu_189:not(#\9)::after {
|
|
227
227
|
box-shadow: -0.71px -0.71px 4px -2px var(--color-shadow-default-3se70f, rgba(0, 7, 22, 0.12));
|
|
228
228
|
}
|
|
229
|
-
.awsui_arrow-position-bottom-
|
|
229
|
+
.awsui_arrow-position-bottom-center_xjuzf_1qvsu_229 > .awsui_arrow-outer_xjuzf_1qvsu_189:not(#\9)::after, .awsui_arrow-position-bottom-right_xjuzf_1qvsu_229 > .awsui_arrow-outer_xjuzf_1qvsu_189:not(#\9)::after, .awsui_arrow-position-bottom-left_xjuzf_1qvsu_229 > .awsui_arrow-outer_xjuzf_1qvsu_189:not(#\9)::after, .awsui_arrow-position-bottom-responsive_xjuzf_1qvsu_229 > .awsui_arrow-outer_xjuzf_1qvsu_189:not(#\9)::after {
|
|
230
230
|
box-shadow: 0.71px 0.71px 4px -2px var(--color-shadow-default-3se70f, rgba(0, 7, 22, 0.12));
|
|
231
231
|
}
|
|
232
232
|
|
|
@@ -322,7 +322,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
322
322
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
323
323
|
SPDX-License-Identifier: Apache-2.0
|
|
324
324
|
*/
|
|
325
|
-
.
|
|
325
|
+
.awsui_body_xjuzf_1qvsu_325:not(#\9) {
|
|
326
326
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
327
327
|
border-collapse: separate;
|
|
328
328
|
border-spacing: 0;
|
|
@@ -362,56 +362,60 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
362
362
|
overflow: hidden;
|
|
363
363
|
padding: var(--space-s-hv8c1d, 12px) var(--space-m-17eucw, 16px);
|
|
364
364
|
}
|
|
365
|
-
.awsui_body-overflow-
|
|
365
|
+
.awsui_body-overflow-visible_xjuzf_1qvsu_339:not(#\9) {
|
|
366
366
|
overflow: visible;
|
|
367
367
|
}
|
|
368
368
|
|
|
369
|
-
.awsui_has-
|
|
369
|
+
.awsui_has-dismiss_xjuzf_1qvsu_343:not(#\9) {
|
|
370
370
|
display: flex;
|
|
371
371
|
align-items: baseline;
|
|
372
372
|
}
|
|
373
373
|
|
|
374
|
-
.
|
|
374
|
+
.awsui_dismiss_xjuzf_1qvsu_348:not(#\9) {
|
|
375
375
|
margin: calc(-1 * (var(--space-scaled-xxs-95dhkm, 4px) + var(--border-field-width-idlekx, 2px))) calc(-1 * (var(--space-xxs-ynfts5, 4px) + var(--border-field-width-idlekx, 2px)));
|
|
376
376
|
margin-left: 0;
|
|
377
377
|
flex: 0 0 auto;
|
|
378
378
|
order: 1;
|
|
379
379
|
}
|
|
380
380
|
|
|
381
|
-
.awsui_dismiss-
|
|
381
|
+
.awsui_dismiss-control_xjuzf_1qvsu_355:not(#\9) {
|
|
382
382
|
/* used in test-utils */
|
|
383
383
|
}
|
|
384
384
|
|
|
385
|
-
.awsui_header-
|
|
385
|
+
.awsui_header-row_xjuzf_1qvsu_359:not(#\9) {
|
|
386
386
|
margin-bottom: var(--space-xs-rsr2qu, 8px);
|
|
387
387
|
}
|
|
388
388
|
|
|
389
|
-
.
|
|
389
|
+
.awsui_header_xjuzf_1qvsu_359:not(#\9) {
|
|
390
390
|
word-wrap: break-word;
|
|
391
391
|
max-width: 100%;
|
|
392
392
|
overflow: hidden;
|
|
393
393
|
font-size: var(--font-heading-xs-size-fryxro, 14px);
|
|
394
394
|
line-height: var(--font-heading-xs-line-height-5x131j, 18px);
|
|
395
395
|
font-weight: var(--font-heading-xs-weight-wwznty, 800);
|
|
396
|
+
-webkit-font-smoothing: var(--font-smoothing-webkit-vu3hx4, antialiased);
|
|
397
|
+
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-nkh1jb, grayscale);
|
|
396
398
|
flex: 1 1 auto;
|
|
397
399
|
/* stylelint-disable selector-max-type */
|
|
398
400
|
/* stylelint-enable selector-max-type */
|
|
399
401
|
}
|
|
400
|
-
.
|
|
402
|
+
.awsui_header_xjuzf_1qvsu_359 > h2:not(#\9) {
|
|
401
403
|
font-size: var(--font-heading-xs-size-fryxro, 14px);
|
|
402
404
|
line-height: var(--font-heading-xs-line-height-5x131j, 18px);
|
|
403
405
|
font-weight: var(--font-heading-xs-weight-wwznty, 800);
|
|
406
|
+
-webkit-font-smoothing: var(--font-smoothing-webkit-vu3hx4, antialiased);
|
|
407
|
+
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-nkh1jb, grayscale);
|
|
404
408
|
display: inline;
|
|
405
409
|
}
|
|
406
410
|
|
|
407
|
-
.
|
|
411
|
+
.awsui_content_xjuzf_1qvsu_385:not(#\9) {
|
|
408
412
|
word-wrap: break-word;
|
|
409
413
|
max-width: 100%;
|
|
410
414
|
overflow: hidden;
|
|
411
415
|
color: var(--color-text-body-secondary-fdstdf, #414d5c);
|
|
412
416
|
flex: 1 1 auto;
|
|
413
417
|
}
|
|
414
|
-
.awsui_content-overflow-
|
|
418
|
+
.awsui_content-overflow-visible_xjuzf_1qvsu_392:not(#\9) {
|
|
415
419
|
overflow: visible;
|
|
416
420
|
}
|
|
417
421
|
|
|
@@ -507,7 +511,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
507
511
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
508
512
|
SPDX-License-Identifier: Apache-2.0
|
|
509
513
|
*/
|
|
510
|
-
.
|
|
514
|
+
.awsui_container_xjuzf_1qvsu_488:not(#\9) {
|
|
511
515
|
display: inline-block;
|
|
512
516
|
position: fixed;
|
|
513
517
|
top: -9999px;
|
|
@@ -515,7 +519,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
515
519
|
z-index: 2000;
|
|
516
520
|
}
|
|
517
521
|
|
|
518
|
-
.awsui_container-
|
|
522
|
+
.awsui_container-body_xjuzf_1qvsu_496:not(#\9) {
|
|
519
523
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
520
524
|
border-collapse: separate;
|
|
521
525
|
border-spacing: 0;
|
|
@@ -556,90 +560,90 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
556
560
|
border: var(--border-field-width-idlekx, 2px) solid var(--color-border-popover-5pygk7, #9ba7b6);
|
|
557
561
|
}
|
|
558
562
|
|
|
559
|
-
.awsui_container-body-variant-
|
|
563
|
+
.awsui_container-body-variant-annotation_xjuzf_1qvsu_511:not(#\9) {
|
|
560
564
|
background-color: var(--color-background-status-info-usb30e, #f2f8fd);
|
|
561
565
|
border-color: var(--color-border-status-info-546i7i, #0972d3);
|
|
562
566
|
}
|
|
563
567
|
|
|
564
|
-
.awsui_container-body-size-
|
|
568
|
+
.awsui_container-body-size-small_xjuzf_1qvsu_516:not(#\9) {
|
|
565
569
|
max-width: 210px;
|
|
566
570
|
}
|
|
567
|
-
.awsui_container-body-size-
|
|
571
|
+
.awsui_container-body-size-small_xjuzf_1qvsu_516.awsui_fixed-width_xjuzf_1qvsu_519:not(#\9) {
|
|
568
572
|
width: 210px;
|
|
569
573
|
}
|
|
570
574
|
|
|
571
|
-
.awsui_container-body-size-
|
|
575
|
+
.awsui_container-body-size-medium_xjuzf_1qvsu_523:not(#\9) {
|
|
572
576
|
max-width: 310px;
|
|
573
577
|
}
|
|
574
|
-
.awsui_container-body-size-
|
|
578
|
+
.awsui_container-body-size-medium_xjuzf_1qvsu_523.awsui_fixed-width_xjuzf_1qvsu_519:not(#\9) {
|
|
575
579
|
width: 310px;
|
|
576
580
|
}
|
|
577
581
|
|
|
578
|
-
.awsui_container-body-size-
|
|
582
|
+
.awsui_container-body-size-large_xjuzf_1qvsu_530:not(#\9) {
|
|
579
583
|
max-width: 480px;
|
|
580
584
|
}
|
|
581
585
|
@media (max-width: 480px) {
|
|
582
|
-
.awsui_container-body-size-
|
|
586
|
+
.awsui_container-body-size-large_xjuzf_1qvsu_530:not(#\9) {
|
|
583
587
|
max-width: 310px;
|
|
584
588
|
}
|
|
585
589
|
}
|
|
586
|
-
.awsui_container-body-size-
|
|
590
|
+
.awsui_container-body-size-large_xjuzf_1qvsu_530.awsui_fixed-width_xjuzf_1qvsu_519:not(#\9) {
|
|
587
591
|
width: 480px;
|
|
588
592
|
}
|
|
589
593
|
|
|
590
|
-
.awsui_container-
|
|
594
|
+
.awsui_container-arrow_xjuzf_1qvsu_542:not(#\9) {
|
|
591
595
|
position: absolute;
|
|
592
596
|
display: inline-block;
|
|
593
597
|
}
|
|
594
|
-
.awsui_container-arrow-position-right-
|
|
598
|
+
.awsui_container-arrow-position-right-top_xjuzf_1qvsu_546:not(#\9), .awsui_container-arrow-position-right-bottom_xjuzf_1qvsu_546:not(#\9) {
|
|
595
599
|
transform: rotate(-90deg);
|
|
596
600
|
transform-origin: 0 100%;
|
|
597
601
|
}
|
|
598
|
-
.awsui_container-arrow-position-right-
|
|
602
|
+
.awsui_container-arrow-position-right-top_xjuzf_1qvsu_546:not(#\9) {
|
|
599
603
|
top: calc(12px + 10px);
|
|
600
604
|
left: 0;
|
|
601
605
|
}
|
|
602
|
-
.awsui_container-arrow-position-right-
|
|
606
|
+
.awsui_container-arrow-position-right-bottom_xjuzf_1qvsu_546:not(#\9) {
|
|
603
607
|
bottom: 12px;
|
|
604
608
|
left: 0;
|
|
605
609
|
}
|
|
606
|
-
.awsui_container-arrow-position-left-
|
|
610
|
+
.awsui_container-arrow-position-left-top_xjuzf_1qvsu_558:not(#\9), .awsui_container-arrow-position-left-bottom_xjuzf_1qvsu_558:not(#\9) {
|
|
607
611
|
transform: rotate(90deg);
|
|
608
612
|
transform-origin: 100% 100%;
|
|
609
613
|
}
|
|
610
|
-
.awsui_container-arrow-position-left-
|
|
614
|
+
.awsui_container-arrow-position-left-top_xjuzf_1qvsu_558:not(#\9) {
|
|
611
615
|
top: calc(12px + 10px);
|
|
612
616
|
right: 0;
|
|
613
617
|
}
|
|
614
|
-
.awsui_container-arrow-position-left-
|
|
618
|
+
.awsui_container-arrow-position-left-bottom_xjuzf_1qvsu_558:not(#\9) {
|
|
615
619
|
bottom: 12px;
|
|
616
620
|
right: 0;
|
|
617
621
|
}
|
|
618
|
-
.awsui_container-arrow-position-top-
|
|
622
|
+
.awsui_container-arrow-position-top-center_xjuzf_1qvsu_570:not(#\9), .awsui_container-arrow-position-top-right_xjuzf_1qvsu_570:not(#\9), .awsui_container-arrow-position-top-left_xjuzf_1qvsu_570:not(#\9), .awsui_container-arrow-position-top-responsive_xjuzf_1qvsu_570:not(#\9) {
|
|
619
623
|
transform: rotate(180deg);
|
|
620
624
|
transform-origin: 50% 50%;
|
|
621
625
|
}
|
|
622
|
-
.awsui_container-arrow-position-top-
|
|
626
|
+
.awsui_container-arrow-position-top-center_xjuzf_1qvsu_570:not(#\9) {
|
|
623
627
|
bottom: -10px;
|
|
624
628
|
left: calc(50% - 10px);
|
|
625
629
|
}
|
|
626
|
-
.awsui_container-arrow-position-top-
|
|
630
|
+
.awsui_container-arrow-position-top-right_xjuzf_1qvsu_570:not(#\9) {
|
|
627
631
|
bottom: -10px;
|
|
628
632
|
left: 12px;
|
|
629
633
|
}
|
|
630
|
-
.awsui_container-arrow-position-top-
|
|
634
|
+
.awsui_container-arrow-position-top-left_xjuzf_1qvsu_570:not(#\9) {
|
|
631
635
|
bottom: -10px;
|
|
632
636
|
left: calc(100% - 20px - 12px);
|
|
633
637
|
}
|
|
634
|
-
.awsui_container-arrow-position-bottom-
|
|
638
|
+
.awsui_container-arrow-position-bottom-center_xjuzf_1qvsu_586:not(#\9) {
|
|
635
639
|
top: -10px;
|
|
636
640
|
left: calc(50% - 10px);
|
|
637
641
|
}
|
|
638
|
-
.awsui_container-arrow-position-bottom-
|
|
642
|
+
.awsui_container-arrow-position-bottom-right_xjuzf_1qvsu_590:not(#\9) {
|
|
639
643
|
top: -10px;
|
|
640
644
|
left: 12px;
|
|
641
645
|
}
|
|
642
|
-
.awsui_container-arrow-position-bottom-
|
|
646
|
+
.awsui_container-arrow-position-bottom-left_xjuzf_1qvsu_594:not(#\9) {
|
|
643
647
|
top: -10px;
|
|
644
648
|
left: calc(100% - 20px - 12px);
|
|
645
649
|
}
|
|
@@ -736,10 +740,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
736
740
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
737
741
|
SPDX-License-Identifier: Apache-2.0
|
|
738
742
|
*/
|
|
739
|
-
.
|
|
740
|
-
animation: awsui_awsui-motion-fade-
|
|
743
|
+
.awsui_container_xjuzf_1qvsu_488:not(#\9) {
|
|
744
|
+
animation: awsui_awsui-motion-fade-in_xjuzf_1qvsu_1 var(--motion-duration-show-paced-7wspqf, 180ms) var(--motion-easing-show-paced-wj4ybn, ease-out);
|
|
741
745
|
}
|
|
742
|
-
@keyframes awsui_awsui-motion-fade-
|
|
746
|
+
@keyframes awsui_awsui-motion-fade-in_xjuzf_1qvsu_1 {
|
|
743
747
|
from {
|
|
744
748
|
opacity: 0.2;
|
|
745
749
|
}
|
|
@@ -748,19 +752,19 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
748
752
|
}
|
|
749
753
|
}
|
|
750
754
|
@media (prefers-reduced-motion: reduce) {
|
|
751
|
-
.
|
|
755
|
+
.awsui_container_xjuzf_1qvsu_488:not(#\9) {
|
|
752
756
|
animation: none;
|
|
753
757
|
transition: none;
|
|
754
758
|
}
|
|
755
759
|
}
|
|
756
|
-
.awsui-motion-disabled .
|
|
760
|
+
.awsui-motion-disabled .awsui_container_xjuzf_1qvsu_488:not(#\9), .awsui-mode-entering .awsui_container_xjuzf_1qvsu_488:not(#\9) {
|
|
757
761
|
animation: none;
|
|
758
762
|
transition: none;
|
|
759
763
|
}
|
|
760
|
-
.
|
|
761
|
-
animation: awsui_awsui-motion-fade-
|
|
764
|
+
.awsui_container_xjuzf_1qvsu_488.awsui_refresh_xjuzf_1qvsu_712:not(#\9) {
|
|
765
|
+
animation: awsui_awsui-motion-fade-in_xjuzf_1qvsu_1 var(--motion-duration-refresh-only-fast-addxjd, 115ms) var(--motion-easing-refresh-only-a-sy0g8m, cubic-bezier(0, 0, 0, 1));
|
|
762
766
|
}
|
|
763
|
-
@keyframes awsui_awsui-motion-fade-
|
|
767
|
+
@keyframes awsui_awsui-motion-fade-in_xjuzf_1qvsu_1 {
|
|
764
768
|
from {
|
|
765
769
|
opacity: 0.2;
|
|
766
770
|
}
|
|
@@ -769,17 +773,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
769
773
|
}
|
|
770
774
|
}
|
|
771
775
|
@media (prefers-reduced-motion: reduce) {
|
|
772
|
-
.
|
|
776
|
+
.awsui_container_xjuzf_1qvsu_488.awsui_refresh_xjuzf_1qvsu_712:not(#\9) {
|
|
773
777
|
animation: none;
|
|
774
778
|
transition: none;
|
|
775
779
|
}
|
|
776
780
|
}
|
|
777
|
-
.awsui-motion-disabled .
|
|
781
|
+
.awsui-motion-disabled .awsui_container_xjuzf_1qvsu_488.awsui_refresh_xjuzf_1qvsu_712:not(#\9), .awsui-mode-entering .awsui_container_xjuzf_1qvsu_488.awsui_refresh_xjuzf_1qvsu_712:not(#\9) {
|
|
778
782
|
animation: none;
|
|
779
783
|
transition: none;
|
|
780
784
|
}
|
|
781
785
|
|
|
782
|
-
.
|
|
786
|
+
.awsui_root_xjuzf_1qvsu_734:not(#\9) {
|
|
783
787
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
784
788
|
border-collapse: separate;
|
|
785
789
|
border-spacing: 0;
|
|
@@ -818,14 +822,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
818
822
|
display: inline;
|
|
819
823
|
}
|
|
820
824
|
|
|
821
|
-
.
|
|
825
|
+
.awsui_trigger_xjuzf_1qvsu_747:not(#\9) {
|
|
822
826
|
display: inline-block;
|
|
823
827
|
max-width: 100%;
|
|
824
828
|
color: inherit;
|
|
825
829
|
text-align: inherit;
|
|
826
830
|
}
|
|
827
831
|
|
|
828
|
-
.awsui_trigger-type-
|
|
832
|
+
.awsui_trigger-type-text_xjuzf_1qvsu_754:not(#\9) {
|
|
829
833
|
border: 0;
|
|
830
834
|
margin: 0;
|
|
831
835
|
padding: 0;
|
|
@@ -833,17 +837,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
833
837
|
cursor: pointer;
|
|
834
838
|
border-bottom: var(--border-divider-list-width-hacikr, 1px) dashed currentColor;
|
|
835
839
|
}
|
|
836
|
-
.awsui_trigger-type-
|
|
840
|
+
.awsui_trigger-type-text_xjuzf_1qvsu_754:not(#\9):focus {
|
|
837
841
|
outline: none;
|
|
838
842
|
}
|
|
839
|
-
.awsui_trigger-type-
|
|
843
|
+
.awsui_trigger-type-text_xjuzf_1qvsu_754[data-awsui-focus-visible=true]:not(#\9):focus {
|
|
840
844
|
position: relative;
|
|
841
845
|
}
|
|
842
|
-
.awsui_trigger-type-
|
|
846
|
+
.awsui_trigger-type-text_xjuzf_1qvsu_754[data-awsui-focus-visible=true]:not(#\9):focus {
|
|
843
847
|
outline: 2px dotted transparent;
|
|
844
848
|
outline-offset: calc(1px - 1px);
|
|
845
849
|
}
|
|
846
|
-
.awsui_trigger-type-
|
|
850
|
+
.awsui_trigger-type-text_xjuzf_1qvsu_754[data-awsui-focus-visible=true]:not(#\9):focus::before {
|
|
847
851
|
content: " ";
|
|
848
852
|
display: block;
|
|
849
853
|
position: absolute;
|
|
@@ -854,10 +858,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
854
858
|
border-radius: var(--border-radius-control-default-focus-ring-7661kz, 4px);
|
|
855
859
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-ap3b6s, #0972d3);
|
|
856
860
|
}
|
|
857
|
-
.awsui_trigger-type-
|
|
861
|
+
.awsui_trigger-type-text_xjuzf_1qvsu_754 > .awsui_trigger-inner-text_xjuzf_1qvsu_783:not(#\9) {
|
|
858
862
|
position: relative;
|
|
859
863
|
}
|
|
860
864
|
|
|
861
|
-
.awsui_popover-
|
|
865
|
+
.awsui_popover-content_xjuzf_1qvsu_787:not(#\9) {
|
|
862
866
|
display: inline;
|
|
863
867
|
}
|
|
@@ -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
|
-
"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
|
-
"refresh": "
|
|
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_1qvsu_185",
|
|
6
|
+
"arrow-outer": "awsui_arrow-outer_xjuzf_1qvsu_189",
|
|
7
|
+
"arrow-inner": "awsui_arrow-inner_xjuzf_1qvsu_189",
|
|
8
|
+
"arrow-position-right-top": "awsui_arrow-position-right-top_xjuzf_1qvsu_220",
|
|
9
|
+
"arrow-position-right-bottom": "awsui_arrow-position-right-bottom_xjuzf_1qvsu_220",
|
|
10
|
+
"arrow-position-left-top": "awsui_arrow-position-left-top_xjuzf_1qvsu_223",
|
|
11
|
+
"arrow-position-left-bottom": "awsui_arrow-position-left-bottom_xjuzf_1qvsu_223",
|
|
12
|
+
"arrow-position-top-center": "awsui_arrow-position-top-center_xjuzf_1qvsu_226",
|
|
13
|
+
"arrow-position-top-right": "awsui_arrow-position-top-right_xjuzf_1qvsu_226",
|
|
14
|
+
"arrow-position-top-left": "awsui_arrow-position-top-left_xjuzf_1qvsu_226",
|
|
15
|
+
"arrow-position-top-responsive": "awsui_arrow-position-top-responsive_xjuzf_1qvsu_226",
|
|
16
|
+
"arrow-position-bottom-center": "awsui_arrow-position-bottom-center_xjuzf_1qvsu_229",
|
|
17
|
+
"arrow-position-bottom-right": "awsui_arrow-position-bottom-right_xjuzf_1qvsu_229",
|
|
18
|
+
"arrow-position-bottom-left": "awsui_arrow-position-bottom-left_xjuzf_1qvsu_229",
|
|
19
|
+
"arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_xjuzf_1qvsu_229",
|
|
20
|
+
"body": "awsui_body_xjuzf_1qvsu_325",
|
|
21
|
+
"body-overflow-visible": "awsui_body-overflow-visible_xjuzf_1qvsu_339",
|
|
22
|
+
"has-dismiss": "awsui_has-dismiss_xjuzf_1qvsu_343",
|
|
23
|
+
"dismiss": "awsui_dismiss_xjuzf_1qvsu_348",
|
|
24
|
+
"dismiss-control": "awsui_dismiss-control_xjuzf_1qvsu_355",
|
|
25
|
+
"header-row": "awsui_header-row_xjuzf_1qvsu_359",
|
|
26
|
+
"header": "awsui_header_xjuzf_1qvsu_359",
|
|
27
|
+
"content": "awsui_content_xjuzf_1qvsu_385",
|
|
28
|
+
"content-overflow-visible": "awsui_content-overflow-visible_xjuzf_1qvsu_392",
|
|
29
|
+
"container": "awsui_container_xjuzf_1qvsu_488",
|
|
30
|
+
"container-body": "awsui_container-body_xjuzf_1qvsu_496",
|
|
31
|
+
"container-body-variant-annotation": "awsui_container-body-variant-annotation_xjuzf_1qvsu_511",
|
|
32
|
+
"container-body-size-small": "awsui_container-body-size-small_xjuzf_1qvsu_516",
|
|
33
|
+
"fixed-width": "awsui_fixed-width_xjuzf_1qvsu_519",
|
|
34
|
+
"container-body-size-medium": "awsui_container-body-size-medium_xjuzf_1qvsu_523",
|
|
35
|
+
"container-body-size-large": "awsui_container-body-size-large_xjuzf_1qvsu_530",
|
|
36
|
+
"container-arrow": "awsui_container-arrow_xjuzf_1qvsu_542",
|
|
37
|
+
"container-arrow-position-right-top": "awsui_container-arrow-position-right-top_xjuzf_1qvsu_546",
|
|
38
|
+
"container-arrow-position-right-bottom": "awsui_container-arrow-position-right-bottom_xjuzf_1qvsu_546",
|
|
39
|
+
"container-arrow-position-left-top": "awsui_container-arrow-position-left-top_xjuzf_1qvsu_558",
|
|
40
|
+
"container-arrow-position-left-bottom": "awsui_container-arrow-position-left-bottom_xjuzf_1qvsu_558",
|
|
41
|
+
"container-arrow-position-top-center": "awsui_container-arrow-position-top-center_xjuzf_1qvsu_570",
|
|
42
|
+
"container-arrow-position-top-right": "awsui_container-arrow-position-top-right_xjuzf_1qvsu_570",
|
|
43
|
+
"container-arrow-position-top-left": "awsui_container-arrow-position-top-left_xjuzf_1qvsu_570",
|
|
44
|
+
"container-arrow-position-top-responsive": "awsui_container-arrow-position-top-responsive_xjuzf_1qvsu_570",
|
|
45
|
+
"container-arrow-position-bottom-center": "awsui_container-arrow-position-bottom-center_xjuzf_1qvsu_586",
|
|
46
|
+
"container-arrow-position-bottom-right": "awsui_container-arrow-position-bottom-right_xjuzf_1qvsu_590",
|
|
47
|
+
"container-arrow-position-bottom-left": "awsui_container-arrow-position-bottom-left_xjuzf_1qvsu_594",
|
|
48
|
+
"awsui-motion-fade-in": "awsui_awsui-motion-fade-in_xjuzf_1qvsu_1",
|
|
49
|
+
"refresh": "awsui_refresh_xjuzf_1qvsu_712",
|
|
50
|
+
"root": "awsui_root_xjuzf_1qvsu_734",
|
|
51
|
+
"trigger": "awsui_trigger_xjuzf_1qvsu_747",
|
|
52
|
+
"trigger-type-text": "awsui_trigger-type-text_xjuzf_1qvsu_754",
|
|
53
|
+
"trigger-inner-text": "awsui_trigger-inner-text_xjuzf_1qvsu_783",
|
|
54
|
+
"popover-content": "awsui_popover-content_xjuzf_1qvsu_787"
|
|
55
55
|
};
|
|
56
56
|
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"progress": "
|
|
5
|
-
"result-state": "awsui_result-
|
|
6
|
-
"awsui-motion-fade-in": "awsui_awsui-motion-fade-
|
|
7
|
-
"root": "
|
|
8
|
-
"with-result-button": "awsui_with-result-
|
|
9
|
-
"result-text": "awsui_result-
|
|
10
|
-
"result-container-error": "awsui_result-container-
|
|
11
|
-
"result-container-success": "awsui_result-container-
|
|
12
|
-
"result-button": "awsui_result-
|
|
13
|
-
"word-wrap": "awsui_word-
|
|
14
|
-
"label-flash": "awsui_label-
|
|
15
|
-
"label-key-value": "awsui_label-key-
|
|
16
|
-
"flash": "
|
|
17
|
-
"progress-container": "awsui_progress-
|
|
18
|
-
"percentage-container": "awsui_percentage-
|
|
19
|
-
"percentage": "
|
|
20
|
-
"complete": "
|
|
21
|
-
"progress-in-flash": "awsui_progress-in-
|
|
4
|
+
"progress": "awsui_progress_11huc_vlatf_185",
|
|
5
|
+
"result-state": "awsui_result-state_11huc_vlatf_199",
|
|
6
|
+
"awsui-motion-fade-in": "awsui_awsui-motion-fade-in_11huc_vlatf_1",
|
|
7
|
+
"root": "awsui_root_11huc_vlatf_221",
|
|
8
|
+
"with-result-button": "awsui_with-result-button_11huc_vlatf_232",
|
|
9
|
+
"result-text": "awsui_result-text_11huc_vlatf_236",
|
|
10
|
+
"result-container-error": "awsui_result-container-error_11huc_vlatf_240",
|
|
11
|
+
"result-container-success": "awsui_result-container-success_11huc_vlatf_240",
|
|
12
|
+
"result-button": "awsui_result-button_11huc_vlatf_244",
|
|
13
|
+
"word-wrap": "awsui_word-wrap_11huc_vlatf_249",
|
|
14
|
+
"label-flash": "awsui_label-flash_11huc_vlatf_255",
|
|
15
|
+
"label-key-value": "awsui_label-key-value_11huc_vlatf_259",
|
|
16
|
+
"flash": "awsui_flash_11huc_vlatf_267",
|
|
17
|
+
"progress-container": "awsui_progress-container_11huc_vlatf_271",
|
|
18
|
+
"percentage-container": "awsui_percentage-container_11huc_vlatf_278",
|
|
19
|
+
"percentage": "awsui_percentage_11huc_vlatf_278",
|
|
20
|
+
"complete": "awsui_complete_11huc_vlatf_313",
|
|
21
|
+
"progress-in-flash": "awsui_progress-in-flash_11huc_vlatf_328"
|
|
22
22
|
};
|
|
23
23
|
|