@cloudscape-design/components-themeable 3.0.953 → 3.0.955

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.
Files changed (28) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/popover/container.scss +48 -0
  3. package/lib/internal/scss/table/resizer/styles.scss +1 -1
  4. package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/trigger-button/index.d.ts.map +1 -1
  5. package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/trigger-button/index.js +4 -10
  6. package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/trigger-button/index.js.map +1 -1
  7. package/lib/internal/template/breadcrumb-group/item/item.d.ts.map +1 -1
  8. package/lib/internal/template/breadcrumb-group/item/item.js +9 -18
  9. package/lib/internal/template/breadcrumb-group/item/item.js.map +1 -1
  10. package/lib/internal/template/code-editor/resizable-box/index.d.ts.map +1 -1
  11. package/lib/internal/template/code-editor/resizable-box/index.js +2 -0
  12. package/lib/internal/template/code-editor/resizable-box/index.js.map +1 -1
  13. package/lib/internal/template/internal/environment.js +1 -1
  14. package/lib/internal/template/internal/environment.json +1 -1
  15. package/lib/internal/template/popover/styles.css.js +54 -54
  16. package/lib/internal/template/popover/styles.scoped.css +101 -77
  17. package/lib/internal/template/popover/styles.selectors.js +54 -54
  18. package/lib/internal/template/slider/internal.d.ts.map +1 -1
  19. package/lib/internal/template/slider/internal.js +48 -47
  20. package/lib/internal/template/slider/internal.js.map +1 -1
  21. package/lib/internal/template/table/resizer/styles.css.js +8 -8
  22. package/lib/internal/template/table/resizer/styles.scoped.css +18 -18
  23. package/lib/internal/template/table/resizer/styles.selectors.js +8 -8
  24. package/package.json +1 -1
  25. package/lib/internal/template/internal/components/tooltip/registry.d.ts +0 -4
  26. package/lib/internal/template/internal/components/tooltip/registry.d.ts.map +0 -1
  27. package/lib/internal/template/internal/components/tooltip/registry.js +0 -28
  28. package/lib/internal/template/internal/components/tooltip/registry.js.map +0 -1
@@ -286,11 +286,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
286
286
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
287
287
  SPDX-License-Identifier: Apache-2.0
288
288
  */
