@cloudscape-design/components-themeable 3.0.1322 → 3.0.1324

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 (80) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/box/base-styles.scss +1 -0
  3. package/lib/internal/scss/flashbar/styles.scss +25 -4
  4. package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +1 -1
  5. package/lib/internal/scss/internal/styles/typography/mixins.scss +16 -0
  6. package/lib/internal/scss/side-navigation/styles.scss +18 -24
  7. package/lib/internal/template/alert/index.d.ts.map +1 -1
  8. package/lib/internal/template/alert/index.js +5 -0
  9. package/lib/internal/template/alert/index.js.map +1 -1
  10. package/lib/internal/template/alert/styles.css.js +27 -27
  11. package/lib/internal/template/alert/styles.scoped.css +44 -44
  12. package/lib/internal/template/alert/styles.selectors.js +27 -27
  13. package/lib/internal/template/box/interfaces.d.ts +1 -1
  14. package/lib/internal/template/box/interfaces.d.ts.map +1 -1
  15. package/lib/internal/template/box/interfaces.js.map +1 -1
  16. package/lib/internal/template/box/styles.css.js +193 -192
  17. package/lib/internal/template/box/styles.scoped.css +246 -241
  18. package/lib/internal/template/box/styles.selectors.js +193 -192
  19. package/lib/internal/template/code-editor/styles.css.js +33 -33
  20. package/lib/internal/template/code-editor/styles.scoped.css +195 -195
  21. package/lib/internal/template/code-editor/styles.selectors.js +33 -33
  22. package/lib/internal/template/flashbar/flash.d.ts.map +1 -1
  23. package/lib/internal/template/flashbar/flash.js +2 -2
  24. package/lib/internal/template/flashbar/flash.js.map +1 -1
  25. package/lib/internal/template/flashbar/index.d.ts.map +1 -1
  26. package/lib/internal/template/flashbar/index.js +5 -0
  27. package/lib/internal/template/flashbar/index.js.map +1 -1
  28. package/lib/internal/template/flashbar/style.d.ts +3 -0
  29. package/lib/internal/template/flashbar/style.d.ts.map +1 -1
  30. package/lib/internal/template/flashbar/style.js +9 -0
  31. package/lib/internal/template/flashbar/style.js.map +1 -1
  32. package/lib/internal/template/flashbar/styles.css.js +50 -50
  33. package/lib/internal/template/flashbar/styles.scoped.css +169 -151
  34. package/lib/internal/template/flashbar/styles.selectors.js +50 -50
  35. package/lib/internal/template/form-field/styles.css.js +24 -24
  36. package/lib/internal/template/form-field/styles.scoped.css +40 -40
  37. package/lib/internal/template/form-field/styles.selectors.js +24 -24
  38. package/lib/internal/template/icon/styles.css.js +41 -41
  39. package/lib/internal/template/icon/styles.scoped.css +94 -94
  40. package/lib/internal/template/icon/styles.selectors.js +41 -41
  41. package/lib/internal/template/input/styles.css.js +18 -18
  42. package/lib/internal/template/input/styles.scoped.css +38 -38
  43. package/lib/internal/template/input/styles.selectors.js +18 -18
  44. package/lib/internal/template/internal/base-component/styles.scoped.css +151 -88
  45. package/lib/internal/template/internal/components/button-trigger/styles.css.js +14 -14
  46. package/lib/internal/template/internal/components/button-trigger/styles.scoped.css +35 -35
  47. package/lib/internal/template/internal/components/button-trigger/styles.selectors.js +14 -14
  48. package/lib/internal/template/internal/environment.js +2 -2
  49. package/lib/internal/template/internal/environment.json +2 -2
  50. package/lib/internal/template/internal/generated/styles/tokens.d.ts +14 -0
  51. package/lib/internal/template/internal/generated/styles/tokens.js +27 -13
  52. package/lib/internal/template/internal/generated/theming/index.cjs +282 -21
  53. package/lib/internal/template/internal/generated/theming/index.cjs.d.ts +126 -0
  54. package/lib/internal/template/internal/generated/theming/index.d.ts +126 -0
  55. package/lib/internal/template/internal/generated/theming/index.js +282 -21
  56. package/lib/internal/template/popover/body.d.ts.map +1 -1
  57. package/lib/internal/template/popover/body.js +2 -2
  58. package/lib/internal/template/popover/body.js.map +1 -1
  59. package/lib/internal/template/prompt-input/styles.css.js +26 -26
  60. package/lib/internal/template/prompt-input/styles.scoped.css +61 -61
  61. package/lib/internal/template/prompt-input/styles.selectors.js +26 -26
  62. package/lib/internal/template/side-navigation/parts.d.ts.map +1 -1
  63. package/lib/internal/template/side-navigation/parts.js +37 -28
  64. package/lib/internal/template/side-navigation/parts.js.map +1 -1
  65. package/lib/internal/template/side-navigation/styles.css.js +46 -46
  66. package/lib/internal/template/side-navigation/styles.scoped.css +85 -111
  67. package/lib/internal/template/side-navigation/styles.selectors.js +46 -46
  68. package/lib/internal/template/slider/styles.css.js +26 -26
  69. package/lib/internal/template/slider/styles.scoped.css +112 -112
  70. package/lib/internal/template/slider/styles.selectors.js +26 -26
  71. package/lib/internal/template/status-indicator/styles.css.js +24 -24
  72. package/lib/internal/template/status-indicator/styles.scoped.css +59 -59
  73. package/lib/internal/template/status-indicator/styles.selectors.js +24 -24
  74. package/lib/internal/template/textarea/styles.css.js +5 -5
  75. package/lib/internal/template/textarea/styles.scoped.css +17 -17
  76. package/lib/internal/template/textarea/styles.selectors.js +5 -5
  77. package/lib/internal/template/tutorial-panel/components/tutorial-detail-view/styles.css.js +20 -20
  78. package/lib/internal/template/tutorial-panel/components/tutorial-detail-view/styles.scoped.css +23 -23
  79. package/lib/internal/template/tutorial-panel/components/tutorial-detail-view/styles.selectors.js +20 -20
  80. package/package.json +1 -1
@@ -143,7 +143,7 @@
143
143
  */
