@cloudscape-design/components-themeable 3.0.1212 → 3.0.1214

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 (82) 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/scss/wizard/styles.scss +21 -6
  8. package/lib/internal/template/button-dropdown/internal.js +1 -1
  9. package/lib/internal/template/button-dropdown/internal.js.map +1 -1
  10. package/lib/internal/template/cards/styles.css.js +38 -38
  11. package/lib/internal/template/cards/styles.scoped.css +40 -39
  12. package/lib/internal/template/cards/styles.selectors.js +38 -38
  13. package/lib/internal/template/date-picker/index.js +1 -1
  14. package/lib/internal/template/date-picker/index.js.map +1 -1
  15. package/lib/internal/template/date-range-picker/dropdown.d.ts +2 -2
  16. package/lib/internal/template/date-range-picker/dropdown.d.ts.map +1 -1
  17. package/lib/internal/template/date-range-picker/dropdown.js +2 -2
  18. package/lib/internal/template/date-range-picker/dropdown.js.map +1 -1
  19. package/lib/internal/template/date-range-picker/index.js +2 -2
  20. package/lib/internal/template/date-range-picker/index.js.map +1 -1
  21. package/lib/internal/template/header/styles.css.js +34 -34
  22. package/lib/internal/template/header/styles.scoped.css +55 -52
  23. package/lib/internal/template/header/styles.selectors.js +34 -34
  24. package/lib/internal/template/help-panel/styles.css.js +6 -6
  25. package/lib/internal/template/help-panel/styles.scoped.css +72 -67
  26. package/lib/internal/template/help-panel/styles.selectors.js +6 -6
  27. package/lib/internal/template/internal/base-component/styles.scoped.css +3 -1
  28. package/lib/internal/template/internal/components/card/styles.css.js +11 -11
  29. package/lib/internal/template/internal/components/card/styles.scoped.css +26 -24
  30. package/lib/internal/template/internal/components/card/styles.selectors.js +11 -11
  31. package/lib/internal/template/internal/components/dropdown/index.d.ts +1 -1
  32. package/lib/internal/template/internal/components/dropdown/index.d.ts.map +1 -1
  33. package/lib/internal/template/internal/components/dropdown/index.js +35 -6
  34. package/lib/internal/template/internal/components/dropdown/index.js.map +1 -1
  35. package/lib/internal/template/internal/components/dropdown/interfaces.d.ts +19 -2
  36. package/lib/internal/template/internal/components/dropdown/interfaces.d.ts.map +1 -1
  37. package/lib/internal/template/internal/components/dropdown/interfaces.js.map +1 -1
  38. package/lib/internal/template/internal/components/dropdown/styles.css.js +20 -20
  39. package/lib/internal/template/internal/components/dropdown/styles.scoped.css +67 -37
  40. package/lib/internal/template/internal/components/dropdown/styles.selectors.js +20 -20
  41. package/lib/internal/template/internal/environment.js +2 -2
  42. package/lib/internal/template/internal/environment.json +2 -2
  43. package/lib/internal/template/internal/generated/styles/tokens.d.ts +1 -0
  44. package/lib/internal/template/internal/generated/styles/tokens.js +1 -0
  45. package/lib/internal/template/internal/generated/theming/index.cjs +5 -0
  46. package/lib/internal/template/internal/generated/theming/index.cjs.d.ts +9 -0
  47. package/lib/internal/template/internal/generated/theming/index.d.ts +9 -0
  48. package/lib/internal/template/internal/generated/theming/index.js +5 -0
  49. package/lib/internal/template/popover/styles.css.js +57 -57
  50. package/lib/internal/template/popover/styles.scoped.css +91 -89
  51. package/lib/internal/template/popover/styles.selectors.js +57 -57
  52. package/lib/internal/template/side-navigation/styles.css.js +30 -30
  53. package/lib/internal/template/side-navigation/styles.scoped.css +47 -46
  54. package/lib/internal/template/side-navigation/styles.selectors.js +30 -30
  55. package/lib/internal/template/text-content/styles.css.js +1 -1
  56. package/lib/internal/template/text-content/styles.scoped.css +65 -60
  57. package/lib/internal/template/text-content/styles.selectors.js +1 -1
  58. package/lib/internal/template/top-navigation/styles.css.js +47 -47
  59. package/lib/internal/template/top-navigation/styles.scoped.css +66 -65
  60. package/lib/internal/template/top-navigation/styles.selectors.js +47 -47
  61. package/lib/internal/template/wizard/internal.d.ts.map +1 -1
  62. package/lib/internal/template/wizard/internal.js +6 -2
  63. package/lib/internal/template/wizard/internal.js.map +1 -1
  64. package/lib/internal/template/wizard/styles.css.js +30 -30
  65. package/lib/internal/template/wizard/styles.scoped.css +76 -63
  66. package/lib/internal/template/wizard/styles.selectors.js +30 -30
  67. package/lib/internal/template/wizard/wizard-form.d.ts +0 -1
  68. package/lib/internal/template/wizard/wizard-form.d.ts.map +1 -1
  69. package/lib/internal/template/wizard/wizard-form.js +1 -4
  70. package/lib/internal/template/wizard/wizard-form.js.map +1 -1
  71. package/lib/internal/template/wizard/wizard-navigation.d.ts.map +1 -1
  72. package/lib/internal/template/wizard/wizard-navigation.js +13 -86
  73. package/lib/internal/template/wizard/wizard-navigation.js.map +1 -1
  74. package/lib/internal/template/wizard/wizard-step-list.d.ts +27 -0
  75. package/lib/internal/template/wizard/wizard-step-list.d.ts.map +1 -0
  76. package/lib/internal/template/wizard/wizard-step-list.js +105 -0
  77. package/lib/internal/template/wizard/wizard-step-list.js.map +1 -0
  78. package/lib/internal/template/wizard/wizard-step-navigation-expandable.d.ts +16 -0
  79. package/lib/internal/template/wizard/wizard-step-navigation-expandable.d.ts.map +1 -0
  80. package/lib/internal/template/wizard/wizard-step-navigation-expandable.js +18 -0
  81. package/lib/internal/template/wizard/wizard-step-navigation-expandable.js.map +1 -0
  82. package/package.json +1 -1
