@cloudscape-design/components 3.0.1252 → 3.0.1253

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 (250) hide show
  1. package/alert/styles.css.js +27 -27
  2. package/alert/styles.scoped.css +50 -50
  3. package/alert/styles.selectors.js +27 -27
  4. package/annotation-context/annotation/styles.css.js +13 -13
  5. package/annotation-context/annotation/styles.scoped.css +21 -21
  6. package/annotation-context/annotation/styles.selectors.js +13 -13
  7. package/app-layout/notifications/styles.css.js +3 -3
  8. package/app-layout/notifications/styles.scoped.css +7 -7
  9. package/app-layout/notifications/styles.selectors.js +3 -3
  10. package/app-layout/visual-refresh/styles.css.js +86 -86
  11. package/app-layout/visual-refresh/styles.scoped.css +258 -258
  12. package/app-layout/visual-refresh/styles.selectors.js +86 -86
  13. package/app-layout/visual-refresh-toolbar/drawer/styles.css.js +32 -32
  14. package/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +89 -89
  15. package/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +32 -32
  16. package/app-layout/visual-refresh-toolbar/navigation/styles.css.js +4 -4
  17. package/app-layout/visual-refresh-toolbar/navigation/styles.scoped.css +7 -7
  18. package/app-layout/visual-refresh-toolbar/navigation/styles.selectors.js +4 -4
  19. package/app-layout/visual-refresh-toolbar/skeleton/styles.css.js +27 -27
  20. package/app-layout/visual-refresh-toolbar/skeleton/styles.scoped.css +54 -54
  21. package/app-layout/visual-refresh-toolbar/skeleton/styles.selectors.js +27 -27
  22. package/attribute-editor/styles.css.js +15 -15
  23. package/attribute-editor/styles.scoped.css +28 -28
  24. package/attribute-editor/styles.selectors.js +15 -15
  25. package/autosuggest/interfaces.d.ts +1 -1
  26. package/autosuggest/interfaces.d.ts.map +1 -1
  27. package/autosuggest/interfaces.js.map +1 -1
  28. package/autosuggest/internal.js.map +1 -1
  29. package/autosuggest/load-more-controller.d.ts +1 -1
  30. package/autosuggest/load-more-controller.d.ts.map +1 -1
  31. package/autosuggest/load-more-controller.js.map +1 -1
  32. package/breadcrumb-group/item/styles.css.js +7 -7
  33. package/breadcrumb-group/item/styles.scoped.css +28 -28
  34. package/breadcrumb-group/item/styles.selectors.js +7 -7
  35. package/button/styles.css.js +22 -22
  36. package/button/styles.scoped.css +256 -256
  37. package/button/styles.selectors.js +22 -22
  38. package/button-dropdown/category-elements/expandable-category-element.js +1 -1
  39. package/button-dropdown/category-elements/expandable-category-element.js.map +1 -1
  40. package/button-dropdown/interfaces.d.ts +1 -1
  41. package/button-dropdown/interfaces.d.ts.map +1 -1
  42. package/button-dropdown/interfaces.js.map +1 -1
  43. package/button-dropdown/internal.js +1 -1
  44. package/button-dropdown/internal.js.map +1 -1
  45. package/button-dropdown/item-element/index.js +1 -1
  46. package/button-dropdown/item-element/index.js.map +1 -1
  47. package/button-dropdown/item-element/styles.css.js +21 -21
  48. package/button-dropdown/item-element/styles.scoped.css +37 -37
  49. package/button-dropdown/item-element/styles.selectors.js +21 -21
  50. package/checkbox/styles.css.js +3 -3
  51. package/checkbox/styles.scoped.css +11 -11
  52. package/checkbox/styles.selectors.js +3 -3
  53. package/content-layout/styles.css.js +14 -14
  54. package/content-layout/styles.scoped.css +27 -27
  55. package/content-layout/styles.selectors.js +14 -14
  56. package/date-picker/index.js +1 -1
  57. package/date-picker/index.js.map +1 -1
  58. package/date-picker/interfaces.d.ts +1 -1
  59. package/date-picker/interfaces.d.ts.map +1 -1
  60. package/date-picker/interfaces.js.map +1 -1
  61. package/date-range-picker/index.js +1 -1
  62. package/date-range-picker/index.js.map +1 -1
  63. package/date-range-picker/interfaces.d.ts +1 -1
  64. package/date-range-picker/interfaces.d.ts.map +1 -1
  65. package/date-range-picker/interfaces.js.map +1 -1
  66. package/dropdown/context.d.ts.map +1 -0
  67. package/dropdown/context.js.map +1 -0
  68. package/{internal/components/dropdown → dropdown}/dropdown-fit-handler.d.ts +1 -1
  69. package/dropdown/dropdown-fit-handler.d.ts.map +1 -0
  70. package/{internal/components/dropdown → dropdown}/dropdown-fit-handler.js +1 -1
  71. package/dropdown/dropdown-fit-handler.js.map +1 -0
  72. package/dropdown/dropdown-position.d.ts.map +1 -0
  73. package/dropdown/dropdown-position.js.map +1 -0
  74. package/dropdown/index.d.ts +9 -0
  75. package/dropdown/index.d.ts.map +1 -0
  76. package/dropdown/index.js +16 -0
  77. package/dropdown/index.js.map +1 -0
  78. package/{internal/components/dropdown → dropdown}/interfaces.d.ts +54 -82
  79. package/dropdown/interfaces.d.ts.map +1 -0
  80. package/dropdown/interfaces.js.map +1 -0
  81. package/dropdown/internal.d.ts +59 -0
  82. package/dropdown/internal.d.ts.map +1 -0
  83. package/{internal/components/dropdown/index.js → dropdown/internal.js} +29 -21
  84. package/dropdown/internal.js.map +1 -0
  85. package/dropdown/style.d.ts +8 -0
  86. package/dropdown/style.d.ts.map +1 -0
  87. package/dropdown/style.js +16 -0
  88. package/dropdown/style.js.map +1 -0
  89. package/dropdown/styles.css.js +25 -0
  90. package/dropdown/styles.scoped.css +380 -0
  91. package/dropdown/styles.selectors.js +26 -0
  92. package/dropdown/test-classes/styles.css.js +8 -0
  93. package/dropdown/test-classes/styles.scoped.css +15 -0
  94. package/dropdown/test-classes/styles.selectors.js +9 -0
  95. package/file-token-group/styles.css.js +23 -23
  96. package/file-token-group/styles.scoped.css +36 -36
  97. package/file-token-group/styles.selectors.js +23 -23
  98. package/flashbar/styles.css.js +50 -50
  99. package/flashbar/styles.scoped.css +187 -187
  100. package/flashbar/styles.selectors.js +50 -50
  101. package/help-panel/styles.css.js +6 -6
  102. package/help-panel/styles.scoped.css +73 -73
  103. package/help-panel/styles.selectors.js +6 -6
  104. package/index.d.ts +1 -0
  105. package/index.d.ts.map +1 -1
  106. package/index.js +1 -0
  107. package/index.js.map +1 -1
  108. package/input/styles.css.js +13 -13
  109. package/input/styles.scoped.css +74 -74
  110. package/input/styles.selectors.js +13 -13
  111. package/internal/base-component/styles.scoped.css +1 -1
  112. package/internal/components/autosuggest-input/index.d.ts +1 -1
  113. package/internal/components/autosuggest-input/index.d.ts.map +1 -1
  114. package/internal/components/autosuggest-input/index.js +2 -2
  115. package/internal/components/autosuggest-input/index.js.map +1 -1
  116. package/internal/components/drag-handle-wrapper/styles.css.js +30 -30
  117. package/internal/components/drag-handle-wrapper/styles.scoped.css +58 -58
  118. package/internal/components/drag-handle-wrapper/styles.selectors.js +30 -30
  119. package/internal/components/dropdown/styles.css.js +2 -20
  120. package/internal/components/dropdown/styles.scoped.css +4 -373
  121. package/internal/components/dropdown/styles.selectors.js +2 -20
  122. package/internal/components/radio-button/styles.css.js +7 -7
  123. package/internal/components/radio-button/styles.scoped.css +18 -18
  124. package/internal/components/radio-button/styles.selectors.js +7 -7
  125. package/internal/components/token-list/styles.css.js +10 -10
  126. package/internal/components/token-list/styles.scoped.css +25 -25
  127. package/internal/components/token-list/styles.selectors.js +10 -10
  128. package/internal/environment.js +2 -2
  129. package/internal/environment.json +2 -2
  130. package/internal/generated/custom-css-properties/index.d.ts +3 -0
  131. package/internal/generated/custom-css-properties/index.d.ts.map +1 -1
  132. package/internal/generated/custom-css-properties/index.js +154 -151
  133. package/internal/generated/custom-css-properties/index.js.map +1 -1
  134. package/internal/manifest.json +1 -1
  135. package/internal/utils/browser-scrollbar-size.js +1 -1
  136. package/internal/utils/browser-scrollbar-size.js.map +1 -1
  137. package/internal/utils/get-dropdown-min-width.d.ts +1 -1
  138. package/internal/utils/get-dropdown-min-width.d.ts.map +1 -1
  139. package/internal/utils/get-dropdown-min-width.js.map +1 -1
  140. package/link/styles.css.js +20 -20
  141. package/link/styles.scoped.css +103 -103
  142. package/link/styles.selectors.js +20 -20
  143. package/modal/styles.css.js +31 -31
  144. package/modal/styles.scoped.css +48 -48
  145. package/modal/styles.selectors.js +31 -31
  146. package/multiselect/embedded.d.ts +1 -1
  147. package/multiselect/internal.d.ts +1 -1
  148. package/multiselect/internal.js +1 -1
  149. package/multiselect/internal.js.map +1 -1
  150. package/multiselect/use-multiselect.d.ts +1 -1
  151. package/package.json +2 -1
  152. package/progress-bar/styles.css.js +18 -18
  153. package/progress-bar/styles.scoped.css +48 -48
  154. package/progress-bar/styles.selectors.js +18 -18
  155. package/prompt-input/styles.css.js +17 -17
  156. package/prompt-input/styles.scoped.css +79 -79
  157. package/prompt-input/styles.selectors.js +17 -17
  158. package/property-filter/interfaces.d.ts +1 -1
  159. package/property-filter/interfaces.d.ts.map +1 -1
  160. package/property-filter/interfaces.js.map +1 -1
  161. package/property-filter/property-filter-autosuggest.d.ts.map +1 -1
  162. package/property-filter/property-filter-autosuggest.js.map +1 -1
  163. package/property-filter/use-load-items.d.ts +1 -1
  164. package/segmented-control/styles.css.js +16 -16
  165. package/segmented-control/styles.scoped.css +46 -46
  166. package/segmented-control/styles.selectors.js +16 -16
  167. package/select/interfaces.d.ts +1 -1
  168. package/select/interfaces.d.ts.map +1 -1
  169. package/select/interfaces.js.map +1 -1
  170. package/select/internal.js +1 -1
  171. package/select/internal.js.map +1 -1
  172. package/select/utils/use-select.d.ts +2 -2
  173. package/select/utils/use-select.d.ts.map +1 -1
  174. package/select/utils/use-select.js.map +1 -1
  175. package/slider/styles.css.js +26 -26
  176. package/slider/styles.scoped.css +165 -165
  177. package/slider/styles.selectors.js +26 -26
  178. package/spinner/styles.css.js +13 -13
  179. package/spinner/styles.scoped.css +39 -39
  180. package/spinner/styles.selectors.js +13 -13
  181. package/tabs/styles.css.js +30 -30
  182. package/tabs/styles.scoped.css +76 -76
  183. package/tabs/styles.selectors.js +30 -30
  184. package/tag-editor/styles.css.js +3 -3
  185. package/tag-editor/styles.scoped.css +13 -13
  186. package/tag-editor/styles.selectors.js +3 -3
  187. package/test-utils/dom/autosuggest/index.js +18 -17
  188. package/test-utils/dom/autosuggest/index.js.map +1 -1
  189. package/test-utils/dom/button-dropdown/index.js +3 -2
  190. package/test-utils/dom/button-dropdown/index.js.map +1 -1
  191. package/test-utils/dom/dropdown/index.d.ts +41 -0
  192. package/test-utils/dom/dropdown/index.js +65 -0
  193. package/test-utils/dom/dropdown/index.js.map +1 -0
  194. package/test-utils/dom/index.d.ts +28 -0
  195. package/test-utils/dom/index.js +21 -2
  196. package/test-utils/dom/index.js.map +1 -1
  197. package/test-utils/dom/internal/autosuggest-input.js +7 -6
  198. package/test-utils/dom/internal/autosuggest-input.js.map +1 -1
  199. package/test-utils/dom/internal/dropdown-host.d.ts +3 -3
  200. package/test-utils/dom/internal/dropdown-host.js +24 -23
  201. package/test-utils/dom/internal/dropdown-host.js.map +1 -1
  202. package/test-utils/dom/internal/dropdown.d.ts +1 -0
  203. package/test-utils/dom/internal/dropdown.js +7 -2
  204. package/test-utils/dom/internal/dropdown.js.map +1 -1
  205. package/test-utils/selectors/autosuggest/index.js +18 -17
  206. package/test-utils/selectors/autosuggest/index.js.map +1 -1
  207. package/test-utils/selectors/button-dropdown/index.js +3 -2
  208. package/test-utils/selectors/button-dropdown/index.js.map +1 -1
  209. package/test-utils/selectors/dropdown/index.d.ts +41 -0
  210. package/test-utils/selectors/dropdown/index.js +65 -0
  211. package/test-utils/selectors/dropdown/index.js.map +1 -0
  212. package/test-utils/selectors/index.d.ts +18 -0
  213. package/test-utils/selectors/index.js +16 -2
  214. package/test-utils/selectors/index.js.map +1 -1
  215. package/test-utils/selectors/internal/autosuggest-input.js +7 -6
  216. package/test-utils/selectors/internal/autosuggest-input.js.map +1 -1
  217. package/test-utils/selectors/internal/dropdown-host.d.ts +3 -3
  218. package/test-utils/selectors/internal/dropdown-host.js +23 -22
  219. package/test-utils/selectors/internal/dropdown-host.js.map +1 -1
  220. package/test-utils/selectors/internal/dropdown.d.ts +1 -0
  221. package/test-utils/selectors/internal/dropdown.js +7 -2
  222. package/test-utils/selectors/internal/dropdown.js.map +1 -1
  223. package/text-content/styles.css.js +1 -1
  224. package/text-content/styles.scoped.css +66 -66
  225. package/text-content/styles.selectors.js +1 -1
  226. package/textarea/styles.css.js +5 -5
  227. package/textarea/styles.scoped.css +45 -45
  228. package/textarea/styles.selectors.js +5 -5
  229. package/toggle/styles.css.js +10 -10
  230. package/toggle/styles.scoped.css +23 -23
  231. package/toggle/styles.selectors.js +10 -10
  232. package/token/styles.css.js +14 -14
  233. package/token/styles.scoped.css +48 -48
  234. package/token/styles.selectors.js +14 -14
  235. package/internal/components/dropdown/context.d.ts.map +0 -1
  236. package/internal/components/dropdown/context.js.map +0 -1
  237. package/internal/components/dropdown/dropdown-fit-handler.d.ts.map +0 -1
  238. package/internal/components/dropdown/dropdown-fit-handler.js.map +0 -1
  239. package/internal/components/dropdown/dropdown-position.d.ts.map +0 -1
  240. package/internal/components/dropdown/dropdown-position.js.map +0 -1
  241. package/internal/components/dropdown/index.d.ts +0 -36
  242. package/internal/components/dropdown/index.d.ts.map +0 -1
  243. package/internal/components/dropdown/index.js.map +0 -1
  244. package/internal/components/dropdown/interfaces.d.ts.map +0 -1
  245. package/internal/components/dropdown/interfaces.js.map +0 -1
  246. /package/{internal/components/dropdown → dropdown}/context.d.ts +0 -0
  247. /package/{internal/components/dropdown → dropdown}/context.js +0 -0
  248. /package/{internal/components/dropdown → dropdown}/dropdown-position.d.ts +0 -0
  249. /package/{internal/components/dropdown → dropdown}/dropdown-position.js +0 -0
  250. /package/{internal/components/dropdown → dropdown}/interfaces.js +0 -0
