@cloudscape-design/components 3.0.207 → 3.0.209
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/annotation-context/annotation/styles.css.js +24 -24
- package/annotation-context/annotation/styles.scoped.css +30 -30
- package/annotation-context/annotation/styles.selectors.js +24 -24
- package/app-layout/index.d.ts.map +1 -1
- package/app-layout/index.js +1 -1
- package/app-layout/index.js.map +1 -1
- package/app-layout/notifications/index.d.ts +0 -1
- package/app-layout/notifications/index.d.ts.map +1 -1
- package/app-layout/notifications/index.js +2 -2
- package/app-layout/notifications/index.js.map +1 -1
- package/app-layout/notifications/styles.css.js +2 -3
- package/app-layout/notifications/styles.scoped.css +5 -13
- package/app-layout/notifications/styles.selectors.js +2 -3
- package/app-layout/visual-refresh/notifications.d.ts.map +1 -1
- package/app-layout/visual-refresh/notifications.js +1 -6
- package/app-layout/visual-refresh/notifications.js.map +1 -1
- package/app-layout/visual-refresh/styles.css.js +60 -60
- package/app-layout/visual-refresh/styles.scoped.css +223 -223
- package/app-layout/visual-refresh/styles.selectors.js +60 -60
- package/cards/interfaces.d.ts +2 -1
- package/cards/interfaces.d.ts.map +1 -1
- package/cards/interfaces.js.map +1 -1
- package/content-layout/index.d.ts +1 -1
- package/content-layout/index.d.ts.map +1 -1
- package/content-layout/index.js +6 -32
- package/content-layout/index.js.map +1 -1
- package/content-layout/internal.d.ts +6 -0
- package/content-layout/internal.d.ts.map +1 -0
- package/content-layout/internal.js +35 -0
- package/content-layout/internal.js.map +1 -0
- package/flashbar/collapsible-flashbar.d.ts.map +1 -1
- package/flashbar/collapsible-flashbar.js +4 -4
- package/flashbar/collapsible-flashbar.js.map +1 -1
- package/flashbar/styles.css.js +43 -45
- package/flashbar/styles.scoped.css +167 -272
- package/flashbar/styles.selectors.js +43 -45
- package/form/index.d.ts +1 -1
- package/form/index.d.ts.map +1 -1
- package/form/index.js +4 -3
- package/form/index.js.map +1 -1
- package/form/interfaces.d.ts +12 -0
- package/form/interfaces.d.ts.map +1 -1
- package/form/interfaces.js.map +1 -1
- package/form/internal.d.ts +1 -1
- package/form/internal.d.ts.map +1 -1
- package/form/internal.js +21 -14
- package/form/internal.js.map +1 -1
- package/form/styles.css.js +9 -8
- package/form/styles.scoped.css +8 -8
- package/form/styles.selectors.js +9 -8
- package/internal/environment.js +1 -1
- package/internal/generated/custom-css-properties/index.d.ts.map +1 -1
- package/internal/generated/custom-css-properties/index.js +28 -29
- package/internal/generated/custom-css-properties/index.js.map +1 -1
- package/internal/manifest.json +1 -1
- package/package.json +1 -1
- package/table/interfaces.d.ts +2 -1
- package/table/interfaces.d.ts.map +1 -1
- package/table/interfaces.js.map +1 -1
|
@@ -1,65 +1,65 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"appbar": "
|
|
5
|
-
"appbar-nav": "awsui_appbar-
|
|
6
|
-
"breadcrumbs": "
|
|
7
|
-
"appbar-tools": "awsui_appbar-
|
|
8
|
-
"has-breadcrumbs": "awsui_has-
|
|
9
|
-
"has-notifications-content": "awsui_has-notifications-
|
|
10
|
-
"has-header": "awsui_has-
|
|
11
|
-
"has-dynamic-overlap-height": "awsui_has-dynamic-overlap-
|
|
12
|
-
"content-type-wizard": "awsui_content-type-
|
|
13
|
-
"content-type-cards": "awsui_content-type-
|
|
14
|
-
"content-type-table": "awsui_content-type-
|
|
15
|
-
"has-sticky-background": "awsui_has-sticky-
|
|
16
|
-
"background": "
|
|
17
|
-
"notifications-appbar-header": "awsui_notifications-appbar-
|
|
18
|
-
"sticky-notifications": "awsui_sticky-
|
|
19
|
-
"overlap": "
|
|
20
|
-
"content": "
|
|
21
|
-
"layout": "
|
|
22
|
-
"has-max-content-width": "awsui_has-max-content-
|
|
23
|
-
"is-overlap-disabled": "awsui_is-overlap-
|
|
24
|
-
"disable-body-scroll": "awsui_disable-body-
|
|
25
|
-
"has-sticky-notifications": "awsui_has-sticky-
|
|
26
|
-
"has-split-panel": "awsui_has-split-
|
|
27
|
-
"split-panel-position-bottom": "awsui_split-panel-position-
|
|
28
|
-
"has-content-gap-left": "awsui_has-content-gap-
|
|
29
|
-
"has-content-gap-right": "awsui_has-content-gap-
|
|
30
|
-
"block-body-scroll": "awsui_block-body-
|
|
31
|
-
"container": "
|
|
32
|
-
"disable-content-paddings": "awsui_disable-content-
|
|
33
|
-
"is-navigation-open": "awsui_is-navigation-
|
|
34
|
-
"is-tools-open": "awsui_is-tools-
|
|
35
|
-
"is-split-panel-open": "awsui_is-split-panel-
|
|
36
|
-
"split-panel-position-side": "awsui_split-panel-position-
|
|
37
|
-
"content-type-default": "awsui_content-type-
|
|
38
|
-
"content-type-form": "awsui_content-type-
|
|
39
|
-
"unfocusable": "
|
|
40
|
-
"navigation-container": "awsui_navigation-
|
|
41
|
-
"show-navigation": "awsui_show-
|
|
42
|
-
"animating": "
|
|
43
|
-
"showButtons": "
|
|
44
|
-
"navigation": "
|
|
45
|
-
"openNavigation": "
|
|
46
|
-
"animated-content": "awsui_animated-
|
|
47
|
-
"hide-navigation": "awsui_hide-
|
|
48
|
-
"notifications": "
|
|
49
|
-
"split-panel-bottom": "awsui_split-panel-
|
|
50
|
-
"position-bottom": "awsui_position-
|
|
51
|
-
"openSplitPanelBottom": "
|
|
52
|
-
"split-panel-side": "awsui_split-panel-
|
|
53
|
-
"position-side": "awsui_position-
|
|
54
|
-
"openSplitPanelSide": "
|
|
55
|
-
"tools-container": "awsui_tools-
|
|
56
|
-
"tools": "
|
|
57
|
-
"openTools": "
|
|
58
|
-
"has-tools-form-persistence": "awsui_has-tools-form-
|
|
59
|
-
"hide-tools": "awsui_hide-
|
|
60
|
-
"show-tools": "awsui_show-
|
|
61
|
-
"has-tools-form": "awsui_has-tools-
|
|
62
|
-
"trigger": "
|
|
63
|
-
"selected": "
|
|
4
|
+
"appbar": "awsui_appbar_hyvsj_ive4w_93",
|
|
5
|
+
"appbar-nav": "awsui_appbar-nav_hyvsj_ive4w_117",
|
|
6
|
+
"breadcrumbs": "awsui_breadcrumbs_hyvsj_ive4w_121",
|
|
7
|
+
"appbar-tools": "awsui_appbar-tools_hyvsj_ive4w_125",
|
|
8
|
+
"has-breadcrumbs": "awsui_has-breadcrumbs_hyvsj_ive4w_166",
|
|
9
|
+
"has-notifications-content": "awsui_has-notifications-content_hyvsj_ive4w_173",
|
|
10
|
+
"has-header": "awsui_has-header_hyvsj_ive4w_179",
|
|
11
|
+
"has-dynamic-overlap-height": "awsui_has-dynamic-overlap-height_hyvsj_ive4w_179",
|
|
12
|
+
"content-type-wizard": "awsui_content-type-wizard_hyvsj_ive4w_180",
|
|
13
|
+
"content-type-cards": "awsui_content-type-cards_hyvsj_ive4w_183",
|
|
14
|
+
"content-type-table": "awsui_content-type-table_hyvsj_ive4w_184",
|
|
15
|
+
"has-sticky-background": "awsui_has-sticky-background_hyvsj_ive4w_187",
|
|
16
|
+
"background": "awsui_background_hyvsj_ive4w_221",
|
|
17
|
+
"notifications-appbar-header": "awsui_notifications-appbar-header_hyvsj_ive4w_224",
|
|
18
|
+
"sticky-notifications": "awsui_sticky-notifications_hyvsj_ive4w_236",
|
|
19
|
+
"overlap": "awsui_overlap_hyvsj_ive4w_242",
|
|
20
|
+
"content": "awsui_content_hyvsj_ive4w_180",
|
|
21
|
+
"layout": "awsui_layout_hyvsj_ive4w_333",
|
|
22
|
+
"has-max-content-width": "awsui_has-max-content-width_hyvsj_ive4w_415",
|
|
23
|
+
"is-overlap-disabled": "awsui_is-overlap-disabled_hyvsj_ive4w_442",
|
|
24
|
+
"disable-body-scroll": "awsui_disable-body-scroll_hyvsj_ive4w_445",
|
|
25
|
+
"has-sticky-notifications": "awsui_has-sticky-notifications_hyvsj_ive4w_449",
|
|
26
|
+
"has-split-panel": "awsui_has-split-panel_hyvsj_ive4w_463",
|
|
27
|
+
"split-panel-position-bottom": "awsui_split-panel-position-bottom_hyvsj_ive4w_463",
|
|
28
|
+
"has-content-gap-left": "awsui_has-content-gap-left_hyvsj_ive4w_475",
|
|
29
|
+
"has-content-gap-right": "awsui_has-content-gap-right_hyvsj_ive4w_478",
|
|
30
|
+
"block-body-scroll": "awsui_block-body-scroll_hyvsj_ive4w_493",
|
|
31
|
+
"container": "awsui_container_hyvsj_ive4w_501",
|
|
32
|
+
"disable-content-paddings": "awsui_disable-content-paddings_hyvsj_ive4w_527",
|
|
33
|
+
"is-navigation-open": "awsui_is-navigation-open_hyvsj_ive4w_532",
|
|
34
|
+
"is-tools-open": "awsui_is-tools-open_hyvsj_ive4w_535",
|
|
35
|
+
"is-split-panel-open": "awsui_is-split-panel-open_hyvsj_ive4w_535",
|
|
36
|
+
"split-panel-position-side": "awsui_split-panel-position-side_hyvsj_ive4w_535",
|
|
37
|
+
"content-type-default": "awsui_content-type-default_hyvsj_ive4w_555",
|
|
38
|
+
"content-type-form": "awsui_content-type-form_hyvsj_ive4w_555",
|
|
39
|
+
"unfocusable": "awsui_unfocusable_hyvsj_ive4w_596",
|
|
40
|
+
"navigation-container": "awsui_navigation-container_hyvsj_ive4w_606",
|
|
41
|
+
"show-navigation": "awsui_show-navigation_hyvsj_ive4w_641",
|
|
42
|
+
"animating": "awsui_animating_hyvsj_ive4w_663",
|
|
43
|
+
"showButtons": "awsui_showButtons_hyvsj_ive4w_1",
|
|
44
|
+
"navigation": "awsui_navigation_hyvsj_ive4w_606",
|
|
45
|
+
"openNavigation": "awsui_openNavigation_hyvsj_ive4w_1",
|
|
46
|
+
"animated-content": "awsui_animated-content_hyvsj_ive4w_724",
|
|
47
|
+
"hide-navigation": "awsui_hide-navigation_hyvsj_ive4w_733",
|
|
48
|
+
"notifications": "awsui_notifications_hyvsj_ive4w_224",
|
|
49
|
+
"split-panel-bottom": "awsui_split-panel-bottom_hyvsj_ive4w_799",
|
|
50
|
+
"position-bottom": "awsui_position-bottom_hyvsj_ive4w_845",
|
|
51
|
+
"openSplitPanelBottom": "awsui_openSplitPanelBottom_hyvsj_ive4w_1",
|
|
52
|
+
"split-panel-side": "awsui_split-panel-side_hyvsj_ive4w_874",
|
|
53
|
+
"position-side": "awsui_position-side_hyvsj_ive4w_902",
|
|
54
|
+
"openSplitPanelSide": "awsui_openSplitPanelSide_hyvsj_ive4w_1",
|
|
55
|
+
"tools-container": "awsui_tools-container_hyvsj_ive4w_939",
|
|
56
|
+
"tools": "awsui_tools_hyvsj_ive4w_939",
|
|
57
|
+
"openTools": "awsui_openTools_hyvsj_ive4w_1",
|
|
58
|
+
"has-tools-form-persistence": "awsui_has-tools-form-persistence_hyvsj_ive4w_1024",
|
|
59
|
+
"hide-tools": "awsui_hide-tools_hyvsj_ive4w_1034",
|
|
60
|
+
"show-tools": "awsui_show-tools_hyvsj_ive4w_1046",
|
|
61
|
+
"has-tools-form": "awsui_has-tools-form_hyvsj_ive4w_1024",
|
|
62
|
+
"trigger": "awsui_trigger_hyvsj_ive4w_1103",
|
|
63
|
+
"selected": "awsui_selected_hyvsj_ive4w_1142"
|
|
64
64
|
};
|
|
65
65
|
|