@cloudscape-design/components-themeable 3.0.665 → 3.0.667

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 (153) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/app-layout/visual-refresh/background.scss +1 -1
  3. package/lib/internal/scss/app-layout/visual-refresh/drawers.scss +1 -1
  4. package/lib/internal/scss/app-layout/visual-refresh/layout.scss +0 -3
  5. package/lib/internal/scss/app-layout/visual-refresh/navigation.scss +1 -1
  6. package/lib/internal/scss/app-layout/visual-refresh/split-panel.scss +1 -1
  7. package/lib/internal/scss/app-layout/visual-refresh/tools.scss +1 -1
  8. package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +55 -56
  9. package/lib/internal/scss/internal/styles/forms/mixins.scss +18 -5
  10. package/lib/internal/scss/table/body-cell/styles.scss +90 -36
  11. package/lib/internal/scss/table/header-cell/styles.scss +23 -4
  12. package/lib/internal/template/alert/styles.css.js +25 -25
  13. package/lib/internal/template/alert/styles.scoped.css +41 -41
  14. package/lib/internal/template/alert/styles.selectors.js +25 -25
  15. package/lib/internal/template/annotation-context/annotation/styles.css.js +24 -24
  16. package/lib/internal/template/annotation-context/annotation/styles.scoped.css +33 -33
  17. package/lib/internal/template/annotation-context/annotation/styles.selectors.js +24 -24
  18. package/lib/internal/template/app-layout/notifications/styles.css.js +3 -3
  19. package/lib/internal/template/app-layout/notifications/styles.scoped.css +7 -7
  20. package/lib/internal/template/app-layout/notifications/styles.selectors.js +3 -3
  21. package/lib/internal/template/app-layout/skeleton/styles.css.js +11 -11
  22. package/lib/internal/template/app-layout/skeleton/styles.scoped.css +30 -30
  23. package/lib/internal/template/app-layout/skeleton/styles.selectors.js +11 -11
  24. package/lib/internal/template/app-layout/toggles/styles.css.js +2 -2
  25. package/lib/internal/template/app-layout/toggles/styles.scoped.css +8 -8
  26. package/lib/internal/template/app-layout/toggles/styles.selectors.js +2 -2
  27. package/lib/internal/template/app-layout/visual-refresh/styles.css.js +82 -82
  28. package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +263 -264
  29. package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +82 -82
  30. package/lib/internal/template/button/internal.d.ts.map +1 -1
  31. package/lib/internal/template/button/internal.js +2 -2
  32. package/lib/internal/template/button/internal.js.map +1 -1
  33. package/lib/internal/template/button/styles.css.js +19 -19
  34. package/lib/internal/template/button/styles.scoped.css +213 -213
  35. package/lib/internal/template/button/styles.selectors.js +19 -19
  36. package/lib/internal/template/calendar/styles.css.js +20 -20
  37. package/lib/internal/template/calendar/styles.scoped.css +46 -46
  38. package/lib/internal/template/calendar/styles.selectors.js +20 -20
  39. package/lib/internal/template/checkbox/styles.css.js +3 -3
  40. package/lib/internal/template/checkbox/styles.scoped.css +7 -7
  41. package/lib/internal/template/checkbox/styles.selectors.js +3 -3
  42. package/lib/internal/template/code-editor/styles.css.js +32 -32
  43. package/lib/internal/template/code-editor/styles.scoped.css +185 -185
  44. package/lib/internal/template/code-editor/styles.selectors.js +32 -32
  45. package/lib/internal/template/collection-preferences/content-display/styles.css.js +11 -11
  46. package/lib/internal/template/collection-preferences/content-display/styles.scoped.css +19 -19
  47. package/lib/internal/template/collection-preferences/content-display/styles.selectors.js +11 -11
  48. package/lib/internal/template/collection-preferences/styles.css.js +37 -37
  49. package/lib/internal/template/collection-preferences/styles.scoped.css +46 -46
  50. package/lib/internal/template/collection-preferences/styles.selectors.js +37 -37
  51. package/lib/internal/template/content-layout/styles.css.js +14 -14
  52. package/lib/internal/template/content-layout/styles.scoped.css +27 -27
  53. package/lib/internal/template/content-layout/styles.selectors.js +14 -14
  54. package/lib/internal/template/date-range-picker/calendar/grids/styles.css.js +27 -27
  55. package/lib/internal/template/date-range-picker/calendar/grids/styles.scoped.css +46 -46
  56. package/lib/internal/template/date-range-picker/calendar/grids/styles.selectors.js +27 -27
  57. package/lib/internal/template/expandable-section/styles.css.js +32 -32
  58. package/lib/internal/template/expandable-section/styles.scoped.css +68 -68
  59. package/lib/internal/template/expandable-section/styles.selectors.js +32 -32
  60. package/lib/internal/template/file-upload/file-input/styles.css.js +4 -4
  61. package/lib/internal/template/file-upload/file-input/styles.scoped.css +9 -9
  62. package/lib/internal/template/file-upload/file-input/styles.selectors.js +4 -4
  63. package/lib/internal/template/flashbar/styles.css.js +47 -47
  64. package/lib/internal/template/flashbar/styles.scoped.css +175 -175
  65. package/lib/internal/template/flashbar/styles.selectors.js +47 -47
  66. package/lib/internal/template/internal/components/button-trigger/styles.css.js +11 -11
  67. package/lib/internal/template/internal/components/button-trigger/styles.scoped.css +28 -28
  68. package/lib/internal/template/internal/components/button-trigger/styles.selectors.js +11 -11
  69. package/lib/internal/template/internal/components/chart-legend/styles.css.js +6 -6
  70. package/lib/internal/template/internal/components/chart-legend/styles.scoped.css +17 -17
  71. package/lib/internal/template/internal/components/chart-legend/styles.selectors.js +6 -6
  72. package/lib/internal/template/internal/components/dropdown/styles.css.js +20 -20
  73. package/lib/internal/template/internal/components/dropdown/styles.scoped.css +40 -40
  74. package/lib/internal/template/internal/components/dropdown/styles.selectors.js +20 -20
  75. package/lib/internal/template/internal/components/filtering-token/styles.css.js +7 -7
  76. package/lib/internal/template/internal/components/filtering-token/styles.scoped.css +15 -15
  77. package/lib/internal/template/internal/components/filtering-token/styles.selectors.js +7 -7
  78. package/lib/internal/template/internal/components/handle/styles.css.js +2 -2
  79. package/lib/internal/template/internal/components/handle/styles.scoped.css +8 -8
  80. package/lib/internal/template/internal/components/handle/styles.selectors.js +2 -2
  81. package/lib/internal/template/internal/components/menu-dropdown/styles.css.js +7 -7
  82. package/lib/internal/template/internal/components/menu-dropdown/styles.scoped.css +15 -15
  83. package/lib/internal/template/internal/components/menu-dropdown/styles.selectors.js +7 -7
  84. package/lib/internal/template/internal/components/panel-resize-handle/styles.css.js +5 -5
  85. package/lib/internal/template/internal/components/panel-resize-handle/styles.scoped.css +12 -12
  86. package/lib/internal/template/internal/components/panel-resize-handle/styles.selectors.js +5 -5
  87. package/lib/internal/template/internal/environment.js +1 -1
  88. package/lib/internal/template/internal/environment.json +1 -1
  89. package/lib/internal/template/internal/generated/custom-css-properties/index.d.ts +0 -1
  90. package/lib/internal/template/internal/generated/custom-css-properties/index.d.ts.map +1 -1
  91. package/lib/internal/template/internal/generated/custom-css-properties/index.js +55 -56
  92. package/lib/internal/template/internal/generated/custom-css-properties/index.js.map +1 -1
  93. package/lib/internal/template/internal/hooks/use-performance-marks/index.d.ts +10 -0
  94. package/lib/internal/template/internal/hooks/use-performance-marks/index.d.ts.map +1 -0
  95. package/lib/internal/template/internal/hooks/{use-performance-marks.js → use-performance-marks/index.js} +29 -6
  96. package/lib/internal/template/internal/hooks/use-performance-marks/index.js.map +1 -0
  97. package/lib/internal/template/internal/hooks/use-unique-id/index.d.ts +1 -0
  98. package/lib/internal/template/internal/hooks/use-unique-id/index.d.ts.map +1 -1
  99. package/lib/internal/template/internal/hooks/use-unique-id/index.js +2 -2
  100. package/lib/internal/template/internal/hooks/use-unique-id/index.js.map +1 -1
  101. package/lib/internal/template/popover/styles.css.js +50 -50
  102. package/lib/internal/template/popover/styles.scoped.css +69 -69
  103. package/lib/internal/template/popover/styles.selectors.js +50 -50
  104. package/lib/internal/template/radio-group/styles.css.js +9 -9
  105. package/lib/internal/template/radio-group/styles.scoped.css +17 -17
  106. package/lib/internal/template/radio-group/styles.selectors.js +9 -9
  107. package/lib/internal/template/segmented-control/styles.css.js +14 -14
  108. package/lib/internal/template/segmented-control/styles.scoped.css +35 -35
  109. package/lib/internal/template/segmented-control/styles.selectors.js +14 -14
  110. package/lib/internal/template/slider/styles.css.js +25 -25
  111. package/lib/internal/template/slider/styles.scoped.css +71 -71
  112. package/lib/internal/template/slider/styles.selectors.js +25 -25
  113. package/lib/internal/template/spinner/styles.css.js +13 -13
  114. package/lib/internal/template/spinner/styles.scoped.css +39 -39
  115. package/lib/internal/template/spinner/styles.selectors.js +13 -13
  116. package/lib/internal/template/table/body-cell/styles.css.js +45 -45
  117. package/lib/internal/template/table/body-cell/styles.scoped.css +365 -301
  118. package/lib/internal/template/table/body-cell/styles.selectors.js +45 -45
  119. package/lib/internal/template/table/body-cell/td-element.d.ts.map +1 -1
  120. package/lib/internal/template/table/body-cell/td-element.js +4 -3
  121. package/lib/internal/template/table/body-cell/td-element.js.map +1 -1
  122. package/lib/internal/template/table/expandable-rows/styles.css.js +3 -3
  123. package/lib/internal/template/table/expandable-rows/styles.scoped.css +15 -15
  124. package/lib/internal/template/table/expandable-rows/styles.selectors.js +3 -3
  125. package/lib/internal/template/table/header-cell/styles.css.js +26 -26
  126. package/lib/internal/template/table/header-cell/styles.scoped.css +148 -64
  127. package/lib/internal/template/table/header-cell/styles.selectors.js +26 -26
  128. package/lib/internal/template/table/internal.d.ts.map +1 -1
  129. package/lib/internal/template/table/internal.js +5 -3
  130. package/lib/internal/template/table/internal.js.map +1 -1
  131. package/lib/internal/template/table/resizer/styles.css.js +8 -8
  132. package/lib/internal/template/table/resizer/styles.scoped.css +16 -16
  133. package/lib/internal/template/table/resizer/styles.selectors.js +8 -8
  134. package/lib/internal/template/table/table-role/table-role-helper.d.ts +2 -1
  135. package/lib/internal/template/table/table-role/table-role-helper.d.ts.map +1 -1
  136. package/lib/internal/template/table/table-role/table-role-helper.js +2 -1
  137. package/lib/internal/template/table/table-role/table-role-helper.js.map +1 -1
  138. package/lib/internal/template/tabs/styles.css.js +22 -22
  139. package/lib/internal/template/tabs/styles.scoped.css +44 -44
  140. package/lib/internal/template/tabs/styles.selectors.js +22 -22
  141. package/lib/internal/template/toggle/styles.css.js +8 -8
  142. package/lib/internal/template/toggle/styles.scoped.css +16 -16
  143. package/lib/internal/template/toggle/styles.selectors.js +8 -8
  144. package/lib/internal/template/token-group/styles.css.js +9 -9
  145. package/lib/internal/template/token-group/styles.scoped.css +21 -21
  146. package/lib/internal/template/token-group/styles.selectors.js +9 -9
  147. package/lib/internal/template/top-navigation/styles.css.js +47 -47
  148. package/lib/internal/template/top-navigation/styles.scoped.css +68 -68
  149. package/lib/internal/template/top-navigation/styles.selectors.js +47 -47
  150. package/package.json +1 -1
  151. package/lib/internal/template/internal/hooks/use-performance-marks.d.ts +0 -3
  152. package/lib/internal/template/internal/hooks/use-performance-marks.d.ts.map +0 -1
  153. package/lib/internal/template/internal/hooks/use-performance-marks.js.map +0 -1