289
- .awsui_arrow_xjuzf_d2ijc_289:not(#\9) {
289
+ .awsui_arrow_xjuzf_1q42r_289:not(#\9) {
290
290
  inline-size: 20px;
291
291
  block-size: 10px;
292
292
  }
293
- .awsui_arrow-outer_xjuzf_d2ijc_293:not(#\9), .awsui_arrow-inner_xjuzf_d2ijc_293:not(#\9) {
293
+ .awsui_arrow-outer_xjuzf_1q42r_293:not(#\9), .awsui_arrow-inner_xjuzf_1q42r_293:not(#\9) {
294
294
  position: absolute;
295
295
  overflow: hidden;
296
296
  inline-size: 20px;
@@ -299,7 +299,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
299
299
  inset-inline-start: 0;
300
300
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
301
301
  }
302
- .awsui_arrow-outer_xjuzf_d2ijc_293:not(#\9)::after, .awsui_arrow-inner_xjuzf_d2ijc_293:not(#\9)::after {
302
+ .awsui_arrow-outer_xjuzf_1q42r_293:not(#\9)::after, .awsui_arrow-inner_xjuzf_1q42r_293:not(#\9)::after {
303
303
  content: "";
304
304
  box-sizing: border-box;
305
305
  display: inline-block;
@@ -315,33 +315,33 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
315
315
  transform: rotate(45deg);
316
316
  transform-origin: 0 100%;
317
317
  }
318
- .awsui_arrow-outer_xjuzf_d2ijc_293:not(#\9):dir(rtl)::after, .awsui_arrow-inner_xjuzf_d2ijc_293:not(#\9):dir(rtl)::after {
318
+ .awsui_arrow-outer_xjuzf_1q42r_293:not(#\9):dir(rtl)::after, .awsui_arrow-inner_xjuzf_1q42r_293:not(#\9):dir(rtl)::after {
319
319
  transform: rotate(-45deg);
320
320
  transform-origin: 100% 100%;
321
321
  }
322
- .awsui_arrow-outer_xjuzf_d2ijc_293:not(#\9)::after {
322
+ .awsui_arrow-outer_xjuzf_1q42r_293:not(#\9)::after {
323
323
  background-color: var(--color-border-popover-x1jxjw, #d5dbdb);
324
324
  }
325
- .awsui_arrow-inner_xjuzf_d2ijc_293:not(#\9) {
325
+ .awsui_arrow-inner_xjuzf_1q42r_293:not(#\9) {
326
326
  inset-block-start: calc(var(--border-width-popover-ymjvav, 1px) + 1px);
327
327
  }
328
- .awsui_arrow-inner_xjuzf_d2ijc_293:not(#\9)::after {
328
+ .awsui_arrow-inner_xjuzf_1q42r_293:not(#\9)::after {
329
329
  border-start-start-radius: 1px;
330
330
  border-start-end-radius: 0;
331
331
  border-end-start-radius: 0;
332
332
  border-end-end-radius: 0;
333
333
  background-color: var(--color-background-popover-jk60jt, #ffffff);
334
334
  }
335
- .awsui_arrow-position-right-top_xjuzf_d2ijc_335 > .awsui_arrow-outer_xjuzf_d2ijc_293:not(#\9)::after, .awsui_arrow-position-right-bottom_xjuzf_d2ijc_335 > .awsui_arrow-outer_xjuzf_d2ijc_293:not(#\9)::after {
335
+ .awsui_arrow-position-right-top_xjuzf_1q42r_335 > .awsui_arrow-outer_xjuzf_1q42r_293:not(#\9)::after, .awsui_arrow-position-right-bottom_xjuzf_1q42r_335 > .awsui_arrow-outer_xjuzf_1q42r_293:not(#\9)::after {
336
336
  box-shadow: -0.71px 0.71px 4px -2px var(--color-shadow-default-2h7lgk, rgba(0, 28, 36, 0.5));
337
337
  }
338
- .awsui_arrow-position-left-top_xjuzf_d2ijc_338 > .awsui_arrow-outer_xjuzf_d2ijc_293:not(#\9)::after, .awsui_arrow-position-left-bottom_xjuzf_d2ijc_338 > .awsui_arrow-outer_xjuzf_d2ijc_293:not(#\9)::after {
338
+ .awsui_arrow-position-left-top_xjuzf_1q42r_338 > .awsui_arrow-outer_xjuzf_1q42r_293:not(#\9)::after, .awsui_arrow-position-left-bottom_xjuzf_1q42r_338 > .awsui_arrow-outer_xjuzf_1q42r_293:not(#\9)::after {
339
339
  box-shadow: 0.71px -0.71px 4px -2px var(--color-shadow-default-2h7lgk, rgba(0, 28, 36, 0.5));
340
340
  }
341
- .awsui_arrow-position-top-center_xjuzf_d2ijc_341 > .awsui_arrow-outer_xjuzf_d2ijc_293:not(#\9)::after, .awsui_arrow-position-top-right_xjuzf_d2ijc_341 > .awsui_arrow-outer_xjuzf_d2ijc_293:not(#\9)::after, .awsui_arrow-position-top-left_xjuzf_d2ijc_341 > .awsui_arrow-outer_xjuzf_d2ijc_293:not(#\9)::after, .awsui_arrow-position-top-responsive_xjuzf_d2ijc_341 > .awsui_arrow-outer_xjuzf_d2ijc_293:not(#\9)::after {
341
+ .awsui_arrow-position-top-center_xjuzf_1q42r_341 > .awsui_arrow-outer_xjuzf_1q42r_293:not(#\9)::after, .awsui_arrow-position-top-right_xjuzf_1q42r_341 > .awsui_arrow-outer_xjuzf_1q42r_293:not(#\9)::after, .awsui_arrow-position-top-left_xjuzf_1q42r_341 > .awsui_arrow-outer_xjuzf_1q42r_293:not(#\9)::after, .awsui_arrow-position-top-responsive_xjuzf_1q42r_341 > .awsui_arrow-outer_xjuzf_1q42r_293:not(#\9)::after {
342
342
  box-shadow: -0.71px -0.71px 4px -2px var(--color-shadow-default-2h7lgk, rgba(0, 28, 36, 0.5));
343
343
  }
344
- .awsui_arrow-position-bottom-center_xjuzf_d2ijc_344 > .awsui_arrow-outer_xjuzf_d2ijc_293:not(#\9)::after, .awsui_arrow-position-bottom-right_xjuzf_d2ijc_344 > .awsui_arrow-outer_xjuzf_d2ijc_293:not(#\9)::after, .awsui_arrow-position-bottom-left_xjuzf_d2ijc_344 > .awsui_arrow-outer_xjuzf_d2ijc_293:not(#\9)::after, .awsui_arrow-position-bottom-responsive_xjuzf_d2ijc_344 > .awsui_arrow-outer_xjuzf_d2ijc_293:not(#\9)::after {
344
+ .awsui_arrow-position-bottom-center_xjuzf_1q42r_344 > .awsui_arrow-outer_xjuzf_1q42r_293:not(#\9)::after, .awsui_arrow-position-bottom-right_xjuzf_1q42r_344 > .awsui_arrow-outer_xjuzf_1q42r_293:not(#\9)::after, .awsui_arrow-position-bottom-left_xjuzf_1q42r_344 > .awsui_arrow-outer_xjuzf_1q42r_293:not(#\9)::after, .awsui_arrow-position-bottom-responsive_xjuzf_1q42r_344 > .awsui_arrow-outer_xjuzf_1q42r_293:not(#\9)::after {
345
345
  box-shadow: 0.71px 0.71px 4px -2px var(--color-shadow-default-2h7lgk, rgba(0, 28, 36, 0.5));
346
346
  }
347
347
 
@@ -489,7 +489,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
489
489
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
490
490
  SPDX-License-Identifier: Apache-2.0
491
491
  */
492
- .awsui_body_xjuzf_d2ijc_492:not(#\9) {
492
+ .awsui_body_xjuzf_1q42r_492:not(#\9) {
493
493
  border-collapse: separate;
494
494
  border-spacing: 0;
495
495
  box-sizing: border-box;
@@ -526,16 +526,16 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
526
526
  padding-block: var(--space-s-vmutj3, 12px);
527
527
  padding-inline: var(--space-m-u91ipm, 16px);
528
528
  }
529
- .awsui_body-overflow-visible_xjuzf_d2ijc_528:not(#\9) {
529
+ .awsui_body-overflow-visible_xjuzf_1q42r_528:not(#\9) {
530
530
  overflow: visible;
531
531
  }
532
532
 
533
- .awsui_has-dismiss_xjuzf_d2ijc_532:not(#\9) {
533
+ .awsui_has-dismiss_xjuzf_1q42r_532:not(#\9) {
534
534
  display: flex;
535
535
  align-items: baseline;
536
536
  }
537
537
 
538
- .awsui_dismiss_xjuzf_d2ijc_537:not(#\9) {
538
+ .awsui_dismiss_xjuzf_1q42r_537:not(#\9) {
539
539
  margin-block: calc(-1 * var(--space-xs-6dgkww, 8px));
540
540
  margin-inline-start: 0;
541
541
  margin-inline-end: calc(-1 * (var(--space-xxs-y2432o, 4px) + var(--border-width-popover-ymjvav, 1px)));
@@ -543,15 +543,15 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
543
543
  order: 1;
544
544
  }
545
545
 
546
- .awsui_dismiss-control_xjuzf_d2ijc_545:not(#\9) {
546
+ .awsui_dismiss-control_xjuzf_1q42r_545:not(#\9) {
547
547
  /* used in test-utils */
548
548
  }
549
549
 
550
- .awsui_header-row_xjuzf_d2ijc_549:not(#\9) {
550
+ .awsui_header-row_xjuzf_1q42r_549:not(#\9) {
551
551
  margin-block-end: var(--space-xs-6dgkww, 8px);
552
552
  }
553
553
 
554
- .awsui_header_xjuzf_d2ijc_549:not(#\9) {
554
+ .awsui_header_xjuzf_1q42r_549:not(#\9) {
555
555
  word-wrap: break-word;
556
556
  max-inline-size: 100%;
557
557
  overflow: hidden;
@@ -563,7 +563,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
563
563
  flex: 1 1 auto;
564
564
  /* stylelint-disable-next-line selector-max-type */
565
565
  }
566
- .awsui_header_xjuzf_d2ijc_549 > h2:not(#\9) {
566
+ .awsui_header_xjuzf_1q42r_549 > h2:not(#\9) {
567
567
  font-size: var(--font-size-heading-xs-grnyyg, 16px);
568
568
  line-height: var(--line-height-heading-xs-funjxm, 20px);
569
569
  font-weight: var(--font-weight-heading-xs-y5uryl, 400);
@@ -572,7 +572,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
572
572
  display: inline;
573
573
  }
574
574
 
575
- .awsui_content_xjuzf_d2ijc_574:not(#\9) {
575
+ .awsui_content_xjuzf_1q42r_574:not(#\9) {
576
576
  word-wrap: break-word;
577
577
  max-inline-size: 100%;
578
578
  overflow: hidden;
@@ -580,7 +580,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
580
580
  flex: 1 1 auto;
581
581
  min-inline-size: 0;
582
582
  }
583
- .awsui_content-overflow-visible_xjuzf_d2ijc_582:not(#\9) {
583
+ .awsui_content-overflow-visible_xjuzf_1q42r_582:not(#\9) {
584
584
  overflow: visible;
585
585
  }
586
586
 
@@ -728,15 +728,39 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
728
728
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
729
729
  SPDX-License-Identifier: Apache-2.0
730
730
  */
731
- .awsui_container_xjuzf_d2ijc_730:not(#\9) {
731
+ .awsui_container_xjuzf_1q42r_730:not(#\9) {
732
732
  display: inline-block;
733
733
  position: fixed;
734
734
  inset-block-start: -9999px;
735
735
  inset-inline-start: -9999px;
736
736
  z-index: 2000;
737
737
  }
738
+ .awsui_container_xjuzf_1q42r_730:not(#\9)::before {
739
+ content: "";
740
+ position: absolute;
741
+ }
742
+ .awsui_container_xjuzf_1q42r_730:not(#\9):has(.awsui_container-arrow-position-bottom-left_xjuzf_1q42r_741)::before, .awsui_container_xjuzf_1q42r_730:not(#\9):has(.awsui_container-arrow-position-bottom-center_xjuzf_1q42r_741)::before, .awsui_container_xjuzf_1q42r_730:not(#\9):has(.awsui_container-arrow-position-bottom-right_xjuzf_1q42r_741)::before {
743
+ inset-inline: 0;
744
+ inset-block-start: -10px;
745
+ block-size: 10px;
746
+ }
747
+ .awsui_container_xjuzf_1q42r_730:not(#\9):has(.awsui_container-arrow-position-top-left_xjuzf_1q42r_746)::before, .awsui_container_xjuzf_1q42r_730:not(#\9):has(.awsui_container-arrow-position-top-center_xjuzf_1q42r_746)::before, .awsui_container_xjuzf_1q42r_730:not(#\9):has(.awsui_container-arrow-position-top-right_xjuzf_1q42r_746)::before {
748
+ inset-inline: 0;
749
+ inset-block-end: -10px;
750
+ block-size: 10px;
751
+ }
752
+ .awsui_container_xjuzf_1q42r_730:not(#\9):has(.awsui_container-arrow-position-right-top_xjuzf_1q42r_751)::before, .awsui_container_xjuzf_1q42r_730:not(#\9):has(.awsui_container-arrow-position-right-bottom_xjuzf_1q42r_751)::before {
753
+ inset-block: 0;
754
+ inset-inline-start: -10px;
755
+ inline-size: 10px;
756
+ }
757
+ .awsui_container_xjuzf_1q42r_730:not(#\9):has(.awsui_container-arrow-position-left-top_xjuzf_1q42r_756)::before, .awsui_container_xjuzf_1q42r_730:not(#\9):has(.awsui_container-arrow-position-left-bottom_xjuzf_1q42r_756)::before {
758
+ inset-block: 0;
759
+ inset-inline-end: -10px;
760
+ inline-size: 10px;
761
+ }
738
762
 
739
- .awsui_container-body_xjuzf_d2ijc_738:not(#\9) {
763
+ .awsui_container-body_xjuzf_1q42r_762:not(#\9) {
740
764
  border-collapse: separate;
741
765
  border-spacing: 0;
742
766
  box-sizing: border-box;
@@ -777,100 +801,100 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
777
801
  border-inline: var(--border-width-popover-ymjvav, 1px) solid var(--color-border-popover-x1jxjw, #d5dbdb);
778
802
  }
779
803
 
780
- .awsui_container-body-variant-annotation_xjuzf_d2ijc_778:not(#\9) {
804
+ .awsui_container-body-variant-annotation_xjuzf_1q42r_802:not(#\9) {
781
805
  background-color: var(--color-background-status-info-zgt1yi, #f1faff);
782
806
  border-color: var(--color-border-status-info-7kw04i, #0073bb);
783
807
  }
784
808
 
785
- .awsui_container-body-size-small_xjuzf_d2ijc_783:not(#\9) {
809
+ .awsui_container-body-size-small_xjuzf_1q42r_807:not(#\9) {
786
810
  max-inline-size: 210px;
787
811
  }
788
- .awsui_container-body-size-small_xjuzf_d2ijc_783.awsui_fixed-width_xjuzf_d2ijc_786:not(#\9) {
812
+ .awsui_container-body-size-small_xjuzf_1q42r_807.awsui_fixed-width_xjuzf_1q42r_810:not(#\9) {
789
813
  inline-size: 210px;
790
814
  }
791
815
 
792
- .awsui_container-body-size-medium_xjuzf_d2ijc_790:not(#\9) {
816
+ .awsui_container-body-size-medium_xjuzf_1q42r_814:not(#\9) {
793
817
  max-inline-size: 310px;
794
818
  }
795
- .awsui_container-body-size-medium_xjuzf_d2ijc_790.awsui_fixed-width_xjuzf_d2ijc_786:not(#\9) {
819
+ .awsui_container-body-size-medium_xjuzf_1q42r_814.awsui_fixed-width_xjuzf_1q42r_810:not(#\9) {
796
820
  inline-size: 310px;
797
821
  }
798
822
 
799
- .awsui_container-body-size-large_xjuzf_d2ijc_797:not(#\9) {
823
+ .awsui_container-body-size-large_xjuzf_1q42r_821:not(#\9) {
800
824
  max-inline-size: 482px;
801
825
  }
802
826
  @media (max-width: 482px) {
803
- .awsui_container-body-size-large_xjuzf_d2ijc_797:not(#\9) {
827
+ .awsui_container-body-size-large_xjuzf_1q42r_821:not(#\9) {
804
828
  max-inline-size: 310px;
805
829
  }
806
830
  }
807
- .awsui_container-body-size-large_xjuzf_d2ijc_797.awsui_fixed-width_xjuzf_d2ijc_786:not(#\9) {
831
+ .awsui_container-body-size-large_xjuzf_1q42r_821.awsui_fixed-width_xjuzf_1q42r_810:not(#\9) {
808
832
  inline-size: 482px;
809
833
  }
810
834
 
811
- .awsui_container-arrow_xjuzf_d2ijc_809:not(#\9) {
835
+ .awsui_container-arrow_xjuzf_1q42r_741:not(#\9) {
812
836
  position: absolute;
813
837
  display: inline-block;
814
838
  }
815
- .awsui_container-arrow-position-right-top_xjuzf_d2ijc_813:not(#\9), .awsui_container-arrow-position-right-bottom_xjuzf_d2ijc_813:not(#\9) {
839
+ .awsui_container-arrow-position-right-top_xjuzf_1q42r_751:not(#\9), .awsui_container-arrow-position-right-bottom_xjuzf_1q42r_751:not(#\9) {
816
840
  transform: rotate(-90deg);
817
841
  transform-origin: 0 100%;
818
842
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
819
843
  }
820
- .awsui_container-arrow-position-right-top_xjuzf_d2ijc_813:not(#\9):dir(rtl), .awsui_container-arrow-position-right-bottom_xjuzf_d2ijc_813:not(#\9):dir(rtl) {
844
+ .awsui_container-arrow-position-right-top_xjuzf_1q42r_751:not(#\9):dir(rtl), .awsui_container-arrow-position-right-bottom_xjuzf_1q42r_751:not(#\9):dir(rtl) {
821
845
  transform: rotate(90deg);
822
846
  transform-origin: 100% 100%;
823
847
  }
824
- .awsui_container-arrow-position-right-top_xjuzf_d2ijc_813:not(#\9) {
848
+ .awsui_container-arrow-position-right-top_xjuzf_1q42r_751:not(#\9) {
825
849
  inset-block-start: calc(12px + 10px);
826
850
  inset-inline-start: 0;
827
851
  }
828
- .awsui_container-arrow-position-right-bottom_xjuzf_d2ijc_813:not(#\9) {
852
+ .awsui_container-arrow-position-right-bottom_xjuzf_1q42r_751:not(#\9) {
829
853
  inset-block-end: 12px;
830
854
  inset-inline-start: 0;
831
855
  }
832
- .awsui_container-arrow-position-left-top_xjuzf_d2ijc_830:not(#\9), .awsui_container-arrow-position-left-bottom_xjuzf_d2ijc_830:not(#\9) {
856
+ .awsui_container-arrow-position-left-top_xjuzf_1q42r_756:not(#\9), .awsui_container-arrow-position-left-bottom_xjuzf_1q42r_756:not(#\9) {
833
857
  transform: rotate(90deg);
834
858
  transform-origin: 100% 100%;
835
859
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
836
860
  }
837
- .awsui_container-arrow-position-left-top_xjuzf_d2ijc_830:not(#\9):dir(rtl), .awsui_container-arrow-position-left-bottom_xjuzf_d2ijc_830:not(#\9):dir(rtl) {
861
+ .awsui_container-arrow-position-left-top_xjuzf_1q42r_756:not(#\9):dir(rtl), .awsui_container-arrow-position-left-bottom_xjuzf_1q42r_756:not(#\9):dir(rtl) {
838
862
  transform: rotate(-90deg);
839
863
  transform-origin: 0% 100%;
840
864
  }
841
- .awsui_container-arrow-position-left-top_xjuzf_d2ijc_830:not(#\9) {
865
+ .awsui_container-arrow-position-left-top_xjuzf_1q42r_756:not(#\9) {
842
866
  inset-block-start: calc(12px + 10px);
843
867
  inset-inline-end: 0;
844
868
  }
845
- .awsui_container-arrow-position-left-bottom_xjuzf_d2ijc_830:not(#\9) {
869
+ .awsui_container-arrow-position-left-bottom_xjuzf_1q42r_756:not(#\9) {
846
870
  inset-block-end: 12px;
847
871
  inset-inline-end: 0;
848
872
  }
849
- .awsui_container-arrow-position-top-center_xjuzf_d2ijc_847:not(#\9), .awsui_container-arrow-position-top-right_xjuzf_d2ijc_847:not(#\9), .awsui_container-arrow-position-top-left_xjuzf_d2ijc_847:not(#\9), .awsui_container-arrow-position-top-responsive_xjuzf_d2ijc_847:not(#\9) {
873
+ .awsui_container-arrow-position-top-center_xjuzf_1q42r_746:not(#\9), .awsui_container-arrow-position-top-right_xjuzf_1q42r_746:not(#\9), .awsui_container-arrow-position-top-left_xjuzf_1q42r_746:not(#\9), .awsui_container-arrow-position-top-responsive_xjuzf_1q42r_871:not(#\9) {
850
874
  transform: rotate(180deg);
851
875
  transform-origin: 50% 50%;
852
876
  }
853
- .awsui_container-arrow-position-top-center_xjuzf_d2ijc_847:not(#\9) {
877
+ .awsui_container-arrow-position-top-center_xjuzf_1q42r_746:not(#\9) {
854
878
  inset-block-end: -10px;
855
879
  inset-inline-start: calc(50% - 10px);
856
880
  }
857
- .awsui_container-arrow-position-top-right_xjuzf_d2ijc_847:not(#\9) {
881
+ .awsui_container-arrow-position-top-right_xjuzf_1q42r_746:not(#\9) {
858
882
  inset-block-end: -10px;
859
883
  inset-inline-start: 12px;
860
884
  }
861
- .awsui_container-arrow-position-top-left_xjuzf_d2ijc_847:not(#\9) {
885
+ .awsui_container-arrow-position-top-left_xjuzf_1q42r_746:not(#\9) {
862
886
  inset-block-end: -10px;
863
887
  inset-inline-start: calc(100% - 20px - 12px);
864
888
  }
865
- .awsui_container-arrow-position-bottom-center_xjuzf_d2ijc_863:not(#\9) {
889
+ .awsui_container-arrow-position-bottom-center_xjuzf_1q42r_741:not(#\9) {
866
890
  inset-block-start: -10px;
867
891
  inset-inline-start: calc(50% - 10px);
868
892
  }
869
- .awsui_container-arrow-position-bottom-right_xjuzf_d2ijc_867:not(#\9) {
893
+ .awsui_container-arrow-position-bottom-right_xjuzf_1q42r_741:not(#\9) {
870
894
  inset-block-start: -10px;
871
895
  inset-inline-start: 12px;
872
896
  }
873
- .awsui_container-arrow-position-bottom-left_xjuzf_d2ijc_871:not(#\9) {
897
+ .awsui_container-arrow-position-bottom-left_xjuzf_1q42r_741:not(#\9) {
874
898
  inset-block-start: -10px;
875
899
  inset-inline-start: calc(100% - 20px - 12px);
876
900
  }
@@ -1019,10 +1043,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
1019
1043
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
1020
1044
  SPDX-License-Identifier: Apache-2.0
1021
1045
  */
1022
- .awsui_container_xjuzf_d2ijc_730:not(#\9) {
1023
- animation: awsui_awsui-motion-fade-in_xjuzf_d2ijc_1 var(--motion-duration-show-paced-kxd6k3, 180ms) var(--motion-easing-show-paced-2zwyek, ease-out);
1046
+ .awsui_container_xjuzf_1q42r_730:not(#\9) {
1047
+ animation: awsui_awsui-motion-fade-in_xjuzf_1q42r_1 var(--motion-duration-show-paced-kxd6k3, 180ms) var(--motion-easing-show-paced-2zwyek, ease-out);
1024
1048
  }
1025
- @keyframes awsui_awsui-motion-fade-in_xjuzf_d2ijc_1 {
1049
+ @keyframes awsui_awsui-motion-fade-in_xjuzf_1q42r_1 {
1026
1050
  from {
1027
1051
  opacity: 0.2;
1028
1052
  }
@@ -1031,19 +1055,19 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
1031
1055
  }
1032
1056
  }
1033
1057
  @media (prefers-reduced-motion: reduce) {
1034
- .awsui_container_xjuzf_d2ijc_730:not(#\9) {
1058
+ .awsui_container_xjuzf_1q42r_730:not(#\9) {
1035
1059
  animation: none;
1036
1060
  transition: none;
1037
1061
  }
1038
1062
  }
1039
- .awsui-motion-disabled .awsui_container_xjuzf_d2ijc_730:not(#\9), .awsui-mode-entering .awsui_container_xjuzf_d2ijc_730:not(#\9) {
1063
+ .awsui-motion-disabled .awsui_container_xjuzf_1q42r_730:not(#\9), .awsui-mode-entering .awsui_container_xjuzf_1q42r_730:not(#\9) {
1040
1064
  animation: none;
1041
1065
  transition: none;
1042
1066
  }
1043
- .awsui_container_xjuzf_d2ijc_730.awsui_refresh_xjuzf_d2ijc_1041:not(#\9) {
1044
- animation: awsui_awsui-motion-fade-in_xjuzf_d2ijc_1 var(--motion-duration-refresh-only-fast-ww2eh4, 0ms) var(--motion-easing-refresh-only-a-tqkxvq, cubic-bezier(0, 0, 0, 1));
1067
+ .awsui_container_xjuzf_1q42r_730.awsui_refresh_xjuzf_1q42r_1065:not(#\9) {
1068
+ animation: awsui_awsui-motion-fade-in_xjuzf_1q42r_1 var(--motion-duration-refresh-only-fast-ww2eh4, 0ms) var(--motion-easing-refresh-only-a-tqkxvq, cubic-bezier(0, 0, 0, 1));
1045
1069
  }
1046
- @keyframes awsui_awsui-motion-fade-in_xjuzf_d2ijc_1 {
1070
+ @keyframes awsui_awsui-motion-fade-in_xjuzf_1q42r_1 {
1047
1071
  from {
1048
1072
  opacity: 0.2;
1049
1073
  }
@@ -1052,17 +1076,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
1052
1076
  }
1053
1077
  }
1054
1078
  @media (prefers-reduced-motion: reduce) {
1055
- .awsui_container_xjuzf_d2ijc_730.awsui_refresh_xjuzf_d2ijc_1041:not(#\9) {
1079
+ .awsui_container_xjuzf_1q42r_730.awsui_refresh_xjuzf_1q42r_1065:not(#\9) {
1056
1080
  animation: none;
1057
1081
  transition: none;
1058
1082
  }
1059
1083
  }
1060
- .awsui-motion-disabled .awsui_container_xjuzf_d2ijc_730.awsui_refresh_xjuzf_d2ijc_1041:not(#\9), .awsui-mode-entering .awsui_container_xjuzf_d2ijc_730.awsui_refresh_xjuzf_d2ijc_1041:not(#\9) {
1084
+ .awsui-motion-disabled .awsui_container_xjuzf_1q42r_730.awsui_refresh_xjuzf_1q42r_1065:not(#\9), .awsui-mode-entering .awsui_container_xjuzf_1q42r_730.awsui_refresh_xjuzf_1q42r_1065:not(#\9) {
1061
1085
  animation: none;
1062
1086
  transition: none;
1063
1087
  }
1064
1088
 
1065
- .awsui_root_xjuzf_d2ijc_1063:not(#\9) {
1089
+ .awsui_root_xjuzf_1q42r_1087:not(#\9) {
1066
1090
  border-collapse: separate;
1067
1091
  border-spacing: 0;
1068
1092
  box-sizing: border-box;
@@ -1095,22 +1119,22 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
1095
1119
  -moz-osx-font-smoothing: auto;
1096
1120
  color: inherit;
1097
1121
  }
1098
- .awsui_root_xjuzf_d2ijc_1063.awsui_no-wrap_xjuzf_d2ijc_1095:not(#\9) {
1122
+ .awsui_root_xjuzf_1q42r_1087.awsui_no-wrap_xjuzf_1q42r_1119:not(#\9) {
1099
1123
  white-space: nowrap;
1100
1124
  }
1101
1125
 
1102
- .awsui_root-filtering-token_xjuzf_d2ijc_1099:not(#\9) {
1126
+ .awsui_root-filtering-token_xjuzf_1q42r_1123:not(#\9) {
1103
1127
  display: flex;
1104
1128
  }
1105
1129
 
1106
- .awsui_trigger_xjuzf_d2ijc_1103:not(#\9) {
1130
+ .awsui_trigger_xjuzf_1q42r_1127:not(#\9) {
1107
1131
  display: inline-block;
1108
1132
  max-inline-size: 100%;
1109
1133
  color: inherit;
1110
1134
  text-align: inherit;
1111
1135
  }
1112
1136
 
1113
- .awsui_overflow-ellipsis_xjuzf_d2ijc_1110:not(#\9) {
1137
+ .awsui_overflow-ellipsis_xjuzf_1q42r_1134:not(#\9) {
1114
1138
  white-space: nowrap;
1115
1139
  overflow: hidden;
1116
1140
  text-overflow: ellipsis;
@@ -1118,7 +1142,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
1118
1142
  word-break: break-word;
1119
1143
  }
1120
1144
 
1121
- .awsui_trigger-type-text-inline_xjuzf_d2ijc_1118:not(#\9) {
1145
+ .awsui_trigger-type-text-inline_xjuzf_1q42r_1142:not(#\9) {
1122
1146
  font-size: var(--font-size-body-m-6wxxs5, 14px);
1123
1147
  line-height: var(--line-height-body-m-gw0130, 22px);
1124
1148
  color: var(--color-text-body-default-agk00h, #16191f);
@@ -1136,20 +1160,20 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
1136
1160
  text-decoration-thickness: var(--border-divider-list-width-x6rz7e, 1px);
1137
1161
  text-underline-offset: 0.25em;
1138
1162
  }
1139
- .awsui_trigger-type-text-inline_xjuzf_d2ijc_1118.awsui_overflow-ellipsis_xjuzf_d2ijc_1110:not(#\9) {
1163
+ .awsui_trigger-type-text-inline_xjuzf_1q42r_1142.awsui_overflow-ellipsis_xjuzf_1q42r_1134:not(#\9) {
1140
1164
  /*
1141
1165
  This style needs because of the overflow: hidden would otherwise conceal the underline styles.
1142
1166
  */
1143
1167
  padding-block-end: calc(0.25em + var(--border-divider-list-width-x6rz7e, 1px));
1144
1168
  }
1145
1169
 
1146
- .awsui_trigger-type-text_xjuzf_d2ijc_1118:not(#\9) {
1170
+ .awsui_trigger-type-text_xjuzf_1q42r_1142:not(#\9) {
1147
1171
  border-block: 0;
1148
1172
  border-block-end: var(--border-divider-list-width-x6rz7e, 1px) dashed currentColor;
1149
1173
  }
1150
1174
 
1151
- .awsui_trigger-type-text-inline_xjuzf_d2ijc_1118:not(#\9),
1152
- .awsui_trigger-type-text_xjuzf_d2ijc_1118:not(#\9) {
1175
+ .awsui_trigger-type-text-inline_xjuzf_1q42r_1142:not(#\9),
1176
+ .awsui_trigger-type-text_xjuzf_1q42r_1142:not(#\9) {
1153
1177
  border-inline: 0;
1154
1178
  margin-block: 0;
1155
1179
  margin-inline: 0;
@@ -1158,21 +1182,21 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
1158
1182
  background-color: transparent;
1159
1183
  cursor: pointer;
1160
1184
  }
1161
- .awsui_trigger-type-text-inline_xjuzf_d2ijc_1118:not(#\9):focus,
1162
- .awsui_trigger-type-text_xjuzf_d2ijc_1118:not(#\9):focus {
1185
+ .awsui_trigger-type-text-inline_xjuzf_1q42r_1142:not(#\9):focus,
1186
+ .awsui_trigger-type-text_xjuzf_1q42r_1142:not(#\9):focus {
1163
1187
  outline: none;
1164
1188
  }
1165
- body[data-awsui-focus-visible=true] .awsui_trigger-type-text-inline_xjuzf_d2ijc_1118:not(#\9):focus,
1166
- body[data-awsui-focus-visible=true] .awsui_trigger-type-text_xjuzf_d2ijc_1118:not(#\9):focus {
1189
+ body[data-awsui-focus-visible=true] .awsui_trigger-type-text-inline_xjuzf_1q42r_1142:not(#\9):focus,
1190
+ body[data-awsui-focus-visible=true] .awsui_trigger-type-text_xjuzf_1q42r_1142:not(#\9):focus {
1167
1191
  position: relative;
1168
1192
  }
1169
- body[data-awsui-focus-visible=true] .awsui_trigger-type-text-inline_xjuzf_d2ijc_1118:not(#\9):focus,
1170
- body[data-awsui-focus-visible=true] .awsui_trigger-type-text_xjuzf_d2ijc_1118:not(#\9):focus {
1193
+ body[data-awsui-focus-visible=true] .awsui_trigger-type-text-inline_xjuzf_1q42r_1142:not(#\9):focus,
1194
+ body[data-awsui-focus-visible=true] .awsui_trigger-type-text_xjuzf_1q42r_1142:not(#\9):focus {
1171
1195
  outline: 2px dotted transparent;
1172
1196
  outline-offset: calc(1px - 1px);
1173
1197
  }
1174
- body[data-awsui-focus-visible=true] .awsui_trigger-type-text-inline_xjuzf_d2ijc_1118:not(#\9):focus::before,
1175
- body[data-awsui-focus-visible=true] .awsui_trigger-type-text_xjuzf_d2ijc_1118:not(#\9):focus::before {
1198
+ body[data-awsui-focus-visible=true] .awsui_trigger-type-text-inline_xjuzf_1q42r_1142:not(#\9):focus::before,
1199
+ body[data-awsui-focus-visible=true] .awsui_trigger-type-text_xjuzf_1q42r_1142:not(#\9):focus::before {
1176
1200
  content: " ";
1177
1201
  display: block;
1178
1202
  position: absolute;
@@ -1187,10 +1211,10 @@ body[data-awsui-focus-visible=true] .awsui_trigger-type-text_xjuzf_d2ijc_1118:no
1187
1211
  box-shadow: 0 0 0 2px var(--color-border-item-focused-q68bgg, #0073bb);
1188
1212
  }
1189
1213
 
1190
- .awsui_trigger-type-filtering-token_xjuzf_d2ijc_1186:not(#\9) {
1214
+ .awsui_trigger-type-filtering-token_xjuzf_1q42r_1210:not(#\9) {
1191
1215
  display: flex;
1192
1216
  }
1193
1217
 
1194
- .awsui_popover-inline-content_xjuzf_d2ijc_1190:not(#\9) {
1218
+ .awsui_popover-inline-content_xjuzf_1q42r_1214:not(#\9) {
1195
1219
  display: inline;
1196
1220
  }
@@ -2,59 +2,59 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "arrow": "awsui_arrow_xjuzf_d2ijc_289",
6
- "arrow-outer": "awsui_arrow-outer_xjuzf_d2ijc_293",
7
- "arrow-inner": "awsui_arrow-inner_xjuzf_d2ijc_293",
8
- "arrow-position-right-top": "awsui_arrow-position-right-top_xjuzf_d2ijc_335",
9
- "arrow-position-right-bottom": "awsui_arrow-position-right-bottom_xjuzf_d2ijc_335",
10
- "arrow-position-left-top": "awsui_arrow-position-left-top_xjuzf_d2ijc_338",
11
- "arrow-position-left-bottom": "awsui_arrow-position-left-bottom_xjuzf_d2ijc_338",
12
- "arrow-position-top-center": "awsui_arrow-position-top-center_xjuzf_d2ijc_341",
13
- "arrow-position-top-right": "awsui_arrow-position-top-right_xjuzf_d2ijc_341",
14
- "arrow-position-top-left": "awsui_arrow-position-top-left_xjuzf_d2ijc_341",
15
- "arrow-position-top-responsive": "awsui_arrow-position-top-responsive_xjuzf_d2ijc_341",
16
- "arrow-position-bottom-center": "awsui_arrow-position-bottom-center_xjuzf_d2ijc_344",
17
- "arrow-position-bottom-right": "awsui_arrow-position-bottom-right_xjuzf_d2ijc_344",
18
- "arrow-position-bottom-left": "awsui_arrow-position-bottom-left_xjuzf_d2ijc_344",
19
- "arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_xjuzf_d2ijc_344",
20
- "body": "awsui_body_xjuzf_d2ijc_492",
21
- "body-overflow-visible": "awsui_body-overflow-visible_xjuzf_d2ijc_528",
22
- "has-dismiss": "awsui_has-dismiss_xjuzf_d2ijc_532",
23
- "dismiss": "awsui_dismiss_xjuzf_d2ijc_537",
24
- "dismiss-control": "awsui_dismiss-control_xjuzf_d2ijc_545",
25
- "header-row": "awsui_header-row_xjuzf_d2ijc_549",
26
- "header": "awsui_header_xjuzf_d2ijc_549",
27
- "content": "awsui_content_xjuzf_d2ijc_574",
28
- "content-overflow-visible": "awsui_content-overflow-visible_xjuzf_d2ijc_582",
29
- "container": "awsui_container_xjuzf_d2ijc_730",
30
- "container-body": "awsui_container-body_xjuzf_d2ijc_738",
31
- "container-body-variant-annotation": "awsui_container-body-variant-annotation_xjuzf_d2ijc_778",
32
- "container-body-size-small": "awsui_container-body-size-small_xjuzf_d2ijc_783",
33
- "fixed-width": "awsui_fixed-width_xjuzf_d2ijc_786",
34
- "container-body-size-medium": "awsui_container-body-size-medium_xjuzf_d2ijc_790",
35
- "container-body-size-large": "awsui_container-body-size-large_xjuzf_d2ijc_797",
36
- "container-arrow": "awsui_container-arrow_xjuzf_d2ijc_809",
37
- "container-arrow-position-right-top": "awsui_container-arrow-position-right-top_xjuzf_d2ijc_813",
38
- "container-arrow-position-right-bottom": "awsui_container-arrow-position-right-bottom_xjuzf_d2ijc_813",
39
- "container-arrow-position-left-top": "awsui_container-arrow-position-left-top_xjuzf_d2ijc_830",
40
- "container-arrow-position-left-bottom": "awsui_container-arrow-position-left-bottom_xjuzf_d2ijc_830",
41
- "container-arrow-position-top-center": "awsui_container-arrow-position-top-center_xjuzf_d2ijc_847",
42
- "container-arrow-position-top-right": "awsui_container-arrow-position-top-right_xjuzf_d2ijc_847",
43
- "container-arrow-position-top-left": "awsui_container-arrow-position-top-left_xjuzf_d2ijc_847",
44
- "container-arrow-position-top-responsive": "awsui_container-arrow-position-top-responsive_xjuzf_d2ijc_847",
45
- "container-arrow-position-bottom-center": "awsui_container-arrow-position-bottom-center_xjuzf_d2ijc_863",
46
- "container-arrow-position-bottom-right": "awsui_container-arrow-position-bottom-right_xjuzf_d2ijc_867",
47
- "container-arrow-position-bottom-left": "awsui_container-arrow-position-bottom-left_xjuzf_d2ijc_871",
48
- "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_xjuzf_d2ijc_1",
49
- "refresh": "awsui_refresh_xjuzf_d2ijc_1041",
50
- "root": "awsui_root_xjuzf_d2ijc_1063",
51
- "no-wrap": "awsui_no-wrap_xjuzf_d2ijc_1095",
52
- "root-filtering-token": "awsui_root-filtering-token_xjuzf_d2ijc_1099",
53
- "trigger": "awsui_trigger_xjuzf_d2ijc_1103",
54
- "overflow-ellipsis": "awsui_overflow-ellipsis_xjuzf_d2ijc_1110",
55
- "trigger-type-text-inline": "awsui_trigger-type-text-inline_xjuzf_d2ijc_1118",
56
- "trigger-type-text": "awsui_trigger-type-text_xjuzf_d2ijc_1118",
57
- "trigger-type-filtering-token": "awsui_trigger-type-filtering-token_xjuzf_d2ijc_1186",
58
- "popover-inline-content": "awsui_popover-inline-content_xjuzf_d2ijc_1190"
5
+ "arrow": "awsui_arrow_xjuzf_1q42r_289",
6
+ "arrow-outer": "awsui_arrow-outer_xjuzf_1q42r_293",
7
+ "arrow-inner": "awsui_arrow-inner_xjuzf_1q42r_293",
8
+ "arrow-position-right-top": "awsui_arrow-position-right-top_xjuzf_1q42r_335",
9
+ "arrow-position-right-bottom": "awsui_arrow-position-right-bottom_xjuzf_1q42r_335",
10
+ "arrow-position-left-top": "awsui_arrow-position-left-top_xjuzf_1q42r_338",
11
+ "arrow-position-left-bottom": "awsui_arrow-position-left-bottom_xjuzf_1q42r_338",
12
+ "arrow-position-top-center": "awsui_arrow-position-top-center_xjuzf_1q42r_341",
13
+ "arrow-position-top-right": "awsui_arrow-position-top-right_xjuzf_1q42r_341",
14
+ "arrow-position-top-left": "awsui_arrow-position-top-left_xjuzf_1q42r_341",
15
+ "arrow-position-top-responsive": "awsui_arrow-position-top-responsive_xjuzf_1q42r_341",
16
+ "arrow-position-bottom-center": "awsui_arrow-position-bottom-center_xjuzf_1q42r_344",
17
+ "arrow-position-bottom-right": "awsui_arrow-position-bottom-right_xjuzf_1q42r_344",
18
+ "arrow-position-bottom-left": "awsui_arrow-position-bottom-left_xjuzf_1q42r_344",
19
+ "arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_xjuzf_1q42r_344",
20
+ "body": "awsui_body_xjuzf_1q42r_492",
21
+ "body-overflow-visible": "awsui_body-overflow-visible_xjuzf_1q42r_528",
22
+ "has-dismiss": "awsui_has-dismiss_xjuzf_1q42r_532",
23
+ "dismiss": "awsui_dismiss_xjuzf_1q42r_537",
24
+ "dismiss-control": "awsui_dismiss-control_xjuzf_1q42r_545",
25
+ "header-row": "awsui_header-row_xjuzf_1q42r_549",
26
+ "header": "awsui_header_xjuzf_1q42r_549",
27
+ "content": "awsui_content_xjuzf_1q42r_574",
28
+ "content-overflow-visible": "awsui_content-overflow-visible_xjuzf_1q42r_582",
29
+ "container": "awsui_container_xjuzf_1q42r_730",
30
+ "container-arrow-position-bottom-left": "awsui_container-arrow-position-bottom-left_xjuzf_1q42r_741",
31
+ "container-arrow-position-bottom-center": "awsui_container-arrow-position-bottom-center_xjuzf_1q42r_741",
32
+ "container-arrow-position-bottom-right": "awsui_container-arrow-position-bottom-right_xjuzf_1q42r_741",
33
+ "container-arrow-position-top-left": "awsui_container-arrow-position-top-left_xjuzf_1q42r_746",
34
+ "container-arrow-position-top-center": "awsui_container-arrow-position-top-center_xjuzf_1q42r_746",
35
+ "container-arrow-position-top-right": "awsui_container-arrow-position-top-right_xjuzf_1q42r_746",
36
+ "container-arrow-position-right-top": "awsui_container-arrow-position-right-top_xjuzf_1q42r_751",
37
+ "container-arrow-position-right-bottom": "awsui_container-arrow-position-right-bottom_xjuzf_1q42r_751",
38
+ "container-arrow-position-left-top": "awsui_container-arrow-position-left-top_xjuzf_1q42r_756",
39
+ "container-arrow-position-left-bottom": "awsui_container-arrow-position-left-bottom_xjuzf_1q42r_756",
40
+ "container-body": "awsui_container-body_xjuzf_1q42r_762",
41
+ "container-body-variant-annotation": "awsui_container-body-variant-annotation_xjuzf_1q42r_802",
42
+ "container-body-size-small": "awsui_container-body-size-small_xjuzf_1q42r_807",
43
+ "fixed-width": "awsui_fixed-width_xjuzf_1q42r_810",
44
+ "container-body-size-medium": "awsui_container-body-size-medium_xjuzf_1q42r_814",
45
+ "container-body-size-large": "awsui_container-body-size-large_xjuzf_1q42r_821",
46
+ "container-arrow": "awsui_container-arrow_xjuzf_1q42r_741",
47
+ "container-arrow-position-top-responsive": "awsui_container-arrow-position-top-responsive_xjuzf_1q42r_871",
48
+ "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_xjuzf_1q42r_1",
49
+ "refresh": "awsui_refresh_xjuzf_1q42r_1065",
50
+ "root": "awsui_root_xjuzf_1q42r_1087",
51
+ "no-wrap": "awsui_no-wrap_xjuzf_1q42r_1119",
52
+ "root-filtering-token": "awsui_root-filtering-token_xjuzf_1q42r_1123",
53
+ "trigger": "awsui_trigger_xjuzf_1q42r_1127",
54
+ "overflow-ellipsis": "awsui_overflow-ellipsis_xjuzf_1q42r_1134",
55
+ "trigger-type-text-inline": "awsui_trigger-type-text-inline_xjuzf_1q42r_1142",
56
+ "trigger-type-text": "awsui_trigger-type-text_xjuzf_1q42r_1142",
57
+ "trigger-type-filtering-token": "awsui_trigger-type-filtering-token_xjuzf_1q42r_1210",
58
+ "popover-inline-content": "awsui_popover-inline-content_xjuzf_1q42r_1214"
59
59
  };
60
60
 
@@ -1 +1 @@
1
- {"version":3,"file":"internal.d.ts","sourceRoot":"","sources":["../../../src/slider/internal.tsx"],"names":[],"mappings":";AAaA,OAAO,EAAE,0BAA0B,EAAE,MAAM,sCAAsC,CAAC;AAElF,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAc9C,UAAU,mBAAoB,SAAQ,WAAW,EAAE,0BAA0B;CAAG;AAEhF,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,EACrC,KAAK,EACL,GAAG,EACH,GAAG,EACH,QAAQ,EACR,IAAI,EACJ,QAAQ,EACR,QAAQ,EACR,SAAS,EACT,eAAe,EACf,eAAe,EACf,SAAS,EACT,YAAY,EACZ,cAAc,EACd,WAAW,EACX,iBAAwB,EACxB,GAAG,IAAI,EACR,EAAE,mBAAmB,eA8MrB"}
1
+ {"version":3,"file":"internal.d.ts","sourceRoot":"","sources":["../../../src/slider/internal.tsx"],"names":[],"mappings":";AAaA,OAAO,EAAE,0BAA0B,EAAE,MAAM,sCAAsC,CAAC;AAElF,OAAO,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAc9C,UAAU,mBAAoB,SAAQ,WAAW,EAAE,0BAA0B;CAAG;AAEhF,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,EACrC,KAAK,EACL,GAAG,EACH,GAAG,EACH,QAAQ,EACR,IAAI,EACJ,QAAQ,EACR,QAAQ,EACR,SAAS,EACT,eAAe,EACf,eAAe,EACf,SAAS,EACT,YAAY,EACZ,cAAc,EACd,WAAW,EACX,iBAAwB,EACxB,GAAG,IAAI,EACR,EAAE,mBAAmB,eAgNrB"}