@cloudscape-design/components-themeable 3.0.847 → 3.0.848

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 (107) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/alert/styles.scss +3 -3
  3. package/lib/internal/scss/anchor-navigation/styles.scss +1 -1
  4. package/lib/internal/scss/flashbar/collapsible.scss +2 -2
  5. package/lib/internal/scss/flashbar/styles.scss +1 -1
  6. package/lib/internal/scss/internal/styles/forms/constants.scss +1 -1
  7. package/lib/internal/scss/internal/styles/forms/mixins.scss +2 -2
  8. package/lib/internal/scss/internal/styles/typography/mixins.scss +1 -1
  9. package/lib/internal/scss/link/constants.scss +2 -2
  10. package/lib/internal/scss/popover/arrow.scss +1 -5
  11. package/lib/internal/scss/popover/body.scss +1 -1
  12. package/lib/internal/scss/popover/container.scss +2 -2
  13. package/lib/internal/scss/property-filter/filtering-token/styles.scss +2 -2
  14. package/lib/internal/scss/select/parts/styles.scss +3 -3
  15. package/lib/internal/scss/token-group/mixins.scss +2 -2
  16. package/lib/internal/template/alert/styles.css.js +28 -28
  17. package/lib/internal/template/alert/styles.scoped.css +46 -46
  18. package/lib/internal/template/alert/styles.selectors.js +28 -28
  19. package/lib/internal/template/anchor-navigation/styles.css.js +8 -8
  20. package/lib/internal/template/anchor-navigation/styles.scoped.css +19 -19
  21. package/lib/internal/template/anchor-navigation/styles.selectors.js +8 -8
  22. package/lib/internal/template/button/styles.css.js +21 -21
  23. package/lib/internal/template/button/styles.scoped.css +157 -157
  24. package/lib/internal/template/button/styles.selectors.js +21 -21
  25. package/lib/internal/template/button-dropdown/item-element/styles.css.js +13 -13
  26. package/lib/internal/template/button-dropdown/item-element/styles.scoped.css +22 -22
  27. package/lib/internal/template/button-dropdown/item-element/styles.selectors.js +13 -13
  28. package/lib/internal/template/button-dropdown/styles.css.js +17 -17
  29. package/lib/internal/template/button-dropdown/styles.scoped.css +30 -30
  30. package/lib/internal/template/button-dropdown/styles.selectors.js +17 -17
  31. package/lib/internal/template/expandable-section/styles.css.js +34 -34
  32. package/lib/internal/template/expandable-section/styles.scoped.css +67 -67
  33. package/lib/internal/template/expandable-section/styles.selectors.js +34 -34
  34. package/lib/internal/template/file-token-group/styles.css.js +22 -22
  35. package/lib/internal/template/file-token-group/styles.scoped.css +31 -31
  36. package/lib/internal/template/file-token-group/styles.selectors.js +22 -22
  37. package/lib/internal/template/flashbar/styles.css.js +50 -50
  38. package/lib/internal/template/flashbar/styles.scoped.css +151 -151
  39. package/lib/internal/template/flashbar/styles.selectors.js +50 -50
  40. package/lib/internal/template/input/styles.css.js +13 -13
  41. package/lib/internal/template/input/styles.scoped.css +44 -44
  42. package/lib/internal/template/input/styles.selectors.js +13 -13
  43. package/lib/internal/template/internal/base-component/styles.scoped.css +7 -3
  44. package/lib/internal/template/internal/components/button-trigger/styles.css.js +13 -13
  45. package/lib/internal/template/internal/components/button-trigger/styles.scoped.css +37 -37
  46. package/lib/internal/template/internal/components/button-trigger/styles.selectors.js +13 -13
  47. package/lib/internal/template/internal/components/checkbox-icon/styles.css.js +9 -9
  48. package/lib/internal/template/internal/components/checkbox-icon/styles.scoped.css +10 -10
  49. package/lib/internal/template/internal/components/checkbox-icon/styles.selectors.js +9 -9
  50. package/lib/internal/template/internal/components/dropdown/styles.css.js +20 -20
  51. package/lib/internal/template/internal/components/dropdown/styles.scoped.css +39 -39
  52. package/lib/internal/template/internal/components/dropdown/styles.selectors.js +20 -20
  53. package/lib/internal/template/internal/components/menu-dropdown/styles.css.js +7 -7
  54. package/lib/internal/template/internal/components/menu-dropdown/styles.scoped.css +14 -14
  55. package/lib/internal/template/internal/components/menu-dropdown/styles.selectors.js +7 -7
  56. package/lib/internal/template/internal/components/token-list/styles.css.js +10 -10
  57. package/lib/internal/template/internal/components/token-list/styles.scoped.css +26 -26
  58. package/lib/internal/template/internal/components/token-list/styles.selectors.js +10 -10
  59. package/lib/internal/template/internal/environment.js +1 -1
  60. package/lib/internal/template/internal/environment.json +1 -1
  61. package/lib/internal/template/internal/generated/styles/tokens.d.ts +4 -2
  62. package/lib/internal/template/internal/generated/styles/tokens.js +4 -2
  63. package/lib/internal/template/internal/generated/theming/index.cjs +22 -8
  64. package/lib/internal/template/internal/generated/theming/index.cjs.d.ts +32 -0
  65. package/lib/internal/template/internal/generated/theming/index.d.ts +32 -0
  66. package/lib/internal/template/internal/generated/theming/index.js +22 -8
  67. package/lib/internal/template/link/styles.css.js +20 -20
  68. package/lib/internal/template/link/styles.scoped.css +73 -73
  69. package/lib/internal/template/link/styles.selectors.js +20 -20
  70. package/lib/internal/template/pagination/styles.css.js +9 -9
  71. package/lib/internal/template/pagination/styles.scoped.css +27 -27
  72. package/lib/internal/template/pagination/styles.selectors.js +9 -9
  73. package/lib/internal/template/popover/styles.css.js +52 -52
  74. package/lib/internal/template/popover/styles.scoped.css +72 -75
  75. package/lib/internal/template/popover/styles.selectors.js +52 -52
  76. package/lib/internal/template/prompt-input/styles.css.js +14 -14
  77. package/lib/internal/template/prompt-input/styles.scoped.css +56 -56
  78. package/lib/internal/template/prompt-input/styles.selectors.js +14 -14
  79. package/lib/internal/template/property-filter/filtering-token/styles.css.js +18 -18
  80. package/lib/internal/template/property-filter/filtering-token/styles.scoped.css +45 -45
  81. package/lib/internal/template/property-filter/filtering-token/styles.selectors.js +18 -18
  82. package/lib/internal/template/property-filter/styles.css.js +39 -39
  83. package/lib/internal/template/property-filter/styles.scoped.css +42 -42
  84. package/lib/internal/template/property-filter/styles.selectors.js +39 -39
  85. package/lib/internal/template/segmented-control/styles.css.js +15 -15
  86. package/lib/internal/template/segmented-control/styles.scoped.css +38 -38
  87. package/lib/internal/template/segmented-control/styles.selectors.js +15 -15
  88. package/lib/internal/template/select/parts/styles.css.js +21 -21
  89. package/lib/internal/template/select/parts/styles.scoped.css +26 -26
  90. package/lib/internal/template/select/parts/styles.selectors.js +21 -21
  91. package/lib/internal/template/test-utils/tsconfig.tsbuildinfo +1 -1
  92. package/lib/internal/template/textarea/styles.css.js +5 -5
  93. package/lib/internal/template/textarea/styles.scoped.css +24 -24
  94. package/lib/internal/template/textarea/styles.selectors.js +5 -5
  95. package/lib/internal/template/tiles/styles.css.js +30 -30
  96. package/lib/internal/template/tiles/styles.scoped.css +79 -79
  97. package/lib/internal/template/tiles/styles.selectors.js +30 -30
  98. package/lib/internal/template/token-group/styles.css.js +8 -8
  99. package/lib/internal/template/token-group/styles.scoped.css +18 -18
  100. package/lib/internal/template/token-group/styles.selectors.js +8 -8
  101. package/lib/internal/template/top-navigation/styles.css.js +47 -47
  102. package/lib/internal/template/top-navigation/styles.scoped.css +67 -67
  103. package/lib/internal/template/top-navigation/styles.selectors.js +47 -47
  104. package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.css.js +18 -18
  105. package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.scoped.css +29 -29
  106. package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.selectors.js +18 -18
  107. package/package.json +1 -1
