@cloudscape-design/components 3.0.606 → 3.0.608

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 (39) hide show
  1. package/annotation-context/annotation/styles.css.js +24 -24
  2. package/annotation-context/annotation/styles.scoped.css +30 -30
  3. package/annotation-context/annotation/styles.selectors.js +24 -24
  4. package/app-layout/notifications/styles.css.js +3 -3
  5. package/app-layout/notifications/styles.scoped.css +7 -7
  6. package/app-layout/notifications/styles.selectors.js +3 -3
  7. package/app-layout/visual-refresh/styles.css.js +81 -81
  8. package/app-layout/visual-refresh/styles.scoped.css +275 -286
  9. package/app-layout/visual-refresh/styles.selectors.js +81 -81
  10. package/content-layout/styles.css.js +7 -7
  11. package/content-layout/styles.scoped.css +13 -15
  12. package/content-layout/styles.selectors.js +7 -7
  13. package/flashbar/styles.css.js +47 -47
  14. package/flashbar/styles.scoped.css +171 -171
  15. package/flashbar/styles.selectors.js +47 -47
  16. package/form-field/internal.d.ts.map +1 -1
  17. package/form-field/internal.js +10 -6
  18. package/form-field/internal.js.map +1 -1
  19. package/internal/components/dropdown/styles.css.js +20 -20
  20. package/internal/components/dropdown/styles.scoped.css +39 -39
  21. package/internal/components/dropdown/styles.selectors.js +20 -20
  22. package/internal/environment.js +1 -1
  23. package/internal/environment.json +1 -1
  24. package/internal/generated/custom-css-properties/index.d.ts.map +1 -1
  25. package/internal/generated/custom-css-properties/index.js +44 -46
  26. package/internal/generated/custom-css-properties/index.js.map +1 -1
  27. package/internal/manifest.json +1 -1
  28. package/package.json +1 -1
  29. package/popover/internal.js +1 -1
  30. package/popover/internal.js.map +1 -1
  31. package/popover/styles.css.js +50 -50
  32. package/popover/styles.scoped.css +64 -64
  33. package/popover/styles.selectors.js +50 -50
  34. package/spinner/styles.css.js +13 -13
  35. package/spinner/styles.scoped.css +39 -39
  36. package/spinner/styles.selectors.js +13 -13
  37. package/wizard/styles.css.js +32 -32
  38. package/wizard/styles.scoped.css +68 -68
  39. package/wizard/styles.selectors.js +32 -32
@@ -97,7 +97,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
97
97
  SPDX-License-Identifier: Apache-2.0
98
98
  */
99
99
  /* stylelint-disable selector-max-universal, selector-max-type */
