@cloudscape-design/components 3.0.1155 → 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
@@ -2,91 +2,91 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "background": "awsui_background_hyvsj_1c54p_149",
6
- "scrolling-background": "awsui_scrolling-background_hyvsj_1c54p_152",
7
- "breadcrumbs": "awsui_breadcrumbs_hyvsj_1c54p_163",
8
- "drawers-container": "awsui_drawers-container_hyvsj_1c54p_176",
9
- "has-open-drawer": "awsui_has-open-drawer_hyvsj_1c54p_187",
10
- "disable-body-scroll": "awsui_disable-body-scroll_hyvsj_1c54p_208",
11
- "drawers-desktop-triggers-container": "awsui_drawers-desktop-triggers-container_hyvsj_1c54p_213",
12
- "has-multiple-triggers": "awsui_has-multiple-triggers_hyvsj_1c54p_251",
13
- "drawers-mobile-triggers-container": "awsui_drawers-mobile-triggers-container_hyvsj_1c54p_261",
14
- "drawers-trigger-content": "awsui_drawers-trigger-content_hyvsj_1c54p_266",
15
- "drawers-trigger-overflow": "awsui_drawers-trigger-overflow_hyvsj_1c54p_280",
16
- "drawers-trigger": "awsui_drawers-trigger_hyvsj_1c54p_266",
17
- "drawer": "awsui_drawer_hyvsj_1c54p_176",
18
- "drawer-content-container": "awsui_drawer-content-container_hyvsj_1c54p_311",
19
- "drawer-close-button": "awsui_drawer-close-button_hyvsj_1c54p_320",
20
- "drawer-content": "awsui_drawer-content_hyvsj_1c54p_311",
21
- "drawer-content-hidden": "awsui_drawer-content-hidden_hyvsj_1c54p_329",
22
- "drawer-slider": "awsui_drawer-slider_hyvsj_1c54p_332",
23
- "is-drawer-open": "awsui_is-drawer-open_hyvsj_1c54p_339",
24
- "content": "awsui_content_hyvsj_1c54p_365",
25
- "layout": "awsui_layout_hyvsj_1c54p_390",
26
- "has-max-content-width": "awsui_has-max-content-width_hyvsj_1c54p_462",
27
- "content-type-dashboard": "awsui_content-type-dashboard_hyvsj_1c54p_477",
28
- "content-type-table": "awsui_content-type-table_hyvsj_1c54p_491",
29
- "content-type-cards": "awsui_content-type-cards_hyvsj_1c54p_491",
30
- "is-overlap-disabled": "awsui_is-overlap-disabled_hyvsj_1c54p_497",
31
- "is-hide-mobile-toolbar": "awsui_is-hide-mobile-toolbar_hyvsj_1c54p_500",
32
- "has-content-gap-left": "awsui_has-content-gap-left_hyvsj_1c54p_514",
33
- "has-content-gap-right": "awsui_has-content-gap-right_hyvsj_1c54p_517",
34
- "has-breadcrumbs": "awsui_has-breadcrumbs_hyvsj_1c54p_527",
35
- "content-first-child-header": "awsui_content-first-child-header_hyvsj_1c54p_530",
36
- "content-first-child-notifications": "awsui_content-first-child-notifications_hyvsj_1c54p_530",
37
- "has-header": "awsui_has-header_hyvsj_1c54p_530",
38
- "content-first-child-main": "awsui_content-first-child-main_hyvsj_1c54p_545",
39
- "disable-content-paddings": "awsui_disable-content-paddings_hyvsj_1c54p_545",
40
- "has-left-toggles-gutter": "awsui_has-left-toggles-gutter_hyvsj_1c54p_565",
41
- "has-right-toggles-gutter": "awsui_has-right-toggles-gutter_hyvsj_1c54p_568",
42
- "has-split-panel": "awsui_has-split-panel_hyvsj_1c54p_588",
43
- "split-panel-position-bottom": "awsui_split-panel-position-bottom_hyvsj_1c54p_588",
44
- "block-body-scroll": "awsui_block-body-scroll_hyvsj_1c54p_596",
45
- "unfocusable": "awsui_unfocusable_hyvsj_1c54p_601",
46
- "container": "awsui_container_hyvsj_1c54p_611",
47
- "is-navigation-open": "awsui_is-navigation-open_hyvsj_1c54p_637",
48
- "is-tools-open": "awsui_is-tools-open_hyvsj_1c54p_640",
49
- "is-split-panel-open": "awsui_is-split-panel-open_hyvsj_1c54p_640",
50
- "split-panel-position-side": "awsui_split-panel-position-side_hyvsj_1c54p_640",
51
- "has-active-drawer": "awsui_has-active-drawer_hyvsj_1c54p_640",
52
- "mobile-toolbar": "awsui_mobile-toolbar_hyvsj_1c54p_653",
53
- "remove-high-contrast-header": "awsui_remove-high-contrast-header_hyvsj_1c54p_670",
54
- "mobile-toolbar-nav": "awsui_mobile-toolbar-nav_hyvsj_1c54p_674",
55
- "mobile-toolbar-breadcrumbs": "awsui_mobile-toolbar-breadcrumbs_hyvsj_1c54p_678",
56
- "mobile-toolbar-tools": "awsui_mobile-toolbar-tools_hyvsj_1c54p_682",
57
- "navigation-container": "awsui_navigation-container_hyvsj_1c54p_691",
58
- "show-navigation": "awsui_show-navigation_hyvsj_1c54p_729",
59
- "animating": "awsui_animating_hyvsj_1c54p_752",
60
- "showButtons": "awsui_showButtons_hyvsj_1c54p_1",
61
- "navigation": "awsui_navigation_hyvsj_1c54p_691",
62
- "openNavigation": "awsui_openNavigation_hyvsj_1c54p_1",
63
- "animated-content": "awsui_animated-content_hyvsj_1c54p_816",
64
- "content-container": "awsui_content-container_hyvsj_1c54p_819",
65
- "hide-navigation": "awsui_hide-navigation_hyvsj_1c54p_828",
66
- "notifications": "awsui_notifications_hyvsj_1c54p_838",
67
- "has-notification-content": "awsui_has-notification-content_hyvsj_1c54p_843",
68
- "sticky-notifications": "awsui_sticky-notifications_hyvsj_1c54p_847",
69
- "high-contrast": "awsui_high-contrast_hyvsj_1c54p_852",
70
- "split-panel-bottom": "awsui_split-panel-bottom_hyvsj_1c54p_870",
71
- "position-bottom": "awsui_position-bottom_hyvsj_1c54p_917",
72
- "openSplitPanelBottom": "awsui_openSplitPanelBottom_hyvsj_1c54p_1",
73
- "split-panel-side": "awsui_split-panel-side_hyvsj_1c54p_946",
74
- "position-side": "awsui_position-side_hyvsj_1c54p_959",
75
- "tools-container": "awsui_tools-container_hyvsj_1c54p_981",
76
- "tools": "awsui_tools_hyvsj_1c54p_981",
77
- "openTools": "awsui_openTools_hyvsj_1c54p_1",
78
- "has-tools-form-persistence": "awsui_has-tools-form-persistence_hyvsj_1c54p_1070",
79
- "hide-tools": "awsui_hide-tools_hyvsj_1c54p_1080",
80
- "show-tools": "awsui_show-tools_hyvsj_1c54p_1092",
81
- "has-tools-form": "awsui_has-tools-form_hyvsj_1c54p_1070",
82
- "trigger-button-styles": "awsui_trigger-button-styles_hyvsj_1c54p_1172",
83
- "trigger-badge-wrapper": "awsui_trigger-badge-wrapper_hyvsj_1c54p_1188",
84
- "trigger": "awsui_trigger_hyvsj_1c54p_1172",
85
- "selected": "awsui_selected_hyvsj_1c54p_1240",
86
- "badge": "awsui_badge_hyvsj_1c54p_1260",
87
- "trigger-wrapper": "awsui_trigger-wrapper_hyvsj_1c54p_1264",
88
- "trigger-wrapper-tooltip-visible": "awsui_trigger-wrapper-tooltip-visible_hyvsj_1c54p_1275",
89
- "dot": "awsui_dot_hyvsj_1c54p_1279",
90
- "trigger-tooltip": "awsui_trigger-tooltip_hyvsj_1c54p_1292"
5
+ "background": "awsui_background_hyvsj_1xiee_149",
6
+ "scrolling-background": "awsui_scrolling-background_hyvsj_1xiee_152",
7
+ "breadcrumbs": "awsui_breadcrumbs_hyvsj_1xiee_163",
8
+ "drawers-container": "awsui_drawers-container_hyvsj_1xiee_176",
9
+ "has-open-drawer": "awsui_has-open-drawer_hyvsj_1xiee_187",
10
+ "disable-body-scroll": "awsui_disable-body-scroll_hyvsj_1xiee_208",
11
+ "drawers-desktop-triggers-container": "awsui_drawers-desktop-triggers-container_hyvsj_1xiee_213",
12
+ "has-multiple-triggers": "awsui_has-multiple-triggers_hyvsj_1xiee_251",
13
+ "drawers-mobile-triggers-container": "awsui_drawers-mobile-triggers-container_hyvsj_1xiee_261",
14
+ "drawers-trigger-content": "awsui_drawers-trigger-content_hyvsj_1xiee_266",
15
+ "drawers-trigger-overflow": "awsui_drawers-trigger-overflow_hyvsj_1xiee_280",
16
+ "drawers-trigger": "awsui_drawers-trigger_hyvsj_1xiee_266",
17
+ "drawer": "awsui_drawer_hyvsj_1xiee_176",
18
+ "drawer-content-container": "awsui_drawer-content-container_hyvsj_1xiee_311",
19
+ "drawer-close-button": "awsui_drawer-close-button_hyvsj_1xiee_320",
20
+ "drawer-content": "awsui_drawer-content_hyvsj_1xiee_311",
21
+ "drawer-content-hidden": "awsui_drawer-content-hidden_hyvsj_1xiee_329",
22
+ "drawer-slider": "awsui_drawer-slider_hyvsj_1xiee_332",
23
+ "is-drawer-open": "awsui_is-drawer-open_hyvsj_1xiee_340",
24
+ "content": "awsui_content_hyvsj_1xiee_366",
25
+ "layout": "awsui_layout_hyvsj_1xiee_391",
26
+ "has-max-content-width": "awsui_has-max-content-width_hyvsj_1xiee_463",
27
+ "content-type-dashboard": "awsui_content-type-dashboard_hyvsj_1xiee_478",
28
+ "content-type-table": "awsui_content-type-table_hyvsj_1xiee_492",
29
+ "content-type-cards": "awsui_content-type-cards_hyvsj_1xiee_492",
30
+ "is-overlap-disabled": "awsui_is-overlap-disabled_hyvsj_1xiee_498",
31
+ "is-hide-mobile-toolbar": "awsui_is-hide-mobile-toolbar_hyvsj_1xiee_501",
32
+ "has-content-gap-left": "awsui_has-content-gap-left_hyvsj_1xiee_515",
33
+ "has-content-gap-right": "awsui_has-content-gap-right_hyvsj_1xiee_518",
34
+ "has-breadcrumbs": "awsui_has-breadcrumbs_hyvsj_1xiee_528",
35
+ "content-first-child-header": "awsui_content-first-child-header_hyvsj_1xiee_531",
36
+ "content-first-child-notifications": "awsui_content-first-child-notifications_hyvsj_1xiee_531",
37
+ "has-header": "awsui_has-header_hyvsj_1xiee_531",
38
+ "content-first-child-main": "awsui_content-first-child-main_hyvsj_1xiee_546",
39
+ "disable-content-paddings": "awsui_disable-content-paddings_hyvsj_1xiee_546",
40
+ "has-left-toggles-gutter": "awsui_has-left-toggles-gutter_hyvsj_1xiee_566",
41
+ "has-right-toggles-gutter": "awsui_has-right-toggles-gutter_hyvsj_1xiee_569",
42
+ "has-split-panel": "awsui_has-split-panel_hyvsj_1xiee_589",
43
+ "split-panel-position-bottom": "awsui_split-panel-position-bottom_hyvsj_1xiee_589",
44
+ "block-body-scroll": "awsui_block-body-scroll_hyvsj_1xiee_597",
45
+ "unfocusable": "awsui_unfocusable_hyvsj_1xiee_602",
46
+ "container": "awsui_container_hyvsj_1xiee_612",
47
+ "is-navigation-open": "awsui_is-navigation-open_hyvsj_1xiee_638",
48
+ "is-tools-open": "awsui_is-tools-open_hyvsj_1xiee_641",
49
+ "is-split-panel-open": "awsui_is-split-panel-open_hyvsj_1xiee_641",
50
+ "split-panel-position-side": "awsui_split-panel-position-side_hyvsj_1xiee_641",
51
+ "has-active-drawer": "awsui_has-active-drawer_hyvsj_1xiee_641",
52
+ "mobile-toolbar": "awsui_mobile-toolbar_hyvsj_1xiee_654",
53
+ "remove-high-contrast-header": "awsui_remove-high-contrast-header_hyvsj_1xiee_671",
54
+ "mobile-toolbar-nav": "awsui_mobile-toolbar-nav_hyvsj_1xiee_675",
55
+ "mobile-toolbar-breadcrumbs": "awsui_mobile-toolbar-breadcrumbs_hyvsj_1xiee_679",
56
+ "mobile-toolbar-tools": "awsui_mobile-toolbar-tools_hyvsj_1xiee_683",
57
+ "navigation-container": "awsui_navigation-container_hyvsj_1xiee_692",
58
+ "show-navigation": "awsui_show-navigation_hyvsj_1xiee_730",
59
+ "animating": "awsui_animating_hyvsj_1xiee_753",
60
+ "showButtons": "awsui_showButtons_hyvsj_1xiee_1",
61
+ "navigation": "awsui_navigation_hyvsj_1xiee_692",
62
+ "openNavigation": "awsui_openNavigation_hyvsj_1xiee_1",
63
+ "animated-content": "awsui_animated-content_hyvsj_1xiee_817",
64
+ "content-container": "awsui_content-container_hyvsj_1xiee_820",
65
+ "hide-navigation": "awsui_hide-navigation_hyvsj_1xiee_829",
66
+ "notifications": "awsui_notifications_hyvsj_1xiee_839",
67
+ "has-notification-content": "awsui_has-notification-content_hyvsj_1xiee_844",
68
+ "sticky-notifications": "awsui_sticky-notifications_hyvsj_1xiee_848",
69
+ "high-contrast": "awsui_high-contrast_hyvsj_1xiee_853",
70
+ "split-panel-bottom": "awsui_split-panel-bottom_hyvsj_1xiee_871",
71
+ "position-bottom": "awsui_position-bottom_hyvsj_1xiee_918",
72
+ "openSplitPanelBottom": "awsui_openSplitPanelBottom_hyvsj_1xiee_1",
73
+ "split-panel-side": "awsui_split-panel-side_hyvsj_1xiee_947",
74
+ "position-side": "awsui_position-side_hyvsj_1xiee_960",
75
+ "tools-container": "awsui_tools-container_hyvsj_1xiee_982",
76
+ "tools": "awsui_tools_hyvsj_1xiee_982",
77
+ "openTools": "awsui_openTools_hyvsj_1xiee_1",
78
+ "has-tools-form-persistence": "awsui_has-tools-form-persistence_hyvsj_1xiee_1071",
79
+ "hide-tools": "awsui_hide-tools_hyvsj_1xiee_1081",
80
+ "show-tools": "awsui_show-tools_hyvsj_1xiee_1093",
81
+ "has-tools-form": "awsui_has-tools-form_hyvsj_1xiee_1071",
82
+ "trigger-button-styles": "awsui_trigger-button-styles_hyvsj_1xiee_1173",
83
+ "trigger-badge-wrapper": "awsui_trigger-badge-wrapper_hyvsj_1xiee_1189",
84
+ "trigger": "awsui_trigger_hyvsj_1xiee_1173",
85
+ "selected": "awsui_selected_hyvsj_1xiee_1241",
86
+ "badge": "awsui_badge_hyvsj_1xiee_1261",
87
+ "trigger-wrapper": "awsui_trigger-wrapper_hyvsj_1xiee_1265",
88
+ "trigger-wrapper-tooltip-visible": "awsui_trigger-wrapper-tooltip-visible_hyvsj_1xiee_1276",
89
+ "dot": "awsui_dot_hyvsj_1xiee_1280",
90
+ "trigger-tooltip": "awsui_trigger-tooltip_hyvsj_1xiee_1293"
91
91
  };