@@ -94,10 +94,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
94
94
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
95
95
  SPDX-License-Identifier: Apache-2.0
96
96
  */
97
- .awsui_alert_mx3cw_1pqlj_97:not(#\9) {
98
- animation: awsui_awsui-motion-fade-in_mx3cw_1pqlj_1 var(--motion-duration-show-paced-wu1v6q, 180ms) var(--motion-easing-show-paced-72rrqw, ease-out);
97
+ .awsui_alert_mx3cw_t3zgh_97:not(#\9) {
98
+ animation: awsui_awsui-motion-fade-in_mx3cw_t3zgh_1 var(--motion-duration-show-paced-wu1v6q, 180ms) var(--motion-easing-show-paced-72rrqw, ease-out);
99
99
  }
100
- @keyframes awsui_awsui-motion-fade-in_mx3cw_1pqlj_1 {
100
+ @keyframes awsui_awsui-motion-fade-in_mx3cw_t3zgh_1 {
101
101
  from {
102
102
  opacity: 0.2;
103
103
  }
@@ -106,12 +106,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
106
106
  }
107
107
  }
108
108
  @media (prefers-reduced-motion: reduce) {
109
- .awsui_alert_mx3cw_1pqlj_97:not(#\9) {
109
+ .awsui_alert_mx3cw_t3zgh_97:not(#\9) {
110
110
  animation: none;
111
111
  transition: none;
112
112
  }
113
113
  }
114
- .awsui-motion-disabled .awsui_alert_mx3cw_1pqlj_97:not(#\9), .awsui-mode-entering .awsui_alert_mx3cw_1pqlj_97:not(#\9) {
114
+ .awsui-motion-disabled .awsui_alert_mx3cw_t3zgh_97:not(#\9), .awsui-mode-entering .awsui_alert_mx3cw_t3zgh_97:not(#\9) {
115
115
  animation: none;
116
116
  transition: none;
117
117
  }
@@ -120,7 +120,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
120
120
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
121
121
  SPDX-License-Identifier: Apache-2.0
122
122
  */
123
- .awsui_root_mx3cw_1pqlj_123:not(#\9) {
123
+ .awsui_root_mx3cw_t3zgh_123:not(#\9) {
124
124
  border-collapse: separate;
125
125
  border-spacing: 0;
126
126
  box-sizing: border-box;
@@ -159,11 +159,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
159
159
  overflow: hidden;
160
160
  display: block;
161
161
  }
162
- .awsui_root_mx3cw_1pqlj_123.awsui_hidden_mx3cw_1pqlj_161:not(#\9) {
162
+ .awsui_root_mx3cw_t3zgh_123.awsui_hidden_mx3cw_t3zgh_161:not(#\9) {
163
163
  display: none;
164
164
  }
165
165
 
166
- .awsui_alert_mx3cw_1pqlj_97:not(#\9) {
166
+ .awsui_alert_mx3cw_t3zgh_97:not(#\9) {
167
167
  border-collapse: separate;
168
168
  border-spacing: 0;
169
169
  box-sizing: border-box;
@@ -210,55 +210,55 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
210
210
  padding-inline: var(--space-alert-horizontal-bwh51v, 20px);
211
211
  background-color: var(--color-background-container-content-il2pe5, #ffffff);
212
212
  }
213
- .awsui_alert_mx3cw_1pqlj_97.awsui_with-dismiss_mx3cw_1pqlj_211:not(#\9), .awsui_alert_mx3cw_1pqlj_97.awsui_with-action_mx3cw_1pqlj_211:not(#\9) {
213
+ .awsui_alert_mx3cw_t3zgh_97.awsui_with-dismiss_mx3cw_t3zgh_211:not(#\9), .awsui_alert_mx3cw_t3zgh_97.awsui_with-action_mx3cw_t3zgh_211:not(#\9) {
214
214
  grid-template-columns: 1fr auto;
215
215
  }
216
- .awsui_alert_mx3cw_1pqlj_97.awsui_with-action_mx3cw_1pqlj_211.awsui_with-dismiss_mx3cw_1pqlj_211:not(#\9) {
216
+ .awsui_alert_mx3cw_t3zgh_97.awsui_with-action_mx3cw_t3zgh_211.awsui_with-dismiss_mx3cw_t3zgh_211:not(#\9) {
217
217
  grid-template-columns: 1fr auto auto;
218
218
  }
219
- .awsui_alert_mx3cw_1pqlj_97.awsui_breakpoint-default_mx3cw_1pqlj_217.awsui_with-action_mx3cw_1pqlj_211:not(#\9) {
219
+ .awsui_alert_mx3cw_t3zgh_97.awsui_breakpoint-default_mx3cw_t3zgh_217.awsui_with-action_mx3cw_t3zgh_211:not(#\9) {
220
220
  grid-template-columns: 1fr auto;
221
221
  }
222
- .awsui_alert_mx3cw_1pqlj_97.awsui_breakpoint-default_mx3cw_1pqlj_217:not(#\9):not(.awsui_with-dismiss_mx3cw_1pqlj_211) {
222
+ .awsui_alert_mx3cw_t3zgh_97.awsui_breakpoint-default_mx3cw_t3zgh_217:not(#\9):not(.awsui_with-dismiss_mx3cw_t3zgh_211) {
223
223
  grid-template-columns: 1fr;
224
224
  }
225
225
 
226
- .awsui_header_mx3cw_1pqlj_224:not(#\9) {
226
+ .awsui_header_mx3cw_t3zgh_224:not(#\9) {
227
227
  font-weight: 700;
228
228
  }
229
229
 
230
- .awsui_action_mx3cw_1pqlj_228:not(#\9) {
230
+ .awsui_action_mx3cw_t3zgh_228:not(#\9) {
231
231
  white-space: nowrap;
232
232
  margin-inline-start: var(--space-alert-action-left-5t7fct, 20px);
233
233
  }
234
234
 
235
- .awsui_action-slot_mx3cw_1pqlj_233:not(#\9),
236
- .awsui_action-button_mx3cw_1pqlj_234:not(#\9) {
235
+ .awsui_action-slot_mx3cw_t3zgh_233:not(#\9),
236
+ .awsui_action-button_mx3cw_t3zgh_234:not(#\9) {
237
237
  /* used in test-utils */
238
238
  }
239
239
 
240
- .awsui_alert-focus-wrapper_mx3cw_1pqlj_238:not(#\9) {
240
+ .awsui_alert-focus-wrapper_mx3cw_t3zgh_238:not(#\9) {
241
241
  display: grid;
242
242
  grid-template-columns: min-content auto;
243
243
  }
244
- .awsui_alert-focus-wrapper_mx3cw_1pqlj_238:not(#\9):focus {
244
+ .awsui_alert-focus-wrapper_mx3cw_t3zgh_238:not(#\9):focus {
245
245
  outline: none;
246
246
  }
247
- body[data-awsui-focus-visible=true] .awsui_alert-focus-wrapper_mx3cw_1pqlj_238:not(#\9):focus {
247
+ body[data-awsui-focus-visible=true] .awsui_alert-focus-wrapper_mx3cw_t3zgh_238:not(#\9):focus {
248
248
  position: relative;
249
249
  }
250
- body[data-awsui-focus-visible=true] .awsui_alert-focus-wrapper_mx3cw_1pqlj_238:not(#\9):focus {
250
+ body[data-awsui-focus-visible=true] .awsui_alert-focus-wrapper_mx3cw_t3zgh_238:not(#\9):focus {
251
251
  outline: 2px dotted transparent;
252
252
  outline-offset: calc(var(--space-button-focus-outline-gutter-s68ny8, 3px) - 1px);
253
253
  }
254
- body[data-awsui-focus-visible=true] .awsui_alert-focus-wrapper_mx3cw_1pqlj_238:not(#\9):focus::before {
254
+ body[data-awsui-focus-visible=true] .awsui_alert-focus-wrapper_mx3cw_t3zgh_238:not(#\9):focus::before {
255
255
  content: " ";
256
256
  display: block;
257
257
  position: absolute;
258
258
  inset-inline-start: calc(-1 * var(--space-button-focus-outline-gutter-s68ny8, 3px));
259
259
  inset-block-start: calc(-1 * var(--space-button-focus-outline-gutter-s68ny8, 3px));
260
- inline-size: calc(100% + 2 * var(--space-button-focus-outline-gutter-s68ny8, 3px));
261
- block-size: calc(100% + 2 * var(--space-button-focus-outline-gutter-s68ny8, 3px));
260
+ inline-size: calc(100% + var(--space-button-focus-outline-gutter-s68ny8, 3px) + var(--space-button-focus-outline-gutter-s68ny8, 3px));
261
+ block-size: calc(100% + var(--space-button-focus-outline-gutter-s68ny8, 3px) + var(--space-button-focus-outline-gutter-s68ny8, 3px));
262
262
  border-start-start-radius: var(--border-radius-control-default-focus-ring-a78bgq, 2px);
263
263
  border-start-end-radius: var(--border-radius-control-default-focus-ring-a78bgq, 2px);
264
264
  border-end-start-radius: var(--border-radius-control-default-focus-ring-a78bgq, 2px);
@@ -266,75 +266,75 @@ body[data-awsui-focus-visible=true] .awsui_alert-focus-wrapper_mx3cw_1pqlj_238:n
266
266
  box-shadow: 0 0 0 2px var(--color-border-item-focused-v8nq2m, #0073bb);
267
267
  }
268
268
 
269
- .awsui_text_mx3cw_1pqlj_267:not(#\9) {
269
+ .awsui_text_mx3cw_t3zgh_267:not(#\9) {
270
270
  min-inline-size: 0;
271
271
  padding-block: var(--border-field-width-yoy972, 1px);
272
272
  padding-inline: 0;
273
273
  margin-block: var(--space-scaled-xxs-t7ij38, 4px);
274
274
  margin-inline: var(--space-xxs-9rrxti, 4px);
275
275
  }
276
- .awsui_text_mx3cw_1pqlj_267.awsui_icon_mx3cw_1pqlj_274:not(#\9) {
276
+ .awsui_text_mx3cw_t3zgh_267.awsui_icon_mx3cw_t3zgh_274:not(#\9) {
277
277
  margin-inline-start: 0;
278
278
  }
279
- .awsui_text_mx3cw_1pqlj_267.awsui_message_mx3cw_1pqlj_277:not(#\9) {
279
+ .awsui_text_mx3cw_t3zgh_267.awsui_message_mx3cw_t3zgh_277:not(#\9) {
280
280
  margin-inline-end: var(--space-alert-message-right-px48tx, 0px);
281
281
  }
282
282
 
283
- .awsui_breakpoint-default_mx3cw_1pqlj_217 > .awsui_action_mx3cw_1pqlj_228:not(#\9) {
283
+ .awsui_breakpoint-default_mx3cw_t3zgh_217 > .awsui_action_mx3cw_t3zgh_228:not(#\9) {
284
284
  grid-row: 2;
285
285
  margin-block-end: var(--space-xxs-9rrxti, 4px);
286
286
  }
287
- .awsui_breakpoint-default_mx3cw_1pqlj_217.awsui_icon-size-medium_mx3cw_1pqlj_285 > .awsui_action_mx3cw_1pqlj_228:not(#\9) {
287
+ .awsui_breakpoint-default_mx3cw_t3zgh_217.awsui_icon-size-medium_mx3cw_t3zgh_285 > .awsui_action_mx3cw_t3zgh_228:not(#\9) {
288
288
  margin-inline-start: calc(var(--size-icon-medium-6sroof, 16px) + var(--space-xs-xf5ch3, 8px));
289
289
  }
290
- .awsui_breakpoint-default_mx3cw_1pqlj_217.awsui_icon-size-big_mx3cw_1pqlj_288 > .awsui_action_mx3cw_1pqlj_228:not(#\9) {
290
+ .awsui_breakpoint-default_mx3cw_t3zgh_217.awsui_icon-size-big_mx3cw_t3zgh_288 > .awsui_action_mx3cw_t3zgh_228:not(#\9) {
291
291
  margin-inline-start: calc(var(--size-icon-big-hyxarq, 32px) + var(--space-xs-xf5ch3, 8px));
292
292
  }
293
- .awsui_breakpoint-default_mx3cw_1pqlj_217.awsui_icon-size-normal_mx3cw_1pqlj_291 > .awsui_action_mx3cw_1pqlj_228:not(#\9) {
293
+ .awsui_breakpoint-default_mx3cw_t3zgh_217.awsui_icon-size-normal_mx3cw_t3zgh_291 > .awsui_action_mx3cw_t3zgh_228:not(#\9) {
294
294
  margin-inline-start: calc(var(--size-icon-normal-wflv4k, 16px) + var(--space-xs-xf5ch3, 8px));
295
295
  }
296
296
 
297
- .awsui_content_mx3cw_1pqlj_295:not(#\9) {
297
+ .awsui_content_mx3cw_t3zgh_295:not(#\9) {
298
298
  /* used in test-utils */
299
299
  }
300
300
 
301
- .awsui_dismiss_mx3cw_1pqlj_299:not(#\9) {
301
+ .awsui_dismiss_mx3cw_t3zgh_299:not(#\9) {
302
302
  margin-inline-end: calc(-1 * var(--space-xxs-9rrxti, 4px));
303
303
  margin-inline-start: var(--space-s-2025hl, 12px);
304
304
  }
305
305
 
306
- .awsui_dismiss-button_mx3cw_1pqlj_304:not(#\9) {
306
+ .awsui_dismiss-button_mx3cw_t3zgh_304:not(#\9) {
307
307
  /* used in test-utils */
308
308
  }
309
309
 
310
- .awsui_type-error_mx3cw_1pqlj_308:not(#\9) {
310
+ .awsui_type-error_mx3cw_t3zgh_308:not(#\9) {
311
311
  border-color: var(--color-border-status-error-xj05xm, #d13212);
312
312
  background-color: var(--color-background-status-error-oemu7d, #fdf3f1);
313
313
  }
314
- .awsui_type-error_mx3cw_1pqlj_308 > .awsui_alert-focus-wrapper_mx3cw_1pqlj_238 > .awsui_icon_mx3cw_1pqlj_274:not(#\9) {
314
+ .awsui_type-error_mx3cw_t3zgh_308 > .awsui_alert-focus-wrapper_mx3cw_t3zgh_238 > .awsui_icon_mx3cw_t3zgh_274:not(#\9) {
315
315
  color: var(--color-text-status-error-ofc4yr, #d13212);
316
316
  }
317
317
 
318
- .awsui_type-warning_mx3cw_1pqlj_316:not(#\9) {
318
+ .awsui_type-warning_mx3cw_t3zgh_316:not(#\9) {
319
319
  border-color: var(--color-border-status-warning-gda7pe, #906806);
320
320
  background-color: var(--color-background-status-warning-c7n5t6, #fffce9);
321
321
  }
322
- .awsui_type-warning_mx3cw_1pqlj_316 > .awsui_alert-focus-wrapper_mx3cw_1pqlj_238 > .awsui_icon_mx3cw_1pqlj_274:not(#\9) {
322
+ .awsui_type-warning_mx3cw_t3zgh_316 > .awsui_alert-focus-wrapper_mx3cw_t3zgh_238 > .awsui_icon_mx3cw_t3zgh_274:not(#\9) {
323
323
  color: var(--color-text-status-warning-azn00c, #906806);
324
324
  }
325
325
 
326
- .awsui_type-success_mx3cw_1pqlj_324:not(#\9) {
326
+ .awsui_type-success_mx3cw_t3zgh_324:not(#\9) {
327
327
  border-color: var(--color-border-status-success-ce6e1e, #1d8102);
328
328
  background-color: var(--color-background-status-success-6fu96x, #f2f8f0);
329
329
  }
330
- .awsui_type-success_mx3cw_1pqlj_324 > .awsui_alert-focus-wrapper_mx3cw_1pqlj_238 > .awsui_icon_mx3cw_1pqlj_274:not(#\9) {
330
+ .awsui_type-success_mx3cw_t3zgh_324 > .awsui_alert-focus-wrapper_mx3cw_t3zgh_238 > .awsui_icon_mx3cw_t3zgh_274:not(#\9) {
331
331
  color: var(--color-text-status-success-owjbj0, #1d8102);
332
332
  }
333
333
 
334
- .awsui_type-info_mx3cw_1pqlj_332:not(#\9) {
334
+ .awsui_type-info_mx3cw_t3zgh_332:not(#\9) {
335
335
  border-color: var(--color-border-status-info-q9np44, #0073bb);
336
336
  background-color: var(--color-background-status-info-pgxhez, #f1faff);
337
337
  }
338
- .awsui_type-info_mx3cw_1pqlj_332 > .awsui_alert-focus-wrapper_mx3cw_1pqlj_238 > .awsui_icon_mx3cw_1pqlj_274:not(#\9) {
338
+ .awsui_type-info_mx3cw_t3zgh_332 > .awsui_alert-focus-wrapper_mx3cw_t3zgh_238 > .awsui_icon_mx3cw_t3zgh_274:not(#\9) {
339
339
  color: var(--color-text-status-info-aq7yd6, #0073bb);
340
340
  }
@@ -2,30 +2,30 @@
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_1pqlj_97",
6
- "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_mx3cw_1pqlj_1",
7
- "root": "awsui_root_mx3cw_1pqlj_123",
8
- "hidden": "awsui_hidden_mx3cw_1pqlj_161",
9
- "with-dismiss": "awsui_with-dismiss_mx3cw_1pqlj_211",
10
- "with-action": "awsui_with-action_mx3cw_1pqlj_211",
11
- "breakpoint-default": "awsui_breakpoint-default_mx3cw_1pqlj_217",
12
- "header": "awsui_header_mx3cw_1pqlj_224",
13
- "action": "awsui_action_mx3cw_1pqlj_228",
14
- "action-slot": "awsui_action-slot_mx3cw_1pqlj_233",
15
- "action-button": "awsui_action-button_mx3cw_1pqlj_234",
16
- "alert-focus-wrapper": "awsui_alert-focus-wrapper_mx3cw_1pqlj_238",
17
- "text": "awsui_text_mx3cw_1pqlj_267",
18
- "icon": "awsui_icon_mx3cw_1pqlj_274",
19
- "message": "awsui_message_mx3cw_1pqlj_277",
20
- "icon-size-medium": "awsui_icon-size-medium_mx3cw_1pqlj_285",
21
- "icon-size-big": "awsui_icon-size-big_mx3cw_1pqlj_288",
22
- "icon-size-normal": "awsui_icon-size-normal_mx3cw_1pqlj_291",
23
- "content": "awsui_content_mx3cw_1pqlj_295",
24
- "dismiss": "awsui_dismiss_mx3cw_1pqlj_299",
25
- "dismiss-button": "awsui_dismiss-button_mx3cw_1pqlj_304",
26
- "type-error": "awsui_type-error_mx3cw_1pqlj_308",
27
- "type-warning": "awsui_type-warning_mx3cw_1pqlj_316",
28
- "type-success": "awsui_type-success_mx3cw_1pqlj_324",
29
- "type-info": "awsui_type-info_mx3cw_1pqlj_332"
5
+ "alert": "awsui_alert_mx3cw_t3zgh_97",
6
+ "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_mx3cw_t3zgh_1",
7
+ "root": "awsui_root_mx3cw_t3zgh_123",
8
+ "hidden": "awsui_hidden_mx3cw_t3zgh_161",
9
+ "with-dismiss": "awsui_with-dismiss_mx3cw_t3zgh_211",
10
+ "with-action": "awsui_with-action_mx3cw_t3zgh_211",
11
+ "breakpoint-default": "awsui_breakpoint-default_mx3cw_t3zgh_217",
12
+ "header": "awsui_header_mx3cw_t3zgh_224",
13
+ "action": "awsui_action_mx3cw_t3zgh_228",
14
+ "action-slot": "awsui_action-slot_mx3cw_t3zgh_233",
15
+ "action-button": "awsui_action-button_mx3cw_t3zgh_234",
16
+ "alert-focus-wrapper": "awsui_alert-focus-wrapper_mx3cw_t3zgh_238",
17
+ "text": "awsui_text_mx3cw_t3zgh_267",
18
+ "icon": "awsui_icon_mx3cw_t3zgh_274",
19
+ "message": "awsui_message_mx3cw_t3zgh_277",
20
+ "icon-size-medium": "awsui_icon-size-medium_mx3cw_t3zgh_285",
21
+ "icon-size-big": "awsui_icon-size-big_mx3cw_t3zgh_288",
22
+ "icon-size-normal": "awsui_icon-size-normal_mx3cw_t3zgh_291",
23
+ "content": "awsui_content_mx3cw_t3zgh_295",
24
+ "dismiss": "awsui_dismiss_mx3cw_t3zgh_299",
25
+ "dismiss-button": "awsui_dismiss-button_mx3cw_t3zgh_304",
26
+ "type-error": "awsui_type-error_mx3cw_t3zgh_308",
27
+ "type-warning": "awsui_type-warning_mx3cw_t3zgh_316",
28
+ "type-success": "awsui_type-success_mx3cw_t3zgh_324",
29
+ "type-info": "awsui_type-info_mx3cw_t3zgh_332"
30
30
  };
31
31
 
@@ -1,29 +1,29 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "arrow": "awsui_arrow_1hpp3_gyvc6_97",
5
- "arrow-outer": "awsui_arrow-outer_1hpp3_gyvc6_101",
6
- "arrow-inner": "awsui_arrow-inner_1hpp3_gyvc6_101",
7
- "arrow-position-right-top": "awsui_arrow-position-right-top_1hpp3_gyvc6_143",
8
- "arrow-position-right-bottom": "awsui_arrow-position-right-bottom_1hpp3_gyvc6_143",
9
- "arrow-position-left-top": "awsui_arrow-position-left-top_1hpp3_gyvc6_146",
10
- "arrow-position-left-bottom": "awsui_arrow-position-left-bottom_1hpp3_gyvc6_146",
11
- "arrow-position-top-center": "awsui_arrow-position-top-center_1hpp3_gyvc6_149",
12
- "arrow-position-top-responsive": "awsui_arrow-position-top-responsive_1hpp3_gyvc6_149",
13
- "arrow-position-bottom-center": "awsui_arrow-position-bottom-center_1hpp3_gyvc6_152",
14
- "arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_1hpp3_gyvc6_152",
15
- "annotation": "awsui_annotation_1hpp3_gyvc6_160",
16
- "next-button": "awsui_next-button_1hpp3_gyvc6_161",
17
- "previous-button": "awsui_previous-button_1hpp3_gyvc6_162",
18
- "finish-button": "awsui_finish-button_1hpp3_gyvc6_163",
19
- "header": "awsui_header_1hpp3_gyvc6_164",
20
- "step-counter-content": "awsui_step-counter-content_1hpp3_gyvc6_165",
21
- "content": "awsui_content_1hpp3_gyvc6_166",
22
- "description": "awsui_description_1hpp3_gyvc6_170",
23
- "actionBar": "awsui_actionBar_1hpp3_gyvc6_175",
24
- "stepCounter": "awsui_stepCounter_1hpp3_gyvc6_182",
25
- "divider": "awsui_divider_1hpp3_gyvc6_186",
26
- "hotspot": "awsui_hotspot_1hpp3_gyvc6_190",
27
- "icon": "awsui_icon_1hpp3_gyvc6_257"
4
+ "arrow": "awsui_arrow_1hpp3_3xsu9_97",
5
+ "arrow-outer": "awsui_arrow-outer_1hpp3_3xsu9_101",
6
+ "arrow-inner": "awsui_arrow-inner_1hpp3_3xsu9_101",
7
+ "arrow-position-right-top": "awsui_arrow-position-right-top_1hpp3_3xsu9_143",
8
+ "arrow-position-right-bottom": "awsui_arrow-position-right-bottom_1hpp3_3xsu9_143",
9
+ "arrow-position-left-top": "awsui_arrow-position-left-top_1hpp3_3xsu9_146",
10
+ "arrow-position-left-bottom": "awsui_arrow-position-left-bottom_1hpp3_3xsu9_146",
11
+ "arrow-position-top-center": "awsui_arrow-position-top-center_1hpp3_3xsu9_149",
12
+ "arrow-position-top-responsive": "awsui_arrow-position-top-responsive_1hpp3_3xsu9_149",
13
+ "arrow-position-bottom-center": "awsui_arrow-position-bottom-center_1hpp3_3xsu9_152",
14
+ "arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_1hpp3_3xsu9_152",
15
+ "annotation": "awsui_annotation_1hpp3_3xsu9_160",
16
+ "next-button": "awsui_next-button_1hpp3_3xsu9_161",
17
+ "previous-button": "awsui_previous-button_1hpp3_3xsu9_162",
18
+ "finish-button": "awsui_finish-button_1hpp3_3xsu9_163",
19
+ "header": "awsui_header_1hpp3_3xsu9_164",
20
+ "step-counter-content": "awsui_step-counter-content_1hpp3_3xsu9_165",
21
+ "content": "awsui_content_1hpp3_3xsu9_166",
22
+ "description": "awsui_description_1hpp3_3xsu9_170",
23
+ "actionBar": "awsui_actionBar_1hpp3_3xsu9_175",
24
+ "stepCounter": "awsui_stepCounter_1hpp3_3xsu9_182",
25
+ "divider": "awsui_divider_1hpp3_3xsu9_186",
26
+ "hotspot": "awsui_hotspot_1hpp3_3xsu9_190",
27
+ "icon": "awsui_icon_1hpp3_3xsu9_257"
28
28
  };
29
29
 
@@ -94,11 +94,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
94
94
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
95
95
  SPDX-License-Identifier: Apache-2.0
96
96
  */
97
- .awsui_arrow_1hpp3_gyvc6_97:not(#\9) {
97
+ .awsui_arrow_1hpp3_3xsu9_97:not(#\9) {
98
98
  inline-size: 20px;
99
99
  block-size: 10px;
100
100
  }
101
- .awsui_arrow-outer_1hpp3_gyvc6_101:not(#\9), .awsui_arrow-inner_1hpp3_gyvc6_101:not(#\9) {
101
+ .awsui_arrow-outer_1hpp3_3xsu9_101:not(#\9), .awsui_arrow-inner_1hpp3_3xsu9_101:not(#\9) {
102
102
  position: absolute;
103
103
  overflow: hidden;
104
104
  inline-size: 20px;
@@ -107,7 +107,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
107
107
  inset-inline-start: 0;
108
108
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
109
109
  }
110
- .awsui_arrow-outer_1hpp3_gyvc6_101:not(#\9)::after, .awsui_arrow-inner_1hpp3_gyvc6_101:not(#\9)::after {
110
+ .awsui_arrow-outer_1hpp3_3xsu9_101:not(#\9)::after, .awsui_arrow-inner_1hpp3_3xsu9_101:not(#\9)::after {
111
111
  content: "";
112
112
  box-sizing: border-box;
113
113
  display: inline-block;
@@ -123,33 +123,33 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
123
123
  transform: rotate(45deg);
124
124
  transform-origin: 0 100%;
125
125
  }
126
- .awsui_arrow-outer_1hpp3_gyvc6_101:not(#\9):dir(rtl)::after, .awsui_arrow-inner_1hpp3_gyvc6_101:not(#\9):dir(rtl)::after {
126
+ .awsui_arrow-outer_1hpp3_3xsu9_101:not(#\9):dir(rtl)::after, .awsui_arrow-inner_1hpp3_3xsu9_101:not(#\9):dir(rtl)::after {
127
127
  transform: rotate(-45deg);
128
128
  transform-origin: 100% 100%;
129
129
  }
130
- .awsui_arrow-outer_1hpp3_gyvc6_101:not(#\9)::after {
130
+ .awsui_arrow-outer_1hpp3_3xsu9_101:not(#\9)::after {
131
131
  background-color: var(--color-border-status-info-q9np44, #0073bb);
132
132
  }
133
- .awsui_arrow-inner_1hpp3_gyvc6_101:not(#\9) {
133
+ .awsui_arrow-inner_1hpp3_3xsu9_101:not(#\9) {
134
134
  inset-block-start: 2px;
135
135
  }
136
- .awsui_arrow-inner_1hpp3_gyvc6_101:not(#\9)::after {
136
+ .awsui_arrow-inner_1hpp3_3xsu9_101:not(#\9)::after {
137
137
  border-start-start-radius: 1px;
138
138
  border-start-end-radius: 0;
139
139
  border-end-start-radius: 0;
140
140
  border-end-end-radius: 0;
141
141
  background-color: var(--color-background-status-info-pgxhez, #f1faff);
142
142
  }
143
- .awsui_arrow-position-right-top_1hpp3_gyvc6_143 > .awsui_arrow-outer_1hpp3_gyvc6_101:not(#\9)::after, .awsui_arrow-position-right-bottom_1hpp3_gyvc6_143 > .awsui_arrow-outer_1hpp3_gyvc6_101:not(#\9)::after {
143
+ .awsui_arrow-position-right-top_1hpp3_3xsu9_143 > .awsui_arrow-outer_1hpp3_3xsu9_101:not(#\9)::after, .awsui_arrow-position-right-bottom_1hpp3_3xsu9_143 > .awsui_arrow-outer_1hpp3_3xsu9_101:not(#\9)::after {
144
144
  box-shadow: -0.71px 0.71px 4px -2px var(--color-shadow-default-9hs6xx, rgba(0, 28, 36, 0.5));
145
145
  }
146
- .awsui_arrow-position-left-top_1hpp3_gyvc6_146 > .awsui_arrow-outer_1hpp3_gyvc6_101:not(#\9)::after, .awsui_arrow-position-left-bottom_1hpp3_gyvc6_146 > .awsui_arrow-outer_1hpp3_gyvc6_101:not(#\9)::after {
146
+ .awsui_arrow-position-left-top_1hpp3_3xsu9_146 > .awsui_arrow-outer_1hpp3_3xsu9_101:not(#\9)::after, .awsui_arrow-position-left-bottom_1hpp3_3xsu9_146 > .awsui_arrow-outer_1hpp3_3xsu9_101:not(#\9)::after {
147
147
  box-shadow: 0.71px -0.71px 4px -2px var(--color-shadow-default-9hs6xx, rgba(0, 28, 36, 0.5));
148
148
  }
149
- .awsui_arrow-position-top-center_1hpp3_gyvc6_149 > .awsui_arrow-outer_1hpp3_gyvc6_101:not(#\9)::after, .awsui_arrow-position-top-responsive_1hpp3_gyvc6_149 > .awsui_arrow-outer_1hpp3_gyvc6_101:not(#\9)::after {
149
+ .awsui_arrow-position-top-center_1hpp3_3xsu9_149 > .awsui_arrow-outer_1hpp3_3xsu9_101:not(#\9)::after, .awsui_arrow-position-top-responsive_1hpp3_3xsu9_149 > .awsui_arrow-outer_1hpp3_3xsu9_101:not(#\9)::after {
150
150
  box-shadow: -0.71px -0.71px 4px -2px var(--color-shadow-default-9hs6xx, rgba(0, 28, 36, 0.5));
151
151
  }
152
- .awsui_arrow-position-bottom-center_1hpp3_gyvc6_152 > .awsui_arrow-outer_1hpp3_gyvc6_101:not(#\9)::after, .awsui_arrow-position-bottom-responsive_1hpp3_gyvc6_152 > .awsui_arrow-outer_1hpp3_gyvc6_101:not(#\9)::after {
152
+ .awsui_arrow-position-bottom-center_1hpp3_3xsu9_152 > .awsui_arrow-outer_1hpp3_3xsu9_101:not(#\9)::after, .awsui_arrow-position-bottom-responsive_1hpp3_3xsu9_152 > .awsui_arrow-outer_1hpp3_3xsu9_101:not(#\9)::after {
153
153
  box-shadow: 0.71px 0.71px 4px -2px var(--color-shadow-default-9hs6xx, rgba(0, 28, 36, 0.5));
154
154
  }
155
155
 
@@ -157,37 +157,37 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
157
157
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
158
158
  SPDX-License-Identifier: Apache-2.0
159
159
  */
160
- .awsui_annotation_1hpp3_gyvc6_160:not(#\9),
161
- .awsui_next-button_1hpp3_gyvc6_161:not(#\9),
162
- .awsui_previous-button_1hpp3_gyvc6_162:not(#\9),
163
- .awsui_finish-button_1hpp3_gyvc6_163:not(#\9),
164
- .awsui_header_1hpp3_gyvc6_164:not(#\9),
165
- .awsui_step-counter-content_1hpp3_gyvc6_165:not(#\9),
166
- .awsui_content_1hpp3_gyvc6_166:not(#\9) {
160
+ .awsui_annotation_1hpp3_3xsu9_160:not(#\9),
161
+ .awsui_next-button_1hpp3_3xsu9_161:not(#\9),
162
+ .awsui_previous-button_1hpp3_3xsu9_162:not(#\9),
163
+ .awsui_finish-button_1hpp3_3xsu9_163:not(#\9),
164
+ .awsui_header_1hpp3_3xsu9_164:not(#\9),
165
+ .awsui_step-counter-content_1hpp3_3xsu9_165:not(#\9),
166
+ .awsui_content_1hpp3_3xsu9_166:not(#\9) {
167
167
  /* used in test-utils */
168
168
  }
169
169
 
170
- .awsui_description_1hpp3_gyvc6_170:not(#\9) {
170
+ .awsui_description_1hpp3_3xsu9_170:not(#\9) {
171
171
  overflow: hidden;
172
172
  margin-block-start: var(--space-xxs-9rrxti, 4px);
173
173
  }
174
174
 
175
- .awsui_actionBar_1hpp3_gyvc6_175:not(#\9) {
175
+ .awsui_actionBar_1hpp3_3xsu9_175:not(#\9) {
176
176
  display: flex;
177
177
  justify-content: space-between;
178
178
  align-items: center;
179
179
  position: relative;
180
180
  }
181
181
 
182
- .awsui_stepCounter_1hpp3_gyvc6_182:not(#\9) {
182
+ .awsui_stepCounter_1hpp3_3xsu9_182:not(#\9) {
183
183
  margin-inline-end: 20px;
184
184
  }
185
185
 
186
- .awsui_divider_1hpp3_gyvc6_186:not(#\9) {
186
+ .awsui_divider_1hpp3_3xsu9_186:not(#\9) {
187
187
  border-block-end: var(--border-divider-section-width-wl9k66, 1px) solid var(--color-border-divider-default-in8dkg, #eaeded);
188
188
  }
189
189
 
190
- .awsui_hotspot_1hpp3_gyvc6_190:not(#\9) {
190
+ .awsui_hotspot_1hpp3_3xsu9_190:not(#\9) {
191
191
  border-collapse: separate;
192
192
  border-spacing: 0;
193
193
  box-sizing: border-box;
@@ -227,41 +227,41 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
227
227
  padding-block: 0;
228
228
  padding-inline: 0;
229
229
  cursor: pointer;
230
- scroll-margin: var(--awsui-content-scroll-margin-7t5ed6, 40px 0 0 0);
230
+ scroll-margin: var(--awsui-content-scroll-margin-9rhwr5, 40px 0 0 0);
231
231
  inline-size: 16px;
232
232
  block-size: 16px;
233
233
  }
234
- .awsui_hotspot_1hpp3_gyvc6_190:not(#\9):focus {
234
+ .awsui_hotspot_1hpp3_3xsu9_190:not(#\9):focus {
235
235
  outline: none;
236
236
  }
237
- body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_gyvc6_190:not(#\9):focus {
237
+ body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_3xsu9_190:not(#\9):focus {
238
238
  position: relative;
239
239
  }
240
- body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_gyvc6_190:not(#\9):focus {
240
+ body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_3xsu9_190:not(#\9):focus {
241
241
  outline: 2px dotted transparent;
242
242
  outline-offset: calc(2px - 1px);
243
243
  }
244
- body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_gyvc6_190:not(#\9):focus::before {
244
+ body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_3xsu9_190:not(#\9):focus::before {
245
245
  content: " ";
246
246
  display: block;
247
247
  position: absolute;
248
248
  inset-inline-start: calc(-1 * 2px);
249
249
  inset-block-start: calc(-1 * 2px);
250
- inline-size: calc(100% + 2 * 2px);
251
- block-size: calc(100% + 2 * 2px);
250
+ inline-size: calc(100% + 2px + 2px);
251
+ block-size: calc(100% + 2px + 2px);
252
252
  border-start-start-radius: var(--border-radius-control-circular-focus-ring-mxepal, 50%);
253
253
  border-start-end-radius: var(--border-radius-control-circular-focus-ring-mxepal, 50%);
254
254
  border-end-start-radius: var(--border-radius-control-circular-focus-ring-mxepal, 50%);
255
255
  border-end-end-radius: var(--border-radius-control-circular-focus-ring-mxepal, 50%);
256
256
  box-shadow: 0 0 0 2px var(--color-border-item-focused-v8nq2m, #0073bb);
257
257
  }
258
- .awsui_hotspot_1hpp3_gyvc6_190 > .awsui_icon_1hpp3_gyvc6_257:not(#\9) {
258
+ .awsui_hotspot_1hpp3_3xsu9_190 > .awsui_icon_1hpp3_3xsu9_257:not(#\9) {
259
259
  position: relative;
260
260
  stroke: var(--color-text-link-default-hop3gv, #0073bb);
261
261
  }
262
- .awsui_hotspot_1hpp3_gyvc6_190:not(#\9):hover > .awsui_icon_1hpp3_gyvc6_257 {
262
+ .awsui_hotspot_1hpp3_3xsu9_190:not(#\9):hover > .awsui_icon_1hpp3_3xsu9_257 {
263
263
  stroke: var(--color-text-link-hover-8s5z9d, #0a4a74);
264
264
  }
265
- .awsui_hotspot_1hpp3_gyvc6_190:not(#\9):active > .awsui_icon_1hpp3_gyvc6_257 {
265
+ .awsui_hotspot_1hpp3_3xsu9_190:not(#\9):active > .awsui_icon_1hpp3_3xsu9_257 {
266
266
  stroke: var(--color-text-link-default-hop3gv, #0073bb);
267
267
  }
@@ -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_gyvc6_97",
6
- "arrow-outer": "awsui_arrow-outer_1hpp3_gyvc6_101",
7
- "arrow-inner": "awsui_arrow-inner_1hpp3_gyvc6_101",
8
- "arrow-position-right-top": "awsui_arrow-position-right-top_1hpp3_gyvc6_143",
9
- "arrow-position-right-bottom": "awsui_arrow-position-right-bottom_1hpp3_gyvc6_143",
10
- "arrow-position-left-top": "awsui_arrow-position-left-top_1hpp3_gyvc6_146",
11
- "arrow-position-left-bottom": "awsui_arrow-position-left-bottom_1hpp3_gyvc6_146",
12
- "arrow-position-top-center": "awsui_arrow-position-top-center_1hpp3_gyvc6_149",
13
- "arrow-position-top-responsive": "awsui_arrow-position-top-responsive_1hpp3_gyvc6_149",
14
- "arrow-position-bottom-center": "awsui_arrow-position-bottom-center_1hpp3_gyvc6_152",
15
- "arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_1hpp3_gyvc6_152",
16
- "annotation": "awsui_annotation_1hpp3_gyvc6_160",
17
- "next-button": "awsui_next-button_1hpp3_gyvc6_161",
18
- "previous-button": "awsui_previous-button_1hpp3_gyvc6_162",
19
- "finish-button": "awsui_finish-button_1hpp3_gyvc6_163",
20
- "header": "awsui_header_1hpp3_gyvc6_164",
21
- "step-counter-content": "awsui_step-counter-content_1hpp3_gyvc6_165",
22
- "content": "awsui_content_1hpp3_gyvc6_166",
23
- "description": "awsui_description_1hpp3_gyvc6_170",
24
- "actionBar": "awsui_actionBar_1hpp3_gyvc6_175",
25
- "stepCounter": "awsui_stepCounter_1hpp3_gyvc6_182",
26
- "divider": "awsui_divider_1hpp3_gyvc6_186",
27
- "hotspot": "awsui_hotspot_1hpp3_gyvc6_190",
28
- "icon": "awsui_icon_1hpp3_gyvc6_257"
5
+ "arrow": "awsui_arrow_1hpp3_3xsu9_97",
6
+ "arrow-outer": "awsui_arrow-outer_1hpp3_3xsu9_101",
7
+ "arrow-inner": "awsui_arrow-inner_1hpp3_3xsu9_101",
8
+ "arrow-position-right-top": "awsui_arrow-position-right-top_1hpp3_3xsu9_143",
9
+ "arrow-position-right-bottom": "awsui_arrow-position-right-bottom_1hpp3_3xsu9_143",
10
+ "arrow-position-left-top": "awsui_arrow-position-left-top_1hpp3_3xsu9_146",
11
+ "arrow-position-left-bottom": "awsui_arrow-position-left-bottom_1hpp3_3xsu9_146",
12
+ "arrow-position-top-center": "awsui_arrow-position-top-center_1hpp3_3xsu9_149",
13
+ "arrow-position-top-responsive": "awsui_arrow-position-top-responsive_1hpp3_3xsu9_149",
14
+ "arrow-position-bottom-center": "awsui_arrow-position-bottom-center_1hpp3_3xsu9_152",
15
+ "arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_1hpp3_3xsu9_152",
16
+ "annotation": "awsui_annotation_1hpp3_3xsu9_160",
17
+ "next-button": "awsui_next-button_1hpp3_3xsu9_161",
18
+ "previous-button": "awsui_previous-button_1hpp3_3xsu9_162",
19
+ "finish-button": "awsui_finish-button_1hpp3_3xsu9_163",
20
+ "header": "awsui_header_1hpp3_3xsu9_164",
21
+ "step-counter-content": "awsui_step-counter-content_1hpp3_3xsu9_165",
22
+ "content": "awsui_content_1hpp3_3xsu9_166",
23
+ "description": "awsui_description_1hpp3_3xsu9_170",
24
+ "actionBar": "awsui_actionBar_1hpp3_3xsu9_175",
25
+ "stepCounter": "awsui_stepCounter_1hpp3_3xsu9_182",
26
+ "divider": "awsui_divider_1hpp3_3xsu9_186",
27
+ "hotspot": "awsui_hotspot_1hpp3_3xsu9_190",
28
+ "icon": "awsui_icon_1hpp3_3xsu9_257"
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_1odhz_9",
5
- "notifications-sticky": "awsui_notifications-sticky_1hmm4_1odhz_10",
6
- "no-content-paddings": "awsui_no-content-paddings_1hmm4_1odhz_25"
4
+ "notifications": "awsui_notifications_1hmm4_1hl6h_9",
5
+ "notifications-sticky": "awsui_notifications-sticky_1hmm4_1hl6h_10",
6
+ "no-content-paddings": "awsui_no-content-paddings_1hmm4_1hl6h_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_1odhz_9:not(#\9),
10
- .awsui_notifications-sticky_1hmm4_1odhz_10:not(#\9) {
9
+ .awsui_notifications_1hmm4_1hl6h_9:not(#\9),
10
+ .awsui_notifications-sticky_1hmm4_1hl6h_10:not(#\9) {
11
11
  z-index: 850;
12
12
  }
13
13
 
14
- .awsui_notifications_1hmm4_1odhz_9:not(#\9) {
14
+ .awsui_notifications_1hmm4_1hl6h_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_1odhz_10:not(#\9) {
19
+ .awsui_notifications-sticky_1hmm4_1hl6h_10:not(#\9) {
20
20
  inset-block-start: 0;
21
21
  position: sticky;
22
- --awsui-flashbar-sticky-bottom-margin-7t5ed6: var(--space-xxl-pd3205, 32px);
22
+ --awsui-flashbar-sticky-bottom-margin-9rhwr5: var(--space-xxl-pd3205, 32px);
23
23
  }
24
24
 
25
- .awsui_no-content-paddings_1hmm4_1odhz_25:not(#\9) {
25
+ .awsui_no-content-paddings_1hmm4_1hl6h_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-7t5ed6: var(--space-scaled-l-08jb88, 20px);
30
+ --awsui-stacked-notifications-bottom-margin-9rhwr5: var(--space-scaled-l-08jb88, 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_1odhz_9",
6
- "notifications-sticky": "awsui_notifications-sticky_1hmm4_1odhz_10",
7
- "no-content-paddings": "awsui_no-content-paddings_1hmm4_1odhz_25"
5
+ "notifications": "awsui_notifications_1hmm4_1hl6h_9",
6
+ "notifications-sticky": "awsui_notifications-sticky_1hmm4_1hl6h_10",
7
+ "no-content-paddings": "awsui_no-content-paddings_1hmm4_1hl6h_25"
8
8
  };
9
9