100
- .awsui_root_1xupv_1w73r_100:not(#\9) {
100
+ .awsui_root_1xupv_e5t6y_100:not(#\9) {
101
101
  border-collapse: separate;
102
102
  border-spacing: 0;
103
103
  box-sizing: border-box;
@@ -133,31 +133,31 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
133
133
  -moz-osx-font-smoothing: auto;
134
134
  }
135
135
 
136
- .awsui_wizard_1xupv_1w73r_135.awsui_refresh_1xupv_1w73r_135:not(#\9) {
136
+ .awsui_wizard_1xupv_e5t6y_135.awsui_refresh_1xupv_e5t6y_135:not(#\9) {
137
137
  column-gap: var(--space-xl-lmui9r, 24px);
138
138
  display: grid;
139
139
  grid-template-columns: auto minmax(0, 1fr);
140
140
  grid-template-rows: auto 1fr;
141
141
  row-gap: var(--space-scaled-xxs-7597g1, 4px);
142
142
  }
143
- .awsui_wizard_1xupv_1w73r_135.awsui_refresh_1xupv_1w73r_135.awsui_small-container_1xupv_1w73r_142:not(#\9) {
143
+ .awsui_wizard_1xupv_e5t6y_135.awsui_refresh_1xupv_e5t6y_135.awsui_small-container_1xupv_e5t6y_142:not(#\9) {
144
144
  grid-template-columns: minmax(0, 1fr) 0;
145
145
  row-gap: var(--space-scaled-l-0hpmd7, 20px);
146
146
  }
147
- .awsui_wizard_1xupv_1w73r_135.awsui_refresh_1xupv_1w73r_135:not(#\9):not(.awsui_remove-high-contrast-header_1xupv_1w73r_146) {
147
+ .awsui_wizard_1xupv_e5t6y_135.awsui_refresh_1xupv_e5t6y_135:not(#\9):not(.awsui_remove-high-contrast-header_1xupv_e5t6y_146) {
148
148
  row-gap: var(--space-scaled-xl-kswcw7, 24px);
149
149
  }
150
150
 
151
- .awsui_wizard_1xupv_1w73r_135:not(#\9):not(.awsui_refresh_1xupv_1w73r_135) {
151
+ .awsui_wizard_1xupv_e5t6y_135:not(#\9):not(.awsui_refresh_1xupv_e5t6y_135) {
152
152
  display: flex;
153
153
  }
154
154
 
155
- .awsui_navigation_1xupv_1w73r_154.awsui_refresh_1xupv_1w73r_135:not(#\9) {
155
+ .awsui_navigation_1xupv_e5t6y_154.awsui_refresh_1xupv_e5t6y_135:not(#\9) {
156
156
  grid-column: 1;
157
157
  grid-row: 1/span 2;
158
- padding-block-start: var(--awsui-container-first-gap-iof9y8, 0px);
158
+ padding-block-start: calc(var(--space-xs-zb16t3, 8px) + var(--space-scaled-xxs-7597g1, 4px));
159
159
  }
160
- .awsui_navigation_1xupv_1w73r_154.awsui_refresh_1xupv_1w73r_135 > ul.awsui_refresh_1xupv_1w73r_135:not(#\9) {
160
+ .awsui_navigation_1xupv_e5t6y_154.awsui_refresh_1xupv_e5t6y_135 > ul.awsui_refresh_1xupv_e5t6y_135:not(#\9) {
161
161
  background: var(--color-background-container-content-4un1ap, #ffffff);
162
162
  position: relative;
163
163
  margin-block: 0;
@@ -168,7 +168,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
168
168
  inline-size: 260px;
169
169
  box-sizing: border-box;
170
170
  }
171
- .awsui_navigation_1xupv_1w73r_154.awsui_refresh_1xupv_1w73r_135 > ul.awsui_refresh_1xupv_1w73r_135:not(#\9):not(.awsui_remove-high-contrast-header_1xupv_1w73r_146) {
171
+ .awsui_navigation_1xupv_e5t6y_154.awsui_refresh_1xupv_e5t6y_135 > ul.awsui_refresh_1xupv_e5t6y_135:not(#\9):not(.awsui_remove-high-contrast-header_1xupv_e5t6y_146) {
172
172
  border-start-start-radius: var(--border-radius-container-wqv1zi, 16px);
173
173
  border-start-end-radius: var(--border-radius-container-wqv1zi, 16px);
174
174
  border-end-start-radius: var(--border-radius-container-wqv1zi, 16px);
@@ -180,11 +180,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
180
180
  padding-inline-end: var(--space-l-t419sm, 20px);
181
181
  inline-size: 280px;
182
182
  }
183
- .awsui_navigation_1xupv_1w73r_154.awsui_refresh_1xupv_1w73r_135 > ul.awsui_refresh_1xupv_1w73r_135:not(#\9):not(.awsui_remove-high-contrast-header_1xupv_1w73r_146).awsui_refresh_1xupv_1w73r_135 {
183
+ .awsui_navigation_1xupv_e5t6y_154.awsui_refresh_1xupv_e5t6y_135 > ul.awsui_refresh_1xupv_e5t6y_135:not(#\9):not(.awsui_remove-high-contrast-header_1xupv_e5t6y_146).awsui_refresh_1xupv_e5t6y_135 {
184
184
  border-block: solid var(--border-divider-section-width-1061zr, 1px) var(--color-border-divider-default-j74lyz, #b6bec9);
185
185
  border-inline: solid var(--border-divider-section-width-1061zr, 1px) var(--color-border-divider-default-j74lyz, #b6bec9);
186
186
  }
187
- .awsui_navigation_1xupv_1w73r_154.awsui_refresh_1xupv_1w73r_135 > ul.awsui_refresh_1xupv_1w73r_135:not(#\9):not(.awsui_remove-high-contrast-header_1xupv_1w73r_146):not(.awsui_refresh_1xupv_1w73r_135)::before {
187
+ .awsui_navigation_1xupv_e5t6y_154.awsui_refresh_1xupv_e5t6y_135 > ul.awsui_refresh_1xupv_e5t6y_135:not(#\9):not(.awsui_remove-high-contrast-header_1xupv_e5t6y_146):not(.awsui_refresh_1xupv_e5t6y_135)::before {
188
188
  content: "";
189
189
  position: absolute;
190
190
  inset-inline-start: 0px;
@@ -202,7 +202,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
202
202
  border-end-end-radius: var(--border-radius-container-wqv1zi, 16px);
203
203
  z-index: 1;
204
204
  }
205
- .awsui_navigation_1xupv_1w73r_154.awsui_refresh_1xupv_1w73r_135 > ul.awsui_refresh_1xupv_1w73r_135:not(#\9):not(.awsui_remove-high-contrast-header_1xupv_1w73r_146):not(.awsui_refresh_1xupv_1w73r_135)::after {
205
+ .awsui_navigation_1xupv_e5t6y_154.awsui_refresh_1xupv_e5t6y_135 > ul.awsui_refresh_1xupv_e5t6y_135:not(#\9):not(.awsui_remove-high-contrast-header_1xupv_e5t6y_146):not(.awsui_refresh_1xupv_e5t6y_135)::after {
206
206
  content: "";
207
207
  position: absolute;
208
208
  inset-inline-start: 0px;
@@ -218,7 +218,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
218
218
  border-end-end-radius: var(--border-radius-container-wqv1zi, 16px);
219
219
  box-shadow: var(--shadow-container-fxmdn3, 0px 0px 1px 1px #e9ebed, 0px 1px 8px 2px rgba(0, 7, 22, 0.12));
220
220
  }
221
- .awsui_navigation_1xupv_1w73r_154.awsui_refresh_1xupv_1w73r_135 > ul.awsui_refresh_1xupv_1w73r_135 > li:not(#\9) {
221
+ .awsui_navigation_1xupv_e5t6y_154.awsui_refresh_1xupv_e5t6y_135 > ul.awsui_refresh_1xupv_e5t6y_135 > li:not(#\9) {
222
222
  display: grid;
223
223
  column-gap: var(--space-xs-zb16t3, 8px);
224
224
  grid-template-columns: var(--space-l-t419sm, 20px) 1fr;
@@ -226,7 +226,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
226
226
  padding-block: 0;
227
227
  padding-inline: 0;
228
228
  }
229
- .awsui_navigation_1xupv_1w73r_154.awsui_refresh_1xupv_1w73r_135 > ul.awsui_refresh_1xupv_1w73r_135 > li > hr:not(#\9) {
229
+ .awsui_navigation_1xupv_e5t6y_154.awsui_refresh_1xupv_e5t6y_135 > ul.awsui_refresh_1xupv_e5t6y_135 > li > hr:not(#\9) {
230
230
  background-color: var(--color-border-divider-default-j74lyz, #b6bec9);
231
231
  border-block: 0;
232
232
  border-inline: 0;
@@ -234,13 +234,13 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
234
234
  block-size: 100%;
235
235
  inline-size: var(--space-xxxs-zbmxqb, 2px);
236
236
  }
237
- .awsui_navigation_1xupv_1w73r_154.awsui_refresh_1xupv_1w73r_135 > ul.awsui_refresh_1xupv_1w73r_135 > li > .awsui_number_1xupv_1w73r_236:not(#\9) {
237
+ .awsui_navigation_1xupv_e5t6y_154.awsui_refresh_1xupv_e5t6y_135 > ul.awsui_refresh_1xupv_e5t6y_135 > li > .awsui_number_1xupv_e5t6y_236:not(#\9) {
238
238
  color: var(--color-text-small-zfvvfc, #5f6b7a);
239
239
  font-size: var(--font-size-body-s-asqx2i, 12px);
240
240
  grid-column: 2;
241
241
  grid-row: 1;
242
242
  }
243
- .awsui_navigation_1xupv_1w73r_154.awsui_refresh_1xupv_1w73r_135 > ul.awsui_refresh_1xupv_1w73r_135 > li > a:not(#\9) {
243
+ .awsui_navigation_1xupv_e5t6y_154.awsui_refresh_1xupv_e5t6y_135 > ul.awsui_refresh_1xupv_e5t6y_135 > li > a:not(#\9) {
244
244
  align-items: start;
245
245
  column-gap: var(--space-xs-zb16t3, 8px);
246
246
  cursor: pointer;
@@ -250,7 +250,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
250
250
  grid-row: 2;
251
251
  grid-template-columns: var(--space-l-t419sm, 20px) 1fr;
252
252
  }
253
- .awsui_navigation_1xupv_1w73r_154.awsui_refresh_1xupv_1w73r_135 > ul.awsui_refresh_1xupv_1w73r_135 > li > a > .awsui_circle_1xupv_1w73r_252:not(#\9) {
253
+ .awsui_navigation_1xupv_e5t6y_154.awsui_refresh_1xupv_e5t6y_135 > ul.awsui_refresh_1xupv_e5t6y_135 > li > a > .awsui_circle_1xupv_e5t6y_252:not(#\9) {
254
254
  border-start-start-radius: 100%;
255
255
  border-start-end-radius: 100%;
256
256
  border-end-start-radius: 100%;
@@ -261,12 +261,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
261
261
  margin-block-start: 6px;
262
262
  inline-size: 10px;
263
263
  }
264
- .awsui_navigation_1xupv_1w73r_154.awsui_refresh_1xupv_1w73r_135 > ul.awsui_refresh_1xupv_1w73r_135 > li > a > .awsui_title_1xupv_1w73r_263:not(#\9) {
264
+ .awsui_navigation_1xupv_e5t6y_154.awsui_refresh_1xupv_e5t6y_135 > ul.awsui_refresh_1xupv_e5t6y_135 > li > a > .awsui_title_1xupv_e5t6y_263:not(#\9) {
265
265
  min-inline-size: 0;
266
266
  word-break: break-word;
267
267
  grid-column: 2;
268
268
  }
269
- body[data-awsui-focus-visible=true] .awsui_navigation_1xupv_1w73r_154.awsui_refresh_1xupv_1w73r_135 > ul.awsui_refresh_1xupv_1w73r_135 > li > a:not(#\9):focus {
269
+ body[data-awsui-focus-visible=true] .awsui_navigation_1xupv_e5t6y_154.awsui_refresh_1xupv_e5t6y_135 > ul.awsui_refresh_1xupv_e5t6y_135 > li > a:not(#\9):focus {
270
270
  outline: thin dotted;
271
271
  outline: var(--border-link-focus-ring-outline-kkfop6, 0);
272
272
  outline-offset: 2px;
@@ -277,58 +277,58 @@ body[data-awsui-focus-visible=true] .awsui_navigation_1xupv_1w73r_154.awsui_refr
277
277
  border-end-end-radius: var(--border-radius-control-default-focus-ring-u8zbsz, 4px);
278
278
  box-shadow: 0 0 0 var(--border-link-focus-ring-shadow-spread-v8hkrl, 2px) var(--color-border-item-focused-b2ntyl, #0972d3);
279
279
  }
280
- .awsui_navigation_1xupv_1w73r_154.awsui_refresh_1xupv_1w73r_135 > ul.awsui_refresh_1xupv_1w73r_135 > li:not(#\9):first-child > hr {
280
+ .awsui_navigation_1xupv_e5t6y_154.awsui_refresh_1xupv_e5t6y_135 > ul.awsui_refresh_1xupv_e5t6y_135 > li:not(#\9):first-child > hr {
281
281
  grid-row: 2/span 2;
282
282
  }
283
- .awsui_navigation_1xupv_1w73r_154.awsui_refresh_1xupv_1w73r_135 > ul.awsui_refresh_1xupv_1w73r_135 > li:not(#\9):not(:first-child) > .awsui_number_1xupv_1w73r_236 {
283
+ .awsui_navigation_1xupv_e5t6y_154.awsui_refresh_1xupv_e5t6y_135 > ul.awsui_refresh_1xupv_e5t6y_135 > li:not(#\9):not(:first-child) > .awsui_number_1xupv_e5t6y_236 {
284
284
  margin-block-start: var(--space-m-udix3p, 16px);
285
285
  }
286
- .awsui_navigation_1xupv_1w73r_154.awsui_refresh_1xupv_1w73r_135 > ul.awsui_refresh_1xupv_1w73r_135 > li:not(#\9):last-child > hr {
286
+ .awsui_navigation_1xupv_e5t6y_154.awsui_refresh_1xupv_e5t6y_135 > ul.awsui_refresh_1xupv_e5t6y_135 > li:not(#\9):last-child > hr {
287
287
  grid-row: 1;
288
288
  }
289
- .awsui_navigation_1xupv_1w73r_154.awsui_refresh_1xupv_1w73r_135 > ul.awsui_refresh_1xupv_1w73r_135 > li:not(#\9):only-of-type > hr {
289
+ .awsui_navigation_1xupv_e5t6y_154.awsui_refresh_1xupv_e5t6y_135 > ul.awsui_refresh_1xupv_e5t6y_135 > li:not(#\9):only-of-type > hr {
290
290
  display: none;
291
291
  }
292
- .awsui_navigation_1xupv_1w73r_154.awsui_refresh_1xupv_1w73r_135 > ul.awsui_refresh_1xupv_1w73r_135 > li:not(#\9):not(:first-child):not(:last-child) > hr {
292
+ .awsui_navigation_1xupv_e5t6y_154.awsui_refresh_1xupv_e5t6y_135 > ul.awsui_refresh_1xupv_e5t6y_135 > li:not(#\9):not(:first-child):not(:last-child) > hr {
293
293
  grid-row: 1/span 3;
294
294
  }
295
- .awsui_navigation_1xupv_1w73r_154.awsui_refresh_1xupv_1w73r_135 > ul.awsui_refresh_1xupv_1w73r_135 > li.awsui_active_1xupv_1w73r_294 > a:not(#\9) {
295
+ .awsui_navigation_1xupv_e5t6y_154.awsui_refresh_1xupv_e5t6y_135 > ul.awsui_refresh_1xupv_e5t6y_135 > li.awsui_active_1xupv_e5t6y_294 > a:not(#\9) {
296
296
  cursor: text;
297
297
  }
298
- .awsui_navigation_1xupv_1w73r_154.awsui_refresh_1xupv_1w73r_135 > ul.awsui_refresh_1xupv_1w73r_135 > li.awsui_active_1xupv_1w73r_294 > a > .awsui_circle_1xupv_1w73r_252:not(#\9) {
298
+ .awsui_navigation_1xupv_e5t6y_154.awsui_refresh_1xupv_e5t6y_135 > ul.awsui_refresh_1xupv_e5t6y_135 > li.awsui_active_1xupv_e5t6y_294 > a > .awsui_circle_1xupv_e5t6y_252:not(#\9) {
299
299
  background-color: var(--color-background-control-checked-w517i0, #0972d3);
300
300
  box-shadow: 0 0 0 3px var(--color-background-container-content-4un1ap, #ffffff), 0 0 0 5px var(--color-background-control-checked-w517i0, #0972d3), 0 0 0 7px var(--color-background-container-content-4un1ap, #ffffff);
301
301
  }
302
- .awsui_navigation_1xupv_1w73r_154.awsui_refresh_1xupv_1w73r_135 > ul.awsui_refresh_1xupv_1w73r_135 > li.awsui_active_1xupv_1w73r_294 > a > .awsui_title_1xupv_1w73r_263:not(#\9) {
302
+ .awsui_navigation_1xupv_e5t6y_154.awsui_refresh_1xupv_e5t6y_135 > ul.awsui_refresh_1xupv_e5t6y_135 > li.awsui_active_1xupv_e5t6y_294 > a > .awsui_title_1xupv_e5t6y_263:not(#\9) {
303
303
  color: var(--color-background-control-checked-w517i0, #0972d3);
304
304
  font-weight: 700;
305
305
  }
306
- .awsui_navigation_1xupv_1w73r_154.awsui_refresh_1xupv_1w73r_135 > ul.awsui_refresh_1xupv_1w73r_135 > li.awsui_disabled_1xupv_1w73r_305 > a:not(#\9) {
306
+ .awsui_navigation_1xupv_e5t6y_154.awsui_refresh_1xupv_e5t6y_135 > ul.awsui_refresh_1xupv_e5t6y_135 > li.awsui_disabled_1xupv_e5t6y_305 > a:not(#\9) {
307
307
  cursor: text;
308
308
  }
309
- .awsui_navigation_1xupv_1w73r_154.awsui_refresh_1xupv_1w73r_135 > ul.awsui_refresh_1xupv_1w73r_135 > li.awsui_disabled_1xupv_1w73r_305 > a > .awsui_circle_1xupv_1w73r_252:not(#\9) {
309
+ .awsui_navigation_1xupv_e5t6y_154.awsui_refresh_1xupv_e5t6y_135 > ul.awsui_refresh_1xupv_e5t6y_135 > li.awsui_disabled_1xupv_e5t6y_305 > a > .awsui_circle_1xupv_e5t6y_252:not(#\9) {
310
310
  background-color: var(--color-background-container-content-4un1ap, #ffffff);
311
311
  box-shadow: 0 0 0 2px var(--color-text-interactive-disabled-z7a3t4, #9ba7b6), 0 0 0 4px var(--color-background-container-content-4un1ap, #ffffff);
312
312
  }
313
- .awsui_navigation_1xupv_1w73r_154.awsui_refresh_1xupv_1w73r_135 > ul.awsui_refresh_1xupv_1w73r_135 > li.awsui_disabled_1xupv_1w73r_305 > a > .awsui_title_1xupv_1w73r_263:not(#\9) {
313
+ .awsui_navigation_1xupv_e5t6y_154.awsui_refresh_1xupv_e5t6y_135 > ul.awsui_refresh_1xupv_e5t6y_135 > li.awsui_disabled_1xupv_e5t6y_305 > a > .awsui_title_1xupv_e5t6y_263:not(#\9) {
314
314
  color: var(--color-text-status-inactive-m7co45, #5f6b7a);
315
315
  }
316
- .awsui_navigation_1xupv_1w73r_154.awsui_refresh_1xupv_1w73r_135 > ul.awsui_refresh_1xupv_1w73r_135 > li.awsui_enabled_1xupv_1w73r_315 > a > .awsui_circle_1xupv_1w73r_252:not(#\9) {
316
+ .awsui_navigation_1xupv_e5t6y_154.awsui_refresh_1xupv_e5t6y_135 > ul.awsui_refresh_1xupv_e5t6y_135 > li.awsui_enabled_1xupv_e5t6y_315 > a > .awsui_circle_1xupv_e5t6y_252:not(#\9) {
317
317
  background-color: var(--color-text-interactive-default-lnx6lk, #414d5c);
318
318
  box-shadow: 0 0 0 2px var(--color-text-interactive-default-lnx6lk, #414d5c), 0 0 0 4px var(--color-background-container-content-4un1ap, #ffffff);
319
319
  }
320
- .awsui_navigation_1xupv_1w73r_154.awsui_refresh_1xupv_1w73r_135 > ul.awsui_refresh_1xupv_1w73r_135 > li.awsui_enabled_1xupv_1w73r_315 > a > .awsui_title_1xupv_1w73r_263:not(#\9) {
320
+ .awsui_navigation_1xupv_e5t6y_154.awsui_refresh_1xupv_e5t6y_135 > ul.awsui_refresh_1xupv_e5t6y_135 > li.awsui_enabled_1xupv_e5t6y_315 > a > .awsui_title_1xupv_e5t6y_263:not(#\9) {
321
321
  color: var(--color-text-interactive-default-lnx6lk, #414d5c);
322
322
  }
323
- .awsui_navigation_1xupv_1w73r_154.awsui_refresh_1xupv_1w73r_135 > ul.awsui_refresh_1xupv_1w73r_135 > li.awsui_enabled_1xupv_1w73r_315 > a:not(#\9):hover > .awsui_circle_1xupv_1w73r_252 {
323
+ .awsui_navigation_1xupv_e5t6y_154.awsui_refresh_1xupv_e5t6y_135 > ul.awsui_refresh_1xupv_e5t6y_135 > li.awsui_enabled_1xupv_e5t6y_315 > a:not(#\9):hover > .awsui_circle_1xupv_e5t6y_252 {
324
324
  background-color: var(--color-background-control-checked-w517i0, #0972d3);
325
325
  box-shadow: 0 0 0 2px var(--color-background-control-checked-w517i0, #0972d3), 0 0 0 4px var(--color-background-container-content-4un1ap, #ffffff);
326
326
  }
327
- .awsui_navigation_1xupv_1w73r_154.awsui_refresh_1xupv_1w73r_135 > ul.awsui_refresh_1xupv_1w73r_135 > li.awsui_enabled_1xupv_1w73r_315 > a:not(#\9):hover > .awsui_title_1xupv_1w73r_263 {
327
+ .awsui_navigation_1xupv_e5t6y_154.awsui_refresh_1xupv_e5t6y_135 > ul.awsui_refresh_1xupv_e5t6y_135 > li.awsui_enabled_1xupv_e5t6y_315 > a:not(#\9):hover > .awsui_title_1xupv_e5t6y_263 {
328
328
  color: var(--color-background-control-checked-w517i0, #0972d3);
329
329
  }
330
330
 
331
- .awsui_navigation_1xupv_1w73r_154:not(#\9):not(.awsui_refresh_1xupv_1w73r_135) {
331
+ .awsui_navigation_1xupv_e5t6y_154:not(#\9):not(.awsui_refresh_1xupv_e5t6y_135) {
332
332
  color: var(--color-text-disabled-f4c52h, #9ba7b6);
333
333
  display: inline-block;
334
334
  margin-inline-end: calc(2 * var(--space-xxxl-4x2gki, 40px));
@@ -336,91 +336,91 @@ body[data-awsui-focus-visible=true] .awsui_navigation_1xupv_1w73r_154.awsui_refr
336
336
  padding-block-start: var(--space-xxs-p8yyaw, 4px);
337
337
  inline-size: 200px;
338
338
  }
339
- .awsui_navigation_1xupv_1w73r_154:not(#\9):not(.awsui_refresh_1xupv_1w73r_135) > ul:not(.awsui_refresh_1xupv_1w73r_135) {
339
+ .awsui_navigation_1xupv_e5t6y_154:not(#\9):not(.awsui_refresh_1xupv_e5t6y_135) > ul:not(.awsui_refresh_1xupv_e5t6y_135) {
340
340
  list-style: none;
341
341
  padding-block: 0;
342
342
  padding-inline: 0;
343
343
  margin-block: 0;
344
344
  margin-inline: 0;
345
345
  }
346
- .awsui_navigation_1xupv_1w73r_154:not(#\9):not(.awsui_refresh_1xupv_1w73r_135) > ul:not(.awsui_refresh_1xupv_1w73r_135) > li {
346
+ .awsui_navigation_1xupv_e5t6y_154:not(#\9):not(.awsui_refresh_1xupv_e5t6y_135) > ul:not(.awsui_refresh_1xupv_e5t6y_135) > li {
347
347
  min-inline-size: 0;
348
348
  word-break: break-word;
349
349
  padding-block: 0 var(--space-scaled-m-mo5yse, 16px);
350
350
  }
351
- .awsui_navigation_1xupv_1w73r_154:not(#\9):not(.awsui_refresh_1xupv_1w73r_135) > ul:not(.awsui_refresh_1xupv_1w73r_135) > li:not(:first-child) {
351
+ .awsui_navigation_1xupv_e5t6y_154:not(#\9):not(.awsui_refresh_1xupv_e5t6y_135) > ul:not(.awsui_refresh_1xupv_e5t6y_135) > li:not(:first-child) {
352
352
  margin-block-start: var(--space-scaled-m-mo5yse, 16px);
353
353
  }
354
- .awsui_navigation_1xupv_1w73r_154:not(#\9):not(.awsui_refresh_1xupv_1w73r_135) > ul:not(.awsui_refresh_1xupv_1w73r_135) > li:not(:last-child) {
354
+ .awsui_navigation_1xupv_e5t6y_154:not(#\9):not(.awsui_refresh_1xupv_e5t6y_135) > ul:not(.awsui_refresh_1xupv_e5t6y_135) > li:not(:last-child) {
355
355
  border-block-end: var(--border-divider-list-width-27y3k5, 1px) solid var(--color-border-layout-ownedw, #d1d5db);
356
356
  }
357
357
 
358
- .awsui_form_1xupv_1w73r_357:not(#\9):not(.awsui_refresh_1xupv_1w73r_135) {
358
+ .awsui_form_1xupv_e5t6y_357:not(#\9):not(.awsui_refresh_1xupv_e5t6y_135) {
359
359
  min-inline-size: 0;
360
360
  word-break: break-word;
361
361
  inline-size: 100%;
362
362
  }
363
- .awsui_form_1xupv_1w73r_357:not(#\9):not(.awsui_refresh_1xupv_1w73r_135) > .awsui_form-header_1xupv_1w73r_362 {
363
+ .awsui_form_1xupv_e5t6y_357:not(#\9):not(.awsui_refresh_1xupv_e5t6y_135) > .awsui_form-header_1xupv_e5t6y_362 {
364
364
  position: relative;
365
365
  margin-block-end: var(--space-scaled-m-mo5yse, 16px);
366
366
  }
367
367
 
368
- .awsui_form_1xupv_1w73r_357.awsui_refresh_1xupv_1w73r_135:not(#\9) {
368
+ .awsui_form_1xupv_e5t6y_357.awsui_refresh_1xupv_e5t6y_135:not(#\9) {
369
369
  min-inline-size: 0;
370
370
  word-break: break-word;
371
371
  display: contents;
372
372
  }
373
- .awsui_form_1xupv_1w73r_357.awsui_refresh_1xupv_1w73r_135 > .awsui_background_1xupv_1w73r_372:not(#\9) {
373
+ .awsui_form_1xupv_e5t6y_357.awsui_refresh_1xupv_e5t6y_135 > .awsui_background_1xupv_e5t6y_372:not(#\9) {
374
374
  background-color: var(--color-background-layout-main-nx09lr, #ffffff);
375
375
  grid-column: 1/span 2;
376
376
  grid-row: 1;
377
377
  color: var(--color-text-body-default-at06ol, #000716);
378
378
  }
379
- .awsui_form_1xupv_1w73r_357.awsui_refresh_1xupv_1w73r_135 > .awsui_form-header_1xupv_1w73r_362:not(#\9) {
379
+ .awsui_form_1xupv_e5t6y_357.awsui_refresh_1xupv_e5t6y_135 > .awsui_form-header_1xupv_e5t6y_362:not(#\9) {
380
380
  background-color: var(--color-background-layout-main-nx09lr, #ffffff);
381
381
  grid-column: 2;
382
382
  grid-row: 1;
383
383
  color: var(--color-text-body-default-at06ol, #000716);
384
384
  }
385
- .awsui_form_1xupv_1w73r_357.awsui_refresh_1xupv_1w73r_135 > .awsui_form-header_1xupv_1w73r_362 > .awsui_form-header-content_1xupv_1w73r_384:not(#\9) {
386
- padding-block-start: calc(var(--awsui-container-first-gap-iof9y8, 0px) + var(--space-m-udix3p, 16px) - var(--space-xxxs-zbmxqb, 2px));
385
+ .awsui_form_1xupv_e5t6y_357.awsui_refresh_1xupv_e5t6y_135 > .awsui_form-header_1xupv_e5t6y_362 > .awsui_form-header-content_1xupv_e5t6y_384:not(#\9) {
386
+ padding-block-start: calc(var(--space-xl-lmui9r, 24px) + var(--space-scaled-xxxs-27y4hv, 2px));
387
387
  padding-block-end: var(--space-scaled-s-aqzyko, 12px);
388
388
  }
389
- .awsui_form_1xupv_1w73r_357.awsui_refresh_1xupv_1w73r_135:not(#\9):not(.awsui_remove-high-contrast-header_1xupv_1w73r_146) > .awsui_form-header_1xupv_1w73r_362 > .awsui_form-header-content_1xupv_1w73r_384 {
390
- padding-block-start: calc(var(--awsui-container-first-gap-iof9y8, 0px) + var(--space-s-34lx8l, 12px));
389
+ .awsui_form_1xupv_e5t6y_357.awsui_refresh_1xupv_e5t6y_135:not(#\9):not(.awsui_remove-high-contrast-header_1xupv_e5t6y_146) > .awsui_form-header_1xupv_e5t6y_362 > .awsui_form-header-content_1xupv_e5t6y_384 {
390
+ padding-block-start: calc(var(--space-l-t419sm, 20px) + var(--space-scaled-xxs-7597g1, 4px));
391
391
  padding-block-end: var(--space-scaled-m-mo5yse, 16px);
392
392
  }
393
- .awsui_form_1xupv_1w73r_357.awsui_refresh_1xupv_1w73r_135 > .awsui_form-component_1xupv_1w73r_392:not(#\9) {
393
+ .awsui_form_1xupv_e5t6y_357.awsui_refresh_1xupv_e5t6y_135 > .awsui_form-component_1xupv_e5t6y_392:not(#\9) {
394
394
  grid-column: 2;
395
395
  grid-row: 2;
396
396
  }
397
- .awsui_form_1xupv_1w73r_357.awsui_refresh_1xupv_1w73r_135.awsui_small-container_1xupv_1w73r_142 > .awsui_form-header_1xupv_1w73r_362:not(#\9) {
397
+ .awsui_form_1xupv_e5t6y_357.awsui_refresh_1xupv_e5t6y_135.awsui_small-container_1xupv_e5t6y_142 > .awsui_form-header_1xupv_e5t6y_362:not(#\9) {
398
398
  grid-column: 1/span 2;
399
399
  }
400
- .awsui_form_1xupv_1w73r_357.awsui_refresh_1xupv_1w73r_135.awsui_small-container_1xupv_1w73r_142 > .awsui_form-header_1xupv_1w73r_362 > .awsui_form-header-content_1xupv_1w73r_384:not(#\9) {
400
+ .awsui_form_1xupv_e5t6y_357.awsui_refresh_1xupv_e5t6y_135.awsui_small-container_1xupv_e5t6y_142 > .awsui_form-header_1xupv_e5t6y_362 > .awsui_form-header-content_1xupv_e5t6y_384:not(#\9) {
401
401
  padding-block-start: 0;
402
402
  }
403
- .awsui_form_1xupv_1w73r_357.awsui_refresh_1xupv_1w73r_135.awsui_small-container_1xupv_1w73r_142 > .awsui_form-component_1xupv_1w73r_392:not(#\9) {
403
+ .awsui_form_1xupv_e5t6y_357.awsui_refresh_1xupv_e5t6y_135.awsui_small-container_1xupv_e5t6y_142 > .awsui_form-component_1xupv_e5t6y_392:not(#\9) {
404
404
  grid-column: 1/span 2;
405
405
  }
406
406
 
407
- .awsui_navigation_1xupv_1w73r_154.awsui_hidden_1xupv_1w73r_406:not(#\9) {
407
+ .awsui_navigation_1xupv_e5t6y_154.awsui_hidden_1xupv_e5t6y_406:not(#\9) {
408
408
  display: none;
409
409
  }
410
410
 
411
- .awsui_collapsed-steps_1xupv_1w73r_410:not(#\9) {
411
+ .awsui_collapsed-steps_1xupv_e5t6y_410:not(#\9) {
412
412
  color: var(--color-text-heading-secondary-37b2tq, #414d5c);
413
413
  font-weight: 700;
414
414
  padding-block-start: var(--space-scaled-xxs-7597g1, 4px);
415
415
  }
416
- .awsui_collapsed-steps-hidden_1xupv_1w73r_415:not(#\9) {
416
+ .awsui_collapsed-steps-hidden_1xupv_e5t6y_415:not(#\9) {
417
417
  display: none;
418
418
  }
419
419
 
420
- .awsui_form-header-component-wrapper_1xupv_1w73r_419:not(#\9) {
420
+ .awsui_form-header-component-wrapper_1xupv_e5t6y_419:not(#\9) {
421
421
  outline: none;
422
422
  }
423
- body[data-awsui-focus-visible=true] .awsui_form-header-component-wrapper_1xupv_1w73r_419:not(#\9):focus {
423
+ body[data-awsui-focus-visible=true] .awsui_form-header-component-wrapper_1xupv_e5t6y_419:not(#\9):focus {
424
424
  outline: thin dotted;
425
425
  outline: var(--border-link-focus-ring-outline-kkfop6, 0);
426
426
  outline-offset: 2px;
@@ -432,30 +432,30 @@ body[data-awsui-focus-visible=true] .awsui_form-header-component-wrapper_1xupv_1
432
432
  box-shadow: 0 0 0 var(--border-link-focus-ring-shadow-spread-v8hkrl, 2px) var(--color-border-item-focused-b2ntyl, #0972d3);
433
433
  }
434
434
 
435
- .awsui_form-header-component_1xupv_1w73r_419:not(#\9),
436
- .awsui_navigation-link_1xupv_1w73r_435:not(#\9),
437
- .awsui_navigation-link-item_1xupv_1w73r_436:not(#\9),
438
- .awsui_navigation-link-label_1xupv_1w73r_437:not(#\9) {
435
+ .awsui_form-header-component_1xupv_e5t6y_419:not(#\9),
436
+ .awsui_navigation-link_1xupv_e5t6y_435:not(#\9),
437
+ .awsui_navigation-link-item_1xupv_e5t6y_436:not(#\9),
438
+ .awsui_navigation-link-label_1xupv_e5t6y_437:not(#\9) {
439
439
  /* used in test-utils */
440
440
  }
441
441
 
442
- .awsui_navigation-link-active_1xupv_1w73r_441:not(#\9) {
442
+ .awsui_navigation-link-active_1xupv_e5t6y_441:not(#\9) {
443
443
  font-weight: 700;
444
444
  color: var(--color-text-body-default-at06ol, #000716);
445
445
  }
446
446
 
447
- .awsui_navigation-link-disabled_1xupv_1w73r_446:not(#\9) {
447
+ .awsui_navigation-link-disabled_1xupv_e5t6y_446:not(#\9) {
448
448
  color: var(--color-text-status-inactive-m7co45, #5f6b7a);
449
449
  }
450
450
 
451
- .awsui_cancel-button_1xupv_1w73r_450:not(#\9),
452
- .awsui_previous-button_1xupv_1w73r_451:not(#\9),
453
- .awsui_primary-button_1xupv_1w73r_452:not(#\9),
454
- .awsui_skip-to-button_1xupv_1w73r_453:not(#\9) {
451
+ .awsui_cancel-button_1xupv_e5t6y_450:not(#\9),
452
+ .awsui_previous-button_1xupv_e5t6y_451:not(#\9),
453
+ .awsui_primary-button_1xupv_e5t6y_452:not(#\9),
454
+ .awsui_skip-to-button_1xupv_e5t6y_453:not(#\9) {
455
455
  /* used in test-utils */
456
456
  }
457
457
 
458
- .awsui_action-buttons_1xupv_1w73r_457:not(#\9) {
458
+ .awsui_action-buttons_1xupv_e5t6y_457:not(#\9) {
459
459
  display: flex;
460
460
  justify-content: flex-end;
461
461
  }
@@ -2,37 +2,37 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "root": "awsui_root_1xupv_1w73r_100",
6
- "wizard": "awsui_wizard_1xupv_1w73r_135",
7
- "refresh": "awsui_refresh_1xupv_1w73r_135",
8
- "small-container": "awsui_small-container_1xupv_1w73r_142",
9
- "remove-high-contrast-header": "awsui_remove-high-contrast-header_1xupv_1w73r_146",
10
- "navigation": "awsui_navigation_1xupv_1w73r_154",
11
- "number": "awsui_number_1xupv_1w73r_236",
12
- "circle": "awsui_circle_1xupv_1w73r_252",
13
- "title": "awsui_title_1xupv_1w73r_263",
14
- "active": "awsui_active_1xupv_1w73r_294",
15
- "disabled": "awsui_disabled_1xupv_1w73r_305",
16
- "enabled": "awsui_enabled_1xupv_1w73r_315",
17
- "form": "awsui_form_1xupv_1w73r_357",
18
- "form-header": "awsui_form-header_1xupv_1w73r_362",
19
- "background": "awsui_background_1xupv_1w73r_372",
20
- "form-header-content": "awsui_form-header-content_1xupv_1w73r_384",
21
- "form-component": "awsui_form-component_1xupv_1w73r_392",
22
- "hidden": "awsui_hidden_1xupv_1w73r_406",
23
- "collapsed-steps": "awsui_collapsed-steps_1xupv_1w73r_410",
24
- "collapsed-steps-hidden": "awsui_collapsed-steps-hidden_1xupv_1w73r_415",
25
- "form-header-component-wrapper": "awsui_form-header-component-wrapper_1xupv_1w73r_419",
26
- "form-header-component": "awsui_form-header-component_1xupv_1w73r_419",
27
- "navigation-link": "awsui_navigation-link_1xupv_1w73r_435",
28
- "navigation-link-item": "awsui_navigation-link-item_1xupv_1w73r_436",
29
- "navigation-link-label": "awsui_navigation-link-label_1xupv_1w73r_437",
30
- "navigation-link-active": "awsui_navigation-link-active_1xupv_1w73r_441",
31
- "navigation-link-disabled": "awsui_navigation-link-disabled_1xupv_1w73r_446",
32
- "cancel-button": "awsui_cancel-button_1xupv_1w73r_450",
33
- "previous-button": "awsui_previous-button_1xupv_1w73r_451",
34
- "primary-button": "awsui_primary-button_1xupv_1w73r_452",
35
- "skip-to-button": "awsui_skip-to-button_1xupv_1w73r_453",
36
- "action-buttons": "awsui_action-buttons_1xupv_1w73r_457"
5
+ "root": "awsui_root_1xupv_e5t6y_100",
6
+ "wizard": "awsui_wizard_1xupv_e5t6y_135",
7
+ "refresh": "awsui_refresh_1xupv_e5t6y_135",
8
+ "small-container": "awsui_small-container_1xupv_e5t6y_142",
9
+ "remove-high-contrast-header": "awsui_remove-high-contrast-header_1xupv_e5t6y_146",
10
+ "navigation": "awsui_navigation_1xupv_e5t6y_154",
11
+ "number": "awsui_number_1xupv_e5t6y_236",
12
+ "circle": "awsui_circle_1xupv_e5t6y_252",
13
+ "title": "awsui_title_1xupv_e5t6y_263",
14
+ "active": "awsui_active_1xupv_e5t6y_294",
15
+ "disabled": "awsui_disabled_1xupv_e5t6y_305",
16
+ "enabled": "awsui_enabled_1xupv_e5t6y_315",
17
+ "form": "awsui_form_1xupv_e5t6y_357",
18
+ "form-header": "awsui_form-header_1xupv_e5t6y_362",
19
+ "background": "awsui_background_1xupv_e5t6y_372",
20
+ "form-header-content": "awsui_form-header-content_1xupv_e5t6y_384",
21
+ "form-component": "awsui_form-component_1xupv_e5t6y_392",
22
+ "hidden": "awsui_hidden_1xupv_e5t6y_406",
23
+ "collapsed-steps": "awsui_collapsed-steps_1xupv_e5t6y_410",
24
+ "collapsed-steps-hidden": "awsui_collapsed-steps-hidden_1xupv_e5t6y_415",
25
+ "form-header-component-wrapper": "awsui_form-header-component-wrapper_1xupv_e5t6y_419",
26
+ "form-header-component": "awsui_form-header-component_1xupv_e5t6y_419",
27
+ "navigation-link": "awsui_navigation-link_1xupv_e5t6y_435",
28
+ "navigation-link-item": "awsui_navigation-link-item_1xupv_e5t6y_436",
29
+ "navigation-link-label": "awsui_navigation-link-label_1xupv_e5t6y_437",
30
+ "navigation-link-active": "awsui_navigation-link-active_1xupv_e5t6y_441",
31
+ "navigation-link-disabled": "awsui_navigation-link-disabled_1xupv_e5t6y_446",
32
+ "cancel-button": "awsui_cancel-button_1xupv_e5t6y_450",
33
+ "previous-button": "awsui_previous-button_1xupv_e5t6y_451",
34
+ "primary-button": "awsui_primary-button_1xupv_e5t6y_452",
35
+ "skip-to-button": "awsui_skip-to-button_1xupv_e5t6y_453",
36
+ "action-buttons": "awsui_action-buttons_1xupv_e5t6y_457"
37
37
  };
38
38