@cloudscape-design/components 3.0.835 → 3.0.836
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/alert/styles.css.js +28 -28
- package/alert/styles.scoped.css +46 -46
- package/alert/styles.selectors.js +28 -28
- package/anchor-navigation/styles.css.js +8 -8
- package/anchor-navigation/styles.scoped.css +19 -19
- package/anchor-navigation/styles.selectors.js +8 -8
- package/button/styles.css.js +21 -21
- package/button/styles.scoped.css +157 -157
- package/button/styles.selectors.js +21 -21
- package/button-dropdown/item-element/styles.css.js +13 -13
- package/button-dropdown/item-element/styles.scoped.css +22 -22
- package/button-dropdown/item-element/styles.selectors.js +13 -13
- package/button-dropdown/styles.css.js +17 -17
- package/button-dropdown/styles.scoped.css +30 -30
- package/button-dropdown/styles.selectors.js +17 -17
- package/expandable-section/styles.css.js +34 -34
- package/expandable-section/styles.scoped.css +67 -67
- package/expandable-section/styles.selectors.js +34 -34
- package/file-token-group/styles.css.js +22 -22
- package/file-token-group/styles.scoped.css +31 -31
- package/file-token-group/styles.selectors.js +22 -22
- package/flashbar/styles.css.js +50 -50
- package/flashbar/styles.scoped.css +151 -151
- package/flashbar/styles.selectors.js +50 -50
- package/input/styles.css.js +13 -13
- package/input/styles.scoped.css +44 -44
- package/input/styles.selectors.js +13 -13
- package/internal/base-component/styles.scoped.css +4 -2
- package/internal/components/button-trigger/styles.css.js +13 -13
- package/internal/components/button-trigger/styles.scoped.css +37 -37
- package/internal/components/button-trigger/styles.selectors.js +13 -13
- package/internal/components/checkbox-icon/styles.css.js +9 -9
- package/internal/components/checkbox-icon/styles.scoped.css +10 -10
- package/internal/components/checkbox-icon/styles.selectors.js +9 -9
- package/internal/components/dropdown/styles.css.js +20 -20
- package/internal/components/dropdown/styles.scoped.css +39 -39
- package/internal/components/dropdown/styles.selectors.js +20 -20
- package/internal/components/menu-dropdown/styles.css.js +7 -7
- package/internal/components/menu-dropdown/styles.scoped.css +14 -14
- package/internal/components/menu-dropdown/styles.selectors.js +7 -7
- package/internal/components/token-list/styles.css.js +10 -10
- package/internal/components/token-list/styles.scoped.css +26 -26
- package/internal/components/token-list/styles.selectors.js +10 -10
- package/internal/environment.js +1 -1
- package/internal/environment.json +1 -1
- package/internal/generated/styles/tokens.d.ts +4 -2
- package/internal/generated/styles/tokens.js +4 -2
- package/internal/generated/theming/index.cjs +22 -8
- package/internal/generated/theming/index.cjs.d.ts +32 -0
- package/internal/generated/theming/index.d.ts +32 -0
- package/internal/generated/theming/index.js +22 -8
- package/internal/manifest.json +1 -1
- package/link/styles.css.js +20 -20
- package/link/styles.scoped.css +73 -73
- package/link/styles.selectors.js +20 -20
- package/package.json +1 -1
- package/pagination/styles.css.js +9 -9
- package/pagination/styles.scoped.css +27 -27
- package/pagination/styles.selectors.js +9 -9
- package/popover/styles.css.js +52 -52
- package/popover/styles.scoped.css +72 -75
- package/popover/styles.selectors.js +52 -52
- package/prompt-input/styles.css.js +14 -14
- package/prompt-input/styles.scoped.css +56 -56
- package/prompt-input/styles.selectors.js +14 -14
- package/property-filter/filtering-token/styles.css.js +18 -18
- package/property-filter/filtering-token/styles.scoped.css +45 -45
- package/property-filter/filtering-token/styles.selectors.js +18 -18
- package/property-filter/styles.css.js +39 -39
- package/property-filter/styles.scoped.css +42 -42
- package/property-filter/styles.selectors.js +39 -39
- package/segmented-control/styles.css.js +15 -15
- package/segmented-control/styles.scoped.css +38 -38
- package/segmented-control/styles.selectors.js +15 -15
- package/select/parts/styles.css.js +21 -21
- package/select/parts/styles.scoped.css +26 -26
- package/select/parts/styles.selectors.js +21 -21
- package/test-utils/tsconfig.tsbuildinfo +1 -1
- package/textarea/styles.css.js +5 -5
- package/textarea/styles.scoped.css +24 -24
- package/textarea/styles.selectors.js +5 -5
- package/tiles/styles.css.js +30 -30
- package/tiles/styles.scoped.css +79 -79
- package/tiles/styles.selectors.js +30 -30
- package/token-group/styles.css.js +8 -8
- package/token-group/styles.scoped.css +18 -18
- package/token-group/styles.selectors.js +8 -8
- package/top-navigation/styles.css.js +47 -47
- package/top-navigation/styles.scoped.css +67 -67
- package/top-navigation/styles.selectors.js +47 -47
- package/tutorial-panel/components/tutorial-list/styles.css.js +18 -18
- package/tutorial-panel/components/tutorial-list/styles.scoped.css +29 -29
- package/tutorial-panel/components/tutorial-list/styles.selectors.js +18 -18
|
@@ -154,10 +154,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
154
154
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
155
155
|
SPDX-License-Identifier: Apache-2.0
|
|
156
156
|
*/
|
|
157
|
-
.awsui_content-
|
|
158
|
-
animation: awsui_awsui-motion-fade-
|
|
157
|
+
.awsui_content-enter_gwq0h_1731a_157:not(#\9) {
|
|
158
|
+
animation: awsui_awsui-motion-fade-in_gwq0h_1731a_1 var(--motion-duration-show-paced-q2lo2h, 180ms) var(--motion-easing-show-paced-ne2o0s, ease-out);
|
|
159
159
|
}
|
|
160
|
-
@keyframes awsui_awsui-motion-fade-
|
|
160
|
+
@keyframes awsui_awsui-motion-fade-in_gwq0h_1731a_1 {
|
|
161
161
|
from {
|
|
162
162
|
opacity: 0.2;
|
|
163
163
|
}
|
|
@@ -166,45 +166,45 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
166
166
|
}
|
|
167
167
|
}
|
|
168
168
|
@media (prefers-reduced-motion: reduce) {
|
|
169
|
-
.awsui_content-
|
|
169
|
+
.awsui_content-enter_gwq0h_1731a_157:not(#\9) {
|
|
170
170
|
animation: none;
|
|
171
171
|
transition: none;
|
|
172
172
|
}
|
|
173
173
|
}
|
|
174
|
-
.awsui-motion-disabled .awsui_content-
|
|
174
|
+
.awsui-motion-disabled .awsui_content-enter_gwq0h_1731a_157:not(#\9), .awsui-mode-entering .awsui_content-enter_gwq0h_1731a_157:not(#\9) {
|
|
175
175
|
animation: none;
|
|
176
176
|
transition: none;
|
|
177
177
|
}
|
|
178
178
|
|
|
179
|
-
.awsui_trigger-
|
|
179
|
+
.awsui_trigger-expanded_gwq0h_1731a_179:not(#\9) {
|
|
180
180
|
transition: border-bottom-color var(--motion-duration-show-paced-q2lo2h, 180ms) var(--motion-easing-show-paced-ne2o0s, ease-out);
|
|
181
181
|
}
|
|
182
182
|
@media (prefers-reduced-motion: reduce) {
|
|
183
|
-
.awsui_trigger-
|
|
183
|
+
.awsui_trigger-expanded_gwq0h_1731a_179:not(#\9) {
|
|
184
184
|
animation: none;
|
|
185
185
|
transition: none;
|
|
186
186
|
}
|
|
187
187
|
}
|
|
188
|
-
.awsui-motion-disabled .awsui_trigger-
|
|
188
|
+
.awsui-motion-disabled .awsui_trigger-expanded_gwq0h_1731a_179:not(#\9), .awsui-mode-entering .awsui_trigger-expanded_gwq0h_1731a_179:not(#\9) {
|
|
189
189
|
animation: none;
|
|
190
190
|
transition: none;
|
|
191
191
|
}
|
|
192
192
|
|
|
193
|
-
.
|
|
193
|
+
.awsui_icon_gwq0h_1731a_193:not(#\9) {
|
|
194
194
|
transition: transform var(--motion-duration-rotate-90-4ry26y, 135ms) var(--motion-easing-rotate-90-sb4dk7, cubic-bezier(0.165, 0.84, 0.44, 1));
|
|
195
195
|
}
|
|
196
196
|
@media (prefers-reduced-motion: reduce) {
|
|
197
|
-
.
|
|
197
|
+
.awsui_icon_gwq0h_1731a_193:not(#\9) {
|
|
198
198
|
animation: none;
|
|
199
199
|
transition: none;
|
|
200
200
|
}
|
|
201
201
|
}
|
|
202
|
-
.awsui-motion-disabled .
|
|
202
|
+
.awsui-motion-disabled .awsui_icon_gwq0h_1731a_193:not(#\9), .awsui-mode-entering .awsui_icon_gwq0h_1731a_193:not(#\9) {
|
|
203
203
|
animation: none;
|
|
204
204
|
transition: none;
|
|
205
205
|
}
|
|
206
206
|
|
|
207
|
-
.
|
|
207
|
+
.awsui_root_gwq0h_1731a_207:not(#\9) {
|
|
208
208
|
border-collapse: separate;
|
|
209
209
|
border-spacing: 0;
|
|
210
210
|
box-sizing: border-box;
|
|
@@ -243,33 +243,33 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
243
243
|
display: block;
|
|
244
244
|
}
|
|
245
245
|
|
|
246
|
-
.awsui_expand-
|
|
246
|
+
.awsui_expand-button_gwq0h_1731a_245:not(#\9) {
|
|
247
247
|
outline: none;
|
|
248
248
|
}
|
|
249
249
|
|
|
250
|
-
.
|
|
250
|
+
.awsui_icon_gwq0h_1731a_193:not(#\9) {
|
|
251
251
|
transform: rotate(-90deg);
|
|
252
252
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
253
253
|
}
|
|
254
|
-
.
|
|
254
|
+
.awsui_icon_gwq0h_1731a_193.awsui_expanded_gwq0h_1731a_253:not(#\9) {
|
|
255
255
|
transform: rotate(0deg);
|
|
256
256
|
}
|
|
257
|
-
.
|
|
257
|
+
.awsui_icon_gwq0h_1731a_193:not(#\9):dir(rtl) {
|
|
258
258
|
transform: rotate(90deg);
|
|
259
259
|
}
|
|
260
|
-
.
|
|
260
|
+
.awsui_icon_gwq0h_1731a_193:not(#\9):dir(rtl).awsui_expanded_gwq0h_1731a_253 {
|
|
261
261
|
transform: rotate(0deg);
|
|
262
262
|
}
|
|
263
263
|
|
|
264
|
-
.awsui_icon-
|
|
264
|
+
.awsui_icon-container_gwq0h_1731a_263:not(#\9) {
|
|
265
265
|
position: relative;
|
|
266
266
|
margin-inline: calc((var(--line-height-body-m-30ar75, 20px) - var(--size-icon-normal-0m1722, 16px)) / -2) calc(var(--space-xxs-p8yyaw, 4px) + var(--border-divider-list-width-27y3k5, 1px));
|
|
267
267
|
}
|
|
268
|
-
.awsui_icon-container-
|
|
268
|
+
.awsui_icon-container-container_gwq0h_1731a_267:not(#\9) {
|
|
269
269
|
margin-inline-end: var(--space-xs-zb16t3, 8px);
|
|
270
270
|
}
|
|
271
271
|
|
|
272
|
-
.
|
|
272
|
+
.awsui_wrapper_gwq0h_1731a_271:not(#\9) {
|
|
273
273
|
box-sizing: border-box;
|
|
274
274
|
border-block: none;
|
|
275
275
|
border-inline: none;
|
|
@@ -277,78 +277,78 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
277
277
|
line-height: var(--line-height-body-m-30ar75, 20px);
|
|
278
278
|
text-align: start;
|
|
279
279
|
}
|
|
280
|
-
.awsui_wrapper-
|
|
280
|
+
.awsui_wrapper-default_gwq0h_1731a_279:not(#\9), .awsui_wrapper-inline_gwq0h_1731a_279:not(#\9), .awsui_wrapper-footer_gwq0h_1731a_279:not(#\9) {
|
|
281
281
|
border-block: var(--border-divider-section-width-1061zr, 1px) solid transparent;
|
|
282
282
|
border-inline: var(--border-divider-section-width-1061zr, 1px) solid transparent;
|
|
283
283
|
}
|
|
284
|
-
.awsui_wrapper-
|
|
284
|
+
.awsui_wrapper-navigation_gwq0h_1731a_283:not(#\9) {
|
|
285
285
|
border-inline-start: var(--border-divider-section-width-1061zr, 1px) solid transparent;
|
|
286
286
|
}
|
|
287
|
-
.awsui_wrapper-
|
|
287
|
+
.awsui_wrapper-navigation_gwq0h_1731a_283:not(#\9), .awsui_wrapper-container_gwq0h_1731a_286:not(#\9) {
|
|
288
288
|
display: flex;
|
|
289
289
|
font-weight: var(--font-weight-heading-s-cwn6wc, 700);
|
|
290
290
|
}
|
|
291
|
-
.awsui_wrapper-
|
|
291
|
+
.awsui_wrapper-default_gwq0h_1731a_279:not(#\9), .awsui_wrapper-inline_gwq0h_1731a_279:not(#\9), .awsui_wrapper-navigation_gwq0h_1731a_283:not(#\9), .awsui_wrapper-footer_gwq0h_1731a_279:not(#\9), .awsui_wrapper-compact_gwq0h_1731a_290:not(#\9) {
|
|
292
292
|
color: var(--color-text-expandable-section-default-7w1jwq, #0f141a);
|
|
293
293
|
-webkit-font-smoothing: var(--font-smoothing-webkit-m8nc84, antialiased);
|
|
294
294
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-foywby, grayscale);
|
|
295
295
|
}
|
|
296
|
-
.awsui_wrapper-
|
|
296
|
+
.awsui_wrapper-default_gwq0h_1731a_279:not(#\9), .awsui_wrapper-inline_gwq0h_1731a_279:not(#\9), .awsui_wrapper-navigation_gwq0h_1731a_283:not(#\9), .awsui_wrapper-footer_gwq0h_1731a_279:not(#\9) {
|
|
297
297
|
font-size: var(--font-expandable-heading-size-smdiul, 16px);
|
|
298
298
|
letter-spacing: var(--letter-spacing-heading-s-jr3mor, -0.005em);
|
|
299
299
|
}
|
|
300
|
-
.awsui_wrapper-
|
|
300
|
+
.awsui_wrapper-default_gwq0h_1731a_279:not(#\9) {
|
|
301
301
|
padding-block: var(--space-scaled-xxs-7597g1, 4px);
|
|
302
302
|
padding-inline-end: var(--space-xxs-p8yyaw, 4px);
|
|
303
303
|
}
|
|
304
|
-
.awsui_wrapper-
|
|
304
|
+
.awsui_wrapper-default_gwq0h_1731a_279.awsui_header-deprecated_gwq0h_1731a_303:not(#\9) {
|
|
305
305
|
padding-inline-start: var(--space-xxs-p8yyaw, 4px);
|
|
306
306
|
}
|
|
307
|
-
.awsui_wrapper-
|
|
307
|
+
.awsui_wrapper-default_gwq0h_1731a_279:not(#\9):not(.awsui_header-deprecated_gwq0h_1731a_303), .awsui_wrapper-inline_gwq0h_1731a_279:not(#\9):not(.awsui_header-deprecated_gwq0h_1731a_303) {
|
|
308
308
|
padding-inline-start: calc(var(--size-icon-normal-0m1722, 16px) + (var(--line-height-body-m-30ar75, 20px) - var(--size-icon-normal-0m1722, 16px)) / -2 + var(--space-xxs-p8yyaw, 4px) + var(--border-divider-list-width-27y3k5, 1px));
|
|
309
309
|
}
|
|
310
|
-
.awsui_wrapper-
|
|
310
|
+
.awsui_wrapper-default_gwq0h_1731a_279.awsui_wrapper-expanded_gwq0h_1731a_309:not(#\9), .awsui_wrapper-inline_gwq0h_1731a_279.awsui_wrapper-expanded_gwq0h_1731a_309:not(#\9) {
|
|
311
311
|
padding-block-end: var(--space-scaled-xxs-7597g1, 4px);
|
|
312
312
|
border-block-end-color: var(--color-border-divider-default-cx07f2, #c6c6cd);
|
|
313
313
|
}
|
|
314
|
-
.awsui_wrapper-
|
|
314
|
+
.awsui_wrapper-footer_gwq0h_1731a_279:not(#\9) {
|
|
315
315
|
padding-block: var(--space-scaled-xxs-7597g1, 4px);
|
|
316
316
|
}
|
|
317
|
-
.awsui_wrapper-
|
|
317
|
+
.awsui_wrapper-footer_gwq0h_1731a_279:not(#\9), .awsui_wrapper-compact_gwq0h_1731a_290:not(#\9) {
|
|
318
318
|
padding-inline-end: 0;
|
|
319
319
|
}
|
|
320
|
-
.awsui_wrapper-
|
|
320
|
+
.awsui_wrapper-footer_gwq0h_1731a_279.awsui_header-deprecated_gwq0h_1731a_303:not(#\9), .awsui_wrapper-compact_gwq0h_1731a_290.awsui_header-deprecated_gwq0h_1731a_303:not(#\9) {
|
|
321
321
|
padding-inline-start: 0;
|
|
322
322
|
}
|
|
323
|
-
.awsui_wrapper-
|
|
323
|
+
.awsui_wrapper-footer_gwq0h_1731a_279:not(#\9):not(.awsui_header-deprecated_gwq0h_1731a_303), .awsui_wrapper-compact_gwq0h_1731a_290:not(#\9):not(.awsui_header-deprecated_gwq0h_1731a_303) {
|
|
324
324
|
padding-inline-start: calc(var(--size-icon-normal-0m1722, 16px) + (var(--line-height-body-m-30ar75, 20px) - var(--size-icon-normal-0m1722, 16px)) / -2 + var(--space-xxs-p8yyaw, 4px) + var(--border-divider-list-width-27y3k5, 1px));
|
|
325
325
|
}
|
|
326
|
-
.awsui_wrapper-
|
|
326
|
+
.awsui_wrapper-container_gwq0h_1731a_286:not(#\9) {
|
|
327
327
|
padding-block: var(--space-container-header-top-5qav00, 12px) var(--space-container-header-bottom-vj01hn, 8px);
|
|
328
328
|
padding-inline-end: var(--space-container-horizontal-wfukh3, 20px);
|
|
329
329
|
}
|
|
330
|
-
.awsui_wrapper-
|
|
330
|
+
.awsui_wrapper-container_gwq0h_1731a_286:not(#\9):not(.awsui_wrapper-expanded_gwq0h_1731a_309) {
|
|
331
331
|
padding-block-end: var(--space-container-header-top-5qav00, 12px);
|
|
332
332
|
}
|
|
333
|
-
.awsui_wrapper-
|
|
333
|
+
.awsui_wrapper-container_gwq0h_1731a_286.awsui_header-deprecated_gwq0h_1731a_303:not(#\9) {
|
|
334
334
|
padding-inline-start: var(--space-container-horizontal-wfukh3, 20px);
|
|
335
335
|
}
|
|
336
|
-
.awsui_wrapper-
|
|
336
|
+
.awsui_wrapper-container_gwq0h_1731a_286:not(#\9):not(.awsui_header-deprecated_gwq0h_1731a_303) {
|
|
337
337
|
padding-inline-start: calc(var(--space-container-horizontal-wfukh3, 20px) + calc(var(--size-icon-medium-y9xuoq, 20px) + (var(--line-height-body-m-30ar75, 20px) - var(--size-icon-normal-0m1722, 16px)) / -2 + var(--space-xs-zb16t3, 8px)));
|
|
338
338
|
}
|
|
339
|
-
body[data-awsui-focus-visible=true] .awsui_wrapper-
|
|
339
|
+
body[data-awsui-focus-visible=true] .awsui_wrapper-container_gwq0h_1731a_286:not(#\9):focus {
|
|
340
340
|
padding-block: calc(var(--space-scaled-s-aqzyko, 12px) - var(--border-divider-section-width-1061zr, 1px));
|
|
341
341
|
padding-inline: calc(var(--space-l-t419sm, 20px) - var(--border-divider-section-width-1061zr, 1px));
|
|
342
342
|
}
|
|
343
343
|
|
|
344
|
-
.
|
|
344
|
+
.awsui_header_gwq0h_1731a_303:not(#\9) {
|
|
345
345
|
/* used in test-utils */
|
|
346
346
|
}
|
|
347
|
-
.awsui_header-
|
|
347
|
+
.awsui_header-wrapper_gwq0h_1731a_346:not(#\9), .awsui_header-deprecated_gwq0h_1731a_303:not(#\9) {
|
|
348
348
|
display: flex;
|
|
349
349
|
font-weight: var(--font-weight-heading-s-cwn6wc, 700);
|
|
350
350
|
}
|
|
351
|
-
.awsui_header-
|
|
351
|
+
.awsui_header-wrapper_gwq0h_1731a_346:not(#\9) {
|
|
352
352
|
font-size: inherit;
|
|
353
353
|
letter-spacing: inherit;
|
|
354
354
|
margin-block: 0;
|
|
@@ -356,20 +356,20 @@ body[data-awsui-focus-visible=true] .awsui_wrapper-container_gwq0h_10iv9_286:not
|
|
|
356
356
|
padding-block: 0;
|
|
357
357
|
padding-inline: 0;
|
|
358
358
|
}
|
|
359
|
-
.awsui_header-actions-
|
|
359
|
+
.awsui_header-actions-wrapper_gwq0h_1731a_358:not(#\9) {
|
|
360
360
|
display: flex;
|
|
361
361
|
flex-direction: row;
|
|
362
362
|
justify-content: space-between;
|
|
363
363
|
align-items: center;
|
|
364
364
|
}
|
|
365
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
365
|
+
body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_1731a_364:not(#\9):focus, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_1731a_364:not(#\9):focus {
|
|
366
366
|
position: relative;
|
|
367
367
|
}
|
|
368
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
368
|
+
body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_1731a_364:not(#\9):focus, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_1731a_364:not(#\9):focus {
|
|
369
369
|
outline: 2px dotted transparent;
|
|
370
370
|
outline-offset: calc(0px - 1px);
|
|
371
371
|
}
|
|
372
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
372
|
+
body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_1731a_364:not(#\9):focus::before, body[data-awsui-focus-visible=true] .awsui_header-container-button_gwq0h_1731a_364:not(#\9):focus::before {
|
|
373
373
|
content: " ";
|
|
374
374
|
display: block;
|
|
375
375
|
position: absolute;
|
|
@@ -383,21 +383,21 @@ body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_10iv9_364:not(#\9
|
|
|
383
383
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-u8zbsz, 4px);
|
|
384
384
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-nv6mhz, #006ce0);
|
|
385
385
|
}
|
|
386
|
-
.awsui_header-
|
|
386
|
+
.awsui_header-button_gwq0h_1731a_364:not(#\9) {
|
|
387
387
|
box-sizing: border-box;
|
|
388
388
|
display: flex;
|
|
389
389
|
margin-inline-start: calc(-1 * calc(var(--size-icon-normal-0m1722, 16px) + (var(--line-height-body-m-30ar75, 20px) - var(--size-icon-normal-0m1722, 16px)) / -2 + var(--space-xxs-p8yyaw, 4px) + var(--border-divider-list-width-27y3k5, 1px)));
|
|
390
390
|
}
|
|
391
|
-
.awsui_header-container-
|
|
391
|
+
.awsui_header-container-button_gwq0h_1731a_364:not(#\9) {
|
|
392
392
|
margin-inline-start: calc(-1 * calc(var(--size-icon-medium-y9xuoq, 20px) + (var(--line-height-body-m-30ar75, 20px) - var(--size-icon-normal-0m1722, 16px)) / -2 + var(--space-xs-zb16t3, 8px)));
|
|
393
393
|
}
|
|
394
|
-
.awsui_header-
|
|
394
|
+
.awsui_header-container_gwq0h_1731a_364:not(#\9) {
|
|
395
395
|
inline-size: 100%;
|
|
396
396
|
}
|
|
397
|
-
.awsui_header-
|
|
397
|
+
.awsui_header-container_gwq0h_1731a_364 > .awsui_icon-container_gwq0h_1731a_263:not(#\9) {
|
|
398
398
|
margin-block-start: var(--space-expandable-section-icon-offset-top-ekk5vc, 4px);
|
|
399
399
|
}
|
|
400
|
-
.awsui_header-
|
|
400
|
+
.awsui_header-navigation_gwq0h_1731a_399 > .awsui_icon-container_gwq0h_1731a_263:not(#\9) {
|
|
401
401
|
display: inline-flex;
|
|
402
402
|
cursor: pointer;
|
|
403
403
|
color: var(--color-text-expandable-section-navigation-icon-default-tbe28s, #424650);
|
|
@@ -410,17 +410,17 @@ body[data-awsui-focus-visible=true] .awsui_header-button_gwq0h_10iv9_364:not(#\9
|
|
|
410
410
|
text-decoration: none;
|
|
411
411
|
flex-direction: column;
|
|
412
412
|
}
|
|
413
|
-
.awsui_header-
|
|
413
|
+
.awsui_header-navigation_gwq0h_1731a_399 > .awsui_icon-container_gwq0h_1731a_263:not(#\9):hover {
|
|
414
414
|
color: var(--color-text-expandable-section-hover-lomw6v, #006ce0);
|
|
415
415
|
}
|
|
416
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
416
|
+
body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_1731a_399 > .awsui_icon-container_gwq0h_1731a_263:not(#\9):focus {
|
|
417
417
|
position: relative;
|
|
418
418
|
}
|
|
419
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
419
|
+
body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_1731a_399 > .awsui_icon-container_gwq0h_1731a_263:not(#\9):focus {
|
|
420
420
|
outline: 2px dotted transparent;
|
|
421
421
|
outline-offset: calc(2px - 1px);
|
|
422
422
|
}
|
|
423
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
423
|
+
body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_1731a_399 > .awsui_icon-container_gwq0h_1731a_263:not(#\9):focus::before {
|
|
424
424
|
content: " ";
|
|
425
425
|
display: block;
|
|
426
426
|
position: absolute;
|
|
@@ -434,42 +434,42 @@ body[data-awsui-focus-visible=true] .awsui_header-navigation_gwq0h_10iv9_399 > .
|
|
|
434
434
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-u8zbsz, 4px);
|
|
435
435
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-nv6mhz, #006ce0);
|
|
436
436
|
}
|
|
437
|
-
.awsui_header-
|
|
437
|
+
.awsui_header-text_gwq0h_1731a_436:not(#\9) {
|
|
438
438
|
/* used in test-utils */
|
|
439
439
|
}
|
|
440
440
|
|
|
441
|
-
:not(#\9):not(.awsui_wrapper-
|
|
441
|
+
:not(#\9):not(.awsui_wrapper-compact_gwq0h_1731a_290) > .awsui_header-actions-wrapper_gwq0h_1731a_358 {
|
|
442
442
|
flex-wrap: wrap;
|
|
443
443
|
column-gap: var(--space-xs-zb16t3, 8px);
|
|
444
444
|
row-gap: var(--space-scaled-xxxs-27y4hv, 2px);
|
|
445
445
|
}
|
|
446
446
|
|
|
447
|
-
.
|
|
447
|
+
.awsui_content_gwq0h_1731a_157:not(#\9) {
|
|
448
448
|
display: none;
|
|
449
449
|
}
|
|
450
|
-
.awsui_content-
|
|
450
|
+
.awsui_content-default_gwq0h_1731a_449:not(#\9), .awsui_content-inline_gwq0h_1731a_449:not(#\9) {
|
|
451
451
|
padding-block: var(--space-scaled-xs-26e2du, 8px);
|
|
452
452
|
padding-inline: 0;
|
|
453
453
|
}
|
|
454
|
-
.awsui_content-
|
|
454
|
+
.awsui_content-footer_gwq0h_1731a_453:not(#\9) {
|
|
455
455
|
padding-block: var(--space-xs-zb16t3, 8px);
|
|
456
456
|
padding-inline: 0;
|
|
457
457
|
}
|
|
458
|
-
.awsui_content-
|
|
458
|
+
.awsui_content-expanded_gwq0h_1731a_457:not(#\9) {
|
|
459
459
|
display: block;
|
|
460
460
|
}
|
|
461
|
-
.awsui_content-
|
|
461
|
+
.awsui_content-compact_gwq0h_1731a_460:not(#\9) {
|
|
462
462
|
padding-inline-start: calc(var(--size-icon-normal-0m1722, 16px) + (var(--line-height-body-m-30ar75, 20px) - var(--size-icon-normal-0m1722, 16px)) / -2 + var(--space-xxs-p8yyaw, 4px) + var(--border-divider-list-width-27y3k5, 1px));
|
|
463
463
|
}
|
|
464
464
|
|
|
465
|
-
.
|
|
465
|
+
.awsui_focusable_gwq0h_1731a_464:not(#\9):focus {
|
|
466
466
|
outline: none;
|
|
467
467
|
text-decoration: none;
|
|
468
468
|
}
|
|
469
|
-
body[data-awsui-focus-visible=true] .
|
|
469
|
+
body[data-awsui-focus-visible=true] .awsui_focusable_gwq0h_1731a_464:not(#\9):focus {
|
|
470
470
|
outline: 2px dotted transparent;
|
|
471
|
-
border-block: var(--border-field-
|
|
472
|
-
border-inline: var(--border-field-
|
|
471
|
+
border-block: var(--border-width-field-h1g7tw, 2px) solid var(--color-border-item-focused-nv6mhz, #006ce0);
|
|
472
|
+
border-inline: var(--border-width-field-h1g7tw, 2px) solid var(--color-border-item-focused-nv6mhz, #006ce0);
|
|
473
473
|
border-start-start-radius: var(--border-radius-control-default-focus-ring-u8zbsz, 4px);
|
|
474
474
|
border-start-end-radius: var(--border-radius-control-default-focus-ring-u8zbsz, 4px);
|
|
475
475
|
border-end-start-radius: var(--border-radius-control-default-focus-ring-u8zbsz, 4px);
|
|
@@ -477,9 +477,9 @@ body[data-awsui-focus-visible=true] .awsui_focusable_gwq0h_10iv9_464:not(#\9):fo
|
|
|
477
477
|
box-shadow: 0 0 0 var(--border-control-focus-ring-shadow-spread-0ctpjf, 0px) var(--color-border-item-focused-nv6mhz, #006ce0);
|
|
478
478
|
}
|
|
479
479
|
|
|
480
|
-
.awsui_click-
|
|
480
|
+
.awsui_click-target_gwq0h_1731a_479:not(#\9) {
|
|
481
481
|
cursor: pointer;
|
|
482
482
|
}
|
|
483
|
-
.awsui_click-
|
|
483
|
+
.awsui_click-target_gwq0h_1731a_479:not(#\9):not(.awsui_wrapper-container_gwq0h_1731a_286):not(.awsui_header-container-button_gwq0h_1731a_364):hover {
|
|
484
484
|
color: var(--color-text-expandable-section-hover-lomw6v, #006ce0);
|
|
485
485
|
}
|
|
@@ -2,39 +2,39 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"content-enter": "awsui_content-
|
|
6
|
-
"awsui-motion-fade-in": "awsui_awsui-motion-fade-
|
|
7
|
-
"trigger-expanded": "awsui_trigger-
|
|
8
|
-
"icon": "
|
|
9
|
-
"root": "
|
|
10
|
-
"expand-button": "awsui_expand-
|
|
11
|
-
"expanded": "
|
|
12
|
-
"icon-container": "awsui_icon-
|
|
13
|
-
"icon-container-container": "awsui_icon-container-
|
|
14
|
-
"wrapper": "
|
|
15
|
-
"wrapper-default": "awsui_wrapper-
|
|
16
|
-
"wrapper-inline": "awsui_wrapper-
|
|
17
|
-
"wrapper-footer": "awsui_wrapper-
|
|
18
|
-
"wrapper-navigation": "awsui_wrapper-
|
|
19
|
-
"wrapper-container": "awsui_wrapper-
|
|
20
|
-
"wrapper-compact": "awsui_wrapper-
|
|
21
|
-
"header-deprecated": "awsui_header-
|
|
22
|
-
"wrapper-expanded": "awsui_wrapper-
|
|
23
|
-
"header": "
|
|
24
|
-
"header-wrapper": "awsui_header-
|
|
25
|
-
"header-actions-wrapper": "awsui_header-actions-
|
|
26
|
-
"header-button": "awsui_header-
|
|
27
|
-
"header-container-button": "awsui_header-container-
|
|
28
|
-
"header-container": "awsui_header-
|
|
29
|
-
"header-navigation": "awsui_header-
|
|
30
|
-
"header-text": "awsui_header-
|
|
31
|
-
"content": "
|
|
32
|
-
"content-default": "awsui_content-
|
|
33
|
-
"content-inline": "awsui_content-
|
|
34
|
-
"content-footer": "awsui_content-
|
|
35
|
-
"content-expanded": "awsui_content-
|
|
36
|
-
"content-compact": "awsui_content-
|
|
37
|
-
"focusable": "
|
|
38
|
-
"click-target": "awsui_click-
|
|
5
|
+
"content-enter": "awsui_content-enter_gwq0h_1731a_157",
|
|
6
|
+
"awsui-motion-fade-in": "awsui_awsui-motion-fade-in_gwq0h_1731a_1",
|
|
7
|
+
"trigger-expanded": "awsui_trigger-expanded_gwq0h_1731a_179",
|
|
8
|
+
"icon": "awsui_icon_gwq0h_1731a_193",
|
|
9
|
+
"root": "awsui_root_gwq0h_1731a_207",
|
|
10
|
+
"expand-button": "awsui_expand-button_gwq0h_1731a_245",
|
|
11
|
+
"expanded": "awsui_expanded_gwq0h_1731a_253",
|
|
12
|
+
"icon-container": "awsui_icon-container_gwq0h_1731a_263",
|
|
13
|
+
"icon-container-container": "awsui_icon-container-container_gwq0h_1731a_267",
|
|
14
|
+
"wrapper": "awsui_wrapper_gwq0h_1731a_271",
|
|
15
|
+
"wrapper-default": "awsui_wrapper-default_gwq0h_1731a_279",
|
|
16
|
+
"wrapper-inline": "awsui_wrapper-inline_gwq0h_1731a_279",
|
|
17
|
+
"wrapper-footer": "awsui_wrapper-footer_gwq0h_1731a_279",
|
|
18
|
+
"wrapper-navigation": "awsui_wrapper-navigation_gwq0h_1731a_283",
|
|
19
|
+
"wrapper-container": "awsui_wrapper-container_gwq0h_1731a_286",
|
|
20
|
+
"wrapper-compact": "awsui_wrapper-compact_gwq0h_1731a_290",
|
|
21
|
+
"header-deprecated": "awsui_header-deprecated_gwq0h_1731a_303",
|
|
22
|
+
"wrapper-expanded": "awsui_wrapper-expanded_gwq0h_1731a_309",
|
|
23
|
+
"header": "awsui_header_gwq0h_1731a_303",
|
|
24
|
+
"header-wrapper": "awsui_header-wrapper_gwq0h_1731a_346",
|
|
25
|
+
"header-actions-wrapper": "awsui_header-actions-wrapper_gwq0h_1731a_358",
|
|
26
|
+
"header-button": "awsui_header-button_gwq0h_1731a_364",
|
|
27
|
+
"header-container-button": "awsui_header-container-button_gwq0h_1731a_364",
|
|
28
|
+
"header-container": "awsui_header-container_gwq0h_1731a_364",
|
|
29
|
+
"header-navigation": "awsui_header-navigation_gwq0h_1731a_399",
|
|
30
|
+
"header-text": "awsui_header-text_gwq0h_1731a_436",
|
|
31
|
+
"content": "awsui_content_gwq0h_1731a_157",
|
|
32
|
+
"content-default": "awsui_content-default_gwq0h_1731a_449",
|
|
33
|
+
"content-inline": "awsui_content-inline_gwq0h_1731a_449",
|
|
34
|
+
"content-footer": "awsui_content-footer_gwq0h_1731a_453",
|
|
35
|
+
"content-expanded": "awsui_content-expanded_gwq0h_1731a_457",
|
|
36
|
+
"content-compact": "awsui_content-compact_gwq0h_1731a_460",
|
|
37
|
+
"focusable": "awsui_focusable_gwq0h_1731a_464",
|
|
38
|
+
"click-target": "awsui_click-target_gwq0h_1731a_479"
|
|
39
39
|
};
|
|
40
40
|
|
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"root": "
|
|
5
|
-
"file-loading-overlay": "awsui_file-loading-
|
|
6
|
-
"file-loading-overlay-single-row": "awsui_file-loading-overlay-single-
|
|
7
|
-
"file-option-name": "awsui_file-option-
|
|
8
|
-
"file-option-size": "awsui_file-option-
|
|
9
|
-
"file-option-last-modified": "awsui_file-option-last-
|
|
10
|
-
"file-option": "awsui_file-
|
|
11
|
-
"file-option-thumbnail": "awsui_file-option-
|
|
12
|
-
"file-option-thumbnail-image": "awsui_file-option-thumbnail-
|
|
13
|
-
"file-option-metadata": "awsui_file-option-
|
|
14
|
-
"with-image": "awsui_with-
|
|
15
|
-
"single-row-loading": "awsui_single-row-
|
|
16
|
-
"token": "
|
|
17
|
-
"token-grid": "awsui_token-
|
|
18
|
-
"token-contains-image": "awsui_token-contains-
|
|
19
|
-
"token-box": "awsui_token-
|
|
20
|
-
"horizontal": "
|
|
21
|
-
"error": "
|
|
22
|
-
"dismiss-button": "awsui_dismiss-
|
|
23
|
-
"warning": "
|
|
24
|
-
"read-only": "awsui_read-
|
|
25
|
-
"loading": "
|
|
4
|
+
"root": "awsui_root_39ths_22323_205",
|
|
5
|
+
"file-loading-overlay": "awsui_file-loading-overlay_39ths_22323_240",
|
|
6
|
+
"file-loading-overlay-single-row": "awsui_file-loading-overlay-single-row_39ths_22323_245",
|
|
7
|
+
"file-option-name": "awsui_file-option-name_39ths_22323_249",
|
|
8
|
+
"file-option-size": "awsui_file-option-size_39ths_22323_250",
|
|
9
|
+
"file-option-last-modified": "awsui_file-option-last-modified_39ths_22323_251",
|
|
10
|
+
"file-option": "awsui_file-option_39ths_22323_249",
|
|
11
|
+
"file-option-thumbnail": "awsui_file-option-thumbnail_39ths_22323_264",
|
|
12
|
+
"file-option-thumbnail-image": "awsui_file-option-thumbnail-image_39ths_22323_268",
|
|
13
|
+
"file-option-metadata": "awsui_file-option-metadata_39ths_22323_281",
|
|
14
|
+
"with-image": "awsui_with-image_39ths_22323_284",
|
|
15
|
+
"single-row-loading": "awsui_single-row-loading_39ths_22323_287",
|
|
16
|
+
"token": "awsui_token_39ths_22323_291",
|
|
17
|
+
"token-grid": "awsui_token-grid_39ths_22323_298",
|
|
18
|
+
"token-contains-image": "awsui_token-contains-image_39ths_22323_307",
|
|
19
|
+
"token-box": "awsui_token-box_39ths_22323_311",
|
|
20
|
+
"horizontal": "awsui_horizontal_39ths_22323_330",
|
|
21
|
+
"error": "awsui_error_39ths_22323_338",
|
|
22
|
+
"dismiss-button": "awsui_dismiss-button_39ths_22323_342",
|
|
23
|
+
"warning": "awsui_warning_39ths_22323_348",
|
|
24
|
+
"read-only": "awsui_read-only_39ths_22323_358",
|
|
25
|
+
"loading": "awsui_loading_39ths_22323_371"
|
|
26
26
|
};
|
|
27
27
|
|