@cloudscape-design/components-themeable 3.0.367 → 3.0.368
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/container/styles.scss +1 -1
- package/lib/internal/scss/expandable-section/styles.scss +0 -4
- package/lib/internal/scss/header/styles.scss +5 -10
- package/lib/internal/template/container/styles.css.js +28 -28
- package/lib/internal/template/container/styles.scoped.css +53 -53
- package/lib/internal/template/container/styles.selectors.js +28 -28
- package/lib/internal/template/expandable-section/styles.css.js +29 -29
- package/lib/internal/template/expandable-section/styles.scoped.css +57 -60
- package/lib/internal/template/expandable-section/styles.selectors.js +29 -29
- package/lib/internal/template/flashbar/collapsible-flashbar.d.ts.map +1 -1
- package/lib/internal/template/flashbar/collapsible-flashbar.js +1 -1
- package/lib/internal/template/flashbar/collapsible-flashbar.js.map +1 -1
- package/lib/internal/template/flashbar/flash.d.ts +0 -1
- package/lib/internal/template/flashbar/flash.d.ts.map +1 -1
- package/lib/internal/template/flashbar/flash.js +2 -3
- package/lib/internal/template/flashbar/flash.js.map +1 -1
- package/lib/internal/template/flashbar/interfaces.d.ts +0 -1
- package/lib/internal/template/flashbar/interfaces.d.ts.map +1 -1
- package/lib/internal/template/flashbar/interfaces.js.map +1 -1
- package/lib/internal/template/flashbar/non-collapsible-flashbar.d.ts.map +1 -1
- package/lib/internal/template/flashbar/non-collapsible-flashbar.js +1 -8
- package/lib/internal/template/flashbar/non-collapsible-flashbar.js.map +1 -1
- package/lib/internal/template/header/internal.d.ts.map +1 -1
- package/lib/internal/template/header/internal.js +1 -1
- package/lib/internal/template/header/internal.js.map +1 -1
- package/lib/internal/template/internal/environment.js +1 -1
- package/lib/internal/template/internal/environment.json +1 -1
- package/package.json +1 -1
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
&.with-paddings {
|
|
160
160
|
padding: shared.$header-padding;
|
|
161
161
|
&.header-variant-cards {
|
|
162
|
-
padding: awsui.$space-
|
|
162
|
+
padding: awsui.$space-scaled-s awsui.$space-container-horizontal;
|
|
163
163
|
}
|
|
164
164
|
}
|
|
165
165
|
|
|
@@ -109,10 +109,6 @@ $icon-total-space-medium: calc(#{$icon-width-medium} + #{$icon-margin-left} + #{
|
|
|
109
109
|
padding-bottom: awsui.$space-container-header-bottom;
|
|
110
110
|
padding-right: container.$header-padding-horizontal;
|
|
111
111
|
|
|
112
|
-
&:not(.wrapper-expanded) {
|
|
113
|
-
// Equal top and bottom padding so standalone header has vertical symmetry.
|
|
114
|
-
padding-bottom: awsui.$space-container-header-top;
|
|
115
|
-
}
|
|
116
112
|
&.header-deprecated {
|
|
117
113
|
padding-left: container.$header-padding-horizontal;
|
|
118
114
|
}
|
|
@@ -6,10 +6,6 @@
|
|
|
6
6
|
@use '../internal/styles/tokens' as awsui;
|
|
7
7
|
@use '../internal/styles' as styles;
|
|
8
8
|
|
|
9
|
-
@function space-heading-button-diff($heading-height) {
|
|
10
|
-
@return calc((#{awsui.$size-vertical-input} - #{$heading-height}) / 2);
|
|
11
|
-
}
|
|
12
|
-
|
|
13
9
|
.root {
|
|
14
10
|
@include styles.styles-reset();
|
|
15
11
|
cursor: inherit;
|
|
@@ -48,7 +44,7 @@
|
|
|
48
44
|
&.refresh {
|
|
49
45
|
display: flex;
|
|
50
46
|
flex-direction: column;
|
|
51
|
-
// Can't use justify-content: center because it won't align with configurable dashboard
|
|
47
|
+
// Can't use justify-content: center because it won't align with configurable dashboard handle icon
|
|
52
48
|
}
|
|
53
49
|
|
|
54
50
|
&-variant-h1 {
|
|
@@ -110,23 +106,22 @@
|
|
|
110
106
|
|
|
111
107
|
&-variant-h1 {
|
|
112
108
|
font-size: awsui.$font-heading-xl-size;
|
|
113
|
-
// Use padding rather than center align
|
|
114
|
-
// Having top padding always present ensures that all headers of the same variant start at the same height in the container,
|
|
109
|
+
// Use padding rather than center align so that all headers of the same size start at the same height in the container,
|
|
115
110
|
// whether there are buttons present or not; otherwise configurable dashboard handles are misaligned.
|
|
116
111
|
&.refresh {
|
|
117
|
-
padding-top:
|
|
112
|
+
padding-top: calc((#{awsui.$size-vertical-input} - #{awsui.$font-heading-xl-line-height}) / 2);
|
|
118
113
|
}
|
|
119
114
|
}
|
|
120
115
|
&-variant-h2 {
|
|
121
116
|
font-size: awsui.$font-heading-l-size;
|
|
122
117
|
&.refresh {
|
|
123
|
-
padding-top:
|
|
118
|
+
padding-top: calc((#{awsui.$size-vertical-input} - #{awsui.$font-heading-l-line-height}) / 2);
|
|
124
119
|
}
|
|
125
120
|
}
|
|
126
121
|
&-variant-h3 {
|
|
127
122
|
font-size: awsui.$font-heading-m-size;
|
|
128
123
|
&.refresh {
|
|
129
|
-
padding-top:
|
|
124
|
+
padding-top: calc((#{awsui.$size-vertical-input} - #{awsui.$font-heading-m-line-height}) / 2);
|
|
130
125
|
}
|
|
131
126
|
}
|
|
132
127
|
&-variant-h2:not(.refresh),
|
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"root": "
|
|
5
|
-
"fit-height": "awsui_fit-
|
|
6
|
-
"with-side-media": "awsui_with-side-
|
|
7
|
-
"variant-default": "awsui_variant-
|
|
8
|
-
"variant-stacked": "awsui_variant-
|
|
9
|
-
"sticky-enabled": "awsui_sticky-
|
|
10
|
-
"with-top-media": "awsui_with-top-
|
|
11
|
-
"content-wrapper": "awsui_content-
|
|
12
|
-
"content-wrapper-fit-height": "awsui_content-wrapper-fit-
|
|
13
|
-
"media": "
|
|
14
|
-
"media-top": "awsui_media-
|
|
15
|
-
"media-side": "awsui_media-
|
|
16
|
-
"header": "
|
|
17
|
-
"header-with-media": "awsui_header-with-
|
|
18
|
-
"header-sticky-disabled": "awsui_header-sticky-
|
|
19
|
-
"header-sticky-enabled": "awsui_header-sticky-
|
|
20
|
-
"header-stuck": "awsui_header-
|
|
21
|
-
"header-variant-cards": "awsui_header-variant-
|
|
22
|
-
"header-dynamic-height": "awsui_header-dynamic-
|
|
23
|
-
"with-paddings": "awsui_with-
|
|
24
|
-
"with-hidden-content": "awsui_with-hidden-
|
|
25
|
-
"header-variant-full-page": "awsui_header-variant-full-
|
|
26
|
-
"dark-header": "awsui_dark-
|
|
27
|
-
"content": "
|
|
28
|
-
"content-fit-height": "awsui_content-fit-
|
|
29
|
-
"content-with-media": "awsui_content-with-
|
|
30
|
-
"footer": "
|
|
31
|
-
"with-divider": "awsui_with-
|
|
4
|
+
"root": "awsui_root_14iqq_bt64y_97",
|
|
5
|
+
"fit-height": "awsui_fit-height_14iqq_bt64y_111",
|
|
6
|
+
"with-side-media": "awsui_with-side-media_14iqq_bt64y_116",
|
|
7
|
+
"variant-default": "awsui_variant-default_14iqq_bt64y_119",
|
|
8
|
+
"variant-stacked": "awsui_variant-stacked_14iqq_bt64y_119",
|
|
9
|
+
"sticky-enabled": "awsui_sticky-enabled_14iqq_bt64y_172",
|
|
10
|
+
"with-top-media": "awsui_with-top-media_14iqq_bt64y_184",
|
|
11
|
+
"content-wrapper": "awsui_content-wrapper_14iqq_bt64y_189",
|
|
12
|
+
"content-wrapper-fit-height": "awsui_content-wrapper-fit-height_14iqq_bt64y_194",
|
|
13
|
+
"media": "awsui_media_14iqq_bt64y_199",
|
|
14
|
+
"media-top": "awsui_media-top_14iqq_bt64y_211",
|
|
15
|
+
"media-side": "awsui_media-side_14iqq_bt64y_216",
|
|
16
|
+
"header": "awsui_header_14iqq_bt64y_222",
|
|
17
|
+
"header-with-media": "awsui_header-with-media_14iqq_bt64y_227",
|
|
18
|
+
"header-sticky-disabled": "awsui_header-sticky-disabled_14iqq_bt64y_233",
|
|
19
|
+
"header-sticky-enabled": "awsui_header-sticky-enabled_14iqq_bt64y_237",
|
|
20
|
+
"header-stuck": "awsui_header-stuck_14iqq_bt64y_243",
|
|
21
|
+
"header-variant-cards": "awsui_header-variant-cards_14iqq_bt64y_249",
|
|
22
|
+
"header-dynamic-height": "awsui_header-dynamic-height_14iqq_bt64y_252",
|
|
23
|
+
"with-paddings": "awsui_with-paddings_14iqq_bt64y_258",
|
|
24
|
+
"with-hidden-content": "awsui_with-hidden-content_14iqq_bt64y_264",
|
|
25
|
+
"header-variant-full-page": "awsui_header-variant-full-page_14iqq_bt64y_314",
|
|
26
|
+
"dark-header": "awsui_dark-header_14iqq_bt64y_332",
|
|
27
|
+
"content": "awsui_content_14iqq_bt64y_189",
|
|
28
|
+
"content-fit-height": "awsui_content-fit-height_14iqq_bt64y_340",
|
|
29
|
+
"content-with-media": "awsui_content-with-media_14iqq_bt64y_349",
|
|
30
|
+
"footer": "awsui_footer_14iqq_bt64y_353",
|
|
31
|
+
"with-divider": "awsui_with-divider_14iqq_bt64y_356"
|
|
32
32
|
};
|
|
33
33
|
|
|
@@ -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_bt64y_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,20 +134,20 @@ 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_bt64y_97.awsui_fit-height_14iqq_bt64y_111:not(#\9) {
|
|
138
138
|
display: flex;
|
|
139
139
|
flex-direction: column;
|
|
140
140
|
height: 100%;
|
|
141
141
|
}
|
|
142
|
-
.
|
|
142
|
+
.awsui_root_14iqq_bt64y_97.awsui_fit-height_14iqq_bt64y_111.awsui_with-side-media_14iqq_bt64y_116:not(#\9) {
|
|
143
143
|
flex-direction: row;
|
|
144
144
|
}
|
|
145
|
-
.
|
|
145
|
+
.awsui_root_14iqq_bt64y_97.awsui_variant-default_14iqq_bt64y_119:not(#\9), .awsui_root_14iqq_bt64y_97.awsui_variant-stacked_14iqq_bt64y_119:not(#\9) {
|
|
146
146
|
border-radius: var(--border-radius-container-2j9fta, 0px);
|
|
147
147
|
box-sizing: border-box;
|
|
148
148
|
background-color: var(--color-background-container-content-rearqm, #ffffff);
|
|
149
149
|
}
|
|
150
|
-
.
|
|
150
|
+
.awsui_root_14iqq_bt64y_97.awsui_variant-default_14iqq_bt64y_119:not(#\9)::before, .awsui_root_14iqq_bt64y_97.awsui_variant-stacked_14iqq_bt64y_119:not(#\9)::before {
|
|
151
151
|
content: "";
|
|
152
152
|
position: absolute;
|
|
153
153
|
left: 0px;
|
|
@@ -162,7 +162,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
162
162
|
border-radius: var(--border-radius-container-2j9fta, 0px);
|
|
163
163
|
z-index: 1;
|
|
164
164
|
}
|
|
165
|
-
.
|
|
165
|
+
.awsui_root_14iqq_bt64y_97.awsui_variant-default_14iqq_bt64y_119:not(#\9)::after, .awsui_root_14iqq_bt64y_97.awsui_variant-stacked_14iqq_bt64y_119:not(#\9)::after {
|
|
166
166
|
content: "";
|
|
167
167
|
position: absolute;
|
|
168
168
|
left: 0px;
|
|
@@ -177,128 +177,128 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
177
177
|
mix-blend-mode: multiply;
|
|
178
178
|
}
|
|
179
179
|
@media screen and (-ms-high-contrast: active) {
|
|
180
|
-
.
|
|
180
|
+
.awsui_root_14iqq_bt64y_97.awsui_variant-default_14iqq_bt64y_119:not(#\9), .awsui_root_14iqq_bt64y_97.awsui_variant-stacked_14iqq_bt64y_119:not(#\9) {
|
|
181
181
|
border: var(--border-field-width-diib1p, 1px) solid var(--color-border-container-top-akx1ho, #eaeded);
|
|
182
182
|
}
|
|
183
183
|
}
|
|
184
|
-
.
|
|
184
|
+
.awsui_root_14iqq_bt64y_97.awsui_variant-stacked_14iqq_bt64y_119:not(#\9):not(:last-child), .awsui_root_14iqq_bt64y_97.awsui_variant-stacked_14iqq_bt64y_119:not(#\9):not(:last-child)::before, .awsui_root_14iqq_bt64y_97.awsui_variant-stacked_14iqq_bt64y_119:not(#\9):not(:last-child)::after {
|
|
185
185
|
border-bottom-right-radius: 0;
|
|
186
186
|
border-bottom-left-radius: 0;
|
|
187
187
|
}
|
|
188
|
-
.
|
|
188
|
+
.awsui_root_14iqq_bt64y_97.awsui_variant-stacked_14iqq_bt64y_119 + .awsui_root_14iqq_bt64y_97.awsui_variant-stacked_14iqq_bt64y_119:not(#\9), .awsui_root_14iqq_bt64y_97.awsui_variant-stacked_14iqq_bt64y_119 + .awsui_root_14iqq_bt64y_97.awsui_variant-stacked_14iqq_bt64y_119:not(#\9)::before, .awsui_root_14iqq_bt64y_97.awsui_variant-stacked_14iqq_bt64y_119 + .awsui_root_14iqq_bt64y_97.awsui_variant-stacked_14iqq_bt64y_119:not(#\9)::after {
|
|
189
189
|
border-top-left-radius: 0;
|
|
190
190
|
border-top-right-radius: 0;
|
|
191
191
|
}
|
|
192
|
-
.
|
|
192
|
+
.awsui_root_14iqq_bt64y_97.awsui_variant-stacked_14iqq_bt64y_119 + .awsui_root_14iqq_bt64y_97.awsui_variant-stacked_14iqq_bt64y_119:not(#\9)::before {
|
|
193
193
|
border-top: var(--border-divider-section-width-uu4597, 1px) solid var(--color-border-divider-default-z9h069, #eaeded);
|
|
194
194
|
}
|
|
195
|
-
.
|
|
195
|
+
.awsui_root_14iqq_bt64y_97.awsui_variant-stacked_14iqq_bt64y_119 + .awsui_root_14iqq_bt64y_97.awsui_variant-stacked_14iqq_bt64y_119:not(#\9)::after {
|
|
196
196
|
box-shadow: var(--shadow-container-stacked-vbgy88, 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));
|
|
197
197
|
}
|
|
198
|
-
.
|
|
198
|
+
.awsui_root_14iqq_bt64y_97.awsui_sticky-enabled_14iqq_bt64y_172:not(#\9)::before {
|
|
199
199
|
top: calc(-1 * var(--border-container-top-width-d5kmap, 1px));
|
|
200
200
|
}
|
|
201
|
-
.
|
|
201
|
+
.awsui_root_14iqq_bt64y_97.awsui_sticky-enabled_14iqq_bt64y_172.awsui_variant-stacked_14iqq_bt64y_119:not(#\9)::before {
|
|
202
202
|
top: calc(-1 * var(--border-divider-section-width-uu4597, 1px));
|
|
203
203
|
}
|
|
204
204
|
|
|
205
|
-
.awsui_with-side-
|
|
205
|
+
.awsui_with-side-media_14iqq_bt64y_116:not(#\9) {
|
|
206
206
|
display: flex;
|
|
207
207
|
flex-direction: row;
|
|
208
208
|
}
|
|
209
209
|
|
|
210
|
-
.awsui_with-top-
|
|
210
|
+
.awsui_with-top-media_14iqq_bt64y_184:not(#\9) {
|
|
211
211
|
display: flex;
|
|
212
212
|
flex-direction: column;
|
|
213
213
|
}
|
|
214
214
|
|
|
215
|
-
.awsui_content-
|
|
215
|
+
.awsui_content-wrapper_14iqq_bt64y_189:not(#\9) {
|
|
216
216
|
display: flex;
|
|
217
217
|
flex-direction: column;
|
|
218
218
|
width: 100%;
|
|
219
219
|
}
|
|
220
|
-
.awsui_content-wrapper-fit-
|
|
220
|
+
.awsui_content-wrapper-fit-height_14iqq_bt64y_194:not(#\9) {
|
|
221
221
|
height: 100%;
|
|
222
222
|
overflow: hidden;
|
|
223
223
|
}
|
|
224
224
|
|
|
225
|
-
.
|
|
225
|
+
.awsui_media_14iqq_bt64y_199:not(#\9) {
|
|
226
226
|
overflow: hidden;
|
|
227
227
|
flex-shrink: 0;
|
|
228
228
|
}
|
|
229
|
-
.
|
|
230
|
-
.
|
|
231
|
-
.
|
|
229
|
+
.awsui_media_14iqq_bt64y_199 img:not(#\9),
|
|
230
|
+
.awsui_media_14iqq_bt64y_199 video:not(#\9),
|
|
231
|
+
.awsui_media_14iqq_bt64y_199 picture:not(#\9) {
|
|
232
232
|
width: 100%;
|
|
233
233
|
height: 100%;
|
|
234
234
|
object-fit: cover;
|
|
235
235
|
object-position: center;
|
|
236
236
|
}
|
|
237
|
-
.awsui_media-
|
|
237
|
+
.awsui_media-top_14iqq_bt64y_211:not(#\9) {
|
|
238
238
|
max-height: 66%;
|
|
239
239
|
border-top-left-radius: var(--border-radius-container-2j9fta, 0px);
|
|
240
240
|
border-top-right-radius: var(--border-radius-container-2j9fta, 0px);
|
|
241
241
|
}
|
|
242
|
-
.awsui_media-
|
|
242
|
+
.awsui_media-side_14iqq_bt64y_216:not(#\9) {
|
|
243
243
|
max-width: 66%;
|
|
244
244
|
border-top-left-radius: var(--border-radius-container-2j9fta, 0px);
|
|
245
245
|
border-bottom-left-radius: var(--border-radius-container-2j9fta, 0px);
|
|
246
246
|
}
|
|
247
247
|
|
|
248
|
-
.
|
|
248
|
+
.awsui_header_14iqq_bt64y_222:not(#\9) {
|
|
249
249
|
background-color: var(--color-background-container-header-yoggcm, #fafafa);
|
|
250
250
|
border-top-left-radius: var(--border-radius-container-2j9fta, 0px);
|
|
251
251
|
border-top-right-radius: var(--border-radius-container-2j9fta, 0px);
|
|
252
252
|
}
|
|
253
|
-
.
|
|
253
|
+
.awsui_header_14iqq_bt64y_222.awsui_header-with-media_14iqq_bt64y_227:not(#\9) {
|
|
254
254
|
background: none;
|
|
255
255
|
}
|
|
256
|
-
.
|
|
256
|
+
.awsui_header_14iqq_bt64y_222.awsui_header-with-media_14iqq_bt64y_227:not(#\9):not(:empty) {
|
|
257
257
|
border-bottom: none;
|
|
258
258
|
}
|
|
259
|
-
.awsui_header-sticky-
|
|
259
|
+
.awsui_header-sticky-disabled_14iqq_bt64y_233:not(#\9) {
|
|
260
260
|
position: relative;
|
|
261
261
|
z-index: 1;
|
|
262
262
|
}
|
|
263
|
-
.awsui_header-sticky-
|
|
263
|
+
.awsui_header-sticky-enabled_14iqq_bt64y_237:not(#\9) {
|
|
264
264
|
top: 0;
|
|
265
265
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
266
266
|
position: sticky;
|
|
267
267
|
z-index: 800;
|
|
268
268
|
}
|
|
269
|
-
.awsui_header-
|
|
269
|
+
.awsui_header-stuck_14iqq_bt64y_243:not(#\9) {
|
|
270
270
|
border-radius: 0;
|
|
271
271
|
}
|
|
272
|
-
.awsui_header-
|
|
272
|
+
.awsui_header-stuck_14iqq_bt64y_243:not(#\9)::before {
|
|
273
273
|
border: 0;
|
|
274
274
|
}
|
|
275
|
-
.awsui_header-
|
|
275
|
+
.awsui_header-stuck_14iqq_bt64y_243:not(#\9):not(.awsui_header-variant-cards_14iqq_bt64y_249) {
|
|
276
276
|
box-shadow: var(--shadow-sticky-embedded-t8qout, 0px 1px 4px -2px rgba(0, 28, 36, 0.5));
|
|
277
277
|
}
|
|
278
|
-
.awsui_header-dynamic-
|
|
278
|
+
.awsui_header-dynamic-height_14iqq_bt64y_252.awsui_header-stuck_14iqq_bt64y_243:not(#\9) {
|
|
279
279
|
margin-bottom: calc(var(--font-heading-xl-line-height-ar3qte, 36px) - var(--font-heading-l-line-height-imzcck, 22px));
|
|
280
280
|
}
|
|
281
|
-
.
|
|
281
|
+
.awsui_header_14iqq_bt64y_222:not(#\9):not(:empty) {
|
|
282
282
|
border-bottom: var(--border-container-sticky-width-shgl39, 1px) solid var(--color-border-container-divider-1k3lvm, #eaeded);
|
|
283
283
|
}
|
|
284
|
-
.
|
|
284
|
+
.awsui_header_14iqq_bt64y_222.awsui_with-paddings_14iqq_bt64y_258:not(#\9) {
|
|
285
285
|
padding: var(--space-container-header-top-61cbsr, 12px) var(--space-container-horizontal-67gbm5, 20px) var(--space-container-header-bottom-7t7tqo, 12px);
|
|
286
286
|
}
|
|
287
|
-
.
|
|
288
|
-
padding: var(--space-
|
|
287
|
+
.awsui_header_14iqq_bt64y_222.awsui_with-paddings_14iqq_bt64y_258.awsui_header-variant-cards_14iqq_bt64y_249:not(#\9) {
|
|
288
|
+
padding: var(--space-scaled-s-eyzx9z, 12px) var(--space-container-horizontal-67gbm5, 20px);
|
|
289
289
|
}
|
|
290
|
-
.
|
|
290
|
+
.awsui_header_14iqq_bt64y_222.awsui_with-hidden-content_14iqq_bt64y_264:not(#\9) {
|
|
291
291
|
border-bottom-left-radius: var(--border-radius-container-2j9fta, 0px);
|
|
292
292
|
border-bottom-right-radius: var(--border-radius-container-2j9fta, 0px);
|
|
293
293
|
}
|
|
294
|
-
.awsui_header-variant-
|
|
294
|
+
.awsui_header-variant-cards_14iqq_bt64y_249:not(#\9) {
|
|
295
295
|
border-radius: var(--border-radius-container-2j9fta, 0px);
|
|
296
296
|
box-sizing: border-box;
|
|
297
297
|
}
|
|
298
|
-
.awsui_header-variant-
|
|
298
|
+
.awsui_header-variant-cards_14iqq_bt64y_249:not(#\9):not(.awsui_header-sticky-enabled_14iqq_bt64y_237) {
|
|
299
299
|
position: relative;
|
|
300
300
|
}
|
|
301
|
-
.awsui_header-variant-
|
|
301
|
+
.awsui_header-variant-cards_14iqq_bt64y_249:not(#\9)::before {
|
|
302
302
|
content: "";
|
|
303
303
|
position: absolute;
|
|
304
304
|
left: 0px;
|
|
@@ -313,7 +313,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
313
313
|
border-radius: var(--border-radius-container-2j9fta, 0px);
|
|
314
314
|
z-index: 1;
|
|
315
315
|
}
|
|
316
|
-
.awsui_header-variant-
|
|
316
|
+
.awsui_header-variant-cards_14iqq_bt64y_249:not(#\9)::after {
|
|
317
317
|
content: "";
|
|
318
318
|
position: absolute;
|
|
319
319
|
left: 0px;
|
|
@@ -328,19 +328,19 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
328
328
|
mix-blend-mode: multiply;
|
|
329
329
|
}
|
|
330
330
|
@media screen and (-ms-high-contrast: active) {
|
|
331
|
-
.awsui_header-variant-
|
|
331
|
+
.awsui_header-variant-cards_14iqq_bt64y_249:not(#\9) {
|
|
332
332
|
border: var(--border-field-width-diib1p, 1px) solid var(--color-border-container-top-akx1ho, #eaeded);
|
|
333
333
|
}
|
|
334
334
|
}
|
|
335
|
-
.awsui_header-variant-
|
|
335
|
+
.awsui_header-variant-cards_14iqq_bt64y_249.awsui_header-stuck_14iqq_bt64y_243:not(#\9)::after, .awsui_header-variant-cards_14iqq_bt64y_249.awsui_header-stuck_14iqq_bt64y_243:not(#\9)::before {
|
|
336
336
|
border: 0;
|
|
337
337
|
border-top-left-radius: 0;
|
|
338
338
|
border-top-right-radius: 0;
|
|
339
339
|
}
|
|
340
|
-
.awsui_header-variant-full-
|
|
340
|
+
.awsui_header-variant-full-page_14iqq_bt64y_314.awsui_header-stuck_14iqq_bt64y_243:not(#\9) {
|
|
341
341
|
box-shadow: none;
|
|
342
342
|
}
|
|
343
|
-
.awsui_header-variant-full-
|
|
343
|
+
.awsui_header-variant-full-page_14iqq_bt64y_314.awsui_header-stuck_14iqq_bt64y_243:not(#\9)::after {
|
|
344
344
|
content: "";
|
|
345
345
|
position: absolute;
|
|
346
346
|
right: 0;
|
|
@@ -355,30 +355,30 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
355
355
|
The dynamic height dark header needs a background that will cover
|
|
356
356
|
the default white background of the container component.
|
|
357
357
|
*/
|
|
358
|
-
.awsui_dark-
|
|
358
|
+
.awsui_dark-header_14iqq_bt64y_332:not(#\9) {
|
|
359
359
|
background-color: var(--color-background-layout-main-l0tv3m, #f2f3f3);
|
|
360
360
|
color: var(--color-text-body-default-rcjsde, #16191f);
|
|
361
361
|
}
|
|
362
362
|
|
|
363
|
-
.
|
|
363
|
+
.awsui_content_14iqq_bt64y_189:not(#\9) {
|
|
364
364
|
flex: 1;
|
|
365
365
|
}
|
|
366
|
-
.awsui_content-fit-
|
|
366
|
+
.awsui_content-fit-height_14iqq_bt64y_340:not(#\9) {
|
|
367
367
|
overflow: auto;
|
|
368
368
|
}
|
|
369
|
-
.
|
|
369
|
+
.awsui_content_14iqq_bt64y_189.awsui_with-paddings_14iqq_bt64y_258:not(#\9) {
|
|
370
370
|
padding: var(--space-scaled-l-udxpzh, 20px) var(--space-container-horizontal-67gbm5, 20px);
|
|
371
371
|
}
|
|
372
|
-
.
|
|
372
|
+
.awsui_header_14iqq_bt64y_222 + .awsui_content_14iqq_bt64y_189.awsui_with-paddings_14iqq_bt64y_258:not(#\9) {
|
|
373
373
|
padding-top: var(--space-container-content-top-mswvhf, 16px);
|
|
374
374
|
}
|
|
375
|
-
.
|
|
375
|
+
.awsui_header_14iqq_bt64y_222 + .awsui_content_14iqq_bt64y_189.awsui_with-paddings_14iqq_bt64y_258.awsui_content-with-media_14iqq_bt64y_349:not(#\9) {
|
|
376
376
|
padding-top: 0;
|
|
377
377
|
}
|
|
378
378
|
|
|
379
|
-
.
|
|
379
|
+
.awsui_footer_14iqq_bt64y_353.awsui_with-paddings_14iqq_bt64y_258:not(#\9) {
|
|
380
380
|
padding: var(--space-scaled-s-eyzx9z, 12px) var(--space-container-horizontal-67gbm5, 20px);
|
|
381
381
|
}
|
|
382
|
-
.
|
|
382
|
+
.awsui_footer_14iqq_bt64y_353.awsui_with-divider_14iqq_bt64y_356:not(#\9) {
|
|
383
383
|
border-top: var(--border-divider-section-width-uu4597, 1px) solid var(--color-border-divider-default-z9h069, #eaeded);
|
|
384
384
|
}
|
|
@@ -2,33 +2,33 @@
|
|
|
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
|
-
"with-side-media": "awsui_with-side-
|
|
8
|
-
"variant-default": "awsui_variant-
|
|
9
|
-
"variant-stacked": "awsui_variant-
|
|
10
|
-
"sticky-enabled": "awsui_sticky-
|
|
11
|
-
"with-top-media": "awsui_with-top-
|
|
12
|
-
"content-wrapper": "awsui_content-
|
|
13
|
-
"content-wrapper-fit-height": "awsui_content-wrapper-fit-
|
|
14
|
-
"media": "
|
|
15
|
-
"media-top": "awsui_media-
|
|
16
|
-
"media-side": "awsui_media-
|
|
17
|
-
"header": "
|
|
18
|
-
"header-with-media": "awsui_header-with-
|
|
19
|
-
"header-sticky-disabled": "awsui_header-sticky-
|
|
20
|
-
"header-sticky-enabled": "awsui_header-sticky-
|
|
21
|
-
"header-stuck": "awsui_header-
|
|
22
|
-
"header-variant-cards": "awsui_header-variant-
|
|
23
|
-
"header-dynamic-height": "awsui_header-dynamic-
|
|
24
|
-
"with-paddings": "awsui_with-
|
|
25
|
-
"with-hidden-content": "awsui_with-hidden-
|
|
26
|
-
"header-variant-full-page": "awsui_header-variant-full-
|
|
27
|
-
"dark-header": "awsui_dark-
|
|
28
|
-
"content": "
|
|
29
|
-
"content-fit-height": "awsui_content-fit-
|
|
30
|
-
"content-with-media": "awsui_content-with-
|
|
31
|
-
"footer": "
|
|
32
|
-
"with-divider": "awsui_with-
|
|
5
|
+
"root": "awsui_root_14iqq_bt64y_97",
|
|
6
|
+
"fit-height": "awsui_fit-height_14iqq_bt64y_111",
|
|
7
|
+
"with-side-media": "awsui_with-side-media_14iqq_bt64y_116",
|
|
8
|
+
"variant-default": "awsui_variant-default_14iqq_bt64y_119",
|
|
9
|
+
"variant-stacked": "awsui_variant-stacked_14iqq_bt64y_119",
|
|
10
|
+
"sticky-enabled": "awsui_sticky-enabled_14iqq_bt64y_172",
|
|
11
|
+
"with-top-media": "awsui_with-top-media_14iqq_bt64y_184",
|
|
12
|
+
"content-wrapper": "awsui_content-wrapper_14iqq_bt64y_189",
|
|
13
|
+
"content-wrapper-fit-height": "awsui_content-wrapper-fit-height_14iqq_bt64y_194",
|
|
14
|
+
"media": "awsui_media_14iqq_bt64y_199",
|
|
15
|
+
"media-top": "awsui_media-top_14iqq_bt64y_211",
|
|
16
|
+
"media-side": "awsui_media-side_14iqq_bt64y_216",
|
|
17
|
+
"header": "awsui_header_14iqq_bt64y_222",
|
|
18
|
+
"header-with-media": "awsui_header-with-media_14iqq_bt64y_227",
|
|
19
|
+
"header-sticky-disabled": "awsui_header-sticky-disabled_14iqq_bt64y_233",
|
|
20
|
+
"header-sticky-enabled": "awsui_header-sticky-enabled_14iqq_bt64y_237",
|
|
21
|
+
"header-stuck": "awsui_header-stuck_14iqq_bt64y_243",
|
|
22
|
+
"header-variant-cards": "awsui_header-variant-cards_14iqq_bt64y_249",
|
|
23
|
+
"header-dynamic-height": "awsui_header-dynamic-height_14iqq_bt64y_252",
|
|
24
|
+
"with-paddings": "awsui_with-paddings_14iqq_bt64y_258",
|
|
25
|
+
"with-hidden-content": "awsui_with-hidden-content_14iqq_bt64y_264",
|
|
26
|
+
"header-variant-full-page": "awsui_header-variant-full-page_14iqq_bt64y_314",
|
|
27
|
+
"dark-header": "awsui_dark-header_14iqq_bt64y_332",
|
|
28
|
+
"content": "awsui_content_14iqq_bt64y_189",
|
|
29
|
+
"content-fit-height": "awsui_content-fit-height_14iqq_bt64y_340",
|
|
30
|
+
"content-with-media": "awsui_content-with-media_14iqq_bt64y_349",
|
|
31
|
+
"footer": "awsui_footer_14iqq_bt64y_353",
|
|
32
|
+
"with-divider": "awsui_with-divider_14iqq_bt64y_356"
|
|
33
33
|
};
|
|
34
34
|
|
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"content-enter": "awsui_content-
|
|
5
|
-
"awsui-motion-fade-in": "awsui_awsui-motion-fade-
|
|
6
|
-
"trigger-expanded": "awsui_trigger-
|
|
7
|
-
"icon": "
|
|
8
|
-
"root": "
|
|
9
|
-
"expand-button": "awsui_expand-
|
|
10
|
-
"expanded": "
|
|
11
|
-
"icon-container": "awsui_icon-
|
|
12
|
-
"icon-container-container": "awsui_icon-container-
|
|
13
|
-
"wrapper": "
|
|
14
|
-
"wrapper-default": "awsui_wrapper-
|
|
15
|
-
"wrapper-footer": "awsui_wrapper-
|
|
16
|
-
"wrapper-navigation": "awsui_wrapper-
|
|
17
|
-
"wrapper-container": "awsui_wrapper-
|
|
18
|
-
"header-deprecated": "awsui_header-
|
|
19
|
-
"wrapper-expanded": "awsui_wrapper-
|
|
20
|
-
"header": "
|
|
21
|
-
"header-wrapper": "awsui_header-
|
|
22
|
-
"header-button": "awsui_header-
|
|
23
|
-
"header-container-button": "awsui_header-container-
|
|
24
|
-
"header-container": "awsui_header-
|
|
25
|
-
"header-navigation": "awsui_header-
|
|
26
|
-
"header-text": "awsui_header-
|
|
27
|
-
"content": "
|
|
28
|
-
"content-default": "awsui_content-
|
|
29
|
-
"content-footer": "awsui_content-
|
|
30
|
-
"content-expanded": "awsui_content-
|
|
31
|
-
"focusable": "
|
|
32
|
-
"click-target": "awsui_click-
|
|
4
|
+
"content-enter": "awsui_content-enter_gwq0h_m19zu_97",
|
|
5
|
+
"awsui-motion-fade-in": "awsui_awsui-motion-fade-in_gwq0h_m19zu_1",
|
|
6
|
+
"trigger-expanded": "awsui_trigger-expanded_gwq0h_m19zu_119",
|
|
7
|
+
"icon": "awsui_icon_gwq0h_m19zu_133",
|
|
8
|
+
"root": "awsui_root_gwq0h_m19zu_151",
|
|
9
|
+
"expand-button": "awsui_expand-button_gwq0h_m19zu_168",
|
|
10
|
+
"expanded": "awsui_expanded_gwq0h_m19zu_175",
|
|
11
|
+
"icon-container": "awsui_icon-container_gwq0h_m19zu_179",
|
|
12
|
+
"icon-container-container": "awsui_icon-container-container_gwq0h_m19zu_184",
|
|
13
|
+
"wrapper": "awsui_wrapper_gwq0h_m19zu_188",
|
|
14
|
+
"wrapper-default": "awsui_wrapper-default_gwq0h_m19zu_195",
|
|
15
|
+
"wrapper-footer": "awsui_wrapper-footer_gwq0h_m19zu_195",
|
|
16
|
+
"wrapper-navigation": "awsui_wrapper-navigation_gwq0h_m19zu_198",
|
|
17
|
+
"wrapper-container": "awsui_wrapper-container_gwq0h_m19zu_201",
|
|
18
|
+
"header-deprecated": "awsui_header-deprecated_gwq0h_m19zu_217",
|
|
19
|
+
"wrapper-expanded": "awsui_wrapper-expanded_gwq0h_m19zu_248",
|
|
20
|
+
"header": "awsui_header_gwq0h_m19zu_217",
|
|
21
|
+
"header-wrapper": "awsui_header-wrapper_gwq0h_m19zu_255",
|
|
22
|
+
"header-button": "awsui_header-button_gwq0h_m19zu_265",
|
|
23
|
+
"header-container-button": "awsui_header-container-button_gwq0h_m19zu_265",
|
|
24
|
+
"header-container": "awsui_header-container_gwq0h_m19zu_265",
|
|
25
|
+
"header-navigation": "awsui_header-navigation_gwq0h_m19zu_297",
|
|
26
|
+
"header-text": "awsui_header-text_gwq0h_m19zu_329",
|
|
27
|
+
"content": "awsui_content_gwq0h_m19zu_97",
|
|
28
|
+
"content-default": "awsui_content-default_gwq0h_m19zu_336",
|
|
29
|
+
"content-footer": "awsui_content-footer_gwq0h_m19zu_339",
|
|
30
|
+
"content-expanded": "awsui_content-expanded_gwq0h_m19zu_342",
|
|
31
|
+
"focusable": "awsui_focusable_gwq0h_m19zu_346",
|
|
32
|
+
"click-target": "awsui_click-target_gwq0h_m19zu_357"
|
|
33
33
|
};
|
|
34
34
|
|