@cloudscape-design/components 3.0.1154 → 3.0.1156

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 (112) hide show
  1. package/anchor-navigation/styles.css.js +8 -8
  2. package/anchor-navigation/styles.scoped.css +21 -21
  3. package/anchor-navigation/styles.selectors.js +8 -8
  4. package/app-layout/visual-refresh/styles.css.js +86 -86
  5. package/app-layout/visual-refresh/styles.scoped.css +164 -163
  6. package/app-layout/visual-refresh/styles.selectors.js +86 -86
  7. package/app-layout/visual-refresh-toolbar/drawer/styles.css.js +30 -30
  8. package/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +84 -81
  9. package/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +30 -30
  10. package/app-layout/visual-refresh-toolbar/skeleton/toolbar-container.d.ts.map +1 -1
  11. package/app-layout/visual-refresh-toolbar/skeleton/toolbar-container.js +1 -1
  12. package/app-layout/visual-refresh-toolbar/skeleton/toolbar-container.js.map +1 -1
  13. package/attribute-editor/styles.css.js +15 -15
  14. package/attribute-editor/styles.scoped.css +28 -28
  15. package/attribute-editor/styles.selectors.js +15 -15
  16. package/box/styles.css.js +192 -192
  17. package/box/styles.scoped.css +241 -241
  18. package/box/styles.selectors.js +192 -192
  19. package/breadcrumb-group/item/styles.css.js +7 -7
  20. package/breadcrumb-group/item/styles.scoped.css +28 -28
  21. package/breadcrumb-group/item/styles.selectors.js +7 -7
  22. package/button/styles.css.js +22 -22
  23. package/button/styles.scoped.css +78 -78
  24. package/button/styles.selectors.js +22 -22
  25. package/button-dropdown/item-element/styles.css.js +20 -20
  26. package/button-dropdown/item-element/styles.scoped.css +35 -35
  27. package/button-dropdown/item-element/styles.selectors.js +20 -20
  28. package/cards/styles.css.js +39 -39
  29. package/cards/styles.scoped.css +51 -51
  30. package/cards/styles.selectors.js +39 -39
  31. package/code-editor/styles.css.js +33 -33
  32. package/code-editor/styles.scoped.css +139 -139
  33. package/code-editor/styles.selectors.js +33 -33
  34. package/drawer/implementation.d.ts +1 -0
  35. package/drawer/implementation.d.ts.map +1 -1
  36. package/drawer/implementation.js +13 -4
  37. package/drawer/implementation.js.map +1 -1
  38. package/drawer/interfaces.d.ts +7 -0
  39. package/drawer/interfaces.d.ts.map +1 -1
  40. package/drawer/interfaces.js.map +1 -1
  41. package/drawer/styles.css.js +12 -8
  42. package/drawer/styles.scoped.css +35 -13
  43. package/drawer/styles.selectors.js +12 -8
  44. package/drawer/use-sticky-footer.d.ts +11 -0
  45. package/drawer/use-sticky-footer.d.ts.map +1 -0
  46. package/drawer/use-sticky-footer.js +35 -0
  47. package/drawer/use-sticky-footer.js.map +1 -0
  48. package/help-panel/styles.css.js +6 -6
  49. package/help-panel/styles.scoped.css +75 -75
  50. package/help-panel/styles.selectors.js +6 -6
  51. package/icon/styles.css.js +39 -39
  52. package/icon/styles.scoped.css +87 -87
  53. package/icon/styles.selectors.js +39 -39
  54. package/internal/base-component/styles.scoped.css +62 -50
  55. package/internal/components/button-trigger/styles.css.js +13 -13
  56. package/internal/components/button-trigger/styles.scoped.css +29 -29
  57. package/internal/components/button-trigger/styles.selectors.js +13 -13
  58. package/internal/components/cartesian-chart/styles.css.js +28 -28
  59. package/internal/components/cartesian-chart/styles.scoped.css +33 -33
  60. package/internal/components/cartesian-chart/styles.selectors.js +28 -28
  61. package/internal/components/token-list/styles.css.js +10 -10
  62. package/internal/components/token-list/styles.scoped.css +25 -25
  63. package/internal/components/token-list/styles.selectors.js +10 -10
  64. package/internal/environment.js +2 -2
  65. package/internal/environment.json +2 -2
  66. package/internal/generated/styles/tokens.js +8 -8
  67. package/internal/generated/theming/index.cjs +24 -24
  68. package/internal/generated/theming/index.js +24 -24
  69. package/internal/hooks/use-portal-mode-classes/index.d.ts +3 -1
  70. package/internal/hooks/use-portal-mode-classes/index.d.ts.map +1 -1
  71. package/internal/hooks/use-portal-mode-classes/index.js +2 -2
  72. package/internal/hooks/use-portal-mode-classes/index.js.map +1 -1
  73. package/internal/manifest.json +1 -1
  74. package/key-value-pairs/styles.css.js +8 -8
  75. package/key-value-pairs/styles.scoped.css +10 -10
  76. package/key-value-pairs/styles.selectors.js +8 -8
  77. package/link/styles.css.js +20 -20
  78. package/link/styles.scoped.css +91 -91
  79. package/link/styles.selectors.js +20 -20
  80. package/package.json +1 -1
  81. package/popover/internal.js +1 -1
  82. package/popover/internal.js.map +1 -1
  83. package/popover/styles.css.js +57 -57
  84. package/popover/styles.scoped.css +87 -87
  85. package/popover/styles.selectors.js +57 -57
  86. package/progress-bar/styles.css.js +19 -19
  87. package/progress-bar/styles.scoped.css +31 -31
  88. package/progress-bar/styles.selectors.js +19 -19
  89. package/side-navigation/styles.css.js +30 -30
  90. package/side-navigation/styles.scoped.css +47 -47
  91. package/side-navigation/styles.selectors.js +30 -30
  92. package/split-panel/icons/styles.css.js +22 -22
  93. package/split-panel/icons/styles.scoped.css +25 -25
  94. package/split-panel/icons/styles.selectors.js +22 -22
  95. package/tag-editor/styles.css.js +3 -3
  96. package/tag-editor/styles.scoped.css +13 -13
  97. package/tag-editor/styles.selectors.js +3 -3
  98. package/test-utils/dom/drawer/index.d.ts +1 -0
  99. package/test-utils/dom/drawer/index.js +3 -0
  100. package/test-utils/dom/drawer/index.js.map +1 -1
  101. package/test-utils/selectors/drawer/index.d.ts +1 -0
  102. package/test-utils/selectors/drawer/index.js +3 -0
  103. package/test-utils/selectors/drawer/index.js.map +1 -1
  104. package/text-content/styles.css.js +1 -1
  105. package/text-content/styles.scoped.css +66 -66
  106. package/text-content/styles.selectors.js +1 -1
  107. package/token/styles.css.js +14 -14
  108. package/token/styles.scoped.css +29 -29
  109. package/token/styles.selectors.js +14 -14
  110. package/tutorial-panel/components/tutorial-list/styles.css.js +18 -18
  111. package/tutorial-panel/components/tutorial-list/styles.scoped.css +28 -28
  112. package/tutorial-panel/components/tutorial-list/styles.selectors.js +18 -18