@@ -1,35 +1,35 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "root": "awsui_root_l0dv0_kmbuh_145",
5
- "header": "awsui_header_l0dv0_kmbuh_179",
6
- "header-link": "awsui_header-link_l0dv0_kmbuh_193",
7
- "header-link--has-logo": "awsui_header-link--has-logo_l0dv0_kmbuh_204",
8
- "header-link-text": "awsui_header-link-text_l0dv0_kmbuh_204",
9
- "header-logo": "awsui_header-logo_l0dv0_kmbuh_209",
10
- "header-logo--stretched": "awsui_header-logo--stretched_l0dv0_kmbuh_215",
11
- "items-control": "awsui_items-control_l0dv0_kmbuh_220",
12
- "list-container": "awsui_list-container_l0dv0_kmbuh_224",
13
- "with-toolbar": "awsui_with-toolbar_l0dv0_kmbuh_232",
14
- "divider-header": "awsui_divider-header_l0dv0_kmbuh_232",
15
- "list": "awsui_list_l0dv0_kmbuh_224",
16
- "list-variant-root": "awsui_list-variant-root_l0dv0_kmbuh_245",
17
- "list-variant-root--first": "awsui_list-variant-root--first_l0dv0_kmbuh_252",
18
- "list-variant-expandable-link-group": "awsui_list-variant-expandable-link-group_l0dv0_kmbuh_256",
19
- "list-item": "awsui_list-item_l0dv0_kmbuh_260",
20
- "section": "awsui_section_l0dv0_kmbuh_271",
21
- "expandable-link-group": "awsui_expandable-link-group_l0dv0_kmbuh_272",
22
- "section--no-ident": "awsui_section--no-ident_l0dv0_kmbuh_275",
23
- "expandable-link-group--no-ident": "awsui_expandable-link-group--no-ident_l0dv0_kmbuh_276",
24
- "refresh": "awsui_refresh_l0dv0_kmbuh_284",
25
- "list-variant-section-group": "awsui_list-variant-section-group_l0dv0_kmbuh_295",
26
- "section-group": "awsui_section-group_l0dv0_kmbuh_302",
27
- "section-group-title": "awsui_section-group-title_l0dv0_kmbuh_313",
28
- "link": "awsui_link_l0dv0_kmbuh_317",
29
- "link-active": "awsui_link-active_l0dv0_kmbuh_326",
30
- "info": "awsui_info_l0dv0_kmbuh_363",
31
- "external-icon": "awsui_external-icon_l0dv0_kmbuh_367",
32
- "divider": "awsui_divider_l0dv0_kmbuh_232",
33
- "divider-default": "awsui_divider-default_l0dv0_kmbuh_376"
4
+ "root": "awsui_root_l0dv0_7s0ju_145",
5
+ "header": "awsui_header_l0dv0_7s0ju_179",
6
+ "header-link": "awsui_header-link_l0dv0_7s0ju_193",
7
+ "header-link--has-logo": "awsui_header-link--has-logo_l0dv0_7s0ju_204",
8
+ "header-link-text": "awsui_header-link-text_l0dv0_7s0ju_204",
9
+ "header-logo": "awsui_header-logo_l0dv0_7s0ju_209",
10
+ "header-logo--stretched": "awsui_header-logo--stretched_l0dv0_7s0ju_215",
11
+ "items-control": "awsui_items-control_l0dv0_7s0ju_220",
12
+ "list-container": "awsui_list-container_l0dv0_7s0ju_224",
13
+ "with-toolbar": "awsui_with-toolbar_l0dv0_7s0ju_232",
14
+ "divider-header": "awsui_divider-header_l0dv0_7s0ju_232",
15
+ "list": "awsui_list_l0dv0_7s0ju_224",
16
+ "list-variant-root": "awsui_list-variant-root_l0dv0_7s0ju_245",
17
+ "list-variant-root--first": "awsui_list-variant-root--first_l0dv0_7s0ju_252",
18
+ "list-variant-expandable-link-group": "awsui_list-variant-expandable-link-group_l0dv0_7s0ju_256",
19
+ "list-item": "awsui_list-item_l0dv0_7s0ju_260",
20
+ "section": "awsui_section_l0dv0_7s0ju_271",
21
+ "expandable-link-group": "awsui_expandable-link-group_l0dv0_7s0ju_272",
22
+ "section--no-ident": "awsui_section--no-ident_l0dv0_7s0ju_275",
23
+ "expandable-link-group--no-ident": "awsui_expandable-link-group--no-ident_l0dv0_7s0ju_276",
24
+ "refresh": "awsui_refresh_l0dv0_7s0ju_284",
25
+ "list-variant-section-group": "awsui_list-variant-section-group_l0dv0_7s0ju_295",
26
+ "section-group": "awsui_section-group_l0dv0_7s0ju_302",
27
+ "section-group-title": "awsui_section-group-title_l0dv0_7s0ju_314",
28
+ "link": "awsui_link_l0dv0_7s0ju_318",
29
+ "link-active": "awsui_link-active_l0dv0_7s0ju_327",
30
+ "info": "awsui_info_l0dv0_7s0ju_364",
31
+ "external-icon": "awsui_external-icon_l0dv0_7s0ju_368",
32
+ "divider": "awsui_divider_l0dv0_7s0ju_232",
33
+ "divider-default": "awsui_divider-default_l0dv0_7s0ju_377"
34
34
  };
