@cloudscape-design/components-themeable 3.0.1213 → 3.0.1215

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 (47) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/internal/components/card/styles.scss +1 -0
  3. package/lib/internal/scss/internal/components/dropdown/styles.scss +4 -0
  4. package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +1 -1
  5. package/lib/internal/scss/internal/styles/typography/constants.scss +1 -0
  6. package/lib/internal/scss/internal/styles/typography/mixins.scss +26 -11
  7. package/lib/internal/template/cards/styles.css.js +38 -38
  8. package/lib/internal/template/cards/styles.scoped.css +40 -39
  9. package/lib/internal/template/cards/styles.selectors.js +38 -38
  10. package/lib/internal/template/header/styles.css.js +34 -34
  11. package/lib/internal/template/header/styles.scoped.css +55 -52
  12. package/lib/internal/template/header/styles.selectors.js +34 -34
  13. package/lib/internal/template/help-panel/styles.css.js +6 -6
  14. package/lib/internal/template/help-panel/styles.scoped.css +72 -67
  15. package/lib/internal/template/help-panel/styles.selectors.js +6 -6
  16. package/lib/internal/template/internal/base-component/styles.scoped.css +3 -1
  17. package/lib/internal/template/internal/components/card/styles.css.js +11 -11
  18. package/lib/internal/template/internal/components/card/styles.scoped.css +26 -24
  19. package/lib/internal/template/internal/components/card/styles.selectors.js +11 -11
  20. package/lib/internal/template/internal/components/dropdown/styles.css.js +20 -20
  21. package/lib/internal/template/internal/components/dropdown/styles.scoped.css +67 -37
  22. package/lib/internal/template/internal/components/dropdown/styles.selectors.js +20 -20
  23. package/lib/internal/template/internal/environment.js +2 -2
  24. package/lib/internal/template/internal/environment.json +2 -2
  25. package/lib/internal/template/internal/generated/styles/tokens.d.ts +1 -0
  26. package/lib/internal/template/internal/generated/styles/tokens.js +1 -0
  27. package/lib/internal/template/internal/generated/theming/index.cjs +5 -0
  28. package/lib/internal/template/internal/generated/theming/index.cjs.d.ts +9 -0
  29. package/lib/internal/template/internal/generated/theming/index.d.ts +9 -0
  30. package/lib/internal/template/internal/generated/theming/index.js +5 -0
  31. package/lib/internal/template/popover/styles.css.js +57 -57
  32. package/lib/internal/template/popover/styles.scoped.css +91 -89
  33. package/lib/internal/template/popover/styles.selectors.js +57 -57
  34. package/lib/internal/template/side-navigation/styles.css.js +30 -30
  35. package/lib/internal/template/side-navigation/styles.scoped.css +47 -46
  36. package/lib/internal/template/side-navigation/styles.selectors.js +30 -30
  37. package/lib/internal/template/test-utils/dom/wizard/index.js +2 -2
  38. package/lib/internal/template/test-utils/dom/wizard/index.js.map +1 -1
  39. package/lib/internal/template/test-utils/selectors/wizard/index.js +2 -2
  40. package/lib/internal/template/test-utils/selectors/wizard/index.js.map +1 -1
  41. package/lib/internal/template/text-content/styles.css.js +1 -1
  42. package/lib/internal/template/text-content/styles.scoped.css +65 -60
  43. package/lib/internal/template/text-content/styles.selectors.js +1 -1
  44. package/lib/internal/template/top-navigation/styles.css.js +47 -47
  45. package/lib/internal/template/top-navigation/styles.scoped.css +66 -65
  46. package/lib/internal/template/top-navigation/styles.selectors.js +47 -47
  47. package/package.json +1 -1
@@ -178,7 +178,7 @@
178
178
  */
179
179
  /* Style used for links in slots/components that are text heavy, to help links stand out among
180
180
  surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
181
- .awsui_help-panel_1d237_17pjf_181:not(#\9) {
181
+ .awsui_help-panel_1d237_e434x_181:not(#\9) {
182
182
  border-collapse: separate;
183
183
  border-spacing: 0;
184
184
  box-sizing: border-box;
@@ -214,36 +214,36 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
214
214
  /* stylelint-disable @cloudscape-design/no-implicit-descendant, selector-max-type */
215
215
  /* stylelint-enable @cloudscape-design/no-implicit-descendant, selector-max-type */
216
216
  }