@@ -1,13 +1,13 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "root": "awsui_root_swimc_bhjn1_189",
5
- "anchor-list": "awsui_anchor-list_swimc_bhjn1_221",
6
- "anchor-item": "awsui_anchor-item_swimc_bhjn1_244",
7
- "anchor-item--active": "awsui_anchor-item--active_swimc_bhjn1_264",
8
- "anchor-link": "awsui_anchor-link_swimc_bhjn1_281",
9
- "anchor-link--active": "awsui_anchor-link--active_swimc_bhjn1_323",
10
- "anchor-link-text": "awsui_anchor-link-text_swimc_bhjn1_330",
11
- "anchor-link-info": "awsui_anchor-link-info_swimc_bhjn1_334"
4
+ "root": "awsui_root_swimc_1c22e_189",
5
+ "anchor-list": "awsui_anchor-list_swimc_1c22e_221",
6
+ "anchor-item": "awsui_anchor-item_swimc_1c22e_244",
7
+ "anchor-item--active": "awsui_anchor-item--active_swimc_1c22e_264",
8
+ "anchor-link": "awsui_anchor-link_swimc_1c22e_281",
9
+ "anchor-link--active": "awsui_anchor-link--active_swimc_1c22e_323",
10
+ "anchor-link-text": "awsui_anchor-link-text_swimc_1c22e_330",
11
+ "anchor-link-info": "awsui_anchor-link-info_swimc_1c22e_334"
12
12
  };
13
13
 
@@ -186,7 +186,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
186
186
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
187
187
  SPDX-License-Identifier: Apache-2.0
188
188
  */
