@cloudscape-design/components 3.0.1311 → 3.0.1313

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 (139) hide show
  1. package/action-card/styles.css.js +17 -17
  2. package/action-card/styles.scoped.css +94 -91
  3. package/action-card/styles.selectors.js +17 -17
  4. package/app-layout/visual-refresh/drawers.d.ts.map +1 -1
  5. package/app-layout/visual-refresh/drawers.js +0 -3
  6. package/app-layout/visual-refresh/drawers.js.map +1 -1
  7. package/app-layout/visual-refresh/styles.css.js +86 -87
  8. package/app-layout/visual-refresh/styles.scoped.css +167 -167
  9. package/app-layout/visual-refresh/styles.selectors.js +86 -87
  10. package/app-layout/visual-refresh/tools.d.ts.map +1 -1
  11. package/app-layout/visual-refresh/tools.js +0 -2
  12. package/app-layout/visual-refresh/tools.js.map +1 -1
  13. package/breadcrumb-group/item/styles.css.js +7 -7
  14. package/breadcrumb-group/item/styles.scoped.css +29 -25
  15. package/breadcrumb-group/item/styles.selectors.js +7 -7
  16. package/breadcrumb-group/styles.css.js +14 -14
  17. package/breadcrumb-group/styles.scoped.css +27 -24
  18. package/breadcrumb-group/styles.selectors.js +14 -14
  19. package/button-dropdown/category-elements/expandable-category-element.d.ts.map +1 -1
  20. package/button-dropdown/category-elements/expandable-category-element.js +3 -1
  21. package/button-dropdown/category-elements/expandable-category-element.js.map +1 -1
  22. package/button-dropdown/category-elements/mobile-expandable-category-element.d.ts.map +1 -1
  23. package/button-dropdown/category-elements/mobile-expandable-category-element.js +3 -1
  24. package/button-dropdown/category-elements/mobile-expandable-category-element.js.map +1 -1
  25. package/button-dropdown/category-elements/styles.css.js +18 -18
  26. package/button-dropdown/category-elements/styles.scoped.css +32 -28
  27. package/button-dropdown/category-elements/styles.selectors.js +18 -18
  28. package/button-dropdown/index.d.ts.map +1 -1
  29. package/button-dropdown/index.js +4 -3
  30. package/button-dropdown/index.js.map +1 -1
  31. package/button-dropdown/interfaces.d.ts +22 -0
  32. package/button-dropdown/interfaces.d.ts.map +1 -1
  33. package/button-dropdown/interfaces.js.map +1 -1
  34. package/button-dropdown/internal.d.ts.map +1 -1
  35. package/button-dropdown/internal.js +14 -6
  36. package/button-dropdown/internal.js.map +1 -1
  37. package/button-dropdown/styles.css.js +22 -22
  38. package/button-dropdown/styles.scoped.css +36 -30
  39. package/button-dropdown/styles.selectors.js +22 -22
  40. package/button-group/interfaces.d.ts +12 -1
  41. package/button-group/interfaces.d.ts.map +1 -1
  42. package/button-group/interfaces.js.map +1 -1
  43. package/button-group/menu-dropdown-item.d.ts.map +1 -1
  44. package/button-group/menu-dropdown-item.js +2 -1
  45. package/button-group/menu-dropdown-item.js.map +1 -1
  46. package/expandable-section/expandable-section-header.d.ts.map +1 -1
  47. package/expandable-section/expandable-section-header.js +3 -3
  48. package/expandable-section/expandable-section-header.js.map +1 -1
  49. package/expandable-section/styles.css.js +35 -36
  50. package/expandable-section/styles.scoped.css +70 -70
  51. package/expandable-section/styles.selectors.js +35 -36
  52. package/internal/base-component/styles.scoped.css +38 -1
  53. package/internal/components/button-trigger/index.js +1 -1
  54. package/internal/components/button-trigger/index.js.map +1 -1
  55. package/internal/components/button-trigger/styles.css.js +14 -15
  56. package/internal/components/button-trigger/styles.scoped.css +31 -31
  57. package/internal/components/button-trigger/styles.selectors.js +14 -15
  58. package/internal/components/checkbox-icon/index.d.ts.map +1 -1
  59. package/internal/components/checkbox-icon/index.js +11 -2
  60. package/internal/components/checkbox-icon/index.js.map +1 -1
  61. package/internal/environment.js +2 -2
  62. package/internal/environment.json +2 -2
  63. package/internal/generated/styles/tokens.d.ts +8 -0
  64. package/internal/generated/styles/tokens.js +8 -0
  65. package/internal/generated/theming/index.cjs +236 -0
  66. package/internal/generated/theming/index.cjs.d.ts +72 -0
  67. package/internal/generated/theming/index.d.ts +72 -0
  68. package/internal/generated/theming/index.js +236 -0
  69. package/internal/manifest.json +1 -1
  70. package/internal/utils/throttle.d.ts.map +1 -1
  71. package/internal/utils/throttle.js +3 -1
  72. package/internal/utils/throttle.js.map +1 -1
  73. package/manifest.json +2 -2
  74. package/package.json +1 -1
  75. package/progress-bar/index.d.ts.map +1 -1
  76. package/progress-bar/index.js +1 -0
  77. package/progress-bar/index.js.map +1 -1
  78. package/segmented-control/styles.css.js +16 -16
  79. package/segmented-control/styles.scoped.css +34 -34
  80. package/segmented-control/styles.selectors.js +16 -16
  81. package/status-indicator/internal.d.ts.map +1 -1
  82. package/status-indicator/internal.js +2 -2
  83. package/status-indicator/internal.js.map +1 -1
  84. package/status-indicator/styles.css.js +24 -25
  85. package/status-indicator/styles.scoped.css +55 -50
  86. package/status-indicator/styles.selectors.js +24 -25
  87. package/steps/internal.d.ts.map +1 -1
  88. package/steps/internal.js +20 -6
  89. package/steps/internal.js.map +1 -1
  90. package/steps/styles.css.js +12 -9
  91. package/steps/styles.scoped.css +43 -15
  92. package/steps/styles.selectors.js +12 -9
  93. package/table/header-cell/group-header-cell.d.ts.map +1 -1
  94. package/table/header-cell/group-header-cell.js +1 -1
  95. package/table/header-cell/group-header-cell.js.map +1 -1
  96. package/table/header-cell/index.d.ts.map +1 -1
  97. package/table/header-cell/index.js +2 -1
  98. package/table/header-cell/index.js.map +1 -1
  99. package/table/header-cell/styles.css.js +33 -33
  100. package/table/header-cell/styles.scoped.css +81 -74
  101. package/table/header-cell/styles.selectors.js +33 -33
  102. package/table/resizer/index.d.ts +5 -1
  103. package/table/resizer/index.d.ts.map +1 -1
  104. package/table/resizer/index.js +4 -4
  105. package/table/resizer/index.js.map +1 -1
  106. package/table/resizer/styles.css.js +17 -16
  107. package/table/resizer/styles.scoped.css +32 -24
  108. package/table/resizer/styles.selectors.js +17 -16
  109. package/table/selection/selection-cell.d.ts +2 -0
  110. package/table/selection/selection-cell.d.ts.map +1 -1
  111. package/table/selection/selection-cell.js +2 -2
  112. package/table/selection/selection-cell.js.map +1 -1
  113. package/table/thead.d.ts.map +1 -1
  114. package/table/thead.js +1 -1
  115. package/table/thead.js.map +1 -1
  116. package/toggle/styles.css.js +10 -10
  117. package/toggle/styles.scoped.css +18 -18
  118. package/toggle/styles.selectors.js +10 -10
  119. package/toggle-button/internal.d.ts.map +1 -1
  120. package/toggle-button/internal.js +3 -1
  121. package/toggle-button/internal.js.map +1 -1
  122. package/toggle-button/styles.css.js +4 -3
  123. package/toggle-button/styles.scoped.css +8 -3
  124. package/toggle-button/styles.selectors.js +4 -3
  125. package/token/dismiss-button.d.ts.map +1 -1
  126. package/token/dismiss-button.js +3 -1
  127. package/token/dismiss-button.js.map +1 -1
  128. package/token/internal.d.ts.map +1 -1
  129. package/token/internal.js +11 -3
  130. package/token/internal.js.map +1 -1
  131. package/token/styles.css.js +14 -14
  132. package/token/styles.scoped.css +33 -30
  133. package/token/styles.selectors.js +14 -14
  134. package/tree-view/tree-item/index.d.ts.map +1 -1
  135. package/tree-view/tree-item/index.js +1 -2
  136. package/tree-view/tree-item/index.js.map +1 -1
  137. package/tree-view/tree-item/styles.css.js +9 -10
  138. package/tree-view/tree-item/styles.scoped.css +18 -14
  139. package/tree-view/tree-item/styles.selectors.js +9 -10