92
92
 
@@ -1,35 +1,35 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "drawer": "awsui_drawer_12i0j_d9xko_193",
5
- "with-expanded-motion": "awsui_with-expanded-motion_12i0j_d9xko_207",
6
- "legacy": "awsui_legacy_12i0j_d9xko_221",
7
- "ai-drawer": "awsui_ai-drawer_12i0j_d9xko_221",
8
- "bottom-drawer": "awsui_bottom-drawer_12i0j_d9xko_221",
9
- "last-opened": "awsui_last-opened_12i0j_d9xko_229",
10
- "drawer-global": "awsui_drawer-global_12i0j_d9xko_233",
11
- "drawer-expanded": "awsui_drawer-expanded_12i0j_d9xko_242",
12
- "drawer-hidden": "awsui_drawer-hidden_12i0j_d9xko_246",
13
- "has-next-siblings": "awsui_has-next-siblings_12i0j_d9xko_256",
14
- "global-drawer-wrapper": "awsui_global-drawer-wrapper_12i0j_d9xko_256",
15
- "drawer-content-container": "awsui_drawer-content-container_12i0j_d9xko_270",
16
- "drawer-gap": "awsui_drawer-gap_12i0j_d9xko_273",
17
- "drawer-close-button": "awsui_drawer-close-button_12i0j_d9xko_291",
18
- "drawer-expanded-mode-button": "awsui_drawer-expanded-mode-button_12i0j_d9xko_297",
19
- "drawer-content": "awsui_drawer-content_12i0j_d9xko_270",
20
- "drawer-content-hidden": "awsui_drawer-content-hidden_12i0j_d9xko_309",
21
- "drawer-slider": "awsui_drawer-slider_12i0j_d9xko_312",
22
- "drawer-actions": "awsui_drawer-actions_12i0j_d9xko_362",
23
- "ai-drawer-slider-handle": "awsui_ai-drawer-slider-handle_12i0j_d9xko_418",
24
- "drawer-content-header": "awsui_drawer-content-header_12i0j_d9xko_437",
25
- "drawer-content-header-content": "awsui_drawer-content-header-content_12i0j_d9xko_450",
26
- "drawer-back-to-console-slot": "awsui_drawer-back-to-console-slot_12i0j_d9xko_467",
27
- "drawer-back-to-console-button-wrapper": "awsui_drawer-back-to-console-button-wrapper_12i0j_d9xko_506",
28
- "drawer-back-to-console-button": "awsui_drawer-back-to-console-button_12i0j_d9xko_506",
29
- "drawer-back-to-console-custom-button": "awsui_drawer-back-to-console-custom-button_12i0j_d9xko_579",
30
- "drawer-content-content": "awsui_drawer-content-content_12i0j_d9xko_585",
31
- "bottom-drawer-content-header": "awsui_bottom-drawer-content-header_12i0j_d9xko_643",
32
- "bottom-drawer-content-header-content": "awsui_bottom-drawer-content-header-content_12i0j_d9xko_650",
33
- "bottom-drawer-actions": "awsui_bottom-drawer-actions_12i0j_d9xko_658"
4
+ "drawer": "awsui_drawer_12i0j_1tz4o_193",
5
+ "with-expanded-motion": "awsui_with-expanded-motion_12i0j_1tz4o_207",
6
+ "legacy": "awsui_legacy_12i0j_1tz4o_221",
7
+ "ai-drawer": "awsui_ai-drawer_12i0j_1tz4o_221",
8
+ "bottom-drawer": "awsui_bottom-drawer_12i0j_1tz4o_221",
9
+ "last-opened": "awsui_last-opened_12i0j_1tz4o_229",
10
+ "drawer-global": "awsui_drawer-global_12i0j_1tz4o_233",
11
+ "drawer-expanded": "awsui_drawer-expanded_12i0j_1tz4o_242",
12
+ "drawer-hidden": "awsui_drawer-hidden_12i0j_1tz4o_246",
13
+ "has-next-siblings": "awsui_has-next-siblings_12i0j_1tz4o_256",
14
+ "global-drawer-wrapper": "awsui_global-drawer-wrapper_12i0j_1tz4o_256",
15
+ "drawer-content-container": "awsui_drawer-content-container_12i0j_1tz4o_270",
16
+ "drawer-gap": "awsui_drawer-gap_12i0j_1tz4o_273",
17
+ "drawer-close-button": "awsui_drawer-close-button_12i0j_1tz4o_291",
18
+ "drawer-expanded-mode-button": "awsui_drawer-expanded-mode-button_12i0j_1tz4o_297",
19
+ "drawer-content": "awsui_drawer-content_12i0j_1tz4o_270",
20
+ "drawer-content-hidden": "awsui_drawer-content-hidden_12i0j_1tz4o_309",
21
+ "drawer-slider": "awsui_drawer-slider_12i0j_1tz4o_312",
22
+ "drawer-actions": "awsui_drawer-actions_12i0j_1tz4o_364",
23
+ "ai-drawer-slider-handle": "awsui_ai-drawer-slider-handle_12i0j_1tz4o_421",
24
+ "drawer-content-header": "awsui_drawer-content-header_12i0j_1tz4o_440",
25
+ "drawer-content-header-content": "awsui_drawer-content-header-content_12i0j_1tz4o_453",
26
+ "drawer-back-to-console-slot": "awsui_drawer-back-to-console-slot_12i0j_1tz4o_470",
27
+ "drawer-back-to-console-button-wrapper": "awsui_drawer-back-to-console-button-wrapper_12i0j_1tz4o_509",
28
+ "drawer-back-to-console-button": "awsui_drawer-back-to-console-button_12i0j_1tz4o_509",
29
+ "drawer-back-to-console-custom-button": "awsui_drawer-back-to-console-custom-button_12i0j_1tz4o_582",
30
+ "drawer-content-content": "awsui_drawer-content-content_12i0j_1tz4o_588",
31
+ "bottom-drawer-content-header": "awsui_bottom-drawer-content-header_12i0j_1tz4o_646",
32
+ "bottom-drawer-content-header-content": "awsui_bottom-drawer-content-header-content_12i0j_1tz4o_653",
33
+ "bottom-drawer-actions": "awsui_bottom-drawer-actions_12i0j_1tz4o_661"
34
34
  };
35
35