@@ -1,32 +1,32 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "alert": "awsui_alert_mx3cw_1ddoh_193",
5
- "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_mx3cw_1ddoh_1",
6
- "root": "awsui_root_mx3cw_1ddoh_215",
7
- "hidden": "awsui_hidden_mx3cw_1ddoh_250",
8
- "alert-wrapper": "awsui_alert-wrapper_mx3cw_1ddoh_299",
9
- "initial-hidden": "awsui_initial-hidden_mx3cw_1ddoh_311",
10
- "header": "awsui_header_mx3cw_1ddoh_316",
11
- "header-replacement": "awsui_header-replacement_mx3cw_1ddoh_317",
12
- "action": "awsui_action_mx3cw_1ddoh_321",
13
- "action-slot": "awsui_action-slot_mx3cw_1ddoh_325",
14
- "action-button": "awsui_action-button_mx3cw_1ddoh_326",
15
- "alert-focus-wrapper": "awsui_alert-focus-wrapper_mx3cw_1ddoh_330",
16
- "text": "awsui_text_mx3cw_1ddoh_361",
17
- "icon": "awsui_icon_mx3cw_1ddoh_368",
18
- "message": "awsui_message_mx3cw_1ddoh_371",
19
- "action-wrapped": "awsui_action-wrapped_mx3cw_1ddoh_375",
20
- "icon-size-medium": "awsui_icon-size-medium_mx3cw_1ddoh_379",
21
- "icon-size-big": "awsui_icon-size-big_mx3cw_1ddoh_383",
22
- "icon-size-normal": "awsui_icon-size-normal_mx3cw_1ddoh_387",
23
- "content": "awsui_content_mx3cw_1ddoh_391",
24
- "content-replacement": "awsui_content-replacement_mx3cw_1ddoh_392",
25
- "dismiss": "awsui_dismiss_mx3cw_1ddoh_396",
26
- "dismiss-button": "awsui_dismiss-button_mx3cw_1ddoh_401",
27
- "type-error": "awsui_type-error_mx3cw_1ddoh_405",
28
- "type-warning": "awsui_type-warning_mx3cw_1ddoh_413",
29
- "type-success": "awsui_type-success_mx3cw_1ddoh_421",
30
- "type-info": "awsui_type-info_mx3cw_1ddoh_429"
4
+ "alert": "awsui_alert_mx3cw_nz74z_193",
5
+ "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_mx3cw_nz74z_1",
6
+ "root": "awsui_root_mx3cw_nz74z_215",
7
+ "hidden": "awsui_hidden_mx3cw_nz74z_250",
8
+ "alert-wrapper": "awsui_alert-wrapper_mx3cw_nz74z_299",
9
+ "initial-hidden": "awsui_initial-hidden_mx3cw_nz74z_311",
10
+ "header": "awsui_header_mx3cw_nz74z_316",
11
+ "header-replacement": "awsui_header-replacement_mx3cw_nz74z_317",
12
+ "action": "awsui_action_mx3cw_nz74z_321",
13
+ "action-slot": "awsui_action-slot_mx3cw_nz74z_325",
14
+ "action-button": "awsui_action-button_mx3cw_nz74z_326",
15
+ "alert-focus-wrapper": "awsui_alert-focus-wrapper_mx3cw_nz74z_330",
16
+ "text": "awsui_text_mx3cw_nz74z_361",
17
+ "icon": "awsui_icon_mx3cw_nz74z_368",
18
+ "message": "awsui_message_mx3cw_nz74z_371",
19
+ "action-wrapped": "awsui_action-wrapped_mx3cw_nz74z_375",
20
+ "icon-size-medium": "awsui_icon-size-medium_mx3cw_nz74z_379",
21
+ "icon-size-big": "awsui_icon-size-big_mx3cw_nz74z_383",
22
+ "icon-size-normal": "awsui_icon-size-normal_mx3cw_nz74z_387",
23
+ "content": "awsui_content_mx3cw_nz74z_391",
24
+ "content-replacement": "awsui_content-replacement_mx3cw_nz74z_392",
25
+ "dismiss": "awsui_dismiss_mx3cw_nz74z_396",
26
+ "dismiss-button": "awsui_dismiss-button_mx3cw_nz74z_401",
27
+ "type-error": "awsui_type-error_mx3cw_nz74z_405",
28
+ "type-warning": "awsui_type-warning_mx3cw_nz74z_413",
29
+ "type-success": "awsui_type-success_mx3cw_nz74z_421",
30
+ "type-info": "awsui_type-info_mx3cw_nz74z_429"
31
31
  };