35
35
 
@@ -142,7 +142,7 @@
142
142
  */
143
143
  /* Style used for links in slots/components that are text heavy, to help links stand out among
144
144
  surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
145
- .awsui_root_l0dv0_kmbuh_145:not(#\9) {
145
+ .awsui_root_l0dv0_7s0ju_145:not(#\9) {
146
146
  border-collapse: separate;
147
147
  border-spacing: 0;
148
148
  box-sizing: border-box;
@@ -176,7 +176,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
176
176
  word-break: break-word;
177
177
  }
178
178
 
179
- .awsui_header_l0dv0_kmbuh_179:not(#\9) {
179
+ .awsui_header_l0dv0_7s0ju_179:not(#\9) {
180
180
  font-size: var(--font-panel-header-size-i1j838, 18px);
181
181
  letter-spacing: var(--letter-spacing-heading-m-93y02s, normal);
182
182
  line-height: var(--font-panel-header-line-height-z3wpa5, 22px);
@@ -190,7 +190,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
190
190
  padding-inline-end: calc(var(--space-scaled-xxl-9ur2is, 32px) + var(--space-xl-4dmkh1, 24px));
191
191
  }
192
192
 
193
- .awsui_header-link_l0dv0_kmbuh_193:not(#\9) {
193
+ .awsui_header-link_l0dv0_7s0ju_193:not(#\9) {
194
194
  font-size: var(--font-panel-header-size-i1j838, 18px);
195
195
  letter-spacing: var(--letter-spacing-heading-m-93y02s, normal);
196
196
  line-height: var(--font-panel-header-line-height-z3wpa5, 22px);
@@ -201,40 +201,40 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
201
201
  min-block-size: var(--font-panel-header-line-height-z3wpa5, 22px);
202
202
  display: flex;
203
203
  }
204
- .awsui_header-link--has-logo_l0dv0_kmbuh_204 > .awsui_header-link-text_l0dv0_kmbuh_204:not(#\9) {
204
+ .awsui_header-link--has-logo_l0dv0_7s0ju_204 > .awsui_header-link-text_l0dv0_7s0ju_204:not(#\9) {
205
205
  font-weight: 400;
206
206
  align-self: center;
207
207
  }
208
208
 
209
- .awsui_header-logo_l0dv0_kmbuh_209:not(#\9) {
209
+ .awsui_header-logo_l0dv0_7s0ju_209:not(#\9) {
210
210
  margin-inline-end: var(--space-s-4a5hs8, 12px);
211
211
  margin-block-start: var(--space-xxxs-3w1kr2, 2px);
212
212
  max-inline-size: calc(1.25 * var(--size-icon-big-hnqj8f, 32px));
213
213
  align-self: flex-start;
214
214
  }
215
- .awsui_header-logo--stretched_l0dv0_kmbuh_215:not(#\9) {
215
+ .awsui_header-logo--stretched_l0dv0_7s0ju_215:not(#\9) {
216
216
  max-inline-size: 100%;
217
217
  margin-inline-end: 0;
218
218
  }
219
219
 
220
- .awsui_items-control_l0dv0_kmbuh_220:not(#\9) {
220
+ .awsui_items-control_l0dv0_7s0ju_220:not(#\9) {
221
221
  padding-inline: var(--space-l-3cws6j, 20px);
222
222
  }
223
223
 
224
- .awsui_list-container_l0dv0_kmbuh_224:not(#\9) {
224
+ .awsui_list-container_l0dv0_7s0ju_224:not(#\9) {
225
225
  margin-block-end: var(--space-panel-content-bottom-igtxf0, 40px);
226
226
  }
227
227
 
228
- .awsui_items-control_l0dv0_kmbuh_220:not(#\9),
229
- .awsui_list-container_l0dv0_kmbuh_224:not(#\9) {
228
+ .awsui_items-control_l0dv0_7s0ju_220:not(#\9),
229
+ .awsui_list-container_l0dv0_7s0ju_224:not(#\9) {
230
230
  margin-block-start: var(--space-panel-content-top-s8rcdz, 20px);
231
231
  }
232
- .awsui_with-toolbar_l0dv0_kmbuh_232 > .awsui_divider-header_l0dv0_kmbuh_232 + .awsui_items-control_l0dv0_kmbuh_220:not(#\9),
233
- .awsui_with-toolbar_l0dv0_kmbuh_232 > .awsui_divider-header_l0dv0_kmbuh_232 + .awsui_list-container_l0dv0_kmbuh_224:not(#\9) {
232
+ .awsui_with-toolbar_l0dv0_7s0ju_232 > .awsui_divider-header_l0dv0_7s0ju_232 + .awsui_items-control_l0dv0_7s0ju_220:not(#\9),
233
+ .awsui_with-toolbar_l0dv0_7s0ju_232 > .awsui_divider-header_l0dv0_7s0ju_232 + .awsui_list-container_l0dv0_7s0ju_224:not(#\9) {
234
234
  margin-block-start: 0;
235
235
  }
236
236
 
237
- .awsui_list_l0dv0_kmbuh_224:not(#\9) {
237
+ .awsui_list_l0dv0_7s0ju_224:not(#\9) {
238
238
  margin-block: 0;
239
239
  margin-inline: 0;
240
240
  padding-block: 0;
@@ -242,64 +242,65 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
242
242
  padding-inline-start: var(--space-l-3cws6j, 20px);
243
243
  }
244
244
 
245
- .awsui_list-variant-root_l0dv0_kmbuh_245:not(#\9) {
245
+ .awsui_list-variant-root_l0dv0_7s0ju_245:not(#\9) {
246
246
  margin-block: 0;
247
247
  margin-inline: 0;
248
248
  padding-block: 0;
249
249
  padding-inline-start: var(--space-panel-nav-left-kmy0f5, 32px);
250
250
  padding-inline-end: var(--space-panel-side-right-b77xx0, 32px);
251
251
  }
252
- .awsui_list-variant-root--first_l0dv0_kmbuh_252:not(#\9) {
252
+ .awsui_list-variant-root--first_l0dv0_7s0ju_252:not(#\9) {
253
253
  margin-block-start: 0;
254
254
  }
255
255
 
256
- .awsui_list-variant-expandable-link-group_l0dv0_kmbuh_256:not(#\9) {
256
+ .awsui_list-variant-expandable-link-group_l0dv0_7s0ju_256:not(#\9) {
257
257
  padding-inline-start: var(--space-xxxl-qhelse, 40px);
258
258
  }
259
259
 
260
- .awsui_list-item_l0dv0_kmbuh_260:not(#\9) {
260
+ .awsui_list-item_l0dv0_7s0ju_260:not(#\9) {
261
261
  margin-block: var(--space-scaled-xs-sppte9, 8px);
262
262
  margin-inline: 0;
263
263
  padding-block: 0;
264
264
  padding-inline: 0;
265
265
  list-style: none;
266
266
  }
267
- .awsui_list-variant-root--first_l0dv0_kmbuh_252 > .awsui_list-item_l0dv0_kmbuh_260:not(#\9):first-child {
267
+ .awsui_list-variant-root--first_l0dv0_7s0ju_252 > .awsui_list-item_l0dv0_7s0ju_260:not(#\9):first-child {
268
268
  margin-block-start: 0px;
269
269
  }
270
270
 
271
- .awsui_section_l0dv0_kmbuh_271:not(#\9),
272
- .awsui_expandable-link-group_l0dv0_kmbuh_272:not(#\9) {
271
+ .awsui_section_l0dv0_7s0ju_271:not(#\9),
272
+ .awsui_expandable-link-group_l0dv0_7s0ju_272:not(#\9) {
273
273
  margin-inline-start: calc(-1 * var(--space-l-3cws6j, 20px));
274
274
  }
275
- .awsui_section--no-ident_l0dv0_kmbuh_275:not(#\9),
276
- .awsui_expandable-link-group--no-ident_l0dv0_kmbuh_276:not(#\9) {
275
+ .awsui_section--no-ident_l0dv0_7s0ju_275:not(#\9),
276
+ .awsui_expandable-link-group--no-ident_l0dv0_7s0ju_276:not(#\9) {
277
277
  margin-inline-start: 0;
278
278
  }
279
279
 
280
- .awsui_section_l0dv0_kmbuh_271:not(#\9) {
280
+ .awsui_section_l0dv0_7s0ju_271:not(#\9) {
281
281
  margin-block: calc(var(--space-scaled-2x-l-hgjmqp, 20px) - var(--border-divider-section-width-sznrdy, 1px));
282
282
  /* stylelint-disable-next-line selector-max-type */
