@cloudscape-design/components-themeable 3.0.1348 → 3.0.1350

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 (72) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/button-dropdown/styles.scss +9 -6
  3. package/lib/internal/scss/expandable-section/styles.scss +42 -10
  4. package/lib/internal/scss/header/styles.scss +1 -0
  5. package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +1 -1
  6. package/lib/internal/scss/internal/styles/utils/theming.scss +45 -2
  7. package/lib/internal/scss/spinner/mixins.scss +1 -1
  8. package/lib/internal/scss/tree-view/tree-item/styles.scss +10 -7
  9. package/lib/internal/template/action-card/styles.css.js +17 -17
  10. package/lib/internal/template/action-card/styles.scoped.css +95 -98
  11. package/lib/internal/template/action-card/styles.selectors.js +17 -17
  12. package/lib/internal/template/app-layout/visual-refresh/styles.css.js +86 -86
  13. package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +163 -175
  14. package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +86 -86
  15. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.css.js +32 -32
  16. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +83 -98
  17. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +32 -32
  18. package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/styles.css.js +14 -14
  19. package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/styles.scoped.css +31 -44
  20. package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/styles.selectors.js +14 -14
  21. package/lib/internal/template/attribute-editor/styles.css.js +15 -15
  22. package/lib/internal/template/attribute-editor/styles.scoped.css +25 -28
  23. package/lib/internal/template/attribute-editor/styles.selectors.js +15 -15
  24. package/lib/internal/template/breadcrumb-group/item/styles.css.js +7 -7
  25. package/lib/internal/template/breadcrumb-group/item/styles.scoped.css +25 -29
  26. package/lib/internal/template/breadcrumb-group/item/styles.selectors.js +7 -7
  27. package/lib/internal/template/breadcrumb-group/styles.css.js +14 -14
  28. package/lib/internal/template/breadcrumb-group/styles.scoped.css +24 -27
  29. package/lib/internal/template/breadcrumb-group/styles.selectors.js +14 -14
  30. package/lib/internal/template/button/icon-helper.js +1 -1
  31. package/lib/internal/template/button/icon-helper.js.map +1 -1
  32. package/lib/internal/template/button-dropdown/category-elements/styles.css.js +18 -18
  33. package/lib/internal/template/button-dropdown/category-elements/styles.scoped.css +28 -32
  34. package/lib/internal/template/button-dropdown/category-elements/styles.selectors.js +18 -18
  35. package/lib/internal/template/button-dropdown/styles.css.js +23 -23
  36. package/lib/internal/template/button-dropdown/styles.scoped.css +32 -39
  37. package/lib/internal/template/button-dropdown/styles.selectors.js +23 -23
  38. package/lib/internal/template/expandable-section/styles.css.js +43 -43
  39. package/lib/internal/template/expandable-section/styles.scoped.css +99 -164
  40. package/lib/internal/template/expandable-section/styles.selectors.js +43 -43
  41. package/lib/internal/template/header/styles.css.js +35 -35
  42. package/lib/internal/template/header/styles.scoped.css +54 -54
  43. package/lib/internal/template/header/styles.selectors.js +35 -35
  44. package/lib/internal/template/icon/generated/icons.js +202 -176
  45. package/lib/internal/template/icon/generated/icons.js.map +1 -1
  46. package/lib/internal/template/input/internal.js +1 -1
  47. package/lib/internal/template/input/internal.js.map +1 -1
  48. package/lib/internal/template/internal/base-component/styles.scoped.css +1 -1
  49. package/lib/internal/template/internal/components/button-trigger/styles.css.js +14 -14
  50. package/lib/internal/template/internal/components/button-trigger/styles.scoped.css +29 -35
  51. package/lib/internal/template/internal/components/button-trigger/styles.selectors.js +14 -14
  52. package/lib/internal/template/internal/environment.js +2 -2
  53. package/lib/internal/template/internal/environment.json +2 -2
  54. package/lib/internal/template/link/styles.css.js +21 -21
  55. package/lib/internal/template/link/styles.scoped.css +72 -121
  56. package/lib/internal/template/link/styles.selectors.js +21 -21
  57. package/lib/internal/template/side-navigation/styles.css.js +64 -64
  58. package/lib/internal/template/side-navigation/styles.scoped.css +110 -400
  59. package/lib/internal/template/side-navigation/styles.selectors.js +64 -64
  60. package/lib/internal/template/spinner/styles.css.js +13 -13
  61. package/lib/internal/template/spinner/styles.scoped.css +20 -20
  62. package/lib/internal/template/spinner/styles.selectors.js +13 -13
  63. package/lib/internal/template/status-indicator/styles.css.js +25 -25
  64. package/lib/internal/template/status-indicator/styles.scoped.css +47 -72
  65. package/lib/internal/template/status-indicator/styles.selectors.js +25 -25
  66. package/lib/internal/template/token/styles.css.js +14 -14
  67. package/lib/internal/template/token/styles.scoped.css +26 -30
  68. package/lib/internal/template/token/styles.selectors.js +14 -14
  69. package/lib/internal/template/tree-view/tree-item/styles.css.js +10 -10
  70. package/lib/internal/template/tree-view/tree-item/styles.scoped.css +14 -24
  71. package/lib/internal/template/tree-view/tree-item/styles.selectors.js +10 -10
  72. package/package.json +1 -1
@@ -150,7 +150,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
150
150
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
151
151
  SPDX-License-Identifier: Apache-2.0
152
152
  */
