@cloudscape-design/components-themeable 3.0.1286 → 3.0.1287
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/button-dropdown/item-element/styles.scss +2 -2
- package/lib/internal/scss/flashbar/collapsible.scss +1 -1
- package/lib/internal/scss/input/styles.scss +22 -1
- package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +1 -1
- package/lib/internal/scss/internal/styles/forms/constants.scss +3 -2
- package/lib/internal/scss/internal/styles/forms/mixins.scss +36 -0
- package/lib/internal/scss/item-card/styles.scss +1 -1
- package/lib/internal/scss/pagination/styles.scss +16 -0
- package/lib/internal/scss/property-filter/styles.scss +1 -1
- package/lib/internal/scss/segmented-control/segment.scss +1 -1
- package/lib/internal/scss/select/parts/styles.scss +5 -23
- package/lib/internal/template/button-dropdown/category-elements/styles.css.js +18 -18
- package/lib/internal/template/button-dropdown/category-elements/styles.scoped.css +30 -30
- package/lib/internal/template/button-dropdown/category-elements/styles.selectors.js +18 -18
- package/lib/internal/template/button-dropdown/interfaces.d.ts +0 -2
- package/lib/internal/template/button-dropdown/interfaces.d.ts.map +1 -1
- package/lib/internal/template/button-dropdown/interfaces.js.map +1 -1
- package/lib/internal/template/button-dropdown/item-element/styles.css.js +21 -21
- package/lib/internal/template/button-dropdown/item-element/styles.scoped.css +38 -38
- package/lib/internal/template/button-dropdown/item-element/styles.selectors.js +21 -21
- package/lib/internal/template/file-token-group/styles.css.js +23 -23
- package/lib/internal/template/file-token-group/styles.scoped.css +35 -35
- package/lib/internal/template/file-token-group/styles.selectors.js +23 -23
- package/lib/internal/template/flashbar/styles.css.js +50 -50
- package/lib/internal/template/flashbar/styles.scoped.css +165 -165
- package/lib/internal/template/flashbar/styles.selectors.js +50 -50
- package/lib/internal/template/input/internal.d.ts +2 -0
- package/lib/internal/template/input/internal.d.ts.map +1 -1
- package/lib/internal/template/input/internal.js +5 -2
- package/lib/internal/template/input/internal.js.map +1 -1
- package/lib/internal/template/input/styles.css.js +18 -13
- package/lib/internal/template/input/styles.scoped.css +67 -31
- package/lib/internal/template/input/styles.selectors.js +18 -13
- package/lib/internal/template/internal/base-component/styles.scoped.css +7 -1
- package/lib/internal/template/internal/components/button-trigger/styles.css.js +14 -14
- package/lib/internal/template/internal/components/button-trigger/styles.scoped.css +29 -29
- package/lib/internal/template/internal/components/button-trigger/styles.selectors.js +14 -14
- package/lib/internal/template/internal/components/dropdown-status/styles.css.js +2 -2
- package/lib/internal/template/internal/components/dropdown-status/styles.scoped.css +4 -4
- package/lib/internal/template/internal/components/dropdown-status/styles.selectors.js +2 -2
- package/lib/internal/template/internal/components/selectable-item/styles.css.js +22 -22
- package/lib/internal/template/internal/components/selectable-item/styles.scoped.css +51 -51
- package/lib/internal/template/internal/components/selectable-item/styles.selectors.js +22 -22
- 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 +3 -0
- package/lib/internal/template/internal/generated/styles/tokens.js +3 -0
- package/lib/internal/template/internal/generated/theming/index.cjs +39 -0
- 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 +39 -0
- package/lib/internal/template/pagination/index.d.ts +3 -1
- package/lib/internal/template/pagination/index.d.ts.map +1 -1
- package/lib/internal/template/pagination/index.js +4 -3
- package/lib/internal/template/pagination/index.js.map +1 -1
- package/lib/internal/template/pagination/interfaces.d.ts +31 -2
- package/lib/internal/template/pagination/interfaces.d.ts.map +1 -1
- package/lib/internal/template/pagination/interfaces.js.map +1 -1
- package/lib/internal/template/pagination/internal.d.ts +3 -3
- package/lib/internal/template/pagination/internal.d.ts.map +1 -1
- package/lib/internal/template/pagination/internal.js +78 -19
- package/lib/internal/template/pagination/internal.js.map +1 -1
- package/lib/internal/template/pagination/styles.css.js +11 -9
- package/lib/internal/template/pagination/styles.scoped.css +39 -24
- package/lib/internal/template/pagination/styles.selectors.js +11 -9
- package/lib/internal/template/popover/internal.d.ts +4 -0
- package/lib/internal/template/popover/internal.d.ts.map +1 -1
- package/lib/internal/template/popover/internal.js +23 -13
- package/lib/internal/template/popover/internal.js.map +1 -1
- package/lib/internal/template/prompt-input/internal.js +1 -1
- package/lib/internal/template/prompt-input/internal.js.map +1 -1
- package/lib/internal/template/prompt-input/styles.css.js +26 -26
- package/lib/internal/template/prompt-input/styles.scoped.css +55 -55
- package/lib/internal/template/prompt-input/styles.selectors.js +26 -26
- package/lib/internal/template/property-filter/filtering-token/styles.css.js +18 -18
- package/lib/internal/template/property-filter/filtering-token/styles.scoped.css +42 -42
- package/lib/internal/template/property-filter/filtering-token/styles.selectors.js +18 -18
- package/lib/internal/template/property-filter/styles.css.js +39 -39
- package/lib/internal/template/property-filter/styles.scoped.css +43 -43
- package/lib/internal/template/property-filter/styles.selectors.js +39 -39
- package/lib/internal/template/segmented-control/styles.css.js +16 -16
- package/lib/internal/template/segmented-control/styles.scoped.css +33 -33
- package/lib/internal/template/segmented-control/styles.selectors.js +16 -16
- package/lib/internal/template/select/parts/filter.d.ts +1 -1
- package/lib/internal/template/select/parts/filter.d.ts.map +1 -1
- package/lib/internal/template/test-utils/dom/pagination/index.d.ts +15 -0
- package/lib/internal/template/test-utils/dom/pagination/index.js +22 -0
- package/lib/internal/template/test-utils/dom/pagination/index.js.map +1 -1
- package/lib/internal/template/test-utils/selectors/pagination/index.d.ts +15 -0
- package/lib/internal/template/test-utils/selectors/pagination/index.js +22 -0
- package/lib/internal/template/test-utils/selectors/pagination/index.js.map +1 -1
- package/lib/internal/template/textarea/styles.css.js +5 -5
- package/lib/internal/template/textarea/styles.scoped.css +14 -14
- package/lib/internal/template/textarea/styles.selectors.js +5 -5
- package/lib/internal/template/token/styles.css.js +14 -14
- package/lib/internal/template/token/styles.scoped.css +30 -30
- package/lib/internal/template/token/styles.selectors.js +14 -14
- package/package.json +1 -1
|
@@ -206,7 +206,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
206
206
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
207
207
|
SPDX-License-Identifier: Apache-2.0
|
|
208
208
|
*/
|
|
209
|
-
.
|
|
209
|
+
.awsui_root_39ths_1nma6_209:not(#\9) {
|
|
210
210
|
border-collapse: separate;
|
|
211
211
|
border-spacing: 0;
|
|
212
212
|
box-sizing: border-box;
|
|
@@ -238,16 +238,16 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
238
238
|
-moz-osx-font-smoothing: auto;
|
|
239
239
|
}
|
|
240
240
|
|
|
241
|
-
.awsui_file-loading-
|
|
241
|
+
.awsui_file-loading-overlay_39ths_1nma6_241:not(#\9) {
|
|
242
242
|
position: absolute;
|
|
243
243
|
inset-inline-end: var(--space-static-xs-4gq40t, 8px);
|
|
244
244
|
inset-block-end: var(--space-static-xxs-0cgyf1, 4px);
|
|
245
245
|
}
|
|
246
|
-
.awsui_file-loading-overlay-single-
|
|
246
|
+
.awsui_file-loading-overlay-single-row_39ths_1nma6_246:not(#\9) {
|
|
247
247
|
inset-inline-end: var(--space-static-xxl-lfov4w, 32px);
|
|
248
248
|
}
|
|
249
249
|
|
|
250
|
-
.awsui_file-name-
|
|
250
|
+
.awsui_file-name-container_39ths_1nma6_250:not(#\9) {
|
|
251
251
|
all: unset;
|
|
252
252
|
display: block;
|
|
253
253
|
inline-size: 100%;
|
|
@@ -255,14 +255,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
255
255
|
cursor: default;
|
|
256
256
|
text-align: start;
|
|
257
257
|
}
|
|
258
|
-
body[data-awsui-focus-visible=true] .awsui_file-name-
|
|
258
|
+
body[data-awsui-focus-visible=true] .awsui_file-name-container_39ths_1nma6_250:not(#\9):focus-visible:focus {
|
|
259
259
|
position: relative;
|
|
260
260
|
}
|
|
261
|
-
body[data-awsui-focus-visible=true] .awsui_file-name-
|
|
261
|
+
body[data-awsui-focus-visible=true] .awsui_file-name-container_39ths_1nma6_250:not(#\9):focus-visible:focus {
|
|
262
262
|
outline: 2px dotted transparent;
|
|
263
263
|
outline-offset: calc(var(--space-button-focus-outline-gutter-vsdlzg, 3px) - 1px);
|
|
264
264
|
}
|
|
265
|
-
body[data-awsui-focus-visible=true] .awsui_file-name-
|
|
265
|
+
body[data-awsui-focus-visible=true] .awsui_file-name-container_39ths_1nma6_250:not(#\9):focus-visible:focus::before {
|
|
266
266
|
content: " ";
|
|
267
267
|
display: block;
|
|
268
268
|
position: absolute;
|
|
@@ -277,26 +277,26 @@ body[data-awsui-focus-visible=true] .awsui_file-name-container_39ths_dhl4w_250:n
|
|
|
277
277
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-r5f6xl, #0073bb);
|
|
278
278
|
}
|
|
279
279
|
|
|
280
|
-
.awsui_file-option-
|
|
281
|
-
.awsui_file-option-
|
|
282
|
-
.awsui_file-option-last-
|
|
280
|
+
.awsui_file-option-name_39ths_1nma6_280:not(#\9),
|
|
281
|
+
.awsui_file-option-size_39ths_1nma6_281:not(#\9),
|
|
282
|
+
.awsui_file-option-last-modified_39ths_1nma6_282:not(#\9) {
|
|
283
283
|
text-overflow: ellipsis;
|
|
284
284
|
overflow: hidden;
|
|
285
285
|
white-space: nowrap;
|
|
286
286
|
}
|
|
287
287
|
|
|
288
|
-
.awsui_file-
|
|
288
|
+
.awsui_file-option_39ths_1nma6_280:not(#\9) {
|
|
289
289
|
inline-size: 100%;
|
|
290
290
|
min-inline-size: 0;
|
|
291
291
|
display: flex;
|
|
292
292
|
gap: var(--space-scaled-xs-sppte9, 8px);
|
|
293
293
|
}
|
|
294
294
|
|
|
295
|
-
.awsui_file-option-
|
|
295
|
+
.awsui_file-option-thumbnail_39ths_1nma6_295:not(#\9) {
|
|
296
296
|
margin-block-start: var(--space-static-xxs-0cgyf1, 4px);
|
|
297
297
|
}
|
|
298
298
|
|
|
299
|
-
.awsui_file-option-thumbnail-
|
|
299
|
+
.awsui_file-option-thumbnail-image_39ths_1nma6_299:not(#\9) {
|
|
300
300
|
font-size: var(--font-size-body-s-psgqn2, 12px);
|
|
301
301
|
line-height: var(--line-height-body-s-otgtsr, 16px);
|
|
302
302
|
letter-spacing: var(--letter-spacing-body-s-egrcsd, normal);
|
|
@@ -309,43 +309,43 @@ body[data-awsui-focus-visible=true] .awsui_file-name-container_39ths_dhl4w_250:n
|
|
|
309
309
|
overflow: hidden;
|
|
310
310
|
}
|
|
311
311
|
|
|
312
|
-
.awsui_file-option-
|
|
312
|
+
.awsui_file-option-metadata_39ths_1nma6_312:not(#\9) {
|
|
313
313
|
inline-size: 100%;
|
|
314
314
|
}
|
|
315
|
-
.awsui_file-option-
|
|
315
|
+
.awsui_file-option-metadata_39ths_1nma6_312.awsui_with-image_39ths_1nma6_315:not(#\9) {
|
|
316
316
|
inline-size: calc(100% - 48px);
|
|
317
317
|
}
|
|
318
|
-
.awsui_file-option-
|
|
318
|
+
.awsui_file-option-metadata_39ths_1nma6_312.awsui_single-row-loading_39ths_1nma6_318:not(#\9) {
|
|
319
319
|
inline-size: calc(100% - var(--size-icon-normal-2f5zkr, 16px));
|
|
320
320
|
}
|
|
321
321
|
|
|
322
|
-
.
|
|
322
|
+
.awsui_token_39ths_1nma6_322:not(#\9) {
|
|
323
323
|
position: relative;
|
|
324
324
|
block-size: 100%;
|
|
325
325
|
display: flex;
|
|
326
326
|
flex-direction: column;
|
|
327
327
|
gap: var(--space-xxs-jnczic, 4px);
|
|
328
328
|
}
|
|
329
|
-
.awsui_token-
|
|
329
|
+
.awsui_token-grid_39ths_1nma6_329:not(#\9) {
|
|
330
330
|
display: grid;
|
|
331
331
|
grid-template-rows: max-content auto;
|
|
332
332
|
}
|
|
333
333
|
@media (max-width: 688px) {
|
|
334
|
-
.awsui_token-
|
|
334
|
+
.awsui_token-grid_39ths_1nma6_329:not(#\9) {
|
|
335
335
|
display: flex;
|
|
336
336
|
}
|
|
337
337
|
}
|
|
338
|
-
.awsui_token-contains-
|
|
338
|
+
.awsui_token-contains-image_39ths_1nma6_338:not(#\9) {
|
|
339
339
|
grid-template-rows: 68px auto;
|
|
340
340
|
}
|
|
341
341
|
|
|
342
|
-
.awsui_token-
|
|
342
|
+
.awsui_token-box_39ths_1nma6_342:not(#\9) {
|
|
343
343
|
position: relative;
|
|
344
344
|
block-size: 100%;
|
|
345
345
|
border-block: var(--border-width-token-cwl2sl, 1px) solid var(--awsui-token-style-border-color-default-6b9ypa, var(--color-border-item-selected-vq6ddf, #0073bb));
|
|
346
346
|
border-inline: var(--border-width-token-cwl2sl, 1px) solid var(--awsui-token-style-border-color-default-6b9ypa, var(--color-border-item-selected-vq6ddf, #0073bb));
|
|
347
|
-
padding-block-start: var(--space-
|
|
348
|
-
padding-block-end: var(--space-
|
|
347
|
+
padding-block-start: var(--space-field-vertical-dgs6s0, 4px);
|
|
348
|
+
padding-block-end: var(--space-field-vertical-dgs6s0, 4px);
|
|
349
349
|
padding-inline-start: var(--space-field-horizontal-n5peob, 8px);
|
|
350
350
|
padding-inline-end: var(--space-xxs-jnczic, 4px);
|
|
351
351
|
display: flex;
|
|
@@ -358,48 +358,48 @@ body[data-awsui-focus-visible=true] .awsui_file-name-container_39ths_dhl4w_250:n
|
|
|
358
358
|
color: var(--color-text-body-default-5qid0u, #16191f);
|
|
359
359
|
box-sizing: border-box;
|
|
360
360
|
}
|
|
361
|
-
.awsui_token-
|
|
361
|
+
.awsui_token-box_39ths_1nma6_342.awsui_horizontal_39ths_1nma6_361:not(#\9) {
|
|
362
362
|
max-inline-size: 230px;
|
|
363
363
|
}
|
|
364
364
|
@media (max-width: 688px) {
|
|
365
|
-
.awsui_token-
|
|
365
|
+
.awsui_token-box_39ths_1nma6_342.awsui_horizontal_39ths_1nma6_361:not(#\9) {
|
|
366
366
|
max-inline-size: 100%;
|
|
367
367
|
}
|
|
368
368
|
}
|
|
369
|
-
.awsui_token-
|
|
369
|
+
.awsui_token-box_39ths_1nma6_342.awsui_error_39ths_1nma6_369:not(#\9) {
|
|
370
370
|
border-color: var(--color-border-status-error-jybbdz, #d13212);
|
|
371
371
|
border-inline-start-width: var(--border-invalid-width-z5cnpo, 4px);
|
|
372
372
|
}
|
|
373
|
-
.awsui_token-
|
|
373
|
+
.awsui_token-box_39ths_1nma6_342.awsui_error_39ths_1nma6_369 > .awsui_dismiss-button_39ths_1nma6_373:not(#\9) {
|
|
374
374
|
color: var(--color-text-interactive-default-qwoe3g, #545b64);
|
|
375
375
|
}
|
|
376
|
-
.awsui_token-
|
|
376
|
+
.awsui_token-box_39ths_1nma6_342.awsui_error_39ths_1nma6_369 > .awsui_dismiss-button_39ths_1nma6_373:not(#\9):hover {
|
|
377
377
|
color: var(--color-text-interactive-hover-bu4gls, #16191f);
|
|
378
378
|
}
|
|
379
|
-
.awsui_token-
|
|
379
|
+
.awsui_token-box_39ths_1nma6_342.awsui_warning_39ths_1nma6_379:not(#\9) {
|
|
380
380
|
border-color: var(--color-border-status-warning-qmz1c4, #906806);
|
|
381
381
|
border-inline-start-width: var(--border-invalid-width-z5cnpo, 4px);
|
|
382
382
|
}
|
|
383
|
-
.awsui_token-
|
|
383
|
+
.awsui_token-box_39ths_1nma6_342.awsui_warning_39ths_1nma6_379 > .awsui_dismiss-button_39ths_1nma6_373:not(#\9) {
|
|
384
384
|
color: var(--color-text-interactive-default-qwoe3g, #545b64);
|
|
385
385
|
}
|
|
386
|
-
.awsui_token-
|
|
386
|
+
.awsui_token-box_39ths_1nma6_342.awsui_warning_39ths_1nma6_379 > .awsui_dismiss-button_39ths_1nma6_373:not(#\9):hover {
|
|
387
387
|
color: var(--color-text-interactive-hover-bu4gls, #16191f);
|
|
388
388
|
}
|
|
389
|
-
.awsui_token-
|
|
389
|
+
.awsui_token-box_39ths_1nma6_342.awsui_read-only_39ths_1nma6_389:not(#\9) {
|
|
390
390
|
border-color: var(--color-border-input-disabled-tz38ro, #eaeded);
|
|
391
391
|
background-color: var(--color-background-container-content-aemn43, #ffffff);
|
|
392
392
|
pointer-events: none;
|
|
393
393
|
}
|
|
394
|
-
.awsui_token-
|
|
394
|
+
.awsui_token-box_39ths_1nma6_342.awsui_read-only_39ths_1nma6_389 > .awsui_dismiss-button_39ths_1nma6_373:not(#\9) {
|
|
395
395
|
color: var(--color-text-button-inline-icon-disabled-o6nywg, #aab7b8);
|
|
396
396
|
}
|
|
397
|
-
.awsui_token-
|
|
397
|
+
.awsui_token-box_39ths_1nma6_342.awsui_read-only_39ths_1nma6_389 > .awsui_dismiss-button_39ths_1nma6_373:not(#\9):hover {
|
|
398
398
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
399
399
|
cursor: initial;
|
|
400
400
|
color: var(--color-text-button-inline-icon-disabled-o6nywg, #aab7b8);
|
|
401
401
|
}
|
|
402
|
-
.awsui_token-
|
|
402
|
+
.awsui_token-box_39ths_1nma6_342.awsui_loading_39ths_1nma6_402:not(#\9) {
|
|
403
403
|
border-color: var(--color-border-control-disabled-c9dn39, #d5dbdb);
|
|
404
404
|
background-color: var(--color-background-container-content-aemn43, #ffffff);
|
|
405
405
|
}
|
|
@@ -2,28 +2,28 @@
|
|
|
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
|
-
"file-loading-overlay": "awsui_file-loading-
|
|
7
|
-
"file-loading-overlay-single-row": "awsui_file-loading-overlay-single-
|
|
8
|
-
"file-name-container": "awsui_file-name-
|
|
9
|
-
"file-option-name": "awsui_file-option-
|
|
10
|
-
"file-option-size": "awsui_file-option-
|
|
11
|
-
"file-option-last-modified": "awsui_file-option-last-
|
|
12
|
-
"file-option": "awsui_file-
|
|
13
|
-
"file-option-thumbnail": "awsui_file-option-
|
|
14
|
-
"file-option-thumbnail-image": "awsui_file-option-thumbnail-
|
|
15
|
-
"file-option-metadata": "awsui_file-option-
|
|
16
|
-
"with-image": "awsui_with-
|
|
17
|
-
"single-row-loading": "awsui_single-row-
|
|
18
|
-
"token": "
|
|
19
|
-
"token-grid": "awsui_token-
|
|
20
|
-
"token-contains-image": "awsui_token-contains-
|
|
21
|
-
"token-box": "awsui_token-
|
|
22
|
-
"horizontal": "
|
|
23
|
-
"error": "
|
|
24
|
-
"dismiss-button": "awsui_dismiss-
|
|
25
|
-
"warning": "
|
|
26
|
-
"read-only": "awsui_read-
|
|
27
|
-
"loading": "
|
|
5
|
+
"root": "awsui_root_39ths_1nma6_209",
|
|
6
|
+
"file-loading-overlay": "awsui_file-loading-overlay_39ths_1nma6_241",
|
|
7
|
+
"file-loading-overlay-single-row": "awsui_file-loading-overlay-single-row_39ths_1nma6_246",
|
|
8
|
+
"file-name-container": "awsui_file-name-container_39ths_1nma6_250",
|
|
9
|
+
"file-option-name": "awsui_file-option-name_39ths_1nma6_280",
|
|
10
|
+
"file-option-size": "awsui_file-option-size_39ths_1nma6_281",
|
|
11
|
+
"file-option-last-modified": "awsui_file-option-last-modified_39ths_1nma6_282",
|
|
12
|
+
"file-option": "awsui_file-option_39ths_1nma6_280",
|
|
13
|
+
"file-option-thumbnail": "awsui_file-option-thumbnail_39ths_1nma6_295",
|
|
14
|
+
"file-option-thumbnail-image": "awsui_file-option-thumbnail-image_39ths_1nma6_299",
|
|
15
|
+
"file-option-metadata": "awsui_file-option-metadata_39ths_1nma6_312",
|
|
16
|
+
"with-image": "awsui_with-image_39ths_1nma6_315",
|
|
17
|
+
"single-row-loading": "awsui_single-row-loading_39ths_1nma6_318",
|
|
18
|
+
"token": "awsui_token_39ths_1nma6_322",
|
|
19
|
+
"token-grid": "awsui_token-grid_39ths_1nma6_329",
|
|
20
|
+
"token-contains-image": "awsui_token-contains-image_39ths_1nma6_338",
|
|
21
|
+
"token-box": "awsui_token-box_39ths_1nma6_342",
|
|
22
|
+
"horizontal": "awsui_horizontal_39ths_1nma6_361",
|
|
23
|
+
"error": "awsui_error_39ths_1nma6_369",
|
|
24
|
+
"dismiss-button": "awsui_dismiss-button_39ths_1nma6_373",
|
|
25
|
+
"warning": "awsui_warning_39ths_1nma6_379",
|
|
26
|
+
"read-only": "awsui_read-only_39ths_1nma6_389",
|
|
27
|
+
"loading": "awsui_loading_39ths_1nma6_402"
|
|
28
28
|
};
|
|
29
29
|
|
|
@@ -1,55 +1,55 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"flash-with-motion": "awsui_flash-with-
|
|
5
|
-
"enter": "
|
|
6
|
-
"flash-body": "awsui_flash-
|
|
7
|
-
"flash-message": "awsui_flash-
|
|
8
|
-
"flash-header": "awsui_flash-
|
|
9
|
-
"flash-content": "awsui_flash-
|
|
10
|
-
"action-button-wrapper": "awsui_action-button-
|
|
11
|
-
"dismiss-button-wrapper": "awsui_dismiss-button-
|
|
12
|
-
"flash-icon": "awsui_flash-
|
|
13
|
-
"entering": "
|
|
14
|
-
"entered": "
|
|
15
|
-
"exiting": "
|
|
16
|
-
"stack": "
|
|
17
|
-
"animation-running": "awsui_animation-
|
|
18
|
-
"item": "
|
|
19
|
-
"flash-list-item": "awsui_flash-list-
|
|
20
|
-
"notification-bar": "awsui_notification-
|
|
21
|
-
"collapsed": "
|
|
22
|
-
"animation-ready": "awsui_animation-
|
|
23
|
-
"expanded-only": "awsui_expanded-
|
|
24
|
-
"expanded": "
|
|
25
|
-
"flash": "
|
|
26
|
-
"collapsible": "
|
|
27
|
-
"short-list": "awsui_short-
|
|
28
|
-
"visual-refresh": "awsui_visual-
|
|
29
|
-
"status": "
|
|
30
|
-
"header": "
|
|
31
|
-
"item-count": "awsui_item-
|
|
32
|
-
"button": "
|
|
33
|
-
"type-count": "awsui_type-
|
|
34
|
-
"count-number": "awsui_count-
|
|
35
|
-
"icon": "
|
|
36
|
-
"floating": "
|
|
37
|
-
"flashbar": "
|
|
38
|
-
"initial-hidden": "awsui_initial-
|
|
39
|
-
"flash-list": "awsui_flash-
|
|
40
|
-
"flash-focus-container": "awsui_flash-focus-
|
|
41
|
-
"flash-text": "awsui_flash-
|
|
42
|
-
"hidden": "
|
|
43
|
-
"header-replacement": "awsui_header-
|
|
44
|
-
"content-replacement": "awsui_content-
|
|
45
|
-
"dismiss-button": "awsui_dismiss-
|
|
46
|
-
"action-wrapped": "awsui_action-
|
|
47
|
-
"action-button": "awsui_action-
|
|
48
|
-
"action-slot": "awsui_action-
|
|
49
|
-
"flash-type-success": "awsui_flash-type-
|
|
50
|
-
"flash-type-error": "awsui_flash-type-
|
|
51
|
-
"flash-type-info": "awsui_flash-type-
|
|
52
|
-
"flash-type-in-progress": "awsui_flash-type-in-
|
|
53
|
-
"flash-type-warning": "awsui_flash-type-
|
|
4
|
+
"flash-with-motion": "awsui_flash-with-motion_1q84n_17kes_157",
|
|
5
|
+
"enter": "awsui_enter_1q84n_17kes_157",
|
|
6
|
+
"flash-body": "awsui_flash-body_1q84n_17kes_171",
|
|
7
|
+
"flash-message": "awsui_flash-message_1q84n_17kes_171",
|
|
8
|
+
"flash-header": "awsui_flash-header_1q84n_17kes_171",
|
|
9
|
+
"flash-content": "awsui_flash-content_1q84n_17kes_172",
|
|
10
|
+
"action-button-wrapper": "awsui_action-button-wrapper_1q84n_17kes_173",
|
|
11
|
+
"dismiss-button-wrapper": "awsui_dismiss-button-wrapper_1q84n_17kes_174",
|
|
12
|
+
"flash-icon": "awsui_flash-icon_1q84n_17kes_197",
|
|
13
|
+
"entering": "awsui_entering_1q84n_17kes_210",
|
|
14
|
+
"entered": "awsui_entered_1q84n_17kes_231",
|
|
15
|
+
"exiting": "awsui_exiting_1q84n_17kes_336",
|
|
16
|
+
"stack": "awsui_stack_1q84n_17kes_370",
|
|
17
|
+
"animation-running": "awsui_animation-running_1q84n_17kes_370",
|
|
18
|
+
"item": "awsui_item_1q84n_17kes_370",
|
|
19
|
+
"flash-list-item": "awsui_flash-list-item_1q84n_17kes_371",
|
|
20
|
+
"notification-bar": "awsui_notification-bar_1q84n_17kes_372",
|
|
21
|
+
"collapsed": "awsui_collapsed_1q84n_17kes_392",
|
|
22
|
+
"animation-ready": "awsui_animation-ready_1q84n_17kes_392",
|
|
23
|
+
"expanded-only": "awsui_expanded-only_1q84n_17kes_392",
|
|
24
|
+
"expanded": "awsui_expanded_1q84n_17kes_392",
|
|
25
|
+
"flash": "awsui_flash_1q84n_17kes_157",
|
|
26
|
+
"collapsible": "awsui_collapsible_1q84n_17kes_448",
|
|
27
|
+
"short-list": "awsui_short-list_1q84n_17kes_454",
|
|
28
|
+
"visual-refresh": "awsui_visual-refresh_1q84n_17kes_454",
|
|
29
|
+
"status": "awsui_status_1q84n_17kes_601",
|
|
30
|
+
"header": "awsui_header_1q84n_17kes_601",
|
|
31
|
+
"item-count": "awsui_item-count_1q84n_17kes_602",
|
|
32
|
+
"button": "awsui_button_1q84n_17kes_603",
|
|
33
|
+
"type-count": "awsui_type-count_1q84n_17kes_636",
|
|
34
|
+
"count-number": "awsui_count-number_1q84n_17kes_636",
|
|
35
|
+
"icon": "awsui_icon_1q84n_17kes_674",
|
|
36
|
+
"floating": "awsui_floating_1q84n_17kes_715",
|
|
37
|
+
"flashbar": "awsui_flashbar_1q84n_17kes_719",
|
|
38
|
+
"initial-hidden": "awsui_initial-hidden_1q84n_17kes_778",
|
|
39
|
+
"flash-list": "awsui_flash-list_1q84n_17kes_371",
|
|
40
|
+
"flash-focus-container": "awsui_flash-focus-container_1q84n_17kes_802",
|
|
41
|
+
"flash-text": "awsui_flash-text_1q84n_17kes_832",
|
|
42
|
+
"hidden": "awsui_hidden_1q84n_17kes_851",
|
|
43
|
+
"header-replacement": "awsui_header-replacement_1q84n_17kes_856",
|
|
44
|
+
"content-replacement": "awsui_content-replacement_1q84n_17kes_861",
|
|
45
|
+
"dismiss-button": "awsui_dismiss-button_1q84n_17kes_174",
|
|
46
|
+
"action-wrapped": "awsui_action-wrapped_1q84n_17kes_879",
|
|
47
|
+
"action-button": "awsui_action-button_1q84n_17kes_173",
|
|
48
|
+
"action-slot": "awsui_action-slot_1q84n_17kes_886",
|
|
49
|
+
"flash-type-success": "awsui_flash-type-success_1q84n_17kes_890",
|
|
50
|
+
"flash-type-error": "awsui_flash-type-error_1q84n_17kes_894",
|
|
51
|
+
"flash-type-info": "awsui_flash-type-info_1q84n_17kes_898",
|
|
52
|
+
"flash-type-in-progress": "awsui_flash-type-in-progress_1q84n_17kes_899",
|
|
53
|
+
"flash-type-warning": "awsui_flash-type-warning_1q84n_17kes_903"
|
|
54
54
|
};
|
|
55
55
|
|