@cloudscape-design/components 3.0.365 → 3.0.366
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.
- package/app-layout/defaults.d.ts +1 -2
- package/app-layout/defaults.d.ts.map +1 -1
- package/app-layout/defaults.js.map +1 -1
- package/app-layout/drawer/index.d.ts.map +1 -1
- package/app-layout/drawer/index.js +3 -9
- package/app-layout/drawer/index.js.map +1 -1
- package/app-layout/drawer/interfaces.d.ts +5 -1
- package/app-layout/drawer/interfaces.d.ts.map +1 -1
- package/app-layout/drawer/interfaces.js.map +1 -1
- package/app-layout/drawer/resizable-drawer.d.ts.map +1 -1
- package/app-layout/drawer/resizable-drawer.js +6 -2
- package/app-layout/drawer/resizable-drawer.js.map +1 -1
- package/app-layout/index.d.ts.map +1 -1
- package/app-layout/index.js +43 -123
- package/app-layout/index.js.map +1 -1
- package/app-layout/utils/use-drawers.d.ts +28 -0
- package/app-layout/utils/use-drawers.d.ts.map +1 -0
- package/app-layout/utils/use-drawers.js +86 -0
- package/app-layout/utils/use-drawers.js.map +1 -0
- package/app-layout/utils/use-resize.d.ts +8 -4
- package/app-layout/utils/use-resize.d.ts.map +1 -1
- package/app-layout/utils/use-resize.js +5 -37
- package/app-layout/utils/use-resize.js.map +1 -1
- package/app-layout/visual-refresh/context.d.ts +5 -4
- package/app-layout/visual-refresh/context.d.ts.map +1 -1
- package/app-layout/visual-refresh/context.js +20 -38
- package/app-layout/visual-refresh/context.js.map +1 -1
- package/app-layout/visual-refresh/drawers.d.ts.map +1 -1
- package/app-layout/visual-refresh/drawers.js +11 -18
- package/app-layout/visual-refresh/drawers.js.map +1 -1
- package/app-layout/visual-refresh/mobile-toolbar.js +2 -2
- package/app-layout/visual-refresh/mobile-toolbar.js.map +1 -1
- package/app-layout/visual-refresh/split-panel.js +1 -1
- package/app-layout/visual-refresh/split-panel.js.map +1 -1
- package/app-layout/visual-refresh/styles.css.js +69 -69
- package/app-layout/visual-refresh/styles.scoped.css +167 -166
- package/app-layout/visual-refresh/styles.selectors.js +69 -69
- package/app-layout/visual-refresh/tools.js +1 -1
- package/app-layout/visual-refresh/tools.js.map +1 -1
- package/button/icon-helper.d.ts +1 -0
- package/button/icon-helper.d.ts.map +1 -1
- package/button/icon-helper.js +2 -2
- package/button/icon-helper.js.map +1 -1
- package/button/internal.d.ts +2 -0
- package/button/internal.d.ts.map +1 -1
- package/button/internal.js +2 -1
- package/button/internal.js.map +1 -1
- package/button-dropdown/interfaces.d.ts +10 -1
- package/button-dropdown/interfaces.d.ts.map +1 -1
- package/button-dropdown/interfaces.js.map +1 -1
- package/button-dropdown/internal.d.ts.map +1 -1
- package/button-dropdown/internal.js +15 -1
- package/button-dropdown/internal.js.map +1 -1
- package/button-dropdown/item-element/index.d.ts +4 -0
- package/button-dropdown/item-element/index.d.ts.map +1 -1
- package/button-dropdown/item-element/index.js +1 -1
- package/button-dropdown/item-element/index.js.map +1 -1
- package/icon/styles.css.js +21 -21
- package/icon/styles.scoped.css +54 -54
- package/icon/styles.selectors.js +21 -21
- package/internal/base-component/styles.scoped.css +5 -0
- package/internal/environment.js +1 -1
- package/internal/environment.json +1 -1
- package/internal/generated/theming/index.cjs +31 -0
- package/internal/generated/theming/index.js +31 -0
- package/internal/manifest.json +1 -1
- package/package.json +1 -1
- package/property-filter/index.d.ts.map +1 -1
- package/property-filter/index.js +2 -1
- package/property-filter/index.js.map +1 -1
- package/property-filter/styles.css.js +30 -29
- package/property-filter/styles.scoped.css +38 -32
- package/property-filter/styles.selectors.js +30 -29
|
@@ -1,74 +1,74 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"background": "
|
|
5
|
-
"scrolling-background": "awsui_scrolling-
|
|
6
|
-
"sticky-background": "awsui_sticky-
|
|
7
|
-
"has-sticky-notifications": "awsui_has-sticky-
|
|
8
|
-
"breadcrumbs": "
|
|
9
|
-
"has-sticky-background": "awsui_has-sticky-
|
|
10
|
-
"drawers-container": "awsui_drawers-
|
|
11
|
-
"has-open-drawer": "awsui_has-open-
|
|
12
|
-
"disable-body-scroll": "awsui_disable-body-
|
|
13
|
-
"drawers-desktop-triggers-container": "awsui_drawers-desktop-triggers-
|
|
14
|
-
"has-multiple-triggers": "awsui_has-multiple-
|
|
15
|
-
"drawers-trigger-content": "awsui_drawers-trigger-
|
|
16
|
-
"drawers-trigger": "awsui_drawers-
|
|
17
|
-
"drawer": "
|
|
18
|
-
"drawer-close-button": "awsui_drawer-close-
|
|
19
|
-
"drawer-content": "awsui_drawer-
|
|
20
|
-
"drawer-slider": "awsui_drawer-
|
|
21
|
-
"is-drawer-open": "awsui_is-drawer-
|
|
22
|
-
"content": "
|
|
23
|
-
"layout": "
|
|
24
|
-
"has-max-content-width": "awsui_has-max-content-
|
|
25
|
-
"content-type-dashboard": "awsui_content-type-
|
|
26
|
-
"is-overlap-disabled": "awsui_is-overlap-
|
|
27
|
-
"has-content-gap-left": "awsui_has-content-gap-
|
|
28
|
-
"has-content-gap-right": "awsui_has-content-gap-
|
|
29
|
-
"content-first-child-notifications": "awsui_content-first-child-
|
|
30
|
-
"has-breadcrumbs": "awsui_has-
|
|
31
|
-
"content-first-child-header": "awsui_content-first-child-
|
|
32
|
-
"has-header": "awsui_has-
|
|
33
|
-
"content-first-child-main": "awsui_content-first-child-
|
|
34
|
-
"disable-content-paddings": "awsui_disable-content-
|
|
35
|
-
"has-split-panel": "awsui_has-split-
|
|
36
|
-
"split-panel-position-bottom": "awsui_split-panel-position-
|
|
37
|
-
"block-body-scroll": "awsui_block-body-
|
|
38
|
-
"unfocusable": "
|
|
39
|
-
"container": "
|
|
40
|
-
"is-navigation-open": "awsui_is-navigation-
|
|
41
|
-
"is-tools-open": "awsui_is-tools-
|
|
42
|
-
"is-split-panel-open": "awsui_is-split-panel-
|
|
43
|
-
"split-panel-position-side": "awsui_split-panel-position-
|
|
44
|
-
"mobile-toolbar": "awsui_mobile-
|
|
45
|
-
"mobile-toolbar-nav": "awsui_mobile-toolbar-
|
|
46
|
-
"mobile-toolbar-breadcrumbs": "awsui_mobile-toolbar-
|
|
47
|
-
"mobile-toolbar-tools": "awsui_mobile-toolbar-
|
|
48
|
-
"navigation-container": "awsui_navigation-
|
|
49
|
-
"show-navigation": "awsui_show-
|
|
50
|
-
"animating": "
|
|
51
|
-
"showButtons": "
|
|
52
|
-
"navigation": "
|
|
53
|
-
"openNavigation": "
|
|
54
|
-
"animated-content": "awsui_animated-
|
|
55
|
-
"hide-navigation": "awsui_hide-
|
|
56
|
-
"notifications": "
|
|
57
|
-
"sticky-notifications": "awsui_sticky-
|
|
58
|
-
"split-panel-bottom": "awsui_split-panel-
|
|
59
|
-
"position-bottom": "awsui_position-
|
|
60
|
-
"openSplitPanelBottom": "
|
|
61
|
-
"split-panel-side": "awsui_split-panel-
|
|
62
|
-
"position-side": "awsui_position-
|
|
63
|
-
"openSplitPanelSide": "
|
|
64
|
-
"tools-container": "awsui_tools-
|
|
65
|
-
"tools": "
|
|
66
|
-
"openTools": "
|
|
67
|
-
"has-tools-form-persistence": "awsui_has-tools-form-
|
|
68
|
-
"hide-tools": "awsui_hide-
|
|
69
|
-
"show-tools": "awsui_show-
|
|
70
|
-
"has-tools-form": "awsui_has-tools-
|
|
71
|
-
"trigger": "
|
|
72
|
-
"selected": "
|
|
4
|
+
"background": "awsui_background_hyvsj_s8rmd_93",
|
|
5
|
+
"scrolling-background": "awsui_scrolling-background_hyvsj_s8rmd_96",
|
|
6
|
+
"sticky-background": "awsui_sticky-background_hyvsj_s8rmd_102",
|
|
7
|
+
"has-sticky-notifications": "awsui_has-sticky-notifications_hyvsj_s8rmd_110",
|
|
8
|
+
"breadcrumbs": "awsui_breadcrumbs_hyvsj_s8rmd_123",
|
|
9
|
+
"has-sticky-background": "awsui_has-sticky-background_hyvsj_s8rmd_133",
|
|
10
|
+
"drawers-container": "awsui_drawers-container_hyvsj_s8rmd_145",
|
|
11
|
+
"has-open-drawer": "awsui_has-open-drawer_hyvsj_s8rmd_157",
|
|
12
|
+
"disable-body-scroll": "awsui_disable-body-scroll_hyvsj_s8rmd_191",
|
|
13
|
+
"drawers-desktop-triggers-container": "awsui_drawers-desktop-triggers-container_hyvsj_s8rmd_196",
|
|
14
|
+
"has-multiple-triggers": "awsui_has-multiple-triggers_hyvsj_s8rmd_215",
|
|
15
|
+
"drawers-trigger-content": "awsui_drawers-trigger-content_hyvsj_s8rmd_247",
|
|
16
|
+
"drawers-trigger": "awsui_drawers-trigger_hyvsj_s8rmd_247",
|
|
17
|
+
"drawer": "awsui_drawer_hyvsj_s8rmd_145",
|
|
18
|
+
"drawer-close-button": "awsui_drawer-close-button_hyvsj_s8rmd_297",
|
|
19
|
+
"drawer-content": "awsui_drawer-content_hyvsj_s8rmd_302",
|
|
20
|
+
"drawer-slider": "awsui_drawer-slider_hyvsj_s8rmd_307",
|
|
21
|
+
"is-drawer-open": "awsui_is-drawer-open_hyvsj_s8rmd_314",
|
|
22
|
+
"content": "awsui_content_hyvsj_s8rmd_339",
|
|
23
|
+
"layout": "awsui_layout_hyvsj_s8rmd_360",
|
|
24
|
+
"has-max-content-width": "awsui_has-max-content-width_hyvsj_s8rmd_443",
|
|
25
|
+
"content-type-dashboard": "awsui_content-type-dashboard_hyvsj_s8rmd_458",
|
|
26
|
+
"is-overlap-disabled": "awsui_is-overlap-disabled_hyvsj_s8rmd_475",
|
|
27
|
+
"has-content-gap-left": "awsui_has-content-gap-left_hyvsj_s8rmd_507",
|
|
28
|
+
"has-content-gap-right": "awsui_has-content-gap-right_hyvsj_s8rmd_510",
|
|
29
|
+
"content-first-child-notifications": "awsui_content-first-child-notifications_hyvsj_s8rmd_520",
|
|
30
|
+
"has-breadcrumbs": "awsui_has-breadcrumbs_hyvsj_s8rmd_523",
|
|
31
|
+
"content-first-child-header": "awsui_content-first-child-header_hyvsj_s8rmd_526",
|
|
32
|
+
"has-header": "awsui_has-header_hyvsj_s8rmd_526",
|
|
33
|
+
"content-first-child-main": "awsui_content-first-child-main_hyvsj_s8rmd_547",
|
|
34
|
+
"disable-content-paddings": "awsui_disable-content-paddings_hyvsj_s8rmd_547",
|
|
35
|
+
"has-split-panel": "awsui_has-split-panel_hyvsj_s8rmd_590",
|
|
36
|
+
"split-panel-position-bottom": "awsui_split-panel-position-bottom_hyvsj_s8rmd_590",
|
|
37
|
+
"block-body-scroll": "awsui_block-body-scroll_hyvsj_s8rmd_606",
|
|
38
|
+
"unfocusable": "awsui_unfocusable_hyvsj_s8rmd_611",
|
|
39
|
+
"container": "awsui_container_hyvsj_s8rmd_621",
|
|
40
|
+
"is-navigation-open": "awsui_is-navigation-open_hyvsj_s8rmd_646",
|
|
41
|
+
"is-tools-open": "awsui_is-tools-open_hyvsj_s8rmd_649",
|
|
42
|
+
"is-split-panel-open": "awsui_is-split-panel-open_hyvsj_s8rmd_649",
|
|
43
|
+
"split-panel-position-side": "awsui_split-panel-position-side_hyvsj_s8rmd_649",
|
|
44
|
+
"mobile-toolbar": "awsui_mobile-toolbar_hyvsj_s8rmd_658",
|
|
45
|
+
"mobile-toolbar-nav": "awsui_mobile-toolbar-nav_hyvsj_s8rmd_674",
|
|
46
|
+
"mobile-toolbar-breadcrumbs": "awsui_mobile-toolbar-breadcrumbs_hyvsj_s8rmd_678",
|
|
47
|
+
"mobile-toolbar-tools": "awsui_mobile-toolbar-tools_hyvsj_s8rmd_682",
|
|
48
|
+
"navigation-container": "awsui_navigation-container_hyvsj_s8rmd_691",
|
|
49
|
+
"show-navigation": "awsui_show-navigation_hyvsj_s8rmd_735",
|
|
50
|
+
"animating": "awsui_animating_hyvsj_s8rmd_757",
|
|
51
|
+
"showButtons": "awsui_showButtons_hyvsj_s8rmd_1",
|
|
52
|
+
"navigation": "awsui_navigation_hyvsj_s8rmd_691",
|
|
53
|
+
"openNavigation": "awsui_openNavigation_hyvsj_s8rmd_1",
|
|
54
|
+
"animated-content": "awsui_animated-content_hyvsj_s8rmd_819",
|
|
55
|
+
"hide-navigation": "awsui_hide-navigation_hyvsj_s8rmd_828",
|
|
56
|
+
"notifications": "awsui_notifications_hyvsj_s8rmd_838",
|
|
57
|
+
"sticky-notifications": "awsui_sticky-notifications_hyvsj_s8rmd_844",
|
|
58
|
+
"split-panel-bottom": "awsui_split-panel-bottom_hyvsj_s8rmd_861",
|
|
59
|
+
"position-bottom": "awsui_position-bottom_hyvsj_s8rmd_908",
|
|
60
|
+
"openSplitPanelBottom": "awsui_openSplitPanelBottom_hyvsj_s8rmd_1",
|
|
61
|
+
"split-panel-side": "awsui_split-panel-side_hyvsj_s8rmd_937",
|
|
62
|
+
"position-side": "awsui_position-side_hyvsj_s8rmd_965",
|
|
63
|
+
"openSplitPanelSide": "awsui_openSplitPanelSide_hyvsj_s8rmd_1",
|
|
64
|
+
"tools-container": "awsui_tools-container_hyvsj_s8rmd_1002",
|
|
65
|
+
"tools": "awsui_tools_hyvsj_s8rmd_1002",
|
|
66
|
+
"openTools": "awsui_openTools_hyvsj_s8rmd_1",
|
|
67
|
+
"has-tools-form-persistence": "awsui_has-tools-form-persistence_hyvsj_s8rmd_1097",
|
|
68
|
+
"hide-tools": "awsui_hide-tools_hyvsj_s8rmd_1107",
|
|
69
|
+
"show-tools": "awsui_show-tools_hyvsj_s8rmd_1119",
|
|
70
|
+
"has-tools-form": "awsui_has-tools-form_hyvsj_s8rmd_1097",
|
|
71
|
+
"trigger": "awsui_trigger_hyvsj_s8rmd_1184",
|
|
72
|
+
"selected": "awsui_selected_hyvsj_s8rmd_1223"
|
|
73
73
|
};
|
|
74
74
|
|