@cloudscape-design/components 3.0.246 → 3.0.248

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 (136) hide show
  1. package/annotation-context/annotation/styles.css.js +24 -24
  2. package/annotation-context/annotation/styles.scoped.css +30 -30
  3. package/annotation-context/annotation/styles.selectors.js +24 -24
  4. package/app-layout/drawer/index.d.ts +3 -21
  5. package/app-layout/drawer/index.d.ts.map +1 -1
  6. package/app-layout/drawer/index.js +25 -5
  7. package/app-layout/drawer/index.js.map +1 -1
  8. package/app-layout/drawer/interfaces.d.ts +84 -0
  9. package/app-layout/drawer/interfaces.d.ts.map +1 -0
  10. package/app-layout/drawer/interfaces.js +2 -0
  11. package/app-layout/drawer/interfaces.js.map +1 -0
  12. package/app-layout/drawer/resizable-drawer.d.ts +4 -0
  13. package/app-layout/drawer/resizable-drawer.d.ts.map +1 -0
  14. package/app-layout/drawer/resizable-drawer.js +51 -0
  15. package/app-layout/drawer/resizable-drawer.js.map +1 -0
  16. package/app-layout/drawer/styles.css.js +10 -5
  17. package/app-layout/drawer/styles.scoped.css +46 -10
  18. package/app-layout/drawer/styles.selectors.js +10 -5
  19. package/app-layout/index.d.ts.map +1 -1
  20. package/app-layout/index.js +142 -17
  21. package/app-layout/index.js.map +1 -1
  22. package/app-layout/mobile-toolbar/index.d.ts +10 -1
  23. package/app-layout/mobile-toolbar/index.d.ts.map +1 -1
  24. package/app-layout/mobile-toolbar/index.js +3 -2
  25. package/app-layout/mobile-toolbar/index.js.map +1 -1
  26. package/app-layout/mobile-toolbar/styles.css.js +5 -4
  27. package/app-layout/mobile-toolbar/styles.scoped.css +11 -7
  28. package/app-layout/mobile-toolbar/styles.selectors.js +5 -4
  29. package/app-layout/notifications/styles.css.js +3 -3
  30. package/app-layout/notifications/styles.scoped.css +7 -7
  31. package/app-layout/notifications/styles.selectors.js +3 -3
  32. package/app-layout/test-classes/styles.css.js +18 -13
  33. package/app-layout/test-classes/styles.scoped.css +33 -13
  34. package/app-layout/test-classes/styles.selectors.js +18 -13
  35. package/app-layout/toggles/index.d.ts.map +1 -1
  36. package/app-layout/toggles/index.js +2 -2
  37. package/app-layout/toggles/index.js.map +1 -1
  38. package/app-layout/toggles/interfaces.d.ts +3 -1
  39. package/app-layout/toggles/interfaces.d.ts.map +1 -1
  40. package/app-layout/toggles/interfaces.js.map +1 -1
  41. package/app-layout/utils/use-drawer-focus-control.d.ts +21 -0
  42. package/app-layout/utils/use-drawer-focus-control.d.ts.map +1 -0
  43. package/app-layout/utils/use-drawer-focus-control.js +65 -0
  44. package/app-layout/utils/use-drawer-focus-control.js.map +1 -0
  45. package/app-layout/visual-refresh/app-bar.d.ts.map +1 -1
  46. package/app-layout/visual-refresh/app-bar.js +8 -6
  47. package/app-layout/visual-refresh/app-bar.js.map +1 -1
  48. package/app-layout/visual-refresh/context.d.ts +13 -6
  49. package/app-layout/visual-refresh/context.d.ts.map +1 -1
  50. package/app-layout/visual-refresh/context.js +107 -52
  51. package/app-layout/visual-refresh/context.js.map +1 -1
  52. package/app-layout/visual-refresh/drawers.d.ts +47 -0
  53. package/app-layout/visual-refresh/drawers.d.ts.map +1 -0
  54. package/app-layout/visual-refresh/drawers.js +127 -0
  55. package/app-layout/visual-refresh/drawers.js.map +1 -0
  56. package/app-layout/visual-refresh/header.js +2 -2
  57. package/app-layout/visual-refresh/header.js.map +1 -1
  58. package/app-layout/visual-refresh/index.d.ts.map +1 -1
  59. package/app-layout/visual-refresh/index.js +3 -1
  60. package/app-layout/visual-refresh/index.js.map +1 -1
  61. package/app-layout/visual-refresh/layout.d.ts.map +1 -1
  62. package/app-layout/visual-refresh/layout.js +5 -42
  63. package/app-layout/visual-refresh/layout.js.map +1 -1
  64. package/app-layout/visual-refresh/main.d.ts.map +1 -1
  65. package/app-layout/visual-refresh/main.js +2 -3
  66. package/app-layout/visual-refresh/main.js.map +1 -1
  67. package/app-layout/visual-refresh/navigation.js +2 -2
  68. package/app-layout/visual-refresh/navigation.js.map +1 -1
  69. package/app-layout/visual-refresh/notifications.d.ts.map +1 -1
  70. package/app-layout/visual-refresh/notifications.js +2 -2
  71. package/app-layout/visual-refresh/notifications.js.map +1 -1
  72. package/app-layout/visual-refresh/split-panel.js +2 -2
  73. package/app-layout/visual-refresh/split-panel.js.map +1 -1
  74. package/app-layout/visual-refresh/styles.css.js +71 -61
  75. package/app-layout/visual-refresh/styles.scoped.css +437 -229
  76. package/app-layout/visual-refresh/styles.selectors.js +71 -61
  77. package/app-layout/visual-refresh/tools.d.ts.map +1 -1
  78. package/app-layout/visual-refresh/tools.js +7 -3
  79. package/app-layout/visual-refresh/tools.js.map +1 -1
  80. package/app-layout/visual-refresh/trigger-button.d.ts +4 -3
  81. package/app-layout/visual-refresh/trigger-button.d.ts.map +1 -1
  82. package/app-layout/visual-refresh/trigger-button.js +5 -4
  83. package/app-layout/visual-refresh/trigger-button.js.map +1 -1
  84. package/area-chart/internal.js +1 -1
  85. package/area-chart/internal.js.map +1 -1
  86. package/flashbar/styles.css.js +45 -45
  87. package/flashbar/styles.scoped.css +169 -169
  88. package/flashbar/styles.selectors.js +45 -45
  89. package/internal/base-component/styles.scoped.css +24 -0
  90. package/internal/context/app-layout-context.d.ts +0 -1
  91. package/internal/context/app-layout-context.d.ts.map +1 -1
  92. package/internal/context/app-layout-context.js.map +1 -1
  93. package/internal/context/dynamic-overlap-context.d.ts +3 -0
  94. package/internal/context/dynamic-overlap-context.d.ts.map +1 -0
  95. package/internal/context/dynamic-overlap-context.js +5 -0
  96. package/internal/context/dynamic-overlap-context.js.map +1 -0
  97. package/internal/environment.js +1 -1
  98. package/internal/generated/custom-css-properties/index.d.ts.map +1 -1
  99. package/internal/generated/custom-css-properties/index.js +31 -30
  100. package/internal/generated/custom-css-properties/index.js.map +1 -1
  101. package/internal/generated/styles/tokens.d.ts +2 -0
  102. package/internal/generated/styles/tokens.js +2 -0
  103. package/internal/generated/theming/index.cjs +140 -0
  104. package/internal/generated/theming/index.js +140 -0
  105. package/internal/hooks/use-dynamic-overlap/index.js +7 -7
  106. package/internal/hooks/use-dynamic-overlap/index.js.map +1 -1
  107. package/internal/manifest.json +1 -1
  108. package/mixed-line-bar-chart/internal.js +1 -1
  109. package/mixed-line-bar-chart/internal.js.map +1 -1
  110. package/package.json +1 -1
  111. package/pie-chart/index.js +1 -1
  112. package/pie-chart/index.js.map +1 -1
  113. package/space-between/internal.js +1 -1
  114. package/space-between/internal.js.map +1 -1
  115. package/space-between/styles.css.js +20 -28
  116. package/space-between/styles.scoped.css +37 -101
  117. package/space-between/styles.selectors.js +20 -28
  118. package/test-utils/dom/button/index.js +1 -6
  119. package/test-utils/dom/button/index.js.map +1 -1
  120. package/test-utils/dom/flashbar/index.d.ts +5 -1
  121. package/test-utils/dom/flashbar/index.js +7 -0
  122. package/test-utils/dom/flashbar/index.js.map +1 -1
  123. package/test-utils/selectors/flashbar/index.d.ts +5 -1
  124. package/test-utils/selectors/flashbar/index.js +7 -0
  125. package/test-utils/selectors/flashbar/index.js.map +1 -1
  126. package/test-utils/tsconfig.tsbuildinfo +1 -1
  127. package/wizard/interfaces.d.ts +4 -0
  128. package/wizard/interfaces.d.ts.map +1 -1
  129. package/wizard/interfaces.js.map +1 -1
  130. package/wizard/wizard-actions.d.ts +2 -1
  131. package/wizard/wizard-actions.d.ts.map +1 -1
  132. package/wizard/wizard-actions.js +2 -2
  133. package/wizard/wizard-actions.js.map +1 -1
  134. package/wizard/wizard-form.d.ts.map +1 -1
  135. package/wizard/wizard-form.js +1 -1
  136. package/wizard/wizard-form.js.map +1 -1