@@ -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_y5f7y_161:not(#\9) {
162
- animation: awsui_awsui-motion-fade-in_gwq0h_y5f7y_1 var(--motion-duration-show-paced-otsjh8, 180ms) var(--motion-easing-show-paced-ym6eyn, ease-out);
161
+ .awsui_content-enter_gwq0h_14esi_161:not(#\9) {
162
+ animation: awsui_awsui-motion-fade-in_gwq0h_14esi_1 var(--motion-duration-show-paced-otsjh8, 180ms) var(--motion-easing-show-paced-ym6eyn, ease-out);
163
163
  }
164
- @keyframes awsui_awsui-motion-fade-in_gwq0h_y5f7y_1 {
164
+ @keyframes awsui_awsui-motion-fade-in_gwq0h_14esi_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_y5f7y_161:not(#\9) {
173
+ .awsui_content-enter_gwq0h_14esi_161:not(#\9) {
174
174
  animation: none;
175
175
  transition: none;
176
176
  }
177
177
  }
178
- .awsui-motion-disabled .awsui_content-enter_gwq0h_y5f7y_161:not(#\9), .awsui-mode-entering .awsui_content-enter_gwq0h_y5f7y_161:not(#\9) {
178
+ .awsui-motion-disabled .awsui_content-enter_gwq0h_14esi_161:not(#\9), .awsui-mode-entering .awsui_content-enter_gwq0h_14esi_161:not(#\9) {
179
179
  animation: none;
180
180
  transition: none;
181
181
  }
182
182
 
183
- .awsui_trigger-expanded_gwq0h_y5f7y_183:not(#\9) {
183
+ .awsui_trigger-expanded_gwq0h_14esi_183:not(#\9) {
184
184
  transition: border-bottom-color var(--motion-duration-show-paced-otsjh8, 180ms) var(--motion-easing-show-paced-ym6eyn, ease-out);
185
185
  }
186
186
  @media (prefers-reduced-motion: reduce) {
187
- .awsui_trigger-expanded_gwq0h_y5f7y_183:not(#\9) {
187
+ .awsui_trigger-expanded_gwq0h_14esi_183:not(#\9) {
188
188
  animation: none;
189
189
  transition: none;
190
190
  }
191
191
  }
192
- .awsui-motion-disabled .awsui_trigger-expanded_gwq0h_y5f7y_183:not(#\9), .awsui-mode-entering .awsui_trigger-expanded_gwq0h_y5f7y_183:not(#\9) {
192
+ .awsui-motion-disabled .awsui_trigger-expanded_gwq0h_14esi_183:not(#\9), .awsui-mode-entering .awsui_trigger-expanded_gwq0h_14esi_183:not(#\9) {
193
193
  animation: none;
194
194
  transition: none;
195
195
  }
196
196
 
197
- .awsui_icon_gwq0h_y5f7y_197:not(#\9) {
197
+ .awsui_icon_gwq0h_14esi_197:not(#\9) {
198
198
  transition: transform var(--motion-duration-rotate-90-lyzb0k, 135ms) var(--motion-easing-rotate-90-jhbqg9, cubic-bezier(0.165, 0.84, 0.44, 1));
199
199
  }
200
200
  @media (prefers-reduced-motion: reduce) {
201
- .awsui_icon_gwq0h_y5f7y_197:not(#\9) {
201
+ .awsui_icon_gwq0h_14esi_197:not(#\9) {
202
202
  animation: none;
203
203
  transition: none;
204
204
  }
205
205
  }
206
- .awsui-motion-disabled .awsui_icon_gwq0h_y5f7y_197:not(#\9), .awsui-mode-entering .awsui_icon_gwq0h_y5f7y_197:not(#\9) {
206
+ .awsui-motion-disabled .awsui_icon_gwq0h_14esi_197:not(#\9), .awsui-mode-entering .awsui_icon_gwq0h_14esi_197:not(#\9) {
207
207
  animation: none;
208
208
  transition: none;
209
209
  }
210
210
 
211
- .awsui_root_gwq0h_y5f7y_211:not(#\9) {
211
+ .awsui_root_gwq0h_14esi_211:not(#\9) {
212
212
  border-collapse: separate;
213
213
  border-spacing: 0;
214
214
  box-sizing: border-box;
@@ -243,48 +243,48 @@ 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_y5f7y_246:not(#\9) {
246
+ .awsui_expand-button_gwq0h_14esi_246:not(#\9) {
247
247
  outline: none;
248
248
  }
249
249
 
250
- .awsui_icon_gwq0h_y5f7y_197:not(#\9) {
250
+ .awsui_icon_gwq0h_14esi_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_y5f7y_197.awsui_expanded_gwq0h_y5f7y_254:not(#\9) {
254
+ .awsui_icon_gwq0h_14esi_197.awsui_expanded_gwq0h_14esi_254:not(#\9) {
255
255
  transform: rotate(0deg);
256
256
  }
257
- .awsui_icon_gwq0h_y5f7y_197:not(#\9):dir(rtl) {
257
+ .awsui_icon_gwq0h_14esi_197:not(#\9):dir(rtl) {
258
258
  transform: rotate(90deg);
259
259
  }
260
- .awsui_icon_gwq0h_y5f7y_197:not(#\9):dir(rtl).awsui_expanded_gwq0h_y5f7y_254 {
260
+ .awsui_icon_gwq0h_14esi_197:not(#\9):dir(rtl).awsui_expanded_gwq0h_14esi_254 {
261
261
  transform: rotate(0deg);
262
262
  }
263
263
 
264
- .awsui_icon-container_gwq0h_y5f7y_264:not(#\9) {
264
+ .awsui_icon-container_gwq0h_14esi_264:not(#\9) {
265
265
  position: relative;
266
266
  margin-inline: calc((var(--line-height-body-m-2mh3ke, 20px) - var(--size-icon-normal-levt08, 16px)) / -2) calc(var(--space-xxs-hwfkai, 4px) + var(--border-divider-list-width-tdfx1x, 1px));
267
267
  }
268
- .awsui_icon-container-container_gwq0h_y5f7y_268:not(#\9) {
268
+ .awsui_icon-container-container_gwq0h_14esi_268:not(#\9) {
269
269
  margin-inline-end: var(--space-xs-ymlm0b, 8px);
270
270
  }
271
- .awsui_icon-container-container_gwq0h_y5f7y_268.awsui_one-theme_gwq0h_y5f7y_271:not(#\9) {
271
+ .awsui-one-theme .awsui_icon-container-container_gwq0h_14esi_268:not(#\9) {
272
272
  margin-inline-end: calc(var(--space-xs-ymlm0b, 8px) + var(--space-xxs-hwfkai, 4px));
273
273
  inset-block-start: var(--space-xxxs-pajhad, 2px);
274
274
  }
275
- .awsui_icon-container-container_gwq0h_y5f7y_268.awsui_one-theme_gwq0h_y5f7y_271 > .awsui_icon_gwq0h_y5f7y_197:not(#\9) {
275
+ .awsui-one-theme .awsui_icon-container-container_gwq0h_14esi_268 > .awsui_icon_gwq0h_14esi_197:not(#\9) {
276
276
  inset-block-start: calc(var(--space-xxxs-pajhad, 2px) * 3);
277
277
  }
278
- .awsui_icon-container_gwq0h_y5f7y_264.awsui_one-theme_gwq0h_y5f7y_271:not(#\9) {
278
+ .awsui-one-theme .awsui_icon-container_gwq0h_14esi_264:not(#\9) {
279
279
  display: inline-flex;
280
280
  align-items: flex-start;
281
281
  margin-inline-end: calc(var(--space-xxs-hwfkai, 4px) + var(--border-divider-list-width-tdfx1x, 1px) + var(--space-xxs-hwfkai, 4px));
282
282
  }
283
- .awsui_icon-container_gwq0h_y5f7y_264.awsui_one-theme_gwq0h_y5f7y_271 > .awsui_icon_gwq0h_y5f7y_197:not(#\9) {
283
+ .awsui-one-theme .awsui_icon-container_gwq0h_14esi_264 > .awsui_icon_gwq0h_14esi_197:not(#\9) {
284
284
  inset-block-start: var(--space-xxxs-pajhad, 2px);
285
285
  }
286
286
 
287
- .awsui_wrapper_gwq0h_y5f7y_287:not(#\9) {
287
+ .awsui_wrapper_gwq0h_14esi_287:not(#\9) {
288
288
  box-sizing: border-box;
289
289
  border-block: none;
290
290
  border-inline: none;
@@ -292,81 +292,81 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
292
292
  line-height: var(--line-height-body-m-2mh3ke, 20px);
293
293
  text-align: start;
294
294
  }
295
- .awsui_wrapper-default_gwq0h_y5f7y_295:not(#\9), .awsui_wrapper-inline_gwq0h_y5f7y_295:not(#\9), .awsui_wrapper-footer_gwq0h_y5f7y_295:not(#\9) {
295
+ .awsui_wrapper-default_gwq0h_14esi_295:not(#\9), .awsui_wrapper-inline_gwq0h_14esi_295:not(#\9), .awsui_wrapper-footer_gwq0h_14esi_295:not(#\9) {
296
296
  border-block: var(--border-divider-section-width-uwo8my, 1px) solid transparent;
297
297
  border-inline: var(--border-divider-section-width-uwo8my, 1px) solid transparent;
298
298
  }
299
- .awsui_wrapper-navigation_gwq0h_y5f7y_299:not(#\9) {
299
+ .awsui_wrapper-navigation_gwq0h_14esi_299:not(#\9) {
300
300
  border-inline-start: var(--border-divider-section-width-uwo8my, 1px) solid transparent;
301
301
  }
302
- .awsui_wrapper-navigation_gwq0h_y5f7y_299:not(#\9), .awsui_wrapper-container_gwq0h_y5f7y_302:not(#\9) {
302
+ .awsui_wrapper-navigation_gwq0h_14esi_299:not(#\9), .awsui_wrapper-container_gwq0h_14esi_302:not(#\9) {
303
303
  display: flex;
304
304
  font-weight: var(--font-weight-heading-s-lcx0ai, 700);
305
305
  }
306
- .awsui_wrapper-default_gwq0h_y5f7y_295:not(#\9), .awsui_wrapper-inline_gwq0h_y5f7y_295:not(#\9), .awsui_wrapper-navigation_gwq0h_y5f7y_299:not(#\9), .awsui_wrapper-footer_gwq0h_y5f7y_295:not(#\9), .awsui_wrapper-compact_gwq0h_y5f7y_306:not(#\9) {
306
+ .awsui_wrapper-default_gwq0h_14esi_295:not(#\9), .awsui_wrapper-inline_gwq0h_14esi_295:not(#\9), .awsui_wrapper-navigation_gwq0h_14esi_299:not(#\9), .awsui_wrapper-footer_gwq0h_14esi_295:not(#\9), .awsui_wrapper-compact_gwq0h_14esi_306:not(#\9) {
307
307
  color: var(--color-text-expandable-section-default-ynw8my, #0f141a);
308
308
  -webkit-font-smoothing: var(--font-smoothing-webkit-oemolo, antialiased);
309
309
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-hbm0aq, grayscale);
310
310
  }
311
- .awsui_wrapper-default_gwq0h_y5f7y_295:not(#\9), .awsui_wrapper-inline_gwq0h_y5f7y_295:not(#\9), .awsui_wrapper-navigation_gwq0h_y5f7y_299:not(#\9), .awsui_wrapper-footer_gwq0h_y5f7y_295:not(#\9) {
311
+ .awsui_wrapper-default_gwq0h_14esi_295:not(#\9), .awsui_wrapper-inline_gwq0h_14esi_295:not(#\9), .awsui_wrapper-navigation_gwq0h_14esi_299:not(#\9), .awsui_wrapper-footer_gwq0h_14esi_295:not(#\9) {
312
312
  font-size: var(--font-size-expandable-heading-duh2ta, 16px);
313
313
  letter-spacing: var(--letter-spacing-heading-s-4st9ep, -0.005em);
314
314
  }
315
- .awsui_wrapper-default_gwq0h_y5f7y_295:not(#\9) {
315
+ .awsui_wrapper-default_gwq0h_14esi_295:not(#\9) {
316
316
  padding-block: var(--space-scaled-xxs-pfm1nx, 4px);
317
317
  padding-inline-end: var(--space-xxs-hwfkai, 4px);
318
318
  }
319
- .awsui_wrapper-default_gwq0h_y5f7y_295.awsui_header-deprecated_gwq0h_y5f7y_319:not(#\9) {
319
+ .awsui_wrapper-default_gwq0h_14esi_295.awsui_header-deprecated_gwq0h_14esi_319:not(#\9) {
320
320
  padding-inline-start: var(--space-xxs-hwfkai, 4px);
321
321
  }
322
- .awsui_wrapper-default_gwq0h_y5f7y_295:not(#\9):not(.awsui_header-deprecated_gwq0h_y5f7y_319), .awsui_wrapper-inline_gwq0h_y5f7y_295:not(#\9):not(.awsui_header-deprecated_gwq0h_y5f7y_319) {
322
+ .awsui_wrapper-default_gwq0h_14esi_295:not(#\9):not(.awsui_header-deprecated_gwq0h_14esi_319), .awsui_wrapper-inline_gwq0h_14esi_295:not(#\9):not(.awsui_header-deprecated_gwq0h_14esi_319) {
323
323
  padding-inline-start: calc(var(--size-icon-normal-levt08, 16px) + (var(--line-height-body-m-2mh3ke, 20px) - var(--size-icon-normal-levt08, 16px)) / -2 + var(--space-xxs-hwfkai, 4px) + var(--border-divider-list-width-tdfx1x, 1px));
324
324
  }
325
- .awsui_wrapper-default_gwq0h_y5f7y_295.awsui_wrapper-expanded_gwq0h_y5f7y_325:not(#\9), .awsui_wrapper-inline_gwq0h_y5f7y_295.awsui_wrapper-expanded_gwq0h_y5f7y_325:not(#\9) {
325
+ .awsui_wrapper-default_gwq0h_14esi_295.awsui_wrapper-expanded_gwq0h_14esi_325:not(#\9), .awsui_wrapper-inline_gwq0h_14esi_295.awsui_wrapper-expanded_gwq0h_14esi_325:not(#\9) {
326
326
  padding-block-end: var(--space-scaled-xxs-pfm1nx, 4px);
327
327
  border-block-end-color: var(--color-border-expandable-section-default-inl8g4, #c6c6cd);
328
328
  }
329
- .awsui_wrapper-footer_gwq0h_y5f7y_295:not(#\9) {
329
+ .awsui_wrapper-footer_gwq0h_14esi_295:not(#\9) {
330
330
  padding-block: var(--space-scaled-xxs-pfm1nx, 4px);
331
331
  }
332
- .awsui_wrapper-footer_gwq0h_y5f7y_295:not(#\9), .awsui_wrapper-compact_gwq0h_y5f7y_306:not(#\9) {
332
+ .awsui_wrapper-footer_gwq0h_14esi_295:not(#\9), .awsui_wrapper-compact_gwq0h_14esi_306:not(#\9) {
333
333
  padding-inline-end: 0;
334
334
  }
335
- .awsui_wrapper-footer_gwq0h_y5f7y_295.awsui_header-deprecated_gwq0h_y5f7y_319:not(#\9), .awsui_wrapper-compact_gwq0h_y5f7y_306.awsui_header-deprecated_gwq0h_y5f7y_319:not(#\9) {
335
+ .awsui_wrapper-footer_gwq0h_14esi_295.awsui_header-deprecated_gwq0h_14esi_319:not(#\9), .awsui_wrapper-compact_gwq0h_14esi_306.awsui_header-deprecated_gwq0h_14esi_319:not(#\9) {
336
336
  padding-inline-start: 0;
337
337
  }
338
- .awsui_wrapper-footer_gwq0h_y5f7y_295:not(#\9):not(.awsui_header-deprecated_gwq0h_y5f7y_319), .awsui_wrapper-compact_gwq0h_y5f7y_306:not(#\9):not(.awsui_header-deprecated_gwq0h_y5f7y_319) {
338
+ .awsui_wrapper-footer_gwq0h_14esi_295:not(#\9):not(.awsui_header-deprecated_gwq0h_14esi_319), .awsui_wrapper-compact_gwq0h_14esi_306:not(#\9):not(.awsui_header-deprecated_gwq0h_14esi_319) {
339
339
  padding-inline-start: calc(var(--size-icon-normal-levt08, 16px) + (var(--line-height-body-m-2mh3ke, 20px) - var(--size-icon-normal-levt08, 16px)) / -2 + var(--space-xxs-hwfkai, 4px) + var(--border-divider-list-width-tdfx1x, 1px));
340
340
  }
341
- .awsui_wrapper-container_gwq0h_y5f7y_302:not(#\9) {
341
+ .awsui_wrapper-container_gwq0h_14esi_302:not(#\9) {
342
342
  padding-block: var(--space-container-header-top-am4vzw, 12px) var(--space-container-header-bottom-2taq8v, 8px);
343
343
  padding-inline-end: var(--space-container-horizontal-nqrzyh, 20px);
344
344
  }
345
- .awsui_wrapper-container_gwq0h_y5f7y_302:not(#\9):not(.awsui_wrapper-expanded_gwq0h_y5f7y_325) {
345
+ .awsui_wrapper-container_gwq0h_14esi_302:not(#\9):not(.awsui_wrapper-expanded_gwq0h_14esi_325) {
346
346
  padding-block-end: var(--space-container-header-top-am4vzw, 12px);
347
347
  }
348
- .awsui_wrapper-container_gwq0h_y5f7y_302.awsui_wrapper-not-expanded-without-actions_gwq0h_y5f7y_348:not(#\9) {
348
+ .awsui_wrapper-container_gwq0h_14esi_302.awsui_wrapper-not-expanded-without-actions_gwq0h_14esi_348:not(#\9) {
349
349
  padding-block-end: calc(var(--space-container-header-top-am4vzw, 12px) + var(--space-scaled-xxs-pfm1nx, 4px));
350
350
  }
351
- .awsui_wrapper-container_gwq0h_y5f7y_302.awsui_header-deprecated_gwq0h_y5f7y_319:not(#\9) {
351
+ .awsui_wrapper-container_gwq0h_14esi_302.awsui_header-deprecated_gwq0h_14esi_319:not(#\9) {
352
352
  padding-inline-start: var(--space-container-horizontal-nqrzyh, 20px);
353
353
  }
354
- .awsui_wrapper-container_gwq0h_y5f7y_302:not(#\9):not(.awsui_header-deprecated_gwq0h_y5f7y_319) {
354
+ .awsui_wrapper-container_gwq0h_14esi_302:not(#\9):not(.awsui_header-deprecated_gwq0h_14esi_319) {
355
355
  padding-inline-start: calc(var(--space-container-horizontal-nqrzyh, 20px) + calc(var(--size-icon-medium-uv8xcz, 20px) + (var(--line-height-body-m-2mh3ke, 20px) - var(--size-icon-normal-levt08, 16px)) / -2 + var(--space-xs-ymlm0b, 8px)));
356
356
  }
357
- body[data-awsui-focus-visible=true] .awsui_wrapper-container_gwq0h_y5f7y_302:not(#\9):focus {
357
+ body[data-awsui-focus-visible=true] .awsui_wrapper-container_gwq0h_14esi_302:not(#\9):focus {
358
358
  padding-block: calc(var(--space-scaled-s-8ozaad, 12px) - var(--border-divider-section-width-uwo8my, 1px));
359
359
  padding-inline: calc(var(--space-l-2ud1p3, 20px) - var(--border-divider-section-width-uwo8my, 1px));
360
360
  }
361
361
 
362
- .awsui_header_gwq0h_y5f7y_319:not(#\9) {
362
+ .awsui_header_gwq0h_14esi_319:not(#\9) {
363
363
  /* used in test-utils */
364
364
  }
365
- .awsui_header-wrapper_gwq0h_y5f7y_365:not(#\9), .awsui_header-deprecated_gwq0h_y5f7y_319:not(#\9) {
365
+ .awsui_header-wrapper_gwq0h_14esi_365:not(#\9), .awsui_header-deprecated_gwq0h_14esi_319:not(#\9) {
366
366
  display: flex;
367
367
  font-weight: var(--font-weight-heading-s-lcx0ai, 700);
368
368
  }
369
- .awsui_header-wrapper_gwq0h_y5f7y_365:not(#\9) {
369
+ .awsui_header-wrapper_gwq0h_14esi_365:not(#\9) {
370
370
  font-size: inherit;
371
371
  letter-spacing: inherit;
372
372
  margin-block: 0;
@@ -374,20 +374,20 @@ body[data-awsui-focus-visible=true] .awsui_wrapper-container_gwq0h_y5f7y_302:not
374
374
  padding-block: 0;
375
375
  padding-inline: 0;
376
376
  }
377
- .awsui_header-actions-wrapper_gwq0h_y5f7y_377:not(#\9) {
377
+ .awsui_header-actions-wrapper_gwq0h_14esi_377:not(#\9) {
378
378
  display: flex;
379
379
  flex-direction: row;
380
380
  justify-content: space-between;
381
381
  align-items: center;
382
382
  }
383
- body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_y5f7y_383:not(#\9):focus, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_y5f7y_383:not(#\9):focus {
383
+ body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_14esi_383:not(#\9):focus, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_14esi_383:not(#\9):focus {
384
384
  position: relative;
385
385
  }
386
- body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_y5f7y_383:not(#\9):focus, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_y5f7y_383:not(#\9):focus {
386
+ body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_14esi_383:not(#\9):focus, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_14esi_383:not(#\9):focus {
387
387
  outline: 2px dotted transparent;
388
388
  outline-offset: calc(0px - 1px);
389
389
  }
390
- body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_y5f7y_383:not(#\9):focus::before, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_y5f7y_383:not(#\9):focus::before {
390
+ body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_14esi_383:not(#\9):focus::before, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_14esi_383:not(#\9):focus::before {
391
391
  content: " ";
392
392
  display: block;
393
393
  position: absolute;
@@ -401,21 +401,21 @@ body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_y5f7y_383:not(#\9
401
401
  border-end-end-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
402
402
  box-shadow: 0 0 0 2px var(--color-border-item-focused-uk47pl, #006ce0);
403
403
  }
404
- .awsui_header-button_gwq0h_y5f7y_383:not(#\9) {
404
+ .awsui_header-button_gwq0h_14esi_383:not(#\9) {
405
405
  box-sizing: border-box;
406
406
  display: flex;
407
407
  margin-inline-start: calc(-1 * calc(var(--size-icon-normal-levt08, 16px) + (var(--line-height-body-m-2mh3ke, 20px) - var(--size-icon-normal-levt08, 16px)) / -2 + var(--space-xxs-hwfkai, 4px) + var(--border-divider-list-width-tdfx1x, 1px)));
408
408
  }
409
- .awsui_header-container-button_gwq0h_y5f7y_383:not(#\9) {
409
+ .awsui_header-container-button_gwq0h_14esi_383:not(#\9) {
410
410
  margin-inline-start: calc(-1 * calc(var(--size-icon-medium-uv8xcz, 20px) + (var(--line-height-body-m-2mh3ke, 20px) - var(--size-icon-normal-levt08, 16px)) / -2 + var(--space-xs-ymlm0b, 8px)));
411
411
  }
412
- .awsui_header-container_gwq0h_y5f7y_383:not(#\9) {
412
+ .awsui_header-container_gwq0h_14esi_383:not(#\9) {
413
413
  inline-size: 100%;
414
414
  }
415
- .awsui_header-container_gwq0h_y5f7y_383 > .awsui_icon-container_gwq0h_y5f7y_264:not(#\9) {
415
+ .awsui_header-container_gwq0h_14esi_383 > .awsui_icon-container_gwq0h_14esi_264:not(#\9) {
416
416
  margin-block-start: var(--space-expandable-section-icon-offset-top-cntyn8, 4px);
417
417
  }
418
- .awsui_header-navigation_gwq0h_y5f7y_418 > .awsui_icon-container_gwq0h_y5f7y_264:not(#\9) {
418
+ .awsui_header-navigation_gwq0h_14esi_418 > .awsui_icon-container_gwq0h_14esi_264:not(#\9) {
419
419
  display: inline-flex;
420
420
  cursor: pointer;
421
421
  color: var(--color-text-expandable-section-navigation-icon-default-mklu1s, #424650);
@@ -428,17 +428,17 @@ body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_y5f7y_383:not(#\9
428
428
  text-decoration: none;
429
429
  flex-direction: column;
430
430
  }
431
- .awsui_header-navigation_gwq0h_y5f7y_418 > .awsui_icon-container_gwq0h_y5f7y_264:not(#\9):hover {
431
+ .awsui_header-navigation_gwq0h_14esi_418 > .awsui_icon-container_gwq0h_14esi_264:not(#\9):hover {
432
432
  color: var(--color-text-expandable-section-hover-ojzwhd, #006ce0);
433
433
  }
434
- body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_y5f7y_418 > .awsui_icon-container_gwq0h_y5f7y_264:not(#\9):focus {
434
+ body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_14esi_418 > .awsui_icon-container_gwq0h_14esi_264:not(#\9):focus {
435
435
  position: relative;
436
436
  }
437
- body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_y5f7y_418 > .awsui_icon-container_gwq0h_y5f7y_264:not(#\9):focus {
437
+ body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_14esi_418 > .awsui_icon-container_gwq0h_14esi_264:not(#\9):focus {
438
438
  outline: 2px dotted transparent;
439
439
  outline-offset: calc(2px - 1px);
440
440
  }
441
- body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_y5f7y_418 > .awsui_icon-container_gwq0h_y5f7y_264:not(#\9):focus::before {
441
+ body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_14esi_418 > .awsui_icon-container_gwq0h_14esi_264:not(#\9):focus::before {
442
442
  content: " ";
443
443
  display: block;
444
444
  position: absolute;
@@ -452,39 +452,39 @@ body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_y5f7y_418 > .
452
452
  border-end-end-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
453
453
  box-shadow: 0 0 0 2px var(--color-border-item-focused-uk47pl, #006ce0);
454
454
  }
455
- .awsui_header-text_gwq0h_y5f7y_455:not(#\9) {
455
+ .awsui_header-text_gwq0h_14esi_455:not(#\9) {
456
456
  /* used in test-utils */
457
457
  }
458
458
 
459
- :not(#\9):not(.awsui_wrapper-compact_gwq0h_y5f7y_306) > .awsui_header-actions-wrapper_gwq0h_y5f7y_377 {
459
+ :not(#\9):not(.awsui_wrapper-compact_gwq0h_14esi_306) > .awsui_header-actions-wrapper_gwq0h_14esi_377 {
460
460
  flex-wrap: wrap;
461
461
  column-gap: var(--space-xs-ymlm0b, 8px);
462
462
  row-gap: var(--space-scaled-xxxs-oo06c7, 2px);
463
463
  }
464
464
 
465
- .awsui_content_gwq0h_y5f7y_161:not(#\9) {
465
+ .awsui_content_gwq0h_14esi_161:not(#\9) {
466
466
  display: none;
467
467
  }
468
- .awsui_content-default_gwq0h_y5f7y_468:not(#\9), .awsui_content-inline_gwq0h_y5f7y_468:not(#\9) {
468
+ .awsui_content-default_gwq0h_14esi_468:not(#\9), .awsui_content-inline_gwq0h_14esi_468:not(#\9) {
469
469
  padding-block: var(--space-scaled-xs-xwoogq, 8px);
470
470
  padding-inline: 0;
471
471
  }
472
- .awsui_content-footer_gwq0h_y5f7y_472:not(#\9) {
472
+ .awsui_content-footer_gwq0h_14esi_472:not(#\9) {
473
473
  padding-block: var(--space-xs-ymlm0b, 8px);
474
474
  padding-inline: 0;
475
475
  }
476
- .awsui_content-expanded_gwq0h_y5f7y_476:not(#\9) {
476
+ .awsui_content-expanded_gwq0h_14esi_476:not(#\9) {
477
477
  display: block;
478
478
  }
479
- .awsui_content-compact_gwq0h_y5f7y_479:not(#\9) {
479
+ .awsui_content-compact_gwq0h_14esi_479:not(#\9) {
480
480
  padding-inline-start: calc(var(--size-icon-normal-levt08, 16px) + (var(--line-height-body-m-2mh3ke, 20px) - var(--size-icon-normal-levt08, 16px)) / -2 + var(--space-xxs-hwfkai, 4px) + var(--border-divider-list-width-tdfx1x, 1px));
481
481
  }
482
482
 
483
- .awsui_focusable_gwq0h_y5f7y_483:not(#\9):focus {
483
+ .awsui_focusable_gwq0h_14esi_483:not(#\9):focus {
484
484
  outline: none;
485
485
  text-decoration: none;
486
486
  }
487
- body[data-awsui-focus-visible=true] .awsui_focusable_gwq0h_y5f7y_483:not(#\9):focus {
487
+ body[data-awsui-focus-visible=true] .awsui_focusable_gwq0h_14esi_483:not(#\9):focus {
488
488
  outline: 2px dotted transparent;
489
489
  border-block: var(--border-width-button-jm0qg7, 2px) solid var(--color-border-item-focused-uk47pl, #006ce0);
490
490
  border-inline: var(--border-width-button-jm0qg7, 2px) solid var(--color-border-item-focused-uk47pl, #006ce0);
@@ -495,9 +495,9 @@ body[data-awsui-focus-visible=true] .awsui_focusable_gwq0h_y5f7y_483:not(#\9):fo
495
495
  box-shadow: 0 0 0 var(--border-control-focus-ring-shadow-spread-9mjajk, 1px) var(--color-border-item-focused-uk47pl, #006ce0);
496
496
  }
497
497
 
498
- .awsui_click-target_gwq0h_y5f7y_498:not(#\9) {
498
+ .awsui_click-target_gwq0h_14esi_498:not(#\9) {
499
499
  cursor: pointer;
500
500
  }
501
- .awsui_click-target_gwq0h_y5f7y_498:not(#\9):not(.awsui_wrapper-container_gwq0h_y5f7y_302):not(.awsui_header-container-button_gwq0h_y5f7y_383):hover {
501
+ .awsui_click-target_gwq0h_14esi_498:not(#\9):not(.awsui_wrapper-container_gwq0h_14esi_302):not(.awsui_header-container-button_gwq0h_14esi_383):hover {
502
502
  color: var(--color-text-expandable-section-hover-ojzwhd, #006ce0);
503
503
  }
@@ -2,41 +2,40 @@
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_y5f7y_161",
6
- "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_gwq0h_y5f7y_1",
7
- "trigger-expanded": "awsui_trigger-expanded_gwq0h_y5f7y_183",
8
- "icon": "awsui_icon_gwq0h_y5f7y_197",
9
- "root": "awsui_root_gwq0h_y5f7y_211",
10
- "expand-button": "awsui_expand-button_gwq0h_y5f7y_246",
11
- "expanded": "awsui_expanded_gwq0h_y5f7y_254",
12
- "icon-container": "awsui_icon-container_gwq0h_y5f7y_264",
13
- "icon-container-container": "awsui_icon-container-container_gwq0h_y5f7y_268",
14
- "one-theme": "awsui_one-theme_gwq0h_y5f7y_271",
15
- "wrapper": "awsui_wrapper_gwq0h_y5f7y_287",
16
- "wrapper-default": "awsui_wrapper-default_gwq0h_y5f7y_295",
17
- "wrapper-inline": "awsui_wrapper-inline_gwq0h_y5f7y_295",
18
- "wrapper-footer": "awsui_wrapper-footer_gwq0h_y5f7y_295",
19
- "wrapper-navigation": "awsui_wrapper-navigation_gwq0h_y5f7y_299",
20
- "wrapper-container": "awsui_wrapper-container_gwq0h_y5f7y_302",
21
- "wrapper-compact": "awsui_wrapper-compact_gwq0h_y5f7y_306",
22
- "header-deprecated": "awsui_header-deprecated_gwq0h_y5f7y_319",
23
- "wrapper-expanded": "awsui_wrapper-expanded_gwq0h_y5f7y_325",
24
- "wrapper-not-expanded-without-actions": "awsui_wrapper-not-expanded-without-actions_gwq0h_y5f7y_348",
25
- "header": "awsui_header_gwq0h_y5f7y_319",
26
- "header-wrapper": "awsui_header-wrapper_gwq0h_y5f7y_365",
27
- "header-actions-wrapper": "awsui_header-actions-wrapper_gwq0h_y5f7y_377",
28
- "header-button": "awsui_header-button_gwq0h_y5f7y_383",
29
- "header-container-button": "awsui_header-container-button_gwq0h_y5f7y_383",
30
- "header-container": "awsui_header-container_gwq0h_y5f7y_383",
31
- "header-navigation": "awsui_header-navigation_gwq0h_y5f7y_418",
32
- "header-text": "awsui_header-text_gwq0h_y5f7y_455",
33
- "content": "awsui_content_gwq0h_y5f7y_161",
34
- "content-default": "awsui_content-default_gwq0h_y5f7y_468",
35
- "content-inline": "awsui_content-inline_gwq0h_y5f7y_468",
36
- "content-footer": "awsui_content-footer_gwq0h_y5f7y_472",
37
- "content-expanded": "awsui_content-expanded_gwq0h_y5f7y_476",
38
- "content-compact": "awsui_content-compact_gwq0h_y5f7y_479",
39
- "focusable": "awsui_focusable_gwq0h_y5f7y_483",
40
- "click-target": "awsui_click-target_gwq0h_y5f7y_498"
5
+ "content-enter": "awsui_content-enter_gwq0h_14esi_161",
6
+ "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_gwq0h_14esi_1",
7
+ "trigger-expanded": "awsui_trigger-expanded_gwq0h_14esi_183",
8
+ "icon": "awsui_icon_gwq0h_14esi_197",
9
+ "root": "awsui_root_gwq0h_14esi_211",
10
+ "expand-button": "awsui_expand-button_gwq0h_14esi_246",
11
+ "expanded": "awsui_expanded_gwq0h_14esi_254",
12
+ "icon-container": "awsui_icon-container_gwq0h_14esi_264",
13
+ "icon-container-container": "awsui_icon-container-container_gwq0h_14esi_268",
14
+ "wrapper": "awsui_wrapper_gwq0h_14esi_287",
15
+ "wrapper-default": "awsui_wrapper-default_gwq0h_14esi_295",
16
+ "wrapper-inline": "awsui_wrapper-inline_gwq0h_14esi_295",
17
+ "wrapper-footer": "awsui_wrapper-footer_gwq0h_14esi_295",
18
+ "wrapper-navigation": "awsui_wrapper-navigation_gwq0h_14esi_299",
19
+ "wrapper-container": "awsui_wrapper-container_gwq0h_14esi_302",
20
+ "wrapper-compact": "awsui_wrapper-compact_gwq0h_14esi_306",
21
+ "header-deprecated": "awsui_header-deprecated_gwq0h_14esi_319",
22
+ "wrapper-expanded": "awsui_wrapper-expanded_gwq0h_14esi_325",
23
+ "wrapper-not-expanded-without-actions": "awsui_wrapper-not-expanded-without-actions_gwq0h_14esi_348",
24
+ "header": "awsui_header_gwq0h_14esi_319",
25
+ "header-wrapper": "awsui_header-wrapper_gwq0h_14esi_365",
26
+ "header-actions-wrapper": "awsui_header-actions-wrapper_gwq0h_14esi_377",
27
+ "header-button": "awsui_header-button_gwq0h_14esi_383",
28
+ "header-container-button": "awsui_header-container-button_gwq0h_14esi_383",
29
+ "header-container": "awsui_header-container_gwq0h_14esi_383",
30
+ "header-navigation": "awsui_header-navigation_gwq0h_14esi_418",
31
+ "header-text": "awsui_header-text_gwq0h_14esi_455",
32
+ "content": "awsui_content_gwq0h_14esi_161",
33
+ "content-default": "awsui_content-default_gwq0h_14esi_468",
34
+ "content-inline": "awsui_content-inline_gwq0h_14esi_468",
35
+ "content-footer": "awsui_content-footer_gwq0h_14esi_472",
36
+ "content-expanded": "awsui_content-expanded_gwq0h_14esi_476",
37
+ "content-compact": "awsui_content-compact_gwq0h_14esi_479",
38
+ "focusable": "awsui_focusable_gwq0h_14esi_483",
39
+ "click-target": "awsui_click-target_gwq0h_14esi_498"
41
40
  };
42
41