@cloudscape-design/components 3.0.606 → 3.0.608
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/notifications/styles.css.js +3 -3
- package/app-layout/notifications/styles.scoped.css +7 -7
- package/app-layout/notifications/styles.selectors.js +3 -3
- package/app-layout/visual-refresh/styles.css.js +81 -81
- package/app-layout/visual-refresh/styles.scoped.css +275 -286
- package/app-layout/visual-refresh/styles.selectors.js +81 -81
- package/content-layout/styles.css.js +7 -7
- package/content-layout/styles.scoped.css +13 -15
- package/content-layout/styles.selectors.js +7 -7
- package/flashbar/styles.css.js +47 -47
- package/flashbar/styles.scoped.css +171 -171
- package/flashbar/styles.selectors.js +47 -47
- package/form-field/internal.d.ts.map +1 -1
- package/form-field/internal.js +10 -6
- package/form-field/internal.js.map +1 -1
- package/internal/components/dropdown/styles.css.js +20 -20
- package/internal/components/dropdown/styles.scoped.css +39 -39
- package/internal/components/dropdown/styles.selectors.js +20 -20
- package/internal/environment.js +1 -1
- package/internal/environment.json +1 -1
- package/internal/generated/custom-css-properties/index.d.ts.map +1 -1
- package/internal/generated/custom-css-properties/index.js +44 -46
- package/internal/generated/custom-css-properties/index.js.map +1 -1
- package/internal/manifest.json +1 -1
- package/package.json +1 -1
- package/popover/internal.js +1 -1
- package/popover/internal.js.map +1 -1
- package/popover/styles.css.js +50 -50
- package/popover/styles.scoped.css +64 -64
- package/popover/styles.selectors.js +50 -50
- package/spinner/styles.css.js +13 -13
- package/spinner/styles.scoped.css +39 -39
- package/spinner/styles.selectors.js +13 -13
- package/wizard/styles.css.js +32 -32
- package/wizard/styles.scoped.css +68 -68
- package/wizard/styles.selectors.js +32 -32
|
@@ -2,86 +2,86 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"background": "
|
|
6
|
-
"scrolling-background": "awsui_scrolling-
|
|
7
|
-
"sticky-background": "awsui_sticky-
|
|
8
|
-
"has-sticky-notifications": "awsui_has-sticky-
|
|
9
|
-
"breadcrumbs": "
|
|
10
|
-
"has-sticky-background": "awsui_has-sticky-
|
|
11
|
-
"drawers-container": "awsui_drawers-
|
|
12
|
-
"has-open-drawer": "awsui_has-open-
|
|
13
|
-
"disable-body-scroll": "awsui_disable-body-
|
|
14
|
-
"drawers-desktop-triggers-container": "awsui_drawers-desktop-triggers-
|
|
15
|
-
"has-multiple-triggers": "awsui_has-multiple-
|
|
16
|
-
"drawers-mobile-triggers-container": "awsui_drawers-mobile-triggers-
|
|
17
|
-
"drawers-trigger-content": "awsui_drawers-trigger-
|
|
18
|
-
"drawers-trigger-overflow": "awsui_drawers-trigger-
|
|
19
|
-
"drawers-trigger": "awsui_drawers-
|
|
20
|
-
"drawer": "
|
|
21
|
-
"drawer-content-container": "awsui_drawer-content-
|
|
22
|
-
"drawer-close-button": "awsui_drawer-close-
|
|
23
|
-
"drawer-content": "awsui_drawer-
|
|
24
|
-
"drawer-content-hidden": "awsui_drawer-content-
|
|
25
|
-
"drawer-slider": "awsui_drawer-
|
|
26
|
-
"is-drawer-open": "awsui_is-drawer-
|
|
27
|
-
"content": "
|
|
28
|
-
"layout": "
|
|
29
|
-
"has-max-content-width": "awsui_has-max-content-
|
|
30
|
-
"content-type-dashboard": "awsui_content-type-
|
|
31
|
-
"content-type-table": "awsui_content-type-
|
|
32
|
-
"content-type-cards": "awsui_content-type-
|
|
33
|
-
"is-overlap-disabled": "awsui_is-overlap-
|
|
34
|
-
"is-hide-mobile-toolbar": "awsui_is-hide-mobile-
|
|
35
|
-
"has-content-gap-left": "awsui_has-content-gap-
|
|
36
|
-
"has-content-gap-right": "awsui_has-content-gap-
|
|
37
|
-
"content-first-child-notifications": "awsui_content-first-child-
|
|
38
|
-
"has-breadcrumbs": "awsui_has-
|
|
39
|
-
"content-first-child-header": "awsui_content-first-child-
|
|
40
|
-
"has-header": "awsui_has-
|
|
41
|
-
"content-first-child-main": "awsui_content-first-child-
|
|
42
|
-
"disable-content-paddings": "awsui_disable-content-
|
|
43
|
-
"has-split-panel": "awsui_has-split-
|
|
44
|
-
"split-panel-position-bottom": "awsui_split-panel-position-
|
|
45
|
-
"block-body-scroll": "awsui_block-body-
|
|
46
|
-
"unfocusable": "
|
|
47
|
-
"container": "
|
|
48
|
-
"is-navigation-open": "awsui_is-navigation-
|
|
49
|
-
"is-tools-open": "awsui_is-tools-
|
|
50
|
-
"is-split-panel-open": "awsui_is-split-panel-
|
|
51
|
-
"split-panel-position-side": "awsui_split-panel-position-
|
|
52
|
-
"has-active-drawer": "awsui_has-active-
|
|
53
|
-
"mobile-toolbar": "awsui_mobile-
|
|
54
|
-
"remove-high-contrast-header": "awsui_remove-high-contrast-
|
|
55
|
-
"mobile-toolbar-nav": "awsui_mobile-toolbar-
|
|
56
|
-
"mobile-toolbar-breadcrumbs": "awsui_mobile-toolbar-
|
|
57
|
-
"mobile-toolbar-tools": "awsui_mobile-toolbar-
|
|
58
|
-
"navigation-container": "awsui_navigation-
|
|
59
|
-
"show-navigation": "awsui_show-
|
|
60
|
-
"animating": "
|
|
61
|
-
"showButtons": "
|
|
62
|
-
"navigation": "
|
|
63
|
-
"openNavigation": "
|
|
64
|
-
"animated-content": "awsui_animated-
|
|
65
|
-
"hide-navigation": "awsui_hide-
|
|
66
|
-
"notifications": "
|
|
67
|
-
"sticky-notifications": "awsui_sticky-
|
|
68
|
-
"split-panel-bottom": "awsui_split-panel-
|
|
69
|
-
"position-bottom": "awsui_position-
|
|
70
|
-
"openSplitPanelBottom": "
|
|
71
|
-
"split-panel-side": "awsui_split-panel-
|
|
72
|
-
"position-side": "awsui_position-
|
|
73
|
-
"tools-container": "awsui_tools-
|
|
74
|
-
"tools": "
|
|
75
|
-
"openTools": "
|
|
76
|
-
"has-tools-form-persistence": "awsui_has-tools-form-
|
|
77
|
-
"hide-tools": "awsui_hide-
|
|
78
|
-
"show-tools": "awsui_show-
|
|
79
|
-
"has-tools-form": "awsui_has-tools-
|
|
80
|
-
"trigger-badge-wrapper": "awsui_trigger-badge-
|
|
81
|
-
"trigger": "
|
|
82
|
-
"selected": "
|
|
83
|
-
"badge": "
|
|
84
|
-
"trigger-wrapper": "awsui_trigger-
|
|
85
|
-
"dot": "
|
|
5
|
+
"background": "awsui_background_hyvsj_1t7qb_99",
|
|
6
|
+
"scrolling-background": "awsui_scrolling-background_hyvsj_1t7qb_102",
|
|
7
|
+
"sticky-background": "awsui_sticky-background_hyvsj_1t7qb_108",
|
|
8
|
+
"has-sticky-notifications": "awsui_has-sticky-notifications_hyvsj_1t7qb_116",
|
|
9
|
+
"breadcrumbs": "awsui_breadcrumbs_hyvsj_1t7qb_129",
|
|
10
|
+
"has-sticky-background": "awsui_has-sticky-background_hyvsj_1t7qb_139",
|
|
11
|
+
"drawers-container": "awsui_drawers-container_hyvsj_1t7qb_151",
|
|
12
|
+
"has-open-drawer": "awsui_has-open-drawer_hyvsj_1t7qb_162",
|
|
13
|
+
"disable-body-scroll": "awsui_disable-body-scroll_hyvsj_1t7qb_185",
|
|
14
|
+
"drawers-desktop-triggers-container": "awsui_drawers-desktop-triggers-container_hyvsj_1t7qb_190",
|
|
15
|
+
"has-multiple-triggers": "awsui_has-multiple-triggers_hyvsj_1t7qb_231",
|
|
16
|
+
"drawers-mobile-triggers-container": "awsui_drawers-mobile-triggers-container_hyvsj_1t7qb_241",
|
|
17
|
+
"drawers-trigger-content": "awsui_drawers-trigger-content_hyvsj_1t7qb_245",
|
|
18
|
+
"drawers-trigger-overflow": "awsui_drawers-trigger-overflow_hyvsj_1t7qb_259",
|
|
19
|
+
"drawers-trigger": "awsui_drawers-trigger_hyvsj_1t7qb_245",
|
|
20
|
+
"drawer": "awsui_drawer_hyvsj_1t7qb_151",
|
|
21
|
+
"drawer-content-container": "awsui_drawer-content-container_hyvsj_1t7qb_290",
|
|
22
|
+
"drawer-close-button": "awsui_drawer-close-button_hyvsj_1t7qb_299",
|
|
23
|
+
"drawer-content": "awsui_drawer-content_hyvsj_1t7qb_290",
|
|
24
|
+
"drawer-content-hidden": "awsui_drawer-content-hidden_hyvsj_1t7qb_307",
|
|
25
|
+
"drawer-slider": "awsui_drawer-slider_hyvsj_1t7qb_310",
|
|
26
|
+
"is-drawer-open": "awsui_is-drawer-open_hyvsj_1t7qb_317",
|
|
27
|
+
"content": "awsui_content_hyvsj_1t7qb_343",
|
|
28
|
+
"layout": "awsui_layout_hyvsj_1t7qb_364",
|
|
29
|
+
"has-max-content-width": "awsui_has-max-content-width_hyvsj_1t7qb_445",
|
|
30
|
+
"content-type-dashboard": "awsui_content-type-dashboard_hyvsj_1t7qb_460",
|
|
31
|
+
"content-type-table": "awsui_content-type-table_hyvsj_1t7qb_474",
|
|
32
|
+
"content-type-cards": "awsui_content-type-cards_hyvsj_1t7qb_474",
|
|
33
|
+
"is-overlap-disabled": "awsui_is-overlap-disabled_hyvsj_1t7qb_480",
|
|
34
|
+
"is-hide-mobile-toolbar": "awsui_is-hide-mobile-toolbar_hyvsj_1t7qb_483",
|
|
35
|
+
"has-content-gap-left": "awsui_has-content-gap-left_hyvsj_1t7qb_515",
|
|
36
|
+
"has-content-gap-right": "awsui_has-content-gap-right_hyvsj_1t7qb_518",
|
|
37
|
+
"content-first-child-notifications": "awsui_content-first-child-notifications_hyvsj_1t7qb_528",
|
|
38
|
+
"has-breadcrumbs": "awsui_has-breadcrumbs_hyvsj_1t7qb_531",
|
|
39
|
+
"content-first-child-header": "awsui_content-first-child-header_hyvsj_1t7qb_534",
|
|
40
|
+
"has-header": "awsui_has-header_hyvsj_1t7qb_534",
|
|
41
|
+
"content-first-child-main": "awsui_content-first-child-main_hyvsj_1t7qb_552",
|
|
42
|
+
"disable-content-paddings": "awsui_disable-content-paddings_hyvsj_1t7qb_552",
|
|
43
|
+
"has-split-panel": "awsui_has-split-panel_hyvsj_1t7qb_589",
|
|
44
|
+
"split-panel-position-bottom": "awsui_split-panel-position-bottom_hyvsj_1t7qb_589",
|
|
45
|
+
"block-body-scroll": "awsui_block-body-scroll_hyvsj_1t7qb_605",
|
|
46
|
+
"unfocusable": "awsui_unfocusable_hyvsj_1t7qb_610",
|
|
47
|
+
"container": "awsui_container_hyvsj_1t7qb_620",
|
|
48
|
+
"is-navigation-open": "awsui_is-navigation-open_hyvsj_1t7qb_646",
|
|
49
|
+
"is-tools-open": "awsui_is-tools-open_hyvsj_1t7qb_649",
|
|
50
|
+
"is-split-panel-open": "awsui_is-split-panel-open_hyvsj_1t7qb_649",
|
|
51
|
+
"split-panel-position-side": "awsui_split-panel-position-side_hyvsj_1t7qb_649",
|
|
52
|
+
"has-active-drawer": "awsui_has-active-drawer_hyvsj_1t7qb_649",
|
|
53
|
+
"mobile-toolbar": "awsui_mobile-toolbar_hyvsj_1t7qb_658",
|
|
54
|
+
"remove-high-contrast-header": "awsui_remove-high-contrast-header_hyvsj_1t7qb_675",
|
|
55
|
+
"mobile-toolbar-nav": "awsui_mobile-toolbar-nav_hyvsj_1t7qb_679",
|
|
56
|
+
"mobile-toolbar-breadcrumbs": "awsui_mobile-toolbar-breadcrumbs_hyvsj_1t7qb_683",
|
|
57
|
+
"mobile-toolbar-tools": "awsui_mobile-toolbar-tools_hyvsj_1t7qb_687",
|
|
58
|
+
"navigation-container": "awsui_navigation-container_hyvsj_1t7qb_696",
|
|
59
|
+
"show-navigation": "awsui_show-navigation_hyvsj_1t7qb_734",
|
|
60
|
+
"animating": "awsui_animating_hyvsj_1t7qb_757",
|
|
61
|
+
"showButtons": "awsui_showButtons_hyvsj_1t7qb_1",
|
|
62
|
+
"navigation": "awsui_navigation_hyvsj_1t7qb_696",
|
|
63
|
+
"openNavigation": "awsui_openNavigation_hyvsj_1t7qb_1",
|
|
64
|
+
"animated-content": "awsui_animated-content_hyvsj_1t7qb_819",
|
|
65
|
+
"hide-navigation": "awsui_hide-navigation_hyvsj_1t7qb_828",
|
|
66
|
+
"notifications": "awsui_notifications_hyvsj_1t7qb_838",
|
|
67
|
+
"sticky-notifications": "awsui_sticky-notifications_hyvsj_1t7qb_844",
|
|
68
|
+
"split-panel-bottom": "awsui_split-panel-bottom_hyvsj_1t7qb_861",
|
|
69
|
+
"position-bottom": "awsui_position-bottom_hyvsj_1t7qb_908",
|
|
70
|
+
"openSplitPanelBottom": "awsui_openSplitPanelBottom_hyvsj_1t7qb_1",
|
|
71
|
+
"split-panel-side": "awsui_split-panel-side_hyvsj_1t7qb_937",
|
|
72
|
+
"position-side": "awsui_position-side_hyvsj_1t7qb_950",
|
|
73
|
+
"tools-container": "awsui_tools-container_hyvsj_1t7qb_972",
|
|
74
|
+
"tools": "awsui_tools_hyvsj_1t7qb_972",
|
|
75
|
+
"openTools": "awsui_openTools_hyvsj_1t7qb_1",
|
|
76
|
+
"has-tools-form-persistence": "awsui_has-tools-form-persistence_hyvsj_1t7qb_1063",
|
|
77
|
+
"hide-tools": "awsui_hide-tools_hyvsj_1t7qb_1073",
|
|
78
|
+
"show-tools": "awsui_show-tools_hyvsj_1t7qb_1085",
|
|
79
|
+
"has-tools-form": "awsui_has-tools-form_hyvsj_1t7qb_1063",
|
|
80
|
+
"trigger-badge-wrapper": "awsui_trigger-badge-wrapper_hyvsj_1t7qb_1168",
|
|
81
|
+
"trigger": "awsui_trigger_hyvsj_1t7qb_1168",
|
|
82
|
+
"selected": "awsui_selected_hyvsj_1t7qb_1242",
|
|
83
|
+
"badge": "awsui_badge_hyvsj_1t7qb_1262",
|
|
84
|
+
"trigger-wrapper": "awsui_trigger-wrapper_hyvsj_1t7qb_1266",
|
|
85
|
+
"dot": "awsui_dot_hyvsj_1t7qb_1277"
|
|
86
86
|
};
|
|
87
87
|
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"layout": "
|
|
5
|
-
"is-visual-refresh": "awsui_is-visual-
|
|
6
|
-
"background": "
|
|
7
|
-
"header": "
|
|
8
|
-
"is-overlap-disabled": "awsui_is-overlap-
|
|
9
|
-
"content": "
|
|
10
|
-
"has-header": "awsui_has-
|
|
4
|
+
"layout": "awsui_layout_5gtk3_set91_105",
|
|
5
|
+
"is-visual-refresh": "awsui_is-visual-refresh_5gtk3_set91_105",
|
|
6
|
+
"background": "awsui_background_5gtk3_set91_108",
|
|
7
|
+
"header": "awsui_header_5gtk3_set91_111",
|
|
8
|
+
"is-overlap-disabled": "awsui_is-overlap-disabled_5gtk3_set91_127",
|
|
9
|
+
"content": "awsui_content_5gtk3_set91_135",
|
|
10
|
+
"has-header": "awsui_has-header_5gtk3_set91_139"
|
|
11
11
|
};
|
|
12
12
|
|
|
@@ -102,48 +102,46 @@ visual refresh mode. The padding is still added to the header
|
|
|
102
102
|
in this scenario because otherwise the header and child
|
|
103
103
|
nodes will directly touch with no gap between them.
|
|
104
104
|
*/
|
|
105
|
-
.
|
|
105
|
+
.awsui_layout_5gtk3_set91_105:not(#\9):not(.awsui_is-visual-refresh_5gtk3_set91_105) {
|
|
106
106
|
display: contents;
|
|
107
107
|
}
|
|
108
|
-
.
|
|
108
|
+
.awsui_layout_5gtk3_set91_105:not(#\9):not(.awsui_is-visual-refresh_5gtk3_set91_105) > .awsui_background_5gtk3_set91_108 {
|
|
109
109
|
display: none;
|
|
110
110
|
}
|
|
111
|
-
.
|
|
111
|
+
.awsui_layout_5gtk3_set91_105:not(#\9):not(.awsui_is-visual-refresh_5gtk3_set91_105) > .awsui_header_5gtk3_set91_111 {
|
|
112
112
|
padding-block-end: var(--space-content-header-padding-bottom-y2enua, 16px);
|
|
113
113
|
}
|
|
114
114
|
|
|
115
|
-
.
|
|
115
|
+
.awsui_layout_5gtk3_set91_105.awsui_is-visual-refresh_5gtk3_set91_105:not(#\9) {
|
|
116
116
|
display: grid;
|
|
117
117
|
grid-template-columns: minmax(0, 1fr);
|
|
118
118
|
grid-template-rows: auto var(--space-dark-header-overlap-distance-lxpp0s, 36px) 1fr;
|
|
119
119
|
min-block-size: 100%;
|
|
120
120
|
}
|
|
121
|
-
.
|
|
121
|
+
.awsui_layout_5gtk3_set91_105.awsui_is-visual-refresh_5gtk3_set91_105 > .awsui_background_5gtk3_set91_108:not(#\9) {
|
|
122
122
|
background-color: var(--color-background-layout-main-nx09lr, #ffffff);
|
|
123
123
|
grid-column: 1;
|
|
124
124
|
grid-row: 1/3;
|
|
125
125
|
color: var(--color-text-body-default-at06ol, #000716);
|
|
126
126
|
}
|
|
127
|
-
.
|
|
127
|
+
.awsui_layout_5gtk3_set91_105.awsui_is-visual-refresh_5gtk3_set91_105 > .awsui_background_5gtk3_set91_108.awsui_is-overlap-disabled_5gtk3_set91_127:not(#\9) {
|
|
128
128
|
grid-row: 1/2;
|
|
129
129
|
}
|
|
130
|
-
.
|
|
130
|
+
.awsui_layout_5gtk3_set91_105.awsui_is-visual-refresh_5gtk3_set91_105 > .awsui_header_5gtk3_set91_111:not(#\9) {
|
|
131
131
|
grid-column: 1;
|
|
132
132
|
grid-row: 1;
|
|
133
133
|
padding-block-end: var(--space-content-header-padding-bottom-y2enua, 16px);
|
|
134
134
|
}
|
|
135
|
-
.
|
|
135
|
+
.awsui_layout_5gtk3_set91_105.awsui_is-visual-refresh_5gtk3_set91_105 > .awsui_content_5gtk3_set91_135:not(#\9) {
|
|
136
136
|
grid-column: 1;
|
|
137
137
|
grid-row: 2/4;
|
|
138
138
|
}
|
|
139
|
-
.
|
|
140
|
-
grid-template-rows: auto calc(
|
|
141
|
-
var(--space-dark-header-overlap-distance-lxpp0s, 36px) + var(--awsui-container-first-overlap-extension-iof9y8, 0px) + var(--awsui-container-first-gap-iof9y8, 0px)
|
|
142
|
-
) 1fr;
|
|
139
|
+
.awsui_layout_5gtk3_set91_105.awsui_is-visual-refresh_5gtk3_set91_105:not(#\9):not(.awsui_has-header_5gtk3_set91_139) {
|
|
140
|
+
grid-template-rows: auto calc(var(--space-dark-header-overlap-distance-lxpp0s, 36px) + var(--space-xs-zb16t3, 8px) + var(--space-scaled-xxs-7597g1, 4px)) 1fr;
|
|
143
141
|
}
|
|
144
|
-
.
|
|
145
|
-
padding-block-start: var(--
|
|
142
|
+
.awsui_layout_5gtk3_set91_105.awsui_is-visual-refresh_5gtk3_set91_105:not(#\9):not(.awsui_has-header_5gtk3_set91_139) > .awsui_content_5gtk3_set91_135 {
|
|
143
|
+
padding-block-start: calc(var(--space-xs-zb16t3, 8px) + var(--space-scaled-xxs-7597g1, 4px));
|
|
146
144
|
}
|
|
147
|
-
.
|
|
145
|
+
.awsui_layout_5gtk3_set91_105.awsui_is-visual-refresh_5gtk3_set91_105.awsui_is-overlap-disabled_5gtk3_set91_127:not(#\9) {
|
|
148
146
|
grid-template-rows: auto 0 1fr;
|
|
149
147
|
}
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"layout": "
|
|
6
|
-
"is-visual-refresh": "awsui_is-visual-
|
|
7
|
-
"background": "
|
|
8
|
-
"header": "
|
|
9
|
-
"is-overlap-disabled": "awsui_is-overlap-
|
|
10
|
-
"content": "
|
|
11
|
-
"has-header": "awsui_has-
|
|
5
|
+
"layout": "awsui_layout_5gtk3_set91_105",
|
|
6
|
+
"is-visual-refresh": "awsui_is-visual-refresh_5gtk3_set91_105",
|
|
7
|
+
"background": "awsui_background_5gtk3_set91_108",
|
|
8
|
+
"header": "awsui_header_5gtk3_set91_111",
|
|
9
|
+
"is-overlap-disabled": "awsui_is-overlap-disabled_5gtk3_set91_127",
|
|
10
|
+
"content": "awsui_content_5gtk3_set91_135",
|
|
11
|
+
"has-header": "awsui_has-header_5gtk3_set91_139"
|
|
12
12
|
};
|
|
13
13
|
|
package/flashbar/styles.css.js
CHANGED
|
@@ -1,52 +1,52 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"flash-with-motion": "awsui_flash-with-
|
|
5
|
-
"enter": "
|
|
6
|
-
"flash-body": "awsui_flash-
|
|
7
|
-
"flash-message": "awsui_flash-
|
|
8
|
-
"flash-header": "awsui_flash-
|
|
9
|
-
"flash-content": "awsui_flash-
|
|
10
|
-
"action-button-wrapper": "awsui_action-button-
|
|
11
|
-
"dismiss-button-wrapper": "awsui_dismiss-button-
|
|
12
|
-
"flash-icon": "awsui_flash-
|
|
13
|
-
"entering": "
|
|
14
|
-
"entered": "
|
|
15
|
-
"exiting": "
|
|
16
|
-
"stack": "
|
|
17
|
-
"animation-running": "awsui_animation-
|
|
18
|
-
"item": "
|
|
19
|
-
"flash-list-item": "awsui_flash-list-
|
|
20
|
-
"notification-bar": "awsui_notification-
|
|
21
|
-
"collapsed": "
|
|
22
|
-
"animation-ready": "awsui_animation-
|
|
23
|
-
"expanded-only": "awsui_expanded-
|
|
24
|
-
"expanded": "
|
|
25
|
-
"flash": "
|
|
26
|
-
"collapsible": "
|
|
27
|
-
"short-list": "awsui_short-
|
|
28
|
-
"visual-refresh": "awsui_visual-
|
|
29
|
-
"status": "
|
|
30
|
-
"header": "
|
|
31
|
-
"item-count": "awsui_item-
|
|
32
|
-
"button": "
|
|
33
|
-
"type-count": "awsui_type-
|
|
34
|
-
"count-number": "awsui_count-
|
|
35
|
-
"icon": "
|
|
36
|
-
"floating": "
|
|
37
|
-
"flashbar": "
|
|
38
|
-
"flash-refresh": "awsui_flash-
|
|
39
|
-
"flash-list": "awsui_flash-
|
|
40
|
-
"flash-focus-container": "awsui_flash-focus-
|
|
41
|
-
"flash-text": "awsui_flash-
|
|
42
|
-
"dismiss-button": "awsui_dismiss-
|
|
43
|
-
"breakpoint-default": "awsui_breakpoint-
|
|
44
|
-
"action-button": "awsui_action-
|
|
45
|
-
"action-slot": "awsui_action-
|
|
46
|
-
"flash-type-success": "awsui_flash-type-
|
|
47
|
-
"flash-type-error": "awsui_flash-type-
|
|
48
|
-
"flash-type-info": "awsui_flash-type-
|
|
49
|
-
"flash-type-in-progress": "awsui_flash-type-in-
|
|
50
|
-
"flash-type-warning": "awsui_flash-type-
|
|
4
|
+
"flash-with-motion": "awsui_flash-with-motion_1q84n_pgrle_99",
|
|
5
|
+
"enter": "awsui_enter_1q84n_pgrle_99",
|
|
6
|
+
"flash-body": "awsui_flash-body_1q84n_pgrle_113",
|
|
7
|
+
"flash-message": "awsui_flash-message_1q84n_pgrle_113",
|
|
8
|
+
"flash-header": "awsui_flash-header_1q84n_pgrle_113",
|
|
9
|
+
"flash-content": "awsui_flash-content_1q84n_pgrle_114",
|
|
10
|
+
"action-button-wrapper": "awsui_action-button-wrapper_1q84n_pgrle_115",
|
|
11
|
+
"dismiss-button-wrapper": "awsui_dismiss-button-wrapper_1q84n_pgrle_116",
|
|
12
|
+
"flash-icon": "awsui_flash-icon_1q84n_pgrle_139",
|
|
13
|
+
"entering": "awsui_entering_1q84n_pgrle_152",
|
|
14
|
+
"entered": "awsui_entered_1q84n_pgrle_173",
|
|
15
|
+
"exiting": "awsui_exiting_1q84n_pgrle_278",
|
|
16
|
+
"stack": "awsui_stack_1q84n_pgrle_300",
|
|
17
|
+
"animation-running": "awsui_animation-running_1q84n_pgrle_300",
|
|
18
|
+
"item": "awsui_item_1q84n_pgrle_300",
|
|
19
|
+
"flash-list-item": "awsui_flash-list-item_1q84n_pgrle_301",
|
|
20
|
+
"notification-bar": "awsui_notification-bar_1q84n_pgrle_302",
|
|
21
|
+
"collapsed": "awsui_collapsed_1q84n_pgrle_322",
|
|
22
|
+
"animation-ready": "awsui_animation-ready_1q84n_pgrle_322",
|
|
23
|
+
"expanded-only": "awsui_expanded-only_1q84n_pgrle_322",
|
|
24
|
+
"expanded": "awsui_expanded_1q84n_pgrle_322",
|
|
25
|
+
"flash": "awsui_flash_1q84n_pgrle_99",
|
|
26
|
+
"collapsible": "awsui_collapsible_1q84n_pgrle_386",
|
|
27
|
+
"short-list": "awsui_short-list_1q84n_pgrle_392",
|
|
28
|
+
"visual-refresh": "awsui_visual-refresh_1q84n_pgrle_392",
|
|
29
|
+
"status": "awsui_status_1q84n_pgrle_605",
|
|
30
|
+
"header": "awsui_header_1q84n_pgrle_605",
|
|
31
|
+
"item-count": "awsui_item-count_1q84n_pgrle_606",
|
|
32
|
+
"button": "awsui_button_1q84n_pgrle_607",
|
|
33
|
+
"type-count": "awsui_type-count_1q84n_pgrle_640",
|
|
34
|
+
"count-number": "awsui_count-number_1q84n_pgrle_640",
|
|
35
|
+
"icon": "awsui_icon_1q84n_pgrle_674",
|
|
36
|
+
"floating": "awsui_floating_1q84n_pgrle_715",
|
|
37
|
+
"flashbar": "awsui_flashbar_1q84n_pgrle_723",
|
|
38
|
+
"flash-refresh": "awsui_flash-refresh_1q84n_pgrle_798",
|
|
39
|
+
"flash-list": "awsui_flash-list_1q84n_pgrle_301",
|
|
40
|
+
"flash-focus-container": "awsui_flash-focus-container_1q84n_pgrle_819",
|
|
41
|
+
"flash-text": "awsui_flash-text_1q84n_pgrle_849",
|
|
42
|
+
"dismiss-button": "awsui_dismiss-button_1q84n_pgrle_116",
|
|
43
|
+
"breakpoint-default": "awsui_breakpoint-default_1q84n_pgrle_891",
|
|
44
|
+
"action-button": "awsui_action-button_1q84n_pgrle_115",
|
|
45
|
+
"action-slot": "awsui_action-slot_1q84n_pgrle_901",
|
|
46
|
+
"flash-type-success": "awsui_flash-type-success_1q84n_pgrle_905",
|
|
47
|
+
"flash-type-error": "awsui_flash-type-error_1q84n_pgrle_909",
|
|
48
|
+
"flash-type-info": "awsui_flash-type-info_1q84n_pgrle_913",
|
|
49
|
+
"flash-type-in-progress": "awsui_flash-type-in-progress_1q84n_pgrle_914",
|
|
50
|
+
"flash-type-warning": "awsui_flash-type-warning_1q84n_pgrle_918"
|
|
51
51
|
};
|
|
52
52
|
|