@@ -1,66 +1,76 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "appbar": "awsui_appbar_hyvsj_10sxp_93",
5
- "appbar-nav": "awsui_appbar-nav_hyvsj_10sxp_117",
6
- "breadcrumbs": "awsui_breadcrumbs_hyvsj_10sxp_121",
7
- "appbar-tools": "awsui_appbar-tools_hyvsj_10sxp_125",
8
- "has-breadcrumbs": "awsui_has-breadcrumbs_hyvsj_10sxp_166",
9
- "has-notifications-content": "awsui_has-notifications-content_hyvsj_10sxp_173",
10
- "has-header": "awsui_has-header_hyvsj_10sxp_179",
11
- "has-dynamic-overlap-height": "awsui_has-dynamic-overlap-height_hyvsj_10sxp_179",
12
- "content-type-wizard": "awsui_content-type-wizard_hyvsj_10sxp_180",
13
- "content-type-cards": "awsui_content-type-cards_hyvsj_10sxp_183",
14
- "content-type-table": "awsui_content-type-table_hyvsj_10sxp_184",
15
- "has-sticky-background": "awsui_has-sticky-background_hyvsj_10sxp_187",
16
- "background": "awsui_background_hyvsj_10sxp_221",
17
- "notifications-appbar-header": "awsui_notifications-appbar-header_hyvsj_10sxp_224",
18
- "sticky-notifications": "awsui_sticky-notifications_hyvsj_10sxp_237",
19
- "overlap": "awsui_overlap_hyvsj_10sxp_243",
20
- "content": "awsui_content_hyvsj_10sxp_180",
21
- "layout": "awsui_layout_hyvsj_10sxp_335",
22
- "has-max-content-width": "awsui_has-max-content-width_hyvsj_10sxp_418",
23
- "content-type-dashboard": "awsui_content-type-dashboard_hyvsj_10sxp_433",
24
- "is-overlap-disabled": "awsui_is-overlap-disabled_hyvsj_10sxp_460",
25
- "disable-body-scroll": "awsui_disable-body-scroll_hyvsj_10sxp_463",
26
- "has-sticky-notifications": "awsui_has-sticky-notifications_hyvsj_10sxp_467",
27
- "has-split-panel": "awsui_has-split-panel_hyvsj_10sxp_481",
28
- "split-panel-position-bottom": "awsui_split-panel-position-bottom_hyvsj_10sxp_481",
29
- "has-content-gap-left": "awsui_has-content-gap-left_hyvsj_10sxp_493",
30
- "has-content-gap-right": "awsui_has-content-gap-right_hyvsj_10sxp_496",
31
- "block-body-scroll": "awsui_block-body-scroll_hyvsj_10sxp_511",
32
- "container": "awsui_container_hyvsj_10sxp_519",
33
- "disable-content-paddings": "awsui_disable-content-paddings_hyvsj_10sxp_545",
34
- "is-navigation-open": "awsui_is-navigation-open_hyvsj_10sxp_550",
35
- "is-tools-open": "awsui_is-tools-open_hyvsj_10sxp_553",
36
- "is-split-panel-open": "awsui_is-split-panel-open_hyvsj_10sxp_553",
37
- "split-panel-position-side": "awsui_split-panel-position-side_hyvsj_10sxp_553",
38
- "content-type-default": "awsui_content-type-default_hyvsj_10sxp_573",
39
- "content-type-form": "awsui_content-type-form_hyvsj_10sxp_573",
40
- "unfocusable": "awsui_unfocusable_hyvsj_10sxp_614",
41
- "navigation-container": "awsui_navigation-container_hyvsj_10sxp_624",
42
- "show-navigation": "awsui_show-navigation_hyvsj_10sxp_659",
43
- "animating": "awsui_animating_hyvsj_10sxp_681",
44
- "showButtons": "awsui_showButtons_hyvsj_10sxp_1",
45
- "navigation": "awsui_navigation_hyvsj_10sxp_624",
46
- "openNavigation": "awsui_openNavigation_hyvsj_10sxp_1",
47
- "animated-content": "awsui_animated-content_hyvsj_10sxp_742",
48
- "hide-navigation": "awsui_hide-navigation_hyvsj_10sxp_751",
49
- "notifications": "awsui_notifications_hyvsj_10sxp_224",
50
- "split-panel-bottom": "awsui_split-panel-bottom_hyvsj_10sxp_818",
51
- "position-bottom": "awsui_position-bottom_hyvsj_10sxp_864",
52
- "openSplitPanelBottom": "awsui_openSplitPanelBottom_hyvsj_10sxp_1",
53
- "split-panel-side": "awsui_split-panel-side_hyvsj_10sxp_893",
54
- "position-side": "awsui_position-side_hyvsj_10sxp_921",
55
- "openSplitPanelSide": "awsui_openSplitPanelSide_hyvsj_10sxp_1",
56
- "tools-container": "awsui_tools-container_hyvsj_10sxp_958",
57
- "tools": "awsui_tools_hyvsj_10sxp_958",
58
- "openTools": "awsui_openTools_hyvsj_10sxp_1",
59
- "has-tools-form-persistence": "awsui_has-tools-form-persistence_hyvsj_10sxp_1043",
60
- "hide-tools": "awsui_hide-tools_hyvsj_10sxp_1053",
61
- "show-tools": "awsui_show-tools_hyvsj_10sxp_1065",
62
- "has-tools-form": "awsui_has-tools-form_hyvsj_10sxp_1043",
63
- "trigger": "awsui_trigger_hyvsj_10sxp_1132",
64
- "selected": "awsui_selected_hyvsj_10sxp_1171"
4
+ "appbar": "awsui_appbar_hyvsj_nghum_93",
5
+ "appbar-nav": "awsui_appbar-nav_hyvsj_nghum_117",
6
+ "breadcrumbs": "awsui_breadcrumbs_hyvsj_nghum_121",
7
+ "appbar-tools": "awsui_appbar-tools_hyvsj_nghum_125",
8
+ "drawers-mobile-triggers-container": "awsui_drawers-mobile-triggers-container_hyvsj_nghum_126",
9
+ "has-breadcrumbs": "awsui_has-breadcrumbs_hyvsj_nghum_167",
10
+ "has-notifications-content": "awsui_has-notifications-content_hyvsj_nghum_175",
11
+ "has-header": "awsui_has-header_hyvsj_nghum_181",
12
+ "has-dynamic-overlap-height": "awsui_has-dynamic-overlap-height_hyvsj_nghum_181",
13
+ "content-type-wizard": "awsui_content-type-wizard_hyvsj_nghum_182",
14
+ "content-type-cards": "awsui_content-type-cards_hyvsj_nghum_185",
15
+ "content-type-table": "awsui_content-type-table_hyvsj_nghum_186",
16
+ "has-sticky-background": "awsui_has-sticky-background_hyvsj_nghum_189",
17
+ "background": "awsui_background_hyvsj_nghum_224",
18
+ "notifications-appbar-header": "awsui_notifications-appbar-header_hyvsj_nghum_227",
19
+ "sticky-notifications": "awsui_sticky-notifications_hyvsj_nghum_240",
20
+ "overlap": "awsui_overlap_hyvsj_nghum_246",
21
+ "drawers-container": "awsui_drawers-container_hyvsj_nghum_270",
22
+ "has-open-drawer": "awsui_has-open-drawer_hyvsj_nghum_282",
23
+ "drawers-desktop-triggers-container": "awsui_drawers-desktop-triggers-container_hyvsj_nghum_312",
24
+ "has-multiple-triggers": "awsui_has-multiple-triggers_hyvsj_nghum_330",
25
+ "drawers-trigger-content": "awsui_drawers-trigger-content_hyvsj_nghum_362",
26
+ "drawer": "awsui_drawer_hyvsj_nghum_126",
27
+ "drawer-close-button": "awsui_drawer-close-button_hyvsj_nghum_406",
28
+ "drawer-content": "awsui_drawer-content_hyvsj_nghum_410",
29
+ "is-drawer-open": "awsui_is-drawer-open_hyvsj_nghum_415",
30
+ "content": "awsui_content_hyvsj_nghum_182",
31
+ "layout": "awsui_layout_hyvsj_nghum_517",
32
+ "has-max-content-width": "awsui_has-max-content-width_hyvsj_nghum_600",
33
+ "content-type-dashboard": "awsui_content-type-dashboard_hyvsj_nghum_615",
34
+ "is-overlap-disabled": "awsui_is-overlap-disabled_hyvsj_nghum_642",
35
+ "disable-body-scroll": "awsui_disable-body-scroll_hyvsj_nghum_645",
36
+ "has-sticky-notifications": "awsui_has-sticky-notifications_hyvsj_nghum_649",
37
+ "has-split-panel": "awsui_has-split-panel_hyvsj_nghum_663",
38
+ "split-panel-position-bottom": "awsui_split-panel-position-bottom_hyvsj_nghum_663",
39
+ "has-content-gap-left": "awsui_has-content-gap-left_hyvsj_nghum_675",
40
+ "has-content-gap-right": "awsui_has-content-gap-right_hyvsj_nghum_678",
41
+ "block-body-scroll": "awsui_block-body-scroll_hyvsj_nghum_693",
42
+ "container": "awsui_container_hyvsj_nghum_701",
43
+ "disable-content-paddings": "awsui_disable-content-paddings_hyvsj_nghum_727",
44
+ "is-navigation-open": "awsui_is-navigation-open_hyvsj_nghum_732",
45
+ "is-tools-open": "awsui_is-tools-open_hyvsj_nghum_735",
46
+ "is-split-panel-open": "awsui_is-split-panel-open_hyvsj_nghum_735",
47
+ "split-panel-position-side": "awsui_split-panel-position-side_hyvsj_nghum_735",
48
+ "content-type-default": "awsui_content-type-default_hyvsj_nghum_755",
49
+ "content-type-form": "awsui_content-type-form_hyvsj_nghum_755",
50
+ "unfocusable": "awsui_unfocusable_hyvsj_nghum_796",
51
+ "navigation-container": "awsui_navigation-container_hyvsj_nghum_806",
52
+ "show-navigation": "awsui_show-navigation_hyvsj_nghum_841",
53
+ "animating": "awsui_animating_hyvsj_nghum_863",
54
+ "showButtons": "awsui_showButtons_hyvsj_nghum_1",
55
+ "navigation": "awsui_navigation_hyvsj_nghum_806",
56
+ "openNavigation": "awsui_openNavigation_hyvsj_nghum_1",
57
+ "animated-content": "awsui_animated-content_hyvsj_nghum_924",
58
+ "hide-navigation": "awsui_hide-navigation_hyvsj_nghum_933",
59
+ "notifications": "awsui_notifications_hyvsj_nghum_227",
60
+ "split-panel-bottom": "awsui_split-panel-bottom_hyvsj_nghum_1000",
61
+ "position-bottom": "awsui_position-bottom_hyvsj_nghum_1046",
62
+ "openSplitPanelBottom": "awsui_openSplitPanelBottom_hyvsj_nghum_1",
63
+ "split-panel-side": "awsui_split-panel-side_hyvsj_nghum_1075",
64
+ "position-side": "awsui_position-side_hyvsj_nghum_1103",
65
+ "openSplitPanelSide": "awsui_openSplitPanelSide_hyvsj_nghum_1",
66
+ "tools-container": "awsui_tools-container_hyvsj_nghum_1140",
67
+ "tools": "awsui_tools_hyvsj_nghum_1140",
68
+ "openTools": "awsui_openTools_hyvsj_nghum_1",
69
+ "has-tools-form-persistence": "awsui_has-tools-form-persistence_hyvsj_nghum_1225",
70
+ "hide-tools": "awsui_hide-tools_hyvsj_nghum_1235",
71
+ "show-tools": "awsui_show-tools_hyvsj_nghum_1247",
72
+ "has-tools-form": "awsui_has-tools-form_hyvsj_nghum_1225",
73
+ "trigger": "awsui_trigger_hyvsj_nghum_1314",
74
+ "selected": "awsui_selected_hyvsj_nghum_1353"
65
75
  };
66
76