153
- .awsui_root_gwq0h_1qnzk_153:not(#\9) {
153
+ .awsui_root_gwq0h_1jtt8_153:not(#\9) {
154
154
  border-collapse: separate;
155
155
  border-spacing: 0;
156
156
  box-sizing: border-box;
@@ -185,56 +185,44 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
185
185
  display: block;
186
186
  }
187
187
 
188
- .awsui_expand-button_gwq0h_1qnzk_188:not(#\9) {
188
+ .awsui_expand-button_gwq0h_1jtt8_188:not(#\9) {
189
189
  outline: none;
190
190
  }
191
191
 
192
- .awsui_icon_gwq0h_1qnzk_192:not(#\9) {
192
+ .awsui_icon_gwq0h_1jtt8_192:not(#\9) {
193
193
  transform: rotate(-90deg);
194
194
  transition: transform var(--motion-duration-rotate-90-de2qw0, 135ms) var(--motion-easing-rotate-90-mfea51, cubic-bezier(0.165, 0.84, 0.44, 1));
195
195
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
196
196
  }
197
197
  @media (prefers-reduced-motion: reduce) {
198
- .awsui_icon_gwq0h_1qnzk_192:not(#\9) {
198
+ .awsui_icon_gwq0h_1jtt8_192:not(#\9) {
199
199
  animation: none;
200
200
  transition: none;
201
201
  }
202
202
  }
203
- .awsui-motion-disabled .awsui_icon_gwq0h_1qnzk_192:not(#\9), .awsui-mode-entering .awsui_icon_gwq0h_1qnzk_192:not(#\9) {
203
+ .awsui-motion-disabled .awsui_icon_gwq0h_1jtt8_192:not(#\9), .awsui-mode-entering .awsui_icon_gwq0h_1jtt8_192:not(#\9) {
204
204
  animation: none;
205
205
  transition: none;
206
206
  }
207
- .awsui_icon_gwq0h_1qnzk_192.awsui_expanded_gwq0h_1qnzk_207:not(#\9) {
207
+ .awsui_icon_gwq0h_1jtt8_192.awsui_expanded_gwq0h_1jtt8_207:not(#\9) {
208
208
  transform: rotate(0deg);
209
209
  }
210
- .awsui_icon_gwq0h_1qnzk_192:not(#\9):dir(rtl) {
210
+ .awsui_icon_gwq0h_1jtt8_192:not(#\9):dir(rtl) {
211
211
  transform: rotate(90deg);
212
212
  }
213
- .awsui_icon_gwq0h_1qnzk_192:not(#\9):dir(rtl).awsui_expanded_gwq0h_1qnzk_207 {
213
+ .awsui_icon_gwq0h_1jtt8_192:not(#\9):dir(rtl).awsui_expanded_gwq0h_1jtt8_207 {
214
214
  transform: rotate(0deg);
215
215
  }
216
216
 
217
- .awsui_icon-container_gwq0h_1qnzk_217:not(#\9) {
217
+ .awsui_icon-container_gwq0h_1jtt8_217:not(#\9) {
218
218
  position: relative;
219
219
  margin-inline: calc((var(--line-height-body-m-5xw6xo, 22px) - var(--size-icon-normal-311gry, 16px)) / -2) calc(var(--space-xxs-3o1yoq, 4px) + var(--border-divider-list-width-2qbfmz, 1px));
220
220
  }
221
- .awsui_icon-container-container_gwq0h_1qnzk_221:not(#\9) {
221
+ .awsui_icon-container-container_gwq0h_1jtt8_221:not(#\9) {
222
222
  margin-inline-end: var(--space-xs-m9b7jf, 8px);
223
223
  }
224
- .awsui-one-theme .awsui_icon-container-container_gwq0h_1qnzk_221:not(#\9) {
225
- margin-inline-end: calc(var(--space-xs-m9b7jf, 8px) + var(--space-xxs-3o1yoq, 4px));
226
- inset-block-start: var(--space-xxs-3o1yoq, 4px);
227
- }
228
- .awsui-one-theme .awsui_icon-container_gwq0h_1qnzk_217:not(#\9) {
229
- display: inline-flex;
230
- align-items: flex-start;
231
- margin-inline: 0 calc(var(--space-xs-m9b7jf, 8px) - var(--space-xxxs-3ulqs3, 2px));
232
- }
233
- .awsui-one-theme .awsui_icon-container_gwq0h_1qnzk_217 > .awsui_icon_gwq0h_1qnzk_192:not(#\9) {
234
- inset-block-start: var(--space-xxxs-3ulqs3, 2px);
235
- }
236
224
 
237
- .awsui_wrapper_gwq0h_1qnzk_237:not(#\9) {
225
+ .awsui_wrapper_gwq0h_1jtt8_225:not(#\9) {
238
226
  box-sizing: border-box;
239
227
  border-block: none;
240
228
  border-inline: none;
@@ -242,116 +230,116 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
242
230
  line-height: var(--line-height-body-m-5xw6xo, 22px);
243
231
  text-align: start;
244
232
  }
245
- .awsui_wrapper-default_gwq0h_1qnzk_245:not(#\9), .awsui_wrapper-inline_gwq0h_1qnzk_245:not(#\9), .awsui_wrapper-footer_gwq0h_1qnzk_245:not(#\9) {
233
+ .awsui_wrapper-default_gwq0h_1jtt8_233:not(#\9), .awsui_wrapper-inline_gwq0h_1jtt8_233:not(#\9), .awsui_wrapper-footer_gwq0h_1jtt8_233:not(#\9) {
246
234
  border-block: var(--border-divider-section-width-dlkb8v, 1px) solid transparent;
247
235
  border-inline: var(--border-divider-section-width-dlkb8v, 1px) solid transparent;
248
236
  }
249
- .awsui_wrapper-navigation_gwq0h_1qnzk_249:not(#\9) {
237
+ .awsui_wrapper-navigation_gwq0h_1jtt8_237:not(#\9) {
250
238
  border-inline-start: var(--border-divider-section-width-dlkb8v, 1px) solid transparent;
251
239
  }
252
- .awsui_wrapper-navigation_gwq0h_1qnzk_249:not(#\9), .awsui_wrapper-container_gwq0h_1qnzk_252:not(#\9) {
240
+ .awsui_wrapper-navigation_gwq0h_1jtt8_237:not(#\9), .awsui_wrapper-container_gwq0h_1jtt8_240:not(#\9) {
253
241
  display: flex;
254
242
  font-weight: var(--font-weight-heading-s-mu75ca, 700);
255
243
  }
256
- .awsui_wrapper-default_gwq0h_1qnzk_245:not(#\9), .awsui_wrapper-inline_gwq0h_1qnzk_245:not(#\9), .awsui_wrapper-navigation_gwq0h_1qnzk_249:not(#\9), .awsui_wrapper-footer_gwq0h_1qnzk_245:not(#\9), .awsui_wrapper-compact_gwq0h_1qnzk_256:not(#\9) {
244
+ .awsui_wrapper-default_gwq0h_1jtt8_233:not(#\9), .awsui_wrapper-inline_gwq0h_1jtt8_233:not(#\9), .awsui_wrapper-navigation_gwq0h_1jtt8_237:not(#\9), .awsui_wrapper-footer_gwq0h_1jtt8_233:not(#\9), .awsui_wrapper-compact_gwq0h_1jtt8_244:not(#\9) {
257
245
  color: var(--color-text-expandable-section-default-ae8rte, #545b64);
258
246
  -webkit-font-smoothing: var(--font-smoothing-webkit-dpz0hr, auto);
259
247
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-kjlydy, auto);
260
248
  }
261
- .awsui_wrapper-default_gwq0h_1qnzk_245:not(#\9), .awsui_wrapper-inline_gwq0h_1qnzk_245:not(#\9), .awsui_wrapper-navigation_gwq0h_1qnzk_249:not(#\9), .awsui_wrapper-footer_gwq0h_1qnzk_245:not(#\9) {
249
+ .awsui_wrapper-default_gwq0h_1jtt8_233:not(#\9), .awsui_wrapper-inline_gwq0h_1jtt8_233:not(#\9), .awsui_wrapper-navigation_gwq0h_1jtt8_237:not(#\9), .awsui_wrapper-footer_gwq0h_1jtt8_233:not(#\9) {
262
250
  font-size: var(--font-size-expandable-heading-04ofyn, 14px);
263
251
  letter-spacing: var(--letter-spacing-heading-s-kfu48f, normal);
264
252
  }
265
- .awsui_wrapper-default_gwq0h_1qnzk_245:not(#\9) {
253
+ .awsui_wrapper-default_gwq0h_1jtt8_233:not(#\9) {
266
254
  padding-block: var(--space-scaled-xxs-j00t0m, 4px);
267
255
  padding-inline-end: var(--space-xxs-3o1yoq, 4px);
268
256
  }
269
- .awsui_wrapper-default_gwq0h_1qnzk_245.awsui_header-deprecated_gwq0h_1qnzk_269:not(#\9) {
257
+ .awsui_wrapper-default_gwq0h_1jtt8_233.awsui_header-deprecated_gwq0h_1jtt8_257:not(#\9) {
270
258
  padding-inline-start: var(--space-xxs-3o1yoq, 4px);
271
259
  }
272
- .awsui_wrapper-default_gwq0h_1qnzk_245:not(#\9), .awsui_wrapper-inline_gwq0h_1qnzk_245:not(#\9) {
260
+ .awsui_wrapper-default_gwq0h_1jtt8_233:not(#\9), .awsui_wrapper-inline_gwq0h_1jtt8_233:not(#\9) {
273
261
  transition: border-block-end-color var(--motion-duration-show-quick-24aj9c, 135ms) var(--motion-easing-expandable-content-enter-ufdnuw, ease-out);
274
262
  }
275
- .awsui_wrapper-default_gwq0h_1qnzk_245:not(#\9):not(.awsui_header-deprecated_gwq0h_1qnzk_269), .awsui_wrapper-inline_gwq0h_1qnzk_245:not(#\9):not(.awsui_header-deprecated_gwq0h_1qnzk_269) {
263
+ .awsui_wrapper-default_gwq0h_1jtt8_233:not(#\9):not(.awsui_header-deprecated_gwq0h_1jtt8_257), .awsui_wrapper-inline_gwq0h_1jtt8_233:not(#\9):not(.awsui_header-deprecated_gwq0h_1jtt8_257) {
276
264
  padding-inline-start: calc(var(--size-icon-normal-311gry, 16px) + (var(--line-height-body-m-5xw6xo, 22px) - var(--size-icon-normal-311gry, 16px)) / -2 + var(--space-xxs-3o1yoq, 4px) + var(--border-divider-list-width-2qbfmz, 1px));
277
265
  }
278
266
  @media (prefers-reduced-motion: reduce) {
279
- .awsui_wrapper-default_gwq0h_1qnzk_245:not(#\9), .awsui_wrapper-inline_gwq0h_1qnzk_245:not(#\9) {
267
+ .awsui_wrapper-default_gwq0h_1jtt8_233:not(#\9), .awsui_wrapper-inline_gwq0h_1jtt8_233:not(#\9) {
280
268
  animation: none;
281
269
  transition: none;
282
270
  }
283
271
  }
284
- .awsui-motion-disabled .awsui_wrapper-default_gwq0h_1qnzk_245:not(#\9), .awsui-mode-entering .awsui_wrapper-default_gwq0h_1qnzk_245:not(#\9), .awsui-motion-disabled .awsui_wrapper-inline_gwq0h_1qnzk_245:not(#\9), .awsui-mode-entering .awsui_wrapper-inline_gwq0h_1qnzk_245:not(#\9) {
272
+ .awsui-motion-disabled .awsui_wrapper-default_gwq0h_1jtt8_233:not(#\9), .awsui-mode-entering .awsui_wrapper-default_gwq0h_1jtt8_233:not(#\9), .awsui-motion-disabled .awsui_wrapper-inline_gwq0h_1jtt8_233:not(#\9), .awsui-mode-entering .awsui_wrapper-inline_gwq0h_1jtt8_233:not(#\9) {
285
273
  animation: none;
286
274
  transition: none;
287
275
  }
288
- .awsui_wrapper-default_gwq0h_1qnzk_245.awsui_wrapper-expanded_gwq0h_1qnzk_288:not(#\9), .awsui_wrapper-inline_gwq0h_1qnzk_245.awsui_wrapper-expanded_gwq0h_1qnzk_288:not(#\9) {
276
+ .awsui_wrapper-default_gwq0h_1jtt8_233.awsui_wrapper-expanded_gwq0h_1jtt8_276:not(#\9), .awsui_wrapper-inline_gwq0h_1jtt8_233.awsui_wrapper-expanded_gwq0h_1jtt8_276:not(#\9) {
289
277
  padding-block-end: var(--space-scaled-xxs-j00t0m, 4px);
290
278
  border-block-end-color: var(--color-border-expandable-section-default-0tyw84, #eaeded);
291
279
  transition: border-block-end-color var(--motion-duration-expandable-content-enter-ztgfuo, 180ms) var(--motion-easing-expandable-content-enter-ufdnuw, ease-out) calc(var(--motion-duration-expandable-content-enter-ztgfuo, 180ms) / 3);
292
280
  }
293
281
  @media (prefers-reduced-motion: reduce) {
294
- .awsui_wrapper-default_gwq0h_1qnzk_245.awsui_wrapper-expanded_gwq0h_1qnzk_288:not(#\9), .awsui_wrapper-inline_gwq0h_1qnzk_245.awsui_wrapper-expanded_gwq0h_1qnzk_288:not(#\9) {
282
+ .awsui_wrapper-default_gwq0h_1jtt8_233.awsui_wrapper-expanded_gwq0h_1jtt8_276:not(#\9), .awsui_wrapper-inline_gwq0h_1jtt8_233.awsui_wrapper-expanded_gwq0h_1jtt8_276:not(#\9) {
295
283
  animation: none;
296
284
  transition: none;
297
285
  }
298
286
  }
299
- .awsui-motion-disabled .awsui_wrapper-default_gwq0h_1qnzk_245.awsui_wrapper-expanded_gwq0h_1qnzk_288:not(#\9), .awsui-mode-entering .awsui_wrapper-default_gwq0h_1qnzk_245.awsui_wrapper-expanded_gwq0h_1qnzk_288:not(#\9), .awsui-motion-disabled .awsui_wrapper-inline_gwq0h_1qnzk_245.awsui_wrapper-expanded_gwq0h_1qnzk_288:not(#\9), .awsui-mode-entering .awsui_wrapper-inline_gwq0h_1qnzk_245.awsui_wrapper-expanded_gwq0h_1qnzk_288:not(#\9) {
287
+ .awsui-motion-disabled .awsui_wrapper-default_gwq0h_1jtt8_233.awsui_wrapper-expanded_gwq0h_1jtt8_276:not(#\9), .awsui-mode-entering .awsui_wrapper-default_gwq0h_1jtt8_233.awsui_wrapper-expanded_gwq0h_1jtt8_276:not(#\9), .awsui-motion-disabled .awsui_wrapper-inline_gwq0h_1jtt8_233.awsui_wrapper-expanded_gwq0h_1jtt8_276:not(#\9), .awsui-mode-entering .awsui_wrapper-inline_gwq0h_1jtt8_233.awsui_wrapper-expanded_gwq0h_1jtt8_276:not(#\9) {
300
288
  animation: none;
301
289
  transition: none;
302
290
  }
303
- .awsui_wrapper-footer_gwq0h_1qnzk_245:not(#\9) {
291
+ .awsui_wrapper-footer_gwq0h_1jtt8_233:not(#\9) {
304
292
  padding-block: var(--space-scaled-xxs-j00t0m, 4px);
305
293
  }
306
- .awsui_wrapper-footer_gwq0h_1qnzk_245:not(#\9), .awsui_wrapper-compact_gwq0h_1qnzk_256:not(#\9) {
294
+ .awsui_wrapper-footer_gwq0h_1jtt8_233:not(#\9), .awsui_wrapper-compact_gwq0h_1jtt8_244:not(#\9) {
307
295
  padding-inline-end: 0;
308
296
  }
309
- .awsui_wrapper-footer_gwq0h_1qnzk_245.awsui_header-deprecated_gwq0h_1qnzk_269:not(#\9), .awsui_wrapper-compact_gwq0h_1qnzk_256.awsui_header-deprecated_gwq0h_1qnzk_269:not(#\9) {
297
+ .awsui_wrapper-footer_gwq0h_1jtt8_233.awsui_header-deprecated_gwq0h_1jtt8_257:not(#\9), .awsui_wrapper-compact_gwq0h_1jtt8_244.awsui_header-deprecated_gwq0h_1jtt8_257:not(#\9) {
310
298
  padding-inline-start: 0;
311
299
  }
312
- .awsui_wrapper-footer_gwq0h_1qnzk_245:not(#\9):not(.awsui_header-deprecated_gwq0h_1qnzk_269), .awsui_wrapper-compact_gwq0h_1qnzk_256:not(#\9):not(.awsui_header-deprecated_gwq0h_1qnzk_269) {
300
+ .awsui_wrapper-footer_gwq0h_1jtt8_233:not(#\9):not(.awsui_header-deprecated_gwq0h_1jtt8_257), .awsui_wrapper-compact_gwq0h_1jtt8_244:not(#\9):not(.awsui_header-deprecated_gwq0h_1jtt8_257) {
313
301
  padding-inline-start: calc(var(--size-icon-normal-311gry, 16px) + (var(--line-height-body-m-5xw6xo, 22px) - var(--size-icon-normal-311gry, 16px)) / -2 + var(--space-xxs-3o1yoq, 4px) + var(--border-divider-list-width-2qbfmz, 1px));
314
302
  }
315
- .awsui_wrapper-container_gwq0h_1qnzk_252:not(#\9) {
303
+ .awsui_wrapper-container_gwq0h_1jtt8_240:not(#\9) {
316
304
  padding-block: var(--space-container-header-top-3txhx4, 12px) var(--space-container-header-bottom-9elagw, 12px);
317
305
  padding-inline-end: var(--space-container-horizontal-quy5ai, 20px);
318
306
  transition: padding-block-end var(--motion-duration-show-quick-24aj9c, 135ms) var(--motion-easing-expandable-content-enter-ufdnuw, ease-out);
319
307
  }
320
308
  @media (prefers-reduced-motion: reduce) {
321
- .awsui_wrapper-container_gwq0h_1qnzk_252:not(#\9) {
309
+ .awsui_wrapper-container_gwq0h_1jtt8_240:not(#\9) {
322
310
  animation: none;
323
311
  transition: none;
324
312
  }
325
313
  }
326
- .awsui-motion-disabled .awsui_wrapper-container_gwq0h_1qnzk_252:not(#\9), .awsui-mode-entering .awsui_wrapper-container_gwq0h_1qnzk_252:not(#\9) {
314
+ .awsui-motion-disabled .awsui_wrapper-container_gwq0h_1jtt8_240:not(#\9), .awsui-mode-entering .awsui_wrapper-container_gwq0h_1jtt8_240:not(#\9) {
327
315
  animation: none;
328
316
  transition: none;
329
317
  }
330
- .awsui_wrapper-container_gwq0h_1qnzk_252:not(#\9):not(.awsui_wrapper-expanded_gwq0h_1qnzk_288) {
318
+ .awsui_wrapper-container_gwq0h_1jtt8_240:not(#\9):not(.awsui_wrapper-expanded_gwq0h_1jtt8_276) {
331
319
  padding-block-end: var(--space-container-header-top-3txhx4, 12px);
332
320
  }
333
- .awsui_wrapper-container_gwq0h_1qnzk_252.awsui_wrapper-not-expanded-without-actions_gwq0h_1qnzk_333:not(#\9) {
321
+ .awsui_wrapper-container_gwq0h_1jtt8_240.awsui_wrapper-not-expanded-without-actions_gwq0h_1jtt8_321:not(#\9) {
334
322
  padding-block-end: calc(var(--space-container-header-top-3txhx4, 12px) + var(--space-scaled-xxs-j00t0m, 4px));
335
323
  }
336
- .awsui_wrapper-container_gwq0h_1qnzk_252.awsui_header-deprecated_gwq0h_1qnzk_269:not(#\9) {
324
+ .awsui_wrapper-container_gwq0h_1jtt8_240.awsui_header-deprecated_gwq0h_1jtt8_257:not(#\9) {
337
325
  padding-inline-start: var(--space-container-horizontal-quy5ai, 20px);
338
326
  }
339
- .awsui_wrapper-container_gwq0h_1qnzk_252:not(#\9):not(.awsui_header-deprecated_gwq0h_1qnzk_269) {
327
+ .awsui_wrapper-container_gwq0h_1jtt8_240:not(#\9):not(.awsui_header-deprecated_gwq0h_1jtt8_257) {
340
328
  padding-inline-start: calc(var(--space-container-horizontal-quy5ai, 20px) + calc(var(--size-icon-medium-0cbske, 16px) + (var(--line-height-body-m-5xw6xo, 22px) - var(--size-icon-normal-311gry, 16px)) / -2 + var(--space-xs-m9b7jf, 8px)));
341
329
  }
342
- body[data-awsui-focus-visible=true] .awsui_wrapper-container_gwq0h_1qnzk_252:not(#\9):focus {
330
+ body[data-awsui-focus-visible=true] .awsui_wrapper-container_gwq0h_1jtt8_240:not(#\9):focus {
343
331
  padding-block: calc(var(--space-scaled-s-2crg2b, 12px) - var(--border-divider-section-width-dlkb8v, 1px));
344
332
  padding-inline: calc(var(--space-l-dpyxli, 20px) - var(--border-divider-section-width-dlkb8v, 1px));
345
333
  }
346
334
 
347
- .awsui_header_gwq0h_1qnzk_269:not(#\9) {
335
+ .awsui_header_gwq0h_1jtt8_257:not(#\9) {
348
336
  /* used in test-utils */
349
337
  }
350
- .awsui_header-wrapper_gwq0h_1qnzk_350:not(#\9), .awsui_header-deprecated_gwq0h_1qnzk_269:not(#\9) {
338
+ .awsui_header-wrapper_gwq0h_1jtt8_338:not(#\9), .awsui_header-deprecated_gwq0h_1jtt8_257:not(#\9) {
351
339
  display: flex;
352
340
  font-weight: var(--font-weight-heading-s-mu75ca, 700);
353
341
  }
354
- .awsui_header-wrapper_gwq0h_1qnzk_350:not(#\9) {
342
+ .awsui_header-wrapper_gwq0h_1jtt8_338:not(#\9) {
355
343
  font-size: inherit;
356
344
  letter-spacing: inherit;
357
345
  margin-block: 0;
@@ -359,7 +347,7 @@ body[data-awsui-focus-visible=true] .awsui_wrapper-container_gwq0h_1qnzk_252:not
359
347
  padding-block: 0;
360
348
  padding-inline: 0;
361
349
  }
362
- .awsui_header-actions-wrapper_gwq0h_1qnzk_362:not(#\9) {
350
+ .awsui_header-actions-wrapper_gwq0h_1jtt8_350:not(#\9) {
363
351
  display: flex;
364
352
  flex-direction: row;
365
353
  justify-content: space-between;
@@ -367,14 +355,14 @@ body[data-awsui-focus-visible=true] .awsui_wrapper-container_gwq0h_1qnzk_252:not
367
355
  flex: 1;
368
356
  min-inline-size: 0;
369
357
  }
370
- body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_1qnzk_370:not(#\9):focus, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_1qnzk_370:not(#\9):focus {
358
+ body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_1jtt8_358:not(#\9):focus, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_1jtt8_358:not(#\9):focus {
371
359
  position: relative;
372
360
  }
373
- body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_1qnzk_370:not(#\9):focus, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_1qnzk_370:not(#\9):focus {
361
+ body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_1jtt8_358:not(#\9):focus, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_1jtt8_358:not(#\9):focus {
374
362
  outline: 2px dotted transparent;
375
363
  outline-offset: calc(0px - 1px);
376
364
  }
377
- body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_1qnzk_370:not(#\9):focus::before, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_1qnzk_370:not(#\9):focus::before {
365
+ body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_1jtt8_358:not(#\9):focus::before, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_1jtt8_358:not(#\9):focus::before {
378
366
  content: " ";
379
367
  display: block;
380
368
  position: absolute;
@@ -388,21 +376,21 @@ body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_1qnzk_370:not(#\9
388
376
  border-end-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
389
377
  box-shadow: 0 0 0 2px var(--color-border-item-focused-sewkzn, #0073bb);
390
378
  }
391
- .awsui_header-button_gwq0h_1qnzk_370:not(#\9) {
379
+ .awsui_header-button_gwq0h_1jtt8_358:not(#\9) {
392
380
  box-sizing: border-box;
393
381
  display: flex;
394
382
  margin-inline-start: calc(-1 * calc(var(--size-icon-normal-311gry, 16px) + (var(--line-height-body-m-5xw6xo, 22px) - var(--size-icon-normal-311gry, 16px)) / -2 + var(--space-xxs-3o1yoq, 4px) + var(--border-divider-list-width-2qbfmz, 1px)));
395
383
  }
396
- .awsui_header-container-button_gwq0h_1qnzk_370:not(#\9) {
384
+ .awsui_header-container-button_gwq0h_1jtt8_358:not(#\9) {
397
385
  margin-inline-start: calc(-1 * calc(var(--size-icon-medium-0cbske, 16px) + (var(--line-height-body-m-5xw6xo, 22px) - var(--size-icon-normal-311gry, 16px)) / -2 + var(--space-xs-m9b7jf, 8px)));
398
386
  }
399
- .awsui_header-container_gwq0h_1qnzk_370:not(#\9) {
387
+ .awsui_header-container_gwq0h_1jtt8_358:not(#\9) {
400
388
  inline-size: 100%;
401
389
  }
402
- .awsui_header-container_gwq0h_1qnzk_370 > .awsui_icon-container_gwq0h_1qnzk_217:not(#\9) {
390
+ .awsui_header-container_gwq0h_1jtt8_358 > .awsui_icon-container_gwq0h_1jtt8_217:not(#\9) {
403
391
  margin-block-start: var(--space-expandable-section-icon-offset-top-ggjci7, 8px);
404
392
  }
405
- .awsui_header-navigation_gwq0h_1qnzk_405 > .awsui_icon-container_gwq0h_1qnzk_217:not(#\9) {
393
+ .awsui_header-navigation_gwq0h_1jtt8_393 > .awsui_icon-container_gwq0h_1jtt8_217:not(#\9) {
406
394
  display: inline-flex;
407
395
  cursor: pointer;
408
396
  color: var(--color-text-expandable-section-navigation-icon-default-hmowzn, #879596);
@@ -415,17 +403,25 @@ body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_1qnzk_370:not(#\9
415
403
  text-decoration: none;
416
404
  flex-direction: column;
417
405
  }
418
- .awsui_header-navigation_gwq0h_1qnzk_405 > .awsui_icon-container_gwq0h_1qnzk_217:not(#\9):hover {
406
+ .awsui_header-navigation_gwq0h_1jtt8_393 > .awsui_icon-container_gwq0h_1jtt8_217:not(#\9):not(.awsui_icon-container-end_gwq0h_1jtt8_406) {
407
+ padding-inline-start: calc(24px - var(--size-icon-normal-311gry, 16px));
408
+ margin-inline-start: calc((var(--line-height-body-m-5xw6xo, 22px) - var(--size-icon-normal-311gry, 16px)) / -2 - calc(24px - var(--size-icon-normal-311gry, 16px)));
409
+ }
410
+ .awsui_header-navigation_gwq0h_1jtt8_393 > .awsui_icon-container_gwq0h_1jtt8_217.awsui_icon-container-end_gwq0h_1jtt8_406:not(#\9) {
411
+ padding-inline-end: calc(24px - var(--size-icon-normal-311gry, 16px));
412
+ margin-inline-end: calc(-1 * calc(24px - var(--size-icon-normal-311gry, 16px)));
413
+ }
414
+ .awsui_header-navigation_gwq0h_1jtt8_393 > .awsui_icon-container_gwq0h_1jtt8_217:not(#\9):hover {
419
415
  color: var(--color-text-expandable-section-hover-spaa5r, #16191f);
420
416
  }
421
- body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_1qnzk_405 > .awsui_icon-container_gwq0h_1qnzk_217:not(#\9):focus {
417
+ body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_1jtt8_393 > .awsui_icon-container_gwq0h_1jtt8_217:not(#\9):focus {
422
418
  position: relative;
423
419
  }
424
- body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_1qnzk_405 > .awsui_icon-container_gwq0h_1qnzk_217:not(#\9):focus {
420
+ body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_1jtt8_393 > .awsui_icon-container_gwq0h_1jtt8_217:not(#\9):focus {
425
421
  outline: 2px dotted transparent;
426
422
  outline-offset: calc(2px - 1px);
427
423
  }
428
- body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_1qnzk_405 > .awsui_icon-container_gwq0h_1qnzk_217:not(#\9):focus::before {
424
+ body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_1jtt8_393 > .awsui_icon-container_gwq0h_1jtt8_217:not(#\9):focus::before {
429
425
  content: " ";
430
426
  display: block;
431
427
  position: absolute;
@@ -439,116 +435,64 @@ body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_1qnzk_405 > .
439
435
  border-end-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
440
436
  box-shadow: 0 0 0 2px var(--color-border-item-focused-sewkzn, #0073bb);
441
437
  }
442
- .awsui_header-text_gwq0h_1qnzk_442:not(#\9) {
438
+ .awsui_header-text_gwq0h_1jtt8_438:not(#\9) {
443
439
  /* used in test-utils */
444
440
  }
445
441
 
446
- :not(#\9):not(.awsui_wrapper-compact_gwq0h_1qnzk_256) > .awsui_header-actions-wrapper_gwq0h_1qnzk_362 {
442
+ :not(#\9):not(.awsui_wrapper-compact_gwq0h_1jtt8_244) > .awsui_header-actions-wrapper_gwq0h_1jtt8_350 {
447
443
  flex-wrap: wrap;
448
444
  column-gap: var(--space-xs-m9b7jf, 8px);
449
445
  row-gap: var(--space-scaled-xxxs-n0ri6o, 2px);
450
446
  }
451
447
 
452
- .awsui_content_gwq0h_1qnzk_452:not(#\9) {
448
+ .awsui_content_gwq0h_1jtt8_448:not(#\9) {
453
449
  display: none;
454
450
  }
455
- .awsui_content-expanded_gwq0h_1qnzk_455:not(#\9) {
451
+ .awsui_content-expanded_gwq0h_1jtt8_451:not(#\9) {
456
452
  display: block;
457
453
  }
458
- .awsui_content-compact_gwq0h_1qnzk_458:not(#\9) {
454
+ .awsui_content-compact_gwq0h_1jtt8_454:not(#\9) {
459
455
  padding-inline-start: calc(var(--size-icon-normal-311gry, 16px) + (var(--line-height-body-m-5xw6xo, 22px) - var(--size-icon-normal-311gry, 16px)) / -2 + var(--space-xxs-3o1yoq, 4px) + var(--border-divider-list-width-2qbfmz, 1px));
460
456
  }
461
- .awsui-one-theme .awsui_content_gwq0h_1qnzk_452:not(#\9) {
462
- display: grid;
463
- grid-template-rows: 0fr;
464
- transition: grid-template-rows var(--motion-duration-show-quick-24aj9c, 135ms) var(--motion-easing-expandable-content-enter-ufdnuw, ease-out);
465
- }
466
- @media (prefers-reduced-motion: reduce) {
467
- .awsui-one-theme .awsui_content_gwq0h_1qnzk_452:not(#\9) {
468
- animation: none;
469
- transition: none;
470
- }
471
- }
472
- .awsui-motion-disabled .awsui-one-theme .awsui_content_gwq0h_1qnzk_452:not(#\9), .awsui-mode-entering .awsui-one-theme .awsui_content_gwq0h_1qnzk_452:not(#\9) {
473
- animation: none;
474
- transition: none;
475
- }
476
- .awsui-one-theme .awsui_content-expanded_gwq0h_1qnzk_455:not(#\9) {
477
- grid-template-rows: 1fr;
478
- transition: grid-template-rows var(--motion-duration-expandable-content-enter-ztgfuo, 180ms) var(--motion-easing-expandable-content-enter-ufdnuw, ease-out);
479
- }
480
- @media (prefers-reduced-motion: reduce) {
481
- .awsui-one-theme .awsui_content-expanded_gwq0h_1qnzk_455:not(#\9) {
482
- animation: none;
483
- transition: none;
484
- }
485
- }
486
- .awsui-motion-disabled .awsui-one-theme .awsui_content-expanded_gwq0h_1qnzk_455:not(#\9), .awsui-mode-entering .awsui-one-theme .awsui_content-expanded_gwq0h_1qnzk_455:not(#\9) {
487
- animation: none;
488
- transition: none;
489
- }
490
457
 
491
- .awsui-one-theme .awsui_content-inner_gwq0h_1qnzk_491:not(#\9) {
492
- overflow-x: visible;
493
- overflow-y: clip;
494
- min-block-size: 0;
495
- opacity: 0;
496
- transition: opacity var(--motion-duration-show-quick-24aj9c, 135ms) var(--motion-easing-expandable-content-enter-ufdnuw, ease-out);
497
- }
498
- @media (prefers-reduced-motion: reduce) {
499
- .awsui-one-theme .awsui_content-inner_gwq0h_1qnzk_491:not(#\9) {
500
- animation: none;
501
- transition: none;
502
- }
503
- }
504
- .awsui-motion-disabled .awsui-one-theme .awsui_content-inner_gwq0h_1qnzk_491:not(#\9), .awsui-mode-entering .awsui-one-theme .awsui_content-inner_gwq0h_1qnzk_491:not(#\9) {
505
- animation: none;
506
- transition: none;
507
- }
508
- .awsui-one-theme .awsui_content-inner-expanded_gwq0h_1qnzk_508:not(#\9) {
509
- opacity: 1;
510
- transition: opacity var(--motion-duration-expandable-content-enter-ztgfuo, 180ms) var(--motion-easing-expandable-content-enter-ufdnuw, ease-out) calc(var(--motion-duration-expandable-content-enter-ztgfuo, 180ms) / 3);
511
- }
512
- @media (prefers-reduced-motion: reduce) {
513
- .awsui-one-theme .awsui_content-inner-expanded_gwq0h_1qnzk_508:not(#\9) {
514
- animation: none;
515
- transition: none;
516
- }
458
+ .awsui_content-inner_gwq0h_1jtt8_458:not(#\9) {
459
+ /* this comment keeps the class in the style sheet */
517
460
  }
518
- .awsui-motion-disabled .awsui-one-theme .awsui_content-inner-expanded_gwq0h_1qnzk_508:not(#\9), .awsui-mode-entering .awsui-one-theme .awsui_content-inner-expanded_gwq0h_1qnzk_508:not(#\9) {
519
- animation: none;
520
- transition: none;
461
+
462
+ .awsui_content-inner-expanded_gwq0h_1jtt8_462:not(#\9) {
463
+ /* this comment keeps the class in the style sheet */
521
464
  }
522
- .awsui-one-theme .awsui_content-inner-settled_gwq0h_1qnzk_522:not(#\9) {
523
- overflow-y: visible;
465
+
466
+ .awsui_content-inner-settled_gwq0h_1jtt8_466:not(#\9) {
467
+ /* this comment keeps the class in the style sheet */
524
468
  }
525
469
 
526
- .awsui_content-inner-body-default_gwq0h_1qnzk_526:not(#\9), .awsui_content-inner-body-inline_gwq0h_1qnzk_526:not(#\9) {
470
+ .awsui_content-inner-body-default_gwq0h_1jtt8_470:not(#\9), .awsui_content-inner-body-inline_gwq0h_1jtt8_470:not(#\9) {
527
471
  padding-block: var(--space-scaled-xs-pajbd1, 8px);
528
472
  }
529
- .awsui_content-inner-body-footer_gwq0h_1qnzk_529:not(#\9) {
473
+ .awsui_content-inner-body-footer_gwq0h_1jtt8_473:not(#\9) {
530
474
  padding-block: var(--space-xs-m9b7jf, 8px);
531
475
  }
532
- .awsui_content-inner-body-container_gwq0h_1qnzk_532:not(#\9) {
476
+ .awsui_content-inner-body-container_gwq0h_1jtt8_476:not(#\9) {
533
477
  padding-block: var(--space-container-content-top-ryubqz, 16px) var(--space-scaled-l-33ruz6, 20px);
534
478
  padding-inline: var(--space-container-horizontal-quy5ai, 20px);
535
479
  }
536
480
 
537
- .awsui_disable-header-paddings_gwq0h_1qnzk_537:not(#\9) {
481
+ .awsui_disable-header-paddings_gwq0h_1jtt8_481:not(#\9) {
538
482
  padding-block: 0;
539
483
  padding-inline: 0;
540
484
  }
541
485
 
542
- .awsui_disable-content-paddings_gwq0h_1qnzk_542:not(#\9) {
486
+ .awsui_disable-content-paddings_gwq0h_1jtt8_486:not(#\9) {
543
487
  padding-block: 0;
544
488
  padding-inline: 0;
545
489
  }
546
490
 
547
- .awsui_focusable_gwq0h_1qnzk_547:not(#\9):focus {
491
+ .awsui_focusable_gwq0h_1jtt8_491:not(#\9):focus {
548
492
  outline: none;
549
493
  text-decoration: none;
550
494
  }
551
- body[data-awsui-focus-visible=true] .awsui_focusable_gwq0h_1qnzk_547:not(#\9):focus {
495
+ body[data-awsui-focus-visible=true] .awsui_focusable_gwq0h_1jtt8_491:not(#\9):focus {
552
496
  outline: 2px dotted transparent;
553
497
  border-block: var(--border-width-button-lffd4t, 1px) solid var(--color-border-item-focused-sewkzn, #0073bb);
554
498
  border-inline: var(--border-width-button-lffd4t, 1px) solid var(--color-border-item-focused-sewkzn, #0073bb);
@@ -559,45 +503,45 @@ body[data-awsui-focus-visible=true] .awsui_focusable_gwq0h_1qnzk_547:not(#\9):fo
559
503
  box-shadow: 0 0 0 var(--border-control-focus-ring-shadow-spread-iijyo6, 1px) var(--color-border-item-focused-sewkzn, #0073bb);
560
504
  }
561
505
 
562
- .awsui_click-target_gwq0h_1qnzk_562:not(#\9) {
506
+ .awsui_click-target_gwq0h_1jtt8_506:not(#\9) {
563
507
  cursor: pointer;
564
508
  }
565
- .awsui_click-target_gwq0h_1qnzk_562:not(#\9):not(.awsui_wrapper-container_gwq0h_1qnzk_252):not(.awsui_header-container-button_gwq0h_1qnzk_370):hover {
509
+ .awsui_click-target_gwq0h_1jtt8_506:not(#\9):not(.awsui_wrapper-container_gwq0h_1jtt8_240):not(.awsui_header-container-button_gwq0h_1jtt8_358):hover {
566
510
  color: var(--color-text-expandable-section-hover-spaa5r, #16191f);
567
511
  }
568
512
 
569
- .awsui_header-icon-end_gwq0h_1qnzk_569.awsui_wrapper-default_gwq0h_1qnzk_245:not(#\9), .awsui_header-icon-end_gwq0h_1qnzk_569.awsui_wrapper-inline_gwq0h_1qnzk_245:not(#\9), .awsui_header-icon-end_gwq0h_1qnzk_569.awsui_wrapper-footer_gwq0h_1qnzk_245:not(#\9), .awsui_header-icon-end_gwq0h_1qnzk_569.awsui_wrapper-compact_gwq0h_1qnzk_256:not(#\9) {
513
+ .awsui_header-icon-end_gwq0h_1jtt8_513.awsui_wrapper-default_gwq0h_1jtt8_233:not(#\9), .awsui_header-icon-end_gwq0h_1jtt8_513.awsui_wrapper-inline_gwq0h_1jtt8_233:not(#\9), .awsui_header-icon-end_gwq0h_1jtt8_513.awsui_wrapper-footer_gwq0h_1jtt8_233:not(#\9), .awsui_header-icon-end_gwq0h_1jtt8_513.awsui_wrapper-compact_gwq0h_1jtt8_244:not(#\9) {
570
514
  padding-inline-start: 0;
571
515
  }
572
- .awsui_header-icon-end_gwq0h_1qnzk_569.awsui_wrapper-navigation_gwq0h_1qnzk_249:not(#\9) {
516
+ .awsui_header-icon-end_gwq0h_1jtt8_513.awsui_wrapper-navigation_gwq0h_1jtt8_237:not(#\9) {
573
517
  justify-content: space-between;
574
518
  align-items: flex-start;
575
519
  column-gap: var(--space-xs-m9b7jf, 8px);
576
520
  }
577
- .awsui_header-icon-end_gwq0h_1qnzk_569.awsui_wrapper-container_gwq0h_1qnzk_252:not(#\9), .awsui_header-icon-end_gwq0h_1qnzk_569.awsui_wrapper-default_gwq0h_1qnzk_245:not(#\9) {
521
+ .awsui_header-icon-end_gwq0h_1jtt8_513.awsui_wrapper-container_gwq0h_1jtt8_240:not(#\9), .awsui_header-icon-end_gwq0h_1jtt8_513.awsui_wrapper-default_gwq0h_1jtt8_233:not(#\9) {
578
522
  display: flex;
579
523
  align-items: flex-start;
580
524
  column-gap: var(--space-m-n8iq8o, 16px);
581
525
  }
582
- .awsui_header-icon-end_gwq0h_1qnzk_569.awsui_wrapper-container_gwq0h_1qnzk_252:not(#\9):not(.awsui_header-deprecated_gwq0h_1qnzk_269) {
526
+ .awsui_header-icon-end_gwq0h_1jtt8_513.awsui_wrapper-container_gwq0h_1jtt8_240:not(#\9):not(.awsui_header-deprecated_gwq0h_1jtt8_257) {
583
527
  padding-inline-start: var(--space-container-horizontal-quy5ai, 20px);
584
528
  }
585
529
 
586
- .awsui_header-button-icon-end_gwq0h_1qnzk_586:not(#\9) {
530
+ .awsui_header-button-icon-end_gwq0h_1jtt8_530:not(#\9) {
587
531
  margin-inline-start: 0;
588
532
  column-gap: var(--space-xs-m9b7jf, 8px);
589
533
  justify-content: space-between;
590
534
  }
591
- .awsui_header-button-icon-end_gwq0h_1qnzk_586:not(#\9):not(.awsui_header-container-button_gwq0h_1qnzk_370) {
535
+ .awsui_header-button-icon-end_gwq0h_1jtt8_530:not(#\9):not(.awsui_header-container-button_gwq0h_1jtt8_358) {
592
536
  display: flex;
593
537
  inline-size: 100%;
594
538
  }
595
- .awsui_header-button-icon-end_gwq0h_1qnzk_586:not(#\9):not(.awsui_header-container-button_gwq0h_1qnzk_370) > .awsui_header-text_gwq0h_1qnzk_442 {
539
+ .awsui_header-button-icon-end_gwq0h_1jtt8_530:not(#\9):not(.awsui_header-container-button_gwq0h_1jtt8_358) > .awsui_header-text_gwq0h_1jtt8_438 {
596
540
  flex: 1;
597
541
  min-inline-size: 0;
598
542
  }
599
543
 
600
- .awsui_icon-container-end_gwq0h_1qnzk_600:not(#\9) {
544
+ .awsui_icon-container-end_gwq0h_1jtt8_406:not(#\9) {
601
545
  margin-inline-start: auto;
602
546
  margin-inline-end: 0;
603
547
  flex-shrink: 0;
@@ -612,14 +556,14 @@ body[data-awsui-focus-visible=true] .awsui_focusable_gwq0h_1qnzk_547:not(#\9):fo
612
556
  font: inherit;
613
557
  color: inherit;
614
558
  }
615
- body[data-awsui-focus-visible=true] .awsui_icon-container-end_gwq0h_1qnzk_600:not(#\9):focus {
559
+ body[data-awsui-focus-visible=true] .awsui_icon-container-end_gwq0h_1jtt8_406:not(#\9):focus {
616
560
  position: relative;
617
561
  }
618
- body[data-awsui-focus-visible=true] .awsui_icon-container-end_gwq0h_1qnzk_600:not(#\9):focus {
562
+ body[data-awsui-focus-visible=true] .awsui_icon-container-end_gwq0h_1jtt8_406:not(#\9):focus {
619
563
  outline: 2px dotted transparent;
620
564
  outline-offset: calc(2px - 1px);
621
565
  }
622
- body[data-awsui-focus-visible=true] .awsui_icon-container-end_gwq0h_1qnzk_600:not(#\9):focus::before {
566
+ body[data-awsui-focus-visible=true] .awsui_icon-container-end_gwq0h_1jtt8_406:not(#\9):focus::before {
623
567
  content: " ";
624
568
  display: block;
625
569
  position: absolute;
@@ -633,30 +577,21 @@ body[data-awsui-focus-visible=true] .awsui_icon-container-end_gwq0h_1qnzk_600:no
633
577
  border-end-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
634
578
  box-shadow: 0 0 0 2px var(--color-border-item-focused-sewkzn, #0073bb);
635
579
  }
636
- .awsui_header-icon-end_gwq0h_1qnzk_569.awsui_wrapper-navigation_gwq0h_1qnzk_249 > .awsui_icon-container-end_gwq0h_1qnzk_600:not(#\9) {
580
+ .awsui_header-icon-end_gwq0h_1jtt8_513.awsui_wrapper-navigation_gwq0h_1jtt8_237 > .awsui_icon-container-end_gwq0h_1jtt8_406:not(#\9) {
637
581
  padding-block-start: calc((var(--size-side-navigation-item-height-4tugsp, 28px) - var(--line-height-body-m-5xw6xo, 22px)) / 2);
638
582
  }
639
- .awsui-one-theme .awsui_icon-container-end_gwq0h_1qnzk_600:not(#\9) {
640
- margin-inline-end: 0;
641
- }
642
- .awsui-one-theme .awsui_icon-container-end_gwq0h_1qnzk_600:not(#\9):not(.awsui_icon-container-container_gwq0h_1qnzk_221) {
643
- inset-block-start: var(--space-xxxs-3ulqs3, 2px);
644
- }
645
- .awsui-one-theme .awsui_icon-container-end_gwq0h_1qnzk_600 > .awsui_icon_gwq0h_1qnzk_192:not(#\9) {
646
- inset-block-start: 0;
647
- }
648
583
 
649
- .awsui_header-content_gwq0h_1qnzk_649:not(#\9) {
584
+ .awsui_header-content_gwq0h_1jtt8_584:not(#\9) {
650
585
  min-block-size: 0;
651
586
  }
652
587
 
653
- .awsui_header-icon-end_gwq0h_1qnzk_569 > .awsui_header-content_gwq0h_1qnzk_649:not(#\9),
654
- .awsui_header-icon-end_gwq0h_1qnzk_569 > .awsui_header-navigation-content_gwq0h_1qnzk_654:not(#\9) {
588
+ .awsui_header-icon-end_gwq0h_1jtt8_513 > .awsui_header-content_gwq0h_1jtt8_584:not(#\9),
589
+ .awsui_header-icon-end_gwq0h_1jtt8_513 > .awsui_header-navigation-content_gwq0h_1jtt8_589:not(#\9) {
655
590
  flex: 1;
656
591
  min-inline-size: 0;
657
592
  }
658
593
 
659
- .awsui_disable-header-paddings_gwq0h_1qnzk_537.awsui_wrapper-navigation_gwq0h_1qnzk_249:not(#\9):not(.awsui_header-icon-end_gwq0h_1qnzk_569) > .awsui_icon-container_gwq0h_1qnzk_217 {
594
+ .awsui_disable-header-paddings_gwq0h_1jtt8_481.awsui_wrapper-navigation_gwq0h_1jtt8_237:not(#\9):not(.awsui_header-icon-end_gwq0h_1jtt8_513) > .awsui_icon-container_gwq0h_1jtt8_217 {
660
595
  display: grid;
661
596
  align-items: flex-start;
662
597
  padding-block: calc((var(--size-side-navigation-item-height-4tugsp, 28px) - var(--line-height-body-m-5xw6xo, 22px)) / 2);