@cloudscape-design/components 3.0.65 → 3.0.66

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 (105) hide show
  1. package/annotation-context/annotation/annotation-popover.d.ts.map +1 -1
  2. package/annotation-context/annotation/annotation-popover.js +2 -2
  3. package/annotation-context/annotation/annotation-popover.js.map +1 -1
  4. package/autosuggest/interfaces.d.ts +2 -2
  5. package/autosuggest/interfaces.d.ts.map +1 -1
  6. package/autosuggest/interfaces.js.map +1 -1
  7. package/button-dropdown/tooltip.js +2 -2
  8. package/button-dropdown/tooltip.js.map +1 -1
  9. package/calendar/interfaces.d.ts +2 -1
  10. package/calendar/interfaces.d.ts.map +1 -1
  11. package/calendar/interfaces.js.map +1 -1
  12. package/calendar/internal.d.ts +2 -1
  13. package/calendar/internal.d.ts.map +1 -1
  14. package/calendar/internal.js +8 -3
  15. package/calendar/internal.js.map +1 -1
  16. package/cards/index.d.ts.map +1 -1
  17. package/cards/index.js +15 -5
  18. package/cards/index.js.map +1 -1
  19. package/checkbox/base-checkbox.d.ts +1 -5
  20. package/checkbox/base-checkbox.d.ts.map +1 -1
  21. package/checkbox/base-checkbox.js.map +1 -1
  22. package/checkbox/internal.d.ts.map +1 -1
  23. package/checkbox/internal.js +3 -1
  24. package/checkbox/internal.js.map +1 -1
  25. package/container/internal.d.ts +2 -1
  26. package/container/internal.d.ts.map +1 -1
  27. package/container/internal.js +3 -2
  28. package/container/internal.js.map +1 -1
  29. package/date-input/index.d.ts.map +1 -1
  30. package/date-input/index.js +3 -4
  31. package/date-input/index.js.map +1 -1
  32. package/date-input/internal.d.ts.map +1 -1
  33. package/date-input/internal.js +2 -2
  34. package/date-input/internal.js.map +1 -1
  35. package/date-range-picker/calendar/index.js +2 -2
  36. package/date-range-picker/calendar/index.js.map +1 -1
  37. package/form-field/internal.d.ts.map +1 -1
  38. package/form-field/internal.js +2 -2
  39. package/form-field/internal.js.map +1 -1
  40. package/index.d.ts +2 -0
  41. package/index.d.ts.map +1 -1
  42. package/index.js +2 -0
  43. package/index.js.map +1 -1
  44. package/input/interfaces.d.ts +11 -9
  45. package/input/interfaces.d.ts.map +1 -1
  46. package/input/interfaces.js.map +1 -1
  47. package/input/internal.d.ts +2 -2
  48. package/input/internal.d.ts.map +1 -1
  49. package/input/internal.js.map +1 -1
  50. package/internal/components/autosuggest-input/index.d.ts +2 -2
  51. package/internal/components/autosuggest-input/index.d.ts.map +1 -1
  52. package/internal/components/autosuggest-input/index.js.map +1 -1
  53. package/internal/components/chart-popover/index.js +2 -2
  54. package/internal/components/chart-popover/index.js.map +1 -1
  55. package/internal/environment.js +1 -1
  56. package/link/interfaces.d.ts +1 -1
  57. package/link/interfaces.d.ts.map +1 -1
  58. package/link/interfaces.js.map +1 -1
  59. package/link/styles.css.js +20 -19
  60. package/link/styles.scoped.css +75 -70
  61. package/link/styles.selectors.js +20 -19
  62. package/package.json +3 -1
  63. package/popover/body.d.ts +1 -4
  64. package/popover/body.d.ts.map +1 -1
  65. package/popover/body.js +2 -4
  66. package/popover/body.js.map +1 -1
  67. package/popover/container.d.ts +4 -1
  68. package/popover/container.d.ts.map +1 -1
  69. package/popover/container.js +51 -37
  70. package/popover/container.js.map +1 -1
  71. package/popover/internal.js +2 -2
  72. package/popover/internal.js.map +1 -1
  73. package/popover/styles.css.js +49 -48
  74. package/popover/styles.scoped.css +209 -89
  75. package/popover/styles.selectors.js +49 -48
  76. package/popover/utils/positions.d.ts +1 -0
  77. package/popover/utils/positions.d.ts.map +1 -1
  78. package/popover/utils/positions.js +40 -14
  79. package/popover/utils/positions.js.map +1 -1
  80. package/radio-group/interfaces.d.ts +5 -0
  81. package/radio-group/interfaces.d.ts.map +1 -1
  82. package/radio-group/interfaces.js.map +1 -1
  83. package/tag-editor/interfaces.d.ts +1 -1
  84. package/tag-editor/interfaces.d.ts.map +1 -1
  85. package/tag-editor/interfaces.js.map +1 -1
  86. package/test-utils/dom/form-field/index.js +1 -1
  87. package/test-utils/dom/form-field/index.js.map +1 -1
  88. package/test-utils/dom/index.d.ts +6 -0
  89. package/test-utils/dom/index.js +18 -2
  90. package/test-utils/dom/index.js.map +1 -1
  91. package/test-utils/selectors/form-field/index.js +1 -1
  92. package/test-utils/selectors/form-field/index.js.map +1 -1
  93. package/test-utils/selectors/index.d.ts +6 -0
  94. package/test-utils/selectors/index.js +18 -2
  95. package/test-utils/selectors/index.js.map +1 -1
  96. package/test-utils/tsconfig.tsbuildinfo +1 -1
  97. package/textarea/interfaces.d.ts +2 -2
  98. package/textarea/interfaces.d.ts.map +1 -1
  99. package/textarea/interfaces.js.map +1 -1
  100. package/time-input/interfaces.d.ts +2 -2
  101. package/time-input/interfaces.d.ts.map +1 -1
  102. package/time-input/interfaces.js.map +1 -1
  103. package/toggle/internal.d.ts.map +1 -1
  104. package/toggle/internal.js +3 -1
  105. package/toggle/internal.js.map +1 -1