@@ -154,10 +154,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
154
154
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
155
155
  SPDX-License-Identifier: Apache-2.0
156
156
  */
157
- .awsui_content-enter_gwq0h_137c3_157:not(#\9) {
158
- animation: awsui_awsui-motion-fade-in_gwq0h_137c3_1 var(--motion-duration-show-paced-kxd6k3, 180ms) var(--motion-easing-show-paced-2zwyek, ease-out);
157
+ .awsui_content-enter_gwq0h_1errh_157:not(#\9) {
158
+ animation: awsui_awsui-motion-fade-in_gwq0h_1errh_1 var(--motion-duration-show-paced-kxd6k3, 180ms) var(--motion-easing-show-paced-2zwyek, ease-out);
159
159
  }
160
- @keyframes awsui_awsui-motion-fade-in_gwq0h_137c3_1 {
160
+ @keyframes awsui_awsui-motion-fade-in_gwq0h_1errh_1 {
161
161
  from {
162
162
  opacity: 0.2;
163
163
  }
@@ -166,45 +166,45 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
166
166
  }
167
167
  }
168
168
  @media (prefers-reduced-motion: reduce) {
169
- .awsui_content-enter_gwq0h_137c3_157:not(#\9) {
169
+ .awsui_content-enter_gwq0h_1errh_157:not(#\9) {
170
170
  animation: none;
171
171
  transition: none;
172
172
  }
173
173
  }
174
- .awsui-motion-disabled .awsui_content-enter_gwq0h_137c3_157:not(#\9), .awsui-mode-entering .awsui_content-enter_gwq0h_137c3_157:not(#\9) {
174
+ .awsui-motion-disabled .awsui_content-enter_gwq0h_1errh_157:not(#\9), .awsui-mode-entering .awsui_content-enter_gwq0h_1errh_157:not(#\9) {
175
175
  animation: none;
176
176
  transition: none;
177
177
  }
178
178
 
179
- .awsui_trigger-expanded_gwq0h_137c3_179:not(#\9) {
179
+ .awsui_trigger-expanded_gwq0h_1errh_179:not(#\9) {
180
180
  transition: border-bottom-color var(--motion-duration-show-paced-kxd6k3, 180ms) var(--motion-easing-show-paced-2zwyek, ease-out);
181
181
  }
182
182
  @media (prefers-reduced-motion: reduce) {
183
- .awsui_trigger-expanded_gwq0h_137c3_179:not(#\9) {
183
+ .awsui_trigger-expanded_gwq0h_1errh_179:not(#\9) {
184
184
  animation: none;
185
185
  transition: none;
186
186
  }
187
187
  }
188
- .awsui-motion-disabled .awsui_trigger-expanded_gwq0h_137c3_179:not(#\9), .awsui-mode-entering .awsui_trigger-expanded_gwq0h_137c3_179:not(#\9) {
188
+ .awsui-motion-disabled .awsui_trigger-expanded_gwq0h_1errh_179:not(#\9), .awsui-mode-entering .awsui_trigger-expanded_gwq0h_1errh_179:not(#\9) {
189
189
  animation: none;
190
190
  transition: none;
191
191
  }
192
192
 
193
- .awsui_icon_gwq0h_137c3_193:not(#\9) {
193
+ .awsui_icon_gwq0h_1errh_193:not(#\9) {
194
194
  transition: transform var(--motion-duration-rotate-90-bpnkq9, 135ms) var(--motion-easing-rotate-90-c61wiy, cubic-bezier(0.165, 0.84, 0.44, 1));
195
195
  }
196
196
  @media (prefers-reduced-motion: reduce) {
197
- .awsui_icon_gwq0h_137c3_193:not(#\9) {
197
+ .awsui_icon_gwq0h_1errh_193:not(#\9) {
198
198
  animation: none;
199
199
  transition: none;
200
200
  }
201
201
  }
202
- .awsui-motion-disabled .awsui_icon_gwq0h_137c3_193:not(#\9), .awsui-mode-entering .awsui_icon_gwq0h_137c3_193:not(#\9) {
202
+ .awsui-motion-disabled .awsui_icon_gwq0h_1errh_193:not(#\9), .awsui-mode-entering .awsui_icon_gwq0h_1errh_193:not(#\9) {
203
203
  animation: none;
204
204
  transition: none;
205
205
  }
206
206
 
207
- .awsui_root_gwq0h_137c3_207:not(#\9) {
207
+ .awsui_root_gwq0h_1errh_207:not(#\9) {
208
208
  border-collapse: separate;
209
209
  border-spacing: 0;
210
210
  box-sizing: border-box;
@@ -243,33 +243,33 @@ 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_137c3_245:not(#\9) {
246
+ .awsui_expand-button_gwq0h_1errh_245:not(#\9) {
247
247
  outline: none;
248
248
  }
249
249
 
250
- .awsui_icon_gwq0h_137c3_193:not(#\9) {
250
+ .awsui_icon_gwq0h_1errh_193:not(#\9) {
251
251
  transform: rotate(-90deg);
252
252
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
253
253
  }
254
- .awsui_icon_gwq0h_137c3_193.awsui_expanded_gwq0h_137c3_253:not(#\9) {
254
+ .awsui_icon_gwq0h_1errh_193.awsui_expanded_gwq0h_1errh_253:not(#\9) {
255
255
  transform: rotate(0deg);
256
256
  }
257
- .awsui_icon_gwq0h_137c3_193:not(#\9):dir(rtl) {
257
+ .awsui_icon_gwq0h_1errh_193:not(#\9):dir(rtl) {
258
258
  transform: rotate(90deg);
259
259
  }
260
- .awsui_icon_gwq0h_137c3_193:not(#\9):dir(rtl).awsui_expanded_gwq0h_137c3_253 {
260
+ .awsui_icon_gwq0h_1errh_193:not(#\9):dir(rtl).awsui_expanded_gwq0h_1errh_253 {
261
261
  transform: rotate(0deg);
262
262
  }
263
263
 
264
- .awsui_icon-container_gwq0h_137c3_263:not(#\9) {
264
+ .awsui_icon-container_gwq0h_1errh_263:not(#\9) {
265
265
  position: relative;
266
266
  margin-inline: calc((var(--line-height-body-m-gw0130, 22px) - var(--size-icon-normal-19036g, 16px)) / -2) calc(var(--space-xxs-y2432o, 4px) + var(--border-divider-list-width-x6rz7e, 1px));
267
267
  }
268
- .awsui_icon-container-container_gwq0h_137c3_267:not(#\9) {
268
+ .awsui_icon-container-container_gwq0h_1errh_267:not(#\9) {
269
269
  margin-inline-end: var(--space-xs-6dgkww, 8px);
270
270
  }
271
271
 
272
- .awsui_wrapper_gwq0h_137c3_271:not(#\9) {
272
+ .awsui_wrapper_gwq0h_1errh_271:not(#\9) {
273
273
  box-sizing: border-box;
274
274
  border-block: none;
275
275
  border-inline: none;
@@ -277,78 +277,78 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
277
277
  line-height: var(--line-height-body-m-gw0130, 22px);
278
278
  text-align: start;
279
279
  }
280
- .awsui_wrapper-default_gwq0h_137c3_279:not(#\9), .awsui_wrapper-inline_gwq0h_137c3_279:not(#\9), .awsui_wrapper-footer_gwq0h_137c3_279:not(#\9) {
280
+ .awsui_wrapper-default_gwq0h_1errh_279:not(#\9), .awsui_wrapper-inline_gwq0h_1errh_279:not(#\9), .awsui_wrapper-footer_gwq0h_1errh_279:not(#\9) {
281
281
  border-block: var(--border-divider-section-width-iueskx, 1px) solid transparent;
282
282
  border-inline: var(--border-divider-section-width-iueskx, 1px) solid transparent;
283
283
  }
284
- .awsui_wrapper-navigation_gwq0h_137c3_283:not(#\9) {
284
+ .awsui_wrapper-navigation_gwq0h_1errh_283:not(#\9) {
285
285
  border-inline-start: var(--border-divider-section-width-iueskx, 1px) solid transparent;
286
286
  }
287
- .awsui_wrapper-navigation_gwq0h_137c3_283:not(#\9), .awsui_wrapper-container_gwq0h_137c3_286:not(#\9) {
287
+ .awsui_wrapper-navigation_gwq0h_1errh_283:not(#\9), .awsui_wrapper-container_gwq0h_1errh_286:not(#\9) {
288
288
  display: flex;
289
289
  font-weight: var(--font-weight-heading-s-zyfn4j, 700);
290
290
  }
291
- .awsui_wrapper-default_gwq0h_137c3_279:not(#\9), .awsui_wrapper-inline_gwq0h_137c3_279:not(#\9), .awsui_wrapper-navigation_gwq0h_137c3_283:not(#\9), .awsui_wrapper-footer_gwq0h_137c3_279:not(#\9), .awsui_wrapper-compact_gwq0h_137c3_290:not(#\9) {
291
+ .awsui_wrapper-default_gwq0h_1errh_279:not(#\9), .awsui_wrapper-inline_gwq0h_1errh_279:not(#\9), .awsui_wrapper-navigation_gwq0h_1errh_283:not(#\9), .awsui_wrapper-footer_gwq0h_1errh_279:not(#\9), .awsui_wrapper-compact_gwq0h_1errh_290:not(#\9) {
292
292
  color: var(--color-text-expandable-section-default-vicj65, #545b64);
293
293
  -webkit-font-smoothing: var(--font-smoothing-webkit-trr1e8, auto);
294
294
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-hyxkxc, auto);
295
295
  }
296
- .awsui_wrapper-default_gwq0h_137c3_279:not(#\9), .awsui_wrapper-inline_gwq0h_137c3_279:not(#\9), .awsui_wrapper-navigation_gwq0h_137c3_283:not(#\9), .awsui_wrapper-footer_gwq0h_137c3_279:not(#\9) {
296
+ .awsui_wrapper-default_gwq0h_1errh_279:not(#\9), .awsui_wrapper-inline_gwq0h_1errh_279:not(#\9), .awsui_wrapper-navigation_gwq0h_1errh_283:not(#\9), .awsui_wrapper-footer_gwq0h_1errh_279:not(#\9) {
297
297
  font-size: var(--font-expandable-heading-size-1w0ot0, 14px);
298
298
  letter-spacing: var(--letter-spacing-heading-s-zr7975, normal);
299
299
  }
300
- .awsui_wrapper-default_gwq0h_137c3_279:not(#\9) {
300
+ .awsui_wrapper-default_gwq0h_1errh_279:not(#\9) {
301
301
  padding-block: var(--space-scaled-xxs-krq5fq, 4px);
302
302
  padding-inline-end: var(--space-xxs-y2432o, 4px);
303
303
  }
304
- .awsui_wrapper-default_gwq0h_137c3_279.awsui_header-deprecated_gwq0h_137c3_303:not(#\9) {
304
+ .awsui_wrapper-default_gwq0h_1errh_279.awsui_header-deprecated_gwq0h_1errh_303:not(#\9) {
305
305
  padding-inline-start: var(--space-xxs-y2432o, 4px);
306
306
  }
307
- .awsui_wrapper-default_gwq0h_137c3_279:not(#\9):not(.awsui_header-deprecated_gwq0h_137c3_303), .awsui_wrapper-inline_gwq0h_137c3_279:not(#\9):not(.awsui_header-deprecated_gwq0h_137c3_303) {
307
+ .awsui_wrapper-default_gwq0h_1errh_279:not(#\9):not(.awsui_header-deprecated_gwq0h_1errh_303), .awsui_wrapper-inline_gwq0h_1errh_279:not(#\9):not(.awsui_header-deprecated_gwq0h_1errh_303) {
308
308
  padding-inline-start: calc(var(--size-icon-normal-19036g, 16px) + (var(--line-height-body-m-gw0130, 22px) - var(--size-icon-normal-19036g, 16px)) / -2 + var(--space-xxs-y2432o, 4px) + var(--border-divider-list-width-x6rz7e, 1px));
309
309
  }
310
- .awsui_wrapper-default_gwq0h_137c3_279.awsui_wrapper-expanded_gwq0h_137c3_309:not(#\9), .awsui_wrapper-inline_gwq0h_137c3_279.awsui_wrapper-expanded_gwq0h_137c3_309:not(#\9) {
310
+ .awsui_wrapper-default_gwq0h_1errh_279.awsui_wrapper-expanded_gwq0h_1errh_309:not(#\9), .awsui_wrapper-inline_gwq0h_1errh_279.awsui_wrapper-expanded_gwq0h_1errh_309:not(#\9) {
311
311
  padding-block-end: var(--space-scaled-xxs-krq5fq, 4px);
312
312
  border-block-end-color: var(--color-border-divider-default-u5ytia, #eaeded);
313
313
  }
314
- .awsui_wrapper-footer_gwq0h_137c3_279:not(#\9) {
314
+ .awsui_wrapper-footer_gwq0h_1errh_279:not(#\9) {
315
315
  padding-block: var(--space-scaled-xxs-krq5fq, 4px);
316
316
  }
317
- .awsui_wrapper-footer_gwq0h_137c3_279:not(#\9), .awsui_wrapper-compact_gwq0h_137c3_290:not(#\9) {
317
+ .awsui_wrapper-footer_gwq0h_1errh_279:not(#\9), .awsui_wrapper-compact_gwq0h_1errh_290:not(#\9) {
318
318
  padding-inline-end: 0;
319
319
  }
320
- .awsui_wrapper-footer_gwq0h_137c3_279.awsui_header-deprecated_gwq0h_137c3_303:not(#\9), .awsui_wrapper-compact_gwq0h_137c3_290.awsui_header-deprecated_gwq0h_137c3_303:not(#\9) {
320
+ .awsui_wrapper-footer_gwq0h_1errh_279.awsui_header-deprecated_gwq0h_1errh_303:not(#\9), .awsui_wrapper-compact_gwq0h_1errh_290.awsui_header-deprecated_gwq0h_1errh_303:not(#\9) {
321
321
  padding-inline-start: 0;
322
322
  }
323
- .awsui_wrapper-footer_gwq0h_137c3_279:not(#\9):not(.awsui_header-deprecated_gwq0h_137c3_303), .awsui_wrapper-compact_gwq0h_137c3_290:not(#\9):not(.awsui_header-deprecated_gwq0h_137c3_303) {
323
+ .awsui_wrapper-footer_gwq0h_1errh_279:not(#\9):not(.awsui_header-deprecated_gwq0h_1errh_303), .awsui_wrapper-compact_gwq0h_1errh_290:not(#\9):not(.awsui_header-deprecated_gwq0h_1errh_303) {
324
324
  padding-inline-start: calc(var(--size-icon-normal-19036g, 16px) + (var(--line-height-body-m-gw0130, 22px) - var(--size-icon-normal-19036g, 16px)) / -2 + var(--space-xxs-y2432o, 4px) + var(--border-divider-list-width-x6rz7e, 1px));
325
325
  }
326
- .awsui_wrapper-container_gwq0h_137c3_286:not(#\9) {
326
+ .awsui_wrapper-container_gwq0h_1errh_286:not(#\9) {
327
327
  padding-block: var(--space-container-header-top-2yfg3x, 12px) var(--space-container-header-bottom-p6av5y, 12px);
328
328
  padding-inline-end: var(--space-container-horizontal-v3575u, 20px);
329
329
  }
330
- .awsui_wrapper-container_gwq0h_137c3_286:not(#\9):not(.awsui_wrapper-expanded_gwq0h_137c3_309) {
330
+ .awsui_wrapper-container_gwq0h_1errh_286:not(#\9):not(.awsui_wrapper-expanded_gwq0h_1errh_309) {
331
331
  padding-block-end: var(--space-container-header-top-2yfg3x, 12px);
332
332
  }
333
- .awsui_wrapper-container_gwq0h_137c3_286.awsui_header-deprecated_gwq0h_137c3_303:not(#\9) {
333
+ .awsui_wrapper-container_gwq0h_1errh_286.awsui_header-deprecated_gwq0h_1errh_303:not(#\9) {
334
334
  padding-inline-start: var(--space-container-horizontal-v3575u, 20px);
335
335
  }
336
- .awsui_wrapper-container_gwq0h_137c3_286:not(#\9):not(.awsui_header-deprecated_gwq0h_137c3_303) {
336
+ .awsui_wrapper-container_gwq0h_1errh_286:not(#\9):not(.awsui_header-deprecated_gwq0h_1errh_303) {
337
337
  padding-inline-start: calc(var(--space-container-horizontal-v3575u, 20px) + calc(var(--size-icon-medium-r52788, 16px) + (var(--line-height-body-m-gw0130, 22px) - var(--size-icon-normal-19036g, 16px)) / -2 + var(--space-xs-6dgkww, 8px)));
338
338
  }
339
- body[data-awsui-focus-visible=true] .awsui_wrapper-container_gwq0h_137c3_286:not(#\9):focus {
339
+ body[data-awsui-focus-visible=true] .awsui_wrapper-container_gwq0h_1errh_286:not(#\9):focus {
340
340
  padding-block: calc(var(--space-scaled-s-8j7izy, 12px) - var(--border-divider-section-width-iueskx, 1px));
341
341
  padding-inline: calc(var(--space-l-eenfqd, 20px) - var(--border-divider-section-width-iueskx, 1px));
342
342
  }
343
343
 
344
- .awsui_header_gwq0h_137c3_303:not(#\9) {
344
+ .awsui_header_gwq0h_1errh_303:not(#\9) {
345
345
  /* used in test-utils */
346
346
  }
347
- .awsui_header-wrapper_gwq0h_137c3_346:not(#\9), .awsui_header-deprecated_gwq0h_137c3_303:not(#\9) {
347
+ .awsui_header-wrapper_gwq0h_1errh_346:not(#\9), .awsui_header-deprecated_gwq0h_1errh_303:not(#\9) {
348
348
  display: flex;
349
349
  font-weight: var(--font-weight-heading-s-zyfn4j, 700);
350
350
  }
351
- .awsui_header-wrapper_gwq0h_137c3_346:not(#\9) {
351
+ .awsui_header-wrapper_gwq0h_1errh_346:not(#\9) {
352
352
  font-size: inherit;
353
353
  letter-spacing: inherit;
354
354
  margin-block: 0;
@@ -356,20 +356,20 @@ body[data-awsui-focus-visible=true] .awsui_wrapper-container_gwq0h_137c3_286:not
356
356
  padding-block: 0;
357
357
  padding-inline: 0;
358
358
  }
359
- .awsui_header-actions-wrapper_gwq0h_137c3_358:not(#\9) {
359
+ .awsui_header-actions-wrapper_gwq0h_1errh_358:not(#\9) {
360
360
  display: flex;
361
361
  flex-direction: row;
362
362
  justify-content: space-between;
363
363
  align-items: center;
364
364
  }
365
- body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_137c3_364:not(#\9):focus, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_137c3_364:not(#\9):focus {
365
+ body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_1errh_364:not(#\9):focus, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_1errh_364:not(#\9):focus {
366
366
  position: relative;
367
367
  }
368
- body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_137c3_364:not(#\9):focus, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_137c3_364:not(#\9):focus {
368
+ body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_1errh_364:not(#\9):focus, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_1errh_364:not(#\9):focus {
369
369
  outline: 2px dotted transparent;
370
370
  outline-offset: calc(0px - 1px);
371
371
  }
372
- body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_137c3_364:not(#\9):focus::before, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_137c3_364:not(#\9):focus::before {
372
+ body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_1errh_364:not(#\9):focus::before, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_1errh_364:not(#\9):focus::before {
373
373
  content: " ";
374
374
  display: block;
375
375
  position: absolute;
@@ -383,21 +383,21 @@ body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_137c3_364:not(#\9
383
383
  border-end-end-radius: var(--border-radius-control-default-focus-ring-vy2hlh, 2px);
384
384
  box-shadow: 0 0 0 2px var(--color-border-item-focused-q68bgg, #0073bb);
385
385
  }
386
- .awsui_header-button_gwq0h_137c3_364:not(#\9) {
386
+ .awsui_header-button_gwq0h_1errh_364:not(#\9) {
387
387
  box-sizing: border-box;
388
388
  display: flex;
389
389
  margin-inline-start: calc(-1 * calc(var(--size-icon-normal-19036g, 16px) + (var(--line-height-body-m-gw0130, 22px) - var(--size-icon-normal-19036g, 16px)) / -2 + var(--space-xxs-y2432o, 4px) + var(--border-divider-list-width-x6rz7e, 1px)));
390
390
  }
391
- .awsui_header-container-button_gwq0h_137c3_364:not(#\9) {
391
+ .awsui_header-container-button_gwq0h_1errh_364:not(#\9) {
392
392
  margin-inline-start: calc(-1 * calc(var(--size-icon-medium-r52788, 16px) + (var(--line-height-body-m-gw0130, 22px) - var(--size-icon-normal-19036g, 16px)) / -2 + var(--space-xs-6dgkww, 8px)));
393
393
  }
394
- .awsui_header-container_gwq0h_137c3_364:not(#\9) {
394
+ .awsui_header-container_gwq0h_1errh_364:not(#\9) {
395
395
  inline-size: 100%;
396
396
  }
397
- .awsui_header-container_gwq0h_137c3_364 > .awsui_icon-container_gwq0h_137c3_263:not(#\9) {
397
+ .awsui_header-container_gwq0h_1errh_364 > .awsui_icon-container_gwq0h_1errh_263:not(#\9) {
398
398
  margin-block-start: var(--space-expandable-section-icon-offset-top-r1pryk, 8px);
399
399
  }
400
- .awsui_header-navigation_gwq0h_137c3_399 > .awsui_icon-container_gwq0h_137c3_263:not(#\9) {
400
+ .awsui_header-navigation_gwq0h_1errh_399 > .awsui_icon-container_gwq0h_1errh_263:not(#\9) {
401
401
  display: inline-flex;
402
402
  cursor: pointer;
403
403
  color: var(--color-text-expandable-section-navigation-icon-default-lfxrit, #879596);
@@ -410,17 +410,17 @@ body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_137c3_364:not(#\9
410
410
  text-decoration: none;
411
411
  flex-direction: column;
412
412
  }
413
- .awsui_header-navigation_gwq0h_137c3_399 > .awsui_icon-container_gwq0h_137c3_263:not(#\9):hover {
413
+ .awsui_header-navigation_gwq0h_1errh_399 > .awsui_icon-container_gwq0h_1errh_263:not(#\9):hover {
414
414
  color: var(--color-text-expandable-section-hover-4hvgvf, #16191f);
415
415
  }
416
- body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_137c3_399 > .awsui_icon-container_gwq0h_137c3_263:not(#\9):focus {
416
+ body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_1errh_399 > .awsui_icon-container_gwq0h_1errh_263:not(#\9):focus {
417
417
  position: relative;
418
418
  }
419
- body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_137c3_399 > .awsui_icon-container_gwq0h_137c3_263:not(#\9):focus {
419
+ body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_1errh_399 > .awsui_icon-container_gwq0h_1errh_263:not(#\9):focus {
420
420
  outline: 2px dotted transparent;
421
421
  outline-offset: calc(2px - 1px);
422
422
  }
423
- body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_137c3_399 > .awsui_icon-container_gwq0h_137c3_263:not(#\9):focus::before {
423
+ body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_1errh_399 > .awsui_icon-container_gwq0h_1errh_263:not(#\9):focus::before {
424
424
  content: " ";
425
425
  display: block;
426
426
  position: absolute;
@@ -434,42 +434,42 @@ body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_137c3_399 > .
434
434
  border-end-end-radius: var(--border-radius-control-default-focus-ring-vy2hlh, 2px);
435
435
  box-shadow: 0 0 0 2px var(--color-border-item-focused-q68bgg, #0073bb);
436
436
  }
437
- .awsui_header-text_gwq0h_137c3_436:not(#\9) {
437
+ .awsui_header-text_gwq0h_1errh_436:not(#\9) {
438
438
  /* used in test-utils */
439
439
  }
440
440
 
441
- :not(#\9):not(.awsui_wrapper-compact_gwq0h_137c3_290) > .awsui_header-actions-wrapper_gwq0h_137c3_358 {
441
+ :not(#\9):not(.awsui_wrapper-compact_gwq0h_1errh_290) > .awsui_header-actions-wrapper_gwq0h_1errh_358 {
442
442
  flex-wrap: wrap;
443
443
  column-gap: var(--space-xs-6dgkww, 8px);
444
444
  row-gap: var(--space-scaled-xxxs-6vyqo7, 2px);
445
445
  }
446
446
 
447
- .awsui_content_gwq0h_137c3_157:not(#\9) {
447
+ .awsui_content_gwq0h_1errh_157:not(#\9) {
448
448
  display: none;
449
449
  }
450
- .awsui_content-default_gwq0h_137c3_449:not(#\9), .awsui_content-inline_gwq0h_137c3_449:not(#\9) {
450
+ .awsui_content-default_gwq0h_1errh_449:not(#\9), .awsui_content-inline_gwq0h_1errh_449:not(#\9) {
451
451
  padding-block: var(--space-scaled-xs-t3am3w, 8px);
452
452
  padding-inline: 0;
453
453
  }
454
- .awsui_content-footer_gwq0h_137c3_453:not(#\9) {
454
+ .awsui_content-footer_gwq0h_1errh_453:not(#\9) {
455
455
  padding-block: var(--space-xs-6dgkww, 8px);
456
456
  padding-inline: 0;
457
457
  }
458
- .awsui_content-expanded_gwq0h_137c3_457:not(#\9) {
458
+ .awsui_content-expanded_gwq0h_1errh_457:not(#\9) {
459
459
  display: block;
460
460
  }
461
- .awsui_content-compact_gwq0h_137c3_460:not(#\9) {
461
+ .awsui_content-compact_gwq0h_1errh_460:not(#\9) {
462
462
  padding-inline-start: calc(var(--size-icon-normal-19036g, 16px) + (var(--line-height-body-m-gw0130, 22px) - var(--size-icon-normal-19036g, 16px)) / -2 + var(--space-xxs-y2432o, 4px) + var(--border-divider-list-width-x6rz7e, 1px));
463
463
  }
464
464
 
465
- .awsui_focusable_gwq0h_137c3_464:not(#\9):focus {
465
+ .awsui_focusable_gwq0h_1errh_464:not(#\9):focus {
466
466
  outline: none;
467
467
  text-decoration: none;
468
468
  }
469
- body[data-awsui-focus-visible=true] .awsui_focusable_gwq0h_137c3_464:not(#\9):focus {
469
+ body[data-awsui-focus-visible=true] .awsui_focusable_gwq0h_1errh_464:not(#\9):focus {
470
470
  outline: 2px dotted transparent;
471
- border-block: var(--border-field-width-fjuzc5, 1px) solid var(--color-border-item-focused-q68bgg, #0073bb);
472
- border-inline: var(--border-field-width-fjuzc5, 1px) solid var(--color-border-item-focused-q68bgg, #0073bb);
471
+ border-block: var(--border-width-field-9kmoac, 1px) solid var(--color-border-item-focused-q68bgg, #0073bb);
472
+ border-inline: var(--border-width-field-9kmoac, 1px) solid var(--color-border-item-focused-q68bgg, #0073bb);
473
473
  border-start-start-radius: var(--border-radius-control-default-focus-ring-vy2hlh, 2px);
474
474
  border-start-end-radius: var(--border-radius-control-default-focus-ring-vy2hlh, 2px);
475
475
  border-end-start-radius: var(--border-radius-control-default-focus-ring-vy2hlh, 2px);
@@ -477,9 +477,9 @@ body[data-awsui-focus-visible=true] .awsui_focusable_gwq0h_137c3_464:not(#\9):fo
477
477
  box-shadow: 0 0 0 var(--border-control-focus-ring-shadow-spread-kvz439, 1px) var(--color-border-item-focused-q68bgg, #0073bb);
478
478
  }
479
479
 
480
- .awsui_click-target_gwq0h_137c3_479:not(#\9) {
480
+ .awsui_click-target_gwq0h_1errh_479:not(#\9) {
481
481
  cursor: pointer;
482
482
  }
483
- .awsui_click-target_gwq0h_137c3_479:not(#\9):not(.awsui_wrapper-container_gwq0h_137c3_286):not(.awsui_header-container-button_gwq0h_137c3_364):hover {
483
+ .awsui_click-target_gwq0h_1errh_479:not(#\9):not(.awsui_wrapper-container_gwq0h_1errh_286):not(.awsui_header-container-button_gwq0h_1errh_364):hover {
484
484
  color: var(--color-text-expandable-section-hover-4hvgvf, #16191f);
485
485
  }
@@ -2,39 +2,39 @@
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_137c3_157",
6
- "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_gwq0h_137c3_1",
7
- "trigger-expanded": "awsui_trigger-expanded_gwq0h_137c3_179",
8
- "icon": "awsui_icon_gwq0h_137c3_193",
9
- "root": "awsui_root_gwq0h_137c3_207",
10
- "expand-button": "awsui_expand-button_gwq0h_137c3_245",
11
- "expanded": "awsui_expanded_gwq0h_137c3_253",
12
- "icon-container": "awsui_icon-container_gwq0h_137c3_263",
13
- "icon-container-container": "awsui_icon-container-container_gwq0h_137c3_267",
14
- "wrapper": "awsui_wrapper_gwq0h_137c3_271",
15
- "wrapper-default": "awsui_wrapper-default_gwq0h_137c3_279",
16
- "wrapper-inline": "awsui_wrapper-inline_gwq0h_137c3_279",
17
- "wrapper-footer": "awsui_wrapper-footer_gwq0h_137c3_279",
18
- "wrapper-navigation": "awsui_wrapper-navigation_gwq0h_137c3_283",
19
- "wrapper-container": "awsui_wrapper-container_gwq0h_137c3_286",
20
- "wrapper-compact": "awsui_wrapper-compact_gwq0h_137c3_290",
21
- "header-deprecated": "awsui_header-deprecated_gwq0h_137c3_303",
22
- "wrapper-expanded": "awsui_wrapper-expanded_gwq0h_137c3_309",
23
- "header": "awsui_header_gwq0h_137c3_303",
24
- "header-wrapper": "awsui_header-wrapper_gwq0h_137c3_346",
25
- "header-actions-wrapper": "awsui_header-actions-wrapper_gwq0h_137c3_358",
26
- "header-button": "awsui_header-button_gwq0h_137c3_364",
27
- "header-container-button": "awsui_header-container-button_gwq0h_137c3_364",
28
- "header-container": "awsui_header-container_gwq0h_137c3_364",
29
- "header-navigation": "awsui_header-navigation_gwq0h_137c3_399",
30
- "header-text": "awsui_header-text_gwq0h_137c3_436",
31
- "content": "awsui_content_gwq0h_137c3_157",
32
- "content-default": "awsui_content-default_gwq0h_137c3_449",
33
- "content-inline": "awsui_content-inline_gwq0h_137c3_449",
34
- "content-footer": "awsui_content-footer_gwq0h_137c3_453",
35
- "content-expanded": "awsui_content-expanded_gwq0h_137c3_457",
36
- "content-compact": "awsui_content-compact_gwq0h_137c3_460",
37
- "focusable": "awsui_focusable_gwq0h_137c3_464",
38
- "click-target": "awsui_click-target_gwq0h_137c3_479"
5
+ "content-enter": "awsui_content-enter_gwq0h_1errh_157",
6
+ "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_gwq0h_1errh_1",
7
+ "trigger-expanded": "awsui_trigger-expanded_gwq0h_1errh_179",
8
+ "icon": "awsui_icon_gwq0h_1errh_193",
9
+ "root": "awsui_root_gwq0h_1errh_207",
10
+ "expand-button": "awsui_expand-button_gwq0h_1errh_245",
11
+ "expanded": "awsui_expanded_gwq0h_1errh_253",
12
+ "icon-container": "awsui_icon-container_gwq0h_1errh_263",
13
+ "icon-container-container": "awsui_icon-container-container_gwq0h_1errh_267",
14
+ "wrapper": "awsui_wrapper_gwq0h_1errh_271",
15
+ "wrapper-default": "awsui_wrapper-default_gwq0h_1errh_279",
16
+ "wrapper-inline": "awsui_wrapper-inline_gwq0h_1errh_279",
17
+ "wrapper-footer": "awsui_wrapper-footer_gwq0h_1errh_279",
18
+ "wrapper-navigation": "awsui_wrapper-navigation_gwq0h_1errh_283",
19
+ "wrapper-container": "awsui_wrapper-container_gwq0h_1errh_286",
20
+ "wrapper-compact": "awsui_wrapper-compact_gwq0h_1errh_290",
21
+ "header-deprecated": "awsui_header-deprecated_gwq0h_1errh_303",
22
+ "wrapper-expanded": "awsui_wrapper-expanded_gwq0h_1errh_309",
23
+ "header": "awsui_header_gwq0h_1errh_303",
24
+ "header-wrapper": "awsui_header-wrapper_gwq0h_1errh_346",
25
+ "header-actions-wrapper": "awsui_header-actions-wrapper_gwq0h_1errh_358",
26
+ "header-button": "awsui_header-button_gwq0h_1errh_364",
27
+ "header-container-button": "awsui_header-container-button_gwq0h_1errh_364",
28
+ "header-container": "awsui_header-container_gwq0h_1errh_364",
29
+ "header-navigation": "awsui_header-navigation_gwq0h_1errh_399",
30
+ "header-text": "awsui_header-text_gwq0h_1errh_436",
31
+ "content": "awsui_content_gwq0h_1errh_157",
32
+ "content-default": "awsui_content-default_gwq0h_1errh_449",
33
+ "content-inline": "awsui_content-inline_gwq0h_1errh_449",
34
+ "content-footer": "awsui_content-footer_gwq0h_1errh_453",
35
+ "content-expanded": "awsui_content-expanded_gwq0h_1errh_457",
36
+ "content-compact": "awsui_content-compact_gwq0h_1errh_460",
37
+ "focusable": "awsui_focusable_gwq0h_1errh_464",
38
+ "click-target": "awsui_click-target_gwq0h_1errh_479"
39
39
  };
40
40
 
@@ -1,27 +1,27 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "root": "awsui_root_39ths_y71y3_205",
5
- "file-loading-overlay": "awsui_file-loading-overlay_39ths_y71y3_240",
6
- "file-loading-overlay-single-row": "awsui_file-loading-overlay-single-row_39ths_y71y3_245",
7
- "file-option-name": "awsui_file-option-name_39ths_y71y3_249",
8
- "file-option-size": "awsui_file-option-size_39ths_y71y3_250",
9
- "file-option-last-modified": "awsui_file-option-last-modified_39ths_y71y3_251",
10
- "file-option": "awsui_file-option_39ths_y71y3_249",
11
- "file-option-thumbnail": "awsui_file-option-thumbnail_39ths_y71y3_264",
12
- "file-option-thumbnail-image": "awsui_file-option-thumbnail-image_39ths_y71y3_268",
13
- "file-option-metadata": "awsui_file-option-metadata_39ths_y71y3_281",
14
- "with-image": "awsui_with-image_39ths_y71y3_284",
15
- "single-row-loading": "awsui_single-row-loading_39ths_y71y3_287",
16
- "token": "awsui_token_39ths_y71y3_291",
17
- "token-grid": "awsui_token-grid_39ths_y71y3_298",
18
- "token-contains-image": "awsui_token-contains-image_39ths_y71y3_307",
19
- "token-box": "awsui_token-box_39ths_y71y3_311",
20
- "horizontal": "awsui_horizontal_39ths_y71y3_330",
21
- "error": "awsui_error_39ths_y71y3_338",
22
- "dismiss-button": "awsui_dismiss-button_39ths_y71y3_342",
23
- "warning": "awsui_warning_39ths_y71y3_348",
24
- "read-only": "awsui_read-only_39ths_y71y3_358",
25
- "loading": "awsui_loading_39ths_y71y3_371"
4
+ "root": "awsui_root_39ths_10roo_205",
5
+ "file-loading-overlay": "awsui_file-loading-overlay_39ths_10roo_240",
6
+ "file-loading-overlay-single-row": "awsui_file-loading-overlay-single-row_39ths_10roo_245",
7
+ "file-option-name": "awsui_file-option-name_39ths_10roo_249",
8
+ "file-option-size": "awsui_file-option-size_39ths_10roo_250",
9
+ "file-option-last-modified": "awsui_file-option-last-modified_39ths_10roo_251",
10
+ "file-option": "awsui_file-option_39ths_10roo_249",
11
+ "file-option-thumbnail": "awsui_file-option-thumbnail_39ths_10roo_264",
12
+ "file-option-thumbnail-image": "awsui_file-option-thumbnail-image_39ths_10roo_268",
13
+ "file-option-metadata": "awsui_file-option-metadata_39ths_10roo_281",
14
+ "with-image": "awsui_with-image_39ths_10roo_284",
15
+ "single-row-loading": "awsui_single-row-loading_39ths_10roo_287",
16
+ "token": "awsui_token_39ths_10roo_291",
17
+ "token-grid": "awsui_token-grid_39ths_10roo_298",
18
+ "token-contains-image": "awsui_token-contains-image_39ths_10roo_307",
19
+ "token-box": "awsui_token-box_39ths_10roo_311",
20
+ "horizontal": "awsui_horizontal_39ths_10roo_330",
21
+ "error": "awsui_error_39ths_10roo_338",
22
+ "dismiss-button": "awsui_dismiss-button_39ths_10roo_342",
23
+ "warning": "awsui_warning_39ths_10roo_348",
24
+ "read-only": "awsui_read-only_39ths_10roo_358",
25
+ "loading": "awsui_loading_39ths_10roo_371"
26
26
  };
27
27