@cloudscape-design/components-themeable 3.0.1341 → 3.0.1342

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 (157) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/expandable-section/styles.scss +142 -0
  3. package/lib/internal/scss/input/styles.scss +2 -5
  4. package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +1 -1
  5. package/lib/internal/scss/multiselect/styles.scss +14 -0
  6. package/lib/internal/scss/pagination/styles.scss +9 -2
  7. package/lib/internal/scss/pagination/test-classes/styles.scss +8 -0
  8. package/lib/internal/scss/select/styles.scss +14 -1
  9. package/lib/internal/scss/side-navigation/styles.scss +62 -24
  10. package/lib/internal/scss/textarea/styles.scss +21 -2
  11. package/lib/internal/template/expandable-section/expandable-section-header.d.ts +2 -1
  12. package/lib/internal/template/expandable-section/expandable-section-header.d.ts.map +1 -1
  13. package/lib/internal/template/expandable-section/expandable-section-header.js +57 -13
  14. package/lib/internal/template/expandable-section/expandable-section-header.js.map +1 -1
  15. package/lib/internal/template/expandable-section/interfaces.d.ts +1 -1
  16. package/lib/internal/template/expandable-section/interfaces.js.map +1 -1
  17. package/lib/internal/template/expandable-section/internal.d.ts +14 -1
  18. package/lib/internal/template/expandable-section/internal.d.ts.map +1 -1
  19. package/lib/internal/template/expandable-section/internal.js +3 -3
  20. package/lib/internal/template/expandable-section/internal.js.map +1 -1
  21. package/lib/internal/template/expandable-section/styles.css.js +42 -35
  22. package/lib/internal/template/expandable-section/styles.scoped.css +177 -69
  23. package/lib/internal/template/expandable-section/styles.selectors.js +42 -35
  24. package/lib/internal/template/i18n/messages/all.all.js +1 -1
  25. package/lib/internal/template/i18n/messages/all.all.json +1 -1
  26. package/lib/internal/template/i18n/messages/all.ar.js +1 -1
  27. package/lib/internal/template/i18n/messages/all.ar.json +1 -1
  28. package/lib/internal/template/i18n/messages/all.de.js +1 -1
  29. package/lib/internal/template/i18n/messages/all.de.json +1 -1
  30. package/lib/internal/template/i18n/messages/all.en-GB.js +1 -1
  31. package/lib/internal/template/i18n/messages/all.en-GB.json +1 -1
  32. package/lib/internal/template/i18n/messages/all.en.js +1 -1
  33. package/lib/internal/template/i18n/messages/all.en.json +1 -1
  34. package/lib/internal/template/i18n/messages/all.es.js +1 -1
  35. package/lib/internal/template/i18n/messages/all.es.json +1 -1
  36. package/lib/internal/template/i18n/messages/all.fr.js +1 -1
  37. package/lib/internal/template/i18n/messages/all.fr.json +1 -1
  38. package/lib/internal/template/i18n/messages/all.id.js +1 -1
  39. package/lib/internal/template/i18n/messages/all.id.json +1 -1
  40. package/lib/internal/template/i18n/messages/all.it.js +1 -1
  41. package/lib/internal/template/i18n/messages/all.it.json +1 -1
  42. package/lib/internal/template/i18n/messages/all.ja.js +1 -1
  43. package/lib/internal/template/i18n/messages/all.ja.json +1 -1
  44. package/lib/internal/template/i18n/messages/all.ko.js +1 -1
  45. package/lib/internal/template/i18n/messages/all.ko.json +1 -1
  46. package/lib/internal/template/i18n/messages/all.pt-BR.js +1 -1
  47. package/lib/internal/template/i18n/messages/all.pt-BR.json +1 -1
  48. package/lib/internal/template/i18n/messages/all.tr.js +1 -1
  49. package/lib/internal/template/i18n/messages/all.tr.json +1 -1
  50. package/lib/internal/template/i18n/messages/all.zh-CN.js +1 -1
  51. package/lib/internal/template/i18n/messages/all.zh-CN.json +1 -1
  52. package/lib/internal/template/i18n/messages/all.zh-TW.js +1 -1
  53. package/lib/internal/template/i18n/messages/all.zh-TW.json +1 -1
  54. package/lib/internal/template/i18n/messages-types.d.ts +5 -0
  55. package/lib/internal/template/i18n/messages-types.d.ts.map +1 -1
  56. package/lib/internal/template/i18n/messages-types.js.map +1 -1
  57. package/lib/internal/template/input/styles.css.js +28 -28
  58. package/lib/internal/template/input/styles.scoped.css +70 -70
  59. package/lib/internal/template/input/styles.selectors.js +28 -28
  60. package/lib/internal/template/internal/base-component/styles.scoped.css +297 -289
  61. package/lib/internal/template/internal/components/cartesian-chart/styles.css.js +28 -28
  62. package/lib/internal/template/internal/components/cartesian-chart/styles.scoped.css +35 -35
  63. package/lib/internal/template/internal/components/cartesian-chart/styles.selectors.js +28 -28
  64. package/lib/internal/template/internal/environment.js +2 -2
  65. package/lib/internal/template/internal/environment.json +2 -2
  66. package/lib/internal/template/internal/generated/styles/tokens.d.ts +1 -0
  67. package/lib/internal/template/internal/generated/styles/tokens.js +1 -0
  68. package/lib/internal/template/internal/generated/theming/index.cjs +31 -0
  69. package/lib/internal/template/internal/generated/theming/index.js +31 -0
  70. package/lib/internal/template/multiselect/index.d.ts.map +1 -1
  71. package/lib/internal/template/multiselect/index.js +4 -0
  72. package/lib/internal/template/multiselect/index.js.map +1 -1
  73. package/lib/internal/template/multiselect/interfaces.d.ts +8 -1
  74. package/lib/internal/template/multiselect/interfaces.d.ts.map +1 -1
  75. package/lib/internal/template/multiselect/interfaces.js.map +1 -1
  76. package/lib/internal/template/multiselect/internal.d.ts.map +1 -1
  77. package/lib/internal/template/multiselect/internal.js +22 -2
  78. package/lib/internal/template/multiselect/internal.js.map +1 -1
  79. package/lib/internal/template/multiselect/styles.css.js +5 -3
  80. package/lib/internal/template/multiselect/styles.scoped.css +13 -3
  81. package/lib/internal/template/multiselect/styles.selectors.js +5 -3
  82. package/lib/internal/template/multiselect/use-multiselect.d.ts +3 -2
  83. package/lib/internal/template/multiselect/use-multiselect.d.ts.map +1 -1
  84. package/lib/internal/template/multiselect/use-multiselect.js +5 -3
  85. package/lib/internal/template/multiselect/use-multiselect.js.map +1 -1
  86. package/lib/internal/template/pagination/index.d.ts.map +1 -1
  87. package/lib/internal/template/pagination/index.js +3 -3
  88. package/lib/internal/template/pagination/index.js.map +1 -1
  89. package/lib/internal/template/pagination/interfaces.d.ts +19 -3
  90. package/lib/internal/template/pagination/interfaces.d.ts.map +1 -1
  91. package/lib/internal/template/pagination/interfaces.js.map +1 -1
  92. package/lib/internal/template/pagination/internal.d.ts.map +1 -1
  93. package/lib/internal/template/pagination/internal.js +18 -6
  94. package/lib/internal/template/pagination/internal.js.map +1 -1
  95. package/lib/internal/template/pagination/styles.css.js +12 -11
  96. package/lib/internal/template/pagination/styles.scoped.css +34 -25
  97. package/lib/internal/template/pagination/styles.selectors.js +12 -11
  98. package/lib/internal/template/pagination/test-classes/styles.css.js +6 -0
  99. package/lib/internal/template/pagination/test-classes/styles.scoped.css +7 -0
  100. package/lib/internal/template/pagination/test-classes/styles.selectors.js +7 -0
  101. package/lib/internal/template/prompt-input/internal.d.ts.map +1 -1
  102. package/lib/internal/template/prompt-input/internal.js +14 -2
  103. package/lib/internal/template/prompt-input/internal.js.map +1 -1
  104. package/lib/internal/template/select/index.d.ts.map +1 -1
  105. package/lib/internal/template/select/index.js +4 -0
  106. package/lib/internal/template/select/index.js.map +1 -1
  107. package/lib/internal/template/select/interfaces.d.ts +39 -0
  108. package/lib/internal/template/select/interfaces.d.ts.map +1 -1
  109. package/lib/internal/template/select/interfaces.js.map +1 -1
  110. package/lib/internal/template/select/internal.d.ts.map +1 -1
  111. package/lib/internal/template/select/internal.js +20 -4
  112. package/lib/internal/template/select/internal.js.map +1 -1
  113. package/lib/internal/template/select/styles.css.js +3 -1
  114. package/lib/internal/template/select/styles.scoped.css +11 -1
  115. package/lib/internal/template/select/styles.selectors.js +3 -1
  116. package/lib/internal/template/select/utils/dropdown-customization.d.ts +20 -0
  117. package/lib/internal/template/select/utils/dropdown-customization.d.ts.map +1 -0
  118. package/lib/internal/template/select/utils/dropdown-customization.js +22 -0
  119. package/lib/internal/template/select/utils/dropdown-customization.js.map +1 -0
  120. package/lib/internal/template/select/utils/use-select.d.ts +4 -1
  121. package/lib/internal/template/select/utils/use-select.d.ts.map +1 -1
  122. package/lib/internal/template/select/utils/use-select.js +21 -4
  123. package/lib/internal/template/select/utils/use-select.js.map +1 -1
  124. package/lib/internal/template/side-navigation/parts.d.ts.map +1 -1
  125. package/lib/internal/template/side-navigation/parts.js +3 -2
  126. package/lib/internal/template/side-navigation/parts.js.map +1 -1
  127. package/lib/internal/template/side-navigation/styles.css.js +50 -48
  128. package/lib/internal/template/side-navigation/styles.scoped.css +106 -93
  129. package/lib/internal/template/side-navigation/styles.selectors.js +50 -48
  130. package/lib/internal/template/test-utils/dom/multiselect/index.d.ts +16 -0
  131. package/lib/internal/template/test-utils/dom/multiselect/index.js +16 -0
  132. package/lib/internal/template/test-utils/dom/multiselect/index.js.map +1 -1
  133. package/lib/internal/template/test-utils/dom/pagination/index.d.ts +5 -1
  134. package/lib/internal/template/test-utils/dom/pagination/index.js +7 -0
  135. package/lib/internal/template/test-utils/dom/pagination/index.js.map +1 -1
  136. package/lib/internal/template/test-utils/dom/select/index.d.ts +16 -0
  137. package/lib/internal/template/test-utils/dom/select/index.js +16 -0
  138. package/lib/internal/template/test-utils/dom/select/index.js.map +1 -1
  139. package/lib/internal/template/test-utils/selectors/multiselect/index.d.ts +16 -0
  140. package/lib/internal/template/test-utils/selectors/multiselect/index.js +20 -0
  141. package/lib/internal/template/test-utils/selectors/multiselect/index.js.map +1 -1
  142. package/lib/internal/template/test-utils/selectors/pagination/index.d.ts +5 -1
  143. package/lib/internal/template/test-utils/selectors/pagination/index.js +7 -0
  144. package/lib/internal/template/test-utils/selectors/pagination/index.js.map +1 -1
  145. package/lib/internal/template/test-utils/selectors/select/index.d.ts +16 -0
  146. package/lib/internal/template/test-utils/selectors/select/index.js +20 -0
  147. package/lib/internal/template/test-utils/selectors/select/index.js.map +1 -1
  148. package/lib/internal/template/textarea/index.d.ts.map +1 -1
  149. package/lib/internal/template/textarea/index.js +11 -3
  150. package/lib/internal/template/textarea/index.js.map +1 -1
  151. package/lib/internal/template/textarea/interfaces.d.ts +12 -0
  152. package/lib/internal/template/textarea/interfaces.d.ts.map +1 -1
  153. package/lib/internal/template/textarea/interfaces.js.map +1 -1
  154. package/lib/internal/template/textarea/styles.css.js +9 -5
  155. package/lib/internal/template/textarea/styles.scoped.css +26 -14
  156. package/lib/internal/template/textarea/styles.selectors.js +9 -5
  157. package/package.json +1 -1
