@cloudscape-design/components 3.0.404 → 3.0.406
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/drawer/index.d.ts.map +1 -1
- package/app-layout/drawer/index.js +2 -1
- package/app-layout/drawer/index.js.map +1 -1
- package/app-layout/drawer/interfaces.d.ts +2 -0
- 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 +1 -1
- package/app-layout/drawer/resizable-drawer.d.ts.map +1 -1
- package/app-layout/drawer/resizable-drawer.js +7 -3
- package/app-layout/drawer/resizable-drawer.js.map +1 -1
- package/app-layout/index.d.ts.map +1 -1
- package/app-layout/index.js +21 -23
- package/app-layout/index.js.map +1 -1
- package/app-layout/utils/use-drawers.d.ts +1 -1
- package/app-layout/utils/use-drawers.d.ts.map +1 -1
- package/app-layout/utils/use-drawers.js +1 -1
- package/app-layout/utils/use-drawers.js.map +1 -1
- package/app-layout/visual-refresh/context.js +1 -1
- 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 +4 -2
- package/app-layout/visual-refresh/drawers.js.map +1 -1
- package/app-layout/visual-refresh/styles.css.js +77 -76
- package/app-layout/visual-refresh/styles.scoped.css +175 -172
- package/app-layout/visual-refresh/styles.selectors.js +77 -76
- package/internal/environment.js +1 -1
- package/internal/environment.json +1 -1
- package/internal/manifest.json +1 -1
- package/package.json +1 -1
- package/table/table-role/utils.d.ts.map +1 -1
- package/table/table-role/utils.js +10 -22
- package/table/table-role/utils.js.map +1 -1
|
@@ -1,81 +1,82 @@
|
|
|
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-mobile-triggers-container": "awsui_drawers-mobile-triggers-
|
|
16
|
-
"drawers-trigger-content": "awsui_drawers-trigger-
|
|
17
|
-
"drawers-trigger-overflow": "awsui_drawers-trigger-
|
|
18
|
-
"drawers-trigger": "awsui_drawers-
|
|
19
|
-
"drawer": "
|
|
20
|
-
"drawer-content-container": "awsui_drawer-content-
|
|
21
|
-
"drawer-close-button": "awsui_drawer-close-
|
|
22
|
-
"drawer-content": "awsui_drawer-
|
|
23
|
-
"drawer-
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"content-
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"has-content-gap-
|
|
32
|
-
"content-
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"split-panel
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"is-
|
|
45
|
-
"is-
|
|
46
|
-
"split-panel-
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"mobile-toolbar
|
|
50
|
-
"mobile-toolbar-
|
|
51
|
-
"mobile-toolbar-
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"tools": "
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"trigger": "
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
4
|
+
"background": "awsui_background_hyvsj_p48sj_93",
|
|
5
|
+
"scrolling-background": "awsui_scrolling-background_hyvsj_p48sj_96",
|
|
6
|
+
"sticky-background": "awsui_sticky-background_hyvsj_p48sj_102",
|
|
7
|
+
"has-sticky-notifications": "awsui_has-sticky-notifications_hyvsj_p48sj_110",
|
|
8
|
+
"breadcrumbs": "awsui_breadcrumbs_hyvsj_p48sj_123",
|
|
9
|
+
"has-sticky-background": "awsui_has-sticky-background_hyvsj_p48sj_133",
|
|
10
|
+
"drawers-container": "awsui_drawers-container_hyvsj_p48sj_145",
|
|
11
|
+
"has-open-drawer": "awsui_has-open-drawer_hyvsj_p48sj_156",
|
|
12
|
+
"disable-body-scroll": "awsui_disable-body-scroll_hyvsj_p48sj_191",
|
|
13
|
+
"drawers-desktop-triggers-container": "awsui_drawers-desktop-triggers-container_hyvsj_p48sj_196",
|
|
14
|
+
"has-multiple-triggers": "awsui_has-multiple-triggers_hyvsj_p48sj_215",
|
|
15
|
+
"drawers-mobile-triggers-container": "awsui_drawers-mobile-triggers-container_hyvsj_p48sj_247",
|
|
16
|
+
"drawers-trigger-content": "awsui_drawers-trigger-content_hyvsj_p48sj_251",
|
|
17
|
+
"drawers-trigger-overflow": "awsui_drawers-trigger-overflow_hyvsj_p48sj_277",
|
|
18
|
+
"drawers-trigger": "awsui_drawers-trigger_hyvsj_p48sj_251",
|
|
19
|
+
"drawer": "awsui_drawer_hyvsj_p48sj_145",
|
|
20
|
+
"drawer-content-container": "awsui_drawer-content-container_hyvsj_p48sj_307",
|
|
21
|
+
"drawer-close-button": "awsui_drawer-close-button_hyvsj_p48sj_316",
|
|
22
|
+
"drawer-content": "awsui_drawer-content_hyvsj_p48sj_307",
|
|
23
|
+
"drawer-content-hidden": "awsui_drawer-content-hidden_hyvsj_p48sj_324",
|
|
24
|
+
"drawer-slider": "awsui_drawer-slider_hyvsj_p48sj_327",
|
|
25
|
+
"is-drawer-open": "awsui_is-drawer-open_hyvsj_p48sj_334",
|
|
26
|
+
"content": "awsui_content_hyvsj_p48sj_359",
|
|
27
|
+
"layout": "awsui_layout_hyvsj_p48sj_380",
|
|
28
|
+
"has-max-content-width": "awsui_has-max-content-width_hyvsj_p48sj_463",
|
|
29
|
+
"content-type-dashboard": "awsui_content-type-dashboard_hyvsj_p48sj_478",
|
|
30
|
+
"is-overlap-disabled": "awsui_is-overlap-disabled_hyvsj_p48sj_495",
|
|
31
|
+
"has-content-gap-left": "awsui_has-content-gap-left_hyvsj_p48sj_527",
|
|
32
|
+
"has-content-gap-right": "awsui_has-content-gap-right_hyvsj_p48sj_530",
|
|
33
|
+
"content-first-child-notifications": "awsui_content-first-child-notifications_hyvsj_p48sj_540",
|
|
34
|
+
"has-breadcrumbs": "awsui_has-breadcrumbs_hyvsj_p48sj_543",
|
|
35
|
+
"content-first-child-header": "awsui_content-first-child-header_hyvsj_p48sj_546",
|
|
36
|
+
"has-header": "awsui_has-header_hyvsj_p48sj_546",
|
|
37
|
+
"content-first-child-main": "awsui_content-first-child-main_hyvsj_p48sj_567",
|
|
38
|
+
"disable-content-paddings": "awsui_disable-content-paddings_hyvsj_p48sj_567",
|
|
39
|
+
"has-split-panel": "awsui_has-split-panel_hyvsj_p48sj_610",
|
|
40
|
+
"split-panel-position-bottom": "awsui_split-panel-position-bottom_hyvsj_p48sj_610",
|
|
41
|
+
"block-body-scroll": "awsui_block-body-scroll_hyvsj_p48sj_626",
|
|
42
|
+
"unfocusable": "awsui_unfocusable_hyvsj_p48sj_631",
|
|
43
|
+
"container": "awsui_container_hyvsj_p48sj_641",
|
|
44
|
+
"is-navigation-open": "awsui_is-navigation-open_hyvsj_p48sj_666",
|
|
45
|
+
"is-tools-open": "awsui_is-tools-open_hyvsj_p48sj_669",
|
|
46
|
+
"is-split-panel-open": "awsui_is-split-panel-open_hyvsj_p48sj_669",
|
|
47
|
+
"split-panel-position-side": "awsui_split-panel-position-side_hyvsj_p48sj_669",
|
|
48
|
+
"has-active-drawer": "awsui_has-active-drawer_hyvsj_p48sj_669",
|
|
49
|
+
"mobile-toolbar": "awsui_mobile-toolbar_hyvsj_p48sj_678",
|
|
50
|
+
"mobile-toolbar-nav": "awsui_mobile-toolbar-nav_hyvsj_p48sj_694",
|
|
51
|
+
"mobile-toolbar-breadcrumbs": "awsui_mobile-toolbar-breadcrumbs_hyvsj_p48sj_698",
|
|
52
|
+
"mobile-toolbar-tools": "awsui_mobile-toolbar-tools_hyvsj_p48sj_702",
|
|
53
|
+
"navigation-container": "awsui_navigation-container_hyvsj_p48sj_711",
|
|
54
|
+
"show-navigation": "awsui_show-navigation_hyvsj_p48sj_755",
|
|
55
|
+
"animating": "awsui_animating_hyvsj_p48sj_777",
|
|
56
|
+
"showButtons": "awsui_showButtons_hyvsj_p48sj_1",
|
|
57
|
+
"navigation": "awsui_navigation_hyvsj_p48sj_711",
|
|
58
|
+
"openNavigation": "awsui_openNavigation_hyvsj_p48sj_1",
|
|
59
|
+
"animated-content": "awsui_animated-content_hyvsj_p48sj_839",
|
|
60
|
+
"hide-navigation": "awsui_hide-navigation_hyvsj_p48sj_848",
|
|
61
|
+
"notifications": "awsui_notifications_hyvsj_p48sj_858",
|
|
62
|
+
"sticky-notifications": "awsui_sticky-notifications_hyvsj_p48sj_864",
|
|
63
|
+
"split-panel-bottom": "awsui_split-panel-bottom_hyvsj_p48sj_881",
|
|
64
|
+
"position-bottom": "awsui_position-bottom_hyvsj_p48sj_928",
|
|
65
|
+
"openSplitPanelBottom": "awsui_openSplitPanelBottom_hyvsj_p48sj_1",
|
|
66
|
+
"split-panel-side": "awsui_split-panel-side_hyvsj_p48sj_957",
|
|
67
|
+
"position-side": "awsui_position-side_hyvsj_p48sj_970",
|
|
68
|
+
"tools-container": "awsui_tools-container_hyvsj_p48sj_989",
|
|
69
|
+
"tools": "awsui_tools_hyvsj_p48sj_989",
|
|
70
|
+
"openTools": "awsui_openTools_hyvsj_p48sj_1",
|
|
71
|
+
"has-tools-form-persistence": "awsui_has-tools-form-persistence_hyvsj_p48sj_1084",
|
|
72
|
+
"hide-tools": "awsui_hide-tools_hyvsj_p48sj_1094",
|
|
73
|
+
"show-tools": "awsui_show-tools_hyvsj_p48sj_1106",
|
|
74
|
+
"has-tools-form": "awsui_has-tools-form_hyvsj_p48sj_1084",
|
|
75
|
+
"trigger-badge-wrapper": "awsui_trigger-badge-wrapper_hyvsj_p48sj_1166",
|
|
76
|
+
"trigger": "awsui_trigger_hyvsj_p48sj_1166",
|
|
77
|
+
"selected": "awsui_selected_hyvsj_p48sj_1230",
|
|
78
|
+
"badge": "awsui_badge_hyvsj_p48sj_1250",
|
|
79
|
+
"trigger-wrapper": "awsui_trigger-wrapper_hyvsj_p48sj_1254",
|
|
80
|
+
"dot": "awsui_dot_hyvsj_p48sj_1260"
|
|
80
81
|
};
|
|
81
82
|
|