@@ -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
- .awsui_arrow_xjuzf_1bftv_185:not(#\9) {
185
+ .awsui_arrow_xjuzf_1aa2b_185:not(#\9) {
186
186
  width: 20px;
187
187
  height: 10px;
188
188
  }
189
- .awsui_arrow-outer_xjuzf_1bftv_189:not(#\9), .awsui_arrow-inner_xjuzf_1bftv_189:not(#\9) {
189
+ .awsui_arrow-outer_xjuzf_1aa2b_189:not(#\9), .awsui_arrow-inner_xjuzf_1aa2b_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-outer_xjuzf_1bftv_189:not(#\9)::after, .awsui_arrow-inner_xjuzf_1bftv_189:not(#\9)::after {
197
+ .awsui_arrow-outer_xjuzf_1aa2b_189:not(#\9)::after, .awsui_arrow-inner_xjuzf_1aa2b_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-outer_xjuzf_1bftv_189:not(#\9)::after {
210
+ .awsui_arrow-outer_xjuzf_1aa2b_189:not(#\9)::after {
211
211
  background-color: var(--color-border-popover-5pygk7, #9ba7b6);
212
212
  }
213
- .awsui_arrow-inner_xjuzf_1bftv_189:not(#\9) {
213
+ .awsui_arrow-inner_xjuzf_1aa2b_189:not(#\9) {
214
214
  top: 2px;
215
215
  }
216
- .awsui_arrow-inner_xjuzf_1bftv_189:not(#\9)::after {
216
+ .awsui_arrow-inner_xjuzf_1aa2b_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-top_xjuzf_1bftv_220 > .awsui_arrow-outer_xjuzf_1bftv_189:not(#\9)::after, .awsui_arrow-position-right-bottom_xjuzf_1bftv_220 > .awsui_arrow-outer_xjuzf_1bftv_189:not(#\9)::after {
220
+ .awsui_arrow-position-right-top_xjuzf_1aa2b_220 > .awsui_arrow-outer_xjuzf_1aa2b_189:not(#\9)::after, .awsui_arrow-position-right-bottom_xjuzf_1aa2b_220 > .awsui_arrow-outer_xjuzf_1aa2b_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-top_xjuzf_1bftv_223 > .awsui_arrow-outer_xjuzf_1bftv_189:not(#\9)::after, .awsui_arrow-position-left-bottom_xjuzf_1bftv_223 > .awsui_arrow-outer_xjuzf_1bftv_189:not(#\9)::after {
223
+ .awsui_arrow-position-left-top_xjuzf_1aa2b_223 > .awsui_arrow-outer_xjuzf_1aa2b_189:not(#\9)::after, .awsui_arrow-position-left-bottom_xjuzf_1aa2b_223 > .awsui_arrow-outer_xjuzf_1aa2b_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-center_xjuzf_1bftv_226 > .awsui_arrow-outer_xjuzf_1bftv_189:not(#\9)::after, .awsui_arrow-position-top-right_xjuzf_1bftv_226 > .awsui_arrow-outer_xjuzf_1bftv_189:not(#\9)::after, .awsui_arrow-position-top-left_xjuzf_1bftv_226 > .awsui_arrow-outer_xjuzf_1bftv_189:not(#\9)::after, .awsui_arrow-position-top-responsive_xjuzf_1bftv_226 > .awsui_arrow-outer_xjuzf_1bftv_189:not(#\9)::after {
226
+ .awsui_arrow-position-top-center_xjuzf_1aa2b_226 > .awsui_arrow-outer_xjuzf_1aa2b_189:not(#\9)::after, .awsui_arrow-position-top-right_xjuzf_1aa2b_226 > .awsui_arrow-outer_xjuzf_1aa2b_189:not(#\9)::after, .awsui_arrow-position-top-left_xjuzf_1aa2b_226 > .awsui_arrow-outer_xjuzf_1aa2b_189:not(#\9)::after, .awsui_arrow-position-top-responsive_xjuzf_1aa2b_226 > .awsui_arrow-outer_xjuzf_1aa2b_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-center_xjuzf_1bftv_229 > .awsui_arrow-outer_xjuzf_1bftv_189:not(#\9)::after, .awsui_arrow-position-bottom-right_xjuzf_1bftv_229 > .awsui_arrow-outer_xjuzf_1bftv_189:not(#\9)::after, .awsui_arrow-position-bottom-left_xjuzf_1bftv_229 > .awsui_arrow-outer_xjuzf_1bftv_189:not(#\9)::after, .awsui_arrow-position-bottom-responsive_xjuzf_1bftv_229 > .awsui_arrow-outer_xjuzf_1bftv_189:not(#\9)::after {
229
+ .awsui_arrow-position-bottom-center_xjuzf_1aa2b_229 > .awsui_arrow-outer_xjuzf_1aa2b_189:not(#\9)::after, .awsui_arrow-position-bottom-right_xjuzf_1aa2b_229 > .awsui_arrow-outer_xjuzf_1aa2b_189:not(#\9)::after, .awsui_arrow-position-bottom-left_xjuzf_1aa2b_229 > .awsui_arrow-outer_xjuzf_1aa2b_189:not(#\9)::after, .awsui_arrow-position-bottom-responsive_xjuzf_1aa2b_229 > .awsui_arrow-outer_xjuzf_1aa2b_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
- .awsui_body_xjuzf_1bftv_325:not(#\9) {
325
+ .awsui_body_xjuzf_1aa2b_325:not(#\9) {
326
326
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
327
327
  border-collapse: separate;
328
328
  border-spacing: 0;
@@ -360,69 +360,33 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
360
360
  word-wrap: break-word;
361
361
  max-width: 100%;
362
362
  overflow: hidden;
363
- box-sizing: border-box;
364
- border-radius: var(--border-radius-popover-8g1bwn, 8px);
365
363
  padding: var(--space-s-hv8c1d, 12px) var(--space-m-17eucw, 16px);
366
- background-color: var(--color-background-popover-mn5o9k, #ffffff);
367
- box-shadow: var(--shadow-popover-kzy6rd, 0px 4px 20px 1px rgba(0, 7, 22, 0.1));
368
- border: var(--border-field-width-idlekx, 2px) solid var(--color-border-popover-5pygk7, #9ba7b6);
369
364
  }
370
- .awsui_body-overflow-visible_xjuzf_1bftv_344:not(#\9) {
365
+ .awsui_body-overflow-visible_xjuzf_1aa2b_339:not(#\9) {
371
366
  overflow: visible;
372
367
  }
373
368
 
374
- .awsui_variant-annotation_xjuzf_1bftv_348:not(#\9) {
375
- background-color: var(--color-background-status-info-usb30e, #f2f8fd);
376
- border-color: var(--color-border-status-info-546i7i, #0972d3);
377
- }
378
-
379
- .awsui_body-size-small_xjuzf_1bftv_353:not(#\9) {
380
- max-width: 210px;
381
- }
382
- .awsui_body-size-small_xjuzf_1bftv_353.awsui_fixed-width_xjuzf_1bftv_356:not(#\9) {
383
- width: 210px;
384
- }
385
-
386
- .awsui_body-size-medium_xjuzf_1bftv_360:not(#\9) {
387
- max-width: 310px;
388
- }
389
- .awsui_body-size-medium_xjuzf_1bftv_360.awsui_fixed-width_xjuzf_1bftv_356:not(#\9) {
390
- width: 310px;
391
- }
392
-
393
- .awsui_body-size-large_xjuzf_1bftv_367:not(#\9) {
394
- max-width: 480px;
395
- }
396
- @media (max-width: 480px) {
397
- .awsui_body-size-large_xjuzf_1bftv_367:not(#\9) {
398
- max-width: 310px;
399
- }
400
- }
401
- .awsui_body-size-large_xjuzf_1bftv_367.awsui_fixed-width_xjuzf_1bftv_356:not(#\9) {
402
- width: 480px;
403
- }
404
-
405
- .awsui_has-dismiss_xjuzf_1bftv_379:not(#\9) {
369
+ .awsui_has-dismiss_xjuzf_1aa2b_343:not(#\9) {
406
370
  display: flex;
407
371
  align-items: baseline;
408
372
  }
409
373
 
410
- .awsui_dismiss_xjuzf_1bftv_384:not(#\9) {
374
+ .awsui_dismiss_xjuzf_1aa2b_348:not(#\9) {
411
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)));
412
376
  margin-left: 0;
413
377
  flex: 0 0 auto;
414
378
  order: 1;
415
379
  }
416
380
 
417
- .awsui_dismiss-control_xjuzf_1bftv_391:not(#\9) {
381
+ .awsui_dismiss-control_xjuzf_1aa2b_355:not(#\9) {
418
382
  /* used in test-utils */
419
383
  }
420
384
 
421
- .awsui_header-row_xjuzf_1bftv_395:not(#\9) {
385
+ .awsui_header-row_xjuzf_1aa2b_359:not(#\9) {
422
386
  margin-bottom: var(--space-xs-rsr2qu, 8px);
423
387
  }
424
388
 
425
- .awsui_header_xjuzf_1bftv_395:not(#\9) {
389
+ .awsui_header_xjuzf_1aa2b_359:not(#\9) {
426
390
  word-wrap: break-word;
427
391
  max-width: 100%;
428
392
  overflow: hidden;
@@ -433,21 +397,21 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
433
397
  /* stylelint-disable selector-max-type */
434
398
  /* stylelint-enable selector-max-type */
435
399
  }
436
- .awsui_header_xjuzf_1bftv_395 > h2:not(#\9) {
400
+ .awsui_header_xjuzf_1aa2b_359 > h2:not(#\9) {
437
401
  font-size: var(--font-heading-xs-size-fryxro, 14px);
438
402
  line-height: var(--font-heading-xs-line-height-5x131j, 18px);
439
403
  font-weight: var(--font-heading-xs-weight-wwznty, 800);
440
404
  display: inline;
441
405
  }
442
406
 
443
- .awsui_content_xjuzf_1bftv_417:not(#\9) {
407
+ .awsui_content_xjuzf_1aa2b_381:not(#\9) {
444
408
  word-wrap: break-word;
445
409
  max-width: 100%;
446
410
  overflow: hidden;
447
411
  color: var(--color-text-body-secondary-fdstdf, #414d5c);
448
412
  flex: 1 1 auto;
449
413
  }
450
- .awsui_content-overflow-visible_xjuzf_1bftv_424:not(#\9) {
414
+ .awsui_content-overflow-visible_xjuzf_1aa2b_388:not(#\9) {
451
415
  overflow: visible;
452
416
  }
453
417
 
@@ -459,7 +423,91 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
459
423
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
460
424
  SPDX-License-Identifier: Apache-2.0
461
425
  */
462
- .awsui_container_xjuzf_1bftv_436:not(#\9) {
426
+ /*
427
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
428
+ SPDX-License-Identifier: Apache-2.0
429
+ */
430
+ /*
431
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
432
+ SPDX-License-Identifier: Apache-2.0
433
+ */
434
+ /*
435
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
436
+ SPDX-License-Identifier: Apache-2.0
437
+ */
438
+ /*
439
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
440
+ SPDX-License-Identifier: Apache-2.0
441
+ */
442
+ /*
443
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
444
+ SPDX-License-Identifier: Apache-2.0
445
+ */
446
+ /*
447
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
448
+ SPDX-License-Identifier: Apache-2.0
449
+ */
450
+ /*
451
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
452
+ SPDX-License-Identifier: Apache-2.0
453
+ */
454
+ /*
455
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
456
+ SPDX-License-Identifier: Apache-2.0
457
+ */
458
+ /*
459
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
460
+ SPDX-License-Identifier: Apache-2.0
461
+ */
462
+ /*
463
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
464
+ SPDX-License-Identifier: Apache-2.0
465
+ */
466
+ /*
467
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
468
+ SPDX-License-Identifier: Apache-2.0
469
+ */
470
+ /* stylelint-disable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
471
+ /* stylelint-enable @cloudscape-design/no-motion-outside-of-mixin, selector-combinator-disallowed-list, selector-pseudo-class-no-unknown, selector-class-pattern */
472
+ /*
473
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
474
+ SPDX-License-Identifier: Apache-2.0
475
+ */
476
+ /*
477
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
478
+ SPDX-License-Identifier: Apache-2.0
479
+ */
480
+ /*
481
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
482
+ SPDX-License-Identifier: Apache-2.0
483
+ */
484
+ /*
485
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
486
+ SPDX-License-Identifier: Apache-2.0
487
+ */
488
+ /*
489
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
490
+ SPDX-License-Identifier: Apache-2.0
491
+ */
492
+ /*
493
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
494
+ SPDX-License-Identifier: Apache-2.0
495
+ */
496
+ /*
497
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
498
+ SPDX-License-Identifier: Apache-2.0
499
+ */
500
+ /* Style used for links in slots/components that are text heavy, to help links stand out among
501
+ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
502
+ /*
503
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
504
+ SPDX-License-Identifier: Apache-2.0
505
+ */
506
+ /*
507
+ Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
508
+ SPDX-License-Identifier: Apache-2.0
509
+ */
510
+ .awsui_container_xjuzf_1aa2b_484:not(#\9) {
463
511
  display: inline-block;
464
512
  position: fixed;
465
513
  top: -9999px;
@@ -467,59 +515,131 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
467
515
  z-index: 2000;
468
516
  }
469
517
 
470
- .awsui_container-arrow_xjuzf_1bftv_444:not(#\9) {
518
+ .awsui_container-body_xjuzf_1aa2b_492:not(#\9) {
519
+ /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
520
+ border-collapse: separate;
521
+ border-spacing: 0;
522
+ caption-side: top;
523
+ cursor: auto;
524
+ direction: ltr;
525
+ empty-cells: show;
526
+ font-family: serif;
527
+ font-size: medium;
528
+ font-style: normal;
529
+ font-variant: normal;
530
+ font-weight: normal;
531
+ font-stretch: normal;
532
+ line-height: normal;
533
+ -webkit-hyphens: none;
534
+ hyphens: none;
535
+ letter-spacing: normal;
536
+ list-style: disc outside none;
537
+ tab-size: 8;
538
+ text-align: left;
539
+ text-align-last: auto;
540
+ text-indent: 0;
541
+ text-shadow: none;
542
+ text-transform: none;
543
+ visibility: visible;
544
+ white-space: normal;
545
+ widows: 2;
546
+ word-spacing: normal;
547
+ box-sizing: border-box;
548
+ font-size: var(--font-body-m-size-sregvd, 14px);
549
+ line-height: var(--font-body-m-line-height-i7xxvv, 22px);
550
+ color: var(--color-text-body-default-ajf1h5, #000716);
551
+ font-weight: 400;
552
+ font-family: var(--font-family-base-qnistn, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
553
+ border-radius: var(--border-radius-popover-8g1bwn, 8px);
554
+ background-color: var(--color-background-popover-mn5o9k, #ffffff);
555
+ box-shadow: var(--shadow-popover-kzy6rd, 0px 4px 20px 1px rgba(0, 7, 22, 0.1));
556
+ border: var(--border-field-width-idlekx, 2px) solid var(--color-border-popover-5pygk7, #9ba7b6);
557
+ }
558
+
559
+ .awsui_container-body-variant-annotation_xjuzf_1aa2b_507:not(#\9) {
560
+ background-color: var(--color-background-status-info-usb30e, #f2f8fd);
561
+ border-color: var(--color-border-status-info-546i7i, #0972d3);
562
+ }
563
+
564
+ .awsui_container-body-size-small_xjuzf_1aa2b_512:not(#\9) {
565
+ max-width: 210px;
566
+ }
567
+ .awsui_container-body-size-small_xjuzf_1aa2b_512.awsui_fixed-width_xjuzf_1aa2b_515:not(#\9) {
568
+ width: 210px;
569
+ }
570
+
571
+ .awsui_container-body-size-medium_xjuzf_1aa2b_519:not(#\9) {
572
+ max-width: 310px;
573
+ }
574
+ .awsui_container-body-size-medium_xjuzf_1aa2b_519.awsui_fixed-width_xjuzf_1aa2b_515:not(#\9) {
575
+ width: 310px;
576
+ }
577
+
578
+ .awsui_container-body-size-large_xjuzf_1aa2b_526:not(#\9) {
579
+ max-width: 480px;
580
+ }
581
+ @media (max-width: 480px) {
582
+ .awsui_container-body-size-large_xjuzf_1aa2b_526:not(#\9) {
583
+ max-width: 310px;
584
+ }
585
+ }
586
+ .awsui_container-body-size-large_xjuzf_1aa2b_526.awsui_fixed-width_xjuzf_1aa2b_515:not(#\9) {
587
+ width: 480px;
588
+ }
589
+
590
+ .awsui_container-arrow_xjuzf_1aa2b_538:not(#\9) {
471
591
  position: absolute;
472
592
  display: inline-block;
473
593
  }
474
- .awsui_container-arrow-position-right-top_xjuzf_1bftv_448:not(#\9), .awsui_container-arrow-position-right-bottom_xjuzf_1bftv_448:not(#\9) {
594
+ .awsui_container-arrow-position-right-top_xjuzf_1aa2b_542:not(#\9), .awsui_container-arrow-position-right-bottom_xjuzf_1aa2b_542:not(#\9) {
475
595
  transform: rotate(-90deg);
476
596
  transform-origin: 0 100%;
477
597
  }
478
- .awsui_container-arrow-position-right-top_xjuzf_1bftv_448:not(#\9) {
598
+ .awsui_container-arrow-position-right-top_xjuzf_1aa2b_542:not(#\9) {
479
599
  top: calc(12px + 10px);
480
600
  left: 0;
481
601
  }
482
- .awsui_container-arrow-position-right-bottom_xjuzf_1bftv_448:not(#\9) {
602
+ .awsui_container-arrow-position-right-bottom_xjuzf_1aa2b_542:not(#\9) {
483
603
  bottom: 12px;
484
604
  left: 0;
485
605
  }
486
- .awsui_container-arrow-position-left-top_xjuzf_1bftv_460:not(#\9), .awsui_container-arrow-position-left-bottom_xjuzf_1bftv_460:not(#\9) {
606
+ .awsui_container-arrow-position-left-top_xjuzf_1aa2b_554:not(#\9), .awsui_container-arrow-position-left-bottom_xjuzf_1aa2b_554:not(#\9) {
487
607
  transform: rotate(90deg);
488
608
  transform-origin: 100% 100%;
489
609
  }
490
- .awsui_container-arrow-position-left-top_xjuzf_1bftv_460:not(#\9) {
610
+ .awsui_container-arrow-position-left-top_xjuzf_1aa2b_554:not(#\9) {
491
611
  top: calc(12px + 10px);
492
612
  right: 0;
493
613
  }
494
- .awsui_container-arrow-position-left-bottom_xjuzf_1bftv_460:not(#\9) {
614
+ .awsui_container-arrow-position-left-bottom_xjuzf_1aa2b_554:not(#\9) {
495
615
  bottom: 12px;
496
616
  right: 0;
497
617
  }
498
- .awsui_container-arrow-position-top-center_xjuzf_1bftv_472:not(#\9), .awsui_container-arrow-position-top-right_xjuzf_1bftv_472:not(#\9), .awsui_container-arrow-position-top-left_xjuzf_1bftv_472:not(#\9), .awsui_container-arrow-position-top-responsive_xjuzf_1bftv_472:not(#\9) {
618
+ .awsui_container-arrow-position-top-center_xjuzf_1aa2b_566:not(#\9), .awsui_container-arrow-position-top-right_xjuzf_1aa2b_566:not(#\9), .awsui_container-arrow-position-top-left_xjuzf_1aa2b_566:not(#\9), .awsui_container-arrow-position-top-responsive_xjuzf_1aa2b_566:not(#\9) {
499
619
  transform: rotate(180deg);
500
620
  transform-origin: 50% 50%;
501
621
  }
502
- .awsui_container-arrow-position-top-center_xjuzf_1bftv_472:not(#\9) {
622
+ .awsui_container-arrow-position-top-center_xjuzf_1aa2b_566:not(#\9) {
503
623
  bottom: -10px;
504
624
  left: calc(50% - 10px);
505
625
  }
506
- .awsui_container-arrow-position-top-right_xjuzf_1bftv_472:not(#\9) {
626
+ .awsui_container-arrow-position-top-right_xjuzf_1aa2b_566:not(#\9) {
507
627
  bottom: -10px;
508
628
  left: 12px;
509
629
  }
510
- .awsui_container-arrow-position-top-left_xjuzf_1bftv_472:not(#\9) {
630
+ .awsui_container-arrow-position-top-left_xjuzf_1aa2b_566:not(#\9) {
511
631
  bottom: -10px;
512
632
  left: calc(100% - 20px - 12px);
513
633
  }
514
- .awsui_container-arrow-position-bottom-center_xjuzf_1bftv_488:not(#\9) {
634
+ .awsui_container-arrow-position-bottom-center_xjuzf_1aa2b_582:not(#\9) {
515
635
  top: -10px;
516
636
  left: calc(50% - 10px);
517
637
  }
518
- .awsui_container-arrow-position-bottom-right_xjuzf_1bftv_492:not(#\9) {
638
+ .awsui_container-arrow-position-bottom-right_xjuzf_1aa2b_586:not(#\9) {
519
639
  top: -10px;
520
640
  left: 12px;
521
641
  }
522
- .awsui_container-arrow-position-bottom-left_xjuzf_1bftv_496:not(#\9) {
642
+ .awsui_container-arrow-position-bottom-left_xjuzf_1aa2b_590:not(#\9) {
523
643
  top: -10px;
524
644
  left: calc(100% - 20px - 12px);
525
645
  }
@@ -616,10 +736,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
616
736
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
617
737
  SPDX-License-Identifier: Apache-2.0
618
738
  */
619
- .awsui_container_xjuzf_1bftv_436:not(#\9) {
620
- animation: awsui_awsui-motion-fade-in_xjuzf_1bftv_1 var(--motion-duration-show-paced-7wspqf, 180ms) var(--motion-easing-show-paced-wj4ybn, ease-out);
739
+ .awsui_container_xjuzf_1aa2b_484:not(#\9) {
740
+ animation: awsui_awsui-motion-fade-in_xjuzf_1aa2b_1 var(--motion-duration-show-paced-7wspqf, 180ms) var(--motion-easing-show-paced-wj4ybn, ease-out);
621
741
  }
622
- @keyframes awsui_awsui-motion-fade-in_xjuzf_1bftv_1 {
742
+ @keyframes awsui_awsui-motion-fade-in_xjuzf_1aa2b_1 {
623
743
  from {
624
744
  opacity: 0.2;
625
745
  }
@@ -628,19 +748,19 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
628
748
  }
629
749
  }
630
750
  @media (prefers-reduced-motion: reduce) {
631
- .awsui_container_xjuzf_1bftv_436:not(#\9) {
751
+ .awsui_container_xjuzf_1aa2b_484:not(#\9) {
632
752
  animation: none;
633
753
  transition: none;
634
754
  }
635
755
  }
636
- .awsui-motion-disabled .awsui_container_xjuzf_1bftv_436:not(#\9), .awsui-mode-entering .awsui_container_xjuzf_1bftv_436:not(#\9) {
756
+ .awsui-motion-disabled .awsui_container_xjuzf_1aa2b_484:not(#\9), .awsui-mode-entering .awsui_container_xjuzf_1aa2b_484:not(#\9) {
637
757
  animation: none;
638
758
  transition: none;
639
759
  }
640
- .awsui_container_xjuzf_1bftv_436.awsui_refresh_xjuzf_1bftv_614:not(#\9) {
641
- animation: awsui_awsui-motion-fade-in_xjuzf_1bftv_1 var(--motion-duration-refresh-only-fast-addxjd, 115ms) var(--motion-easing-refresh-only-a-sy0g8m, cubic-bezier(0, 0, 0, 1));
760
+ .awsui_container_xjuzf_1aa2b_484.awsui_refresh_xjuzf_1aa2b_708:not(#\9) {
761
+ animation: awsui_awsui-motion-fade-in_xjuzf_1aa2b_1 var(--motion-duration-refresh-only-fast-addxjd, 115ms) var(--motion-easing-refresh-only-a-sy0g8m, cubic-bezier(0, 0, 0, 1));
642
762
  }
643
- @keyframes awsui_awsui-motion-fade-in_xjuzf_1bftv_1 {
763
+ @keyframes awsui_awsui-motion-fade-in_xjuzf_1aa2b_1 {
644
764
  from {
645
765
  opacity: 0.2;
646
766
  }
@@ -649,17 +769,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
649
769
  }
650
770
  }
651
771
  @media (prefers-reduced-motion: reduce) {
652
- .awsui_container_xjuzf_1bftv_436.awsui_refresh_xjuzf_1bftv_614:not(#\9) {
772
+ .awsui_container_xjuzf_1aa2b_484.awsui_refresh_xjuzf_1aa2b_708:not(#\9) {
653
773
  animation: none;
654
774
  transition: none;
655
775
  }
656
776
  }
657
- .awsui-motion-disabled .awsui_container_xjuzf_1bftv_436.awsui_refresh_xjuzf_1bftv_614:not(#\9), .awsui-mode-entering .awsui_container_xjuzf_1bftv_436.awsui_refresh_xjuzf_1bftv_614:not(#\9) {
777
+ .awsui-motion-disabled .awsui_container_xjuzf_1aa2b_484.awsui_refresh_xjuzf_1aa2b_708:not(#\9), .awsui-mode-entering .awsui_container_xjuzf_1aa2b_484.awsui_refresh_xjuzf_1aa2b_708:not(#\9) {
658
778
  animation: none;
659
779
  transition: none;
660
780
  }
661
781
 
662
- .awsui_root_xjuzf_1bftv_636:not(#\9) {
782
+ .awsui_root_xjuzf_1aa2b_730:not(#\9) {
663
783
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
664
784
  border-collapse: separate;
665
785
  border-spacing: 0;
@@ -697,14 +817,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
697
817
  color: inherit;
698
818
  }
699
819
 
700
- .awsui_trigger_xjuzf_1bftv_648:not(#\9) {
820
+ .awsui_trigger_xjuzf_1aa2b_742:not(#\9) {
701
821
  display: inline-block;
702
822
  max-width: 100%;
703
823
  color: inherit;
704
824
  text-align: inherit;
705
825
  }
706
826
 
707
- .awsui_trigger-type-text_xjuzf_1bftv_655:not(#\9) {
827
+ .awsui_trigger-type-text_xjuzf_1aa2b_749:not(#\9) {
708
828
  border: 0;
709
829
  margin: 0;
710
830
  padding: 0;
@@ -712,17 +832,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
712
832
  cursor: pointer;
713
833
  border-bottom: var(--border-divider-list-width-hacikr, 1px) dashed currentColor;
714
834
  }
715
- .awsui_trigger-type-text_xjuzf_1bftv_655:not(#\9):focus {
835
+ .awsui_trigger-type-text_xjuzf_1aa2b_749:not(#\9):focus {
716
836
  outline: none;
717
837
  }
718
- .awsui_trigger-type-text_xjuzf_1bftv_655[data-awsui-focus-visible=true]:not(#\9):focus {
838
+ .awsui_trigger-type-text_xjuzf_1aa2b_749[data-awsui-focus-visible=true]:not(#\9):focus {
719
839
  position: relative;
720
840
  }
721
- .awsui_trigger-type-text_xjuzf_1bftv_655[data-awsui-focus-visible=true]:not(#\9):focus {
841
+ .awsui_trigger-type-text_xjuzf_1aa2b_749[data-awsui-focus-visible=true]:not(#\9):focus {
722
842
  outline: 2px dotted transparent;
723
843
  outline-offset: calc(1px - 1px);
724
844
  }
725
- .awsui_trigger-type-text_xjuzf_1bftv_655[data-awsui-focus-visible=true]:not(#\9):focus::before {
845
+ .awsui_trigger-type-text_xjuzf_1aa2b_749[data-awsui-focus-visible=true]:not(#\9):focus::before {
726
846
  content: " ";
727
847
  display: block;
728
848
  position: absolute;
@@ -733,6 +853,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
733
853
  border-radius: var(--border-radius-control-default-focus-ring-7661kz, 4px);
734
854
  box-shadow: 0 0 0 2px var(--color-border-item-focused-ap3b6s, #0972d3);
735
855
  }
736
- .awsui_trigger-type-text_xjuzf_1bftv_655 > .awsui_trigger-inner-text_xjuzf_1bftv_684:not(#\9) {
856
+ .awsui_trigger-type-text_xjuzf_1aa2b_749 > .awsui_trigger-inner-text_xjuzf_1aa2b_778:not(#\9) {
737
857
  position: relative;
738
858
  }
@@ -2,53 +2,54 @@
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_1bftv_185",
6
- "arrow-outer": "awsui_arrow-outer_xjuzf_1bftv_189",
7
- "arrow-inner": "awsui_arrow-inner_xjuzf_1bftv_189",
8
- "arrow-position-right-top": "awsui_arrow-position-right-top_xjuzf_1bftv_220",
9
- "arrow-position-right-bottom": "awsui_arrow-position-right-bottom_xjuzf_1bftv_220",
10
- "arrow-position-left-top": "awsui_arrow-position-left-top_xjuzf_1bftv_223",
11
- "arrow-position-left-bottom": "awsui_arrow-position-left-bottom_xjuzf_1bftv_223",
12
- "arrow-position-top-center": "awsui_arrow-position-top-center_xjuzf_1bftv_226",
13
- "arrow-position-top-right": "awsui_arrow-position-top-right_xjuzf_1bftv_226",
14
- "arrow-position-top-left": "awsui_arrow-position-top-left_xjuzf_1bftv_226",
15
- "arrow-position-top-responsive": "awsui_arrow-position-top-responsive_xjuzf_1bftv_226",
16
- "arrow-position-bottom-center": "awsui_arrow-position-bottom-center_xjuzf_1bftv_229",
17
- "arrow-position-bottom-right": "awsui_arrow-position-bottom-right_xjuzf_1bftv_229",
18
- "arrow-position-bottom-left": "awsui_arrow-position-bottom-left_xjuzf_1bftv_229",
19
- "arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_xjuzf_1bftv_229",
20
- "body": "awsui_body_xjuzf_1bftv_325",
21
- "body-overflow-visible": "awsui_body-overflow-visible_xjuzf_1bftv_344",
22
- "variant-annotation": "awsui_variant-annotation_xjuzf_1bftv_348",
23
- "body-size-small": "awsui_body-size-small_xjuzf_1bftv_353",
24
- "fixed-width": "awsui_fixed-width_xjuzf_1bftv_356",
25
- "body-size-medium": "awsui_body-size-medium_xjuzf_1bftv_360",
26
- "body-size-large": "awsui_body-size-large_xjuzf_1bftv_367",
27
- "has-dismiss": "awsui_has-dismiss_xjuzf_1bftv_379",
28
- "dismiss": "awsui_dismiss_xjuzf_1bftv_384",
29
- "dismiss-control": "awsui_dismiss-control_xjuzf_1bftv_391",
30
- "header-row": "awsui_header-row_xjuzf_1bftv_395",
31
- "header": "awsui_header_xjuzf_1bftv_395",
32
- "content": "awsui_content_xjuzf_1bftv_417",
33
- "content-overflow-visible": "awsui_content-overflow-visible_xjuzf_1bftv_424",
34
- "container": "awsui_container_xjuzf_1bftv_436",
35
- "container-arrow": "awsui_container-arrow_xjuzf_1bftv_444",
36
- "container-arrow-position-right-top": "awsui_container-arrow-position-right-top_xjuzf_1bftv_448",
37
- "container-arrow-position-right-bottom": "awsui_container-arrow-position-right-bottom_xjuzf_1bftv_448",
38
- "container-arrow-position-left-top": "awsui_container-arrow-position-left-top_xjuzf_1bftv_460",
39
- "container-arrow-position-left-bottom": "awsui_container-arrow-position-left-bottom_xjuzf_1bftv_460",
40
- "container-arrow-position-top-center": "awsui_container-arrow-position-top-center_xjuzf_1bftv_472",
41
- "container-arrow-position-top-right": "awsui_container-arrow-position-top-right_xjuzf_1bftv_472",
42
- "container-arrow-position-top-left": "awsui_container-arrow-position-top-left_xjuzf_1bftv_472",
43
- "container-arrow-position-top-responsive": "awsui_container-arrow-position-top-responsive_xjuzf_1bftv_472",
44
- "container-arrow-position-bottom-center": "awsui_container-arrow-position-bottom-center_xjuzf_1bftv_488",
45
- "container-arrow-position-bottom-right": "awsui_container-arrow-position-bottom-right_xjuzf_1bftv_492",
46
- "container-arrow-position-bottom-left": "awsui_container-arrow-position-bottom-left_xjuzf_1bftv_496",
47
- "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_xjuzf_1bftv_1",
48
- "refresh": "awsui_refresh_xjuzf_1bftv_614",
49
- "root": "awsui_root_xjuzf_1bftv_636",
50
- "trigger": "awsui_trigger_xjuzf_1bftv_648",
51
- "trigger-type-text": "awsui_trigger-type-text_xjuzf_1bftv_655",
52
- "trigger-inner-text": "awsui_trigger-inner-text_xjuzf_1bftv_684"
5
+ "arrow": "awsui_arrow_xjuzf_1aa2b_185",
6
+ "arrow-outer": "awsui_arrow-outer_xjuzf_1aa2b_189",
7
+ "arrow-inner": "awsui_arrow-inner_xjuzf_1aa2b_189",
8
+ "arrow-position-right-top": "awsui_arrow-position-right-top_xjuzf_1aa2b_220",
9
+ "arrow-position-right-bottom": "awsui_arrow-position-right-bottom_xjuzf_1aa2b_220",
10
+ "arrow-position-left-top": "awsui_arrow-position-left-top_xjuzf_1aa2b_223",
11
+ "arrow-position-left-bottom": "awsui_arrow-position-left-bottom_xjuzf_1aa2b_223",
12
+ "arrow-position-top-center": "awsui_arrow-position-top-center_xjuzf_1aa2b_226",
13
+ "arrow-position-top-right": "awsui_arrow-position-top-right_xjuzf_1aa2b_226",
14
+ "arrow-position-top-left": "awsui_arrow-position-top-left_xjuzf_1aa2b_226",
15
+ "arrow-position-top-responsive": "awsui_arrow-position-top-responsive_xjuzf_1aa2b_226",
16
+ "arrow-position-bottom-center": "awsui_arrow-position-bottom-center_xjuzf_1aa2b_229",
17
+ "arrow-position-bottom-right": "awsui_arrow-position-bottom-right_xjuzf_1aa2b_229",
18
+ "arrow-position-bottom-left": "awsui_arrow-position-bottom-left_xjuzf_1aa2b_229",
19
+ "arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_xjuzf_1aa2b_229",
20
+ "body": "awsui_body_xjuzf_1aa2b_325",
21
+ "body-overflow-visible": "awsui_body-overflow-visible_xjuzf_1aa2b_339",
22
+ "has-dismiss": "awsui_has-dismiss_xjuzf_1aa2b_343",
23
+ "dismiss": "awsui_dismiss_xjuzf_1aa2b_348",
24
+ "dismiss-control": "awsui_dismiss-control_xjuzf_1aa2b_355",
25
+ "header-row": "awsui_header-row_xjuzf_1aa2b_359",
26
+ "header": "awsui_header_xjuzf_1aa2b_359",
27
+ "content": "awsui_content_xjuzf_1aa2b_381",
28
+ "content-overflow-visible": "awsui_content-overflow-visible_xjuzf_1aa2b_388",
29
+ "container": "awsui_container_xjuzf_1aa2b_484",
30
+ "container-body": "awsui_container-body_xjuzf_1aa2b_492",
31
+ "container-body-variant-annotation": "awsui_container-body-variant-annotation_xjuzf_1aa2b_507",
32
+ "container-body-size-small": "awsui_container-body-size-small_xjuzf_1aa2b_512",
33
+ "fixed-width": "awsui_fixed-width_xjuzf_1aa2b_515",
34
+ "container-body-size-medium": "awsui_container-body-size-medium_xjuzf_1aa2b_519",
35
+ "container-body-size-large": "awsui_container-body-size-large_xjuzf_1aa2b_526",
36
+ "container-arrow": "awsui_container-arrow_xjuzf_1aa2b_538",
37
+ "container-arrow-position-right-top": "awsui_container-arrow-position-right-top_xjuzf_1aa2b_542",
38
+ "container-arrow-position-right-bottom": "awsui_container-arrow-position-right-bottom_xjuzf_1aa2b_542",
39
+ "container-arrow-position-left-top": "awsui_container-arrow-position-left-top_xjuzf_1aa2b_554",
40
+ "container-arrow-position-left-bottom": "awsui_container-arrow-position-left-bottom_xjuzf_1aa2b_554",
41
+ "container-arrow-position-top-center": "awsui_container-arrow-position-top-center_xjuzf_1aa2b_566",
42
+ "container-arrow-position-top-right": "awsui_container-arrow-position-top-right_xjuzf_1aa2b_566",
43
+ "container-arrow-position-top-left": "awsui_container-arrow-position-top-left_xjuzf_1aa2b_566",
44
+ "container-arrow-position-top-responsive": "awsui_container-arrow-position-top-responsive_xjuzf_1aa2b_566",
45
+ "container-arrow-position-bottom-center": "awsui_container-arrow-position-bottom-center_xjuzf_1aa2b_582",
46
+ "container-arrow-position-bottom-right": "awsui_container-arrow-position-bottom-right_xjuzf_1aa2b_586",
47
+ "container-arrow-position-bottom-left": "awsui_container-arrow-position-bottom-left_xjuzf_1aa2b_590",
48
+ "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_xjuzf_1aa2b_1",
49
+ "refresh": "awsui_refresh_xjuzf_1aa2b_708",
50
+ "root": "awsui_root_xjuzf_1aa2b_730",
51
+ "trigger": "awsui_trigger_xjuzf_1aa2b_742",
52
+ "trigger-type-text": "awsui_trigger-type-text_xjuzf_1aa2b_749",
53
+ "trigger-inner-text": "awsui_trigger-inner-text_xjuzf_1aa2b_778"
53
54
  };
54
55
 
@@ -1,5 +1,6 @@
1
1
  import { PopoverProps, InternalPosition, BoundingOffset, BoundingBox } from '../interfaces';
2
2
  export interface CalculatePosition {
3
+ scrollable?: boolean;
3
4
  internalPosition: InternalPosition;
4
5
  boundingOffset: BoundingOffset;
5
6
  }
@@ -1 +1 @@
1
- {"version":3,"file":"positions.d.ts","sourceRoot":"","sources":["../../../../src/popover/utils/positions.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,gBAAgB,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAG5F,MAAM,WAAW,iBAAiB;IAChC,gBAAgB,EAAE,gBAAgB,CAAC;IACnC,cAAc,EAAE,cAAc,CAAC;CAChC;AAUD,eAAO,MAAM,gBAAgB,EAAE,MAAM,CAAC,YAAY,CAAC,QAAQ,EAAE,gBAAgB,EAAE,CAiD9E,CAAC;AAiGF;;GAEG;AACH,wBAAgB,mBAAmB,CAAC,UAAU,EAAE,cAAc,EAAE,GAAG,MAAM,GAAG,IAAI,CAsB/E;AAED;;GAEG;AACH,wBAAgB,iBAAiB,CAC/B,SAAS,EAAE,YAAY,CAAC,QAAQ,EAChC,OAAO,EAAE,cAAc,EACvB,KAAK,EAAE,WAAW,EAClB,IAAI,EAAE,WAAW,EACjB,SAAS,EAAE,cAAc,EACzB,QAAQ,EAAE,cAAc,EAExB,gBAAgB,CAAC,EAAE,OAAO,GACzB,iBAAiB,CAmCnB"}
1
+ {"version":3,"file":"positions.d.ts","sourceRoot":"","sources":["../../../../src/popover/utils/positions.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,gBAAgB,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAG5F,MAAM,WAAW,iBAAiB;IAChC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,gBAAgB,EAAE,gBAAgB,CAAC;IACnC,cAAc,EAAE,cAAc,CAAC;CAChC;AAUD,eAAO,MAAM,gBAAgB,EAAE,MAAM,CAAC,YAAY,CAAC,QAAQ,EAAE,gBAAgB,EAAE,CAiD9E,CAAC;AAgIF;;GAEG;AACH,wBAAgB,mBAAmB,CAAC,UAAU,EAAE,cAAc,EAAE,GAAG,MAAM,GAAG,IAAI,CAsB/E;AAED;;GAEG;AACH,wBAAgB,iBAAiB,CAC/B,SAAS,EAAE,YAAY,CAAC,QAAQ,EAChC,OAAO,EAAE,cAAc,EACvB,KAAK,EAAE,WAAW,EAClB,IAAI,EAAE,WAAW,EACjB,SAAS,EAAE,cAAc,EACzB,QAAQ,EAAE,cAAc,EAExB,gBAAgB,CAAC,EAAE,OAAO,GACzB,iBAAiB,CAqCnB"}