@cloudscape-design/components-themeable 3.0.1344 → 3.0.1345
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/constants.scss +0 -3
- package/lib/internal/scss/app-layout/visual-refresh-toolbar/drawer/styles.scss +2 -0
- package/lib/internal/scss/app-layout/visual-refresh-toolbar/navigation/styles.scss +1 -1
- package/lib/internal/scss/app-layout/visual-refresh-toolbar/skeleton/styles.scss +1 -1
- package/lib/internal/scss/expandable-section/styles.scss +102 -14
- package/lib/internal/scss/flashbar/collapsible.scss +1 -1
- package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +1 -1
- package/lib/internal/scss/internal/styles/motion/mixins.scss +9 -0
- package/lib/internal/scss/side-navigation/styles.scss +420 -40
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.css.js +32 -32
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +90 -87
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +32 -32
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.css.js +6 -6
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.scoped.css +11 -11
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.selectors.js +6 -6
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.css.js +30 -30
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.scoped.css +60 -60
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.selectors.js +30 -30
- package/lib/internal/template/app-layout-toolbar/index.d.ts.map +1 -1
- package/lib/internal/template/app-layout-toolbar/index.js +1 -0
- package/lib/internal/template/app-layout-toolbar/index.js.map +1 -1
- package/lib/internal/template/expandable-section/expandable-section-container.d.ts +1 -2
- package/lib/internal/template/expandable-section/expandable-section-container.d.ts.map +1 -1
- package/lib/internal/template/expandable-section/expandable-section-container.js +2 -2
- package/lib/internal/template/expandable-section/expandable-section-container.js.map +1 -1
- package/lib/internal/template/expandable-section/expandable-section-header.d.ts +2 -1
- package/lib/internal/template/expandable-section/expandable-section-header.d.ts.map +1 -1
- package/lib/internal/template/expandable-section/expandable-section-header.js +4 -4
- package/lib/internal/template/expandable-section/expandable-section-header.js.map +1 -1
- package/lib/internal/template/expandable-section/internal.d.ts +8 -3
- package/lib/internal/template/expandable-section/internal.d.ts.map +1 -1
- package/lib/internal/template/expandable-section/internal.js +24 -10
- package/lib/internal/template/expandable-section/internal.js.map +1 -1
- package/lib/internal/template/expandable-section/styles.css.js +43 -42
- package/lib/internal/template/expandable-section/styles.scoped.css +198 -143
- package/lib/internal/template/expandable-section/styles.selectors.js +43 -42
- package/lib/internal/template/flashbar/styles.css.js +50 -50
- package/lib/internal/template/flashbar/styles.scoped.css +153 -153
- package/lib/internal/template/flashbar/styles.selectors.js +50 -50
- package/lib/internal/template/internal/base-component/styles.scoped.css +19 -9
- package/lib/internal/template/internal/components/transition/index.d.ts +6 -6
- package/lib/internal/template/internal/components/transition/index.d.ts.map +1 -1
- package/lib/internal/template/internal/components/transition/index.js +4 -4
- package/lib/internal/template/internal/components/transition/index.js.map +1 -1
- package/lib/internal/template/internal/environment.js +2 -2
- package/lib/internal/template/internal/environment.json +2 -2
- package/lib/internal/template/internal/generated/styles/tokens.d.ts +9 -0
- package/lib/internal/template/internal/generated/styles/tokens.js +10 -1
- package/lib/internal/template/internal/generated/theming/index.cjs +106 -15
- package/lib/internal/template/internal/generated/theming/index.cjs.d.ts +18 -0
- package/lib/internal/template/internal/generated/theming/index.d.ts +18 -0
- package/lib/internal/template/internal/generated/theming/index.js +106 -15
- package/lib/internal/template/side-navigation/implementation.d.ts.map +1 -1
- package/lib/internal/template/side-navigation/implementation.js +6 -3
- package/lib/internal/template/side-navigation/implementation.js.map +1 -1
- package/lib/internal/template/side-navigation/parts.d.ts +2 -1
- package/lib/internal/template/side-navigation/parts.d.ts.map +1 -1
- package/lib/internal/template/side-navigation/parts.js +86 -76
- package/lib/internal/template/side-navigation/parts.js.map +1 -1
- package/lib/internal/template/side-navigation/styles.css.js +64 -50
- package/lib/internal/template/side-navigation/styles.scoped.css +550 -106
- package/lib/internal/template/side-navigation/styles.selectors.js +64 -50
- package/lib/internal/template/side-navigation/util.d.ts +10 -0
- package/lib/internal/template/side-navigation/util.d.ts.map +1 -1
- package/lib/internal/template/side-navigation/util.js +48 -0
- package/lib/internal/template/side-navigation/util.js.map +1 -1
- package/package.json +1 -1
- package/lib/internal/scss/expandable-section/motion.scss +0 -30
|
@@ -150,65 +150,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
150
150
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
151
151
|
SPDX-License-Identifier: Apache-2.0
|
|
152
152
|
*/
|
|
153
|
-
|
|
154
|
-
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
155
|
-
SPDX-License-Identifier: Apache-2.0
|
|
156
|
-
*/
|
|
157
|
-
/*
|
|
158
|
-
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
159
|
-
SPDX-License-Identifier: Apache-2.0
|
|
160
|
-
*/
|
|
161
|
-
.awsui_content-enter_gwq0h_1vbo0_161:not(#\9) {
|
|
162
|
-
animation: awsui_awsui-motion-fade-in_gwq0h_1vbo0_1 var(--motion-duration-show-paced-agho9h, 180ms) var(--motion-easing-show-paced-vcekro, ease-out);
|
|
163
|
-
}
|
|
164
|
-
@keyframes awsui_awsui-motion-fade-in_gwq0h_1vbo0_1 {
|
|
165
|
-
from {
|
|
166
|
-
opacity: 0.2;
|
|
167
|
-
}
|
|
168
|
-
to {
|
|
169
|
-
opacity: 1;
|
|
170
|
-
}
|
|
171
|
-
}
|
|
172
|
-
@media (prefers-reduced-motion: reduce) {
|
|
173
|
-
.awsui_content-enter_gwq0h_1vbo0_161:not(#\9) {
|
|
174
|
-
animation: none;
|
|
175
|
-
transition: none;
|
|
176
|
-
}
|
|
177
|
-
}
|
|
178
|
-
.awsui-motion-disabled .awsui_content-enter_gwq0h_1vbo0_161:not(#\9), .awsui-mode-entering .awsui_content-enter_gwq0h_1vbo0_161:not(#\9) {
|
|
179
|
-
animation: none;
|
|
180
|
-
transition: none;
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
.awsui_trigger-expanded_gwq0h_1vbo0_183:not(#\9) {
|
|
184
|
-
transition: border-bottom-color var(--motion-duration-show-paced-agho9h, 180ms) var(--motion-easing-show-paced-vcekro, ease-out);
|
|
185
|
-
}
|
|
186
|
-
@media (prefers-reduced-motion: reduce) {
|
|
187
|
-
.awsui_trigger-expanded_gwq0h_1vbo0_183:not(#\9) {
|
|
188
|
-
animation: none;
|
|
189
|
-
transition: none;
|
|
190
|
-
}
|
|
191
|
-
}
|
|
192
|
-
.awsui-motion-disabled .awsui_trigger-expanded_gwq0h_1vbo0_183:not(#\9), .awsui-mode-entering .awsui_trigger-expanded_gwq0h_1vbo0_183:not(#\9) {
|
|
193
|
-
animation: none;
|
|
194
|
-
transition: none;
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
.awsui_icon_gwq0h_1vbo0_197:not(#\9) {
|
|
198
|
-
transition: transform var(--motion-duration-rotate-90-f1ulnu, 135ms) var(--motion-easing-rotate-90-jekue3, cubic-bezier(0.165, 0.84, 0.44, 1));
|
|
199
|
-
}
|
|
200
|
-
@media (prefers-reduced-motion: reduce) {
|
|
201
|
-
.awsui_icon_gwq0h_1vbo0_197:not(#\9) {
|
|
202
|
-
animation: none;
|
|
203
|
-
transition: none;
|
|
204
|
-
}
|
|
205
|
-
}
|
|
206
|
-
.awsui-motion-disabled .awsui_icon_gwq0h_1vbo0_197:not(#\9), .awsui-mode-entering .awsui_icon_gwq0h_1vbo0_197:not(#\9) {
|
|
207
|
-
animation: none;
|
|
208
|
-
transition: none;
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
.awsui_root_gwq0h_1vbo0_211:not(#\9) {
|
|
153
|
+
.awsui_root_gwq0h_13m8r_153:not(#\9) {
|
|
212
154
|
border-collapse: separate;
|
|
213
155
|
border-spacing: 0;
|
|
214
156
|
box-sizing: border-box;
|
|
@@ -243,45 +185,56 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
243
185
|
display: block;
|
|
244
186
|
}
|
|
245
187
|
|
|
246
|
-
.awsui_expand-
|
|
188
|
+
.awsui_expand-button_gwq0h_13m8r_188:not(#\9) {
|
|
247
189
|
outline: none;
|
|
248
190
|
}
|
|
249
191
|
|
|
250
|
-
.
|
|
192
|
+
.awsui_icon_gwq0h_13m8r_192:not(#\9) {
|
|
251
193
|
transform: rotate(-90deg);
|
|
194
|
+
transition: transform var(--motion-duration-rotate-90-f1ulnu, 135ms) var(--motion-easing-rotate-90-jekue3, cubic-bezier(0.165, 0.84, 0.44, 1));
|
|
252
195
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
253
196
|
}
|
|
254
|
-
|
|
197
|
+
@media (prefers-reduced-motion: reduce) {
|
|
198
|
+
.awsui_icon_gwq0h_13m8r_192:not(#\9) {
|
|
199
|
+
animation: none;
|
|
200
|
+
transition: none;
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
.awsui-motion-disabled .awsui_icon_gwq0h_13m8r_192:not(#\9), .awsui-mode-entering .awsui_icon_gwq0h_13m8r_192:not(#\9) {
|
|
204
|
+
animation: none;
|
|
205
|
+
transition: none;
|
|
206
|
+
}
|
|
207
|
+
.awsui_icon_gwq0h_13m8r_192.awsui_expanded_gwq0h_13m8r_207:not(#\9) {
|
|
255
208
|
transform: rotate(0deg);
|
|
256
209
|
}
|
|
257
|
-
.
|
|
210
|
+
.awsui_icon_gwq0h_13m8r_192:not(#\9):dir(rtl) {
|
|
258
211
|
transform: rotate(90deg);
|
|
259
212
|
}
|
|
260
|
-
.
|
|
213
|
+
.awsui_icon_gwq0h_13m8r_192:not(#\9):dir(rtl).awsui_expanded_gwq0h_13m8r_207 {
|
|
261
214
|
transform: rotate(0deg);
|
|
262
215
|
}
|
|
263
216
|
|
|
264
|
-
.awsui_icon-
|
|
217
|
+
.awsui_icon-container_gwq0h_13m8r_217:not(#\9) {
|
|
265
218
|
position: relative;
|
|
266
219
|
margin-inline: calc((var(--line-height-body-m-5xw6xo, 22px) - var(--size-icon-normal-2f5zkr, 16px)) / -2) calc(var(--space-xxs-jnczic, 4px) + var(--border-divider-list-width-2qbfmz, 1px));
|
|
267
220
|
}
|
|
268
|
-
.awsui_icon-container-
|
|
221
|
+
.awsui_icon-container-container_gwq0h_13m8r_221:not(#\9) {
|
|
269
222
|
margin-inline-end: var(--space-xs-kw7k3v, 8px);
|
|
270
223
|
}
|
|
271
|
-
.awsui-one-theme .awsui_icon-container-
|
|
224
|
+
.awsui-one-theme .awsui_icon-container-container_gwq0h_13m8r_221:not(#\9) {
|
|
272
225
|
margin-inline-end: calc(var(--space-xs-kw7k3v, 8px) + var(--space-xxs-jnczic, 4px));
|
|
273
226
|
inset-block-start: var(--space-xxs-jnczic, 4px);
|
|
274
227
|
}
|
|
275
|
-
.awsui-one-theme .awsui_icon-
|
|
228
|
+
.awsui-one-theme .awsui_icon-container_gwq0h_13m8r_217:not(#\9) {
|
|
276
229
|
display: inline-flex;
|
|
277
230
|
align-items: flex-start;
|
|
278
231
|
margin-inline: 0 calc(var(--space-xs-kw7k3v, 8px) - var(--space-xxxs-3w1kr2, 2px));
|
|
279
232
|
}
|
|
280
|
-
.awsui-one-theme .awsui_icon-
|
|
233
|
+
.awsui-one-theme .awsui_icon-container_gwq0h_13m8r_217 > .awsui_icon_gwq0h_13m8r_192:not(#\9) {
|
|
281
234
|
inset-block-start: var(--space-xxxs-3w1kr2, 2px);
|
|
282
235
|
}
|
|
283
236
|
|
|
284
|
-
.
|
|
237
|
+
.awsui_wrapper_gwq0h_13m8r_237:not(#\9) {
|
|
285
238
|
box-sizing: border-box;
|
|
286
239
|
border-block: none;
|
|
287
240
|
border-inline: none;
|
|
@@ -289,81 +242,116 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
289
242
|
line-height: var(--line-height-body-m-5xw6xo, 22px);
|
|
290
243
|
text-align: start;
|
|
291
244
|
}
|
|
292
|
-
.awsui_wrapper-
|
|
245
|
+
.awsui_wrapper-default_gwq0h_13m8r_245:not(#\9), .awsui_wrapper-inline_gwq0h_13m8r_245:not(#\9), .awsui_wrapper-footer_gwq0h_13m8r_245:not(#\9) {
|
|
293
246
|
border-block: var(--border-divider-section-width-dlkb8v, 1px) solid transparent;
|
|
294
247
|
border-inline: var(--border-divider-section-width-dlkb8v, 1px) solid transparent;
|
|
295
248
|
}
|
|
296
|
-
.awsui_wrapper-
|
|
249
|
+
.awsui_wrapper-navigation_gwq0h_13m8r_249:not(#\9) {
|
|
297
250
|
border-inline-start: var(--border-divider-section-width-dlkb8v, 1px) solid transparent;
|
|
298
251
|
}
|
|
299
|
-
.awsui_wrapper-
|
|
252
|
+
.awsui_wrapper-navigation_gwq0h_13m8r_249:not(#\9), .awsui_wrapper-container_gwq0h_13m8r_252:not(#\9) {
|
|
300
253
|
display: flex;
|
|
301
254
|
font-weight: var(--font-weight-heading-s-mu75ca, 700);
|
|
302
255
|
}
|
|
303
|
-
.awsui_wrapper-
|
|
256
|
+
.awsui_wrapper-default_gwq0h_13m8r_245:not(#\9), .awsui_wrapper-inline_gwq0h_13m8r_245:not(#\9), .awsui_wrapper-navigation_gwq0h_13m8r_249:not(#\9), .awsui_wrapper-footer_gwq0h_13m8r_245:not(#\9), .awsui_wrapper-compact_gwq0h_13m8r_256:not(#\9) {
|
|
304
257
|
color: var(--color-text-expandable-section-default-3zmspr, #545b64);
|
|
305
258
|
-webkit-font-smoothing: var(--font-smoothing-webkit-dpz0hr, auto);
|
|
306
259
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-kjlydy, auto);
|
|
307
260
|
}
|
|
308
|
-
.awsui_wrapper-
|
|
261
|
+
.awsui_wrapper-default_gwq0h_13m8r_245:not(#\9), .awsui_wrapper-inline_gwq0h_13m8r_245:not(#\9), .awsui_wrapper-navigation_gwq0h_13m8r_249:not(#\9), .awsui_wrapper-footer_gwq0h_13m8r_245:not(#\9) {
|
|
309
262
|
font-size: var(--font-size-expandable-heading-04ofyn, 14px);
|
|
310
263
|
letter-spacing: var(--letter-spacing-heading-s-kfu48f, normal);
|
|
311
264
|
}
|
|
312
|
-
.awsui_wrapper-
|
|
265
|
+
.awsui_wrapper-default_gwq0h_13m8r_245:not(#\9) {
|
|
313
266
|
padding-block: var(--space-scaled-xxs-jatbiv, 4px);
|
|
314
267
|
padding-inline-end: var(--space-xxs-jnczic, 4px);
|
|
315
268
|
}
|
|
316
|
-
.awsui_wrapper-
|
|
269
|
+
.awsui_wrapper-default_gwq0h_13m8r_245.awsui_header-deprecated_gwq0h_13m8r_269:not(#\9) {
|
|
317
270
|
padding-inline-start: var(--space-xxs-jnczic, 4px);
|
|
318
271
|
}
|
|
319
|
-
.awsui_wrapper-
|
|
272
|
+
.awsui_wrapper-default_gwq0h_13m8r_245:not(#\9), .awsui_wrapper-inline_gwq0h_13m8r_245:not(#\9) {
|
|
273
|
+
transition: border-block-end-color var(--motion-duration-show-quick-i2gulq, 135ms) var(--motion-easing-expandable-content-enter-piv7vv, ease-out);
|
|
274
|
+
}
|
|
275
|
+
.awsui_wrapper-default_gwq0h_13m8r_245:not(#\9):not(.awsui_header-deprecated_gwq0h_13m8r_269), .awsui_wrapper-inline_gwq0h_13m8r_245:not(#\9):not(.awsui_header-deprecated_gwq0h_13m8r_269) {
|
|
320
276
|
padding-inline-start: calc(var(--size-icon-normal-2f5zkr, 16px) + (var(--line-height-body-m-5xw6xo, 22px) - var(--size-icon-normal-2f5zkr, 16px)) / -2 + var(--space-xxs-jnczic, 4px) + var(--border-divider-list-width-2qbfmz, 1px));
|
|
321
277
|
}
|
|
322
|
-
|
|
278
|
+
@media (prefers-reduced-motion: reduce) {
|
|
279
|
+
.awsui_wrapper-default_gwq0h_13m8r_245:not(#\9), .awsui_wrapper-inline_gwq0h_13m8r_245:not(#\9) {
|
|
280
|
+
animation: none;
|
|
281
|
+
transition: none;
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
.awsui-motion-disabled .awsui_wrapper-default_gwq0h_13m8r_245:not(#\9), .awsui-mode-entering .awsui_wrapper-default_gwq0h_13m8r_245:not(#\9), .awsui-motion-disabled .awsui_wrapper-inline_gwq0h_13m8r_245:not(#\9), .awsui-mode-entering .awsui_wrapper-inline_gwq0h_13m8r_245:not(#\9) {
|
|
285
|
+
animation: none;
|
|
286
|
+
transition: none;
|
|
287
|
+
}
|
|
288
|
+
.awsui_wrapper-default_gwq0h_13m8r_245.awsui_wrapper-expanded_gwq0h_13m8r_288:not(#\9), .awsui_wrapper-inline_gwq0h_13m8r_245.awsui_wrapper-expanded_gwq0h_13m8r_288:not(#\9) {
|
|
323
289
|
padding-block-end: var(--space-scaled-xxs-jatbiv, 4px);
|
|
324
290
|
border-block-end-color: var(--color-border-expandable-section-default-thzc83, #eaeded);
|
|
291
|
+
transition: border-block-end-color var(--motion-duration-expandable-content-enter-3jnwoa, 180ms) var(--motion-easing-expandable-content-enter-piv7vv, ease-out) calc(var(--motion-duration-expandable-content-enter-3jnwoa, 180ms) / 3);
|
|
325
292
|
}
|
|
326
|
-
|
|
293
|
+
@media (prefers-reduced-motion: reduce) {
|
|
294
|
+
.awsui_wrapper-default_gwq0h_13m8r_245.awsui_wrapper-expanded_gwq0h_13m8r_288:not(#\9), .awsui_wrapper-inline_gwq0h_13m8r_245.awsui_wrapper-expanded_gwq0h_13m8r_288:not(#\9) {
|
|
295
|
+
animation: none;
|
|
296
|
+
transition: none;
|
|
297
|
+
}
|
|
298
|
+
}
|
|
299
|
+
.awsui-motion-disabled .awsui_wrapper-default_gwq0h_13m8r_245.awsui_wrapper-expanded_gwq0h_13m8r_288:not(#\9), .awsui-mode-entering .awsui_wrapper-default_gwq0h_13m8r_245.awsui_wrapper-expanded_gwq0h_13m8r_288:not(#\9), .awsui-motion-disabled .awsui_wrapper-inline_gwq0h_13m8r_245.awsui_wrapper-expanded_gwq0h_13m8r_288:not(#\9), .awsui-mode-entering .awsui_wrapper-inline_gwq0h_13m8r_245.awsui_wrapper-expanded_gwq0h_13m8r_288:not(#\9) {
|
|
300
|
+
animation: none;
|
|
301
|
+
transition: none;
|
|
302
|
+
}
|
|
303
|
+
.awsui_wrapper-footer_gwq0h_13m8r_245:not(#\9) {
|
|
327
304
|
padding-block: var(--space-scaled-xxs-jatbiv, 4px);
|
|
328
305
|
}
|
|
329
|
-
.awsui_wrapper-
|
|
306
|
+
.awsui_wrapper-footer_gwq0h_13m8r_245:not(#\9), .awsui_wrapper-compact_gwq0h_13m8r_256:not(#\9) {
|
|
330
307
|
padding-inline-end: 0;
|
|
331
308
|
}
|
|
332
|
-
.awsui_wrapper-
|
|
309
|
+
.awsui_wrapper-footer_gwq0h_13m8r_245.awsui_header-deprecated_gwq0h_13m8r_269:not(#\9), .awsui_wrapper-compact_gwq0h_13m8r_256.awsui_header-deprecated_gwq0h_13m8r_269:not(#\9) {
|
|
333
310
|
padding-inline-start: 0;
|
|
334
311
|
}
|
|
335
|
-
.awsui_wrapper-
|
|
312
|
+
.awsui_wrapper-footer_gwq0h_13m8r_245:not(#\9):not(.awsui_header-deprecated_gwq0h_13m8r_269), .awsui_wrapper-compact_gwq0h_13m8r_256:not(#\9):not(.awsui_header-deprecated_gwq0h_13m8r_269) {
|
|
336
313
|
padding-inline-start: calc(var(--size-icon-normal-2f5zkr, 16px) + (var(--line-height-body-m-5xw6xo, 22px) - var(--size-icon-normal-2f5zkr, 16px)) / -2 + var(--space-xxs-jnczic, 4px) + var(--border-divider-list-width-2qbfmz, 1px));
|
|
337
314
|
}
|
|
338
|
-
.awsui_wrapper-
|
|
315
|
+
.awsui_wrapper-container_gwq0h_13m8r_252:not(#\9) {
|
|
339
316
|
padding-block: var(--space-container-header-top-3cfni8, 12px) var(--space-container-header-bottom-rbnprk, 12px);
|
|
340
317
|
padding-inline-end: var(--space-container-horizontal-ipmk0e, 20px);
|
|
318
|
+
transition: padding-block-end var(--motion-duration-show-quick-i2gulq, 135ms) var(--motion-easing-expandable-content-enter-piv7vv, ease-out);
|
|
319
|
+
}
|
|
320
|
+
@media (prefers-reduced-motion: reduce) {
|
|
321
|
+
.awsui_wrapper-container_gwq0h_13m8r_252:not(#\9) {
|
|
322
|
+
animation: none;
|
|
323
|
+
transition: none;
|
|
324
|
+
}
|
|
325
|
+
}
|
|
326
|
+
.awsui-motion-disabled .awsui_wrapper-container_gwq0h_13m8r_252:not(#\9), .awsui-mode-entering .awsui_wrapper-container_gwq0h_13m8r_252:not(#\9) {
|
|
327
|
+
animation: none;
|
|
328
|
+
transition: none;
|
|
341
329
|
}
|
|
342
|
-
.awsui_wrapper-
|
|
330
|
+
.awsui_wrapper-container_gwq0h_13m8r_252:not(#\9):not(.awsui_wrapper-expanded_gwq0h_13m8r_288) {
|
|
343
331
|
padding-block-end: var(--space-container-header-top-3cfni8, 12px);
|
|
344
332
|
}
|
|
345
|
-
.awsui_wrapper-
|
|
333
|
+
.awsui_wrapper-container_gwq0h_13m8r_252.awsui_wrapper-not-expanded-without-actions_gwq0h_13m8r_333:not(#\9) {
|
|
346
334
|
padding-block-end: calc(var(--space-container-header-top-3cfni8, 12px) + var(--space-scaled-xxs-jatbiv, 4px));
|
|
347
335
|
}
|
|
348
|
-
.awsui_wrapper-
|
|
336
|
+
.awsui_wrapper-container_gwq0h_13m8r_252.awsui_header-deprecated_gwq0h_13m8r_269:not(#\9) {
|
|
349
337
|
padding-inline-start: var(--space-container-horizontal-ipmk0e, 20px);
|
|
350
338
|
}
|
|
351
|
-
.awsui_wrapper-
|
|
339
|
+
.awsui_wrapper-container_gwq0h_13m8r_252:not(#\9):not(.awsui_header-deprecated_gwq0h_13m8r_269) {
|
|
352
340
|
padding-inline-start: calc(var(--space-container-horizontal-ipmk0e, 20px) + calc(var(--size-icon-medium-3ovt3t, 16px) + (var(--line-height-body-m-5xw6xo, 22px) - var(--size-icon-normal-2f5zkr, 16px)) / -2 + var(--space-xs-kw7k3v, 8px)));
|
|
353
341
|
}
|
|
354
|
-
body[data-awsui-focus-visible=true] .awsui_wrapper-
|
|
342
|
+
body[data-awsui-focus-visible=true] .awsui_wrapper-container_gwq0h_13m8r_252:not(#\9):focus {
|
|
355
343
|
padding-block: calc(var(--space-scaled-s-gjhvjd, 12px) - var(--border-divider-section-width-dlkb8v, 1px));
|
|
356
344
|
padding-inline: calc(var(--space-l-3cws6j, 20px) - var(--border-divider-section-width-dlkb8v, 1px));
|
|
357
345
|
}
|
|
358
346
|
|
|
359
|
-
.
|
|
347
|
+
.awsui_header_gwq0h_13m8r_269:not(#\9) {
|
|
360
348
|
/* used in test-utils */
|
|
361
349
|
}
|
|
362
|
-
.awsui_header-
|
|
350
|
+
.awsui_header-wrapper_gwq0h_13m8r_350:not(#\9), .awsui_header-deprecated_gwq0h_13m8r_269:not(#\9) {
|
|
363
351
|
display: flex;
|
|
364
352
|
font-weight: var(--font-weight-heading-s-mu75ca, 700);
|
|
365
353
|
}
|
|
366
|
-
.awsui_header-
|
|
354
|
+
.awsui_header-wrapper_gwq0h_13m8r_350:not(#\9) {
|
|
367
355
|
font-size: inherit;
|
|
368
356
|
letter-spacing: inherit;
|
|
369
357
|
margin-block: 0;
|
|
@@ -371,7 +359,7 @@ body[data-awsui-focus-visible=true] .awsui_wrapper-container_gwq0h_1vbo0_299:not
|
|
|
371
359
|
padding-block: 0;
|
|
372
360
|
padding-inline: 0;
|
|
373
361
|
}
|
|
374
|
-
.awsui_header-actions-
|
|
362
|
+
.awsui_header-actions-wrapper_gwq0h_13m8r_362:not(#\9) {
|
|
375
363
|
display: flex;
|
|
376
364
|
flex-direction: row;
|
|
377
365
|
justify-content: space-between;
|
|
@@ -379,14 +367,14 @@ body[data-awsui-focus-visible=true] .awsui_wrapper-container_gwq0h_1vbo0_299:not
|
|
|
379
367
|
flex: 1;
|
|
380
368
|
min-inline-size: 0;
|
|
381
369
|
}
|
|
382
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
370
|
+
body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_13m8r_370:not(#\9):focus, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_13m8r_370:not(#\9):focus {
|
|
383
371
|
position: relative;
|
|
384
372
|
}
|
|
385
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
373
|
+
body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_13m8r_370:not(#\9):focus, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_13m8r_370:not(#\9):focus {
|
|
386
374
|
outline: 2px dotted transparent;
|
|
387
375
|
outline-offset: calc(0px - 1px);
|
|
388
376
|
}
|
|
389
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
377
|
+
body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_13m8r_370:not(#\9):focus::before, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_13m8r_370:not(#\9):focus::before {
|
|
390
378
|
content: " ";
|
|
391
379
|
display: block;
|
|
392
380
|
position: absolute;
|
|
@@ -400,21 +388,21 @@ body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_1vbo0_382:not(#\9
|
|
|
400
388
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
|
|
401
389
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-a3thrr, #0073bb);
|
|
402
390
|
}
|
|
403
|
-
.awsui_header-
|
|
391
|
+
.awsui_header-button_gwq0h_13m8r_370:not(#\9) {
|
|
404
392
|
box-sizing: border-box;
|
|
405
393
|
display: flex;
|
|
406
394
|
margin-inline-start: calc(-1 * calc(var(--size-icon-normal-2f5zkr, 16px) + (var(--line-height-body-m-5xw6xo, 22px) - var(--size-icon-normal-2f5zkr, 16px)) / -2 + var(--space-xxs-jnczic, 4px) + var(--border-divider-list-width-2qbfmz, 1px)));
|
|
407
395
|
}
|
|
408
|
-
.awsui_header-container-
|
|
396
|
+
.awsui_header-container-button_gwq0h_13m8r_370:not(#\9) {
|
|
409
397
|
margin-inline-start: calc(-1 * calc(var(--size-icon-medium-3ovt3t, 16px) + (var(--line-height-body-m-5xw6xo, 22px) - var(--size-icon-normal-2f5zkr, 16px)) / -2 + var(--space-xs-kw7k3v, 8px)));
|
|
410
398
|
}
|
|
411
|
-
.awsui_header-
|
|
399
|
+
.awsui_header-container_gwq0h_13m8r_370:not(#\9) {
|
|
412
400
|
inline-size: 100%;
|
|
413
401
|
}
|
|
414
|
-
.awsui_header-
|
|
402
|
+
.awsui_header-container_gwq0h_13m8r_370 > .awsui_icon-container_gwq0h_13m8r_217:not(#\9) {
|
|
415
403
|
margin-block-start: var(--space-expandable-section-icon-offset-top-zxpo99, 8px);
|
|
416
404
|
}
|
|
417
|
-
.awsui_header-
|
|
405
|
+
.awsui_header-navigation_gwq0h_13m8r_405 > .awsui_icon-container_gwq0h_13m8r_217:not(#\9) {
|
|
418
406
|
display: inline-flex;
|
|
419
407
|
cursor: pointer;
|
|
420
408
|
color: var(--color-text-expandable-section-navigation-icon-default-z605yr, #879596);
|
|
@@ -427,17 +415,17 @@ body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_1vbo0_382:not(#\9
|
|
|
427
415
|
text-decoration: none;
|
|
428
416
|
flex-direction: column;
|
|
429
417
|
}
|
|
430
|
-
.awsui_header-
|
|
418
|
+
.awsui_header-navigation_gwq0h_13m8r_405 > .awsui_icon-container_gwq0h_13m8r_217:not(#\9):hover {
|
|
431
419
|
color: var(--color-text-expandable-section-hover-j8rmpd, #16191f);
|
|
432
420
|
}
|
|
433
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
421
|
+
body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_13m8r_405 > .awsui_icon-container_gwq0h_13m8r_217:not(#\9):focus {
|
|
434
422
|
position: relative;
|
|
435
423
|
}
|
|
436
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
424
|
+
body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_13m8r_405 > .awsui_icon-container_gwq0h_13m8r_217:not(#\9):focus {
|
|
437
425
|
outline: 2px dotted transparent;
|
|
438
426
|
outline-offset: calc(2px - 1px);
|
|
439
427
|
}
|
|
440
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
428
|
+
body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_13m8r_405 > .awsui_icon-container_gwq0h_13m8r_217:not(#\9):focus::before {
|
|
441
429
|
content: " ";
|
|
442
430
|
display: block;
|
|
443
431
|
position: absolute;
|
|
@@ -451,49 +439,116 @@ body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_1vbo0_417 > .
|
|
|
451
439
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
|
|
452
440
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-a3thrr, #0073bb);
|
|
453
441
|
}
|
|
454
|
-
.awsui_header-
|
|
442
|
+
.awsui_header-text_gwq0h_13m8r_442:not(#\9) {
|
|
455
443
|
/* used in test-utils */
|
|
456
444
|
}
|
|
457
445
|
|
|
458
|
-
:not(#\9):not(.awsui_wrapper-
|
|
446
|
+
:not(#\9):not(.awsui_wrapper-compact_gwq0h_13m8r_256) > .awsui_header-actions-wrapper_gwq0h_13m8r_362 {
|
|
459
447
|
flex-wrap: wrap;
|
|
460
448
|
column-gap: var(--space-xs-kw7k3v, 8px);
|
|
461
449
|
row-gap: var(--space-scaled-xxxs-prgw5k, 2px);
|
|
462
450
|
}
|
|
463
451
|
|
|
464
|
-
.
|
|
452
|
+
.awsui_content_gwq0h_13m8r_452:not(#\9) {
|
|
465
453
|
display: none;
|
|
466
454
|
}
|
|
467
|
-
.awsui_content-
|
|
455
|
+
.awsui_content-expanded_gwq0h_13m8r_455:not(#\9) {
|
|
456
|
+
display: block;
|
|
457
|
+
}
|
|
458
|
+
.awsui_content-compact_gwq0h_13m8r_458:not(#\9) {
|
|
459
|
+
padding-inline-start: calc(var(--size-icon-normal-2f5zkr, 16px) + (var(--line-height-body-m-5xw6xo, 22px) - var(--size-icon-normal-2f5zkr, 16px)) / -2 + var(--space-xxs-jnczic, 4px) + var(--border-divider-list-width-2qbfmz, 1px));
|
|
460
|
+
}
|
|
461
|
+
.awsui-one-theme .awsui_content_gwq0h_13m8r_452:not(#\9) {
|
|
462
|
+
display: grid;
|
|
463
|
+
grid-template-rows: 0fr;
|
|
464
|
+
transition: grid-template-rows var(--motion-duration-show-quick-i2gulq, 135ms) var(--motion-easing-expandable-content-enter-piv7vv, ease-out);
|
|
465
|
+
}
|
|
466
|
+
@media (prefers-reduced-motion: reduce) {
|
|
467
|
+
.awsui-one-theme .awsui_content_gwq0h_13m8r_452:not(#\9) {
|
|
468
|
+
animation: none;
|
|
469
|
+
transition: none;
|
|
470
|
+
}
|
|
471
|
+
}
|
|
472
|
+
.awsui-motion-disabled .awsui-one-theme .awsui_content_gwq0h_13m8r_452:not(#\9), .awsui-mode-entering .awsui-one-theme .awsui_content_gwq0h_13m8r_452:not(#\9) {
|
|
473
|
+
animation: none;
|
|
474
|
+
transition: none;
|
|
475
|
+
}
|
|
476
|
+
.awsui-one-theme .awsui_content-expanded_gwq0h_13m8r_455:not(#\9) {
|
|
477
|
+
grid-template-rows: 1fr;
|
|
478
|
+
transition: grid-template-rows var(--motion-duration-expandable-content-enter-3jnwoa, 180ms) var(--motion-easing-expandable-content-enter-piv7vv, ease-out);
|
|
479
|
+
}
|
|
480
|
+
@media (prefers-reduced-motion: reduce) {
|
|
481
|
+
.awsui-one-theme .awsui_content-expanded_gwq0h_13m8r_455:not(#\9) {
|
|
482
|
+
animation: none;
|
|
483
|
+
transition: none;
|
|
484
|
+
}
|
|
485
|
+
}
|
|
486
|
+
.awsui-motion-disabled .awsui-one-theme .awsui_content-expanded_gwq0h_13m8r_455:not(#\9), .awsui-mode-entering .awsui-one-theme .awsui_content-expanded_gwq0h_13m8r_455:not(#\9) {
|
|
487
|
+
animation: none;
|
|
488
|
+
transition: none;
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
.awsui-one-theme .awsui_content-inner_gwq0h_13m8r_491:not(#\9) {
|
|
492
|
+
overflow-x: visible;
|
|
493
|
+
overflow-y: clip;
|
|
494
|
+
min-block-size: 0;
|
|
495
|
+
opacity: 0;
|
|
496
|
+
transition: opacity var(--motion-duration-show-quick-i2gulq, 135ms) var(--motion-easing-expandable-content-enter-piv7vv, ease-out);
|
|
497
|
+
}
|
|
498
|
+
@media (prefers-reduced-motion: reduce) {
|
|
499
|
+
.awsui-one-theme .awsui_content-inner_gwq0h_13m8r_491:not(#\9) {
|
|
500
|
+
animation: none;
|
|
501
|
+
transition: none;
|
|
502
|
+
}
|
|
503
|
+
}
|
|
504
|
+
.awsui-motion-disabled .awsui-one-theme .awsui_content-inner_gwq0h_13m8r_491:not(#\9), .awsui-mode-entering .awsui-one-theme .awsui_content-inner_gwq0h_13m8r_491:not(#\9) {
|
|
505
|
+
animation: none;
|
|
506
|
+
transition: none;
|
|
507
|
+
}
|
|
508
|
+
.awsui-one-theme .awsui_content-inner-expanded_gwq0h_13m8r_508:not(#\9) {
|
|
509
|
+
opacity: 1;
|
|
510
|
+
transition: opacity var(--motion-duration-expandable-content-enter-3jnwoa, 180ms) var(--motion-easing-expandable-content-enter-piv7vv, ease-out) calc(var(--motion-duration-expandable-content-enter-3jnwoa, 180ms) / 3);
|
|
511
|
+
}
|
|
512
|
+
@media (prefers-reduced-motion: reduce) {
|
|
513
|
+
.awsui-one-theme .awsui_content-inner-expanded_gwq0h_13m8r_508:not(#\9) {
|
|
514
|
+
animation: none;
|
|
515
|
+
transition: none;
|
|
516
|
+
}
|
|
517
|
+
}
|
|
518
|
+
.awsui-motion-disabled .awsui-one-theme .awsui_content-inner-expanded_gwq0h_13m8r_508:not(#\9), .awsui-mode-entering .awsui-one-theme .awsui_content-inner-expanded_gwq0h_13m8r_508:not(#\9) {
|
|
519
|
+
animation: none;
|
|
520
|
+
transition: none;
|
|
521
|
+
}
|
|
522
|
+
.awsui-one-theme .awsui_content-inner-settled_gwq0h_13m8r_522:not(#\9) {
|
|
523
|
+
overflow-y: visible;
|
|
524
|
+
}
|
|
525
|
+
|
|
526
|
+
.awsui_content-inner-body-default_gwq0h_13m8r_526:not(#\9), .awsui_content-inner-body-inline_gwq0h_13m8r_526:not(#\9) {
|
|
468
527
|
padding-block: var(--space-scaled-xs-sppte9, 8px);
|
|
469
|
-
padding-inline: 0;
|
|
470
528
|
}
|
|
471
|
-
.awsui_content-
|
|
529
|
+
.awsui_content-inner-body-footer_gwq0h_13m8r_529:not(#\9) {
|
|
472
530
|
padding-block: var(--space-xs-kw7k3v, 8px);
|
|
473
|
-
padding-inline: 0;
|
|
474
531
|
}
|
|
475
|
-
.awsui_content-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
.awsui_content-compact_gwq0h_1vbo0_478:not(#\9) {
|
|
479
|
-
padding-inline-start: calc(var(--size-icon-normal-2f5zkr, 16px) + (var(--line-height-body-m-5xw6xo, 22px) - var(--size-icon-normal-2f5zkr, 16px)) / -2 + var(--space-xxs-jnczic, 4px) + var(--border-divider-list-width-2qbfmz, 1px));
|
|
532
|
+
.awsui_content-inner-body-container_gwq0h_13m8r_532:not(#\9) {
|
|
533
|
+
padding-block: var(--space-container-content-top-8fvzh2, 16px) var(--space-scaled-l-66n9sr, 20px);
|
|
534
|
+
padding-inline: var(--space-container-horizontal-ipmk0e, 20px);
|
|
480
535
|
}
|
|
481
536
|
|
|
482
|
-
.awsui_disable-header-
|
|
537
|
+
.awsui_disable-header-paddings_gwq0h_13m8r_537:not(#\9) {
|
|
483
538
|
padding-block: 0;
|
|
484
539
|
padding-inline: 0;
|
|
485
540
|
}
|
|
486
541
|
|
|
487
|
-
.awsui_disable-content-
|
|
542
|
+
.awsui_disable-content-paddings_gwq0h_13m8r_542:not(#\9) {
|
|
488
543
|
padding-block: 0;
|
|
489
544
|
padding-inline: 0;
|
|
490
545
|
}
|
|
491
546
|
|
|
492
|
-
.
|
|
547
|
+
.awsui_focusable_gwq0h_13m8r_547:not(#\9):focus {
|
|
493
548
|
outline: none;
|
|
494
549
|
text-decoration: none;
|
|
495
550
|
}
|
|
496
|
-
body[data-awsui-focus-visible=true] .
|
|
551
|
+
body[data-awsui-focus-visible=true] .awsui_focusable_gwq0h_13m8r_547:not(#\9):focus {
|
|
497
552
|
outline: 2px dotted transparent;
|
|
498
553
|
border-block: var(--border-width-button-lffd4t, 1px) solid var(--color-border-item-focused-a3thrr, #0073bb);
|
|
499
554
|
border-inline: var(--border-width-button-lffd4t, 1px) solid var(--color-border-item-focused-a3thrr, #0073bb);
|
|
@@ -504,45 +559,45 @@ body[data-awsui-focus-visible=true] .awsui_focusable_gwq0h_1vbo0_492:not(#\9):fo
|
|
|
504
559
|
box-shadow: 0 0 0 var(--border-control-focus-ring-shadow-spread-iijyo6, 1px) var(--color-border-item-focused-a3thrr, #0073bb);
|
|
505
560
|
}
|
|
506
561
|
|
|
507
|
-
.awsui_click-
|
|
562
|
+
.awsui_click-target_gwq0h_13m8r_562:not(#\9) {
|
|
508
563
|
cursor: pointer;
|
|
509
564
|
}
|
|
510
|
-
.awsui_click-
|
|
565
|
+
.awsui_click-target_gwq0h_13m8r_562:not(#\9):not(.awsui_wrapper-container_gwq0h_13m8r_252):not(.awsui_header-container-button_gwq0h_13m8r_370):hover {
|
|
511
566
|
color: var(--color-text-expandable-section-hover-j8rmpd, #16191f);
|
|
512
567
|
}
|
|
513
568
|
|
|
514
|
-
.awsui_header-icon-
|
|
569
|
+
.awsui_header-icon-end_gwq0h_13m8r_569.awsui_wrapper-default_gwq0h_13m8r_245:not(#\9), .awsui_header-icon-end_gwq0h_13m8r_569.awsui_wrapper-inline_gwq0h_13m8r_245:not(#\9), .awsui_header-icon-end_gwq0h_13m8r_569.awsui_wrapper-footer_gwq0h_13m8r_245:not(#\9), .awsui_header-icon-end_gwq0h_13m8r_569.awsui_wrapper-compact_gwq0h_13m8r_256:not(#\9) {
|
|
515
570
|
padding-inline-start: 0;
|
|
516
571
|
}
|
|
517
|
-
.awsui_header-icon-
|
|
572
|
+
.awsui_header-icon-end_gwq0h_13m8r_569.awsui_wrapper-navigation_gwq0h_13m8r_249:not(#\9) {
|
|
518
573
|
justify-content: space-between;
|
|
519
574
|
align-items: flex-start;
|
|
520
575
|
column-gap: var(--space-xs-kw7k3v, 8px);
|
|
521
576
|
}
|
|
522
|
-
.awsui_header-icon-
|
|
577
|
+
.awsui_header-icon-end_gwq0h_13m8r_569.awsui_wrapper-container_gwq0h_13m8r_252:not(#\9), .awsui_header-icon-end_gwq0h_13m8r_569.awsui_wrapper-default_gwq0h_13m8r_245:not(#\9) {
|
|
523
578
|
display: flex;
|
|
524
579
|
align-items: flex-start;
|
|
525
580
|
column-gap: var(--space-m-n2lypl, 16px);
|
|
526
581
|
}
|
|
527
|
-
.awsui_header-icon-
|
|
582
|
+
.awsui_header-icon-end_gwq0h_13m8r_569.awsui_wrapper-container_gwq0h_13m8r_252:not(#\9):not(.awsui_header-deprecated_gwq0h_13m8r_269) {
|
|
528
583
|
padding-inline-start: var(--space-container-horizontal-ipmk0e, 20px);
|
|
529
584
|
}
|
|
530
585
|
|
|
531
|
-
.awsui_header-button-icon-
|
|
586
|
+
.awsui_header-button-icon-end_gwq0h_13m8r_586:not(#\9) {
|
|
532
587
|
margin-inline-start: 0;
|
|
533
588
|
column-gap: var(--space-xs-kw7k3v, 8px);
|
|
534
589
|
justify-content: space-between;
|
|
535
590
|
}
|
|
536
|
-
.awsui_header-button-icon-
|
|
591
|
+
.awsui_header-button-icon-end_gwq0h_13m8r_586:not(#\9):not(.awsui_header-container-button_gwq0h_13m8r_370) {
|
|
537
592
|
display: flex;
|
|
538
593
|
inline-size: 100%;
|
|
539
594
|
}
|
|
540
|
-
.awsui_header-button-icon-
|
|
595
|
+
.awsui_header-button-icon-end_gwq0h_13m8r_586:not(#\9):not(.awsui_header-container-button_gwq0h_13m8r_370) > .awsui_header-text_gwq0h_13m8r_442 {
|
|
541
596
|
flex: 1;
|
|
542
597
|
min-inline-size: 0;
|
|
543
598
|
}
|
|
544
599
|
|
|
545
|
-
.awsui_icon-container-
|
|
600
|
+
.awsui_icon-container-end_gwq0h_13m8r_600:not(#\9) {
|
|
546
601
|
margin-inline-start: auto;
|
|
547
602
|
margin-inline-end: 0;
|
|
548
603
|
flex-shrink: 0;
|
|
@@ -557,14 +612,14 @@ body[data-awsui-focus-visible=true] .awsui_focusable_gwq0h_1vbo0_492:not(#\9):fo
|
|
|
557
612
|
font: inherit;
|
|
558
613
|
color: inherit;
|
|
559
614
|
}
|
|
560
|
-
body[data-awsui-focus-visible=true] .awsui_icon-container-
|
|
615
|
+
body[data-awsui-focus-visible=true] .awsui_icon-container-end_gwq0h_13m8r_600:not(#\9):focus {
|
|
561
616
|
position: relative;
|
|
562
617
|
}
|
|
563
|
-
body[data-awsui-focus-visible=true] .awsui_icon-container-
|
|
618
|
+
body[data-awsui-focus-visible=true] .awsui_icon-container-end_gwq0h_13m8r_600:not(#\9):focus {
|
|
564
619
|
outline: 2px dotted transparent;
|
|
565
620
|
outline-offset: calc(2px - 1px);
|
|
566
621
|
}
|
|
567
|
-
body[data-awsui-focus-visible=true] .awsui_icon-container-
|
|
622
|
+
body[data-awsui-focus-visible=true] .awsui_icon-container-end_gwq0h_13m8r_600:not(#\9):focus::before {
|
|
568
623
|
content: " ";
|
|
569
624
|
display: block;
|
|
570
625
|
position: absolute;
|
|
@@ -578,30 +633,30 @@ body[data-awsui-focus-visible=true] .awsui_icon-container-end_gwq0h_1vbo0_545:no
|
|
|
578
633
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
|
|
579
634
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-a3thrr, #0073bb);
|
|
580
635
|
}
|
|
581
|
-
.awsui_header-icon-
|
|
636
|
+
.awsui_header-icon-end_gwq0h_13m8r_569.awsui_wrapper-navigation_gwq0h_13m8r_249 > .awsui_icon-container-end_gwq0h_13m8r_600:not(#\9) {
|
|
582
637
|
padding-block-start: calc((var(--size-side-navigation-item-height-nnzau5, 28px) - var(--line-height-body-m-5xw6xo, 22px)) / 2);
|
|
583
638
|
}
|
|
584
|
-
.awsui-one-theme .awsui_icon-container-
|
|
639
|
+
.awsui-one-theme .awsui_icon-container-end_gwq0h_13m8r_600:not(#\9) {
|
|
585
640
|
margin-inline-end: 0;
|
|
586
641
|
}
|
|
587
|
-
.awsui-one-theme .awsui_icon-container-
|
|
642
|
+
.awsui-one-theme .awsui_icon-container-end_gwq0h_13m8r_600:not(#\9):not(.awsui_icon-container-container_gwq0h_13m8r_221) {
|
|
588
643
|
inset-block-start: var(--space-xxxs-3w1kr2, 2px);
|
|
589
644
|
}
|
|
590
|
-
.awsui-one-theme .awsui_icon-container-
|
|
645
|
+
.awsui-one-theme .awsui_icon-container-end_gwq0h_13m8r_600 > .awsui_icon_gwq0h_13m8r_192:not(#\9) {
|
|
591
646
|
inset-block-start: 0;
|
|
592
647
|
}
|
|
593
648
|
|
|
594
|
-
.awsui_header-
|
|
595
|
-
|
|
596
|
-
min-inline-size: 0;
|
|
649
|
+
.awsui_header-content_gwq0h_13m8r_649:not(#\9) {
|
|
650
|
+
min-block-size: 0;
|
|
597
651
|
}
|
|
598
652
|
|
|
599
|
-
.awsui_header-icon-
|
|
653
|
+
.awsui_header-icon-end_gwq0h_13m8r_569 > .awsui_header-content_gwq0h_13m8r_649:not(#\9),
|
|
654
|
+
.awsui_header-icon-end_gwq0h_13m8r_569 > .awsui_header-navigation-content_gwq0h_13m8r_654:not(#\9) {
|
|
600
655
|
flex: 1;
|
|
601
656
|
min-inline-size: 0;
|
|
602
657
|
}
|
|
603
658
|
|
|
604
|
-
.awsui_disable-header-
|
|
659
|
+
.awsui_disable-header-paddings_gwq0h_13m8r_537.awsui_wrapper-navigation_gwq0h_13m8r_249:not(#\9):not(.awsui_header-icon-end_gwq0h_13m8r_569) > .awsui_icon-container_gwq0h_13m8r_217 {
|
|
605
660
|
display: grid;
|
|
606
661
|
align-items: flex-start;
|
|
607
662
|
padding-block: calc((var(--size-side-navigation-item-height-nnzau5, 28px) - var(--line-height-body-m-5xw6xo, 22px)) / 2);
|