32
32
 
@@ -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_1ddoh_193:not(#\9) {
194
- animation: awsui_awsui-motion-fade-in_mx3cw_1ddoh_1 var(--motion-duration-show-paced-otsjh8, 180ms) var(--motion-easing-show-paced-ym6eyn, ease-out);
193
+ .awsui_alert_mx3cw_nz74z_193:not(#\9) {
194
+ animation: awsui_awsui-motion-fade-in_mx3cw_nz74z_1 var(--motion-duration-show-paced-otsjh8, 180ms) var(--motion-easing-show-paced-ym6eyn, ease-out);
195
195
  }
196
- @keyframes awsui_awsui-motion-fade-in_mx3cw_1ddoh_1 {
196
+ @keyframes awsui_awsui-motion-fade-in_mx3cw_nz74z_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_1ddoh_193:not(#\9) {
205
+ .awsui_alert_mx3cw_nz74z_193:not(#\9) {
206
206
  animation: none;
207
207
  transition: none;
208
208
  }
209
209
  }
210
- .awsui-motion-disabled .awsui_alert_mx3cw_1ddoh_193:not(#\9), .awsui-mode-entering .awsui_alert_mx3cw_1ddoh_193:not(#\9) {
210
+ .awsui-motion-disabled .awsui_alert_mx3cw_nz74z_193:not(#\9), .awsui-mode-entering .awsui_alert_mx3cw_nz74z_193:not(#\9) {
211
211
  animation: none;
212
212
  transition: none;
213
213
  }
214
214
 
215
- .awsui_root_mx3cw_1ddoh_215:not(#\9) {
215
+ .awsui_root_mx3cw_nz74z_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_1ddoh_215.awsui_hidden_mx3cw_1ddoh_250:not(#\9) {
250
+ .awsui_root_mx3cw_nz74z_215.awsui_hidden_mx3cw_nz74z_250:not(#\9) {
251
251
  display: none;
252
252
  }
253
253
 
254
- .awsui_alert_mx3cw_1ddoh_193:not(#\9) {
254
+ .awsui_alert_mx3cw_nz74z_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-dlp5wr, 8px);
294
294
  padding-inline: var(--space-alert-horizontal-ul364s, 16px);
295
295
  background-color: var(--color-background-container-content-6u8rvp, #ffffff);
296
- --awsui-alert-focus-ring-box-shadow-hzjhvz: 0 0 0 var(--awsui-alert-focus-ring-border-width-hzjhvz, 2px) var(--awsui-alert-focus-ring-border-color-hzjhvz, var(--color-border-item-focused-uk47pl, #006ce0));
296
+ --awsui-alert-focus-ring-box-shadow-u09ddc: 0 0 0 var(--awsui-alert-focus-ring-border-width-u09ddc, 2px) var(--awsui-alert-focus-ring-border-color-u09ddc, var(--color-border-item-focused-uk47pl, #006ce0));
297
297
  }
298
298
 
299
- .awsui_alert-wrapper_mx3cw_1ddoh_299:not(#\9) {
299
+ .awsui_alert-wrapper_mx3cw_nz74z_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-4s8zo5, 12px);
305
305
  }
306
306
 
307
- .awsui_hidden_mx3cw_1ddoh_250:not(#\9) {
307
+ .awsui_hidden_mx3cw_nz74z_250:not(#\9) {
308
308
  display: none;
309
309
  }
310
310
 
311
- .awsui_initial-hidden_mx3cw_1ddoh_311:not(#\9) {
311
+ .awsui_initial-hidden_mx3cw_nz74z_311:not(#\9) {
312
312
  overflow: hidden;
313
313
  block-size: 0;
314
314
  }
315
315
 
316
- .awsui_header_mx3cw_1ddoh_316:not(#\9),
317
- .awsui_header-replacement_mx3cw_1ddoh_317:not(#\9) {
316
+ .awsui_header_mx3cw_nz74z_316:not(#\9),
317
+ .awsui_header-replacement_mx3cw_nz74z_317:not(#\9) {
318
318
  font-weight: 700;
319
319
  }
320
320
 
321
- .awsui_action_mx3cw_1ddoh_321:not(#\9) {
321
+ .awsui_action_mx3cw_nz74z_321:not(#\9) {
322
322
  white-space: nowrap;
323
323
  }
324
324
 
325
- .awsui_action-slot_mx3cw_1ddoh_325:not(#\9),
326
- .awsui_action-button_mx3cw_1ddoh_326:not(#\9) {
325
+ .awsui_action-slot_mx3cw_nz74z_325:not(#\9),
326
+ .awsui_action-button_mx3cw_nz74z_326:not(#\9) {
327
327
  /* used in test-utils */
328
328
  }
329
329
 
330
- .awsui_alert-focus-wrapper_mx3cw_1ddoh_330:not(#\9) {
330
+ .awsui_alert-focus-wrapper_mx3cw_nz74z_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_1ddoh_330:not(#\9):focus {
336
+ .awsui_alert-focus-wrapper_mx3cw_nz74z_330:not(#\9):focus {
337
337
  outline: none;
338
338
  }
339
- body[data-awsui-focus-visible=true] .awsui_alert-focus-wrapper_mx3cw_1ddoh_330:not(#\9):focus {
339
+ body[data-awsui-focus-visible=true] .awsui_alert-focus-wrapper_mx3cw_nz74z_330:not(#\9):focus {
340
340
  position: relative;
341
341
  }
342
- body[data-awsui-focus-visible=true] .awsui_alert-focus-wrapper_mx3cw_1ddoh_330:not(#\9):focus {
342
+ body[data-awsui-focus-visible=true] .awsui_alert-focus-wrapper_mx3cw_nz74z_330:not(#\9):focus {
343
343
  outline: 2px dotted transparent;
344
344
  outline-offset: calc(var(--space-button-focus-outline-gutter-jj138g, 4px) - 1px);
345
345
  }
346
- body[data-awsui-focus-visible=true] .awsui_alert-focus-wrapper_mx3cw_1ddoh_330:not(#\9):focus::before {
346
+ body[data-awsui-focus-visible=true] .awsui_alert-focus-wrapper_mx3cw_nz74z_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_1ddoh_330:n
351
351
  inset-block-start: calc(-1 * var(--space-button-focus-outline-gutter-jj138g, 4px));
352
352
  inline-size: calc(100% + var(--space-button-focus-outline-gutter-jj138g, 4px) + var(--space-button-focus-outline-gutter-jj138g, 4px));
353
353
  block-size: calc(100% + var(--space-button-focus-outline-gutter-jj138g, 4px) + var(--space-button-focus-outline-gutter-jj138g, 4px));
354
- border-start-start-radius: var(--awsui-alert-focus-ring-border-radius-hzjhvz, var(--border-radius-control-default-focus-ring-1uabki, 4px));
355
- border-start-end-radius: var(--awsui-alert-focus-ring-border-radius-hzjhvz, var(--border-radius-control-default-focus-ring-1uabki, 4px));
356
- border-end-start-radius: var(--awsui-alert-focus-ring-border-radius-hzjhvz, var(--border-radius-control-default-focus-ring-1uabki, 4px));
357
- border-end-end-radius: var(--awsui-alert-focus-ring-border-radius-hzjhvz, var(--border-radius-control-default-focus-ring-1uabki, 4px));
358
- box-shadow: var(--awsui-alert-focus-ring-box-shadow-hzjhvz);
354
+ border-start-start-radius: var(--awsui-alert-focus-ring-border-radius-u09ddc, var(--border-radius-control-default-focus-ring-1uabki, 4px));
355
+ border-start-end-radius: var(--awsui-alert-focus-ring-border-radius-u09ddc, var(--border-radius-control-default-focus-ring-1uabki, 4px));
356
+ border-end-start-radius: var(--awsui-alert-focus-ring-border-radius-u09ddc, var(--border-radius-control-default-focus-ring-1uabki, 4px));
357
+ border-end-end-radius: var(--awsui-alert-focus-ring-border-radius-u09ddc, var(--border-radius-control-default-focus-ring-1uabki, 4px));
358
+ box-shadow: var(--awsui-alert-focus-ring-box-shadow-u09ddc);
359
359
  }
360
360
 
361
- .awsui_text_mx3cw_1ddoh_361:not(#\9) {
361
+ .awsui_text_mx3cw_nz74z_361:not(#\9) {
362
362
  min-inline-size: 0;
363
363
  padding-block: var(--border-width-button-jm0qg7, 2px);
364
364
  padding-inline: 0;
365
365
  margin-block: var(--space-scaled-xxs-pfm1nx, 4px);
366
366
  margin-inline: var(--space-xxs-hwfkai, 4px);
367
367
  }
368
- .awsui_text_mx3cw_1ddoh_361.awsui_icon_mx3cw_1ddoh_368:not(#\9) {
368
+ .awsui_text_mx3cw_nz74z_361.awsui_icon_mx3cw_nz74z_368:not(#\9) {
369
369
  margin-inline-start: 0;
370
370
  }
371
- .awsui_text_mx3cw_1ddoh_361.awsui_message_mx3cw_1ddoh_371:not(#\9) {
371
+ .awsui_text_mx3cw_nz74z_361.awsui_message_mx3cw_nz74z_371:not(#\9) {
372
372
  margin-inline-end: var(--space-alert-message-right-mrjbnn, 4px);
373
373
  }
374
374
 
375
- .awsui_action-wrapped_mx3cw_1ddoh_375:not(#\9) {
375
+ .awsui_action-wrapped_mx3cw_nz74z_375:not(#\9) {
376
376
  margin-block-end: var(--space-xxs-hwfkai, 4px);
377
377
  }
378
378
 
379
- .awsui_icon-size-medium_mx3cw_1ddoh_379 > .awsui_alert-wrapper_mx3cw_1ddoh_299 > .awsui_action-wrapped_mx3cw_1ddoh_375:not(#\9) {
379
+ .awsui_icon-size-medium_mx3cw_nz74z_379 > .awsui_alert-wrapper_mx3cw_nz74z_299 > .awsui_action-wrapped_mx3cw_nz74z_375:not(#\9) {
380
380
  margin-inline-start: calc(var(--size-icon-medium-uv8xcz, 20px) + var(--space-xs-ymlm0b, 8px));
381
381
  }
382
382
 
383
- .awsui_icon-size-big_mx3cw_1ddoh_383 > .awsui_alert-wrapper_mx3cw_1ddoh_299 > .awsui_action-wrapped_mx3cw_1ddoh_375:not(#\9) {
383
+ .awsui_icon-size-big_mx3cw_nz74z_383 > .awsui_alert-wrapper_mx3cw_nz74z_299 > .awsui_action-wrapped_mx3cw_nz74z_375:not(#\9) {
384
384
  margin-inline-start: calc(var(--size-icon-big-7pq9l3, 32px) + var(--space-xs-ymlm0b, 8px));
385
385
  }
386
386
 
387
- .awsui_icon-size-normal_mx3cw_1ddoh_387 > .awsui_alert-wrapper_mx3cw_1ddoh_299 > .awsui_action-wrapped_mx3cw_1ddoh_375:not(#\9) {
387
+ .awsui_icon-size-normal_mx3cw_nz74z_387 > .awsui_alert-wrapper_mx3cw_nz74z_299 > .awsui_action-wrapped_mx3cw_nz74z_375:not(#\9) {
388
388
  margin-inline-start: calc(var(--size-icon-normal-levt08, 16px) + var(--space-xs-ymlm0b, 8px));
389
389
  }
390
390
 
391
- .awsui_content_mx3cw_1ddoh_391:not(#\9),
392
- .awsui_content-replacement_mx3cw_1ddoh_392:not(#\9) {
391
+ .awsui_content_mx3cw_nz74z_391:not(#\9),
392
+ .awsui_content-replacement_mx3cw_nz74z_392:not(#\9) {
393
393
  /* used in test-utils */
394
394
  }
395
395
 
396
- .awsui_dismiss_mx3cw_1ddoh_396:not(#\9) {
396
+ .awsui_dismiss_mx3cw_nz74z_396:not(#\9) {
397
397
  margin-inline-end: calc(-1 * var(--space-xxs-hwfkai, 4px));
398
398
  margin-inline-start: var(--space-s-tvghoh, 12px);
399
399
  }
400
400
 
401
- .awsui_dismiss-button_mx3cw_1ddoh_401:not(#\9) {
401
+ .awsui_dismiss-button_mx3cw_nz74z_401:not(#\9) {
402
402
  /* used in test-utils */
403
403
  }
404
404
 
405
- .awsui_type-error_mx3cw_1ddoh_405:not(#\9) {
405
+ .awsui_type-error_mx3cw_nz74z_405:not(#\9) {
406
406
  border-color: var(--color-border-status-error-j8acpp, #db0000);
407
407
  background-color: var(--color-background-status-error-mu3lcw, #fff5f5);
408
408
  }
409
- .awsui_type-error_mx3cw_1ddoh_405 > .awsui_alert-wrapper_mx3cw_1ddoh_299 > .awsui_alert-focus-wrapper_mx3cw_1ddoh_330 > .awsui_icon_mx3cw_1ddoh_368:not(#\9) {
410
- color: var(--awsui-alert-icon-color-hzjhvz, var(--color-text-status-error-ksqavh, #db0000));
409
+ .awsui_type-error_mx3cw_nz74z_405 > .awsui_alert-wrapper_mx3cw_nz74z_299 > .awsui_alert-focus-wrapper_mx3cw_nz74z_330 > .awsui_icon_mx3cw_nz74z_368:not(#\9) {
410
+ color: var(--awsui-alert-icon-color-u09ddc, var(--color-text-status-error-ksqavh, #db0000));
411
411
  }
412
412
 
413
- .awsui_type-warning_mx3cw_1ddoh_413:not(#\9) {
413
+ .awsui_type-warning_mx3cw_nz74z_413:not(#\9) {
414
414
  border-color: var(--color-border-status-warning-j40pg7, #855900);
415
415
  background-color: var(--color-background-status-warning-cv83up, #fffef0);
416
416
  }
417
- .awsui_type-warning_mx3cw_1ddoh_413 > .awsui_alert-wrapper_mx3cw_1ddoh_299 > .awsui_alert-focus-wrapper_mx3cw_1ddoh_330 > .awsui_icon_mx3cw_1ddoh_368:not(#\9) {
418
- color: var(--awsui-alert-icon-color-hzjhvz, var(--color-text-status-warning-6meo06, #855900));
417
+ .awsui_type-warning_mx3cw_nz74z_413 > .awsui_alert-wrapper_mx3cw_nz74z_299 > .awsui_alert-focus-wrapper_mx3cw_nz74z_330 > .awsui_icon_mx3cw_nz74z_368:not(#\9) {
418
+ color: var(--awsui-alert-icon-color-u09ddc, var(--color-text-status-warning-6meo06, #855900));
419
419
  }
420
420
 
421
- .awsui_type-success_mx3cw_1ddoh_421:not(#\9) {
421
+ .awsui_type-success_mx3cw_nz74z_421:not(#\9) {
422
422
  border-color: var(--color-border-status-success-8z5f8u, #00802f);
423
423
  background-color: var(--color-background-status-success-h6b8bh, #effff1);
424
424
  }
425
- .awsui_type-success_mx3cw_1ddoh_421 > .awsui_alert-wrapper_mx3cw_1ddoh_299 > .awsui_alert-focus-wrapper_mx3cw_1ddoh_330 > .awsui_icon_mx3cw_1ddoh_368:not(#\9) {
426
- color: var(--awsui-alert-icon-color-hzjhvz, var(--color-text-status-success-ybmii8, #00802f));
425
+ .awsui_type-success_mx3cw_nz74z_421 > .awsui_alert-wrapper_mx3cw_nz74z_299 > .awsui_alert-focus-wrapper_mx3cw_nz74z_330 > .awsui_icon_mx3cw_nz74z_368:not(#\9) {
426
+ color: var(--awsui-alert-icon-color-u09ddc, var(--color-text-status-success-ybmii8, #00802f));
427
427
  }
428
428
 
429
- .awsui_type-info_mx3cw_1ddoh_429:not(#\9) {
429
+ .awsui_type-info_mx3cw_nz74z_429:not(#\9) {
430
430
  border-color: var(--color-border-status-info-qf6jok, #006ce0);
431
431
  background-color: var(--color-background-status-info-sfobba, #f0fbff);
432
432
  }
433
- .awsui_type-info_mx3cw_1ddoh_429 > .awsui_alert-wrapper_mx3cw_1ddoh_299 > .awsui_alert-focus-wrapper_mx3cw_1ddoh_330 > .awsui_icon_mx3cw_1ddoh_368:not(#\9) {
434
- color: var(--awsui-alert-icon-color-hzjhvz, var(--color-text-status-info-ue8bd2, #006ce0));
433
+ .awsui_type-info_mx3cw_nz74z_429 > .awsui_alert-wrapper_mx3cw_nz74z_299 > .awsui_alert-focus-wrapper_mx3cw_nz74z_330 > .awsui_icon_mx3cw_nz74z_368:not(#\9) {
434
+ color: var(--awsui-alert-icon-color-u09ddc, var(--color-text-status-info-ue8bd2, #006ce0));
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_1ddoh_193",
6
- "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_mx3cw_1ddoh_1",
7
- "root": "awsui_root_mx3cw_1ddoh_215",
8
- "hidden": "awsui_hidden_mx3cw_1ddoh_250",
9
- "alert-wrapper": "awsui_alert-wrapper_mx3cw_1ddoh_299",
10
- "initial-hidden": "awsui_initial-hidden_mx3cw_1ddoh_311",
11
- "header": "awsui_header_mx3cw_1ddoh_316",
12
- "header-replacement": "awsui_header-replacement_mx3cw_1ddoh_317",
13
- "action": "awsui_action_mx3cw_1ddoh_321",
14
- "action-slot": "awsui_action-slot_mx3cw_1ddoh_325",
15
- "action-button": "awsui_action-button_mx3cw_1ddoh_326",
16
- "alert-focus-wrapper": "awsui_alert-focus-wrapper_mx3cw_1ddoh_330",
17
- "text": "awsui_text_mx3cw_1ddoh_361",
18
- "icon": "awsui_icon_mx3cw_1ddoh_368",
19
- "message": "awsui_message_mx3cw_1ddoh_371",
20
- "action-wrapped": "awsui_action-wrapped_mx3cw_1ddoh_375",
21
- "icon-size-medium": "awsui_icon-size-medium_mx3cw_1ddoh_379",
22
- "icon-size-big": "awsui_icon-size-big_mx3cw_1ddoh_383",
23
- "icon-size-normal": "awsui_icon-size-normal_mx3cw_1ddoh_387",
24
- "content": "awsui_content_mx3cw_1ddoh_391",
25
- "content-replacement": "awsui_content-replacement_mx3cw_1ddoh_392",
26
- "dismiss": "awsui_dismiss_mx3cw_1ddoh_396",
27
- "dismiss-button": "awsui_dismiss-button_mx3cw_1ddoh_401",
28
- "type-error": "awsui_type-error_mx3cw_1ddoh_405",
29
- "type-warning": "awsui_type-warning_mx3cw_1ddoh_413",
30
- "type-success": "awsui_type-success_mx3cw_1ddoh_421",
31
- "type-info": "awsui_type-info_mx3cw_1ddoh_429"
5
+ "alert": "awsui_alert_mx3cw_nz74z_193",
6
+ "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_mx3cw_nz74z_1",
7
+ "root": "awsui_root_mx3cw_nz74z_215",
8
+ "hidden": "awsui_hidden_mx3cw_nz74z_250",
9
+ "alert-wrapper": "awsui_alert-wrapper_mx3cw_nz74z_299",
10
+ "initial-hidden": "awsui_initial-hidden_mx3cw_nz74z_311",
11
+ "header": "awsui_header_mx3cw_nz74z_316",
12
+ "header-replacement": "awsui_header-replacement_mx3cw_nz74z_317",
13
+ "action": "awsui_action_mx3cw_nz74z_321",
14
+ "action-slot": "awsui_action-slot_mx3cw_nz74z_325",
15
+ "action-button": "awsui_action-button_mx3cw_nz74z_326",
16
+ "alert-focus-wrapper": "awsui_alert-focus-wrapper_mx3cw_nz74z_330",
17
+ "text": "awsui_text_mx3cw_nz74z_361",
18
+ "icon": "awsui_icon_mx3cw_nz74z_368",
19
+ "message": "awsui_message_mx3cw_nz74z_371",
20
+ "action-wrapped": "awsui_action-wrapped_mx3cw_nz74z_375",
21
+ "icon-size-medium": "awsui_icon-size-medium_mx3cw_nz74z_379",
22
+ "icon-size-big": "awsui_icon-size-big_mx3cw_nz74z_383",
23
+ "icon-size-normal": "awsui_icon-size-normal_mx3cw_nz74z_387",
24
+ "content": "awsui_content_mx3cw_nz74z_391",
25
+ "content-replacement": "awsui_content-replacement_mx3cw_nz74z_392",
26
+ "dismiss": "awsui_dismiss_mx3cw_nz74z_396",
27
+ "dismiss-button": "awsui_dismiss-button_mx3cw_nz74z_401",
28
+ "type-error": "awsui_type-error_mx3cw_nz74z_405",
29
+ "type-warning": "awsui_type-warning_mx3cw_nz74z_413",
30
+ "type-success": "awsui_type-success_mx3cw_nz74z_421",
31
+ "type-info": "awsui_type-info_mx3cw_nz74z_429"
32
32
  };
33
33
 
@@ -1,18 +1,18 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "annotation": "awsui_annotation_1hpp3_1wbbw_185",
5
- "next-button": "awsui_next-button_1hpp3_1wbbw_186",
6
- "previous-button": "awsui_previous-button_1hpp3_1wbbw_187",
7
- "finish-button": "awsui_finish-button_1hpp3_1wbbw_188",
8
- "header": "awsui_header_1hpp3_1wbbw_189",
9
- "step-counter-content": "awsui_step-counter-content_1hpp3_1wbbw_190",
10
- "content": "awsui_content_1hpp3_1wbbw_191",
11
- "description": "awsui_description_1hpp3_1wbbw_195",
12
- "actionBar": "awsui_actionBar_1hpp3_1wbbw_200",
13
- "stepCounter": "awsui_stepCounter_1hpp3_1wbbw_207",
14
- "divider": "awsui_divider_1hpp3_1wbbw_211",
15
- "hotspot": "awsui_hotspot_1hpp3_1wbbw_215",
16
- "icon": "awsui_icon_1hpp3_1wbbw_286"
4
+ "annotation": "awsui_annotation_1hpp3_i30tg_185",
5
+ "next-button": "awsui_next-button_1hpp3_i30tg_186",
6
+ "previous-button": "awsui_previous-button_1hpp3_i30tg_187",
7
+ "finish-button": "awsui_finish-button_1hpp3_i30tg_188",
8
+ "header": "awsui_header_1hpp3_i30tg_189",
9
+ "step-counter-content": "awsui_step-counter-content_1hpp3_i30tg_190",
10
+ "content": "awsui_content_1hpp3_i30tg_191",
11
+ "description": "awsui_description_1hpp3_i30tg_195",
12
+ "actionBar": "awsui_actionBar_1hpp3_i30tg_200",
13
+ "stepCounter": "awsui_stepCounter_1hpp3_i30tg_207",
14
+ "divider": "awsui_divider_1hpp3_i30tg_211",
15
+ "hotspot": "awsui_hotspot_1hpp3_i30tg_215",
16
+ "icon": "awsui_icon_1hpp3_i30tg_286"
17
17
  };
18
18
 
@@ -182,37 +182,37 @@ 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_annotation_1hpp3_1wbbw_185:not(#\9),
186
- .awsui_next-button_1hpp3_1wbbw_186:not(#\9),
187
- .awsui_previous-button_1hpp3_1wbbw_187:not(#\9),
188
- .awsui_finish-button_1hpp3_1wbbw_188:not(#\9),
189
- .awsui_header_1hpp3_1wbbw_189:not(#\9),
190
- .awsui_step-counter-content_1hpp3_1wbbw_190:not(#\9),
191
- .awsui_content_1hpp3_1wbbw_191:not(#\9) {
185
+ .awsui_annotation_1hpp3_i30tg_185:not(#\9),
186
+ .awsui_next-button_1hpp3_i30tg_186:not(#\9),
187
+ .awsui_previous-button_1hpp3_i30tg_187:not(#\9),
188
+ .awsui_finish-button_1hpp3_i30tg_188:not(#\9),
189
+ .awsui_header_1hpp3_i30tg_189:not(#\9),
190
+ .awsui_step-counter-content_1hpp3_i30tg_190:not(#\9),
191
+ .awsui_content_1hpp3_i30tg_191:not(#\9) {
192
192
  /* used in test-utils */
193
193
  }
194
194
 
195
- .awsui_description_1hpp3_1wbbw_195:not(#\9) {
195
+ .awsui_description_1hpp3_i30tg_195:not(#\9) {
196
196
  overflow: hidden;
197
197
  margin-block-start: var(--space-xxs-hwfkai, 4px);
198
198
  }
199
199
 
200
- .awsui_actionBar_1hpp3_1wbbw_200:not(#\9) {
200
+ .awsui_actionBar_1hpp3_i30tg_200:not(#\9) {
201
201
  display: flex;
202
202
  justify-content: space-between;
203
203
  align-items: center;
204
204
  position: relative;
205
205
  }
206
206
 
207
- .awsui_stepCounter_1hpp3_1wbbw_207:not(#\9) {
207
+ .awsui_stepCounter_1hpp3_i30tg_207:not(#\9) {
208
208
  margin-inline-end: 20px;
209
209
  }
210
210
 
211
- .awsui_divider_1hpp3_1wbbw_211:not(#\9) {
211
+ .awsui_divider_1hpp3_i30tg_211:not(#\9) {
212
212
  border-block-end: var(--border-divider-section-width-uwo8my, 1px) solid var(--color-border-divider-default-nr68jt, #c6c6cd);
213
213
  }
214
214
 
215
- .awsui_hotspot_1hpp3_1wbbw_215:not(#\9) {
215
+ .awsui_hotspot_1hpp3_i30tg_215:not(#\9) {
216
216
  border-collapse: separate;
217
217
  border-spacing: 0;
218
218
  box-sizing: border-box;
@@ -248,28 +248,28 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
248
248
  padding-block: 0;
249
249
  padding-inline: 0;
250
250
  cursor: pointer;
251
- scroll-margin: var(--awsui-content-scroll-margin-hzjhvz, 40px 0 0 0);
251
+ scroll-margin: var(--awsui-content-scroll-margin-u09ddc, 40px 0 0 0);
252
252
  position: relative;
253
253
  inline-size: 16px;
254
254
  block-size: 16px;
255
255
  }
256
- .awsui_hotspot_1hpp3_1wbbw_215:not(#\9):before {
256
+ .awsui_hotspot_1hpp3_i30tg_215:not(#\9):before {
257
257
  content: "";
258
258
  position: absolute;
259
259
  inset: calc(-1 * var(--space-xxs-hwfkai, 4px));
260
260
  z-index: 1;
261
261
  }
262
- .awsui_hotspot_1hpp3_1wbbw_215:not(#\9):focus {
262
+ .awsui_hotspot_1hpp3_i30tg_215:not(#\9):focus {
263
263
  outline: none;
264
264
  }
265
- body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_1wbbw_215:not(#\9):focus {
265
+ body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_i30tg_215:not(#\9):focus {
266
266
  position: relative;
267
267
  }
268
- body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_1wbbw_215:not(#\9):focus {
268
+ body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_i30tg_215:not(#\9):focus {
269
269
  outline: 2px dotted transparent;
270
270
  outline-offset: calc(2px - 1px);
271
271
  }
272
- body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_1wbbw_215:not(#\9):focus::before {
272
+ body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_i30tg_215:not(#\9):focus::before {
273
273
  content: " ";
274
274
  display: block;
275
275
  position: absolute;
@@ -283,13 +283,13 @@ body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_1wbbw_215:not(#\9):focu
283
283
  border-end-end-radius: var(--border-radius-control-circular-focus-ring-yjhscw, 4px);
284
284
  box-shadow: 0 0 0 2px var(--color-border-item-focused-uk47pl, #006ce0);
285
285
  }
286
- .awsui_hotspot_1hpp3_1wbbw_215 > .awsui_icon_1hpp3_1wbbw_286:not(#\9) {
286
+ .awsui_hotspot_1hpp3_i30tg_215 > .awsui_icon_1hpp3_i30tg_286:not(#\9) {
287
287
  position: relative;
288
288
  stroke: var(--color-text-tutorial-hotspot-default-xfv3ow, #006ce0);
289
289
  }
290
- .awsui_hotspot_1hpp3_1wbbw_215:not(#\9):hover > .awsui_icon_1hpp3_1wbbw_286 {
290
+ .awsui_hotspot_1hpp3_i30tg_215:not(#\9):hover > .awsui_icon_1hpp3_i30tg_286 {
291
291
  stroke: var(--color-text-tutorial-hotspot-hover-92pxog, #002b66);
292
292
  }
293
- .awsui_hotspot_1hpp3_1wbbw_215:not(#\9):active > .awsui_icon_1hpp3_1wbbw_286 {
293
+ .awsui_hotspot_1hpp3_i30tg_215:not(#\9):active > .awsui_icon_1hpp3_i30tg_286 {
294
294
  stroke: var(--color-text-tutorial-hotspot-default-xfv3ow, #006ce0);
295
295
  }
@@ -2,18 +2,18 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "annotation": "awsui_annotation_1hpp3_1wbbw_185",
6
- "next-button": "awsui_next-button_1hpp3_1wbbw_186",
7
- "previous-button": "awsui_previous-button_1hpp3_1wbbw_187",
8
- "finish-button": "awsui_finish-button_1hpp3_1wbbw_188",
9
- "header": "awsui_header_1hpp3_1wbbw_189",
10
- "step-counter-content": "awsui_step-counter-content_1hpp3_1wbbw_190",
11
- "content": "awsui_content_1hpp3_1wbbw_191",
12
- "description": "awsui_description_1hpp3_1wbbw_195",
13
- "actionBar": "awsui_actionBar_1hpp3_1wbbw_200",
14
- "stepCounter": "awsui_stepCounter_1hpp3_1wbbw_207",
15
- "divider": "awsui_divider_1hpp3_1wbbw_211",
16
- "hotspot": "awsui_hotspot_1hpp3_1wbbw_215",
17
- "icon": "awsui_icon_1hpp3_1wbbw_286"
5
+ "annotation": "awsui_annotation_1hpp3_i30tg_185",
6
+ "next-button": "awsui_next-button_1hpp3_i30tg_186",
7
+ "previous-button": "awsui_previous-button_1hpp3_i30tg_187",
8
+ "finish-button": "awsui_finish-button_1hpp3_i30tg_188",
9
+ "header": "awsui_header_1hpp3_i30tg_189",
10
+ "step-counter-content": "awsui_step-counter-content_1hpp3_i30tg_190",
11
+ "content": "awsui_content_1hpp3_i30tg_191",
12
+ "description": "awsui_description_1hpp3_i30tg_195",
13
+ "actionBar": "awsui_actionBar_1hpp3_i30tg_200",
14
+ "stepCounter": "awsui_stepCounter_1hpp3_i30tg_207",
15
+ "divider": "awsui_divider_1hpp3_i30tg_211",
16
+ "hotspot": "awsui_hotspot_1hpp3_i30tg_215",
17
+ "icon": "awsui_icon_1hpp3_i30tg_286"
18
18
  };
19
19
 
@@ -1,8 +1,8 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "notifications": "awsui_notifications_1hmm4_1neqn_9",
5
- "notifications-sticky": "awsui_notifications-sticky_1hmm4_1neqn_10",
6
- "no-content-paddings": "awsui_no-content-paddings_1hmm4_1neqn_25"
4
+ "notifications": "awsui_notifications_1hmm4_16gc8_9",
5
+ "notifications-sticky": "awsui_notifications-sticky_1hmm4_16gc8_10",
6
+ "no-content-paddings": "awsui_no-content-paddings_1hmm4_16gc8_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_1neqn_9:not(#\9),
10
- .awsui_notifications-sticky_1hmm4_1neqn_10:not(#\9) {
9
+ .awsui_notifications_1hmm4_16gc8_9:not(#\9),
10
+ .awsui_notifications-sticky_1hmm4_16gc8_10:not(#\9) {
11
11
  z-index: 850;
12
12
  }
13
13
 
14
- .awsui_notifications_1hmm4_1neqn_9:not(#\9) {
14
+ .awsui_notifications_1hmm4_16gc8_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_1neqn_10:not(#\9) {
19
+ .awsui_notifications-sticky_1hmm4_16gc8_10:not(#\9) {
20
20
  inset-block-start: 0;
21
21
  position: sticky;
22
- --awsui-flashbar-sticky-bottom-margin-hzjhvz: var(--space-xxl-32srm4, 32px);
22
+ --awsui-flashbar-sticky-bottom-margin-u09ddc: var(--space-xxl-32srm4, 32px);
23
23
  }
24
24
 
25
- .awsui_no-content-paddings_1hmm4_1neqn_25:not(#\9) {
25
+ .awsui_no-content-paddings_1hmm4_16gc8_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-hzjhvz: var(--space-scaled-l-sej05l, 20px);
30
+ --awsui-stacked-notifications-bottom-margin-u09ddc: var(--space-scaled-l-sej05l, 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_1neqn_9",
6
- "notifications-sticky": "awsui_notifications-sticky_1hmm4_1neqn_10",
7
- "no-content-paddings": "awsui_no-content-paddings_1hmm4_1neqn_25"
5
+ "notifications": "awsui_notifications_1hmm4_16gc8_9",
6
+ "notifications-sticky": "awsui_notifications-sticky_1hmm4_16gc8_10",
7
+ "no-content-paddings": "awsui_no-content-paddings_1hmm4_16gc8_25"
8
8
  };
9
9