@cloudscape-design/components-themeable 3.0.228 → 3.0.230
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/lib/internal/manifest.json +1 -1
- package/lib/internal/scss/app-layout/styles.scss +1 -0
- package/lib/internal/scss/app-layout/visual-refresh/background.scss +2 -0
- package/lib/internal/scss/app-layout/visual-refresh/layout.scss +1 -0
- package/lib/internal/scss/app-layout/visual-refresh/notifications.scss +1 -0
- package/lib/internal/scss/container/styles.scss +1 -0
- package/lib/internal/scss/content-layout/styles.scss +1 -0
- package/lib/internal/scss/internal/components/dark-ribbon/styles.scss +1 -0
- package/lib/internal/scss/table/styles.scss +1 -0
- package/lib/internal/scss/wizard/styles.scss +2 -0
- package/lib/internal/template/app-layout/styles.css.js +26 -26
- package/lib/internal/template/app-layout/styles.scoped.css +34 -33
- package/lib/internal/template/app-layout/styles.selectors.js +26 -26
- package/lib/internal/template/app-layout/visual-refresh/styles.css.js +60 -60
- package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +152 -148
- package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +60 -60
- package/lib/internal/template/container/styles.css.js +20 -20
- package/lib/internal/template/container/styles.scoped.css +39 -38
- package/lib/internal/template/container/styles.selectors.js +20 -20
- package/lib/internal/template/content-layout/styles.css.js +7 -7
- package/lib/internal/template/content-layout/styles.scoped.css +12 -11
- package/lib/internal/template/content-layout/styles.selectors.js +7 -7
- package/lib/internal/template/date-input/interfaces.d.ts +4 -0
- package/lib/internal/template/date-input/interfaces.d.ts.map +1 -1
- package/lib/internal/template/date-input/interfaces.js.map +1 -1
- package/lib/internal/template/internal/components/dark-ribbon/styles.css.js +2 -2
- package/lib/internal/template/internal/components/dark-ribbon/styles.scoped.css +3 -2
- package/lib/internal/template/internal/components/dark-ribbon/styles.selectors.js +2 -2
- package/lib/internal/template/internal/environment.js +1 -1
- package/lib/internal/template/table/styles.css.js +33 -33
- package/lib/internal/template/table/styles.scoped.css +42 -41
- package/lib/internal/template/table/styles.selectors.js +33 -33
- package/lib/internal/template/wizard/styles.css.js +32 -32
- package/lib/internal/template/wizard/styles.scoped.css +65 -63
- package/lib/internal/template/wizard/styles.selectors.js +32 -32
- package/package.json +1 -1
|
@@ -2,65 +2,65 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"appbar": "
|
|
6
|
-
"appbar-nav": "awsui_appbar-
|
|
7
|
-
"breadcrumbs": "
|
|
8
|
-
"appbar-tools": "awsui_appbar-
|
|
9
|
-
"has-breadcrumbs": "awsui_has-
|
|
10
|
-
"has-notifications-content": "awsui_has-notifications-
|
|
11
|
-
"has-header": "awsui_has-
|
|
12
|
-
"has-dynamic-overlap-height": "awsui_has-dynamic-overlap-
|
|
13
|
-
"content-type-wizard": "awsui_content-type-
|
|
14
|
-
"content-type-cards": "awsui_content-type-
|
|
15
|
-
"content-type-table": "awsui_content-type-
|
|
16
|
-
"has-sticky-background": "awsui_has-sticky-
|
|
17
|
-
"background": "
|
|
18
|
-
"notifications-appbar-header": "awsui_notifications-appbar-
|
|
19
|
-
"sticky-notifications": "awsui_sticky-
|
|
20
|
-
"overlap": "
|
|
21
|
-
"content": "
|
|
22
|
-
"layout": "
|
|
23
|
-
"has-max-content-width": "awsui_has-max-content-
|
|
24
|
-
"is-overlap-disabled": "awsui_is-overlap-
|
|
25
|
-
"disable-body-scroll": "awsui_disable-body-
|
|
26
|
-
"has-sticky-notifications": "awsui_has-sticky-
|
|
27
|
-
"has-split-panel": "awsui_has-split-
|
|
28
|
-
"split-panel-position-bottom": "awsui_split-panel-position-
|
|
29
|
-
"has-content-gap-left": "awsui_has-content-gap-
|
|
30
|
-
"has-content-gap-right": "awsui_has-content-gap-
|
|
31
|
-
"block-body-scroll": "awsui_block-body-
|
|
32
|
-
"container": "
|
|
33
|
-
"disable-content-paddings": "awsui_disable-content-
|
|
34
|
-
"is-navigation-open": "awsui_is-navigation-
|
|
35
|
-
"is-tools-open": "awsui_is-tools-
|
|
36
|
-
"is-split-panel-open": "awsui_is-split-panel-
|
|
37
|
-
"split-panel-position-side": "awsui_split-panel-position-
|
|
38
|
-
"content-type-default": "awsui_content-type-
|
|
39
|
-
"content-type-form": "awsui_content-type-
|
|
40
|
-
"unfocusable": "
|
|
41
|
-
"navigation-container": "awsui_navigation-
|
|
42
|
-
"show-navigation": "awsui_show-
|
|
43
|
-
"animating": "
|
|
44
|
-
"showButtons": "
|
|
45
|
-
"navigation": "
|
|
46
|
-
"openNavigation": "
|
|
47
|
-
"animated-content": "awsui_animated-
|
|
48
|
-
"hide-navigation": "awsui_hide-
|
|
49
|
-
"notifications": "
|
|
50
|
-
"split-panel-bottom": "awsui_split-panel-
|
|
51
|
-
"position-bottom": "awsui_position-
|
|
52
|
-
"openSplitPanelBottom": "
|
|
53
|
-
"split-panel-side": "awsui_split-panel-
|
|
54
|
-
"position-side": "awsui_position-
|
|
55
|
-
"openSplitPanelSide": "
|
|
56
|
-
"tools-container": "awsui_tools-
|
|
57
|
-
"tools": "
|
|
58
|
-
"openTools": "
|
|
59
|
-
"has-tools-form-persistence": "awsui_has-tools-form-
|
|
60
|
-
"hide-tools": "awsui_hide-
|
|
61
|
-
"show-tools": "awsui_show-
|
|
62
|
-
"has-tools-form": "awsui_has-tools-
|
|
63
|
-
"trigger": "
|
|
64
|
-
"selected": "
|
|
5
|
+
"appbar": "awsui_appbar_hyvsj_1ehdm_93",
|
|
6
|
+
"appbar-nav": "awsui_appbar-nav_hyvsj_1ehdm_117",
|
|
7
|
+
"breadcrumbs": "awsui_breadcrumbs_hyvsj_1ehdm_121",
|
|
8
|
+
"appbar-tools": "awsui_appbar-tools_hyvsj_1ehdm_125",
|
|
9
|
+
"has-breadcrumbs": "awsui_has-breadcrumbs_hyvsj_1ehdm_166",
|
|
10
|
+
"has-notifications-content": "awsui_has-notifications-content_hyvsj_1ehdm_173",
|
|
11
|
+
"has-header": "awsui_has-header_hyvsj_1ehdm_179",
|
|
12
|
+
"has-dynamic-overlap-height": "awsui_has-dynamic-overlap-height_hyvsj_1ehdm_179",
|
|
13
|
+
"content-type-wizard": "awsui_content-type-wizard_hyvsj_1ehdm_180",
|
|
14
|
+
"content-type-cards": "awsui_content-type-cards_hyvsj_1ehdm_183",
|
|
15
|
+
"content-type-table": "awsui_content-type-table_hyvsj_1ehdm_184",
|
|
16
|
+
"has-sticky-background": "awsui_has-sticky-background_hyvsj_1ehdm_187",
|
|
17
|
+
"background": "awsui_background_hyvsj_1ehdm_221",
|
|
18
|
+
"notifications-appbar-header": "awsui_notifications-appbar-header_hyvsj_1ehdm_224",
|
|
19
|
+
"sticky-notifications": "awsui_sticky-notifications_hyvsj_1ehdm_237",
|
|
20
|
+
"overlap": "awsui_overlap_hyvsj_1ehdm_243",
|
|
21
|
+
"content": "awsui_content_hyvsj_1ehdm_180",
|
|
22
|
+
"layout": "awsui_layout_hyvsj_1ehdm_335",
|
|
23
|
+
"has-max-content-width": "awsui_has-max-content-width_hyvsj_1ehdm_418",
|
|
24
|
+
"is-overlap-disabled": "awsui_is-overlap-disabled_hyvsj_1ehdm_445",
|
|
25
|
+
"disable-body-scroll": "awsui_disable-body-scroll_hyvsj_1ehdm_448",
|
|
26
|
+
"has-sticky-notifications": "awsui_has-sticky-notifications_hyvsj_1ehdm_452",
|
|
27
|
+
"has-split-panel": "awsui_has-split-panel_hyvsj_1ehdm_466",
|
|
28
|
+
"split-panel-position-bottom": "awsui_split-panel-position-bottom_hyvsj_1ehdm_466",
|
|
29
|
+
"has-content-gap-left": "awsui_has-content-gap-left_hyvsj_1ehdm_478",
|
|
30
|
+
"has-content-gap-right": "awsui_has-content-gap-right_hyvsj_1ehdm_481",
|
|
31
|
+
"block-body-scroll": "awsui_block-body-scroll_hyvsj_1ehdm_496",
|
|
32
|
+
"container": "awsui_container_hyvsj_1ehdm_504",
|
|
33
|
+
"disable-content-paddings": "awsui_disable-content-paddings_hyvsj_1ehdm_530",
|
|
34
|
+
"is-navigation-open": "awsui_is-navigation-open_hyvsj_1ehdm_535",
|
|
35
|
+
"is-tools-open": "awsui_is-tools-open_hyvsj_1ehdm_538",
|
|
36
|
+
"is-split-panel-open": "awsui_is-split-panel-open_hyvsj_1ehdm_538",
|
|
37
|
+
"split-panel-position-side": "awsui_split-panel-position-side_hyvsj_1ehdm_538",
|
|
38
|
+
"content-type-default": "awsui_content-type-default_hyvsj_1ehdm_558",
|
|
39
|
+
"content-type-form": "awsui_content-type-form_hyvsj_1ehdm_558",
|
|
40
|
+
"unfocusable": "awsui_unfocusable_hyvsj_1ehdm_599",
|
|
41
|
+
"navigation-container": "awsui_navigation-container_hyvsj_1ehdm_609",
|
|
42
|
+
"show-navigation": "awsui_show-navigation_hyvsj_1ehdm_644",
|
|
43
|
+
"animating": "awsui_animating_hyvsj_1ehdm_666",
|
|
44
|
+
"showButtons": "awsui_showButtons_hyvsj_1ehdm_1",
|
|
45
|
+
"navigation": "awsui_navigation_hyvsj_1ehdm_609",
|
|
46
|
+
"openNavigation": "awsui_openNavigation_hyvsj_1ehdm_1",
|
|
47
|
+
"animated-content": "awsui_animated-content_hyvsj_1ehdm_727",
|
|
48
|
+
"hide-navigation": "awsui_hide-navigation_hyvsj_1ehdm_736",
|
|
49
|
+
"notifications": "awsui_notifications_hyvsj_1ehdm_224",
|
|
50
|
+
"split-panel-bottom": "awsui_split-panel-bottom_hyvsj_1ehdm_803",
|
|
51
|
+
"position-bottom": "awsui_position-bottom_hyvsj_1ehdm_849",
|
|
52
|
+
"openSplitPanelBottom": "awsui_openSplitPanelBottom_hyvsj_1ehdm_1",
|
|
53
|
+
"split-panel-side": "awsui_split-panel-side_hyvsj_1ehdm_878",
|
|
54
|
+
"position-side": "awsui_position-side_hyvsj_1ehdm_906",
|
|
55
|
+
"openSplitPanelSide": "awsui_openSplitPanelSide_hyvsj_1ehdm_1",
|
|
56
|
+
"tools-container": "awsui_tools-container_hyvsj_1ehdm_943",
|
|
57
|
+
"tools": "awsui_tools_hyvsj_1ehdm_943",
|
|
58
|
+
"openTools": "awsui_openTools_hyvsj_1ehdm_1",
|
|
59
|
+
"has-tools-form-persistence": "awsui_has-tools-form-persistence_hyvsj_1ehdm_1028",
|
|
60
|
+
"hide-tools": "awsui_hide-tools_hyvsj_1ehdm_1038",
|
|
61
|
+
"show-tools": "awsui_show-tools_hyvsj_1ehdm_1050",
|
|
62
|
+
"has-tools-form": "awsui_has-tools-form_hyvsj_1ehdm_1028",
|
|
63
|
+
"trigger": "awsui_trigger_hyvsj_1ehdm_1107",
|
|
64
|
+
"selected": "awsui_selected_hyvsj_1ehdm_1146"
|
|
65
65
|
};
|
|
66
66
|
|
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"root": "
|
|
5
|
-
"fit-height": "awsui_fit-
|
|
6
|
-
"variant-default": "awsui_variant-
|
|
7
|
-
"variant-stacked": "awsui_variant-
|
|
8
|
-
"sticky-enabled": "awsui_sticky-
|
|
9
|
-
"header": "
|
|
10
|
-
"header-sticky-disabled": "awsui_header-sticky-
|
|
11
|
-
"header-sticky-enabled": "awsui_header-sticky-
|
|
12
|
-
"header-stuck": "awsui_header-
|
|
13
|
-
"header-variant-cards": "awsui_header-variant-
|
|
14
|
-
"header-dynamic-height": "awsui_header-dynamic-
|
|
15
|
-
"with-paddings": "awsui_with-
|
|
16
|
-
"with-hidden-content": "awsui_with-hidden-
|
|
17
|
-
"header-variant-full-page": "awsui_header-variant-full-
|
|
18
|
-
"dark-header": "awsui_dark-
|
|
19
|
-
"content": "
|
|
20
|
-
"with-content-paddings": "awsui_with-content-
|
|
21
|
-
"with-footer": "awsui_with-
|
|
22
|
-
"footer": "
|
|
23
|
-
"with-divider": "awsui_with-
|
|
4
|
+
"root": "awsui_root_14iqq_kxs3k_97",
|
|
5
|
+
"fit-height": "awsui_fit-height_14iqq_kxs3k_111",
|
|
6
|
+
"variant-default": "awsui_variant-default_14iqq_kxs3k_116",
|
|
7
|
+
"variant-stacked": "awsui_variant-stacked_14iqq_kxs3k_116",
|
|
8
|
+
"sticky-enabled": "awsui_sticky-enabled_14iqq_kxs3k_169",
|
|
9
|
+
"header": "awsui_header_14iqq_kxs3k_176",
|
|
10
|
+
"header-sticky-disabled": "awsui_header-sticky-disabled_14iqq_kxs3k_181",
|
|
11
|
+
"header-sticky-enabled": "awsui_header-sticky-enabled_14iqq_kxs3k_185",
|
|
12
|
+
"header-stuck": "awsui_header-stuck_14iqq_kxs3k_191",
|
|
13
|
+
"header-variant-cards": "awsui_header-variant-cards_14iqq_kxs3k_197",
|
|
14
|
+
"header-dynamic-height": "awsui_header-dynamic-height_14iqq_kxs3k_200",
|
|
15
|
+
"with-paddings": "awsui_with-paddings_14iqq_kxs3k_206",
|
|
16
|
+
"with-hidden-content": "awsui_with-hidden-content_14iqq_kxs3k_209",
|
|
17
|
+
"header-variant-full-page": "awsui_header-variant-full-page_14iqq_kxs3k_259",
|
|
18
|
+
"dark-header": "awsui_dark-header_14iqq_kxs3k_277",
|
|
19
|
+
"content": "awsui_content_14iqq_kxs3k_282",
|
|
20
|
+
"with-content-paddings": "awsui_with-content-paddings_14iqq_kxs3k_286",
|
|
21
|
+
"with-footer": "awsui_with-footer_14iqq_kxs3k_293",
|
|
22
|
+
"footer": "awsui_footer_14iqq_kxs3k_300",
|
|
23
|
+
"with-divider": "awsui_with-divider_14iqq_kxs3k_303"
|
|
24
24
|
};
|
|
25
25
|
|
|
@@ -94,7 +94,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
94
94
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
95
95
|
SPDX-License-Identifier: Apache-2.0
|
|
96
96
|
*/
|
|
97
|
-
.
|
|
97
|
+
.awsui_root_14iqq_kxs3k_97:not(#\9) {
|
|
98
98
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
99
99
|
border-collapse: separate;
|
|
100
100
|
border-spacing: 0;
|
|
@@ -134,17 +134,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
134
134
|
word-wrap: break-word;
|
|
135
135
|
position: relative;
|
|
136
136
|
}
|
|
137
|
-
.
|
|
137
|
+
.awsui_root_14iqq_kxs3k_97.awsui_fit-height_14iqq_kxs3k_111:not(#\9) {
|
|
138
138
|
display: flex;
|
|
139
139
|
flex-direction: column;
|
|
140
140
|
height: 100%;
|
|
141
141
|
}
|
|
142
|
-
.
|
|
142
|
+
.awsui_root_14iqq_kxs3k_97.awsui_variant-default_14iqq_kxs3k_116:not(#\9), .awsui_root_14iqq_kxs3k_97.awsui_variant-stacked_14iqq_kxs3k_116:not(#\9) {
|
|
143
143
|
border-radius: var(--border-radius-container-1aveko, 0px);
|
|
144
144
|
box-sizing: border-box;
|
|
145
145
|
background-color: var(--color-background-container-content-o88wxm, #ffffff);
|
|
146
146
|
}
|
|
147
|
-
.
|
|
147
|
+
.awsui_root_14iqq_kxs3k_97.awsui_variant-default_14iqq_kxs3k_116:not(#\9)::before, .awsui_root_14iqq_kxs3k_97.awsui_variant-stacked_14iqq_kxs3k_116:not(#\9)::before {
|
|
148
148
|
content: "";
|
|
149
149
|
position: absolute;
|
|
150
150
|
left: 0px;
|
|
@@ -159,7 +159,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
159
159
|
border-radius: var(--border-radius-container-1aveko, 0px);
|
|
160
160
|
z-index: 1;
|
|
161
161
|
}
|
|
162
|
-
.
|
|
162
|
+
.awsui_root_14iqq_kxs3k_97.awsui_variant-default_14iqq_kxs3k_116:not(#\9)::after, .awsui_root_14iqq_kxs3k_97.awsui_variant-stacked_14iqq_kxs3k_116:not(#\9)::after {
|
|
163
163
|
content: "";
|
|
164
164
|
position: absolute;
|
|
165
165
|
left: 0px;
|
|
@@ -174,76 +174,76 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
174
174
|
mix-blend-mode: multiply;
|
|
175
175
|
}
|
|
176
176
|
@media screen and (-ms-high-contrast: active) {
|
|
177
|
-
.
|
|
177
|
+
.awsui_root_14iqq_kxs3k_97.awsui_variant-default_14iqq_kxs3k_116:not(#\9), .awsui_root_14iqq_kxs3k_97.awsui_variant-stacked_14iqq_kxs3k_116:not(#\9) {
|
|
178
178
|
border: var(--border-field-width-y6x4sn, 1px) solid var(--color-border-container-top-1itxac, #eaeded);
|
|
179
179
|
}
|
|
180
180
|
}
|
|
181
|
-
.
|
|
181
|
+
.awsui_root_14iqq_kxs3k_97.awsui_variant-stacked_14iqq_kxs3k_116:not(#\9):not(:last-child), .awsui_root_14iqq_kxs3k_97.awsui_variant-stacked_14iqq_kxs3k_116:not(#\9):not(:last-child)::before, .awsui_root_14iqq_kxs3k_97.awsui_variant-stacked_14iqq_kxs3k_116:not(#\9):not(:last-child)::after {
|
|
182
182
|
border-bottom-right-radius: 0;
|
|
183
183
|
border-bottom-left-radius: 0;
|
|
184
184
|
}
|
|
185
|
-
.
|
|
185
|
+
.awsui_root_14iqq_kxs3k_97.awsui_variant-stacked_14iqq_kxs3k_116 + .awsui_root_14iqq_kxs3k_97.awsui_variant-stacked_14iqq_kxs3k_116:not(#\9), .awsui_root_14iqq_kxs3k_97.awsui_variant-stacked_14iqq_kxs3k_116 + .awsui_root_14iqq_kxs3k_97.awsui_variant-stacked_14iqq_kxs3k_116:not(#\9)::before, .awsui_root_14iqq_kxs3k_97.awsui_variant-stacked_14iqq_kxs3k_116 + .awsui_root_14iqq_kxs3k_97.awsui_variant-stacked_14iqq_kxs3k_116:not(#\9)::after {
|
|
186
186
|
border-top-left-radius: 0;
|
|
187
187
|
border-top-right-radius: 0;
|
|
188
188
|
}
|
|
189
|
-
.
|
|
189
|
+
.awsui_root_14iqq_kxs3k_97.awsui_variant-stacked_14iqq_kxs3k_116 + .awsui_root_14iqq_kxs3k_97.awsui_variant-stacked_14iqq_kxs3k_116:not(#\9)::before {
|
|
190
190
|
border-top: var(--border-divider-section-width-5a4cv1, 1px) solid var(--color-border-divider-default-k96bks, #eaeded);
|
|
191
191
|
}
|
|
192
|
-
.
|
|
192
|
+
.awsui_root_14iqq_kxs3k_97.awsui_variant-stacked_14iqq_kxs3k_116 + .awsui_root_14iqq_kxs3k_97.awsui_variant-stacked_14iqq_kxs3k_116:not(#\9)::after {
|
|
193
193
|
box-shadow: var(--shadow-container-stacked-j8j87i, 0 1px 1px 0 rgba(0, 28, 36, 0.3), 1px 1px 1px 0 rgba(0, 28, 36, 0.15), -1px 1px 1px 0 rgba(0, 28, 36, 0.15));
|
|
194
194
|
}
|
|
195
|
-
.
|
|
195
|
+
.awsui_root_14iqq_kxs3k_97.awsui_sticky-enabled_14iqq_kxs3k_169:not(#\9)::before {
|
|
196
196
|
top: calc(-1 * var(--border-container-top-width-fs2udu, 1px));
|
|
197
197
|
}
|
|
198
|
-
.
|
|
198
|
+
.awsui_root_14iqq_kxs3k_97.awsui_sticky-enabled_14iqq_kxs3k_169.awsui_variant-stacked_14iqq_kxs3k_116:not(#\9)::before {
|
|
199
199
|
top: calc(-1 * var(--border-divider-section-width-5a4cv1, 1px));
|
|
200
200
|
}
|
|
201
201
|
|
|
202
|
-
.
|
|
202
|
+
.awsui_header_14iqq_kxs3k_176:not(#\9) {
|
|
203
203
|
background-color: var(--color-background-container-header-g9rg0j, #fafafa);
|
|
204
204
|
border-top-left-radius: var(--border-radius-container-1aveko, 0px);
|
|
205
205
|
border-top-right-radius: var(--border-radius-container-1aveko, 0px);
|
|
206
206
|
}
|
|
207
|
-
.awsui_header-sticky-
|
|
207
|
+
.awsui_header-sticky-disabled_14iqq_kxs3k_181:not(#\9) {
|
|
208
208
|
position: relative;
|
|
209
209
|
z-index: 1;
|
|
210
210
|
}
|
|
211
|
-
.awsui_header-sticky-
|
|
211
|
+
.awsui_header-sticky-enabled_14iqq_kxs3k_185:not(#\9) {
|
|
212
212
|
top: 0;
|
|
213
213
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
214
214
|
position: sticky;
|
|
215
215
|
z-index: 800;
|
|
216
216
|
}
|
|
217
|
-
.awsui_header-
|
|
217
|
+
.awsui_header-stuck_14iqq_kxs3k_191:not(#\9) {
|
|
218
218
|
border-radius: 0;
|
|
219
219
|
}
|
|
220
|
-
.awsui_header-
|
|
220
|
+
.awsui_header-stuck_14iqq_kxs3k_191:not(#\9)::before {
|
|
221
221
|
border: 0;
|
|
222
222
|
}
|
|
223
|
-
.awsui_header-
|
|
223
|
+
.awsui_header-stuck_14iqq_kxs3k_191:not(#\9):not(.awsui_header-variant-cards_14iqq_kxs3k_197) {
|
|
224
224
|
box-shadow: var(--shadow-sticky-embedded-5acv0s, 0px 1px 4px -2px rgba(0, 28, 36, 0.5));
|
|
225
225
|
}
|
|
226
|
-
.awsui_header-dynamic-
|
|
226
|
+
.awsui_header-dynamic-height_14iqq_kxs3k_200.awsui_header-stuck_14iqq_kxs3k_191:not(#\9) {
|
|
227
227
|
margin-bottom: calc(var(--font-heading-xl-line-height-qeciux, 36px) - var(--font-heading-l-line-height-oujdab, 22px));
|
|
228
228
|
}
|
|
229
|
-
.
|
|
229
|
+
.awsui_header_14iqq_kxs3k_176:not(#\9):not(:empty) {
|
|
230
230
|
border-bottom: var(--border-container-sticky-width-pybmba, 1px) solid var(--color-border-container-divider-z203b8, #eaeded);
|
|
231
231
|
}
|
|
232
|
-
.
|
|
232
|
+
.awsui_header_14iqq_kxs3k_176.awsui_with-paddings_14iqq_kxs3k_206:not(#\9) {
|
|
233
233
|
padding: var(--space-container-header-vertical-0bd19u, 12px) var(--space-container-horizontal-tlw03i, 20px);
|
|
234
234
|
}
|
|
235
|
-
.
|
|
235
|
+
.awsui_header_14iqq_kxs3k_176.awsui_with-hidden-content_14iqq_kxs3k_209:not(#\9) {
|
|
236
236
|
border-bottom-left-radius: var(--border-radius-container-1aveko, 0px);
|
|
237
237
|
border-bottom-right-radius: var(--border-radius-container-1aveko, 0px);
|
|
238
238
|
}
|
|
239
|
-
.awsui_header-variant-
|
|
239
|
+
.awsui_header-variant-cards_14iqq_kxs3k_197:not(#\9) {
|
|
240
240
|
border-radius: var(--border-radius-container-1aveko, 0px);
|
|
241
241
|
box-sizing: border-box;
|
|
242
242
|
}
|
|
243
|
-
.awsui_header-variant-
|
|
243
|
+
.awsui_header-variant-cards_14iqq_kxs3k_197:not(#\9):not(.awsui_header-sticky-enabled_14iqq_kxs3k_185) {
|
|
244
244
|
position: relative;
|
|
245
245
|
}
|
|
246
|
-
.awsui_header-variant-
|
|
246
|
+
.awsui_header-variant-cards_14iqq_kxs3k_197:not(#\9)::before {
|
|
247
247
|
content: "";
|
|
248
248
|
position: absolute;
|
|
249
249
|
left: 0px;
|
|
@@ -258,7 +258,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
258
258
|
border-radius: var(--border-radius-container-1aveko, 0px);
|
|
259
259
|
z-index: 1;
|
|
260
260
|
}
|
|
261
|
-
.awsui_header-variant-
|
|
261
|
+
.awsui_header-variant-cards_14iqq_kxs3k_197:not(#\9)::after {
|
|
262
262
|
content: "";
|
|
263
263
|
position: absolute;
|
|
264
264
|
left: 0px;
|
|
@@ -273,19 +273,19 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
273
273
|
mix-blend-mode: multiply;
|
|
274
274
|
}
|
|
275
275
|
@media screen and (-ms-high-contrast: active) {
|
|
276
|
-
.awsui_header-variant-
|
|
276
|
+
.awsui_header-variant-cards_14iqq_kxs3k_197:not(#\9) {
|
|
277
277
|
border: var(--border-field-width-y6x4sn, 1px) solid var(--color-border-container-top-1itxac, #eaeded);
|
|
278
278
|
}
|
|
279
279
|
}
|
|
280
|
-
.awsui_header-variant-
|
|
280
|
+
.awsui_header-variant-cards_14iqq_kxs3k_197.awsui_header-stuck_14iqq_kxs3k_191:not(#\9)::after, .awsui_header-variant-cards_14iqq_kxs3k_197.awsui_header-stuck_14iqq_kxs3k_191:not(#\9)::before {
|
|
281
281
|
border: 0;
|
|
282
282
|
border-top-left-radius: 0;
|
|
283
283
|
border-top-right-radius: 0;
|
|
284
284
|
}
|
|
285
|
-
.awsui_header-variant-full-
|
|
285
|
+
.awsui_header-variant-full-page_14iqq_kxs3k_259.awsui_header-stuck_14iqq_kxs3k_191:not(#\9) {
|
|
286
286
|
box-shadow: none;
|
|
287
287
|
}
|
|
288
|
-
.awsui_header-variant-full-
|
|
288
|
+
.awsui_header-variant-full-page_14iqq_kxs3k_259.awsui_header-stuck_14iqq_kxs3k_191:not(#\9)::after {
|
|
289
289
|
content: "";
|
|
290
290
|
position: absolute;
|
|
291
291
|
right: 0;
|
|
@@ -300,31 +300,32 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
300
300
|
The dynamic height dark header needs a background that will cover
|
|
301
301
|
the default white background of the container component.
|
|
302
302
|
*/
|
|
303
|
-
.awsui_dark-
|
|
303
|
+
.awsui_dark-header_14iqq_kxs3k_277:not(#\9) {
|
|
304
304
|
background-color: var(--color-background-layout-main-q0tbxx, #f2f3f3);
|
|
305
|
+
color: var(--color-text-body-default-7m2b3r, #16191f);
|
|
305
306
|
}
|
|
306
307
|
|
|
307
|
-
.awsui_fit-
|
|
308
|
+
.awsui_fit-height_14iqq_kxs3k_111 > .awsui_content_14iqq_kxs3k_282:not(#\9) {
|
|
308
309
|
flex: 1;
|
|
309
310
|
overflow: auto;
|
|
310
311
|
}
|
|
311
|
-
.awsui_with-content-
|
|
312
|
+
.awsui_with-content-paddings_14iqq_kxs3k_286 > .awsui_content_14iqq_kxs3k_282:not(#\9) {
|
|
312
313
|
padding: var(--space-scaled-l-t03y3z, 20px) var(--space-container-horizontal-tlw03i, 20px);
|
|
313
314
|
}
|
|
314
|
-
.awsui_with-content-
|
|
315
|
+
.awsui_with-content-paddings_14iqq_kxs3k_286 > .awsui_header_14iqq_kxs3k_176 + .awsui_content_14iqq_kxs3k_282:not(#\9) {
|
|
315
316
|
padding-top: var(--space-container-content-top-u412x3, 16px);
|
|
316
317
|
}
|
|
317
318
|
|
|
318
|
-
.awsui_fit-
|
|
319
|
+
.awsui_fit-height_14iqq_kxs3k_111.awsui_with-content-paddings_14iqq_kxs3k_286:not(#\9):not(.awsui_with-footer_14iqq_kxs3k_293) {
|
|
319
320
|
padding-bottom: var(--space-scaled-l-t03y3z, 20px);
|
|
320
321
|
}
|
|
321
|
-
.awsui_fit-
|
|
322
|
+
.awsui_fit-height_14iqq_kxs3k_111.awsui_with-content-paddings_14iqq_kxs3k_286:not(#\9):not(.awsui_with-footer_14iqq_kxs3k_293) > .awsui_content_14iqq_kxs3k_282 {
|
|
322
323
|
padding-bottom: 0;
|
|
323
324
|
}
|
|
324
325
|
|
|
325
|
-
.
|
|
326
|
+
.awsui_footer_14iqq_kxs3k_300.awsui_with-paddings_14iqq_kxs3k_206:not(#\9) {
|
|
326
327
|
padding: var(--space-scaled-s-cu1hzn, 12px) var(--space-container-horizontal-tlw03i, 20px);
|
|
327
328
|
}
|
|
328
|
-
.
|
|
329
|
+
.awsui_footer_14iqq_kxs3k_300.awsui_with-divider_14iqq_kxs3k_303:not(#\9) {
|
|
329
330
|
border-top: var(--border-divider-section-width-5a4cv1, 1px) solid var(--color-border-divider-default-k96bks, #eaeded);
|
|
330
331
|
}
|
|
@@ -2,25 +2,25 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"root": "
|
|
6
|
-
"fit-height": "awsui_fit-
|
|
7
|
-
"variant-default": "awsui_variant-
|
|
8
|
-
"variant-stacked": "awsui_variant-
|
|
9
|
-
"sticky-enabled": "awsui_sticky-
|
|
10
|
-
"header": "
|
|
11
|
-
"header-sticky-disabled": "awsui_header-sticky-
|
|
12
|
-
"header-sticky-enabled": "awsui_header-sticky-
|
|
13
|
-
"header-stuck": "awsui_header-
|
|
14
|
-
"header-variant-cards": "awsui_header-variant-
|
|
15
|
-
"header-dynamic-height": "awsui_header-dynamic-
|
|
16
|
-
"with-paddings": "awsui_with-
|
|
17
|
-
"with-hidden-content": "awsui_with-hidden-
|
|
18
|
-
"header-variant-full-page": "awsui_header-variant-full-
|
|
19
|
-
"dark-header": "awsui_dark-
|
|
20
|
-
"content": "
|
|
21
|
-
"with-content-paddings": "awsui_with-content-
|
|
22
|
-
"with-footer": "awsui_with-
|
|
23
|
-
"footer": "
|
|
24
|
-
"with-divider": "awsui_with-
|
|
5
|
+
"root": "awsui_root_14iqq_kxs3k_97",
|
|
6
|
+
"fit-height": "awsui_fit-height_14iqq_kxs3k_111",
|
|
7
|
+
"variant-default": "awsui_variant-default_14iqq_kxs3k_116",
|
|
8
|
+
"variant-stacked": "awsui_variant-stacked_14iqq_kxs3k_116",
|
|
9
|
+
"sticky-enabled": "awsui_sticky-enabled_14iqq_kxs3k_169",
|
|
10
|
+
"header": "awsui_header_14iqq_kxs3k_176",
|
|
11
|
+
"header-sticky-disabled": "awsui_header-sticky-disabled_14iqq_kxs3k_181",
|
|
12
|
+
"header-sticky-enabled": "awsui_header-sticky-enabled_14iqq_kxs3k_185",
|
|
13
|
+
"header-stuck": "awsui_header-stuck_14iqq_kxs3k_191",
|
|
14
|
+
"header-variant-cards": "awsui_header-variant-cards_14iqq_kxs3k_197",
|
|
15
|
+
"header-dynamic-height": "awsui_header-dynamic-height_14iqq_kxs3k_200",
|
|
16
|
+
"with-paddings": "awsui_with-paddings_14iqq_kxs3k_206",
|
|
17
|
+
"with-hidden-content": "awsui_with-hidden-content_14iqq_kxs3k_209",
|
|
18
|
+
"header-variant-full-page": "awsui_header-variant-full-page_14iqq_kxs3k_259",
|
|
19
|
+
"dark-header": "awsui_dark-header_14iqq_kxs3k_277",
|
|
20
|
+
"content": "awsui_content_14iqq_kxs3k_282",
|
|
21
|
+
"with-content-paddings": "awsui_with-content-paddings_14iqq_kxs3k_286",
|
|
22
|
+
"with-footer": "awsui_with-footer_14iqq_kxs3k_293",
|
|
23
|
+
"footer": "awsui_footer_14iqq_kxs3k_300",
|
|
24
|
+
"with-divider": "awsui_with-divider_14iqq_kxs3k_303"
|
|
25
25
|
};
|
|
26
26
|
|
|
@@ -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
|
-
"has-breadcrumbs": "awsui_has-
|
|
10
|
-
"content": "
|
|
4
|
+
"layout": "awsui_layout_5gtk3_ncn61_99",
|
|
5
|
+
"is-visual-refresh": "awsui_is-visual-refresh_5gtk3_ncn61_99",
|
|
6
|
+
"background": "awsui_background_5gtk3_ncn61_102",
|
|
7
|
+
"header": "awsui_header_5gtk3_ncn61_105",
|
|
8
|
+
"is-overlap-disabled": "awsui_is-overlap-disabled_5gtk3_ncn61_115",
|
|
9
|
+
"has-breadcrumbs": "awsui_has-breadcrumbs_5gtk3_ncn61_133",
|
|
10
|
+
"content": "awsui_content_5gtk3_ncn61_142"
|
|
11
11
|
};
|
|
12
12
|
|
|
@@ -96,49 +96,50 @@ visual refresh mode. The padding is still added to the header
|
|
|
96
96
|
in this scenario because otherwise the header and child
|
|
97
97
|
nodes will directly touch with no gap between them.
|
|
98
98
|
*/
|
|
99
|
-
.
|
|
99
|
+
.awsui_layout_5gtk3_ncn61_99:not(#\9):not(.awsui_is-visual-refresh_5gtk3_ncn61_99) {
|
|
100
100
|
display: contents;
|
|
101
101
|
}
|
|
102
|
-
.
|
|
102
|
+
.awsui_layout_5gtk3_ncn61_99:not(#\9):not(.awsui_is-visual-refresh_5gtk3_ncn61_99) > .awsui_background_5gtk3_ncn61_102 {
|
|
103
103
|
display: none;
|
|
104
104
|
}
|
|
105
|
-
.
|
|
105
|
+
.awsui_layout_5gtk3_ncn61_99:not(#\9):not(.awsui_is-visual-refresh_5gtk3_ncn61_99) > .awsui_header_5gtk3_ncn61_105 {
|
|
106
106
|
padding-bottom: var(--space-content-header-padding-bottom-m7tdoi, 16px);
|
|
107
107
|
}
|
|
108
108
|
|
|
109
|
-
.
|
|
109
|
+
.awsui_layout_5gtk3_ncn61_99.awsui_is-visual-refresh_5gtk3_ncn61_99:not(#\9) {
|
|
110
110
|
display: grid;
|
|
111
111
|
grid-template-columns: minmax(0, 1fr);
|
|
112
112
|
grid-template-rows: auto var(--space-dark-header-overlap-distance-ync2s3, 0px) 1fr;
|
|
113
113
|
min-height: 100%;
|
|
114
114
|
}
|
|
115
|
-
.
|
|
115
|
+
.awsui_layout_5gtk3_ncn61_99.awsui_is-visual-refresh_5gtk3_ncn61_99.awsui_is-overlap-disabled_5gtk3_ncn61_115:not(#\9) {
|
|
116
116
|
grid-template-rows: auto 0 1fr;
|
|
117
117
|
}
|
|
118
|
-
.
|
|
118
|
+
.awsui_layout_5gtk3_ncn61_99.awsui_is-visual-refresh_5gtk3_ncn61_99 > .awsui_background_5gtk3_ncn61_102:not(#\9) {
|
|
119
119
|
background-color: var(--color-background-layout-main-q0tbxx, #f2f3f3);
|
|
120
120
|
grid-column: 1;
|
|
121
121
|
grid-row: 1/3;
|
|
122
|
+
color: var(--color-text-body-default-7m2b3r, #16191f);
|
|
122
123
|
}
|
|
123
|
-
.
|
|
124
|
+
.awsui_layout_5gtk3_ncn61_99.awsui_is-visual-refresh_5gtk3_ncn61_99 > .awsui_background_5gtk3_ncn61_102.awsui_is-overlap-disabled_5gtk3_ncn61_115:not(#\9) {
|
|
124
125
|
grid-row: 1/2;
|
|
125
126
|
}
|
|
126
|
-
.
|
|
127
|
+
.awsui_layout_5gtk3_ncn61_99.awsui_is-visual-refresh_5gtk3_ncn61_99 > .awsui_header_5gtk3_ncn61_105:not(#\9) {
|
|
127
128
|
grid-column: 1;
|
|
128
129
|
grid-row: 1;
|
|
129
130
|
padding-bottom: var(--space-content-header-padding-bottom-m7tdoi, 16px);
|
|
130
131
|
}
|
|
131
132
|
@media (min-width: 689px) {
|
|
132
|
-
.
|
|
133
|
+
.awsui_layout_5gtk3_ncn61_99.awsui_is-visual-refresh_5gtk3_ncn61_99 > .awsui_header_5gtk3_ncn61_105.awsui_has-breadcrumbs_5gtk3_ncn61_133:not(#\9) {
|
|
133
134
|
padding-top: var(--space-xxs-ynfts5, 4px);
|
|
134
135
|
}
|
|
135
136
|
}
|
|
136
137
|
@media (max-width: 688px) {
|
|
137
|
-
.
|
|
138
|
+
.awsui_layout_5gtk3_ncn61_99.awsui_is-visual-refresh_5gtk3_ncn61_99 > .awsui_header_5gtk3_ncn61_105:not(#\9) {
|
|
138
139
|
padding: var(--space-m-17eucw, 16px) 0 var(--space-content-header-padding-bottom-m7tdoi, 16px);
|
|
139
140
|
}
|
|
140
141
|
}
|
|
141
|
-
.
|
|
142
|
+
.awsui_layout_5gtk3_ncn61_99.awsui_is-visual-refresh_5gtk3_ncn61_99 > .awsui_content_5gtk3_ncn61_142:not(#\9) {
|
|
142
143
|
grid-column: 1;
|
|
143
144
|
grid-row: 2/4;
|
|
144
145
|
}
|
|
@@ -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
|
-
"has-breadcrumbs": "awsui_has-
|
|
11
|
-
"content": "
|
|
5
|
+
"layout": "awsui_layout_5gtk3_ncn61_99",
|
|
6
|
+
"is-visual-refresh": "awsui_is-visual-refresh_5gtk3_ncn61_99",
|
|
7
|
+
"background": "awsui_background_5gtk3_ncn61_102",
|
|
8
|
+
"header": "awsui_header_5gtk3_ncn61_105",
|
|
9
|
+
"is-overlap-disabled": "awsui_is-overlap-disabled_5gtk3_ncn61_115",
|
|
10
|
+
"has-breadcrumbs": "awsui_has-breadcrumbs_5gtk3_ncn61_133",
|
|
11
|
+
"content": "awsui_content_5gtk3_ncn61_142"
|
|
12
12
|
};
|
|
13
13
|
|
|
@@ -2,6 +2,10 @@ import { BaseInputProps, InputProps } from '../input/interfaces';
|
|
|
2
2
|
import { BaseComponentProps } from '../internal/base-component';
|
|
3
3
|
import { FormFieldValidationControlProps } from '../internal/context/form-field-context';
|
|
4
4
|
export interface DateInputProps extends BaseInputProps, FormFieldValidationControlProps, BaseComponentProps {
|
|
5
|
+
/**
|
|
6
|
+
* The current input value, in YYYY-MM-DD format.
|
|
7
|
+
*/
|
|
8
|
+
value: string;
|
|
5
9
|
}
|
|
6
10
|
export declare namespace DateInputProps {
|
|
7
11
|
type Ref = InputProps.Ref;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"interfaces.d.ts","sourceRoot":"","sources":["../../../src/date-input/interfaces.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACjE,OAAO,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAChE,OAAO,EAAE,+BAA+B,EAAE,MAAM,wCAAwC,CAAC;AAEzF,MAAM,WAAW,cAAe,SAAQ,cAAc,EAAE,+BAA+B,EAAE,kBAAkB;
|
|
1
|
+
{"version":3,"file":"interfaces.d.ts","sourceRoot":"","sources":["../../../src/date-input/interfaces.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACjE,OAAO,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAChE,OAAO,EAAE,+BAA+B,EAAE,MAAM,wCAAwC,CAAC;AAEzF,MAAM,WAAW,cAAe,SAAQ,cAAc,EAAE,+BAA+B,EAAE,kBAAkB;IACzG;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;CACf;AAED,yBAAiB,cAAc,CAAC;IAC9B,KAAY,GAAG,GAAG,UAAU,CAAC,GAAG,CAAC;CAClC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"interfaces.js","sourceRoot":"","sources":["../../../src/date-input/interfaces.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,sCAAsC","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\n\nimport { BaseInputProps, InputProps } from '../input/interfaces';\nimport { BaseComponentProps } from '../internal/base-component';\nimport { FormFieldValidationControlProps } from '../internal/context/form-field-context';\n\nexport interface DateInputProps extends BaseInputProps, FormFieldValidationControlProps, BaseComponentProps {}\n\nexport namespace DateInputProps {\n export type Ref = InputProps.Ref;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"interfaces.js","sourceRoot":"","sources":["../../../src/date-input/interfaces.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,sCAAsC","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\n\nimport { BaseInputProps, InputProps } from '../input/interfaces';\nimport { BaseComponentProps } from '../internal/base-component';\nimport { FormFieldValidationControlProps } from '../internal/context/form-field-context';\n\nexport interface DateInputProps extends BaseInputProps, FormFieldValidationControlProps, BaseComponentProps {\n /**\n * The current input value, in YYYY-MM-DD format.\n */\n value: string;\n}\n\nexport namespace DateInputProps {\n export type Ref = InputProps.Ref;\n}\n"]}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"background-fill": "awsui_background-
|
|
5
|
-
"content": "
|
|
4
|
+
"background-fill": "awsui_background-fill_1fi2u_yuu0e_9",
|
|
5
|
+
"content": "awsui_content_1fi2u_yuu0e_15"
|
|
6
6
|
};
|
|
7
7
|
|
|
@@ -6,11 +6,12 @@
|
|
|
6
6
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
7
7
|
SPDX-License-Identifier: Apache-2.0
|
|
8
8
|
*/
|
|
9
|
-
.awsui_background-
|
|
9
|
+
.awsui_background-fill_1fi2u_yuu0e_9:not(#\9) {
|
|
10
10
|
background-color: var(--color-background-layout-main-q0tbxx, #f2f3f3);
|
|
11
11
|
position: absolute;
|
|
12
|
+
color: var(--color-text-body-default-7m2b3r, #16191f);
|
|
12
13
|
}
|
|
13
14
|
|
|
14
|
-
.
|
|
15
|
+
.awsui_content_1fi2u_yuu0e_15:not(#\9) {
|
|
15
16
|
position: relative;
|
|
16
17
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"background-fill": "awsui_background-
|
|
6
|
-
"content": "
|
|
5
|
+
"background-fill": "awsui_background-fill_1fi2u_yuu0e_9",
|
|
6
|
+
"content": "awsui_content_1fi2u_yuu0e_15"
|
|
7
7
|
};
|
|
8
8
|
|