@cloudscape-design/components-themeable 3.0.1130 → 3.0.1132

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 (116) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/input/styles.scss +62 -9
  3. package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +99 -87
  4. package/lib/internal/scss/internal/styles/forms/mixins.scss +42 -19
  5. package/lib/internal/template/alert/styles.css.js +27 -27
  6. package/lib/internal/template/alert/styles.scoped.css +50 -50
  7. package/lib/internal/template/alert/styles.selectors.js +27 -27
  8. package/lib/internal/template/annotation-context/annotation/styles.css.js +24 -24
  9. package/lib/internal/template/annotation-context/annotation/styles.scoped.css +32 -32
  10. package/lib/internal/template/annotation-context/annotation/styles.selectors.js +24 -24
  11. package/lib/internal/template/app-layout/notifications/styles.css.js +3 -3
  12. package/lib/internal/template/app-layout/notifications/styles.scoped.css +7 -7
  13. package/lib/internal/template/app-layout/notifications/styles.selectors.js +3 -3
  14. package/lib/internal/template/app-layout/visual-refresh/styles.css.js +86 -86
  15. package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +258 -258
  16. package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +86 -86
  17. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.css.js +27 -27
  18. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +84 -84
  19. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +27 -27
  20. package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.css.js +4 -4
  21. package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.scoped.css +7 -7
  22. package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.selectors.js +4 -4
  23. package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.css.js +27 -27
  24. package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.scoped.css +54 -54
  25. package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.selectors.js +27 -27
  26. package/lib/internal/template/attribute-editor/styles.css.js +15 -15
  27. package/lib/internal/template/attribute-editor/styles.scoped.css +28 -28
  28. package/lib/internal/template/attribute-editor/styles.selectors.js +15 -15
  29. package/lib/internal/template/breadcrumb-group/item/styles.css.js +7 -7
  30. package/lib/internal/template/breadcrumb-group/item/styles.scoped.css +28 -28
  31. package/lib/internal/template/breadcrumb-group/item/styles.selectors.js +7 -7
  32. package/lib/internal/template/button/styles.css.js +22 -22
  33. package/lib/internal/template/button/styles.scoped.css +256 -256
  34. package/lib/internal/template/button/styles.selectors.js +22 -22
  35. package/lib/internal/template/button-dropdown/item-element/styles.css.js +16 -16
  36. package/lib/internal/template/button-dropdown/item-element/styles.scoped.css +27 -27
  37. package/lib/internal/template/button-dropdown/item-element/styles.selectors.js +16 -16
  38. package/lib/internal/template/checkbox/styles.css.js +3 -3
  39. package/lib/internal/template/checkbox/styles.scoped.css +11 -11
  40. package/lib/internal/template/checkbox/styles.selectors.js +3 -3
  41. package/lib/internal/template/content-layout/styles.css.js +14 -14
  42. package/lib/internal/template/content-layout/styles.scoped.css +27 -27
  43. package/lib/internal/template/content-layout/styles.selectors.js +14 -14
  44. package/lib/internal/template/flashbar/styles.css.js +50 -50
  45. package/lib/internal/template/flashbar/styles.scoped.css +187 -187
  46. package/lib/internal/template/flashbar/styles.selectors.js +50 -50
  47. package/lib/internal/template/help-panel/styles.css.js +6 -6
  48. package/lib/internal/template/help-panel/styles.scoped.css +73 -73
  49. package/lib/internal/template/help-panel/styles.selectors.js +6 -6
  50. package/lib/internal/template/input/index.d.ts.map +1 -1
  51. package/lib/internal/template/input/index.js +3 -2
  52. package/lib/internal/template/input/index.js.map +1 -1
  53. package/lib/internal/template/input/interfaces.d.ts +48 -0
  54. package/lib/internal/template/input/interfaces.d.ts.map +1 -1
  55. package/lib/internal/template/input/interfaces.js.map +1 -1
  56. package/lib/internal/template/input/internal.d.ts.map +1 -1
  57. package/lib/internal/template/input/internal.js +3 -2
  58. package/lib/internal/template/input/internal.js.map +1 -1
  59. package/lib/internal/template/input/styles.css.js +13 -13
  60. package/lib/internal/template/input/styles.d.ts +3 -0
  61. package/lib/internal/template/input/styles.d.ts.map +1 -0
  62. package/lib/internal/template/input/styles.js +42 -0
  63. package/lib/internal/template/input/styles.js.map +1 -0
  64. package/lib/internal/template/input/styles.scoped.css +66 -49
  65. package/lib/internal/template/input/styles.selectors.js +13 -13
  66. package/lib/internal/template/internal/base-component/styles.scoped.css +1 -1
  67. package/lib/internal/template/internal/components/drag-handle-wrapper/styles.css.js +20 -20
  68. package/lib/internal/template/internal/components/drag-handle-wrapper/styles.scoped.css +48 -48
  69. package/lib/internal/template/internal/components/drag-handle-wrapper/styles.selectors.js +20 -20
  70. package/lib/internal/template/internal/components/dropdown/styles.css.js +20 -20
  71. package/lib/internal/template/internal/components/dropdown/styles.scoped.css +38 -38
  72. package/lib/internal/template/internal/components/dropdown/styles.selectors.js +20 -20
  73. package/lib/internal/template/internal/components/token-list/styles.css.js +10 -10
  74. package/lib/internal/template/internal/components/token-list/styles.scoped.css +25 -25
  75. package/lib/internal/template/internal/components/token-list/styles.selectors.js +10 -10
  76. package/lib/internal/template/internal/environment.js +2 -2
  77. package/lib/internal/template/internal/environment.json +2 -2
  78. package/lib/internal/template/internal/generated/custom-css-properties/index.d.ts +12 -0
  79. package/lib/internal/template/internal/generated/custom-css-properties/index.d.ts.map +1 -1
  80. package/lib/internal/template/internal/generated/custom-css-properties/index.js +98 -86
  81. package/lib/internal/template/internal/generated/custom-css-properties/index.js.map +1 -1
  82. package/lib/internal/template/link/styles.css.js +20 -20
  83. package/lib/internal/template/link/styles.scoped.css +103 -103
  84. package/lib/internal/template/link/styles.selectors.js +20 -20
  85. package/lib/internal/template/radio-group/styles.css.js +10 -10
  86. package/lib/internal/template/radio-group/styles.scoped.css +22 -22
  87. package/lib/internal/template/radio-group/styles.selectors.js +10 -10
  88. package/lib/internal/template/select/parts/filter.d.ts +1 -1
  89. package/lib/internal/template/select/parts/filter.d.ts.map +1 -1
  90. package/lib/internal/template/slider/styles.css.js +26 -26
  91. package/lib/internal/template/slider/styles.scoped.css +86 -86
  92. package/lib/internal/template/slider/styles.selectors.js +26 -26
  93. package/lib/internal/template/spinner/styles.css.js +13 -13
  94. package/lib/internal/template/spinner/styles.scoped.css +39 -39
  95. package/lib/internal/template/spinner/styles.selectors.js +13 -13
  96. package/lib/internal/template/tag-editor/styles.css.js +3 -3
  97. package/lib/internal/template/tag-editor/styles.scoped.css +13 -13
  98. package/lib/internal/template/tag-editor/styles.selectors.js +3 -3
  99. package/lib/internal/template/text-content/styles.css.js +1 -1
  100. package/lib/internal/template/text-content/styles.scoped.css +66 -66
  101. package/lib/internal/template/text-content/styles.selectors.js +1 -1
  102. package/lib/internal/template/toggle/styles.css.js +10 -10
  103. package/lib/internal/template/toggle/styles.scoped.css +23 -23
  104. package/lib/internal/template/toggle/styles.selectors.js +10 -10
  105. package/lib/internal/template/wizard/interfaces.d.ts +6 -0
  106. package/lib/internal/template/wizard/interfaces.d.ts.map +1 -1
  107. package/lib/internal/template/wizard/interfaces.js.map +1 -1
  108. package/lib/internal/template/wizard/internal.d.ts +1 -1
  109. package/lib/internal/template/wizard/internal.d.ts.map +1 -1
  110. package/lib/internal/template/wizard/internal.js +2 -2
  111. package/lib/internal/template/wizard/internal.js.map +1 -1
  112. package/lib/internal/template/wizard/wizard-form.d.ts +1 -0
  113. package/lib/internal/template/wizard/wizard-form.d.ts.map +1 -1
  114. package/lib/internal/template/wizard/wizard-form.js +2 -2
  115. package/lib/internal/template/wizard/wizard-form.js.map +1 -1
  116. package/package.json +1 -1