189
- .awsui_root_swimc_bhjn1_189:not(#\9) {
189
+ .awsui_root_swimc_1c22e_189:not(#\9) {
190
190
  border-collapse: separate;
191
191
  border-spacing: 0;
192
192
  box-sizing: border-box;
@@ -218,7 +218,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
218
218
  -moz-osx-font-smoothing: auto;
219
219
  }
220
220
 
221
- .awsui_anchor-list_swimc_bhjn1_221:not(#\9) {
221
+ .awsui_anchor-list_swimc_1c22e_221:not(#\9) {
222
222
  list-style: none;
223
223
  margin-block: 0;
224
224
  margin-inline: 0;
@@ -227,7 +227,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
227
227
  position: relative;
228
228
  text-indent: 0;
229
229
  }
230
- .awsui_anchor-list_swimc_bhjn1_221:not(#\9)::before {
230
+ .awsui_anchor-list_swimc_1c22e_221:not(#\9)::before {
231
231
  content: "";
232
232
  background-color: var(--color-border-divider-default-nr68jt, #c6c6cd);
233
233
  border-start-start-radius: var(--border-radius-tabs-focus-ring-o4qku1, 20px);
@@ -241,10 +241,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
241
241
  inline-size: 2px;
242
242
  }
243
243
 
244
- .awsui_anchor-item_swimc_bhjn1_244:not(#\9) {
244
+ .awsui_anchor-item_swimc_1c22e_244:not(#\9) {
245
245
  font-size: var(--font-size-body-m-a7nh2n, 14px);
246
246
  line-height: var(--line-height-body-m-2mh3ke, 20px);
247
- color: var(--color-text-body-secondary-bcbgoi, #424650);
247
+ color: var(--color-text-body-secondary-yna5sb, #424650);
248
248
  font-weight: 400;
249
249
  margin-block: var(--space-scaled-xxs-pfm1nx, 4px);
250
250
  margin-inline: 0;
@@ -252,19 +252,19 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
252
252
  transition-property: all;
253
253
  }
254
254
  @media (prefers-reduced-motion: reduce) {
255
- .awsui_anchor-item_swimc_bhjn1_244:not(#\9) {
255
+ .awsui_anchor-item_swimc_1c22e_244:not(#\9) {
256
256
  animation: none;
257
257
  transition: none;
258
258
  }
259
259
  }
260
- .awsui-motion-disabled .awsui_anchor-item_swimc_bhjn1_244:not(#\9), .awsui-mode-entering .awsui_anchor-item_swimc_bhjn1_244:not(#\9) {
260
+ .awsui-motion-disabled .awsui_anchor-item_swimc_1c22e_244:not(#\9), .awsui-mode-entering .awsui_anchor-item_swimc_1c22e_244:not(#\9) {
261
261
  animation: none;
262
262
  transition: none;
263
263
  }
264
- .awsui_anchor-item--active_swimc_bhjn1_264:not(#\9) {
264
+ .awsui_anchor-item--active_swimc_1c22e_264:not(#\9) {
265
265
  position: relative;
266
266
  }
267
- .awsui_anchor-item--active_swimc_bhjn1_264:not(#\9)::before {
267
+ .awsui_anchor-item--active_swimc_1c22e_264:not(#\9)::before {
268
268
  content: "";
269
269
  background-color: var(--color-text-accent-n1kmht, #006ce0);
270
270
  border-start-start-radius: var(--border-radius-tabs-focus-ring-o4qku1, 20px);
@@ -278,11 +278,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
278
278
  inline-size: 2px;
279
279
  }
280
280
 
281
- .awsui_anchor-link_swimc_bhjn1_281:not(#\9) {
281
+ .awsui_anchor-link_swimc_1c22e_281:not(#\9) {
282
282
  font-size: var(--font-size-body-m-a7nh2n, 14px);
283
283
  line-height: var(--line-height-body-m-2mh3ke, 20px);
284
284
  align-items: baseline;
285
- color: var(--color-text-body-secondary-bcbgoi, #424650);
285
+ color: var(--color-text-body-secondary-yna5sb, #424650);
286
286
  display: flex;
287
287
  flex-direction: row;
288
288
  font-weight: 400;
@@ -291,16 +291,16 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
291
291
  transition-property: all;
292
292
  }
293
293
  @media (prefers-reduced-motion: reduce) {
294
- .awsui_anchor-link_swimc_bhjn1_281:not(#\9) {
294
+ .awsui_anchor-link_swimc_1c22e_281:not(#\9) {
295
295
  animation: none;
296
296
  transition: none;
297
297
  }
298
298
  }
299
- .awsui-motion-disabled .awsui_anchor-link_swimc_bhjn1_281:not(#\9), .awsui-mode-entering .awsui_anchor-link_swimc_bhjn1_281:not(#\9) {
299
+ .awsui-motion-disabled .awsui_anchor-link_swimc_1c22e_281:not(#\9), .awsui-mode-entering .awsui_anchor-link_swimc_1c22e_281:not(#\9) {
300
300
  animation: none;
301
301
  transition: none;
302
302
  }
303
- body[data-awsui-focus-visible=true] .awsui_anchor-link_swimc_bhjn1_281:not(#\9):focus {
303
+ body[data-awsui-focus-visible=true] .awsui_anchor-link_swimc_1c22e_281:not(#\9):focus {
304
304
  outline: thin dotted;
305
305
  outline: var(--border-link-focus-ring-outline-1p0hnu, 0);
306
306
  outline-offset: 2px;
@@ -311,27 +311,27 @@ body[data-awsui-focus-visible=true] .awsui_anchor-link_swimc_bhjn1_281:not(#\9):
311
311
  border-end-end-radius: var(--border-radius-control-default-focus-ring-1uabki, 4px);
312
312
  box-shadow: 0 0 0 var(--border-link-focus-ring-shadow-spread-39uvxr, 2px) var(--color-border-item-focused-uk47pl, #006ce0);
313
313
  }
314
- .awsui_anchor-link_swimc_bhjn1_281:not(#\9):hover {
314
+ .awsui_anchor-link_swimc_1c22e_281:not(#\9):hover {
315
315
  color: var(--color-text-accent-n1kmht, #006ce0);
316
316
  }
317
- .awsui_anchor-link_swimc_bhjn1_281:not(#\9):focus {
317
+ .awsui_anchor-link_swimc_1c22e_281:not(#\9):focus {
318
318
  outline: none;
319
319
  }
320
- .awsui_anchor-link_swimc_bhjn1_281:not(#\9):hover, .awsui_anchor-link_swimc_bhjn1_281:not(#\9):focus {
320
+ .awsui_anchor-link_swimc_1c22e_281:not(#\9):hover, .awsui_anchor-link_swimc_1c22e_281:not(#\9):focus {
321
321
  text-decoration: none;
322
322
  }
323
- .awsui_anchor-link--active_swimc_bhjn1_323:not(#\9) {
323
+ .awsui_anchor-link--active_swimc_1c22e_323:not(#\9) {
324
324
  font-weight: var(--font-wayfinding-link-active-weight-ny4hup, 700);
325
325
  -webkit-font-smoothing: var(--font-smoothing-webkit-oemolo, antialiased);
326
326
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-hbm0aq, grayscale);
327
327
  color: var(--color-text-accent-n1kmht, #006ce0);
328
328
  }
329
329
 
330
- .awsui_anchor-link-text_swimc_bhjn1_330:not(#\9) {
330
+ .awsui_anchor-link-text_swimc_1c22e_330:not(#\9) {
331
331
  display: block;
332
332
  }
333
333
 
334
- .awsui_anchor-link-info_swimc_bhjn1_334:not(#\9) {
334
+ .awsui_anchor-link-info_swimc_1c22e_334:not(#\9) {
335
335
  margin-inline-start: var(--space-xs-ymlm0b, 8px);
336
336
  font-size: var(--font-size-body-s-smc8cv, 12px);
337
337
  line-height: var(--line-height-body-s-nu5hx1, 16px);
@@ -340,5 +340,5 @@ body[data-awsui-focus-visible=true] .awsui_anchor-link_swimc_bhjn1_281:not(#\9):
340
340
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-hbm0aq, grayscale);
341
341
  font-weight: 700;
342
342
  letter-spacing: 0.005em;
343
- color: var(--color-text-link-default-1dmm7z, #006ce0);
343
+ color: var(--color-text-link-default-hude44, #006ce0);
344
344
  }
@@ -2,13 +2,13 @@
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_swimc_bhjn1_189",
6
- "anchor-list": "awsui_anchor-list_swimc_bhjn1_221",
7
- "anchor-item": "awsui_anchor-item_swimc_bhjn1_244",
8
- "anchor-item--active": "awsui_anchor-item--active_swimc_bhjn1_264",
9
- "anchor-link": "awsui_anchor-link_swimc_bhjn1_281",
10
- "anchor-link--active": "awsui_anchor-link--active_swimc_bhjn1_323",
11
- "anchor-link-text": "awsui_anchor-link-text_swimc_bhjn1_330",
12
- "anchor-link-info": "awsui_anchor-link-info_swimc_bhjn1_334"
5
+ "root": "awsui_root_swimc_1c22e_189",
6
+ "anchor-list": "awsui_anchor-list_swimc_1c22e_221",
7
+ "anchor-item": "awsui_anchor-item_swimc_1c22e_244",
8
+ "anchor-item--active": "awsui_anchor-item--active_swimc_1c22e_264",
9
+ "anchor-link": "awsui_anchor-link_swimc_1c22e_281",
10
+ "anchor-link--active": "awsui_anchor-link--active_swimc_1c22e_323",
11
+ "anchor-link-text": "awsui_anchor-link-text_swimc_1c22e_330",
12
+ "anchor-link-info": "awsui_anchor-link-info_swimc_1c22e_334"
13
13
  };
14
14
 
@@ -1,91 +1,91 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "background": "awsui_background_hyvsj_1c54p_149",
5
- "scrolling-background": "awsui_scrolling-background_hyvsj_1c54p_152",
6
- "breadcrumbs": "awsui_breadcrumbs_hyvsj_1c54p_163",
7
- "drawers-container": "awsui_drawers-container_hyvsj_1c54p_176",
8
- "has-open-drawer": "awsui_has-open-drawer_hyvsj_1c54p_187",
9
- "disable-body-scroll": "awsui_disable-body-scroll_hyvsj_1c54p_208",
10
- "drawers-desktop-triggers-container": "awsui_drawers-desktop-triggers-container_hyvsj_1c54p_213",
11
- "has-multiple-triggers": "awsui_has-multiple-triggers_hyvsj_1c54p_251",
12
- "drawers-mobile-triggers-container": "awsui_drawers-mobile-triggers-container_hyvsj_1c54p_261",
13
- "drawers-trigger-content": "awsui_drawers-trigger-content_hyvsj_1c54p_266",
14
- "drawers-trigger-overflow": "awsui_drawers-trigger-overflow_hyvsj_1c54p_280",
15
- "drawers-trigger": "awsui_drawers-trigger_hyvsj_1c54p_266",
16
- "drawer": "awsui_drawer_hyvsj_1c54p_176",
17
- "drawer-content-container": "awsui_drawer-content-container_hyvsj_1c54p_311",
18
- "drawer-close-button": "awsui_drawer-close-button_hyvsj_1c54p_320",
19
- "drawer-content": "awsui_drawer-content_hyvsj_1c54p_311",
20
- "drawer-content-hidden": "awsui_drawer-content-hidden_hyvsj_1c54p_329",
21
- "drawer-slider": "awsui_drawer-slider_hyvsj_1c54p_332",
22
- "is-drawer-open": "awsui_is-drawer-open_hyvsj_1c54p_339",
23
- "content": "awsui_content_hyvsj_1c54p_365",
24
- "layout": "awsui_layout_hyvsj_1c54p_390",
25
- "has-max-content-width": "awsui_has-max-content-width_hyvsj_1c54p_462",
26
- "content-type-dashboard": "awsui_content-type-dashboard_hyvsj_1c54p_477",
27
- "content-type-table": "awsui_content-type-table_hyvsj_1c54p_491",
28
- "content-type-cards": "awsui_content-type-cards_hyvsj_1c54p_491",
29
- "is-overlap-disabled": "awsui_is-overlap-disabled_hyvsj_1c54p_497",
30
- "is-hide-mobile-toolbar": "awsui_is-hide-mobile-toolbar_hyvsj_1c54p_500",
31
- "has-content-gap-left": "awsui_has-content-gap-left_hyvsj_1c54p_514",
32
- "has-content-gap-right": "awsui_has-content-gap-right_hyvsj_1c54p_517",
33
- "has-breadcrumbs": "awsui_has-breadcrumbs_hyvsj_1c54p_527",
34
- "content-first-child-header": "awsui_content-first-child-header_hyvsj_1c54p_530",
35
- "content-first-child-notifications": "awsui_content-first-child-notifications_hyvsj_1c54p_530",
36
- "has-header": "awsui_has-header_hyvsj_1c54p_530",
37
- "content-first-child-main": "awsui_content-first-child-main_hyvsj_1c54p_545",
38
- "disable-content-paddings": "awsui_disable-content-paddings_hyvsj_1c54p_545",
39
- "has-left-toggles-gutter": "awsui_has-left-toggles-gutter_hyvsj_1c54p_565",
40
- "has-right-toggles-gutter": "awsui_has-right-toggles-gutter_hyvsj_1c54p_568",
41
- "has-split-panel": "awsui_has-split-panel_hyvsj_1c54p_588",
42
- "split-panel-position-bottom": "awsui_split-panel-position-bottom_hyvsj_1c54p_588",
43
- "block-body-scroll": "awsui_block-body-scroll_hyvsj_1c54p_596",
44
- "unfocusable": "awsui_unfocusable_hyvsj_1c54p_601",
45
- "container": "awsui_container_hyvsj_1c54p_611",
46
- "is-navigation-open": "awsui_is-navigation-open_hyvsj_1c54p_637",
47
- "is-tools-open": "awsui_is-tools-open_hyvsj_1c54p_640",
48
- "is-split-panel-open": "awsui_is-split-panel-open_hyvsj_1c54p_640",
49
- "split-panel-position-side": "awsui_split-panel-position-side_hyvsj_1c54p_640",
50
- "has-active-drawer": "awsui_has-active-drawer_hyvsj_1c54p_640",
51
- "mobile-toolbar": "awsui_mobile-toolbar_hyvsj_1c54p_653",
52
- "remove-high-contrast-header": "awsui_remove-high-contrast-header_hyvsj_1c54p_670",
53
- "mobile-toolbar-nav": "awsui_mobile-toolbar-nav_hyvsj_1c54p_674",
54
- "mobile-toolbar-breadcrumbs": "awsui_mobile-toolbar-breadcrumbs_hyvsj_1c54p_678",
55
- "mobile-toolbar-tools": "awsui_mobile-toolbar-tools_hyvsj_1c54p_682",
56
- "navigation-container": "awsui_navigation-container_hyvsj_1c54p_691",
57
- "show-navigation": "awsui_show-navigation_hyvsj_1c54p_729",
58
- "animating": "awsui_animating_hyvsj_1c54p_752",
59
- "showButtons": "awsui_showButtons_hyvsj_1c54p_1",
60
- "navigation": "awsui_navigation_hyvsj_1c54p_691",
61
- "openNavigation": "awsui_openNavigation_hyvsj_1c54p_1",
62
- "animated-content": "awsui_animated-content_hyvsj_1c54p_816",
63
- "content-container": "awsui_content-container_hyvsj_1c54p_819",
64
- "hide-navigation": "awsui_hide-navigation_hyvsj_1c54p_828",
65
- "notifications": "awsui_notifications_hyvsj_1c54p_838",
66
- "has-notification-content": "awsui_has-notification-content_hyvsj_1c54p_843",
67
- "sticky-notifications": "awsui_sticky-notifications_hyvsj_1c54p_847",
68
- "high-contrast": "awsui_high-contrast_hyvsj_1c54p_852",
69
- "split-panel-bottom": "awsui_split-panel-bottom_hyvsj_1c54p_870",
70
- "position-bottom": "awsui_position-bottom_hyvsj_1c54p_917",
71
- "openSplitPanelBottom": "awsui_openSplitPanelBottom_hyvsj_1c54p_1",
72
- "split-panel-side": "awsui_split-panel-side_hyvsj_1c54p_946",
73
- "position-side": "awsui_position-side_hyvsj_1c54p_959",
74
- "tools-container": "awsui_tools-container_hyvsj_1c54p_981",
75
- "tools": "awsui_tools_hyvsj_1c54p_981",
76
- "openTools": "awsui_openTools_hyvsj_1c54p_1",
77
- "has-tools-form-persistence": "awsui_has-tools-form-persistence_hyvsj_1c54p_1070",
78
- "hide-tools": "awsui_hide-tools_hyvsj_1c54p_1080",
79
- "show-tools": "awsui_show-tools_hyvsj_1c54p_1092",
80
- "has-tools-form": "awsui_has-tools-form_hyvsj_1c54p_1070",
81
- "trigger-button-styles": "awsui_trigger-button-styles_hyvsj_1c54p_1172",
82
- "trigger-badge-wrapper": "awsui_trigger-badge-wrapper_hyvsj_1c54p_1188",
83
- "trigger": "awsui_trigger_hyvsj_1c54p_1172",
84
- "selected": "awsui_selected_hyvsj_1c54p_1240",
85
- "badge": "awsui_badge_hyvsj_1c54p_1260",
86
- "trigger-wrapper": "awsui_trigger-wrapper_hyvsj_1c54p_1264",
87
- "trigger-wrapper-tooltip-visible": "awsui_trigger-wrapper-tooltip-visible_hyvsj_1c54p_1275",
88
- "dot": "awsui_dot_hyvsj_1c54p_1279",
89
- "trigger-tooltip": "awsui_trigger-tooltip_hyvsj_1c54p_1292"
4
+ "background": "awsui_background_hyvsj_1xiee_149",
5
+ "scrolling-background": "awsui_scrolling-background_hyvsj_1xiee_152",
6
+ "breadcrumbs": "awsui_breadcrumbs_hyvsj_1xiee_163",
7
+ "drawers-container": "awsui_drawers-container_hyvsj_1xiee_176",
8
+ "has-open-drawer": "awsui_has-open-drawer_hyvsj_1xiee_187",
9
+ "disable-body-scroll": "awsui_disable-body-scroll_hyvsj_1xiee_208",
10
+ "drawers-desktop-triggers-container": "awsui_drawers-desktop-triggers-container_hyvsj_1xiee_213",
11
+ "has-multiple-triggers": "awsui_has-multiple-triggers_hyvsj_1xiee_251",
12
+ "drawers-mobile-triggers-container": "awsui_drawers-mobile-triggers-container_hyvsj_1xiee_261",
13
+ "drawers-trigger-content": "awsui_drawers-trigger-content_hyvsj_1xiee_266",
14
+ "drawers-trigger-overflow": "awsui_drawers-trigger-overflow_hyvsj_1xiee_280",
15
+ "drawers-trigger": "awsui_drawers-trigger_hyvsj_1xiee_266",
16
+ "drawer": "awsui_drawer_hyvsj_1xiee_176",
17
+ "drawer-content-container": "awsui_drawer-content-container_hyvsj_1xiee_311",
18
+ "drawer-close-button": "awsui_drawer-close-button_hyvsj_1xiee_320",
19
+ "drawer-content": "awsui_drawer-content_hyvsj_1xiee_311",
20
+ "drawer-content-hidden": "awsui_drawer-content-hidden_hyvsj_1xiee_329",
21
+ "drawer-slider": "awsui_drawer-slider_hyvsj_1xiee_332",
22
+ "is-drawer-open": "awsui_is-drawer-open_hyvsj_1xiee_340",
23
+ "content": "awsui_content_hyvsj_1xiee_366",
24
+ "layout": "awsui_layout_hyvsj_1xiee_391",
25
+ "has-max-content-width": "awsui_has-max-content-width_hyvsj_1xiee_463",
26
+ "content-type-dashboard": "awsui_content-type-dashboard_hyvsj_1xiee_478",
27
+ "content-type-table": "awsui_content-type-table_hyvsj_1xiee_492",
28
+ "content-type-cards": "awsui_content-type-cards_hyvsj_1xiee_492",
29
+ "is-overlap-disabled": "awsui_is-overlap-disabled_hyvsj_1xiee_498",
30
+ "is-hide-mobile-toolbar": "awsui_is-hide-mobile-toolbar_hyvsj_1xiee_501",
31
+ "has-content-gap-left": "awsui_has-content-gap-left_hyvsj_1xiee_515",
32
+ "has-content-gap-right": "awsui_has-content-gap-right_hyvsj_1xiee_518",
33
+ "has-breadcrumbs": "awsui_has-breadcrumbs_hyvsj_1xiee_528",
34
+ "content-first-child-header": "awsui_content-first-child-header_hyvsj_1xiee_531",
35
+ "content-first-child-notifications": "awsui_content-first-child-notifications_hyvsj_1xiee_531",
36
+ "has-header": "awsui_has-header_hyvsj_1xiee_531",
37
+ "content-first-child-main": "awsui_content-first-child-main_hyvsj_1xiee_546",
38
+ "disable-content-paddings": "awsui_disable-content-paddings_hyvsj_1xiee_546",
39
+ "has-left-toggles-gutter": "awsui_has-left-toggles-gutter_hyvsj_1xiee_566",
40
+ "has-right-toggles-gutter": "awsui_has-right-toggles-gutter_hyvsj_1xiee_569",
41
+ "has-split-panel": "awsui_has-split-panel_hyvsj_1xiee_589",
42
+ "split-panel-position-bottom": "awsui_split-panel-position-bottom_hyvsj_1xiee_589",
43
+ "block-body-scroll": "awsui_block-body-scroll_hyvsj_1xiee_597",
44
+ "unfocusable": "awsui_unfocusable_hyvsj_1xiee_602",
45
+ "container": "awsui_container_hyvsj_1xiee_612",
46
+ "is-navigation-open": "awsui_is-navigation-open_hyvsj_1xiee_638",
47
+ "is-tools-open": "awsui_is-tools-open_hyvsj_1xiee_641",
48
+ "is-split-panel-open": "awsui_is-split-panel-open_hyvsj_1xiee_641",
49
+ "split-panel-position-side": "awsui_split-panel-position-side_hyvsj_1xiee_641",
50
+ "has-active-drawer": "awsui_has-active-drawer_hyvsj_1xiee_641",
51
+ "mobile-toolbar": "awsui_mobile-toolbar_hyvsj_1xiee_654",
52
+ "remove-high-contrast-header": "awsui_remove-high-contrast-header_hyvsj_1xiee_671",
53
+ "mobile-toolbar-nav": "awsui_mobile-toolbar-nav_hyvsj_1xiee_675",
54
+ "mobile-toolbar-breadcrumbs": "awsui_mobile-toolbar-breadcrumbs_hyvsj_1xiee_679",
55
+ "mobile-toolbar-tools": "awsui_mobile-toolbar-tools_hyvsj_1xiee_683",
56
+ "navigation-container": "awsui_navigation-container_hyvsj_1xiee_692",
57
+ "show-navigation": "awsui_show-navigation_hyvsj_1xiee_730",
58
+ "animating": "awsui_animating_hyvsj_1xiee_753",
59
+ "showButtons": "awsui_showButtons_hyvsj_1xiee_1",
60
+ "navigation": "awsui_navigation_hyvsj_1xiee_692",
61
+ "openNavigation": "awsui_openNavigation_hyvsj_1xiee_1",
62
+ "animated-content": "awsui_animated-content_hyvsj_1xiee_817",
63
+ "content-container": "awsui_content-container_hyvsj_1xiee_820",
64
+ "hide-navigation": "awsui_hide-navigation_hyvsj_1xiee_829",
65
+ "notifications": "awsui_notifications_hyvsj_1xiee_839",
66
+ "has-notification-content": "awsui_has-notification-content_hyvsj_1xiee_844",
67
+ "sticky-notifications": "awsui_sticky-notifications_hyvsj_1xiee_848",
68
+ "high-contrast": "awsui_high-contrast_hyvsj_1xiee_853",
69
+ "split-panel-bottom": "awsui_split-panel-bottom_hyvsj_1xiee_871",
70
+ "position-bottom": "awsui_position-bottom_hyvsj_1xiee_918",
71
+ "openSplitPanelBottom": "awsui_openSplitPanelBottom_hyvsj_1xiee_1",
72
+ "split-panel-side": "awsui_split-panel-side_hyvsj_1xiee_947",
73
+ "position-side": "awsui_position-side_hyvsj_1xiee_960",
74
+ "tools-container": "awsui_tools-container_hyvsj_1xiee_982",
75
+ "tools": "awsui_tools_hyvsj_1xiee_982",
76
+ "openTools": "awsui_openTools_hyvsj_1xiee_1",
77
+ "has-tools-form-persistence": "awsui_has-tools-form-persistence_hyvsj_1xiee_1071",
78
+ "hide-tools": "awsui_hide-tools_hyvsj_1xiee_1081",
79
+ "show-tools": "awsui_show-tools_hyvsj_1xiee_1093",
80
+ "has-tools-form": "awsui_has-tools-form_hyvsj_1xiee_1071",
81
+ "trigger-button-styles": "awsui_trigger-button-styles_hyvsj_1xiee_1173",
82
+ "trigger-badge-wrapper": "awsui_trigger-badge-wrapper_hyvsj_1xiee_1189",
83
+ "trigger": "awsui_trigger_hyvsj_1xiee_1173",
84
+ "selected": "awsui_selected_hyvsj_1xiee_1241",
85
+ "badge": "awsui_badge_hyvsj_1xiee_1261",
86
+ "trigger-wrapper": "awsui_trigger-wrapper_hyvsj_1xiee_1265",
87
+ "trigger-wrapper-tooltip-visible": "awsui_trigger-wrapper-tooltip-visible_hyvsj_1xiee_1276",
88
+ "dot": "awsui_dot_hyvsj_1xiee_1280",
89
+ "trigger-tooltip": "awsui_trigger-tooltip_hyvsj_1xiee_1293"
90
90
  };
91
91