144
144
  /* Style used for links in slots/components that are text heavy, to help links stand out among
145
145
  surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
146
- .awsui_root_l0dv0_ckbh1_146:not(#\9) {
146
+ .awsui_root_l0dv0_fqbnj_146:not(#\9) {
147
147
  border-collapse: separate;
148
148
  border-spacing: 0;
149
149
  box-sizing: border-box;
@@ -177,11 +177,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
177
177
  word-break: break-word;
178
178
  }
179
179
 
180
- .awsui_with-toolbar_l0dv0_ckbh1_180:not(#\9) {
180
+ .awsui_with-toolbar_l0dv0_fqbnj_180:not(#\9) {
181
181
  /* Structural class — parent context for toolbar margin resets. */
182
182
  }
183
183
 
184
- .awsui_header_l0dv0_ckbh1_184:not(#\9) {
184
+ .awsui_header_l0dv0_fqbnj_184:not(#\9) {
185
185
  font-size: var(--font-panel-header-size-i1j838, 18px);
186
186
  letter-spacing: var(--letter-spacing-heading-m-93y02s, normal);
187
187
  line-height: var(--font-panel-header-line-height-z3wpa5, 22px);
@@ -194,14 +194,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
194
194
  padding-inline-start: var(--space-panel-nav-left-kmy0f5, 32px);
195
195
  padding-inline-end: calc(var(--space-scaled-xxl-9ur2is, 32px) + var(--space-xl-4dmkh1, 24px));
196
196
  }
197
- .awsui_header--collapsed_l0dv0_ckbh1_197:not(#\9) {
197
+ .awsui_header--collapsed_l0dv0_fqbnj_197:not(#\9) {
198
198
  padding-inline: 0;
199
199
  display: flex;
200
200
  justify-content: center;
201
201
  align-items: center;
202
202
  }
203
203
 
204
- .awsui_header-link_l0dv0_ckbh1_204:not(#\9) {
204
+ .awsui_header-link_l0dv0_fqbnj_204:not(#\9) {
205
205
  font-size: var(--font-panel-header-size-i1j838, 18px);
206
206
  letter-spacing: var(--letter-spacing-heading-m-93y02s, normal);
207
207
  line-height: var(--font-panel-header-line-height-z3wpa5, 22px);
@@ -212,41 +212,41 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
212
212
  min-block-size: var(--font-panel-header-line-height-z3wpa5, 22px);
213
213
  display: flex;
214
214
  }
215
- .awsui_header-link--has-logo_l0dv0_ckbh1_215 > .awsui_header-link-text_l0dv0_ckbh1_215:not(#\9) {
215
+ .awsui_header-link--has-logo_l0dv0_fqbnj_215 > .awsui_header-link-text_l0dv0_fqbnj_215:not(#\9) {
216
216
  font-weight: var(--font-weight-normal-7w835s, 400);
217
217
  align-self: center;
218
218
  }
219
219
 
220
- .awsui_header-logo_l0dv0_ckbh1_220:not(#\9) {
220
+ .awsui_header-logo_l0dv0_fqbnj_220:not(#\9) {
221
221
  margin-inline-end: var(--space-s-4a5hs8, 12px);
222
222
  margin-block-start: var(--space-xxxs-3w1kr2, 2px);
223
223
  max-inline-size: calc(1.25 * var(--size-icon-big-hnqj8f, 32px));
224
224
  align-self: flex-start;
225
225
  }
226
- .awsui_header-logo--stretched_l0dv0_ckbh1_226:not(#\9) {
226
+ .awsui_header-logo--stretched_l0dv0_fqbnj_226:not(#\9) {
227
227
  max-inline-size: 100%;
228
228
  margin-inline-end: 0;
229
229
  }
230
230
 
231
- .awsui_items-control_l0dv0_ckbh1_231:not(#\9) {
231
+ .awsui_items-control_l0dv0_fqbnj_231:not(#\9) {
232
232
  padding-inline: var(--space-l-3cws6j, 20px);
233
233
  padding-block-start: calc((var(--size-side-navigation-item-height-nnzau5, 28px) - var(--line-height-body-m-bedeoh, 22px)) / 2);
234
234
  }
235
235
 
236
- .awsui_list-container_l0dv0_ckbh1_236:not(#\9) {
236
+ .awsui_list-container_l0dv0_fqbnj_236:not(#\9) {
237
237
  margin-block-end: var(--space-panel-content-bottom-igtxf0, 40px);
238
238
  }
239
239
 
240
- .awsui_items-control_l0dv0_ckbh1_231:not(#\9),
241
- .awsui_list-container_l0dv0_ckbh1_236:not(#\9) {
240
+ .awsui_items-control_l0dv0_fqbnj_231:not(#\9),
241
+ .awsui_list-container_l0dv0_fqbnj_236:not(#\9) {
242
242
  margin-block-start: calc(var(--space-panel-content-top-s8rcdz, 20px) - calc((var(--size-side-navigation-item-height-nnzau5, 28px) - var(--line-height-body-m-bedeoh, 22px)) / 2));
243
243
  }
244
- .awsui_with-toolbar_l0dv0_ckbh1_180 > .awsui_divider-header_l0dv0_ckbh1_244 + .awsui_items-control_l0dv0_ckbh1_231:not(#\9),
245
- .awsui_with-toolbar_l0dv0_ckbh1_180 > .awsui_divider-header_l0dv0_ckbh1_244 + .awsui_list-container_l0dv0_ckbh1_236:not(#\9) {
244
+ .awsui_with-toolbar_l0dv0_fqbnj_180 > .awsui_divider-header_l0dv0_fqbnj_244 + .awsui_items-control_l0dv0_fqbnj_231:not(#\9),
245
+ .awsui_with-toolbar_l0dv0_fqbnj_180 > .awsui_divider-header_l0dv0_fqbnj_244 + .awsui_list-container_l0dv0_fqbnj_236:not(#\9) {
246
246
  margin-block-start: calc(-1 * calc((var(--size-side-navigation-item-height-nnzau5, 28px) - var(--line-height-body-m-bedeoh, 22px)) / 2));
247
247
  }
248
248
 
249
- .awsui_list_l0dv0_ckbh1_236:not(#\9) {
249
+ .awsui_list_l0dv0_fqbnj_236:not(#\9) {
250
250
  margin-block: 0;
251
251
  margin-inline: 0;
252
252
  padding-block: 0;
@@ -254,100 +254,74 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
254
254
  padding-inline-start: calc(var(--size-icon-normal-2f5zkr, 16px) + var(--space-xs-kw7k3v, 8px) - var(--space-xs-kw7k3v, 8px));
255
255
  }
256
256
 
257
- .awsui_list-variant-root_l0dv0_ckbh1_257:not(#\9) {
257
+ .awsui_list-variant-root_l0dv0_fqbnj_257:not(#\9) {
258
258
  margin-block: 0;
259
259
  margin-inline: 0;
260
260
  padding-block: 0;
261
261
  padding-inline-start: calc(var(--space-panel-nav-left-kmy0f5, 32px) - var(--space-xs-kw7k3v, 8px));
262
262
  padding-inline-end: calc(var(--space-panel-side-right-b77xx0, 32px) - var(--space-xs-kw7k3v, 8px));
263
263
  }
264
- .awsui_list-variant-root--first_l0dv0_ckbh1_264:not(#\9) {
264
+ .awsui_list-variant-root--first_l0dv0_fqbnj_264:not(#\9) {
265
265
  margin-block-start: 0;
266
266
  }
267
- .awsui_list-variant-root--collapsed_l0dv0_ckbh1_267:not(#\9) {
267
+ .awsui_list-variant-root--collapsed_l0dv0_fqbnj_267:not(#\9) {
268
268
  padding-inline-start: 0;
269
269
  padding-inline-end: 0;
270
270
  }
271
271
 
272
- .awsui_list-variant-expandable-link-group_l0dv0_ckbh1_272:not(#\9) {
272
+ .awsui_list-variant-expandable-link-group_l0dv0_fqbnj_272:not(#\9) {
273
273
  padding-inline-start: calc(calc(var(--size-icon-normal-2f5zkr, 16px) + var(--space-xs-kw7k3v, 8px) - var(--space-xs-kw7k3v, 8px)) + var(--space-l-3cws6j, 20px));
274
274
  }
275
275
 
276
- .awsui_list-variant-section_l0dv0_ckbh1_276:not(#\9) {
276
+ .awsui_list-variant-section_l0dv0_fqbnj_276:not(#\9) {
277
277
  padding-inline-start: calc(var(--space-l-3cws6j, 20px) - var(--space-xs-kw7k3v, 8px));
278
278
  }
279
279
 
280
- .awsui_list-variant-link-group_l0dv0_ckbh1_280:not(#\9) {
280
+ .awsui_list-variant-link-group_l0dv0_fqbnj_280:not(#\9) {
281
281
  padding-inline-start: calc(var(--size-icon-normal-2f5zkr, 16px) + var(--space-xs-kw7k3v, 8px) - var(--space-xs-kw7k3v, 8px));
282
282
  }
283
283
 
284
- .awsui_list-variant-section-group_l0dv0_ckbh1_284:not(#\9) {
284
+ .awsui_list-variant-section-group_l0dv0_fqbnj_284:not(#\9) {
285
285
  margin-block: calc(var(--space-scaled-xs-sppte9, 8px) - calc((var(--size-side-navigation-item-height-nnzau5, 28px) - var(--line-height-body-m-bedeoh, 22px)) / 2));
286
286
  margin-inline: calc(-1 * var(--space-xs-kw7k3v, 8px));
287
287
  padding-block: 0;
288
288
  padding-inline: 0;
289
289
  }
290
290
 
291
- .awsui_list-item_l0dv0_ckbh1_291:not(#\9) {
291
+ .awsui_list-item_l0dv0_fqbnj_291:not(#\9) {
292
292
  margin-inline: 0;
293
293
  margin-block: var(--space-side-navigation-item-gap-3y4bd2, 0px);
294
294
  padding-block: 0;
295
295
  padding-inline: var(--space-xs-kw7k3v, 8px);
296
296
  list-style: none;
297
- transition: margin var(--motion-duration-expressive-7myv8y, 180ms) var(--motion-easing-responsive-dxkfpl, ease-out);
298
297
  }
299
- @media (prefers-reduced-motion: reduce) {
300
- .awsui_list-item_l0dv0_ckbh1_291:not(#\9) {
301
- animation: none;
302
- transition: none;
303
- }
304
- }
305
- .awsui-motion-disabled .awsui_list-item_l0dv0_ckbh1_291:not(#\9), .awsui-mode-entering .awsui_list-item_l0dv0_ckbh1_291:not(#\9) {
306
- animation: none;
307
- transition: none;
308
- }
309
- .awsui_list-variant-root--first_l0dv0_ckbh1_264 > .awsui_list-item_l0dv0_ckbh1_291:not(#\9):first-child {
298
+ .awsui_list-variant-root--first_l0dv0_fqbnj_264 > .awsui_list-item_l0dv0_fqbnj_291:not(#\9):first-child {
310
299
  margin-block-start: 0px;
311
300
  }
312
- .awsui_list-item--collapsed_l0dv0_ckbh1_312:not(#\9) {
301
+ .awsui_list-item--collapsed_l0dv0_fqbnj_301:not(#\9) {
313
302
  margin-block: var(--space-side-navigation-item-collapsed-gap-bmqsk4, 8px);
314
303
  display: flex;
315
304
  justify-content: center;
316
305
  padding-block: 0;
317
306
  padding-inline: 0;
318
- transition: margin var(--motion-duration-expressive-7myv8y, 180ms) var(--motion-easing-responsive-dxkfpl, ease-out);
319
- }
320
- @media (prefers-reduced-motion: reduce) {
321
- .awsui_list-item--collapsed_l0dv0_ckbh1_312:not(#\9) {
322
- animation: none;
323
- transition: none;
324
- }
325
- }
326
- .awsui-motion-disabled .awsui_list-item--collapsed_l0dv0_ckbh1_312:not(#\9), .awsui-mode-entering .awsui_list-item--collapsed_l0dv0_ckbh1_312:not(#\9) {
327
- animation: none;
328
- transition: none;
329
307
  }
330
- .awsui_list-item--group_l0dv0_ckbh1_330:not(#\9) {
308
+ .awsui_list-item--group_l0dv0_fqbnj_308:not(#\9) {
331
309
  padding-inline: 0;
332
310
  padding-block: var(--space-scaled-s-gjhvjd, 12px);
333
311
  list-style: none;
334
312
  }
335
- .awsui_list-item--group-no-padding-start_l0dv0_ckbh1_335:not(#\9) {
313
+ .awsui_list-item--group-no-padding-start_l0dv0_fqbnj_313:not(#\9) {
336
314
  padding-block-start: 0;
337
315
  }
338
- .awsui_list-item--group-no-padding-end_l0dv0_ckbh1_338:not(#\9) {
316
+ .awsui_list-item--group-no-padding-end_l0dv0_fqbnj_316:not(#\9) {
339
317
  padding-block-end: 0;
340
318
  }
341
- .awsui_list-item--info_l0dv0_ckbh1_341:not(#\9) {
319
+ .awsui_list-item--link-with-info_l0dv0_fqbnj_319:not(#\9) {
342
320
  display: flex;
343
321
  align-items: baseline;
344
322
  }
345
323
 
346
- .awsui_list-item--info_l0dv0_ckbh1_341 > .awsui_list_l0dv0_ckbh1_236:not(#\9) {
347
- inline-size: 100%;
348
- }
349
-
350
- .awsui_list--collapsed-group_l0dv0_ckbh1_350:not(#\9) {
324
+ .awsui_list--collapsed-group_l0dv0_fqbnj_324:not(#\9) {
351
325
  margin-block: 0;
352
326
  margin-inline: 0;
353
327
  padding-block: 0;
@@ -355,29 +329,29 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
355
329
  list-style: none;
356
330
  }
357
331
 
358
- .awsui_section_l0dv0_ckbh1_358:not(#\9),
359
- .awsui_expandable-link-group_l0dv0_ckbh1_359:not(#\9) {
332
+ .awsui_section_l0dv0_fqbnj_332:not(#\9),
333
+ .awsui_expandable-link-group_l0dv0_fqbnj_333:not(#\9) {
360
334
  margin-inline-start: calc(-1 * var(--space-l-3cws6j, 20px));
361
335
  /* stylelint-disable-next-line selector-max-type */
362
336
  /* stylelint-disable-next-line selector-max-type */
363
337
  }
364
- .awsui_section_l0dv0_ckbh1_358 > div:not(#\9),
365
- .awsui_expandable-link-group_l0dv0_ckbh1_359 > div:not(#\9) {
338
+ .awsui_section_l0dv0_fqbnj_332 > div:not(#\9),
339
+ .awsui_expandable-link-group_l0dv0_fqbnj_333 > div:not(#\9) {
366
340
  padding-block: 0;
367
341
  padding-inline: 0;
368
342
  }
369
- .awsui_section_l0dv0_ckbh1_358 > div:not(#\9):first-child > :first-child,
370
- .awsui_expandable-link-group_l0dv0_ckbh1_359 > div:not(#\9):first-child > :first-child {
343
+ .awsui_section_l0dv0_fqbnj_332 > div:not(#\9):first-child > :first-child,
344
+ .awsui_expandable-link-group_l0dv0_fqbnj_333 > div:not(#\9):first-child > :first-child {
371
345
  display: grid;
372
346
  align-items: flex-start;
373
347
  padding-block: calc((var(--size-side-navigation-item-height-nnzau5, 28px) - var(--line-height-body-m-bedeoh, 22px)) / 2);
374
348
  }
375
- .awsui_section--no-ident_l0dv0_ckbh1_375:not(#\9),
376
- .awsui_expandable-link-group--no-ident_l0dv0_ckbh1_376:not(#\9) {
349
+ .awsui_section--no-ident_l0dv0_fqbnj_349:not(#\9),
350
+ .awsui_expandable-link-group--no-ident_l0dv0_fqbnj_350:not(#\9) {
377
351
  margin-inline-start: 0;
378
352
  }
379
353
 
380
- .awsui_expandable-link-group_l0dv0_ckbh1_359 > div:not(#\9):first-child {
354
+ .awsui_expandable-link-group_l0dv0_fqbnj_333 > div:not(#\9):first-child {
381
355
  border-start-start-radius: var(--border-radius-item-xggxkd, 0px);
382
356
  border-start-end-radius: var(--border-radius-item-xggxkd, 0px);
383
357
  border-end-start-radius: var(--border-radius-item-xggxkd, 0px);
@@ -388,21 +362,21 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
388
362
  box-sizing: content-box;
389
363
  }
390
364
 
391
- .awsui_expandable-link-group--active_l0dv0_ckbh1_391 > div:not(#\9):first-child {
365
+ .awsui_expandable-link-group--active_l0dv0_fqbnj_365 > div:not(#\9):first-child {
392
366
  background-color: var(--color-background-side-navigation-item-active-jencj9, transparent);
393
367
  }
394
368
 
395
- .awsui_section_l0dv0_ckbh1_358:not(#\9) {
369
+ .awsui_section_l0dv0_fqbnj_332:not(#\9) {
396
370
  margin-block: calc(var(--space-scaled-2x-l-hgjmqp, 20px) - var(--border-divider-section-width-sznrdy, 1px));
397
371
  }
398
- .awsui_section_l0dv0_ckbh1_358.awsui_refresh_l0dv0_ckbh1_398:not(#\9) {
372
+ .awsui_section_l0dv0_fqbnj_332.awsui_refresh_l0dv0_fqbnj_372:not(#\9) {
399
373
  margin-block: calc(var(--space-scaled-xs-sppte9, 8px) - var(--border-divider-section-width-sznrdy, 1px));
400
374
  }
401
- .awsui_list-variant-root--first_l0dv0_ckbh1_264 > .awsui_list-item_l0dv0_ckbh1_291:not(#\9):first-child > .awsui_section_l0dv0_ckbh1_358 {
375
+ .awsui_list-variant-root--first_l0dv0_fqbnj_264 > .awsui_list-item_l0dv0_fqbnj_291:not(#\9):first-child > .awsui_section_l0dv0_fqbnj_332 {
402
376
  margin-block-start: 0px;
403
377
  }
404
378
 
405
- .awsui_section-group_l0dv0_ckbh1_405:not(#\9) {
379
+ .awsui_section-group_l0dv0_fqbnj_379:not(#\9) {
406
380
  font-family: var(--font-family-heading-gnchto, "Noto Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
407
381
  font-size: var(--font-size-heading-m-56jjln, 18px);
408
382
  line-height: var(--line-height-heading-m-irezqt, 22px);
@@ -413,76 +387,76 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
413
387
  margin-block: calc(var(--space-scaled-xs-sppte9, 8px) - var(--border-divider-section-width-sznrdy, 1px));
414
388
  margin-inline: 0;
415
389
  }
416
- .awsui_list-variant-root--first_l0dv0_ckbh1_264 > .awsui_list-item_l0dv0_ckbh1_291:not(#\9):first-child > .awsui_section-group_l0dv0_ckbh1_405 {
390
+ .awsui_list-variant-root--first_l0dv0_fqbnj_264 > .awsui_list-item_l0dv0_fqbnj_291:not(#\9):first-child > .awsui_section-group_l0dv0_fqbnj_379 {
417
391
  margin-block-start: 0px;
418
392
  }
419
393
 
420
- .awsui_section-group-title_l0dv0_ckbh1_420:not(#\9) {
394
+ .awsui_section-group-title_l0dv0_fqbnj_394:not(#\9) {
421
395
  display: flex;
422
396
  align-items: center;
423
397
  margin-block: 0;
424
398
  }
425
399
 
426
- .awsui_link_l0dv0_ckbh1_426:not(#\9) {
400
+ .awsui_link_l0dv0_fqbnj_400:not(#\9) {
427
401
  font-size: var(--font-size-body-m-vv54cm, 14px);
428
402
  line-height: var(--line-height-body-m-bedeoh, 22px);
429
- color: var(--color-text-body-secondary-gaft81, #545b64);
430
- display: inline-flex;
403
+ color: var(--color-text-side-navigation-item-default-y356qx, #545b64);
404
+ display: flex;
431
405
  padding-block: calc((var(--size-side-navigation-item-height-nnzau5, 28px) - var(--line-height-body-m-bedeoh, 22px)) / 2);
432
406
  min-inline-size: var(--size-side-navigation-item-height-nnzau5, 28px);
433
407
  padding-inline: var(--space-xs-kw7k3v, 8px);
434
408
  margin-inline: calc(-1 * var(--space-xs-kw7k3v, 8px));
435
409
  align-items: flex-start;
436
- border-start-start-radius: var(--border-radius-item-xggxkd, 0px);
437
- border-start-end-radius: var(--border-radius-item-xggxkd, 0px);
438
- border-end-start-radius: var(--border-radius-item-xggxkd, 0px);
439
- border-end-end-radius: var(--border-radius-item-xggxkd, 0px);
410
+ border-start-start-radius: var(--border-radius-side-navigation-item-72lxkg, 0px);
411
+ border-start-end-radius: var(--border-radius-side-navigation-item-72lxkg, 0px);
412
+ border-end-start-radius: var(--border-radius-side-navigation-item-72lxkg, 0px);
413
+ border-end-end-radius: var(--border-radius-side-navigation-item-72lxkg, 0px);
440
414
  font-weight: var(--font-weight-normal-7w835s, 400);
441
415
  -webkit-font-smoothing: auto;
442
416
  -moz-osx-font-smoothing: auto;
443
- transition: background-color var(--motion-duration-expressive-7myv8y, 180ms) var(--motion-easing-responsive-dxkfpl, ease-out), color var(--motion-duration-expressive-7myv8y, 180ms) var(--motion-easing-expressive-k2nlma, ease-out);
444
417
  }
445
- @media (prefers-reduced-motion: reduce) {
446
- .awsui_link_l0dv0_ckbh1_426:not(#\9) {
447
- animation: none;
448
- transition: none;
449
- }
450
- }
451
- .awsui-motion-disabled .awsui_link_l0dv0_ckbh1_426:not(#\9), .awsui-mode-entering .awsui_link_l0dv0_ckbh1_426:not(#\9) {
452
- animation: none;
453
- transition: none;
454
- }
455
- .awsui_link-active_l0dv0_ckbh1_455:not(#\9) {
418
+ .awsui_link-active_l0dv0_fqbnj_418:not(#\9) {
456
419
  font-weight: var(--font-wayfinding-link-active-weight-lhxtkr, 700);
457
420
  -webkit-font-smoothing: var(--font-smoothing-webkit-px4az4, auto);
458
421
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-ev3sgf, auto);
459
422
  color: var(--color-text-side-navigation-item-active-7en75b, #0073bb);
460
423
  background-color: var(--color-background-side-navigation-item-active-jencj9, transparent);
461
424
  }
462
- .awsui_link--collapsed_l0dv0_ckbh1_462:not(#\9) {
425
+ .awsui_link-active_l0dv0_fqbnj_418.awsui_link--collapsed_l0dv0_fqbnj_425:not(#\9) {
426
+ color: var(--color-text-side-navigation-item-active-collapsed-due51j, #ffffff);
427
+ background-color: var(--color-background-side-navigation-item-active-collapsed-h4t2de, #0073bb);
428
+ }
429
+ .awsui_link-active_l0dv0_fqbnj_418.awsui_link--collapsed_l0dv0_fqbnj_425:not(#\9):hover {
430
+ color: var(--color-text-side-navigation-item-active-collapsed-due51j, #ffffff);
431
+ }
432
+ .awsui_link--collapsed_l0dv0_fqbnj_425:not(#\9) {
463
433
  padding-inline: 0;
464
434
  margin-inline: 0;
465
435
  justify-content: center;
466
436
  align-items: center;
437
+ border-start-start-radius: var(--border-radius-side-navigation-item-collapsed-p4rjox, 50%);
438
+ border-start-end-radius: var(--border-radius-side-navigation-item-collapsed-p4rjox, 50%);
439
+ border-end-start-radius: var(--border-radius-side-navigation-item-collapsed-p4rjox, 50%);
440
+ border-end-end-radius: var(--border-radius-side-navigation-item-collapsed-p4rjox, 50%);
467
441
  }
468
442
 
469
- .awsui_header-link_l0dv0_ckbh1_204:not(#\9),
470
- .awsui_link_l0dv0_ckbh1_426:not(#\9) {
443
+ .awsui_header-link_l0dv0_fqbnj_204:not(#\9),
444
+ .awsui_link_l0dv0_fqbnj_400:not(#\9) {
471
445
  text-decoration: none;
472
446
  }
473
- .awsui_header-link_l0dv0_ckbh1_204:not(#\9):hover,
474
- .awsui_link_l0dv0_ckbh1_426:not(#\9):hover {
447
+ .awsui_header-link_l0dv0_fqbnj_204:not(#\9):hover,
448
+ .awsui_link_l0dv0_fqbnj_400:not(#\9):hover {
475
449
  color: var(--color-text-side-navigation-item-active-7en75b, #0073bb);
476
450
  }
477
- .awsui_header-link_l0dv0_ckbh1_204:not(#\9):focus,
478
- .awsui_link_l0dv0_ckbh1_426:not(#\9):focus {
451
+ .awsui_header-link_l0dv0_fqbnj_204:not(#\9):focus,
452
+ .awsui_link_l0dv0_fqbnj_400:not(#\9):focus {
479
453
  outline: none;
480
454
  }
481
- .awsui_header-link_l0dv0_ckbh1_204:not(#\9):hover, .awsui_header-link_l0dv0_ckbh1_204:not(#\9):focus, .awsui_link_l0dv0_ckbh1_426:not(#\9):hover, .awsui_link_l0dv0_ckbh1_426:not(#\9):focus {
455
+ .awsui_header-link_l0dv0_fqbnj_204:not(#\9):hover, .awsui_header-link_l0dv0_fqbnj_204:not(#\9):focus, .awsui_link_l0dv0_fqbnj_400:not(#\9):hover, .awsui_link_l0dv0_fqbnj_400:not(#\9):focus {
482
456
  text-decoration: none;
483
457
  }
484
- body[data-awsui-focus-visible=true] .awsui_header-link_l0dv0_ckbh1_204:not(#\9):focus,
485
- body[data-awsui-focus-visible=true] .awsui_link_l0dv0_ckbh1_426:not(#\9):focus {
458
+ body[data-awsui-focus-visible=true] .awsui_header-link_l0dv0_fqbnj_204:not(#\9):focus,
459
+ body[data-awsui-focus-visible=true] .awsui_link_l0dv0_fqbnj_400:not(#\9):focus {
486
460
  outline: thin dotted;
487
461
  outline: var(--border-link-focus-ring-outline-c5423y, 5px auto Highlight);
488
462
  outline-offset: 2px;
@@ -494,43 +468,43 @@ body[data-awsui-focus-visible=true] .awsui_link_l0dv0_ckbh1_426:not(#\9):focus {
494
468
  box-shadow: 0 0 0 var(--border-link-focus-ring-shadow-spread-woh62o, 0px) var(--color-border-item-focused-r5f6xl, #0073bb);
495
469
  }
496
470
 
497
- .awsui_link-text-wrapper_l0dv0_ckbh1_499:not(#\9) {
471
+ .awsui_link-text-wrapper_l0dv0_fqbnj_473:not(#\9) {
498
472
  min-inline-size: 0;
499
473
  }
500
474
 
501
- .awsui_info_l0dv0_ckbh1_503:not(#\9) {
475
+ .awsui_info_l0dv0_fqbnj_477:not(#\9) {
502
476
  margin-inline-start: var(--space-s-4a5hs8, 12px);
503
477
  flex-shrink: 0;
504
478
  }
505
479
 
506
- .awsui_item-icon_l0dv0_ckbh1_508:not(#\9) {
480
+ .awsui_item-icon_l0dv0_fqbnj_482:not(#\9) {
507
481
  display: inline-flex;
508
482
  flex-shrink: 0;
509
483
  }
510
- .awsui_item-icon_l0dv0_ckbh1_508:not(#\9):not(.awsui_item-icon--collapsed_l0dv0_ckbh1_512) {
484
+ .awsui_item-icon_l0dv0_fqbnj_482:not(#\9):not(.awsui_item-icon--collapsed_l0dv0_fqbnj_486) {
511
485
  margin-inline-end: var(--space-xs-kw7k3v, 8px);
512
486
  }
513
487
 
514
- .awsui_external-icon_l0dv0_ckbh1_516:not(#\9) {
488
+ .awsui_external-icon_l0dv0_fqbnj_490:not(#\9) {
515
489
  margin-inline-start: var(--space-xxs-jnczic, 4px);
516
490
  }
517
491
 
518
- .awsui_divider_l0dv0_ckbh1_244:not(#\9) {
492
+ .awsui_divider_l0dv0_fqbnj_244:not(#\9) {
519
493
  border-block: none;
520
494
  border-inline: none;
521
495
  }
522
- .awsui_divider-default_l0dv0_ckbh1_524:not(#\9) {
496
+ .awsui_divider-default_l0dv0_fqbnj_498:not(#\9) {
523
497
  margin-block: calc(var(--space-scaled-2x-xl-vvl7tm, 24px) - calc((var(--size-side-navigation-item-height-nnzau5, 28px) - var(--line-height-body-m-bedeoh, 22px)) / 2));
524
498
  border-block-start: var(--border-divider-section-width-sznrdy, 1px) solid var(--color-border-divider-default-ipvpev, #eaeded);
525
499
  }
526
- .awsui_divider-default_l0dv0_ckbh1_524.awsui_divider--collapsed_l0dv0_ckbh1_528:not(#\9) {
500
+ .awsui_divider-default_l0dv0_fqbnj_498.awsui_divider--collapsed_l0dv0_fqbnj_502:not(#\9) {
527
501
  margin-block: var(--space-scaled-2x-m-gw45gq, 16px);
528
502
  margin-inline: var(--space-xs-kw7k3v, 8px);
529
503
  }
530
- .awsui_divider-header_l0dv0_ckbh1_244:not(#\9) {
504
+ .awsui_divider-header_l0dv0_fqbnj_244:not(#\9) {
531
505
  margin-block: 0;
532
506
  border-block-start: var(--border-divider-section-width-sznrdy, 1px) solid var(--color-border-panel-header-iffljr, #eaeded);
533
507
  }
534
- .awsui_with-toolbar_l0dv0_ckbh1_180 > .awsui_divider-header_l0dv0_ckbh1_244:not(#\9) {
508
+ .awsui_with-toolbar_l0dv0_fqbnj_180 > .awsui_divider-header_l0dv0_fqbnj_244:not(#\9) {
535
509
  border-color: transparent;
536
510
  }
@@ -2,51 +2,51 @@
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_ckbh1_146",
6
- "with-toolbar": "awsui_with-toolbar_l0dv0_ckbh1_180",
7
- "header": "awsui_header_l0dv0_ckbh1_184",
8
- "header--collapsed": "awsui_header--collapsed_l0dv0_ckbh1_197",
9
- "header-link": "awsui_header-link_l0dv0_ckbh1_204",
10
- "header-link--has-logo": "awsui_header-link--has-logo_l0dv0_ckbh1_215",
11
- "header-link-text": "awsui_header-link-text_l0dv0_ckbh1_215",
12
- "header-logo": "awsui_header-logo_l0dv0_ckbh1_220",
13
- "header-logo--stretched": "awsui_header-logo--stretched_l0dv0_ckbh1_226",
14
- "items-control": "awsui_items-control_l0dv0_ckbh1_231",
15
- "list-container": "awsui_list-container_l0dv0_ckbh1_236",
16
- "divider-header": "awsui_divider-header_l0dv0_ckbh1_244",
17
- "list": "awsui_list_l0dv0_ckbh1_236",
18
- "list-variant-root": "awsui_list-variant-root_l0dv0_ckbh1_257",
19
- "list-variant-root--first": "awsui_list-variant-root--first_l0dv0_ckbh1_264",
20
- "list-variant-root--collapsed": "awsui_list-variant-root--collapsed_l0dv0_ckbh1_267",
21
- "list-variant-expandable-link-group": "awsui_list-variant-expandable-link-group_l0dv0_ckbh1_272",
22
- "list-variant-section": "awsui_list-variant-section_l0dv0_ckbh1_276",
23
- "list-variant-link-group": "awsui_list-variant-link-group_l0dv0_ckbh1_280",
24
- "list-variant-section-group": "awsui_list-variant-section-group_l0dv0_ckbh1_284",
25
- "list-item": "awsui_list-item_l0dv0_ckbh1_291",
26
- "list-item--collapsed": "awsui_list-item--collapsed_l0dv0_ckbh1_312",
27
- "list-item--group": "awsui_list-item--group_l0dv0_ckbh1_330",
28
- "list-item--group-no-padding-start": "awsui_list-item--group-no-padding-start_l0dv0_ckbh1_335",
29
- "list-item--group-no-padding-end": "awsui_list-item--group-no-padding-end_l0dv0_ckbh1_338",
30
- "list-item--info": "awsui_list-item--info_l0dv0_ckbh1_341",
31
- "list--collapsed-group": "awsui_list--collapsed-group_l0dv0_ckbh1_350",
32
- "section": "awsui_section_l0dv0_ckbh1_358",
33
- "expandable-link-group": "awsui_expandable-link-group_l0dv0_ckbh1_359",
34
- "section--no-ident": "awsui_section--no-ident_l0dv0_ckbh1_375",
35
- "expandable-link-group--no-ident": "awsui_expandable-link-group--no-ident_l0dv0_ckbh1_376",
36
- "expandable-link-group--active": "awsui_expandable-link-group--active_l0dv0_ckbh1_391",
37
- "refresh": "awsui_refresh_l0dv0_ckbh1_398",
38
- "section-group": "awsui_section-group_l0dv0_ckbh1_405",
39
- "section-group-title": "awsui_section-group-title_l0dv0_ckbh1_420",
40
- "link": "awsui_link_l0dv0_ckbh1_426",
41
- "link-active": "awsui_link-active_l0dv0_ckbh1_455",
42
- "link--collapsed": "awsui_link--collapsed_l0dv0_ckbh1_462",
43
- "link-text-wrapper": "awsui_link-text-wrapper_l0dv0_ckbh1_499",
44
- "info": "awsui_info_l0dv0_ckbh1_503",
45
- "item-icon": "awsui_item-icon_l0dv0_ckbh1_508",
46
- "item-icon--collapsed": "awsui_item-icon--collapsed_l0dv0_ckbh1_512",
47
- "external-icon": "awsui_external-icon_l0dv0_ckbh1_516",
48
- "divider": "awsui_divider_l0dv0_ckbh1_244",
49
- "divider-default": "awsui_divider-default_l0dv0_ckbh1_524",
50
- "divider--collapsed": "awsui_divider--collapsed_l0dv0_ckbh1_528"
5
+ "root": "awsui_root_l0dv0_fqbnj_146",
6
+ "with-toolbar": "awsui_with-toolbar_l0dv0_fqbnj_180",
7
+ "header": "awsui_header_l0dv0_fqbnj_184",
8
+ "header--collapsed": "awsui_header--collapsed_l0dv0_fqbnj_197",
9
+ "header-link": "awsui_header-link_l0dv0_fqbnj_204",
10
+ "header-link--has-logo": "awsui_header-link--has-logo_l0dv0_fqbnj_215",
11
+ "header-link-text": "awsui_header-link-text_l0dv0_fqbnj_215",
12
+ "header-logo": "awsui_header-logo_l0dv0_fqbnj_220",
13
+ "header-logo--stretched": "awsui_header-logo--stretched_l0dv0_fqbnj_226",
14
+ "items-control": "awsui_items-control_l0dv0_fqbnj_231",
15
+ "list-container": "awsui_list-container_l0dv0_fqbnj_236",
16
+ "divider-header": "awsui_divider-header_l0dv0_fqbnj_244",
17
+ "list": "awsui_list_l0dv0_fqbnj_236",
18
+ "list-variant-root": "awsui_list-variant-root_l0dv0_fqbnj_257",
19
+ "list-variant-root--first": "awsui_list-variant-root--first_l0dv0_fqbnj_264",
20
+ "list-variant-root--collapsed": "awsui_list-variant-root--collapsed_l0dv0_fqbnj_267",
21
+ "list-variant-expandable-link-group": "awsui_list-variant-expandable-link-group_l0dv0_fqbnj_272",
22
+ "list-variant-section": "awsui_list-variant-section_l0dv0_fqbnj_276",
23
+ "list-variant-link-group": "awsui_list-variant-link-group_l0dv0_fqbnj_280",
24
+ "list-variant-section-group": "awsui_list-variant-section-group_l0dv0_fqbnj_284",
25
+ "list-item": "awsui_list-item_l0dv0_fqbnj_291",
26
+ "list-item--collapsed": "awsui_list-item--collapsed_l0dv0_fqbnj_301",
27
+ "list-item--group": "awsui_list-item--group_l0dv0_fqbnj_308",
28
+ "list-item--group-no-padding-start": "awsui_list-item--group-no-padding-start_l0dv0_fqbnj_313",
29
+ "list-item--group-no-padding-end": "awsui_list-item--group-no-padding-end_l0dv0_fqbnj_316",
30
+ "list-item--link-with-info": "awsui_list-item--link-with-info_l0dv0_fqbnj_319",
31
+ "list--collapsed-group": "awsui_list--collapsed-group_l0dv0_fqbnj_324",
32
+ "section": "awsui_section_l0dv0_fqbnj_332",
33
+ "expandable-link-group": "awsui_expandable-link-group_l0dv0_fqbnj_333",
34
+ "section--no-ident": "awsui_section--no-ident_l0dv0_fqbnj_349",
35
+ "expandable-link-group--no-ident": "awsui_expandable-link-group--no-ident_l0dv0_fqbnj_350",
36
+ "expandable-link-group--active": "awsui_expandable-link-group--active_l0dv0_fqbnj_365",
37
+ "refresh": "awsui_refresh_l0dv0_fqbnj_372",
38
+ "section-group": "awsui_section-group_l0dv0_fqbnj_379",
39
+ "section-group-title": "awsui_section-group-title_l0dv0_fqbnj_394",
40
+ "link": "awsui_link_l0dv0_fqbnj_400",
41
+ "link-active": "awsui_link-active_l0dv0_fqbnj_418",
42
+ "link--collapsed": "awsui_link--collapsed_l0dv0_fqbnj_425",
43
+ "link-text-wrapper": "awsui_link-text-wrapper_l0dv0_fqbnj_473",
44
+ "info": "awsui_info_l0dv0_fqbnj_477",
45
+ "item-icon": "awsui_item-icon_l0dv0_fqbnj_482",
46
+ "item-icon--collapsed": "awsui_item-icon--collapsed_l0dv0_fqbnj_486",
47
+ "external-icon": "awsui_external-icon_l0dv0_fqbnj_490",
48
+ "divider": "awsui_divider_l0dv0_fqbnj_244",
49
+ "divider-default": "awsui_divider-default_l0dv0_fqbnj_498",
50
+ "divider--collapsed": "awsui_divider--collapsed_l0dv0_fqbnj_502"
51
51
  };
52
52
 
@@ -1,31 +1,31 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "root": "awsui_root_pcgz5_16g3u_153",
5
- "slider": "awsui_slider_pcgz5_16g3u_190",
6
- "slider-track": "awsui_slider-track_pcgz5_16g3u_194",
7
- "slider-range": "awsui_slider-range_pcgz5_16g3u_194",
8
- "disabled": "awsui_disabled_pcgz5_16g3u_209",
9
- "readonly": "awsui_readonly_pcgz5_16g3u_213",
10
- "error": "awsui_error_pcgz5_16g3u_222",
11
- "warning": "awsui_warning_pcgz5_16g3u_225",
12
- "active": "awsui_active_pcgz5_16g3u_228",
13
- "error-active": "awsui_error-active_pcgz5_16g3u_231",
14
- "warning-active": "awsui_warning-active_pcgz5_16g3u_234",
15
- "labels": "awsui_labels_pcgz5_16g3u_245",
16
- "labels-noref": "awsui_labels-noref_pcgz5_16g3u_251",
17
- "labels-reference": "awsui_labels-reference_pcgz5_16g3u_254",
18
- "labels-min": "awsui_labels-min_pcgz5_16g3u_261",
19
- "labels-max": "awsui_labels-max_pcgz5_16g3u_267",
20
- "labels-aria-description": "awsui_labels-aria-description_pcgz5_16g3u_275",
21
- "ticks": "awsui_ticks_pcgz5_16g3u_293",
22
- "ticks-wrapper": "awsui_ticks-wrapper_pcgz5_16g3u_299",
23
- "tick": "awsui_tick_pcgz5_16g3u_293",
24
- "middle": "awsui_middle_pcgz5_16g3u_314",
25
- "filled": "awsui_filled_pcgz5_16g3u_317",
26
- "tooltip-thumb": "awsui_tooltip-thumb_pcgz5_16g3u_345",
27
- "thumb": "awsui_thumb_pcgz5_16g3u_358",
28
- "min": "awsui_min_pcgz5_16g3u_394",
29
- "max": "awsui_max_pcgz5_16g3u_397"
4
+ "root": "awsui_root_pcgz5_jh7tb_153",
5
+ "slider": "awsui_slider_pcgz5_jh7tb_190",
6
+ "slider-track": "awsui_slider-track_pcgz5_jh7tb_194",
7
+ "slider-range": "awsui_slider-range_pcgz5_jh7tb_194",
8
+ "disabled": "awsui_disabled_pcgz5_jh7tb_209",
9
+ "readonly": "awsui_readonly_pcgz5_jh7tb_213",
10
+ "error": "awsui_error_pcgz5_jh7tb_222",
11
+ "warning": "awsui_warning_pcgz5_jh7tb_225",
12
+ "active": "awsui_active_pcgz5_jh7tb_228",
13
+ "error-active": "awsui_error-active_pcgz5_jh7tb_231",
14
+ "warning-active": "awsui_warning-active_pcgz5_jh7tb_234",
15
+ "labels": "awsui_labels_pcgz5_jh7tb_245",
16
+ "labels-noref": "awsui_labels-noref_pcgz5_jh7tb_251",
17
+ "labels-reference": "awsui_labels-reference_pcgz5_jh7tb_254",
18
+ "labels-min": "awsui_labels-min_pcgz5_jh7tb_261",
19
+ "labels-max": "awsui_labels-max_pcgz5_jh7tb_267",
20
+ "labels-aria-description": "awsui_labels-aria-description_pcgz5_jh7tb_275",
21
+ "ticks": "awsui_ticks_pcgz5_jh7tb_293",
22
+ "ticks-wrapper": "awsui_ticks-wrapper_pcgz5_jh7tb_299",
23
+ "tick": "awsui_tick_pcgz5_jh7tb_293",
24
+ "middle": "awsui_middle_pcgz5_jh7tb_314",
25
+ "filled": "awsui_filled_pcgz5_jh7tb_317",
26
+ "tooltip-thumb": "awsui_tooltip-thumb_pcgz5_jh7tb_345",
27
+ "thumb": "awsui_thumb_pcgz5_jh7tb_358",
28
+ "min": "awsui_min_pcgz5_jh7tb_394",
29
+ "max": "awsui_max_pcgz5_jh7tb_397"
30
30
  };
31
31