@@ -190,10 +190,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
190
190
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
191
191
  SPDX-License-Identifier: Apache-2.0
192
192
  */
193
- .awsui_alert_mx3cw_1yivi_193:not(#\9) {
194
- animation: awsui_awsui-motion-fade-in_mx3cw_1yivi_1 var(--motion-duration-show-paced-agho9h, 180ms) var(--motion-easing-show-paced-vcekro, ease-out);
193
+ .awsui_alert_mx3cw_1bu84_193:not(#\9) {
194
+ animation: awsui_awsui-motion-fade-in_mx3cw_1bu84_1 var(--motion-duration-show-paced-agho9h, 180ms) var(--motion-easing-show-paced-vcekro, ease-out);
195
195
  }
196
- @keyframes awsui_awsui-motion-fade-in_mx3cw_1yivi_1 {
196
+ @keyframes awsui_awsui-motion-fade-in_mx3cw_1bu84_1 {
197
197
  from {
198
198
  opacity: 0.2;
199
199
  }
@@ -202,17 +202,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
202
202
  }
203
203
  }
204
204
  @media (prefers-reduced-motion: reduce) {
205
- .awsui_alert_mx3cw_1yivi_193:not(#\9) {
205
+ .awsui_alert_mx3cw_1bu84_193:not(#\9) {
206
206
  animation: none;
207
207
  transition: none;
208
208
  }
209
209
  }
210
- .awsui-motion-disabled .awsui_alert_mx3cw_1yivi_193:not(#\9), .awsui-mode-entering .awsui_alert_mx3cw_1yivi_193:not(#\9) {
210
+ .awsui-motion-disabled .awsui_alert_mx3cw_1bu84_193:not(#\9), .awsui-mode-entering .awsui_alert_mx3cw_1bu84_193:not(#\9) {
211
211
  animation: none;
212
212
  transition: none;
213
213
  }
214
214
 
215
- .awsui_root_mx3cw_1yivi_215:not(#\9) {
215
+ .awsui_root_mx3cw_1bu84_215:not(#\9) {
216
216
  border-collapse: separate;
217
217
  border-spacing: 0;
218
218
  box-sizing: border-box;
@@ -247,11 +247,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
247
247
  overflow: hidden;
248
248
  display: block;
249
249
  }
250
- .awsui_root_mx3cw_1yivi_215.awsui_hidden_mx3cw_1yivi_250:not(#\9) {
250
+ .awsui_root_mx3cw_1bu84_215.awsui_hidden_mx3cw_1bu84_250:not(#\9) {
251
251
  display: none;
252
252
  }
253
253
 
254
- .awsui_alert_mx3cw_1yivi_193:not(#\9) {
254
+ .awsui_alert_mx3cw_1bu84_193:not(#\9) {
255
255
  border-collapse: separate;
256
256
  border-spacing: 0;
257
257
  box-sizing: border-box;
@@ -293,10 +293,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
293
293
  padding-block: var(--space-alert-vertical-7hsinh, 12px);
294
294
  padding-inline: var(--space-alert-horizontal-vvafy5, 20px);
295
295
  background-color: var(--color-background-container-content-aemn43, #ffffff);
296
- --awsui-alert-focus-ring-box-shadow-lqnbqg: 0 0 0 var(--awsui-alert-focus-ring-border-width-lqnbqg, 2px) var(--awsui-alert-focus-ring-border-color-lqnbqg, var(--color-border-item-focused-r5f6xl, #0073bb));
296
+ --awsui-alert-focus-ring-box-shadow-b75yp7: 0 0 0 var(--awsui-alert-focus-ring-border-width-b75yp7, 2px) var(--awsui-alert-focus-ring-border-color-b75yp7, var(--color-border-item-focused-r5f6xl, #0073bb));
297
297
  }
298
298
 
299
- .awsui_alert-wrapper_mx3cw_1yivi_299:not(#\9) {
299
+ .awsui_alert-wrapper_mx3cw_1bu84_299:not(#\9) {
300
300
  flex: 1;
301
301
  display: flex;
302
302
  flex-direction: row;
@@ -304,46 +304,46 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
304
304
  column-gap: var(--space-alert-action-left-ii45xs, 20px);
305
305
  }
306
306
 
307
- .awsui_hidden_mx3cw_1yivi_250:not(#\9) {
307
+ .awsui_hidden_mx3cw_1bu84_250:not(#\9) {
308
308
  display: none;
309
309
  }
310
310
 
311
- .awsui_initial-hidden_mx3cw_1yivi_311:not(#\9) {
311
+ .awsui_initial-hidden_mx3cw_1bu84_311:not(#\9) {
312
312
  overflow: hidden;
313
313
  block-size: 0;
314
314
  }
315
315
 
316
- .awsui_header_mx3cw_1yivi_316:not(#\9),
317
- .awsui_header-replacement_mx3cw_1yivi_317:not(#\9) {
316
+ .awsui_header_mx3cw_1bu84_316:not(#\9),
317
+ .awsui_header-replacement_mx3cw_1bu84_317:not(#\9) {
318
318
  font-weight: 700;
319
319
  }
320
320
 
321
- .awsui_action_mx3cw_1yivi_321:not(#\9) {
321
+ .awsui_action_mx3cw_1bu84_321:not(#\9) {
322
322
  white-space: nowrap;
323
323
  }
324
324
 
325
- .awsui_action-slot_mx3cw_1yivi_325:not(#\9),
326
- .awsui_action-button_mx3cw_1yivi_326:not(#\9) {
325
+ .awsui_action-slot_mx3cw_1bu84_325:not(#\9),
326
+ .awsui_action-button_mx3cw_1bu84_326:not(#\9) {
327
327
  /* used in test-utils */
328
328
  }
329
329
 
330
- .awsui_alert-focus-wrapper_mx3cw_1yivi_330:not(#\9) {
330
+ .awsui_alert-focus-wrapper_mx3cw_1bu84_330:not(#\9) {
331
331
  flex: 1;
332
332
  min-inline-size: 70%;
333
333
  display: grid;
334
334
  grid-template-columns: min-content auto;
335
335
  }
336
- .awsui_alert-focus-wrapper_mx3cw_1yivi_330:not(#\9):focus {
336
+ .awsui_alert-focus-wrapper_mx3cw_1bu84_330:not(#\9):focus {
337
337
  outline: none;
338
338
  }
339
- body[data-awsui-focus-visible=true] .awsui_alert-focus-wrapper_mx3cw_1yivi_330:not(#\9):focus {
339
+ body[data-awsui-focus-visible=true] .awsui_alert-focus-wrapper_mx3cw_1bu84_330:not(#\9):focus {
340
340
  position: relative;
341
341
  }
342
- body[data-awsui-focus-visible=true] .awsui_alert-focus-wrapper_mx3cw_1yivi_330:not(#\9):focus {
342
+ body[data-awsui-focus-visible=true] .awsui_alert-focus-wrapper_mx3cw_1bu84_330:not(#\9):focus {
343
343
  outline: 2px dotted transparent;
344
344
  outline-offset: calc(var(--space-button-focus-outline-gutter-vsdlzg, 3px) - 1px);
345
345
  }
346
- body[data-awsui-focus-visible=true] .awsui_alert-focus-wrapper_mx3cw_1yivi_330:not(#\9):focus::before {
346
+ body[data-awsui-focus-visible=true] .awsui_alert-focus-wrapper_mx3cw_1bu84_330:not(#\9):focus::before {
347
347
  content: " ";
348
348
  display: block;
349
349
  position: absolute;
@@ -351,85 +351,85 @@ body[data-awsui-focus-visible=true] .awsui_alert-focus-wrapper_mx3cw_1yivi_330:n
351
351
  inset-block-start: calc(-1 * var(--space-button-focus-outline-gutter-vsdlzg, 3px));
352
352
  inline-size: calc(100% + var(--space-button-focus-outline-gutter-vsdlzg, 3px) + var(--space-button-focus-outline-gutter-vsdlzg, 3px));
353
353
  block-size: calc(100% + var(--space-button-focus-outline-gutter-vsdlzg, 3px) + var(--space-button-focus-outline-gutter-vsdlzg, 3px));
354
- border-start-start-radius: var(--awsui-alert-focus-ring-border-radius-lqnbqg, var(--border-radius-control-default-focus-ring-9xsko1, 2px));
355
- border-start-end-radius: var(--awsui-alert-focus-ring-border-radius-lqnbqg, var(--border-radius-control-default-focus-ring-9xsko1, 2px));
356
- border-end-start-radius: var(--awsui-alert-focus-ring-border-radius-lqnbqg, var(--border-radius-control-default-focus-ring-9xsko1, 2px));
357
- border-end-end-radius: var(--awsui-alert-focus-ring-border-radius-lqnbqg, var(--border-radius-control-default-focus-ring-9xsko1, 2px));
358
- box-shadow: var(--awsui-alert-focus-ring-box-shadow-lqnbqg);
354
+ border-start-start-radius: var(--awsui-alert-focus-ring-border-radius-b75yp7, var(--border-radius-control-default-focus-ring-9xsko1, 2px));
355
+ border-start-end-radius: var(--awsui-alert-focus-ring-border-radius-b75yp7, var(--border-radius-control-default-focus-ring-9xsko1, 2px));
356
+ border-end-start-radius: var(--awsui-alert-focus-ring-border-radius-b75yp7, var(--border-radius-control-default-focus-ring-9xsko1, 2px));
357
+ border-end-end-radius: var(--awsui-alert-focus-ring-border-radius-b75yp7, var(--border-radius-control-default-focus-ring-9xsko1, 2px));
358
+ box-shadow: var(--awsui-alert-focus-ring-box-shadow-b75yp7);
359
359
  }
360
360
 
361
- .awsui_text_mx3cw_1yivi_361:not(#\9) {
361
+ .awsui_text_mx3cw_1bu84_361:not(#\9) {
362
362
  min-inline-size: 0;
363
363
  padding-block: var(--border-width-button-40y1n5, 1px);
364
364
  padding-inline: 0;
365
365
  margin-block: var(--space-scaled-xxs-jatbiv, 4px);
366
366
  margin-inline: var(--space-xxs-jnczic, 4px);
367
367
  }
368
- .awsui_text_mx3cw_1yivi_361.awsui_icon_mx3cw_1yivi_368:not(#\9) {
368
+ .awsui_text_mx3cw_1bu84_361.awsui_icon_mx3cw_1bu84_368:not(#\9) {
369
369
  margin-inline-start: 0;
370
370
  }
371
- .awsui_text_mx3cw_1yivi_361.awsui_message_mx3cw_1yivi_371:not(#\9) {
371
+ .awsui_text_mx3cw_1bu84_361.awsui_message_mx3cw_1bu84_371:not(#\9) {
372
372
  margin-inline-end: var(--space-alert-message-right-ipx6aa, 0px);
373
373
  }
374
374
 
375
- .awsui_action-wrapped_mx3cw_1yivi_375:not(#\9) {
375
+ .awsui_action-wrapped_mx3cw_1bu84_375:not(#\9) {
376
376
  margin-block-end: var(--space-xxs-jnczic, 4px);
377
377
  }
378
378
 
379
- .awsui_icon-size-medium_mx3cw_1yivi_379 > .awsui_alert-wrapper_mx3cw_1yivi_299 > .awsui_action-wrapped_mx3cw_1yivi_375:not(#\9) {
379
+ .awsui_icon-size-medium_mx3cw_1bu84_379 > .awsui_alert-wrapper_mx3cw_1bu84_299 > .awsui_action-wrapped_mx3cw_1bu84_375:not(#\9) {
380
380
  margin-inline-start: calc(var(--size-icon-medium-3ovt3t, 16px) + var(--space-xs-kw7k3v, 8px));
381
381
  }
382
382
 
383
- .awsui_icon-size-big_mx3cw_1yivi_383 > .awsui_alert-wrapper_mx3cw_1yivi_299 > .awsui_action-wrapped_mx3cw_1yivi_375:not(#\9) {
383
+ .awsui_icon-size-big_mx3cw_1bu84_383 > .awsui_alert-wrapper_mx3cw_1bu84_299 > .awsui_action-wrapped_mx3cw_1bu84_375:not(#\9) {
384
384
  margin-inline-start: calc(var(--size-icon-big-hnqj8f, 32px) + var(--space-xs-kw7k3v, 8px));
385
385
  }
386
386
 
387
- .awsui_icon-size-normal_mx3cw_1yivi_387 > .awsui_alert-wrapper_mx3cw_1yivi_299 > .awsui_action-wrapped_mx3cw_1yivi_375:not(#\9) {
387
+ .awsui_icon-size-normal_mx3cw_1bu84_387 > .awsui_alert-wrapper_mx3cw_1bu84_299 > .awsui_action-wrapped_mx3cw_1bu84_375:not(#\9) {
388
388
  margin-inline-start: calc(var(--size-icon-normal-2f5zkr, 16px) + var(--space-xs-kw7k3v, 8px));
389
389
  }
390
390
 
391
- .awsui_content_mx3cw_1yivi_391:not(#\9),
392
- .awsui_content-replacement_mx3cw_1yivi_392:not(#\9) {
391
+ .awsui_content_mx3cw_1bu84_391:not(#\9),
392
+ .awsui_content-replacement_mx3cw_1bu84_392:not(#\9) {
393
393
  /* used in test-utils */
394
394
  }
395
395
 
396
- .awsui_dismiss_mx3cw_1yivi_396:not(#\9) {
396
+ .awsui_dismiss_mx3cw_1bu84_396:not(#\9) {
397
397
  margin-inline-end: calc(-1 * var(--space-xxs-jnczic, 4px));
398
398
  margin-inline-start: var(--space-s-4a5hs8, 12px);
399
399
  }
400
400
 
401
- .awsui_dismiss-button_mx3cw_1yivi_401:not(#\9) {
401
+ .awsui_dismiss-button_mx3cw_1bu84_401:not(#\9) {
402
402
  /* used in test-utils */
403
403
  }
404
404
 
405
- .awsui_type-error_mx3cw_1yivi_405:not(#\9) {
405
+ .awsui_type-error_mx3cw_1bu84_405:not(#\9) {
406
406
  border-color: var(--color-border-status-error-jybbdz, #d13212);
407
407
  background-color: var(--color-background-status-error-5i5ikf, #fdf3f1);
408
408
  }
409
- .awsui_type-error_mx3cw_1yivi_405 > .awsui_alert-wrapper_mx3cw_1yivi_299 > .awsui_alert-focus-wrapper_mx3cw_1yivi_330 > .awsui_icon_mx3cw_1yivi_368:not(#\9) {
410
- color: var(--awsui-alert-icon-color-lqnbqg, var(--color-text-status-error-aknuvu, #d13212));
409
+ .awsui_type-error_mx3cw_1bu84_405 > .awsui_alert-wrapper_mx3cw_1bu84_299 > .awsui_alert-focus-wrapper_mx3cw_1bu84_330 > .awsui_icon_mx3cw_1bu84_368:not(#\9) {
410
+ color: var(--awsui-alert-icon-color-b75yp7, var(--color-text-status-error-aknuvu, #d13212));
411
411
  }
412
412
 
413
- .awsui_type-warning_mx3cw_1yivi_413:not(#\9) {
413
+ .awsui_type-warning_mx3cw_1bu84_413:not(#\9) {
414
414
  border-color: var(--color-border-status-warning-qmz1c4, #906806);
415
415
  background-color: var(--color-background-status-warning-mvw8w7, #fffef0);
416
416
  }
417
- .awsui_type-warning_mx3cw_1yivi_413 > .awsui_alert-wrapper_mx3cw_1yivi_299 > .awsui_alert-focus-wrapper_mx3cw_1yivi_330 > .awsui_icon_mx3cw_1yivi_368:not(#\9) {
418
- color: var(--awsui-alert-icon-color-lqnbqg, var(--color-text-status-warning-9b45qh, #906806));
417
+ .awsui_type-warning_mx3cw_1bu84_413 > .awsui_alert-wrapper_mx3cw_1bu84_299 > .awsui_alert-focus-wrapper_mx3cw_1bu84_330 > .awsui_icon_mx3cw_1bu84_368:not(#\9) {
418
+ color: var(--awsui-alert-icon-color-b75yp7, var(--color-text-status-warning-9b45qh, #906806));
419
419
  }
420
420
 
421
- .awsui_type-success_mx3cw_1yivi_421:not(#\9) {
421
+ .awsui_type-success_mx3cw_1bu84_421:not(#\9) {
422
422
  border-color: var(--color-border-status-success-e61wev, #1d8102);
423
423
  background-color: var(--color-background-status-success-tkxjye, #f2f8f0);
424
424
  }
425
- .awsui_type-success_mx3cw_1yivi_421 > .awsui_alert-wrapper_mx3cw_1yivi_299 > .awsui_alert-focus-wrapper_mx3cw_1yivi_330 > .awsui_icon_mx3cw_1yivi_368:not(#\9) {
426
- color: var(--awsui-alert-icon-color-lqnbqg, var(--color-text-status-success-yodf3z, #1d8102));
425
+ .awsui_type-success_mx3cw_1bu84_421 > .awsui_alert-wrapper_mx3cw_1bu84_299 > .awsui_alert-focus-wrapper_mx3cw_1bu84_330 > .awsui_icon_mx3cw_1bu84_368:not(#\9) {
426
+ color: var(--awsui-alert-icon-color-b75yp7, var(--color-text-status-success-yodf3z, #1d8102));
427
427
  }
428
428
 
429
- .awsui_type-info_mx3cw_1yivi_429:not(#\9) {
429
+ .awsui_type-info_mx3cw_1bu84_429:not(#\9) {
430
430
  border-color: var(--color-border-status-info-kp0iif, #0073bb);
431
431
  background-color: var(--color-background-status-info-nzp1n3, #f1faff);
432
432
  }
433
- .awsui_type-info_mx3cw_1yivi_429 > .awsui_alert-wrapper_mx3cw_1yivi_299 > .awsui_alert-focus-wrapper_mx3cw_1yivi_330 > .awsui_icon_mx3cw_1yivi_368:not(#\9) {
434
- color: var(--awsui-alert-icon-color-lqnbqg, var(--color-text-status-info-xt2ka7, #0073bb));
433
+ .awsui_type-info_mx3cw_1bu84_429 > .awsui_alert-wrapper_mx3cw_1bu84_299 > .awsui_alert-focus-wrapper_mx3cw_1bu84_330 > .awsui_icon_mx3cw_1bu84_368:not(#\9) {
434
+ color: var(--awsui-alert-icon-color-b75yp7, var(--color-text-status-info-xt2ka7, #0073bb));
435
435
  }
@@ -2,32 +2,32 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "alert": "awsui_alert_mx3cw_1yivi_193",
6
- "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_mx3cw_1yivi_1",
7
- "root": "awsui_root_mx3cw_1yivi_215",
8
- "hidden": "awsui_hidden_mx3cw_1yivi_250",
9
- "alert-wrapper": "awsui_alert-wrapper_mx3cw_1yivi_299",
10
- "initial-hidden": "awsui_initial-hidden_mx3cw_1yivi_311",
11
- "header": "awsui_header_mx3cw_1yivi_316",
12
- "header-replacement": "awsui_header-replacement_mx3cw_1yivi_317",
13
- "action": "awsui_action_mx3cw_1yivi_321",
14
- "action-slot": "awsui_action-slot_mx3cw_1yivi_325",
15
- "action-button": "awsui_action-button_mx3cw_1yivi_326",
16
- "alert-focus-wrapper": "awsui_alert-focus-wrapper_mx3cw_1yivi_330",
17
- "text": "awsui_text_mx3cw_1yivi_361",
18
- "icon": "awsui_icon_mx3cw_1yivi_368",
19
- "message": "awsui_message_mx3cw_1yivi_371",
20
- "action-wrapped": "awsui_action-wrapped_mx3cw_1yivi_375",
21
- "icon-size-medium": "awsui_icon-size-medium_mx3cw_1yivi_379",
22
- "icon-size-big": "awsui_icon-size-big_mx3cw_1yivi_383",
23
- "icon-size-normal": "awsui_icon-size-normal_mx3cw_1yivi_387",
24
- "content": "awsui_content_mx3cw_1yivi_391",
25
- "content-replacement": "awsui_content-replacement_mx3cw_1yivi_392",
26
- "dismiss": "awsui_dismiss_mx3cw_1yivi_396",
27
- "dismiss-button": "awsui_dismiss-button_mx3cw_1yivi_401",
28
- "type-error": "awsui_type-error_mx3cw_1yivi_405",
29
- "type-warning": "awsui_type-warning_mx3cw_1yivi_413",
30
- "type-success": "awsui_type-success_mx3cw_1yivi_421",
31
- "type-info": "awsui_type-info_mx3cw_1yivi_429"
5
+ "alert": "awsui_alert_mx3cw_1bu84_193",
6
+ "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_mx3cw_1bu84_1",
7
+ "root": "awsui_root_mx3cw_1bu84_215",
8
+ "hidden": "awsui_hidden_mx3cw_1bu84_250",
9
+ "alert-wrapper": "awsui_alert-wrapper_mx3cw_1bu84_299",
10
+ "initial-hidden": "awsui_initial-hidden_mx3cw_1bu84_311",
11
+ "header": "awsui_header_mx3cw_1bu84_316",
12
+ "header-replacement": "awsui_header-replacement_mx3cw_1bu84_317",
13
+ "action": "awsui_action_mx3cw_1bu84_321",
14
+ "action-slot": "awsui_action-slot_mx3cw_1bu84_325",
15
+ "action-button": "awsui_action-button_mx3cw_1bu84_326",
16
+ "alert-focus-wrapper": "awsui_alert-focus-wrapper_mx3cw_1bu84_330",
17
+ "text": "awsui_text_mx3cw_1bu84_361",
18
+ "icon": "awsui_icon_mx3cw_1bu84_368",
19
+ "message": "awsui_message_mx3cw_1bu84_371",
20
+ "action-wrapped": "awsui_action-wrapped_mx3cw_1bu84_375",
21
+ "icon-size-medium": "awsui_icon-size-medium_mx3cw_1bu84_379",
22
+ "icon-size-big": "awsui_icon-size-big_mx3cw_1bu84_383",
23
+ "icon-size-normal": "awsui_icon-size-normal_mx3cw_1bu84_387",
24
+ "content": "awsui_content_mx3cw_1bu84_391",
25
+ "content-replacement": "awsui_content-replacement_mx3cw_1bu84_392",
26
+ "dismiss": "awsui_dismiss_mx3cw_1bu84_396",
27
+ "dismiss-button": "awsui_dismiss-button_mx3cw_1bu84_401",
28
+ "type-error": "awsui_type-error_mx3cw_1bu84_405",
29
+ "type-warning": "awsui_type-warning_mx3cw_1bu84_413",
30
+ "type-success": "awsui_type-success_mx3cw_1bu84_421",
31
+ "type-info": "awsui_type-info_mx3cw_1bu84_429"
32
32
  };
33
33
 
@@ -1,29 +1,29 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "arrow": "awsui_arrow_1hpp3_1xspd_193",
5
- "arrow-outer": "awsui_arrow-outer_1hpp3_1xspd_197",
6
- "arrow-inner": "awsui_arrow-inner_1hpp3_1xspd_197",
7
- "arrow-position-right-top": "awsui_arrow-position-right-top_1hpp3_1xspd_239",
8
- "arrow-position-right-bottom": "awsui_arrow-position-right-bottom_1hpp3_1xspd_239",
9
- "arrow-position-left-top": "awsui_arrow-position-left-top_1hpp3_1xspd_242",
10
- "arrow-position-left-bottom": "awsui_arrow-position-left-bottom_1hpp3_1xspd_242",
11
- "arrow-position-top-center": "awsui_arrow-position-top-center_1hpp3_1xspd_245",
12
- "arrow-position-top-responsive": "awsui_arrow-position-top-responsive_1hpp3_1xspd_245",
13
- "arrow-position-bottom-center": "awsui_arrow-position-bottom-center_1hpp3_1xspd_248",
14
- "arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_1hpp3_1xspd_248",
15
- "annotation": "awsui_annotation_1hpp3_1xspd_252",
16
- "next-button": "awsui_next-button_1hpp3_1xspd_253",
17
- "previous-button": "awsui_previous-button_1hpp3_1xspd_254",
18
- "finish-button": "awsui_finish-button_1hpp3_1xspd_255",
19
- "header": "awsui_header_1hpp3_1xspd_256",
20
- "step-counter-content": "awsui_step-counter-content_1hpp3_1xspd_257",
21
- "content": "awsui_content_1hpp3_1xspd_258",
22
- "description": "awsui_description_1hpp3_1xspd_262",
23
- "actionBar": "awsui_actionBar_1hpp3_1xspd_267",
24
- "stepCounter": "awsui_stepCounter_1hpp3_1xspd_274",
25
- "divider": "awsui_divider_1hpp3_1xspd_278",
26
- "hotspot": "awsui_hotspot_1hpp3_1xspd_282",
27
- "icon": "awsui_icon_1hpp3_1xspd_352"
4
+ "arrow": "awsui_arrow_1hpp3_12arh_193",
5
+ "arrow-outer": "awsui_arrow-outer_1hpp3_12arh_197",
6
+ "arrow-inner": "awsui_arrow-inner_1hpp3_12arh_197",
7
+ "arrow-position-right-top": "awsui_arrow-position-right-top_1hpp3_12arh_239",
8
+ "arrow-position-right-bottom": "awsui_arrow-position-right-bottom_1hpp3_12arh_239",
9
+ "arrow-position-left-top": "awsui_arrow-position-left-top_1hpp3_12arh_242",
10
+ "arrow-position-left-bottom": "awsui_arrow-position-left-bottom_1hpp3_12arh_242",
11
+ "arrow-position-top-center": "awsui_arrow-position-top-center_1hpp3_12arh_245",
12
+ "arrow-position-top-responsive": "awsui_arrow-position-top-responsive_1hpp3_12arh_245",
13
+ "arrow-position-bottom-center": "awsui_arrow-position-bottom-center_1hpp3_12arh_248",
14
+ "arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_1hpp3_12arh_248",
15
+ "annotation": "awsui_annotation_1hpp3_12arh_252",
16
+ "next-button": "awsui_next-button_1hpp3_12arh_253",
17
+ "previous-button": "awsui_previous-button_1hpp3_12arh_254",
18
+ "finish-button": "awsui_finish-button_1hpp3_12arh_255",
19
+ "header": "awsui_header_1hpp3_12arh_256",
20
+ "step-counter-content": "awsui_step-counter-content_1hpp3_12arh_257",
21
+ "content": "awsui_content_1hpp3_12arh_258",
22
+ "description": "awsui_description_1hpp3_12arh_262",
23
+ "actionBar": "awsui_actionBar_1hpp3_12arh_267",
24
+ "stepCounter": "awsui_stepCounter_1hpp3_12arh_274",
25
+ "divider": "awsui_divider_1hpp3_12arh_278",
26
+ "hotspot": "awsui_hotspot_1hpp3_12arh_282",
27
+ "icon": "awsui_icon_1hpp3_12arh_352"
28
28
  };
29
29
 
@@ -190,11 +190,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
190
190
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
191
191
  SPDX-License-Identifier: Apache-2.0
192
192
  */
193
- .awsui_arrow_1hpp3_1xspd_193:not(#\9) {
193
+ .awsui_arrow_1hpp3_12arh_193:not(#\9) {
194
194
  inline-size: 20px;
195
195
  block-size: 10px;
196
196
  }
197
- .awsui_arrow-outer_1hpp3_1xspd_197:not(#\9), .awsui_arrow-inner_1hpp3_1xspd_197:not(#\9) {
197
+ .awsui_arrow-outer_1hpp3_12arh_197:not(#\9), .awsui_arrow-inner_1hpp3_12arh_197:not(#\9) {
198
198
  position: absolute;
199
199
  overflow: hidden;
200
200
  inline-size: 20px;
@@ -203,7 +203,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
203
203
  inset-inline-start: 0;
204
204
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
205
205
  }
206
- .awsui_arrow-outer_1hpp3_1xspd_197:not(#\9)::after, .awsui_arrow-inner_1hpp3_1xspd_197:not(#\9)::after {
206
+ .awsui_arrow-outer_1hpp3_12arh_197:not(#\9)::after, .awsui_arrow-inner_1hpp3_12arh_197:not(#\9)::after {
207
207
  content: "";
208
208
  box-sizing: border-box;
209
209
  display: inline-block;
@@ -219,67 +219,67 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
219
219
  transform: rotate(45deg);
220
220
  transform-origin: 0 100%;
221
221
  }
222
- .awsui_arrow-outer_1hpp3_1xspd_197:not(#\9):dir(rtl)::after, .awsui_arrow-inner_1hpp3_1xspd_197:not(#\9):dir(rtl)::after {
222
+ .awsui_arrow-outer_1hpp3_12arh_197:not(#\9):dir(rtl)::after, .awsui_arrow-inner_1hpp3_12arh_197:not(#\9):dir(rtl)::after {
223
223
  transform: rotate(-45deg);
224
224
  transform-origin: 100% 100%;
225
225
  }
226
- .awsui_arrow-outer_1hpp3_1xspd_197:not(#\9)::after {
226
+ .awsui_arrow-outer_1hpp3_12arh_197:not(#\9)::after {
227
227
  background-color: var(--color-border-status-info-kp0iif, #0073bb);
228
228
  }
229
- .awsui_arrow-inner_1hpp3_1xspd_197:not(#\9) {
229
+ .awsui_arrow-inner_1hpp3_12arh_197:not(#\9) {
230
230
  inset-block-start: 2px;
231
231
  }
232
- .awsui_arrow-inner_1hpp3_1xspd_197:not(#\9)::after {
232
+ .awsui_arrow-inner_1hpp3_12arh_197:not(#\9)::after {
233
233
  border-start-start-radius: 1px;
234
234
  border-start-end-radius: 0;
235
235
  border-end-start-radius: 0;
236
236
  border-end-end-radius: 0;
237
237
  background-color: var(--color-background-status-info-nzp1n3, #f1faff);
238
238
  }
239
- .awsui_arrow-position-right-top_1hpp3_1xspd_239 > .awsui_arrow-outer_1hpp3_1xspd_197:not(#\9)::after, .awsui_arrow-position-right-bottom_1hpp3_1xspd_239 > .awsui_arrow-outer_1hpp3_1xspd_197:not(#\9)::after {
239
+ .awsui_arrow-position-right-top_1hpp3_12arh_239 > .awsui_arrow-outer_1hpp3_12arh_197:not(#\9)::after, .awsui_arrow-position-right-bottom_1hpp3_12arh_239 > .awsui_arrow-outer_1hpp3_12arh_197:not(#\9)::after {
240
240
  box-shadow: -0.71px 0.71px 4px -2px var(--color-shadow-default-9hdvit, rgba(0, 28, 36, 0.5));
241
241
  }
242
- .awsui_arrow-position-left-top_1hpp3_1xspd_242 > .awsui_arrow-outer_1hpp3_1xspd_197:not(#\9)::after, .awsui_arrow-position-left-bottom_1hpp3_1xspd_242 > .awsui_arrow-outer_1hpp3_1xspd_197:not(#\9)::after {
242
+ .awsui_arrow-position-left-top_1hpp3_12arh_242 > .awsui_arrow-outer_1hpp3_12arh_197:not(#\9)::after, .awsui_arrow-position-left-bottom_1hpp3_12arh_242 > .awsui_arrow-outer_1hpp3_12arh_197:not(#\9)::after {
243
243
  box-shadow: 0.71px -0.71px 4px -2px var(--color-shadow-default-9hdvit, rgba(0, 28, 36, 0.5));
244
244
  }
245
- .awsui_arrow-position-top-center_1hpp3_1xspd_245 > .awsui_arrow-outer_1hpp3_1xspd_197:not(#\9)::after, .awsui_arrow-position-top-responsive_1hpp3_1xspd_245 > .awsui_arrow-outer_1hpp3_1xspd_197:not(#\9)::after {
245
+ .awsui_arrow-position-top-center_1hpp3_12arh_245 > .awsui_arrow-outer_1hpp3_12arh_197:not(#\9)::after, .awsui_arrow-position-top-responsive_1hpp3_12arh_245 > .awsui_arrow-outer_1hpp3_12arh_197:not(#\9)::after {
246
246
  box-shadow: -0.71px -0.71px 4px -2px var(--color-shadow-default-9hdvit, rgba(0, 28, 36, 0.5));
247
247
  }
248
- .awsui_arrow-position-bottom-center_1hpp3_1xspd_248 > .awsui_arrow-outer_1hpp3_1xspd_197:not(#\9)::after, .awsui_arrow-position-bottom-responsive_1hpp3_1xspd_248 > .awsui_arrow-outer_1hpp3_1xspd_197:not(#\9)::after {
248
+ .awsui_arrow-position-bottom-center_1hpp3_12arh_248 > .awsui_arrow-outer_1hpp3_12arh_197:not(#\9)::after, .awsui_arrow-position-bottom-responsive_1hpp3_12arh_248 > .awsui_arrow-outer_1hpp3_12arh_197:not(#\9)::after {
249
249
  box-shadow: 0.71px 0.71px 4px -2px var(--color-shadow-default-9hdvit, rgba(0, 28, 36, 0.5));
250
250
  }
251
251
 
252
- .awsui_annotation_1hpp3_1xspd_252:not(#\9),
253
- .awsui_next-button_1hpp3_1xspd_253:not(#\9),
254
- .awsui_previous-button_1hpp3_1xspd_254:not(#\9),
255
- .awsui_finish-button_1hpp3_1xspd_255:not(#\9),
256
- .awsui_header_1hpp3_1xspd_256:not(#\9),
257
- .awsui_step-counter-content_1hpp3_1xspd_257:not(#\9),
258
- .awsui_content_1hpp3_1xspd_258:not(#\9) {
252
+ .awsui_annotation_1hpp3_12arh_252:not(#\9),
253
+ .awsui_next-button_1hpp3_12arh_253:not(#\9),
254
+ .awsui_previous-button_1hpp3_12arh_254:not(#\9),
255
+ .awsui_finish-button_1hpp3_12arh_255:not(#\9),
256
+ .awsui_header_1hpp3_12arh_256:not(#\9),
257
+ .awsui_step-counter-content_1hpp3_12arh_257:not(#\9),
258
+ .awsui_content_1hpp3_12arh_258:not(#\9) {
259
259
  /* used in test-utils */
260
260
  }
261
261
 
262
- .awsui_description_1hpp3_1xspd_262:not(#\9) {
262
+ .awsui_description_1hpp3_12arh_262:not(#\9) {
263
263
  overflow: hidden;
264
264
  margin-block-start: var(--space-xxs-jnczic, 4px);
265
265
  }
266
266
 
267
- .awsui_actionBar_1hpp3_1xspd_267:not(#\9) {
267
+ .awsui_actionBar_1hpp3_12arh_267:not(#\9) {
268
268
  display: flex;
269
269
  justify-content: space-between;
270
270
  align-items: center;
271
271
  position: relative;
272
272
  }
273
273
 
274
- .awsui_stepCounter_1hpp3_1xspd_274:not(#\9) {
274
+ .awsui_stepCounter_1hpp3_12arh_274:not(#\9) {
275
275
  margin-inline-end: 20px;
276
276
  }
277
277
 
278
- .awsui_divider_1hpp3_1xspd_278:not(#\9) {
278
+ .awsui_divider_1hpp3_12arh_278:not(#\9) {
279
279
  border-block-end: var(--border-divider-section-width-sznrdy, 1px) solid var(--color-border-divider-default-ipvpev, #eaeded);
280
280
  }
281
281
 
282
- .awsui_hotspot_1hpp3_1xspd_282:not(#\9) {
282
+ .awsui_hotspot_1hpp3_12arh_282:not(#\9) {
283
283
  border-collapse: separate;
284
284
  border-spacing: 0;
285
285
  box-sizing: border-box;
@@ -315,27 +315,27 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
315
315
  padding-block: 0;
316
316
  padding-inline: 0;
317
317
  cursor: pointer;
318
- scroll-margin: var(--awsui-content-scroll-margin-lqnbqg, 40px 0 0 0);
318
+ scroll-margin: var(--awsui-content-scroll-margin-b75yp7, 40px 0 0 0);
319
319
  position: relative;
320
320
  inline-size: 16px;
321
321
  block-size: 16px;
322
322
  }
323
- .awsui_hotspot_1hpp3_1xspd_282:not(#\9):before {
323
+ .awsui_hotspot_1hpp3_12arh_282:not(#\9):before {
324
324
  content: "";
325
325
  position: absolute;
326
326
  inset: calc(-1 * var(--space-xxs-jnczic, 4px));
327
327
  }
328
- .awsui_hotspot_1hpp3_1xspd_282:not(#\9):focus {
328
+ .awsui_hotspot_1hpp3_12arh_282:not(#\9):focus {
329
329
  outline: none;
330
330
  }
331
- body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_1xspd_282:not(#\9):focus {
331
+ body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_12arh_282:not(#\9):focus {
332
332
  position: relative;
333
333
  }
334
- body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_1xspd_282:not(#\9):focus {
334
+ body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_12arh_282:not(#\9):focus {
335
335
  outline: 2px dotted transparent;
336
336
  outline-offset: calc(2px - 1px);
337
337
  }
338
- body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_1xspd_282:not(#\9):focus::before {
338
+ body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_12arh_282:not(#\9):focus::before {
339
339
  content: " ";
340
340
  display: block;
341
341
  position: absolute;
@@ -349,13 +349,13 @@ body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_1xspd_282:not(#\9):focu
349
349
  border-end-end-radius: var(--border-radius-control-circular-focus-ring-0v2apg, 50%);
350
350
  box-shadow: 0 0 0 2px var(--color-border-item-focused-r5f6xl, #0073bb);
351
351
  }
352
- .awsui_hotspot_1hpp3_1xspd_282 > .awsui_icon_1hpp3_1xspd_352:not(#\9) {
352
+ .awsui_hotspot_1hpp3_12arh_282 > .awsui_icon_1hpp3_12arh_352:not(#\9) {
353
353
  position: relative;
354
354
  stroke: var(--color-text-tutorial-hotspot-default-ql4c5o, #0073bb);
355
355
  }
356
- .awsui_hotspot_1hpp3_1xspd_282:not(#\9):hover > .awsui_icon_1hpp3_1xspd_352 {
356
+ .awsui_hotspot_1hpp3_12arh_282:not(#\9):hover > .awsui_icon_1hpp3_12arh_352 {
357
357
  stroke: var(--color-text-tutorial-hotspot-hover-baiupp, #0a4a74);
358
358
  }
359
- .awsui_hotspot_1hpp3_1xspd_282:not(#\9):active > .awsui_icon_1hpp3_1xspd_352 {
359
+ .awsui_hotspot_1hpp3_12arh_282:not(#\9):active > .awsui_icon_1hpp3_12arh_352 {
360
360
  stroke: var(--color-text-tutorial-hotspot-default-ql4c5o, #0073bb);
361
361
  }
@@ -2,29 +2,29 @@
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_1hpp3_1xspd_193",
6
- "arrow-outer": "awsui_arrow-outer_1hpp3_1xspd_197",
7
- "arrow-inner": "awsui_arrow-inner_1hpp3_1xspd_197",
8
- "arrow-position-right-top": "awsui_arrow-position-right-top_1hpp3_1xspd_239",
9
- "arrow-position-right-bottom": "awsui_arrow-position-right-bottom_1hpp3_1xspd_239",
10
- "arrow-position-left-top": "awsui_arrow-position-left-top_1hpp3_1xspd_242",
11
- "arrow-position-left-bottom": "awsui_arrow-position-left-bottom_1hpp3_1xspd_242",
12
- "arrow-position-top-center": "awsui_arrow-position-top-center_1hpp3_1xspd_245",
13
- "arrow-position-top-responsive": "awsui_arrow-position-top-responsive_1hpp3_1xspd_245",
14
- "arrow-position-bottom-center": "awsui_arrow-position-bottom-center_1hpp3_1xspd_248",
15
- "arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_1hpp3_1xspd_248",
16
- "annotation": "awsui_annotation_1hpp3_1xspd_252",
17
- "next-button": "awsui_next-button_1hpp3_1xspd_253",
18
- "previous-button": "awsui_previous-button_1hpp3_1xspd_254",
19
- "finish-button": "awsui_finish-button_1hpp3_1xspd_255",
20
- "header": "awsui_header_1hpp3_1xspd_256",
21
- "step-counter-content": "awsui_step-counter-content_1hpp3_1xspd_257",
22
- "content": "awsui_content_1hpp3_1xspd_258",
23
- "description": "awsui_description_1hpp3_1xspd_262",
24
- "actionBar": "awsui_actionBar_1hpp3_1xspd_267",
25
- "stepCounter": "awsui_stepCounter_1hpp3_1xspd_274",
26
- "divider": "awsui_divider_1hpp3_1xspd_278",
27
- "hotspot": "awsui_hotspot_1hpp3_1xspd_282",
28
- "icon": "awsui_icon_1hpp3_1xspd_352"
5
+ "arrow": "awsui_arrow_1hpp3_12arh_193",
6
+ "arrow-outer": "awsui_arrow-outer_1hpp3_12arh_197",
7
+ "arrow-inner": "awsui_arrow-inner_1hpp3_12arh_197",
8
+ "arrow-position-right-top": "awsui_arrow-position-right-top_1hpp3_12arh_239",
9
+ "arrow-position-right-bottom": "awsui_arrow-position-right-bottom_1hpp3_12arh_239",
10
+ "arrow-position-left-top": "awsui_arrow-position-left-top_1hpp3_12arh_242",
11
+ "arrow-position-left-bottom": "awsui_arrow-position-left-bottom_1hpp3_12arh_242",
12
+ "arrow-position-top-center": "awsui_arrow-position-top-center_1hpp3_12arh_245",
13
+ "arrow-position-top-responsive": "awsui_arrow-position-top-responsive_1hpp3_12arh_245",
14
+ "arrow-position-bottom-center": "awsui_arrow-position-bottom-center_1hpp3_12arh_248",
15
+ "arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_1hpp3_12arh_248",
16
+ "annotation": "awsui_annotation_1hpp3_12arh_252",
17
+ "next-button": "awsui_next-button_1hpp3_12arh_253",
18
+ "previous-button": "awsui_previous-button_1hpp3_12arh_254",
19
+ "finish-button": "awsui_finish-button_1hpp3_12arh_255",
20
+ "header": "awsui_header_1hpp3_12arh_256",
21
+ "step-counter-content": "awsui_step-counter-content_1hpp3_12arh_257",
22
+ "content": "awsui_content_1hpp3_12arh_258",
23
+ "description": "awsui_description_1hpp3_12arh_262",
24
+ "actionBar": "awsui_actionBar_1hpp3_12arh_267",
25
+ "stepCounter": "awsui_stepCounter_1hpp3_12arh_274",
26
+ "divider": "awsui_divider_1hpp3_12arh_278",
27
+ "hotspot": "awsui_hotspot_1hpp3_12arh_282",
28
+ "icon": "awsui_icon_1hpp3_12arh_352"
29
29
  };
30
30
 
@@ -1,8 +1,8 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "notifications": "awsui_notifications_1hmm4_1eves_9",
5
- "notifications-sticky": "awsui_notifications-sticky_1hmm4_1eves_10",
6
- "no-content-paddings": "awsui_no-content-paddings_1hmm4_1eves_25"
4
+ "notifications": "awsui_notifications_1hmm4_1vzg0_9",
5
+ "notifications-sticky": "awsui_notifications-sticky_1hmm4_1vzg0_10",
6
+ "no-content-paddings": "awsui_no-content-paddings_1hmm4_1vzg0_25"
7
7
  };
8
8
 
@@ -6,26 +6,26 @@
6
6
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
7
7
  SPDX-License-Identifier: Apache-2.0
8
8
  */
9
- .awsui_notifications_1hmm4_1eves_9:not(#\9),
10
- .awsui_notifications-sticky_1hmm4_1eves_10:not(#\9) {
9
+ .awsui_notifications_1hmm4_1vzg0_9:not(#\9),
10
+ .awsui_notifications-sticky_1hmm4_1vzg0_10:not(#\9) {
11
11
  z-index: 850;
12
12
  }
13
13
 
14
- .awsui_notifications_1hmm4_1eves_9:not(#\9) {
14
+ .awsui_notifications_1hmm4_1vzg0_9:not(#\9) {
15
15
  /* This is necessary for the z-index to have effect */
16
16
  position: relative;
17
17
  }
18
18
 
19
- .awsui_notifications-sticky_1hmm4_1eves_10:not(#\9) {
19
+ .awsui_notifications-sticky_1hmm4_1vzg0_10:not(#\9) {
20
20
  inset-block-start: 0;
21
21
  position: sticky;
22
- --awsui-flashbar-sticky-bottom-margin-lqnbqg: var(--space-xxl-q0lyvp, 32px);
22
+ --awsui-flashbar-sticky-bottom-margin-b75yp7: var(--space-xxl-q0lyvp, 32px);
23
23
  }
24
24
 
25
- .awsui_no-content-paddings_1hmm4_1eves_25:not(#\9) {
25
+ .awsui_no-content-paddings_1hmm4_1vzg0_25:not(#\9) {
26
26
  /*
27
27
  When using the disableContentPaddings option, the Flashbar will use this custom property to add additional space
28
28
  when the notification bar is rendered, to prevent it from overlapping the content.
29
29
  */
30
- --awsui-stacked-notifications-bottom-margin-lqnbqg: var(--space-scaled-l-66n9sr, 20px);
30
+ --awsui-stacked-notifications-bottom-margin-b75yp7: var(--space-scaled-l-66n9sr, 20px);
31
31
  }
@@ -2,8 +2,8 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "notifications": "awsui_notifications_1hmm4_1eves_9",
6
- "notifications-sticky": "awsui_notifications-sticky_1hmm4_1eves_10",
7
- "no-content-paddings": "awsui_no-content-paddings_1hmm4_1eves_25"
5
+ "notifications": "awsui_notifications_1hmm4_1vzg0_9",
6
+ "notifications-sticky": "awsui_notifications-sticky_1hmm4_1vzg0_10",
7
+ "no-content-paddings": "awsui_no-content-paddings_1hmm4_1vzg0_25"
8
8
  };
9
9