283
283
  }
284
- .awsui_section_l0dv0_kmbuh_271.awsui_refresh_l0dv0_kmbuh_284:not(#\9) {
284
+ .awsui_section_l0dv0_7s0ju_271.awsui_refresh_l0dv0_7s0ju_284:not(#\9) {
285
285
  margin-block: calc(var(--space-scaled-2x-m-gw45gq, 16px) - var(--border-divider-section-width-sznrdy, 1px));
286
286
  }
287
- .awsui_list-variant-root--first_l0dv0_kmbuh_252 > .awsui_list-item_l0dv0_kmbuh_260:not(#\9):first-child > .awsui_section_l0dv0_kmbuh_271 {
287
+ .awsui_list-variant-root--first_l0dv0_7s0ju_252 > .awsui_list-item_l0dv0_7s0ju_260:not(#\9):first-child > .awsui_section_l0dv0_7s0ju_271 {
288
288
  margin-block-start: 0px;
289
289
  }
290
- .awsui_section_l0dv0_kmbuh_271 > div:not(#\9) {
290
+ .awsui_section_l0dv0_7s0ju_271 > div:not(#\9) {
291
291
  padding-block: 0;
292
292
  padding-inline: 0;
293
293
  }
294
294
 
295
- .awsui_list-variant-section-group_l0dv0_kmbuh_295:not(#\9) {
295
+ .awsui_list-variant-section-group_l0dv0_7s0ju_295:not(#\9) {
296
296
  margin-block: 0;
297
297
  margin-inline: 0;
298
298
  padding-block: 0;
299
299
  padding-inline: 0;
300
300
  }
301
301
 
302
- .awsui_section-group_l0dv0_kmbuh_302:not(#\9) {
302
+ .awsui_section-group_l0dv0_7s0ju_302:not(#\9) {
303
+ font-family: var(--font-family-heading-gnchto, "Noto Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
303
304
  font-size: var(--font-size-heading-m-56jjln, 18px);
304
305
  line-height: var(--line-height-heading-m-irezqt, 22px);
305
306
  letter-spacing: var(--letter-spacing-heading-m-93y02s, normal);
@@ -310,11 +311,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
310
311
  margin-inline: 0;
311
312
  }
312
313
 
313
- .awsui_section-group-title_l0dv0_kmbuh_313:not(#\9) {
314
+ .awsui_section-group-title_l0dv0_7s0ju_314:not(#\9) {
314
315
  /* used in test-utils */
315
316
  }
316
317
 
317
- .awsui_link_l0dv0_kmbuh_317:not(#\9) {
318
+ .awsui_link_l0dv0_7s0ju_318:not(#\9) {
318
319
  font-size: var(--font-size-body-m-vv54cm, 14px);
319
320
  line-height: var(--line-height-body-m-bedeoh, 22px);
320
321
  color: var(--color-text-body-secondary-gaft81, #545b64);
@@ -323,30 +324,30 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
323
324
  -moz-osx-font-smoothing: auto;
324
325
  }
325
326
 
326
- .awsui_link-active_l0dv0_kmbuh_326:not(#\9) {
327
+ .awsui_link-active_l0dv0_7s0ju_327:not(#\9) {
327
328
  font-weight: var(--font-wayfinding-link-active-weight-lhxtkr, 700);
328
329
  -webkit-font-smoothing: var(--font-smoothing-webkit-px4az4, auto);
329
330
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-ev3sgf, auto);
330
331
  color: var(--color-text-accent-rvq171, #0073bb);
331
332
  }
332
333
 
333
- .awsui_header-link_l0dv0_kmbuh_193:not(#\9),
334
- .awsui_link_l0dv0_kmbuh_317:not(#\9) {
334
+ .awsui_header-link_l0dv0_7s0ju_193:not(#\9),
335
+ .awsui_link_l0dv0_7s0ju_318:not(#\9) {
335
336
  text-decoration: none;
336
337
  }
337
- .awsui_header-link_l0dv0_kmbuh_193:not(#\9):hover,
338
- .awsui_link_l0dv0_kmbuh_317:not(#\9):hover {
338
+ .awsui_header-link_l0dv0_7s0ju_193:not(#\9):hover,
339
+ .awsui_link_l0dv0_7s0ju_318:not(#\9):hover {
339
340
  color: var(--color-text-accent-rvq171, #0073bb);
340
341
  }
341
- .awsui_header-link_l0dv0_kmbuh_193:not(#\9):focus,
342
- .awsui_link_l0dv0_kmbuh_317:not(#\9):focus {
342
+ .awsui_header-link_l0dv0_7s0ju_193:not(#\9):focus,
343
+ .awsui_link_l0dv0_7s0ju_318:not(#\9):focus {
343
344
  outline: none;
344
345
  }
345
- .awsui_header-link_l0dv0_kmbuh_193:not(#\9):hover, .awsui_header-link_l0dv0_kmbuh_193:not(#\9):focus, .awsui_link_l0dv0_kmbuh_317:not(#\9):hover, .awsui_link_l0dv0_kmbuh_317:not(#\9):focus {
346
+ .awsui_header-link_l0dv0_7s0ju_193:not(#\9):hover, .awsui_header-link_l0dv0_7s0ju_193:not(#\9):focus, .awsui_link_l0dv0_7s0ju_318:not(#\9):hover, .awsui_link_l0dv0_7s0ju_318:not(#\9):focus {
346
347
  text-decoration: none;
347
348
  }
348
- body[data-awsui-focus-visible=true] .awsui_header-link_l0dv0_kmbuh_193:not(#\9):focus,
349
- body[data-awsui-focus-visible=true] .awsui_link_l0dv0_kmbuh_317:not(#\9):focus {
349
+ body[data-awsui-focus-visible=true] .awsui_header-link_l0dv0_7s0ju_193:not(#\9):focus,
350
+ body[data-awsui-focus-visible=true] .awsui_link_l0dv0_7s0ju_318:not(#\9):focus {
350
351
  outline: thin dotted;
351
352
  outline: var(--border-link-focus-ring-outline-c5423y, 5px auto Highlight);
352
353
  outline-offset: 2px;
@@ -358,29 +359,29 @@ body[data-awsui-focus-visible=true] .awsui_link_l0dv0_kmbuh_317:not(#\9):focus {
358
359
  box-shadow: 0 0 0 var(--border-link-focus-ring-shadow-spread-woh62o, 0px) var(--color-border-item-focused-r5f6xl, #0073bb);
359
360
  }
360
361
 
361
- .awsui_info_l0dv0_kmbuh_363:not(#\9) {
362
+ .awsui_info_l0dv0_7s0ju_364:not(#\9) {
362
363
  margin-inline-start: var(--space-xs-kw7k3v, 8px);
363
364
  }
364
365
 
365
- .awsui_external-icon_l0dv0_kmbuh_367:not(#\9) {
366
+ .awsui_external-icon_l0dv0_7s0ju_368:not(#\9) {
366
367
  margin-inline-start: var(--space-xxs-jnczic, 4px);
367
368
  }
368
369
 
369
- .awsui_divider_l0dv0_kmbuh_232:not(#\9) {
370
+ .awsui_divider_l0dv0_7s0ju_232:not(#\9) {
370
371
  border-block: none;
371
372
  border-inline: none;
372
373
  }
373
374
 
374
- .awsui_divider-default_l0dv0_kmbuh_376:not(#\9) {
375
+ .awsui_divider-default_l0dv0_7s0ju_377:not(#\9) {
375
376
  margin-block: var(--space-scaled-2x-xl-vvl7tm, 24px);
376
377
  margin-inline: calc(-1 * var(--space-panel-divider-margin-horizontal-6msb21, 12px));
377
378
  border-block-start: var(--border-divider-section-width-sznrdy, 1px) solid var(--color-border-divider-default-ipvpev, #eaeded);
378
379
  }
379
380
 
380
- .awsui_divider-header_l0dv0_kmbuh_232:not(#\9) {
381
+ .awsui_divider-header_l0dv0_7s0ju_232:not(#\9) {
381
382
  margin-block: 0;
382
383
  border-block-start: var(--border-divider-section-width-sznrdy, 1px) solid var(--color-border-panel-header-iffljr, #eaeded);
383
384
  }
384
- .awsui_with-toolbar_l0dv0_kmbuh_232 > .awsui_divider-header_l0dv0_kmbuh_232:not(#\9) {
385
+ .awsui_with-toolbar_l0dv0_7s0ju_232 > .awsui_divider-header_l0dv0_7s0ju_232:not(#\9) {
385
386
  border-color: transparent;
386
387
  }
@@ -2,35 +2,35 @@
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_l0dv0_kmbuh_145",
6
- "header": "awsui_header_l0dv0_kmbuh_179",
7
- "header-link": "awsui_header-link_l0dv0_kmbuh_193",
8
- "header-link--has-logo": "awsui_header-link--has-logo_l0dv0_kmbuh_204",
9
- "header-link-text": "awsui_header-link-text_l0dv0_kmbuh_204",
10
- "header-logo": "awsui_header-logo_l0dv0_kmbuh_209",
11
- "header-logo--stretched": "awsui_header-logo--stretched_l0dv0_kmbuh_215",
12
- "items-control": "awsui_items-control_l0dv0_kmbuh_220",
13
- "list-container": "awsui_list-container_l0dv0_kmbuh_224",
14
- "with-toolbar": "awsui_with-toolbar_l0dv0_kmbuh_232",
15
- "divider-header": "awsui_divider-header_l0dv0_kmbuh_232",
16
- "list": "awsui_list_l0dv0_kmbuh_224",
17
- "list-variant-root": "awsui_list-variant-root_l0dv0_kmbuh_245",
18
- "list-variant-root--first": "awsui_list-variant-root--first_l0dv0_kmbuh_252",
19
- "list-variant-expandable-link-group": "awsui_list-variant-expandable-link-group_l0dv0_kmbuh_256",
20
- "list-item": "awsui_list-item_l0dv0_kmbuh_260",
21
- "section": "awsui_section_l0dv0_kmbuh_271",
22
- "expandable-link-group": "awsui_expandable-link-group_l0dv0_kmbuh_272",
23
- "section--no-ident": "awsui_section--no-ident_l0dv0_kmbuh_275",
24
- "expandable-link-group--no-ident": "awsui_expandable-link-group--no-ident_l0dv0_kmbuh_276",
25
- "refresh": "awsui_refresh_l0dv0_kmbuh_284",
26
- "list-variant-section-group": "awsui_list-variant-section-group_l0dv0_kmbuh_295",
27
- "section-group": "awsui_section-group_l0dv0_kmbuh_302",
28
- "section-group-title": "awsui_section-group-title_l0dv0_kmbuh_313",
29
- "link": "awsui_link_l0dv0_kmbuh_317",
30
- "link-active": "awsui_link-active_l0dv0_kmbuh_326",
31
- "info": "awsui_info_l0dv0_kmbuh_363",
32
- "external-icon": "awsui_external-icon_l0dv0_kmbuh_367",
33
- "divider": "awsui_divider_l0dv0_kmbuh_232",
34
- "divider-default": "awsui_divider-default_l0dv0_kmbuh_376"
5
+ "root": "awsui_root_l0dv0_7s0ju_145",
6
+ "header": "awsui_header_l0dv0_7s0ju_179",
7
+ "header-link": "awsui_header-link_l0dv0_7s0ju_193",
8
+ "header-link--has-logo": "awsui_header-link--has-logo_l0dv0_7s0ju_204",
9
+ "header-link-text": "awsui_header-link-text_l0dv0_7s0ju_204",
10
+ "header-logo": "awsui_header-logo_l0dv0_7s0ju_209",
11
+ "header-logo--stretched": "awsui_header-logo--stretched_l0dv0_7s0ju_215",
12
+ "items-control": "awsui_items-control_l0dv0_7s0ju_220",
13
+ "list-container": "awsui_list-container_l0dv0_7s0ju_224",
14
+ "with-toolbar": "awsui_with-toolbar_l0dv0_7s0ju_232",
15
+ "divider-header": "awsui_divider-header_l0dv0_7s0ju_232",
16
+ "list": "awsui_list_l0dv0_7s0ju_224",
17
+ "list-variant-root": "awsui_list-variant-root_l0dv0_7s0ju_245",
18
+ "list-variant-root--first": "awsui_list-variant-root--first_l0dv0_7s0ju_252",
19
+ "list-variant-expandable-link-group": "awsui_list-variant-expandable-link-group_l0dv0_7s0ju_256",
20
+ "list-item": "awsui_list-item_l0dv0_7s0ju_260",
21
+ "section": "awsui_section_l0dv0_7s0ju_271",
22
+ "expandable-link-group": "awsui_expandable-link-group_l0dv0_7s0ju_272",
23
+ "section--no-ident": "awsui_section--no-ident_l0dv0_7s0ju_275",
24
+ "expandable-link-group--no-ident": "awsui_expandable-link-group--no-ident_l0dv0_7s0ju_276",
25
+ "refresh": "awsui_refresh_l0dv0_7s0ju_284",
26
+ "list-variant-section-group": "awsui_list-variant-section-group_l0dv0_7s0ju_295",
27
+ "section-group": "awsui_section-group_l0dv0_7s0ju_302",
28
+ "section-group-title": "awsui_section-group-title_l0dv0_7s0ju_314",
29
+ "link": "awsui_link_l0dv0_7s0ju_318",
30
+ "link-active": "awsui_link-active_l0dv0_7s0ju_327",
31
+ "info": "awsui_info_l0dv0_7s0ju_364",
32
+ "external-icon": "awsui_external-icon_l0dv0_7s0ju_368",
33
+ "divider": "awsui_divider_l0dv0_7s0ju_232",
34
+ "divider-default": "awsui_divider-default_l0dv0_7s0ju_377"
35
35
  };
36
36
 
@@ -1,6 +1,6 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "text-content": "awsui_text-content_6absk_havam_146"
4
+ "text-content": "awsui_text-content_6absk_1udjb_146"
5
5
  };
6
6