@@ -158,10 +158,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
158
158
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
159
159
  SPDX-License-Identifier: Apache-2.0
160
160
  */
161
- .awsui_content-enter_gwq0h_12v4w_161:not(#\9) {
162
- animation: awsui_awsui-motion-fade-in_gwq0h_12v4w_1 var(--motion-duration-show-paced-agho9h, 180ms) var(--motion-easing-show-paced-vcekro, ease-out);
161
+ .awsui_content-enter_gwq0h_1sevs_161:not(#\9) {
162
+ animation: awsui_awsui-motion-fade-in_gwq0h_1sevs_1 var(--motion-duration-show-paced-agho9h, 180ms) var(--motion-easing-show-paced-vcekro, ease-out);
163
163
  }
164
- @keyframes awsui_awsui-motion-fade-in_gwq0h_12v4w_1 {
164
+ @keyframes awsui_awsui-motion-fade-in_gwq0h_1sevs_1 {
165
165
  from {
166
166
  opacity: 0.2;
167
167
  }
@@ -170,45 +170,45 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
170
170
  }
171
171
  }
172
172
  @media (prefers-reduced-motion: reduce) {
173
- .awsui_content-enter_gwq0h_12v4w_161:not(#\9) {
173
+ .awsui_content-enter_gwq0h_1sevs_161:not(#\9) {
174
174
  animation: none;
175
175
  transition: none;
176
176
  }
177
177
  }
178
- .awsui-motion-disabled .awsui_content-enter_gwq0h_12v4w_161:not(#\9), .awsui-mode-entering .awsui_content-enter_gwq0h_12v4w_161:not(#\9) {
178
+ .awsui-motion-disabled .awsui_content-enter_gwq0h_1sevs_161:not(#\9), .awsui-mode-entering .awsui_content-enter_gwq0h_1sevs_161:not(#\9) {
179
179
  animation: none;
180
180
  transition: none;
181
181
  }
182
182
 
183
- .awsui_trigger-expanded_gwq0h_12v4w_183:not(#\9) {
183
+ .awsui_trigger-expanded_gwq0h_1sevs_183:not(#\9) {
184
184
  transition: border-bottom-color var(--motion-duration-show-paced-agho9h, 180ms) var(--motion-easing-show-paced-vcekro, ease-out);
185
185
  }
186
186
  @media (prefers-reduced-motion: reduce) {
187
- .awsui_trigger-expanded_gwq0h_12v4w_183:not(#\9) {
187
+ .awsui_trigger-expanded_gwq0h_1sevs_183:not(#\9) {
188
188
  animation: none;
189
189
  transition: none;
190
190
  }
191
191
  }
192
- .awsui-motion-disabled .awsui_trigger-expanded_gwq0h_12v4w_183:not(#\9), .awsui-mode-entering .awsui_trigger-expanded_gwq0h_12v4w_183:not(#\9) {
192
+ .awsui-motion-disabled .awsui_trigger-expanded_gwq0h_1sevs_183:not(#\9), .awsui-mode-entering .awsui_trigger-expanded_gwq0h_1sevs_183:not(#\9) {
193
193
  animation: none;
194
194
  transition: none;
195
195
  }
196
196
 
197
- .awsui_icon_gwq0h_12v4w_197:not(#\9) {
197
+ .awsui_icon_gwq0h_1sevs_197:not(#\9) {
198
198
  transition: transform var(--motion-duration-rotate-90-f1ulnu, 135ms) var(--motion-easing-rotate-90-jekue3, cubic-bezier(0.165, 0.84, 0.44, 1));
199
199
  }
200
200
  @media (prefers-reduced-motion: reduce) {
201
- .awsui_icon_gwq0h_12v4w_197:not(#\9) {
201
+ .awsui_icon_gwq0h_1sevs_197:not(#\9) {
202
202
  animation: none;
203
203
  transition: none;
204
204
  }
205
205
  }
206
- .awsui-motion-disabled .awsui_icon_gwq0h_12v4w_197:not(#\9), .awsui-mode-entering .awsui_icon_gwq0h_12v4w_197:not(#\9) {
206
+ .awsui-motion-disabled .awsui_icon_gwq0h_1sevs_197:not(#\9), .awsui-mode-entering .awsui_icon_gwq0h_1sevs_197:not(#\9) {
207
207
  animation: none;
208
208
  transition: none;
209
209
  }
210
210
 
211
- .awsui_root_gwq0h_12v4w_211:not(#\9) {
211
+ .awsui_root_gwq0h_1sevs_211:not(#\9) {
212
212
  border-collapse: separate;
213
213
  border-spacing: 0;
214
214
  box-sizing: border-box;
@@ -243,45 +243,45 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
243
243
  display: block;
244
244
  }
245
245
 
246
- .awsui_expand-button_gwq0h_12v4w_246:not(#\9) {
246
+ .awsui_expand-button_gwq0h_1sevs_246:not(#\9) {
247
247
  outline: none;
248
248
  }
249
249
 
250
- .awsui_icon_gwq0h_12v4w_197:not(#\9) {
250
+ .awsui_icon_gwq0h_1sevs_197:not(#\9) {
251
251
  transform: rotate(-90deg);
252
252
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
253
253
  }
254
- .awsui_icon_gwq0h_12v4w_197.awsui_expanded_gwq0h_12v4w_254:not(#\9) {
254
+ .awsui_icon_gwq0h_1sevs_197.awsui_expanded_gwq0h_1sevs_254:not(#\9) {
255
255
  transform: rotate(0deg);
256
256
  }
257
- .awsui_icon_gwq0h_12v4w_197:not(#\9):dir(rtl) {
257
+ .awsui_icon_gwq0h_1sevs_197:not(#\9):dir(rtl) {
258
258
  transform: rotate(90deg);
259
259
  }
260
- .awsui_icon_gwq0h_12v4w_197:not(#\9):dir(rtl).awsui_expanded_gwq0h_12v4w_254 {
260
+ .awsui_icon_gwq0h_1sevs_197:not(#\9):dir(rtl).awsui_expanded_gwq0h_1sevs_254 {
261
261
  transform: rotate(0deg);
262
262
  }
263
263
 
264
- .awsui_icon-container_gwq0h_12v4w_264:not(#\9) {
264
+ .awsui_icon-container_gwq0h_1sevs_264:not(#\9) {
265
265
  position: relative;
266
266
  margin-inline: calc((var(--line-height-body-m-5xw6xo, 22px) - var(--size-icon-normal-2f5zkr, 16px)) / -2) calc(var(--space-xxs-jnczic, 4px) + var(--border-divider-list-width-2qbfmz, 1px));
267
267
  }
268
- .awsui_icon-container-container_gwq0h_12v4w_268:not(#\9) {
268
+ .awsui_icon-container-container_gwq0h_1sevs_268:not(#\9) {
269
269
  margin-inline-end: var(--space-xs-kw7k3v, 8px);
270
270
  }
271
- .awsui-one-theme .awsui_icon-container-container_gwq0h_12v4w_268:not(#\9) {
271
+ .awsui-one-theme .awsui_icon-container-container_gwq0h_1sevs_268:not(#\9) {
272
272
  margin-inline-end: calc(var(--space-xs-kw7k3v, 8px) + var(--space-xxs-jnczic, 4px));
273
273
  inset-block-start: var(--space-xxs-jnczic, 4px);
274
274
  }
275
- .awsui-one-theme .awsui_icon-container_gwq0h_12v4w_264:not(#\9) {
275
+ .awsui-one-theme .awsui_icon-container_gwq0h_1sevs_264:not(#\9) {
276
276
  display: inline-flex;
277
277
  align-items: flex-start;
278
278
  margin-inline: 0 calc(var(--space-xs-kw7k3v, 8px) - var(--space-xxxs-3w1kr2, 2px));
279
279
  }
280
- .awsui-one-theme .awsui_icon-container_gwq0h_12v4w_264 > .awsui_icon_gwq0h_12v4w_197:not(#\9) {
280
+ .awsui-one-theme .awsui_icon-container_gwq0h_1sevs_264 > .awsui_icon_gwq0h_1sevs_197:not(#\9) {
281
281
  inset-block-start: var(--space-xxxs-3w1kr2, 2px);
282
282
  }
283
283
 
284
- .awsui_wrapper_gwq0h_12v4w_284:not(#\9) {
284
+ .awsui_wrapper_gwq0h_1sevs_284:not(#\9) {
285
285
  box-sizing: border-box;
286
286
  border-block: none;
287
287
  border-inline: none;
@@ -289,81 +289,81 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
289
289
  line-height: var(--line-height-body-m-5xw6xo, 22px);
290
290
  text-align: start;
291
291
  }
292
- .awsui_wrapper-default_gwq0h_12v4w_292:not(#\9), .awsui_wrapper-inline_gwq0h_12v4w_292:not(#\9), .awsui_wrapper-footer_gwq0h_12v4w_292:not(#\9) {
292
+ .awsui_wrapper-default_gwq0h_1sevs_292:not(#\9), .awsui_wrapper-inline_gwq0h_1sevs_292:not(#\9), .awsui_wrapper-footer_gwq0h_1sevs_292:not(#\9) {
293
293
  border-block: var(--border-divider-section-width-dlkb8v, 1px) solid transparent;
294
294
  border-inline: var(--border-divider-section-width-dlkb8v, 1px) solid transparent;
295
295
  }
296
- .awsui_wrapper-navigation_gwq0h_12v4w_296:not(#\9) {
296
+ .awsui_wrapper-navigation_gwq0h_1sevs_296:not(#\9) {
297
297
  border-inline-start: var(--border-divider-section-width-dlkb8v, 1px) solid transparent;
298
298
  }
299
- .awsui_wrapper-navigation_gwq0h_12v4w_296:not(#\9), .awsui_wrapper-container_gwq0h_12v4w_299:not(#\9) {
299
+ .awsui_wrapper-navigation_gwq0h_1sevs_296:not(#\9), .awsui_wrapper-container_gwq0h_1sevs_299:not(#\9) {
300
300
  display: flex;
301
301
  font-weight: var(--font-weight-heading-s-mu75ca, 700);
302
302
  }
303
- .awsui_wrapper-default_gwq0h_12v4w_292:not(#\9), .awsui_wrapper-inline_gwq0h_12v4w_292:not(#\9), .awsui_wrapper-navigation_gwq0h_12v4w_296:not(#\9), .awsui_wrapper-footer_gwq0h_12v4w_292:not(#\9), .awsui_wrapper-compact_gwq0h_12v4w_303:not(#\9) {
303
+ .awsui_wrapper-default_gwq0h_1sevs_292:not(#\9), .awsui_wrapper-inline_gwq0h_1sevs_292:not(#\9), .awsui_wrapper-navigation_gwq0h_1sevs_296:not(#\9), .awsui_wrapper-footer_gwq0h_1sevs_292:not(#\9), .awsui_wrapper-compact_gwq0h_1sevs_303:not(#\9) {
304
304
  color: var(--color-text-expandable-section-default-7zwicj, #545b64);
305
305
  -webkit-font-smoothing: var(--font-smoothing-webkit-dpz0hr, auto);
306
306
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-kjlydy, auto);
307
307
  }
308
- .awsui_wrapper-default_gwq0h_12v4w_292:not(#\9), .awsui_wrapper-inline_gwq0h_12v4w_292:not(#\9), .awsui_wrapper-navigation_gwq0h_12v4w_296:not(#\9), .awsui_wrapper-footer_gwq0h_12v4w_292:not(#\9) {
308
+ .awsui_wrapper-default_gwq0h_1sevs_292:not(#\9), .awsui_wrapper-inline_gwq0h_1sevs_292:not(#\9), .awsui_wrapper-navigation_gwq0h_1sevs_296:not(#\9), .awsui_wrapper-footer_gwq0h_1sevs_292:not(#\9) {
309
309
  font-size: var(--font-size-expandable-heading-04ofyn, 14px);
310
310
  letter-spacing: var(--letter-spacing-heading-s-kfu48f, normal);
311
311
  }
312
- .awsui_wrapper-default_gwq0h_12v4w_292:not(#\9) {
312
+ .awsui_wrapper-default_gwq0h_1sevs_292:not(#\9) {
313
313
  padding-block: var(--space-scaled-xxs-jatbiv, 4px);
314
314
  padding-inline-end: var(--space-xxs-jnczic, 4px);
315
315
  }
316
- .awsui_wrapper-default_gwq0h_12v4w_292.awsui_header-deprecated_gwq0h_12v4w_316:not(#\9) {
316
+ .awsui_wrapper-default_gwq0h_1sevs_292.awsui_header-deprecated_gwq0h_1sevs_316:not(#\9) {
317
317
  padding-inline-start: var(--space-xxs-jnczic, 4px);
318
318
  }
319
- .awsui_wrapper-default_gwq0h_12v4w_292:not(#\9):not(.awsui_header-deprecated_gwq0h_12v4w_316), .awsui_wrapper-inline_gwq0h_12v4w_292:not(#\9):not(.awsui_header-deprecated_gwq0h_12v4w_316) {
319
+ .awsui_wrapper-default_gwq0h_1sevs_292:not(#\9):not(.awsui_header-deprecated_gwq0h_1sevs_316), .awsui_wrapper-inline_gwq0h_1sevs_292:not(#\9):not(.awsui_header-deprecated_gwq0h_1sevs_316) {
320
320
  padding-inline-start: calc(var(--size-icon-normal-2f5zkr, 16px) + (var(--line-height-body-m-5xw6xo, 22px) - var(--size-icon-normal-2f5zkr, 16px)) / -2 + var(--space-xxs-jnczic, 4px) + var(--border-divider-list-width-2qbfmz, 1px));
321
321
  }
322
- .awsui_wrapper-default_gwq0h_12v4w_292.awsui_wrapper-expanded_gwq0h_12v4w_322:not(#\9), .awsui_wrapper-inline_gwq0h_12v4w_292.awsui_wrapper-expanded_gwq0h_12v4w_322:not(#\9) {
322
+ .awsui_wrapper-default_gwq0h_1sevs_292.awsui_wrapper-expanded_gwq0h_1sevs_322:not(#\9), .awsui_wrapper-inline_gwq0h_1sevs_292.awsui_wrapper-expanded_gwq0h_1sevs_322:not(#\9) {
323
323
  padding-block-end: var(--space-scaled-xxs-jatbiv, 4px);
324
324
  border-block-end-color: var(--color-border-expandable-section-default-7ch7o8, #eaeded);
325
325
  }
326
- .awsui_wrapper-footer_gwq0h_12v4w_292:not(#\9) {
326
+ .awsui_wrapper-footer_gwq0h_1sevs_292:not(#\9) {
327
327
  padding-block: var(--space-scaled-xxs-jatbiv, 4px);
328
328
  }
329
- .awsui_wrapper-footer_gwq0h_12v4w_292:not(#\9), .awsui_wrapper-compact_gwq0h_12v4w_303:not(#\9) {
329
+ .awsui_wrapper-footer_gwq0h_1sevs_292:not(#\9), .awsui_wrapper-compact_gwq0h_1sevs_303:not(#\9) {
330
330
  padding-inline-end: 0;
331
331
  }
332
- .awsui_wrapper-footer_gwq0h_12v4w_292.awsui_header-deprecated_gwq0h_12v4w_316:not(#\9), .awsui_wrapper-compact_gwq0h_12v4w_303.awsui_header-deprecated_gwq0h_12v4w_316:not(#\9) {
332
+ .awsui_wrapper-footer_gwq0h_1sevs_292.awsui_header-deprecated_gwq0h_1sevs_316:not(#\9), .awsui_wrapper-compact_gwq0h_1sevs_303.awsui_header-deprecated_gwq0h_1sevs_316:not(#\9) {
333
333
  padding-inline-start: 0;
334
334
  }
335
- .awsui_wrapper-footer_gwq0h_12v4w_292:not(#\9):not(.awsui_header-deprecated_gwq0h_12v4w_316), .awsui_wrapper-compact_gwq0h_12v4w_303:not(#\9):not(.awsui_header-deprecated_gwq0h_12v4w_316) {
335
+ .awsui_wrapper-footer_gwq0h_1sevs_292:not(#\9):not(.awsui_header-deprecated_gwq0h_1sevs_316), .awsui_wrapper-compact_gwq0h_1sevs_303:not(#\9):not(.awsui_header-deprecated_gwq0h_1sevs_316) {
336
336
  padding-inline-start: calc(var(--size-icon-normal-2f5zkr, 16px) + (var(--line-height-body-m-5xw6xo, 22px) - var(--size-icon-normal-2f5zkr, 16px)) / -2 + var(--space-xxs-jnczic, 4px) + var(--border-divider-list-width-2qbfmz, 1px));
337
337
  }
338
- .awsui_wrapper-container_gwq0h_12v4w_299:not(#\9) {
338
+ .awsui_wrapper-container_gwq0h_1sevs_299:not(#\9) {
339
339
  padding-block: var(--space-container-header-top-3cfni8, 12px) var(--space-container-header-bottom-rbnprk, 12px);
340
340
  padding-inline-end: var(--space-container-horizontal-ipmk0e, 20px);
341
341
  }
342
- .awsui_wrapper-container_gwq0h_12v4w_299:not(#\9):not(.awsui_wrapper-expanded_gwq0h_12v4w_322) {
342
+ .awsui_wrapper-container_gwq0h_1sevs_299:not(#\9):not(.awsui_wrapper-expanded_gwq0h_1sevs_322) {
343
343
  padding-block-end: var(--space-container-header-top-3cfni8, 12px);
344
344
  }
345
- .awsui_wrapper-container_gwq0h_12v4w_299.awsui_wrapper-not-expanded-without-actions_gwq0h_12v4w_345:not(#\9) {
345
+ .awsui_wrapper-container_gwq0h_1sevs_299.awsui_wrapper-not-expanded-without-actions_gwq0h_1sevs_345:not(#\9) {
346
346
  padding-block-end: calc(var(--space-container-header-top-3cfni8, 12px) + var(--space-scaled-xxs-jatbiv, 4px));
347
347
  }
348
- .awsui_wrapper-container_gwq0h_12v4w_299.awsui_header-deprecated_gwq0h_12v4w_316:not(#\9) {
348
+ .awsui_wrapper-container_gwq0h_1sevs_299.awsui_header-deprecated_gwq0h_1sevs_316:not(#\9) {
349
349
  padding-inline-start: var(--space-container-horizontal-ipmk0e, 20px);
350
350
  }
351
- .awsui_wrapper-container_gwq0h_12v4w_299:not(#\9):not(.awsui_header-deprecated_gwq0h_12v4w_316) {
351
+ .awsui_wrapper-container_gwq0h_1sevs_299:not(#\9):not(.awsui_header-deprecated_gwq0h_1sevs_316) {
352
352
  padding-inline-start: calc(var(--space-container-horizontal-ipmk0e, 20px) + calc(var(--size-icon-medium-3ovt3t, 16px) + (var(--line-height-body-m-5xw6xo, 22px) - var(--size-icon-normal-2f5zkr, 16px)) / -2 + var(--space-xs-kw7k3v, 8px)));
353
353
  }
354
- body[data-awsui-focus-visible=true] .awsui_wrapper-container_gwq0h_12v4w_299:not(#\9):focus {
354
+ body[data-awsui-focus-visible=true] .awsui_wrapper-container_gwq0h_1sevs_299:not(#\9):focus {
355
355
  padding-block: calc(var(--space-scaled-s-gjhvjd, 12px) - var(--border-divider-section-width-dlkb8v, 1px));
356
356
  padding-inline: calc(var(--space-l-3cws6j, 20px) - var(--border-divider-section-width-dlkb8v, 1px));
357
357
  }
358
358
 
359
- .awsui_header_gwq0h_12v4w_316:not(#\9) {
359
+ .awsui_header_gwq0h_1sevs_316:not(#\9) {
360
360
  /* used in test-utils */
361
361
  }
362
- .awsui_header-wrapper_gwq0h_12v4w_362:not(#\9), .awsui_header-deprecated_gwq0h_12v4w_316:not(#\9) {
362
+ .awsui_header-wrapper_gwq0h_1sevs_362:not(#\9), .awsui_header-deprecated_gwq0h_1sevs_316:not(#\9) {
363
363
  display: flex;
364
364
  font-weight: var(--font-weight-heading-s-mu75ca, 700);
365
365
  }
366
- .awsui_header-wrapper_gwq0h_12v4w_362:not(#\9) {
366
+ .awsui_header-wrapper_gwq0h_1sevs_362:not(#\9) {
367
367
  font-size: inherit;
368
368
  letter-spacing: inherit;
369
369
  margin-block: 0;
@@ -371,20 +371,22 @@ body[data-awsui-focus-visible=true] .awsui_wrapper-container_gwq0h_12v4w_299:not
371
371
  padding-block: 0;
372
372
  padding-inline: 0;
373
373
  }
374
- .awsui_header-actions-wrapper_gwq0h_12v4w_374:not(#\9) {
374
+ .awsui_header-actions-wrapper_gwq0h_1sevs_374:not(#\9) {
375
375
  display: flex;
376
376
  flex-direction: row;
377
377
  justify-content: space-between;
378
378
  align-items: center;
379
+ flex: 1;
380
+ min-inline-size: 0;
379
381
  }
380
- body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_12v4w_380:not(#\9):focus, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_12v4w_380:not(#\9):focus {
382
+ body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_1sevs_382:not(#\9):focus, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_1sevs_382:not(#\9):focus {
381
383
  position: relative;
382
384
  }
383
- body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_12v4w_380:not(#\9):focus, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_12v4w_380:not(#\9):focus {
385
+ body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_1sevs_382:not(#\9):focus, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_1sevs_382:not(#\9):focus {
384
386
  outline: 2px dotted transparent;
385
387
  outline-offset: calc(0px - 1px);
386
388
  }
387
- body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_12v4w_380:not(#\9):focus::before, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_12v4w_380:not(#\9):focus::before {
389
+ body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_1sevs_382:not(#\9):focus::before, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_1sevs_382:not(#\9):focus::before {
388
390
  content: " ";
389
391
  display: block;
390
392
  position: absolute;
@@ -398,21 +400,21 @@ body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_12v4w_380:not(#\9
398
400
  border-end-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
399
401
  box-shadow: 0 0 0 2px var(--color-border-item-focused-r5f6xl, #0073bb);
400
402
  }
401
- .awsui_header-button_gwq0h_12v4w_380:not(#\9) {
403
+ .awsui_header-button_gwq0h_1sevs_382:not(#\9) {
402
404
  box-sizing: border-box;
403
405
  display: flex;
404
406
  margin-inline-start: calc(-1 * calc(var(--size-icon-normal-2f5zkr, 16px) + (var(--line-height-body-m-5xw6xo, 22px) - var(--size-icon-normal-2f5zkr, 16px)) / -2 + var(--space-xxs-jnczic, 4px) + var(--border-divider-list-width-2qbfmz, 1px)));
405
407
  }
406
- .awsui_header-container-button_gwq0h_12v4w_380:not(#\9) {
408
+ .awsui_header-container-button_gwq0h_1sevs_382:not(#\9) {
407
409
  margin-inline-start: calc(-1 * calc(var(--size-icon-medium-3ovt3t, 16px) + (var(--line-height-body-m-5xw6xo, 22px) - var(--size-icon-normal-2f5zkr, 16px)) / -2 + var(--space-xs-kw7k3v, 8px)));
408
410
  }
409
- .awsui_header-container_gwq0h_12v4w_380:not(#\9) {
411
+ .awsui_header-container_gwq0h_1sevs_382:not(#\9) {
410
412
  inline-size: 100%;
411
413
  }
412
- .awsui_header-container_gwq0h_12v4w_380 > .awsui_icon-container_gwq0h_12v4w_264:not(#\9) {
414
+ .awsui_header-container_gwq0h_1sevs_382 > .awsui_icon-container_gwq0h_1sevs_264:not(#\9) {
413
415
  margin-block-start: var(--space-expandable-section-icon-offset-top-zxpo99, 8px);
414
416
  }
415
- .awsui_header-navigation_gwq0h_12v4w_415 > .awsui_icon-container_gwq0h_12v4w_264:not(#\9) {
417
+ .awsui_header-navigation_gwq0h_1sevs_417 > .awsui_icon-container_gwq0h_1sevs_264:not(#\9) {
416
418
  display: inline-flex;
417
419
  cursor: pointer;
418
420
  color: var(--color-text-expandable-section-navigation-icon-default-h9rszh, #879596);
@@ -425,17 +427,17 @@ body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_12v4w_380:not(#\9
425
427
  text-decoration: none;
426
428
  flex-direction: column;
427
429
  }
428
- .awsui_header-navigation_gwq0h_12v4w_415 > .awsui_icon-container_gwq0h_12v4w_264:not(#\9):hover {
430
+ .awsui_header-navigation_gwq0h_1sevs_417 > .awsui_icon-container_gwq0h_1sevs_264:not(#\9):hover {
429
431
  color: var(--color-text-expandable-section-hover-8k6nu3, #16191f);
430
432
  }
431
- body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_12v4w_415 > .awsui_icon-container_gwq0h_12v4w_264:not(#\9):focus {
433
+ body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_1sevs_417 > .awsui_icon-container_gwq0h_1sevs_264:not(#\9):focus {
432
434
  position: relative;
433
435
  }
434
- body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_12v4w_415 > .awsui_icon-container_gwq0h_12v4w_264:not(#\9):focus {
436
+ body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_1sevs_417 > .awsui_icon-container_gwq0h_1sevs_264:not(#\9):focus {
435
437
  outline: 2px dotted transparent;
436
438
  outline-offset: calc(2px - 1px);
437
439
  }
438
- body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_12v4w_415 > .awsui_icon-container_gwq0h_12v4w_264:not(#\9):focus::before {
440
+ body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_1sevs_417 > .awsui_icon-container_gwq0h_1sevs_264:not(#\9):focus::before {
439
441
  content: " ";
440
442
  display: block;
441
443
  position: absolute;
@@ -449,39 +451,49 @@ body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_12v4w_415 > .
449
451
  border-end-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
450
452
  box-shadow: 0 0 0 2px var(--color-border-item-focused-r5f6xl, #0073bb);
451
453
  }
452
- .awsui_header-text_gwq0h_12v4w_452:not(#\9) {
454
+ .awsui_header-text_gwq0h_1sevs_454:not(#\9) {
453
455
  /* used in test-utils */
454
456
  }
455
457
 
456
- :not(#\9):not(.awsui_wrapper-compact_gwq0h_12v4w_303) > .awsui_header-actions-wrapper_gwq0h_12v4w_374 {
458
+ :not(#\9):not(.awsui_wrapper-compact_gwq0h_1sevs_303) > .awsui_header-actions-wrapper_gwq0h_1sevs_374 {
457
459
  flex-wrap: wrap;
458
460
  column-gap: var(--space-xs-kw7k3v, 8px);
459
461
  row-gap: var(--space-scaled-xxxs-prgw5k, 2px);
460
462
  }
461
463
 
462
- .awsui_content_gwq0h_12v4w_161:not(#\9) {
464
+ .awsui_content_gwq0h_1sevs_161:not(#\9) {
463
465
  display: none;
464
466
  }
465
- .awsui_content-default_gwq0h_12v4w_465:not(#\9), .awsui_content-inline_gwq0h_12v4w_465:not(#\9) {
467
+ .awsui_content-default_gwq0h_1sevs_467:not(#\9), .awsui_content-inline_gwq0h_1sevs_467:not(#\9) {
466
468
  padding-block: var(--space-scaled-xs-sppte9, 8px);
467
469
  padding-inline: 0;
468
470
  }
469
- .awsui_content-footer_gwq0h_12v4w_469:not(#\9) {
471
+ .awsui_content-footer_gwq0h_1sevs_471:not(#\9) {
470
472
  padding-block: var(--space-xs-kw7k3v, 8px);
471
473
  padding-inline: 0;
472
474
  }
473
- .awsui_content-expanded_gwq0h_12v4w_473:not(#\9) {
475
+ .awsui_content-expanded_gwq0h_1sevs_475:not(#\9) {
474
476
  display: block;
475
477
  }
476
- .awsui_content-compact_gwq0h_12v4w_476:not(#\9) {
478
+ .awsui_content-compact_gwq0h_1sevs_478:not(#\9) {
477
479
  padding-inline-start: calc(var(--size-icon-normal-2f5zkr, 16px) + (var(--line-height-body-m-5xw6xo, 22px) - var(--size-icon-normal-2f5zkr, 16px)) / -2 + var(--space-xxs-jnczic, 4px) + var(--border-divider-list-width-2qbfmz, 1px));
478
480
  }
479
481
 
480
- .awsui_focusable_gwq0h_12v4w_480:not(#\9):focus {
482
+ .awsui_disable-header-paddings_gwq0h_1sevs_482:not(#\9) {
483
+ padding-block: 0;
484
+ padding-inline: 0;
485
+ }
486
+
487
+ .awsui_disable-content-paddings_gwq0h_1sevs_487:not(#\9) {
488
+ padding-block: 0;
489
+ padding-inline: 0;
490
+ }
491
+
492
+ .awsui_focusable_gwq0h_1sevs_492:not(#\9):focus {
481
493
  outline: none;
482
494
  text-decoration: none;
483
495
  }
484
- body[data-awsui-focus-visible=true] .awsui_focusable_gwq0h_12v4w_480:not(#\9):focus {
496
+ body[data-awsui-focus-visible=true] .awsui_focusable_gwq0h_1sevs_492:not(#\9):focus {
485
497
  outline: 2px dotted transparent;
486
498
  border-block: var(--border-width-button-lffd4t, 1px) solid var(--color-border-item-focused-r5f6xl, #0073bb);
487
499
  border-inline: var(--border-width-button-lffd4t, 1px) solid var(--color-border-item-focused-r5f6xl, #0073bb);
@@ -492,9 +504,105 @@ body[data-awsui-focus-visible=true] .awsui_focusable_gwq0h_12v4w_480:not(#\9):fo
492
504
  box-shadow: 0 0 0 var(--border-control-focus-ring-shadow-spread-iijyo6, 1px) var(--color-border-item-focused-r5f6xl, #0073bb);
493
505
  }
494
506
 
495
- .awsui_click-target_gwq0h_12v4w_495:not(#\9) {
507
+ .awsui_click-target_gwq0h_1sevs_507:not(#\9) {
496
508
  cursor: pointer;
497
509
  }
498
- .awsui_click-target_gwq0h_12v4w_495:not(#\9):not(.awsui_wrapper-container_gwq0h_12v4w_299):not(.awsui_header-container-button_gwq0h_12v4w_380):hover {
510
+ .awsui_click-target_gwq0h_1sevs_507:not(#\9):not(.awsui_wrapper-container_gwq0h_1sevs_299):not(.awsui_header-container-button_gwq0h_1sevs_382):hover {
499
511
  color: var(--color-text-expandable-section-hover-8k6nu3, #16191f);
512
+ }
513
+
514
+ .awsui_header-icon-end_gwq0h_1sevs_514.awsui_wrapper-default_gwq0h_1sevs_292:not(#\9), .awsui_header-icon-end_gwq0h_1sevs_514.awsui_wrapper-inline_gwq0h_1sevs_292:not(#\9), .awsui_header-icon-end_gwq0h_1sevs_514.awsui_wrapper-footer_gwq0h_1sevs_292:not(#\9), .awsui_header-icon-end_gwq0h_1sevs_514.awsui_wrapper-compact_gwq0h_1sevs_303:not(#\9) {
515
+ padding-inline-start: 0;
516
+ }
517
+ .awsui_header-icon-end_gwq0h_1sevs_514.awsui_wrapper-navigation_gwq0h_1sevs_296:not(#\9) {
518
+ justify-content: space-between;
519
+ align-items: flex-start;
520
+ column-gap: var(--space-xs-kw7k3v, 8px);
521
+ }
522
+ .awsui_header-icon-end_gwq0h_1sevs_514.awsui_wrapper-container_gwq0h_1sevs_299:not(#\9), .awsui_header-icon-end_gwq0h_1sevs_514.awsui_wrapper-default_gwq0h_1sevs_292:not(#\9) {
523
+ display: flex;
524
+ align-items: flex-start;
525
+ column-gap: var(--space-m-n2lypl, 16px);
526
+ }
527
+ .awsui_header-icon-end_gwq0h_1sevs_514.awsui_wrapper-container_gwq0h_1sevs_299:not(#\9):not(.awsui_header-deprecated_gwq0h_1sevs_316) {
528
+ padding-inline-start: var(--space-container-horizontal-ipmk0e, 20px);
529
+ }
530
+
531
+ .awsui_header-button-icon-end_gwq0h_1sevs_531:not(#\9) {
532
+ margin-inline-start: 0;
533
+ column-gap: var(--space-xs-kw7k3v, 8px);
534
+ justify-content: space-between;
535
+ }
536
+ .awsui_header-button-icon-end_gwq0h_1sevs_531:not(#\9):not(.awsui_header-container-button_gwq0h_1sevs_382) {
537
+ display: flex;
538
+ inline-size: 100%;
539
+ }
540
+ .awsui_header-button-icon-end_gwq0h_1sevs_531:not(#\9):not(.awsui_header-container-button_gwq0h_1sevs_382) > .awsui_header-text_gwq0h_1sevs_454 {
541
+ flex: 1;
542
+ min-inline-size: 0;
543
+ }
544
+
545
+ .awsui_icon-container-end_gwq0h_1sevs_545:not(#\9) {
546
+ margin-inline-start: auto;
547
+ margin-inline-end: 0;
548
+ flex-shrink: 0;
549
+ align-self: stretch;
550
+ align-items: flex-start;
551
+ border-block: none;
552
+ border-inline: none;
553
+ background: none;
554
+ padding-block: 0;
555
+ padding-inline: 0;
556
+ cursor: pointer;
557
+ font: inherit;
558
+ color: inherit;
559
+ }
560
+ body[data-awsui-focus-visible=true] .awsui_icon-container-end_gwq0h_1sevs_545:not(#\9):focus {
561
+ position: relative;
562
+ }
563
+ body[data-awsui-focus-visible=true] .awsui_icon-container-end_gwq0h_1sevs_545:not(#\9):focus {
564
+ outline: 2px dotted transparent;
565
+ outline-offset: calc(2px - 1px);
566
+ }
567
+ body[data-awsui-focus-visible=true] .awsui_icon-container-end_gwq0h_1sevs_545:not(#\9):focus::before {
568
+ content: " ";
569
+ display: block;
570
+ position: absolute;
571
+ inset-inline-start: calc(-1 * 2px);
572
+ inset-block-start: calc(-1 * 2px);
573
+ inline-size: calc(100% + 2px + 2px);
574
+ block-size: calc(100% + 2px + 2px);
575
+ border-start-start-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
576
+ border-start-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
577
+ border-end-start-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
578
+ border-end-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
579
+ box-shadow: 0 0 0 2px var(--color-border-item-focused-r5f6xl, #0073bb);
580
+ }
581
+ .awsui_header-icon-end_gwq0h_1sevs_514.awsui_wrapper-navigation_gwq0h_1sevs_296 > .awsui_icon-container-end_gwq0h_1sevs_545:not(#\9) {
582
+ padding-block-start: calc((var(--size-side-navigation-item-height-nnzau5, 28px) - var(--line-height-body-m-5xw6xo, 22px)) / 2);
583
+ }
584
+ .awsui-one-theme .awsui_icon-container-end_gwq0h_1sevs_545:not(#\9) {
585
+ margin-inline-end: 0;
586
+ }
587
+ .awsui-one-theme .awsui_icon-container-end_gwq0h_1sevs_545:not(#\9):not(.awsui_icon-container-container_gwq0h_1sevs_268) {
588
+ inset-block-start: var(--space-xxxs-3w1kr2, 2px);
589
+ }
590
+ .awsui-one-theme .awsui_icon-container-end_gwq0h_1sevs_545 > .awsui_icon_gwq0h_1sevs_197:not(#\9) {
591
+ inset-block-start: 0;
592
+ }
593
+
594
+ .awsui_header-icon-end_gwq0h_1sevs_514 > .awsui_header-content_gwq0h_1sevs_594:not(#\9) {
595
+ flex: 1;
596
+ min-inline-size: 0;
597
+ }
598
+
599
+ .awsui_header-icon-end_gwq0h_1sevs_514 > .awsui_header-navigation-content_gwq0h_1sevs_599:not(#\9) {
600
+ flex: 1;
601
+ min-inline-size: 0;
602
+ }
603
+
604
+ .awsui_disable-header-paddings_gwq0h_1sevs_482.awsui_wrapper-navigation_gwq0h_1sevs_296:not(#\9):not(.awsui_header-icon-end_gwq0h_1sevs_514) > .awsui_icon-container_gwq0h_1sevs_264 {
605
+ display: grid;
606
+ align-items: flex-start;
607
+ padding-block: calc((var(--size-side-navigation-item-height-nnzau5, 28px) - var(--line-height-body-m-5xw6xo, 22px)) / 2);
500
608
  }
@@ -2,40 +2,47 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "content-enter": "awsui_content-enter_gwq0h_12v4w_161",
6
- "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_gwq0h_12v4w_1",
7
- "trigger-expanded": "awsui_trigger-expanded_gwq0h_12v4w_183",
8
- "icon": "awsui_icon_gwq0h_12v4w_197",
9
- "root": "awsui_root_gwq0h_12v4w_211",
10
- "expand-button": "awsui_expand-button_gwq0h_12v4w_246",
11
- "expanded": "awsui_expanded_gwq0h_12v4w_254",
12
- "icon-container": "awsui_icon-container_gwq0h_12v4w_264",
13
- "icon-container-container": "awsui_icon-container-container_gwq0h_12v4w_268",
14
- "wrapper": "awsui_wrapper_gwq0h_12v4w_284",
15
- "wrapper-default": "awsui_wrapper-default_gwq0h_12v4w_292",
16
- "wrapper-inline": "awsui_wrapper-inline_gwq0h_12v4w_292",
17
- "wrapper-footer": "awsui_wrapper-footer_gwq0h_12v4w_292",
18
- "wrapper-navigation": "awsui_wrapper-navigation_gwq0h_12v4w_296",
19
- "wrapper-container": "awsui_wrapper-container_gwq0h_12v4w_299",
20
- "wrapper-compact": "awsui_wrapper-compact_gwq0h_12v4w_303",
21
- "header-deprecated": "awsui_header-deprecated_gwq0h_12v4w_316",
22
- "wrapper-expanded": "awsui_wrapper-expanded_gwq0h_12v4w_322",
23
- "wrapper-not-expanded-without-actions": "awsui_wrapper-not-expanded-without-actions_gwq0h_12v4w_345",
24
- "header": "awsui_header_gwq0h_12v4w_316",
25
- "header-wrapper": "awsui_header-wrapper_gwq0h_12v4w_362",
26
- "header-actions-wrapper": "awsui_header-actions-wrapper_gwq0h_12v4w_374",
27
- "header-button": "awsui_header-button_gwq0h_12v4w_380",
28
- "header-container-button": "awsui_header-container-button_gwq0h_12v4w_380",
29
- "header-container": "awsui_header-container_gwq0h_12v4w_380",
30
- "header-navigation": "awsui_header-navigation_gwq0h_12v4w_415",
31
- "header-text": "awsui_header-text_gwq0h_12v4w_452",
32
- "content": "awsui_content_gwq0h_12v4w_161",
33
- "content-default": "awsui_content-default_gwq0h_12v4w_465",
34
- "content-inline": "awsui_content-inline_gwq0h_12v4w_465",
35
- "content-footer": "awsui_content-footer_gwq0h_12v4w_469",
36
- "content-expanded": "awsui_content-expanded_gwq0h_12v4w_473",
37
- "content-compact": "awsui_content-compact_gwq0h_12v4w_476",
38
- "focusable": "awsui_focusable_gwq0h_12v4w_480",
39
- "click-target": "awsui_click-target_gwq0h_12v4w_495"
5
+ "content-enter": "awsui_content-enter_gwq0h_1sevs_161",
6
+ "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_gwq0h_1sevs_1",
7
+ "trigger-expanded": "awsui_trigger-expanded_gwq0h_1sevs_183",
8
+ "icon": "awsui_icon_gwq0h_1sevs_197",
9
+ "root": "awsui_root_gwq0h_1sevs_211",
10
+ "expand-button": "awsui_expand-button_gwq0h_1sevs_246",
11
+ "expanded": "awsui_expanded_gwq0h_1sevs_254",
12
+ "icon-container": "awsui_icon-container_gwq0h_1sevs_264",
13
+ "icon-container-container": "awsui_icon-container-container_gwq0h_1sevs_268",
14
+ "wrapper": "awsui_wrapper_gwq0h_1sevs_284",
15
+ "wrapper-default": "awsui_wrapper-default_gwq0h_1sevs_292",
16
+ "wrapper-inline": "awsui_wrapper-inline_gwq0h_1sevs_292",
17
+ "wrapper-footer": "awsui_wrapper-footer_gwq0h_1sevs_292",
18
+ "wrapper-navigation": "awsui_wrapper-navigation_gwq0h_1sevs_296",
19
+ "wrapper-container": "awsui_wrapper-container_gwq0h_1sevs_299",
20
+ "wrapper-compact": "awsui_wrapper-compact_gwq0h_1sevs_303",
21
+ "header-deprecated": "awsui_header-deprecated_gwq0h_1sevs_316",
22
+ "wrapper-expanded": "awsui_wrapper-expanded_gwq0h_1sevs_322",
23
+ "wrapper-not-expanded-without-actions": "awsui_wrapper-not-expanded-without-actions_gwq0h_1sevs_345",
24
+ "header": "awsui_header_gwq0h_1sevs_316",
25
+ "header-wrapper": "awsui_header-wrapper_gwq0h_1sevs_362",
26
+ "header-actions-wrapper": "awsui_header-actions-wrapper_gwq0h_1sevs_374",
27
+ "header-button": "awsui_header-button_gwq0h_1sevs_382",
28
+ "header-container-button": "awsui_header-container-button_gwq0h_1sevs_382",
29
+ "header-container": "awsui_header-container_gwq0h_1sevs_382",
30
+ "header-navigation": "awsui_header-navigation_gwq0h_1sevs_417",
31
+ "header-text": "awsui_header-text_gwq0h_1sevs_454",
32
+ "content": "awsui_content_gwq0h_1sevs_161",
33
+ "content-default": "awsui_content-default_gwq0h_1sevs_467",
34
+ "content-inline": "awsui_content-inline_gwq0h_1sevs_467",
35
+ "content-footer": "awsui_content-footer_gwq0h_1sevs_471",
36
+ "content-expanded": "awsui_content-expanded_gwq0h_1sevs_475",
37
+ "content-compact": "awsui_content-compact_gwq0h_1sevs_478",
38
+ "disable-header-paddings": "awsui_disable-header-paddings_gwq0h_1sevs_482",
39
+ "disable-content-paddings": "awsui_disable-content-paddings_gwq0h_1sevs_487",
40
+ "focusable": "awsui_focusable_gwq0h_1sevs_492",
41
+ "click-target": "awsui_click-target_gwq0h_1sevs_507",
42
+ "header-icon-end": "awsui_header-icon-end_gwq0h_1sevs_514",
43
+ "header-button-icon-end": "awsui_header-button-icon-end_gwq0h_1sevs_531",
44
+ "icon-container-end": "awsui_icon-container-end_gwq0h_1sevs_545",
45
+ "header-content": "awsui_header-content_gwq0h_1sevs_594",
46
+ "header-navigation-content": "awsui_header-navigation-content_gwq0h_1sevs_599"
40
47
  };
41
48