217
- .awsui_help-panel_1d237_17pjf_181 hr:not(#\9) {
217
+ .awsui_help-panel_1d237_e434x_181 hr:not(#\9) {
218
218
  border-block: none;
219
219
  border-inline: none;
220
220
  border-block-start: var(--border-divider-section-width-sznrdy, 1px) solid var(--color-border-divider-default-ipvpev, #eaeded);
221
221
  margin-block: var(--space-scaled-xl-nxtcbc, 24px);
222
222
  margin-inline: calc(-1 * var(--space-panel-divider-margin-horizontal-6msb21, 12px));
223
223
  }
224
- .awsui_help-panel_1d237_17pjf_181 ol:not(#\9),
225
- .awsui_help-panel_1d237_17pjf_181 ul:not(#\9) {
224
+ .awsui_help-panel_1d237_e434x_181 ol:not(#\9),
225
+ .awsui_help-panel_1d237_e434x_181 ul:not(#\9) {
226
226
  padding-inline-start: var(--space-l-3cws6j, 20px);
227
227
  list-style-position: outside;
228
228
  margin-block: var(--space-s-4a5hs8, 12px);
229
229
  margin-inline: 0;
230
230
  }
231
- .awsui_help-panel_1d237_17pjf_181 li:not(#\9) {
231
+ .awsui_help-panel_1d237_e434x_181 li:not(#\9) {
232
232
  margin-block: var(--space-scaled-xxs-jatbiv, 4px);
233
233
  margin-inline: 0;
234
234
  }
235
- .awsui_help-panel_1d237_17pjf_181 a:not(#\9),
236
- .awsui_help-panel_1d237_17pjf_181 h2:not(#\9),
237
- .awsui_help-panel_1d237_17pjf_181 h3:not(#\9),
238
- .awsui_help-panel_1d237_17pjf_181 h4:not(#\9),
239
- .awsui_help-panel_1d237_17pjf_181 h5:not(#\9),
240
- .awsui_help-panel_1d237_17pjf_181 pre:not(#\9),
241
- .awsui_help-panel_1d237_17pjf_181 code:not(#\9) {
235
+ .awsui_help-panel_1d237_e434x_181 a:not(#\9),
236
+ .awsui_help-panel_1d237_e434x_181 h2:not(#\9),
237
+ .awsui_help-panel_1d237_e434x_181 h3:not(#\9),
238
+ .awsui_help-panel_1d237_e434x_181 h4:not(#\9),
239
+ .awsui_help-panel_1d237_e434x_181 h5:not(#\9),
240
+ .awsui_help-panel_1d237_e434x_181 pre:not(#\9),
241
+ .awsui_help-panel_1d237_e434x_181 code:not(#\9) {
242
242
  margin-block: var(--space-xs-kw7k3v, 8px);
243
243
  margin-inline: 0;
244
244
  padding-block: 0;
245
245
  }
246
- .awsui_help-panel_1d237_17pjf_181 code:not(#\9) {
246
+ .awsui_help-panel_1d237_e434x_181 code:not(#\9) {
247
247
  font-size: var(--font-size-body-s-psgqn2, 12px);
248
248
  line-height: var(--line-height-body-s-otgtsr, 16px);
249
249
  letter-spacing: var(--letter-spacing-body-s-egrcsd, normal);
@@ -254,7 +254,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
254
254
  word-wrap: break-word;
255
255
  white-space: pre-wrap;
256
256
  }
257
- .awsui_help-panel_1d237_17pjf_181 pre:not(#\9) {
257
+ .awsui_help-panel_1d237_e434x_181 pre:not(#\9) {
258
258
  font-size: var(--font-size-body-s-psgqn2, 12px);
259
259
  line-height: var(--line-height-body-s-otgtsr, 16px);
260
260
  letter-spacing: var(--letter-spacing-body-s-egrcsd, normal);
@@ -267,41 +267,42 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
267
267
  padding-block: var(--space-xxs-jnczic, 4px);
268
268
  padding-inline: var(--space-xxs-jnczic, 4px);
269
269
  }
270
- .awsui_help-panel_1d237_17pjf_181 dl:not(#\9) {
270
+ .awsui_help-panel_1d237_e434x_181 dl:not(#\9) {
271
271
  margin-block: var(--space-s-4a5hs8, 12px);
272
272
  margin-inline: 0;
273
273
  /* stylelint-disable-next-line selector-max-universal */
274
274
  }
275
- .awsui_help-panel_1d237_17pjf_181 dl *:not(#\9) {
275
+ .awsui_help-panel_1d237_e434x_181 dl *:not(#\9) {
276
276
  margin-block: 0;
277
277
  }
278
- .awsui_help-panel_1d237_17pjf_181 dt:not(#\9) {
278
+ .awsui_help-panel_1d237_e434x_181 dt:not(#\9) {
279
279
  margin-block-start: var(--space-xs-kw7k3v, 8px);
280
280
  font-weight: 700;
281
281
  }
282
- .awsui_help-panel_1d237_17pjf_181 dd:not(#\9) {
282
+ .awsui_help-panel_1d237_e434x_181 dd:not(#\9) {
283
283
  margin-block-start: 0;
284
284
  margin-block-end: var(--space-xs-kw7k3v, 8px);
285
285
  margin-inline: 0;
286
286
  }
287
- .awsui_help-panel_1d237_17pjf_181 h2:not(#\9),
288
- .awsui_help-panel_1d237_17pjf_181 h3:not(#\9),
289
- .awsui_help-panel_1d237_17pjf_181 h4:not(#\9),
290
- .awsui_help-panel_1d237_17pjf_181 h5:not(#\9),
291
- .awsui_help-panel_1d237_17pjf_181 h6:not(#\9) {
287
+ .awsui_help-panel_1d237_e434x_181 h2:not(#\9),
288
+ .awsui_help-panel_1d237_e434x_181 h3:not(#\9),
289
+ .awsui_help-panel_1d237_e434x_181 h4:not(#\9),
290
+ .awsui_help-panel_1d237_e434x_181 h5:not(#\9),
291
+ .awsui_help-panel_1d237_e434x_181 h6:not(#\9) {
292
292
  margin-block-start: var(--space-xl-4dmkh1, 24px);
293
293
  color: var(--color-text-heading-default-wlau07, #16191f);
294
294
  }
295
- .awsui_help-panel_1d237_17pjf_181 > :not(#\9):last-child {
295
+ .awsui_help-panel_1d237_e434x_181 > :not(#\9):last-child {
296
296
  margin-block-end: var(--space-panel-content-bottom-igtxf0, 40px);
297
297
  }
298
- .awsui_help-panel_1d237_17pjf_181 p:not(#\9) {
298
+ .awsui_help-panel_1d237_e434x_181 p:not(#\9) {
299
299
  color: inherit;
300
300
  text-decoration: none;
301
301
  margin-block: var(--space-s-4a5hs8, 12px);
302
302
  margin-inline: 0;
303
303
  }
304
- .awsui_help-panel_1d237_17pjf_181 h1:not(#\9) {
304
+ .awsui_help-panel_1d237_e434x_181 h1:not(#\9) {
305
+ font-family: var(--font-family-heading-gnchto, "Noto Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
305
306
  font-size: var(--font-size-heading-xl-w5di2k, 28px);
306
307
  line-height: var(--line-height-heading-xl-vs1f23, 36px);
307
308
  letter-spacing: var(--letter-spacing-heading-xl-33zwds, normal);
@@ -309,7 +310,8 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
309
310
  -webkit-font-smoothing: var(--font-smoothing-webkit-px4az4, auto);
310
311
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-ev3sgf, auto);
311
312
  }
312
- .awsui_help-panel_1d237_17pjf_181 h2:not(#\9) {
313
+ .awsui_help-panel_1d237_e434x_181 h2:not(#\9) {
314
+ font-family: var(--font-family-heading-gnchto, "Noto Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
313
315
  font-size: var(--font-size-heading-l-qgg2za, 18px);
314
316
  line-height: var(--line-height-heading-l-vhgtnq, 22px);
315
317
  letter-spacing: var(--letter-spacing-heading-l-spdx5v, normal);
@@ -317,7 +319,8 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
317
319
  -webkit-font-smoothing: var(--font-smoothing-webkit-px4az4, auto);
318
320
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-ev3sgf, auto);
319
321
  }
320
- .awsui_help-panel_1d237_17pjf_181 h3:not(#\9) {
322
+ .awsui_help-panel_1d237_e434x_181 h3:not(#\9) {
323
+ font-family: var(--font-family-heading-gnchto, "Noto Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
321
324
  font-size: var(--font-size-heading-m-56jjln, 18px);
322
325
  line-height: var(--line-height-heading-m-irezqt, 22px);
323
326
  letter-spacing: var(--letter-spacing-heading-m-93y02s, normal);
@@ -325,7 +328,8 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
325
328
  -webkit-font-smoothing: var(--font-smoothing-webkit-px4az4, auto);
326
329
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-ev3sgf, auto);
327
330
  }
328
- .awsui_help-panel_1d237_17pjf_181 h4:not(#\9) {
331
+ .awsui_help-panel_1d237_e434x_181 h4:not(#\9) {
332
+ font-family: var(--font-family-heading-gnchto, "Noto Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
329
333
  font-size: var(--font-size-heading-s-yde02v, 16px);
330
334
  line-height: var(--line-height-heading-s-j2axh8, 20px);
331
335
  letter-spacing: var(--letter-spacing-heading-s-696sxe, normal);
@@ -333,24 +337,25 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
333
337
  -webkit-font-smoothing: var(--font-smoothing-webkit-px4az4, auto);
334
338
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-ev3sgf, auto);
335
339
  }
336
- .awsui_help-panel_1d237_17pjf_181 h5:not(#\9) {
340
+ .awsui_help-panel_1d237_e434x_181 h5:not(#\9) {
341
+ font-family: var(--font-family-heading-gnchto, "Noto Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
337
342
  font-size: var(--font-size-heading-xs-c20ika, 16px);
338
343
  line-height: var(--line-height-heading-xs-fuzanp, 20px);
339
344
  font-weight: var(--font-weight-heading-xs-79d2p7, 400);
340
345
  -webkit-font-smoothing: var(--font-smoothing-webkit-px4az4, auto);
341
346
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-ev3sgf, auto);
342
347
  }
343
- .awsui_help-panel_1d237_17pjf_181 b:not(#\9),
344
- .awsui_help-panel_1d237_17pjf_181 strong:not(#\9) {
348
+ .awsui_help-panel_1d237_e434x_181 b:not(#\9),
349
+ .awsui_help-panel_1d237_e434x_181 strong:not(#\9) {
345
350
  font-weight: 700;
346
351
  }
347
352
 
348
- .awsui_loading_1d237_17pjf_348:not(#\9) {
353
+ .awsui_loading_1d237_e434x_353:not(#\9) {
349
354
  padding-inline-start: var(--space-panel-side-left-07kpj4, 32px);
350
355
  padding-inline-end: var(--space-panel-side-right-b77xx0, 32px);
351
356
  }
352
357
 
353
- .awsui_header_1d237_17pjf_353:not(#\9) {
358
+ .awsui_header_1d237_e434x_358:not(#\9) {
354
359
  font-size: var(--font-panel-header-size-i1j838, 18px);
355
360
  letter-spacing: var(--letter-spacing-heading-m-93y02s, normal);
356
361
  line-height: var(--font-panel-header-line-height-z3wpa5, 22px);
@@ -368,15 +373,15 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
368
373
  /* stylelint-disable @cloudscape-design/no-implicit-descendant, selector-max-type */
369
374
  /* stylelint-enable @cloudscape-design/no-implicit-descendant, selector-max-type */
370
375
  }
371
- .awsui_with-toolbar_1d237_17pjf_371 > .awsui_header_1d237_17pjf_353:not(#\9) {
376
+ .awsui_with-toolbar_1d237_e434x_376 > .awsui_header_1d237_e434x_358:not(#\9) {
372
377
  border-color: transparent;
373
378
  margin-block-end: 0px;
374
379
  }
375
- .awsui_header_1d237_17pjf_353 h2:not(#\9),
376
- .awsui_header_1d237_17pjf_353 h3:not(#\9),
377
- .awsui_header_1d237_17pjf_353 h4:not(#\9),
378
- .awsui_header_1d237_17pjf_353 h5:not(#\9),
379
- .awsui_header_1d237_17pjf_353 h6:not(#\9) {
380
+ .awsui_header_1d237_e434x_358 h2:not(#\9),
381
+ .awsui_header_1d237_e434x_358 h3:not(#\9),
382
+ .awsui_header_1d237_e434x_358 h4:not(#\9),
383
+ .awsui_header_1d237_e434x_358 h5:not(#\9),
384
+ .awsui_header_1d237_e434x_358 h6:not(#\9) {
380
385
  font-size: var(--font-panel-header-size-i1j838, 18px);
381
386
  letter-spacing: var(--letter-spacing-heading-m-93y02s, normal);
382
387
  line-height: var(--font-panel-header-line-height-z3wpa5, 22px);
@@ -387,22 +392,22 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
387
392
  margin-block: 0;
388
393
  }
389
394
 
390
- .awsui_content_1d237_17pjf_390:not(#\9) {
395
+ .awsui_content_1d237_e434x_395:not(#\9) {
391
396
  color: var(--color-text-body-secondary-gaft81, #545b64);
392
397
  padding-inline-start: var(--space-panel-side-left-07kpj4, 32px);
393
398
  padding-inline-end: var(--space-panel-side-right-b77xx0, 32px);
394
399
  /* stylelint-disable @cloudscape-design/no-implicit-descendant, selector-max-type */
395
400
  /* stylelint-enable @cloudscape-design/no-implicit-descendant, selector-max-type */
396
401
  }
397
- .awsui_content_1d237_17pjf_390 h2:not(#\9):first-child,
398
- .awsui_content_1d237_17pjf_390 h3:not(#\9):first-child,
399
- .awsui_content_1d237_17pjf_390 h4:not(#\9):first-child,
400
- .awsui_content_1d237_17pjf_390 h5:not(#\9):first-child,
401
- .awsui_content_1d237_17pjf_390 h6:not(#\9):first-child,
402
- .awsui_content_1d237_17pjf_390 p:not(#\9):first-child {
402
+ .awsui_content_1d237_e434x_395 h2:not(#\9):first-child,
403
+ .awsui_content_1d237_e434x_395 h3:not(#\9):first-child,
404
+ .awsui_content_1d237_e434x_395 h4:not(#\9):first-child,
405
+ .awsui_content_1d237_e434x_395 h5:not(#\9):first-child,
406
+ .awsui_content_1d237_e434x_395 h6:not(#\9):first-child,
407
+ .awsui_content_1d237_e434x_395 p:not(#\9):first-child {
403
408
  margin-block-start: 0;
404
409
  }
405
- .awsui_content_1d237_17pjf_390 a:not(#\9) {
410
+ .awsui_content_1d237_e434x_395 a:not(#\9) {
406
411
  text-underline-offset: 0.25em;
407
412
  text-decoration-thickness: 1px;
408
413
  color: var(--awsui-style-color-default-c5ek4l, var(--color-text-link-default-z7zuy8, #0073bb));
@@ -416,31 +421,31 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
416
421
  transition-duration: var(--motion-duration-refresh-only-medium-h3wrr6, 0ms);
417
422
  }
418
423
  @media (prefers-reduced-motion: reduce) {
419
- .awsui_content_1d237_17pjf_390 a:not(#\9) {
424
+ .awsui_content_1d237_e434x_395 a:not(#\9) {
420
425
  animation: none;
421
426
  transition: none;
422
427
  }
423
428
  }
424
- .awsui-motion-disabled .awsui_content_1d237_17pjf_390 a:not(#\9), .awsui-mode-entering .awsui_content_1d237_17pjf_390 a:not(#\9) {
429
+ .awsui-motion-disabled .awsui_content_1d237_e434x_395 a:not(#\9), .awsui-mode-entering .awsui_content_1d237_e434x_395 a:not(#\9) {
425
430
  animation: none;
426
431
  transition: none;
427
432
  }
428
- .awsui_content_1d237_17pjf_390 a:not(#\9):hover {
433
+ .awsui_content_1d237_e434x_395 a:not(#\9):hover {
429
434
  cursor: pointer;
430
435
  color: var(--awsui-style-color-hover-c5ek4l, var(--color-text-link-hover-pqxtsy, #0a4a74));
431
436
  }
432
- .awsui_content_1d237_17pjf_390 a:not(#\9):focus {
437
+ .awsui_content_1d237_e434x_395 a:not(#\9):focus {
433
438
  outline: none;
434
439
  }
435
- .awsui_content_1d237_17pjf_390 a:not(#\9):active {
440
+ .awsui_content_1d237_e434x_395 a:not(#\9):active {
436
441
  color: var(--awsui-style-color-active-c5ek4l, var(--color-text-link-hover-pqxtsy, #0a4a74));
437
442
  }
438
- .awsui_content_1d237_17pjf_390 a:not(#\9):active, .awsui_content_1d237_17pjf_390 a:not(#\9):focus, .awsui_content_1d237_17pjf_390 a:not(#\9):hover {
443
+ .awsui_content_1d237_e434x_395 a:not(#\9):active, .awsui_content_1d237_e434x_395 a:not(#\9):focus, .awsui_content_1d237_e434x_395 a:not(#\9):hover {
439
444
  text-decoration-line: underline;
440
445
  text-decoration-color: currentColor;
441
446
  }
442
447
 
443
- .awsui_footer_1d237_17pjf_441:not(#\9) {
448
+ .awsui_footer_1d237_e434x_446:not(#\9) {
444
449
  color: var(--color-text-body-secondary-gaft81, #545b64);
445
450
  padding-block: 0;
446
451
  padding-inline-start: var(--space-panel-side-left-07kpj4, 32px);
@@ -448,11 +453,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
448
453
  /* stylelint-disable @cloudscape-design/no-implicit-descendant, selector-max-type */
449
454
  /* stylelint-enable @cloudscape-design/no-implicit-descendant, selector-max-type */
450
455
  }
451
- .awsui_footer_1d237_17pjf_441 ul:not(#\9) {
456
+ .awsui_footer_1d237_e434x_446 ul:not(#\9) {
452
457
  list-style: none;
453
458
  padding-inline-start: 0;
454
459
  }
455
- .awsui_footer_1d237_17pjf_441 a:not(#\9) {
460
+ .awsui_footer_1d237_e434x_446 a:not(#\9) {
456
461
  text-underline-offset: 0.25em;
457
462
  text-decoration-thickness: 1px;
458
463
  color: var(--awsui-style-color-default-c5ek4l, var(--color-text-link-default-z7zuy8, #0073bb));
@@ -466,37 +471,37 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
466
471
  transition-duration: var(--motion-duration-refresh-only-medium-h3wrr6, 0ms);
467
472
  }
468
473
  @media (prefers-reduced-motion: reduce) {
469
- .awsui_footer_1d237_17pjf_441 a:not(#\9) {
474
+ .awsui_footer_1d237_e434x_446 a:not(#\9) {
470
475
  animation: none;
471
476
  transition: none;
472
477
  }
473
478
  }
474
- .awsui-motion-disabled .awsui_footer_1d237_17pjf_441 a:not(#\9), .awsui-mode-entering .awsui_footer_1d237_17pjf_441 a:not(#\9) {
479
+ .awsui-motion-disabled .awsui_footer_1d237_e434x_446 a:not(#\9), .awsui-mode-entering .awsui_footer_1d237_e434x_446 a:not(#\9) {
475
480
  animation: none;
476
481
  transition: none;
477
482
  }
478
- .awsui_footer_1d237_17pjf_441 a:not(#\9):hover {
483
+ .awsui_footer_1d237_e434x_446 a:not(#\9):hover {
479
484
  cursor: pointer;
480
485
  color: var(--awsui-style-color-hover-c5ek4l, var(--color-text-link-hover-pqxtsy, #0a4a74));
481
486
  }
482
- .awsui_footer_1d237_17pjf_441 a:not(#\9):focus {
487
+ .awsui_footer_1d237_e434x_446 a:not(#\9):focus {
483
488
  outline: none;
484
489
  }
485
- .awsui_footer_1d237_17pjf_441 a:not(#\9):active {
490
+ .awsui_footer_1d237_e434x_446 a:not(#\9):active {
486
491
  color: var(--awsui-style-color-active-c5ek4l, var(--color-text-link-hover-pqxtsy, #0a4a74));
487
492
  }
488
- .awsui_footer_1d237_17pjf_441 a:not(#\9):active, .awsui_footer_1d237_17pjf_441 a:not(#\9):focus, .awsui_footer_1d237_17pjf_441 a:not(#\9):hover {
493
+ .awsui_footer_1d237_e434x_446 a:not(#\9):active, .awsui_footer_1d237_e434x_446 a:not(#\9):focus, .awsui_footer_1d237_e434x_446 a:not(#\9):hover {
489
494
  text-decoration-line: underline;
490
495
  text-decoration-color: currentColor;
491
496
  }
492
497
 
493
- .awsui_content_1d237_17pjf_390:not(#\9),
494
- .awsui_footer_1d237_17pjf_441:not(#\9) {
498
+ .awsui_content_1d237_e434x_395:not(#\9),
499
+ .awsui_footer_1d237_e434x_446:not(#\9) {
495
500
  /* stylelint-disable @cloudscape-design/no-implicit-descendant, selector-max-type */
496
501
  /* stylelint-enable @cloudscape-design/no-implicit-descendant, selector-max-type */
497
502
  }
498
- .awsui_content_1d237_17pjf_390 a:not(#\9):focus,
499
- .awsui_footer_1d237_17pjf_441 a:not(#\9):focus {
503
+ .awsui_content_1d237_e434x_395 a:not(#\9):focus,
504
+ .awsui_footer_1d237_e434x_446 a:not(#\9):focus {
500
505
  outline: thin dotted;
501
506
  outline: var(--border-link-focus-ring-outline-c5423y, 5px auto Highlight);
502
507
  outline-offset: 2px;
@@ -2,11 +2,11 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "help-panel": "awsui_help-panel_1d237_17pjf_181",
6
- "loading": "awsui_loading_1d237_17pjf_348",
7
- "header": "awsui_header_1d237_17pjf_353",
8
- "with-toolbar": "awsui_with-toolbar_1d237_17pjf_371",
9
- "content": "awsui_content_1d237_17pjf_390",
10
- "footer": "awsui_footer_1d237_17pjf_441"
5
+ "help-panel": "awsui_help-panel_1d237_e434x_181",
6
+ "loading": "awsui_loading_1d237_e434x_353",
7
+ "header": "awsui_header_1d237_e434x_358",
8
+ "with-toolbar": "awsui_with-toolbar_1d237_e434x_376",
9
+ "content": "awsui_content_1d237_e434x_395",
10
+ "footer": "awsui_footer_1d237_e434x_446"
11
11
  };
12
12
 
@@ -517,6 +517,7 @@ body {
517
517
  --font-display-label-weight-ise9n2:400;
518
518
  --font-expandable-heading-size-vrupwx:var(--font-size-body-m-vv54cm);
519
519
  --font-family-base-8x5ngf:"Noto Sans", "Helvetica Neue", Roboto, Arial, sans-serif;
520
+ --font-family-heading-gnchto:var(--font-family-base-8x5ngf);
520
521
  --font-family-monospace-fub2rr:Monaco, Menlo, Consolas, "Courier Prime", Courier, "Courier New", monospace;
521
522
  --font-header-h2-description-line-height-7ibe40:var(--line-height-body-s-otgtsr);
522
523
  --font-header-h2-description-size-t8fx03:var(--font-size-body-s-psgqn2);
@@ -1969,6 +1970,7 @@ body {
1969
1970
  --color-dropzone-border-default-y3wase:var(--color-neutral-500-h8gwav);
1970
1971
  --color-gap-global-drawer-qs4qzi:var(--color-neutral-250-hdfqdx);
1971
1972
  --color-tree-view-connector-line-ao4t04:var(--color-neutral-500-h8gwav);
1973
+ --font-family-heading-gnchto:var(--font-family-base-8x5ngf);
1972
1974
  --border-radius-dropdown-oaxffg:var(--border-radius-item-xggxkd);
1973
1975
  --border-radius-popover-emyrcc:var(--border-radius-input-4vr9on);
1974
1976
  --border-radius-tiles-5li9yd:var(--border-radius-input-4vr9on);
@@ -3813,5 +3815,5 @@ body {
3813
3815
  }
3814
3816
  }
3815
3817
  :root {
3816
- --awsui-version-info-f13e0284: true;
3818
+ --awsui-version-info-8212f28b: true;
3817
3819
  }
@@ -1,16 +1,16 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "root": "awsui_root_1xxz5_1fmrq_153",
5
- "refresh": "awsui_refresh_1xxz5_1fmrq_258",
6
- "header": "awsui_header_1xxz5_1fmrq_266",
7
- "no-padding": "awsui_no-padding_1xxz5_1fmrq_266",
8
- "with-actions": "awsui_with-actions_1xxz5_1fmrq_270",
9
- "header-inner": "awsui_header-inner_1xxz5_1fmrq_278",
10
- "body": "awsui_body_1xxz5_1fmrq_287",
11
- "no-header": "awsui_no-header_1xxz5_1fmrq_297",
12
- "no-content": "awsui_no-content_1xxz5_1fmrq_298",
13
- "selected": "awsui_selected_1xxz5_1fmrq_306",
14
- "description": "awsui_description_1xxz5_1fmrq_314"
4
+ "root": "awsui_root_1xxz5_149fv_153",
5
+ "refresh": "awsui_refresh_1xxz5_149fv_259",
6
+ "header": "awsui_header_1xxz5_149fv_267",
7
+ "no-padding": "awsui_no-padding_1xxz5_149fv_267",
8
+ "with-actions": "awsui_with-actions_1xxz5_149fv_271",
9
+ "header-inner": "awsui_header-inner_1xxz5_149fv_279",
10
+ "body": "awsui_body_1xxz5_149fv_289",
11
+ "no-header": "awsui_no-header_1xxz5_149fv_299",
12
+ "no-content": "awsui_no-content_1xxz5_149fv_300",
13
+ "selected": "awsui_selected_1xxz5_149fv_308",
14
+ "description": "awsui_description_1xxz5_149fv_316"
15
15
  };
16
16
 
@@ -150,39 +150,39 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
150
150
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
151
151
  SPDX-License-Identifier: Apache-2.0
152
152
  */
153
- .awsui_root_1xxz5_1fmrq_153:not(#\9) {
153
+ .awsui_root_1xxz5_149fv_153:not(#\9) {
154
154
  transition-property: background-color;
155
155
  transition-duration: var(--motion-duration-transition-show-paced-0w35xp, 180ms);
156
156
  transition-timing-function: var(--motion-easing-transition-show-paced-ufdgkj, ease-out);
157
157
  }
158
158
  @media (prefers-reduced-motion: reduce) {
159
- .awsui_root_1xxz5_1fmrq_153:not(#\9) {
159
+ .awsui_root_1xxz5_149fv_153:not(#\9) {
160
160
  animation: none;
161
161
  transition: none;
162
162
  }
163
163
  }
164
- .awsui-motion-disabled .awsui_root_1xxz5_1fmrq_153:not(#\9), .awsui-mode-entering .awsui_root_1xxz5_1fmrq_153:not(#\9) {
164
+ .awsui-motion-disabled .awsui_root_1xxz5_149fv_153:not(#\9), .awsui-mode-entering .awsui_root_1xxz5_149fv_153:not(#\9) {
165
165
  animation: none;
166
166
  transition: none;
167
167
  }
168
168
 
169
- .awsui_root_1xxz5_1fmrq_153:not(#\9)::before {
169
+ .awsui_root_1xxz5_149fv_153:not(#\9)::before {
170
170
  transition-property: border-top-color, border-right-color, border-bottom-color, border-left-color;
171
171
  transition-duration: var(--motion-duration-transition-show-paced-0w35xp, 180ms);
172
172
  transition-timing-function: var(--motion-easing-transition-show-paced-ufdgkj, ease-out);
173
173
  }
174
174
  @media (prefers-reduced-motion: reduce) {
175
- .awsui_root_1xxz5_1fmrq_153:not(#\9)::before {
175
+ .awsui_root_1xxz5_149fv_153:not(#\9)::before {
176
176
  animation: none;
177
177
  transition: none;
178
178
  }
179
179
  }
180
- .awsui-motion-disabled .awsui_root_1xxz5_1fmrq_153:not(#\9)::before, .awsui-mode-entering .awsui_root_1xxz5_1fmrq_153:not(#\9)::before {
180
+ .awsui-motion-disabled .awsui_root_1xxz5_149fv_153:not(#\9)::before, .awsui-mode-entering .awsui_root_1xxz5_149fv_153:not(#\9)::before {
181
181
  animation: none;
182
182
  transition: none;
183
183
  }
184
184
 
185
- .awsui_root_1xxz5_1fmrq_153:not(#\9) {
185
+ .awsui_root_1xxz5_149fv_153:not(#\9) {
186
186
  border-collapse: separate;
187
187
  border-spacing: 0;
188
188
  box-sizing: border-box;
@@ -221,8 +221,9 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
221
221
  border-end-start-radius: var(--border-radius-container-l30zxy, 0px);
222
222
  border-end-end-radius: var(--border-radius-container-l30zxy, 0px);
223
223
  box-sizing: border-box;
224
+ block-size: 100%;
224
225
  }
225
- .awsui_root_1xxz5_1fmrq_153:not(#\9)::before {
226
+ .awsui_root_1xxz5_149fv_153:not(#\9)::before {
226
227
  content: "";
227
228
  position: absolute;
228
229
  inset-inline-start: 0px;
@@ -240,7 +241,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
240
241
  border-end-end-radius: var(--border-radius-container-l30zxy, 0px);
241
242
  z-index: 1;
242
243
  }
243
- .awsui_root_1xxz5_1fmrq_153:not(#\9)::after {
244
+ .awsui_root_1xxz5_149fv_153:not(#\9)::after {
244
245
  content: "";
245
246
  position: absolute;
246
247
  inset-inline-start: 0px;
@@ -255,27 +256,28 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
255
256
  border-end-start-radius: var(--border-radius-container-l30zxy, 0px);
256
257
  border-end-end-radius: var(--border-radius-container-l30zxy, 0px);
257
258
  }
258
- .awsui_root_1xxz5_1fmrq_153:not(#\9):not(.awsui_refresh_1xxz5_1fmrq_258)::after {
259
+ .awsui_root_1xxz5_149fv_153:not(#\9):not(.awsui_refresh_1xxz5_149fv_259)::after {
259
260
  box-shadow: var(--shadow-container-3fh0j3, 0 1px 1px 0 rgba(0, 28, 36, 0.3), 1px 1px 1px 0 rgba(0, 28, 36, 0.15), -1px 1px 1px 0 rgba(0, 28, 36, 0.15));
260
261
  }
261
- .awsui_root_1xxz5_1fmrq_153.awsui_refresh_1xxz5_1fmrq_258:not(#\9)::after {
262
+ .awsui_root_1xxz5_149fv_153.awsui_refresh_1xxz5_149fv_259:not(#\9)::after {
262
263
  border-block: solid var(--border-divider-section-width-sznrdy, 1px) var(--color-border-divider-default-ipvpev, #eaeded);
263
264
  border-inline: solid var(--border-divider-section-width-sznrdy, 1px) var(--color-border-divider-default-ipvpev, #eaeded);
264
265
  }
265
266
 
266
- .awsui_header_1xxz5_1fmrq_266:not(#\9):not(.awsui_no-padding_1xxz5_1fmrq_266) {
267
+ .awsui_header_1xxz5_149fv_267:not(#\9):not(.awsui_no-padding_1xxz5_149fv_267) {
267
268
  padding-block-end: var(--space-xxs-jnczic, 4px);
268
269
  padding-inline-start: var(--space-card-horizontal-0tbxbt, 20px);
269
270
  }
270
- .awsui_header_1xxz5_1fmrq_266:not(#\9):not(.awsui_no-padding_1xxz5_1fmrq_266):not(.awsui_with-actions_1xxz5_1fmrq_270) {
271
+ .awsui_header_1xxz5_149fv_267:not(#\9):not(.awsui_no-padding_1xxz5_149fv_267):not(.awsui_with-actions_1xxz5_149fv_271) {
271
272
  padding-block-start: calc(var(--space-card-vertical-nzlc5t, 20px) - var(--space-scaled-xxs-jatbiv, 4px));
272
273
  padding-inline-end: var(--space-card-horizontal-0tbxbt, 20px);
273
274
  }
274
- .awsui_header_1xxz5_1fmrq_266:not(#\9):not(.awsui_no-padding_1xxz5_1fmrq_266).awsui_with-actions_1xxz5_1fmrq_270 {
275
+ .awsui_header_1xxz5_149fv_267:not(#\9):not(.awsui_no-padding_1xxz5_149fv_267).awsui_with-actions_1xxz5_149fv_271 {
275
276
  padding-block-start: calc(var(--space-card-vertical-nzlc5t, 20px) - var(--space-scaled-xxs-jatbiv, 4px) - var(--space-scaled-xxs-jatbiv, 4px));
276
277
  padding-inline-end: calc(var(--space-card-horizontal-0tbxbt, 20px) - var(--space-xxs-jnczic, 4px));
277
278
  }
278
- .awsui_header-inner_1xxz5_1fmrq_278:not(#\9) {
279
+ .awsui_header-inner_1xxz5_149fv_279:not(#\9) {
280
+ font-family: var(--font-family-heading-gnchto, "Noto Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
279
281
  font-size: var(--font-size-heading-s-yde02v, 16px);
280
282
  line-height: var(--line-height-heading-s-j2axh8, 20px);
281
283
  letter-spacing: var(--letter-spacing-heading-s-696sxe, normal);
@@ -284,33 +286,33 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
284
286
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-ev3sgf, auto);
285
287
  }
286
288
 
287
- .awsui_body_1xxz5_1fmrq_287:not(#\9):not(.awsui_no-padding_1xxz5_1fmrq_266) {
289
+ .awsui_body_1xxz5_149fv_289:not(#\9):not(.awsui_no-padding_1xxz5_149fv_267) {
288
290
  padding-block-start: var(--space-xxs-jnczic, 4px);
289
291
  padding-block-end: var(--space-card-vertical-nzlc5t, 20px);
290
292
  padding-inline: var(--space-card-horizontal-0tbxbt, 20px);
291
293
  }
292
- .awsui_body_1xxz5_1fmrq_287.awsui_no-padding_1xxz5_1fmrq_266:not(#\9) {
294
+ .awsui_body_1xxz5_149fv_289.awsui_no-padding_1xxz5_149fv_267:not(#\9) {
293
295
  border-end-start-radius: var(--border-radius-container-l30zxy, 0px);
294
296
  border-end-end-radius: var(--border-radius-container-l30zxy, 0px);
295
297
  }
296
298
 
297
- .awsui_no-header_1xxz5_1fmrq_297 > .awsui_header_1xxz5_1fmrq_266:not(#\9):not(.awsui_no-padding_1xxz5_1fmrq_266),
298
- .awsui_no-content_1xxz5_1fmrq_298 > .awsui_header_1xxz5_1fmrq_266:not(#\9):not(.awsui_no-padding_1xxz5_1fmrq_266) {
299
+ .awsui_no-header_1xxz5_149fv_299 > .awsui_header_1xxz5_149fv_267:not(#\9):not(.awsui_no-padding_1xxz5_149fv_267),
300
+ .awsui_no-content_1xxz5_149fv_300 > .awsui_header_1xxz5_149fv_267:not(#\9):not(.awsui_no-padding_1xxz5_149fv_267) {
299
301
  padding-block-end: 0;
300
302
  }
301
- .awsui_no-header_1xxz5_1fmrq_297 > .awsui_body_1xxz5_1fmrq_287:not(#\9):not(.awsui_no-padding_1xxz5_1fmrq_266),
302
- .awsui_no-content_1xxz5_1fmrq_298 > .awsui_body_1xxz5_1fmrq_287:not(#\9):not(.awsui_no-padding_1xxz5_1fmrq_266) {
303
+ .awsui_no-header_1xxz5_149fv_299 > .awsui_body_1xxz5_149fv_289:not(#\9):not(.awsui_no-padding_1xxz5_149fv_267),
304
+ .awsui_no-content_1xxz5_149fv_300 > .awsui_body_1xxz5_149fv_289:not(#\9):not(.awsui_no-padding_1xxz5_149fv_267) {
303
305
  padding-block-start: 0;
304
306
  }
305
307
 
306
- .awsui_selected_1xxz5_1fmrq_306:not(#\9) {
308
+ .awsui_selected_1xxz5_149fv_308:not(#\9) {
307
309
  background-color: var(--color-background-item-selected-v20q4r, #f1faff);
308
310
  }
309
- .awsui_selected_1xxz5_1fmrq_306:not(#\9)::before {
311
+ .awsui_selected_1xxz5_149fv_308:not(#\9)::before {
310
312
  border-block: var(--border-item-width-acvlhx, 1px) solid var(--color-border-item-selected-vq6ddf, #0073bb);
311
313
  border-inline: var(--border-item-width-acvlhx, 1px) solid var(--color-border-item-selected-vq6ddf, #0073bb);
312
314
  }
313
315
 
314
- .awsui_description_1xxz5_1fmrq_314:not(#\9) {
316
+ .awsui_description_1xxz5_149fv_316:not(#\9) {
315
317
  color: var(--color-text-heading-secondary-26seqv, #545b64);
316
318
  }
@@ -2,16 +2,16 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "root": "awsui_root_1xxz5_1fmrq_153",
6
- "refresh": "awsui_refresh_1xxz5_1fmrq_258",
7
- "header": "awsui_header_1xxz5_1fmrq_266",
8
- "no-padding": "awsui_no-padding_1xxz5_1fmrq_266",
9
- "with-actions": "awsui_with-actions_1xxz5_1fmrq_270",
10
- "header-inner": "awsui_header-inner_1xxz5_1fmrq_278",
11
- "body": "awsui_body_1xxz5_1fmrq_287",
12
- "no-header": "awsui_no-header_1xxz5_1fmrq_297",
13
- "no-content": "awsui_no-content_1xxz5_1fmrq_298",
14
- "selected": "awsui_selected_1xxz5_1fmrq_306",
15
- "description": "awsui_description_1xxz5_1fmrq_314"
5
+ "root": "awsui_root_1xxz5_149fv_153",
6
+ "refresh": "awsui_refresh_1xxz5_149fv_259",
7
+ "header": "awsui_header_1xxz5_149fv_267",
8
+ "no-padding": "awsui_no-padding_1xxz5_149fv_267",
9
+ "with-actions": "awsui_with-actions_1xxz5_149fv_271",
10
+ "header-inner": "awsui_header-inner_1xxz5_149fv_279",
11
+ "body": "awsui_body_1xxz5_149fv_289",
12
+ "no-header": "awsui_no-header_1xxz5_149fv_299",
13
+ "no-content": "awsui_no-content_1xxz5_149fv_300",
14
+ "selected": "awsui_selected_1xxz5_149fv_308",
15
+ "description": "awsui_description_1xxz5_149fv_316"
16
16
  };
17
17
 
@@ -1,25 +1,25 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "dropdown-content-wrapper": "awsui_dropdown-content-wrapper_qwoo0_k3boe_153",
5
- "awsui-motion-fade-in-dropdown": "awsui_awsui-motion-fade-in-dropdown_qwoo0_k3boe_1",
6
- "refresh": "awsui_refresh_qwoo0_k3boe_174",
7
- "awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-0_qwoo0_k3boe_1",
8
- "root": "awsui_root_qwoo0_k3boe_199",
9
- "interior": "awsui_interior_qwoo0_k3boe_232",
10
- "dropdown": "awsui_dropdown_qwoo0_k3boe_153",
11
- "use-portal": "awsui_use-portal_qwoo0_k3boe_242",
12
- "is-empty": "awsui_is-empty_qwoo0_k3boe_288",
13
- "dropdown-drop-up": "awsui_dropdown-drop-up_qwoo0_k3boe_295",
14
- "with-limited-width": "awsui_with-limited-width_qwoo0_k3boe_299",
15
- "dropdown-drop-left": "awsui_dropdown-drop-left_qwoo0_k3boe_302",
16
- "dropdown-drop-right": "awsui_dropdown-drop-right_qwoo0_k3boe_305",
17
- "occupy-entire-width": "awsui_occupy-entire-width_qwoo0_k3boe_308",
18
- "use-flexible-width": "awsui_use-flexible-width_qwoo0_k3boe_311",
19
- "hide-block-border": "awsui_hide-block-border_qwoo0_k3boe_319",
20
- "open": "awsui_open_qwoo0_k3boe_328",
21
- "nowrap": "awsui_nowrap_qwoo0_k3boe_337",
22
- "dropdown-content": "awsui_dropdown-content_qwoo0_k3boe_153",
23
- "stretch-trigger-height": "awsui_stretch-trigger-height_qwoo0_k3boe_348"
4
+ "dropdown-content-wrapper": "awsui_dropdown-content-wrapper_qwoo0_1cll7_153",
5
+ "awsui-motion-fade-in-dropdown": "awsui_awsui-motion-fade-in-dropdown_qwoo0_1cll7_1",
6
+ "refresh": "awsui_refresh_qwoo0_1cll7_174",
7
+ "awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-0_qwoo0_1cll7_1",
8
+ "root": "awsui_root_qwoo0_1cll7_199",
9
+ "interior": "awsui_interior_qwoo0_1cll7_232",
10
+ "dropdown": "awsui_dropdown_qwoo0_1cll7_153",
11
+ "use-portal": "awsui_use-portal_qwoo0_1cll7_242",
12
+ "is-empty": "awsui_is-empty_qwoo0_1cll7_318",
13
+ "dropdown-drop-up": "awsui_dropdown-drop-up_qwoo0_1cll7_325",
14
+ "with-limited-width": "awsui_with-limited-width_qwoo0_1cll7_329",
15
+ "dropdown-drop-left": "awsui_dropdown-drop-left_qwoo0_1cll7_332",
16
+ "dropdown-drop-right": "awsui_dropdown-drop-right_qwoo0_1cll7_335",
17
+ "occupy-entire-width": "awsui_occupy-entire-width_qwoo0_1cll7_338",
18
+ "use-flexible-width": "awsui_use-flexible-width_qwoo0_1cll7_341",
19
+ "hide-block-border": "awsui_hide-block-border_qwoo0_1cll7_349",
20
+ "open": "awsui_open_qwoo0_1cll7_358",
21
+ "nowrap": "awsui_nowrap_qwoo0_1cll7_367",
22
+ "dropdown-content": "awsui_dropdown-content_qwoo0_1cll7_153",
23
+ "stretch-trigger-height": "awsui_stretch-trigger-height_qwoo0_1cll7_378"
24
24
  };
25
25