@cloudscape-design/components 3.0.639 → 3.0.641
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/app-layout/drawer/index.js +1 -1
- package/app-layout/drawer/index.js.map +1 -1
- package/app-layout/drawer/resizable-drawer.d.ts.map +1 -1
- package/app-layout/drawer/resizable-drawer.js +2 -5
- package/app-layout/drawer/resizable-drawer.js.map +1 -1
- package/app-layout/drawer/styles.css.js +13 -12
- package/app-layout/drawer/styles.scoped.css +30 -20
- package/app-layout/drawer/styles.selectors.js +13 -12
- package/app-layout/utils/use-resize.d.ts.map +1 -1
- package/app-layout/utils/use-resize.js +3 -7
- package/app-layout/utils/use-resize.js.map +1 -1
- package/app-layout/visual-refresh/drawers.js +3 -3
- package/app-layout/visual-refresh/drawers.js.map +1 -1
- package/app-layout/visual-refresh/split-panel.d.ts.map +1 -1
- package/app-layout/visual-refresh/split-panel.js +1 -3
- package/app-layout/visual-refresh/split-panel.js.map +1 -1
- package/app-layout/visual-refresh/tools.js +2 -2
- package/app-layout/visual-refresh/tools.js.map +1 -1
- package/autosuggest/plain-list.d.ts.map +1 -1
- package/autosuggest/plain-list.js +1 -3
- package/autosuggest/plain-list.js.map +1 -1
- package/autosuggest/virtual-list.d.ts.map +1 -1
- package/autosuggest/virtual-list.js +1 -3
- package/autosuggest/virtual-list.js.map +1 -1
- package/calendar/utils/intl.d.ts.map +1 -1
- package/calendar/utils/intl.js +0 -3
- package/calendar/utils/intl.js.map +1 -1
- package/container/internal.d.ts.map +1 -1
- package/container/internal.js +3 -0
- package/container/internal.js.map +1 -1
- package/container/styles.css.js +29 -28
- package/container/styles.scoped.css +55 -52
- package/container/styles.selectors.js +29 -28
- package/date-range-picker/calendar/grids/index.d.ts.map +1 -1
- package/date-range-picker/calendar/grids/index.js +0 -8
- package/date-range-picker/calendar/grids/index.js.map +1 -1
- package/form/interfaces.d.ts +3 -8
- package/form/interfaces.d.ts.map +1 -1
- package/form/interfaces.js.map +1 -1
- package/form/internal.d.ts +1 -1
- package/form/internal.d.ts.map +1 -1
- package/form/internal.js +14 -20
- package/form/internal.js.map +1 -1
- package/form/styles.css.js +8 -9
- package/form/styles.scoped.css +8 -8
- package/form/styles.selectors.js +8 -9
- package/header/internal.d.ts.map +1 -1
- package/header/internal.js +1 -3
- package/header/internal.js.map +1 -1
- package/header/styles.css.js +34 -35
- package/header/styles.scoped.css +50 -53
- package/header/styles.selectors.js +34 -35
- package/input/styles.css.js +13 -13
- package/input/styles.scoped.css +32 -35
- package/input/styles.selectors.js +13 -13
- package/internal/components/chart-plot/application-controller.js +3 -13
- package/internal/components/chart-plot/application-controller.js.map +1 -1
- package/internal/components/dropdown/index.d.ts.map +1 -1
- package/internal/components/dropdown/index.js +0 -2
- package/internal/components/dropdown/index.js.map +1 -1
- package/internal/components/dropdown/styles.css.js +20 -20
- package/internal/components/dropdown/styles.scoped.css +39 -45
- package/internal/components/dropdown/styles.selectors.js +20 -20
- package/internal/components/panel-resize-handle/icon.d.ts +5 -0
- package/internal/components/panel-resize-handle/icon.d.ts.map +1 -0
- package/internal/components/panel-resize-handle/icon.js +9 -0
- package/internal/components/panel-resize-handle/icon.js.map +1 -0
- package/internal/components/panel-resize-handle/index.d.ts +12 -0
- package/internal/components/panel-resize-handle/index.d.ts.map +1 -0
- package/internal/components/panel-resize-handle/index.js +11 -0
- package/internal/components/panel-resize-handle/index.js.map +1 -0
- package/internal/components/panel-resize-handle/styles.css.js +10 -0
- package/internal/components/panel-resize-handle/styles.scoped.css +153 -0
- package/internal/components/panel-resize-handle/styles.selectors.js +11 -0
- package/internal/context/single-tab-stop-navigation-context.js +2 -2
- package/internal/context/single-tab-stop-navigation-context.js.map +1 -1
- package/internal/environment.js +1 -1
- package/internal/environment.json +1 -1
- package/internal/manifest.json +1 -1
- package/internal/utils/content-header-utils.d.ts +0 -2
- package/internal/utils/content-header-utils.d.ts.map +1 -1
- package/internal/utils/content-header-utils.js +0 -3
- package/internal/utils/content-header-utils.js.map +1 -1
- package/internal/utils/dom.d.ts.map +1 -1
- package/internal/utils/dom.js +7 -27
- package/internal/utils/dom.js.map +1 -1
- package/internal/utils/global-flags.d.ts +0 -1
- package/internal/utils/global-flags.d.ts.map +1 -1
- package/internal/utils/global-flags.js.map +1 -1
- package/link/interfaces.d.ts +6 -1
- package/link/interfaces.d.ts.map +1 -1
- package/link/interfaces.js.map +1 -1
- package/link/internal.d.ts.map +1 -1
- package/link/internal.js +12 -2
- package/link/internal.js.map +1 -1
- package/package.json +1 -1
- package/pie-chart/labels.d.ts.map +1 -1
- package/pie-chart/labels.js +1 -4
- package/pie-chart/labels.js.map +1 -1
- package/pie-chart/pie-chart.d.ts.map +1 -1
- package/pie-chart/pie-chart.js +0 -3
- package/pie-chart/pie-chart.js.map +1 -1
- package/pie-chart/utils.d.ts.map +1 -1
- package/pie-chart/utils.js +0 -4
- package/pie-chart/utils.js.map +1 -1
- package/popover/internal.js +3 -6
- package/popover/internal.js.map +1 -1
- package/popover/styles.css.js +49 -50
- package/popover/styles.scoped.css +66 -69
- package/popover/styles.selectors.js +49 -50
- package/segmented-control/styles.css.js +14 -14
- package/segmented-control/styles.scoped.css +33 -33
- package/segmented-control/styles.selectors.js +14 -14
- package/split-panel/bottom.d.ts.map +1 -1
- package/split-panel/bottom.js +4 -2
- package/split-panel/bottom.js.map +1 -1
- package/split-panel/icons/bottom-icon.js +1 -1
- package/split-panel/icons/bottom-icon.js.map +1 -1
- package/split-panel/icons/side-position-refresh.js +1 -1
- package/split-panel/icons/side-position-refresh.js.map +1 -1
- package/split-panel/icons/side-position.js +1 -1
- package/split-panel/icons/side-position.js.map +1 -1
- package/split-panel/icons/styles.css.js +27 -0
- package/split-panel/icons/styles.scoped.css +168 -0
- package/split-panel/icons/styles.selectors.js +28 -0
- package/split-panel/implementation.d.ts.map +1 -1
- package/split-panel/implementation.js +12 -8
- package/split-panel/implementation.js.map +1 -1
- package/split-panel/side.d.ts.map +1 -1
- package/split-panel/side.js +5 -3
- package/split-panel/side.js.map +1 -1
- package/split-panel/styles.css.js +26 -57
- package/split-panel/styles.scoped.css +41 -281
- package/split-panel/styles.selectors.js +26 -57
- package/split-panel/test-classes/styles.css.js +13 -0
- package/split-panel/test-classes/styles.scoped.css +14 -0
- package/split-panel/test-classes/styles.selectors.js +14 -0
- package/table/selection/selection-control.d.ts.map +1 -1
- package/table/selection/selection-control.js.map +1 -1
- package/table/table-role/utils.d.ts.map +1 -1
- package/table/table-role/utils.js +6 -1
- package/table/table-role/utils.js.map +1 -1
- package/test-utils/dom/app-layout/index.js +1 -1
- package/test-utils/dom/app-layout/index.js.map +1 -1
- package/test-utils/dom/split-panel/index.js +3 -3
- package/test-utils/dom/split-panel/index.js.map +1 -1
- package/test-utils/selectors/app-layout/index.js +1 -1
- package/test-utils/selectors/app-layout/index.js.map +1 -1
- package/test-utils/selectors/split-panel/index.js +3 -3
- package/test-utils/selectors/split-panel/index.js.map +1 -1
- package/test-utils/tsconfig.tsbuildinfo +1 -1
- package/tiles/styles.css.js +29 -29
- package/tiles/styles.scoped.css +82 -95
- package/tiles/styles.selectors.js +29 -29
- package/split-panel/icons/resize-handler.d.ts +0 -6
- package/split-panel/icons/resize-handler.d.ts.map +0 -1
- package/split-panel/icons/resize-handler.js +0 -8
- package/split-panel/icons/resize-handler.js.map +0 -1
|
@@ -194,11 +194,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
194
194
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
195
195
|
SPDX-License-Identifier: Apache-2.0
|
|
196
196
|
*/
|
|
197
|
-
.
|
|
197
|
+
.awsui_arrow_xjuzf_1lb7z_197:not(#\9) {
|
|
198
198
|
inline-size: 20px;
|
|
199
199
|
block-size: 10px;
|
|
200
200
|
}
|
|
201
|
-
.awsui_arrow-
|
|
201
|
+
.awsui_arrow-outer_xjuzf_1lb7z_201:not(#\9), .awsui_arrow-inner_xjuzf_1lb7z_201:not(#\9) {
|
|
202
202
|
position: absolute;
|
|
203
203
|
overflow: hidden;
|
|
204
204
|
inline-size: 20px;
|
|
@@ -206,7 +206,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
206
206
|
inset-block-start: 0;
|
|
207
207
|
inset-inline-start: 0;
|
|
208
208
|
}
|
|
209
|
-
.awsui_arrow-
|
|
209
|
+
.awsui_arrow-outer_xjuzf_1lb7z_201:not(#\9)::after, .awsui_arrow-inner_xjuzf_1lb7z_201:not(#\9)::after {
|
|
210
210
|
content: "";
|
|
211
211
|
box-sizing: border-box;
|
|
212
212
|
display: inline-block;
|
|
@@ -222,36 +222,36 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
222
222
|
transform: rotate(45deg);
|
|
223
223
|
transform-origin: 0 100%;
|
|
224
224
|
}
|
|
225
|
-
.awsui_arrow-
|
|
225
|
+
.awsui_arrow-outer_xjuzf_1lb7z_201:not(#\9):dir(rtl)::after, .awsui_arrow-inner_xjuzf_1lb7z_201:not(#\9):dir(rtl)::after {
|
|
226
226
|
transform: rotate(-45deg);
|
|
227
227
|
transform-origin: 100% 100%;
|
|
228
228
|
}
|
|
229
|
-
.awsui_arrow-
|
|
229
|
+
.awsui_arrow-outer_xjuzf_1lb7z_201:not(#\9)::after {
|
|
230
230
|
background-color: var(--color-border-popover-umqvld, #9ba7b6);
|
|
231
231
|
}
|
|
232
|
-
.awsui_arrow-
|
|
232
|
+
.awsui_arrow-inner_xjuzf_1lb7z_201:not(#\9) {
|
|
233
233
|
inset-block-start: 2px;
|
|
234
234
|
}
|
|
235
|
-
.awsui_arrow-
|
|
235
|
+
.awsui_arrow-inner_xjuzf_1lb7z_201.awsui_refresh_xjuzf_1lb7z_235:not(#\9) {
|
|
236
236
|
inset-block-start: 3px;
|
|
237
237
|
}
|
|
238
|
-
.awsui_arrow-
|
|
238
|
+
.awsui_arrow-inner_xjuzf_1lb7z_201:not(#\9)::after {
|
|
239
239
|
border-start-start-radius: 1px;
|
|
240
240
|
border-start-end-radius: 0;
|
|
241
241
|
border-end-start-radius: 0;
|
|
242
242
|
border-end-end-radius: 0;
|
|
243
243
|
background-color: var(--color-background-popover-szburm, #ffffff);
|
|
244
244
|
}
|
|
245
|
-
.awsui_arrow-position-right-
|
|
245
|
+
.awsui_arrow-position-right-top_xjuzf_1lb7z_245 > .awsui_arrow-outer_xjuzf_1lb7z_201:not(#\9)::after, .awsui_arrow-position-right-bottom_xjuzf_1lb7z_245 > .awsui_arrow-outer_xjuzf_1lb7z_201:not(#\9)::after {
|
|
246
246
|
box-shadow: -0.71px 0.71px 4px -2px var(--color-shadow-default-8jp634, rgba(0, 7, 22, 0.12));
|
|
247
247
|
}
|
|
248
|
-
.awsui_arrow-position-left-
|
|
248
|
+
.awsui_arrow-position-left-top_xjuzf_1lb7z_248 > .awsui_arrow-outer_xjuzf_1lb7z_201:not(#\9)::after, .awsui_arrow-position-left-bottom_xjuzf_1lb7z_248 > .awsui_arrow-outer_xjuzf_1lb7z_201:not(#\9)::after {
|
|
249
249
|
box-shadow: 0.71px -0.71px 4px -2px var(--color-shadow-default-8jp634, rgba(0, 7, 22, 0.12));
|
|
250
250
|
}
|
|
251
|
-
.awsui_arrow-position-top-
|
|
251
|
+
.awsui_arrow-position-top-center_xjuzf_1lb7z_251 > .awsui_arrow-outer_xjuzf_1lb7z_201:not(#\9)::after, .awsui_arrow-position-top-right_xjuzf_1lb7z_251 > .awsui_arrow-outer_xjuzf_1lb7z_201:not(#\9)::after, .awsui_arrow-position-top-left_xjuzf_1lb7z_251 > .awsui_arrow-outer_xjuzf_1lb7z_201:not(#\9)::after, .awsui_arrow-position-top-responsive_xjuzf_1lb7z_251 > .awsui_arrow-outer_xjuzf_1lb7z_201:not(#\9)::after {
|
|
252
252
|
box-shadow: -0.71px -0.71px 4px -2px var(--color-shadow-default-8jp634, rgba(0, 7, 22, 0.12));
|
|
253
253
|
}
|
|
254
|
-
.awsui_arrow-position-bottom-
|
|
254
|
+
.awsui_arrow-position-bottom-center_xjuzf_1lb7z_254 > .awsui_arrow-outer_xjuzf_1lb7z_201:not(#\9)::after, .awsui_arrow-position-bottom-right_xjuzf_1lb7z_254 > .awsui_arrow-outer_xjuzf_1lb7z_201:not(#\9)::after, .awsui_arrow-position-bottom-left_xjuzf_1lb7z_254 > .awsui_arrow-outer_xjuzf_1lb7z_201:not(#\9)::after, .awsui_arrow-position-bottom-responsive_xjuzf_1lb7z_254 > .awsui_arrow-outer_xjuzf_1lb7z_201:not(#\9)::after {
|
|
255
255
|
box-shadow: 0.71px 0.71px 4px -2px var(--color-shadow-default-8jp634, rgba(0, 7, 22, 0.12));
|
|
256
256
|
}
|
|
257
257
|
|
|
@@ -353,7 +353,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
353
353
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
354
354
|
SPDX-License-Identifier: Apache-2.0
|
|
355
355
|
*/
|
|
356
|
-
.
|
|
356
|
+
.awsui_body_xjuzf_1lb7z_356:not(#\9) {
|
|
357
357
|
border-collapse: separate;
|
|
358
358
|
border-spacing: 0;
|
|
359
359
|
box-sizing: border-box;
|
|
@@ -393,16 +393,16 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
393
393
|
padding-block: var(--space-s-34lx8l, 12px);
|
|
394
394
|
padding-inline: var(--space-m-udix3p, 16px);
|
|
395
395
|
}
|
|
396
|
-
.awsui_body-overflow-
|
|
396
|
+
.awsui_body-overflow-visible_xjuzf_1lb7z_395:not(#\9) {
|
|
397
397
|
overflow: visible;
|
|
398
398
|
}
|
|
399
399
|
|
|
400
|
-
.awsui_has-
|
|
400
|
+
.awsui_has-dismiss_xjuzf_1lb7z_399:not(#\9) {
|
|
401
401
|
display: flex;
|
|
402
402
|
align-items: baseline;
|
|
403
403
|
}
|
|
404
404
|
|
|
405
|
-
.
|
|
405
|
+
.awsui_dismiss_xjuzf_1lb7z_404:not(#\9) {
|
|
406
406
|
margin-block: calc(-1 * var(--space-xs-zb16t3, 8px));
|
|
407
407
|
margin-inline-start: 0;
|
|
408
408
|
margin-inline-end: calc(-1 * (var(--space-xxs-p8yyaw, 4px) + var(--border-field-width-09w7vk, 2px)));
|
|
@@ -410,15 +410,15 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
410
410
|
order: 1;
|
|
411
411
|
}
|
|
412
412
|
|
|
413
|
-
.awsui_dismiss-
|
|
413
|
+
.awsui_dismiss-control_xjuzf_1lb7z_412:not(#\9) {
|
|
414
414
|
/* used in test-utils */
|
|
415
415
|
}
|
|
416
416
|
|
|
417
|
-
.awsui_header-
|
|
417
|
+
.awsui_header-row_xjuzf_1lb7z_416:not(#\9) {
|
|
418
418
|
margin-block-end: var(--space-xs-zb16t3, 8px);
|
|
419
419
|
}
|
|
420
420
|
|
|
421
|
-
.
|
|
421
|
+
.awsui_header_xjuzf_1lb7z_416:not(#\9) {
|
|
422
422
|
word-wrap: break-word;
|
|
423
423
|
max-inline-size: 100%;
|
|
424
424
|
overflow: hidden;
|
|
@@ -431,7 +431,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
431
431
|
/* stylelint-disable selector-max-type */
|
|
432
432
|
/* stylelint-enable selector-max-type */
|
|
433
433
|
}
|
|
434
|
-
.
|
|
434
|
+
.awsui_header_xjuzf_1lb7z_416 > h2:not(#\9) {
|
|
435
435
|
font-size: var(--font-size-heading-xs-wo4hpf, 14px);
|
|
436
436
|
line-height: var(--line-height-heading-xs-aeleja, 18px);
|
|
437
437
|
font-weight: var(--font-weight-heading-xs-l7rqme, 700);
|
|
@@ -440,7 +440,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
440
440
|
display: inline;
|
|
441
441
|
}
|
|
442
442
|
|
|
443
|
-
.
|
|
443
|
+
.awsui_content_xjuzf_1lb7z_442:not(#\9) {
|
|
444
444
|
word-wrap: break-word;
|
|
445
445
|
max-inline-size: 100%;
|
|
446
446
|
overflow: hidden;
|
|
@@ -448,7 +448,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
448
448
|
flex: 1 1 auto;
|
|
449
449
|
min-inline-size: 0;
|
|
450
450
|
}
|
|
451
|
-
.awsui_content-overflow-
|
|
451
|
+
.awsui_content-overflow-visible_xjuzf_1lb7z_450:not(#\9) {
|
|
452
452
|
overflow: visible;
|
|
453
453
|
}
|
|
454
454
|
|
|
@@ -550,7 +550,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
550
550
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
551
551
|
SPDX-License-Identifier: Apache-2.0
|
|
552
552
|
*/
|
|
553
|
-
.
|
|
553
|
+
.awsui_container_xjuzf_1lb7z_552:not(#\9) {
|
|
554
554
|
display: inline-block;
|
|
555
555
|
position: fixed;
|
|
556
556
|
inset-block-start: -9999px;
|
|
@@ -558,7 +558,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
558
558
|
z-index: 2000;
|
|
559
559
|
}
|
|
560
560
|
|
|
561
|
-
.awsui_container-
|
|
561
|
+
.awsui_container-body_xjuzf_1lb7z_560:not(#\9) {
|
|
562
562
|
border-collapse: separate;
|
|
563
563
|
border-spacing: 0;
|
|
564
564
|
box-sizing: border-box;
|
|
@@ -602,98 +602,98 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
602
602
|
border-inline: var(--border-field-width-09w7vk, 2px) solid var(--color-border-popover-umqvld, #9ba7b6);
|
|
603
603
|
}
|
|
604
604
|
|
|
605
|
-
.awsui_container-body-variant-
|
|
605
|
+
.awsui_container-body-variant-annotation_xjuzf_1lb7z_603:not(#\9) {
|
|
606
606
|
background-color: var(--color-background-status-info-mvnbre, #f2f8fd);
|
|
607
607
|
border-color: var(--color-border-status-info-8upc6f, #0972d3);
|
|
608
608
|
}
|
|
609
609
|
|
|
610
|
-
.awsui_container-body-size-
|
|
610
|
+
.awsui_container-body-size-small_xjuzf_1lb7z_608:not(#\9) {
|
|
611
611
|
max-inline-size: 210px;
|
|
612
612
|
}
|
|
613
|
-
.awsui_container-body-size-
|
|
613
|
+
.awsui_container-body-size-small_xjuzf_1lb7z_608.awsui_fixed-width_xjuzf_1lb7z_611:not(#\9) {
|
|
614
614
|
inline-size: 210px;
|
|
615
615
|
}
|
|
616
616
|
|
|
617
|
-
.awsui_container-body-size-
|
|
617
|
+
.awsui_container-body-size-medium_xjuzf_1lb7z_615:not(#\9) {
|
|
618
618
|
max-inline-size: 310px;
|
|
619
619
|
}
|
|
620
|
-
.awsui_container-body-size-
|
|
620
|
+
.awsui_container-body-size-medium_xjuzf_1lb7z_615.awsui_fixed-width_xjuzf_1lb7z_611:not(#\9) {
|
|
621
621
|
inline-size: 310px;
|
|
622
622
|
}
|
|
623
623
|
|
|
624
|
-
.awsui_container-body-size-
|
|
624
|
+
.awsui_container-body-size-large_xjuzf_1lb7z_622:not(#\9) {
|
|
625
625
|
max-inline-size: 480px;
|
|
626
626
|
}
|
|
627
627
|
@media (max-width: 480px) {
|
|
628
|
-
.awsui_container-body-size-
|
|
628
|
+
.awsui_container-body-size-large_xjuzf_1lb7z_622:not(#\9) {
|
|
629
629
|
max-inline-size: 310px;
|
|
630
630
|
}
|
|
631
631
|
}
|
|
632
|
-
.awsui_container-body-size-
|
|
632
|
+
.awsui_container-body-size-large_xjuzf_1lb7z_622.awsui_fixed-width_xjuzf_1lb7z_611:not(#\9) {
|
|
633
633
|
inline-size: 480px;
|
|
634
634
|
}
|
|
635
635
|
|
|
636
|
-
.awsui_container-
|
|
636
|
+
.awsui_container-arrow_xjuzf_1lb7z_634:not(#\9) {
|
|
637
637
|
position: absolute;
|
|
638
638
|
display: inline-block;
|
|
639
639
|
}
|
|
640
|
-
.awsui_container-arrow-position-right-
|
|
640
|
+
.awsui_container-arrow-position-right-top_xjuzf_1lb7z_638:not(#\9), .awsui_container-arrow-position-right-bottom_xjuzf_1lb7z_638:not(#\9) {
|
|
641
641
|
transform: rotate(-90deg);
|
|
642
642
|
transform-origin: 0 100%;
|
|
643
643
|
}
|
|
644
|
-
.awsui_container-arrow-position-right-
|
|
644
|
+
.awsui_container-arrow-position-right-top_xjuzf_1lb7z_638:not(#\9):dir(rtl), .awsui_container-arrow-position-right-bottom_xjuzf_1lb7z_638:not(#\9):dir(rtl) {
|
|
645
645
|
transform: rotate(90deg);
|
|
646
646
|
transform-origin: 100% 100%;
|
|
647
647
|
}
|
|
648
|
-
.awsui_container-arrow-position-right-
|
|
648
|
+
.awsui_container-arrow-position-right-top_xjuzf_1lb7z_638:not(#\9) {
|
|
649
649
|
inset-block-start: calc(12px + 10px);
|
|
650
650
|
inset-inline-start: 0;
|
|
651
651
|
}
|
|
652
|
-
.awsui_container-arrow-position-right-
|
|
652
|
+
.awsui_container-arrow-position-right-bottom_xjuzf_1lb7z_638:not(#\9) {
|
|
653
653
|
inset-block-end: 12px;
|
|
654
654
|
inset-inline-start: 0;
|
|
655
655
|
}
|
|
656
|
-
.awsui_container-arrow-position-left-
|
|
656
|
+
.awsui_container-arrow-position-left-top_xjuzf_1lb7z_654:not(#\9), .awsui_container-arrow-position-left-bottom_xjuzf_1lb7z_654:not(#\9) {
|
|
657
657
|
transform: rotate(90deg);
|
|
658
658
|
transform-origin: 100% 100%;
|
|
659
659
|
}
|
|
660
|
-
.awsui_container-arrow-position-left-
|
|
660
|
+
.awsui_container-arrow-position-left-top_xjuzf_1lb7z_654:not(#\9):dir(rtl), .awsui_container-arrow-position-left-bottom_xjuzf_1lb7z_654:not(#\9):dir(rtl) {
|
|
661
661
|
transform: rotate(-90deg);
|
|
662
662
|
transform-origin: 0% 100%;
|
|
663
663
|
}
|
|
664
|
-
.awsui_container-arrow-position-left-
|
|
664
|
+
.awsui_container-arrow-position-left-top_xjuzf_1lb7z_654:not(#\9) {
|
|
665
665
|
inset-block-start: calc(12px + 10px);
|
|
666
666
|
inset-inline-end: 0;
|
|
667
667
|
}
|
|
668
|
-
.awsui_container-arrow-position-left-
|
|
668
|
+
.awsui_container-arrow-position-left-bottom_xjuzf_1lb7z_654:not(#\9) {
|
|
669
669
|
inset-block-end: 12px;
|
|
670
670
|
inset-inline-end: 0;
|
|
671
671
|
}
|
|
672
|
-
.awsui_container-arrow-position-top-
|
|
672
|
+
.awsui_container-arrow-position-top-center_xjuzf_1lb7z_670:not(#\9), .awsui_container-arrow-position-top-right_xjuzf_1lb7z_670:not(#\9), .awsui_container-arrow-position-top-left_xjuzf_1lb7z_670:not(#\9), .awsui_container-arrow-position-top-responsive_xjuzf_1lb7z_670:not(#\9) {
|
|
673
673
|
transform: rotate(180deg);
|
|
674
674
|
transform-origin: 50% 50%;
|
|
675
675
|
}
|
|
676
|
-
.awsui_container-arrow-position-top-
|
|
676
|
+
.awsui_container-arrow-position-top-center_xjuzf_1lb7z_670:not(#\9) {
|
|
677
677
|
inset-block-end: -10px;
|
|
678
678
|
inset-inline-start: calc(50% - 10px);
|
|
679
679
|
}
|
|
680
|
-
.awsui_container-arrow-position-top-
|
|
680
|
+
.awsui_container-arrow-position-top-right_xjuzf_1lb7z_670:not(#\9) {
|
|
681
681
|
inset-block-end: -10px;
|
|
682
682
|
inset-inline-start: 12px;
|
|
683
683
|
}
|
|
684
|
-
.awsui_container-arrow-position-top-
|
|
684
|
+
.awsui_container-arrow-position-top-left_xjuzf_1lb7z_670:not(#\9) {
|
|
685
685
|
inset-block-end: -10px;
|
|
686
686
|
inset-inline-start: calc(100% - 20px - 12px);
|
|
687
687
|
}
|
|
688
|
-
.awsui_container-arrow-position-bottom-
|
|
688
|
+
.awsui_container-arrow-position-bottom-center_xjuzf_1lb7z_686:not(#\9) {
|
|
689
689
|
inset-block-start: -10px;
|
|
690
690
|
inset-inline-start: calc(50% - 10px);
|
|
691
691
|
}
|
|
692
|
-
.awsui_container-arrow-position-bottom-
|
|
692
|
+
.awsui_container-arrow-position-bottom-right_xjuzf_1lb7z_690:not(#\9) {
|
|
693
693
|
inset-block-start: -10px;
|
|
694
694
|
inset-inline-start: 12px;
|
|
695
695
|
}
|
|
696
|
-
.awsui_container-arrow-position-bottom-
|
|
696
|
+
.awsui_container-arrow-position-bottom-left_xjuzf_1lb7z_694:not(#\9) {
|
|
697
697
|
inset-block-start: -10px;
|
|
698
698
|
inset-inline-start: calc(100% - 20px - 12px);
|
|
699
699
|
}
|
|
@@ -796,10 +796,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
796
796
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
797
797
|
SPDX-License-Identifier: Apache-2.0
|
|
798
798
|
*/
|
|
799
|
-
.
|
|
800
|
-
animation: awsui_awsui-motion-fade-
|
|
799
|
+
.awsui_container_xjuzf_1lb7z_552:not(#\9) {
|
|
800
|
+
animation: awsui_awsui-motion-fade-in_xjuzf_1lb7z_1 var(--motion-duration-show-paced-q2lo2h, 180ms) var(--motion-easing-show-paced-ne2o0s, ease-out);
|
|
801
801
|
}
|
|
802
|
-
@keyframes awsui_awsui-motion-fade-
|
|
802
|
+
@keyframes awsui_awsui-motion-fade-in_xjuzf_1lb7z_1 {
|
|
803
803
|
from {
|
|
804
804
|
opacity: 0.2;
|
|
805
805
|
}
|
|
@@ -808,19 +808,19 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
808
808
|
}
|
|
809
809
|
}
|
|
810
810
|
@media (prefers-reduced-motion: reduce) {
|
|
811
|
-
.
|
|
811
|
+
.awsui_container_xjuzf_1lb7z_552:not(#\9) {
|
|
812
812
|
animation: none;
|
|
813
813
|
transition: none;
|
|
814
814
|
}
|
|
815
815
|
}
|
|
816
|
-
.awsui-motion-disabled .
|
|
816
|
+
.awsui-motion-disabled .awsui_container_xjuzf_1lb7z_552:not(#\9), .awsui-mode-entering .awsui_container_xjuzf_1lb7z_552:not(#\9) {
|
|
817
817
|
animation: none;
|
|
818
818
|
transition: none;
|
|
819
819
|
}
|
|
820
|
-
.
|
|
821
|
-
animation: awsui_awsui-motion-fade-
|
|
820
|
+
.awsui_container_xjuzf_1lb7z_552.awsui_refresh_xjuzf_1lb7z_235:not(#\9) {
|
|
821
|
+
animation: awsui_awsui-motion-fade-in_xjuzf_1lb7z_1 var(--motion-duration-refresh-only-fast-4jn2d7, 115ms) var(--motion-easing-refresh-only-a-8flf9q, cubic-bezier(0, 0, 0, 1));
|
|
822
822
|
}
|
|
823
|
-
@keyframes awsui_awsui-motion-fade-
|
|
823
|
+
@keyframes awsui_awsui-motion-fade-in_xjuzf_1lb7z_1 {
|
|
824
824
|
from {
|
|
825
825
|
opacity: 0.2;
|
|
826
826
|
}
|
|
@@ -829,17 +829,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
829
829
|
}
|
|
830
830
|
}
|
|
831
831
|
@media (prefers-reduced-motion: reduce) {
|
|
832
|
-
.
|
|
832
|
+
.awsui_container_xjuzf_1lb7z_552.awsui_refresh_xjuzf_1lb7z_235:not(#\9) {
|
|
833
833
|
animation: none;
|
|
834
834
|
transition: none;
|
|
835
835
|
}
|
|
836
836
|
}
|
|
837
|
-
.awsui-motion-disabled .
|
|
837
|
+
.awsui-motion-disabled .awsui_container_xjuzf_1lb7z_552.awsui_refresh_xjuzf_1lb7z_235:not(#\9), .awsui-mode-entering .awsui_container_xjuzf_1lb7z_552.awsui_refresh_xjuzf_1lb7z_235:not(#\9) {
|
|
838
838
|
animation: none;
|
|
839
839
|
transition: none;
|
|
840
840
|
}
|
|
841
841
|
|
|
842
|
-
.
|
|
842
|
+
.awsui_root_xjuzf_1lb7z_840:not(#\9) {
|
|
843
843
|
border-collapse: separate;
|
|
844
844
|
border-spacing: 0;
|
|
845
845
|
box-sizing: border-box;
|
|
@@ -876,14 +876,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
876
876
|
color: inherit;
|
|
877
877
|
}
|
|
878
878
|
|
|
879
|
-
.
|
|
879
|
+
.awsui_trigger_xjuzf_1lb7z_876:not(#\9) {
|
|
880
880
|
display: inline-block;
|
|
881
881
|
max-inline-size: 100%;
|
|
882
882
|
color: inherit;
|
|
883
883
|
text-align: inherit;
|
|
884
884
|
}
|
|
885
885
|
|
|
886
|
-
.awsui_trigger-type-
|
|
886
|
+
.awsui_trigger-type-text_xjuzf_1lb7z_883:not(#\9) {
|
|
887
887
|
border-block: 0;
|
|
888
888
|
border-inline: 0;
|
|
889
889
|
margin-block: 0;
|
|
@@ -894,17 +894,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
894
894
|
cursor: pointer;
|
|
895
895
|
border-block-end: var(--border-divider-list-width-27y3k5, 1px) dashed currentColor;
|
|
896
896
|
}
|
|
897
|
-
.awsui_trigger-type-
|
|
897
|
+
.awsui_trigger-type-text_xjuzf_1lb7z_883:not(#\9):focus {
|
|
898
898
|
outline: none;
|
|
899
899
|
}
|
|
900
|
-
body[data-awsui-focus-visible=true] .awsui_trigger-type-
|
|
900
|
+
body[data-awsui-focus-visible=true] .awsui_trigger-type-text_xjuzf_1lb7z_883:not(#\9):focus {
|
|
901
901
|
position: relative;
|
|
902
902
|
}
|
|
903
|
-
body[data-awsui-focus-visible=true] .awsui_trigger-type-
|
|
903
|
+
body[data-awsui-focus-visible=true] .awsui_trigger-type-text_xjuzf_1lb7z_883:not(#\9):focus {
|
|
904
904
|
outline: 2px dotted transparent;
|
|
905
905
|
outline-offset: calc(1px - 1px);
|
|
906
906
|
}
|
|
907
|
-
body[data-awsui-focus-visible=true] .awsui_trigger-type-
|
|
907
|
+
body[data-awsui-focus-visible=true] .awsui_trigger-type-text_xjuzf_1lb7z_883:not(#\9):focus::before {
|
|
908
908
|
content: " ";
|
|
909
909
|
display: block;
|
|
910
910
|
position: absolute;
|
|
@@ -918,10 +918,7 @@ body[data-awsui-focus-visible=true] .awsui_trigger-type-text_xjuzf_ov8et_883:not
|
|
|
918
918
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-u8zbsz, 4px);
|
|
919
919
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-b2ntyl, #0972d3);
|
|
920
920
|
}
|
|
921
|
-
.awsui_trigger-type-text_xjuzf_ov8et_883 > .awsui_trigger-inner-text_xjuzf_ov8et_918:not(#\9) {
|
|
922
|
-
position: relative;
|
|
923
|
-
}
|
|
924
921
|
|
|
925
|
-
.awsui_popover-inline-
|
|
922
|
+
.awsui_popover-inline-content_xjuzf_1lb7z_919:not(#\9) {
|
|
926
923
|
display: inline;
|
|
927
924
|
}
|
|
@@ -2,55 +2,54 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"arrow": "
|
|
6
|
-
"arrow-outer": "awsui_arrow-
|
|
7
|
-
"arrow-inner": "awsui_arrow-
|
|
8
|
-
"refresh": "
|
|
9
|
-
"arrow-position-right-top": "awsui_arrow-position-right-
|
|
10
|
-
"arrow-position-right-bottom": "awsui_arrow-position-right-
|
|
11
|
-
"arrow-position-left-top": "awsui_arrow-position-left-
|
|
12
|
-
"arrow-position-left-bottom": "awsui_arrow-position-left-
|
|
13
|
-
"arrow-position-top-center": "awsui_arrow-position-top-
|
|
14
|
-
"arrow-position-top-right": "awsui_arrow-position-top-
|
|
15
|
-
"arrow-position-top-left": "awsui_arrow-position-top-
|
|
16
|
-
"arrow-position-top-responsive": "awsui_arrow-position-top-
|
|
17
|
-
"arrow-position-bottom-center": "awsui_arrow-position-bottom-
|
|
18
|
-
"arrow-position-bottom-right": "awsui_arrow-position-bottom-
|
|
19
|
-
"arrow-position-bottom-left": "awsui_arrow-position-bottom-
|
|
20
|
-
"arrow-position-bottom-responsive": "awsui_arrow-position-bottom-
|
|
21
|
-
"body": "
|
|
22
|
-
"body-overflow-visible": "awsui_body-overflow-
|
|
23
|
-
"has-dismiss": "awsui_has-
|
|
24
|
-
"dismiss": "
|
|
25
|
-
"dismiss-control": "awsui_dismiss-
|
|
26
|
-
"header-row": "awsui_header-
|
|
27
|
-
"header": "
|
|
28
|
-
"content": "
|
|
29
|
-
"content-overflow-visible": "awsui_content-overflow-
|
|
30
|
-
"container": "
|
|
31
|
-
"container-body": "awsui_container-
|
|
32
|
-
"container-body-variant-annotation": "awsui_container-body-variant-
|
|
33
|
-
"container-body-size-small": "awsui_container-body-size-
|
|
34
|
-
"fixed-width": "awsui_fixed-
|
|
35
|
-
"container-body-size-medium": "awsui_container-body-size-
|
|
36
|
-
"container-body-size-large": "awsui_container-body-size-
|
|
37
|
-
"container-arrow": "awsui_container-
|
|
38
|
-
"container-arrow-position-right-top": "awsui_container-arrow-position-right-
|
|
39
|
-
"container-arrow-position-right-bottom": "awsui_container-arrow-position-right-
|
|
40
|
-
"container-arrow-position-left-top": "awsui_container-arrow-position-left-
|
|
41
|
-
"container-arrow-position-left-bottom": "awsui_container-arrow-position-left-
|
|
42
|
-
"container-arrow-position-top-center": "awsui_container-arrow-position-top-
|
|
43
|
-
"container-arrow-position-top-right": "awsui_container-arrow-position-top-
|
|
44
|
-
"container-arrow-position-top-left": "awsui_container-arrow-position-top-
|
|
45
|
-
"container-arrow-position-top-responsive": "awsui_container-arrow-position-top-
|
|
46
|
-
"container-arrow-position-bottom-center": "awsui_container-arrow-position-bottom-
|
|
47
|
-
"container-arrow-position-bottom-right": "awsui_container-arrow-position-bottom-
|
|
48
|
-
"container-arrow-position-bottom-left": "awsui_container-arrow-position-bottom-
|
|
49
|
-
"awsui-motion-fade-in": "awsui_awsui-motion-fade-
|
|
50
|
-
"root": "
|
|
51
|
-
"trigger": "
|
|
52
|
-
"trigger-type-text": "awsui_trigger-type-
|
|
53
|
-
"
|
|
54
|
-
"popover-inline-content": "awsui_popover-inline-content_xjuzf_ov8et_922"
|
|
5
|
+
"arrow": "awsui_arrow_xjuzf_1lb7z_197",
|
|
6
|
+
"arrow-outer": "awsui_arrow-outer_xjuzf_1lb7z_201",
|
|
7
|
+
"arrow-inner": "awsui_arrow-inner_xjuzf_1lb7z_201",
|
|
8
|
+
"refresh": "awsui_refresh_xjuzf_1lb7z_235",
|
|
9
|
+
"arrow-position-right-top": "awsui_arrow-position-right-top_xjuzf_1lb7z_245",
|
|
10
|
+
"arrow-position-right-bottom": "awsui_arrow-position-right-bottom_xjuzf_1lb7z_245",
|
|
11
|
+
"arrow-position-left-top": "awsui_arrow-position-left-top_xjuzf_1lb7z_248",
|
|
12
|
+
"arrow-position-left-bottom": "awsui_arrow-position-left-bottom_xjuzf_1lb7z_248",
|
|
13
|
+
"arrow-position-top-center": "awsui_arrow-position-top-center_xjuzf_1lb7z_251",
|
|
14
|
+
"arrow-position-top-right": "awsui_arrow-position-top-right_xjuzf_1lb7z_251",
|
|
15
|
+
"arrow-position-top-left": "awsui_arrow-position-top-left_xjuzf_1lb7z_251",
|
|
16
|
+
"arrow-position-top-responsive": "awsui_arrow-position-top-responsive_xjuzf_1lb7z_251",
|
|
17
|
+
"arrow-position-bottom-center": "awsui_arrow-position-bottom-center_xjuzf_1lb7z_254",
|
|
18
|
+
"arrow-position-bottom-right": "awsui_arrow-position-bottom-right_xjuzf_1lb7z_254",
|
|
19
|
+
"arrow-position-bottom-left": "awsui_arrow-position-bottom-left_xjuzf_1lb7z_254",
|
|
20
|
+
"arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_xjuzf_1lb7z_254",
|
|
21
|
+
"body": "awsui_body_xjuzf_1lb7z_356",
|
|
22
|
+
"body-overflow-visible": "awsui_body-overflow-visible_xjuzf_1lb7z_395",
|
|
23
|
+
"has-dismiss": "awsui_has-dismiss_xjuzf_1lb7z_399",
|
|
24
|
+
"dismiss": "awsui_dismiss_xjuzf_1lb7z_404",
|
|
25
|
+
"dismiss-control": "awsui_dismiss-control_xjuzf_1lb7z_412",
|
|
26
|
+
"header-row": "awsui_header-row_xjuzf_1lb7z_416",
|
|
27
|
+
"header": "awsui_header_xjuzf_1lb7z_416",
|
|
28
|
+
"content": "awsui_content_xjuzf_1lb7z_442",
|
|
29
|
+
"content-overflow-visible": "awsui_content-overflow-visible_xjuzf_1lb7z_450",
|
|
30
|
+
"container": "awsui_container_xjuzf_1lb7z_552",
|
|
31
|
+
"container-body": "awsui_container-body_xjuzf_1lb7z_560",
|
|
32
|
+
"container-body-variant-annotation": "awsui_container-body-variant-annotation_xjuzf_1lb7z_603",
|
|
33
|
+
"container-body-size-small": "awsui_container-body-size-small_xjuzf_1lb7z_608",
|
|
34
|
+
"fixed-width": "awsui_fixed-width_xjuzf_1lb7z_611",
|
|
35
|
+
"container-body-size-medium": "awsui_container-body-size-medium_xjuzf_1lb7z_615",
|
|
36
|
+
"container-body-size-large": "awsui_container-body-size-large_xjuzf_1lb7z_622",
|
|
37
|
+
"container-arrow": "awsui_container-arrow_xjuzf_1lb7z_634",
|
|
38
|
+
"container-arrow-position-right-top": "awsui_container-arrow-position-right-top_xjuzf_1lb7z_638",
|
|
39
|
+
"container-arrow-position-right-bottom": "awsui_container-arrow-position-right-bottom_xjuzf_1lb7z_638",
|
|
40
|
+
"container-arrow-position-left-top": "awsui_container-arrow-position-left-top_xjuzf_1lb7z_654",
|
|
41
|
+
"container-arrow-position-left-bottom": "awsui_container-arrow-position-left-bottom_xjuzf_1lb7z_654",
|
|
42
|
+
"container-arrow-position-top-center": "awsui_container-arrow-position-top-center_xjuzf_1lb7z_670",
|
|
43
|
+
"container-arrow-position-top-right": "awsui_container-arrow-position-top-right_xjuzf_1lb7z_670",
|
|
44
|
+
"container-arrow-position-top-left": "awsui_container-arrow-position-top-left_xjuzf_1lb7z_670",
|
|
45
|
+
"container-arrow-position-top-responsive": "awsui_container-arrow-position-top-responsive_xjuzf_1lb7z_670",
|
|
46
|
+
"container-arrow-position-bottom-center": "awsui_container-arrow-position-bottom-center_xjuzf_1lb7z_686",
|
|
47
|
+
"container-arrow-position-bottom-right": "awsui_container-arrow-position-bottom-right_xjuzf_1lb7z_690",
|
|
48
|
+
"container-arrow-position-bottom-left": "awsui_container-arrow-position-bottom-left_xjuzf_1lb7z_694",
|
|
49
|
+
"awsui-motion-fade-in": "awsui_awsui-motion-fade-in_xjuzf_1lb7z_1",
|
|
50
|
+
"root": "awsui_root_xjuzf_1lb7z_840",
|
|
51
|
+
"trigger": "awsui_trigger_xjuzf_1lb7z_876",
|
|
52
|
+
"trigger-type-text": "awsui_trigger-type-text_xjuzf_1lb7z_883",
|
|
53
|
+
"popover-inline-content": "awsui_popover-inline-content_xjuzf_1lb7z_919"
|
|
55
54
|
};
|
|
56
55
|
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"segment": "
|
|
5
|
-
"disabled": "
|
|
6
|
-
"selected": "
|
|
7
|
-
"icon": "
|
|
8
|
-
"with-text": "awsui_with-
|
|
9
|
-
"with-no-text": "awsui_with-no-
|
|
10
|
-
"root": "
|
|
11
|
-
"segment-part": "awsui_segment-
|
|
12
|
-
"select": "
|
|
13
|
-
"segment-count-2": "awsui_segment-count-
|
|
14
|
-
"segment-count-3": "awsui_segment-count-
|
|
15
|
-
"segment-count-4": "awsui_segment-count-
|
|
16
|
-
"segment-count-5": "awsui_segment-count-
|
|
17
|
-
"segment-count-6": "awsui_segment-count-
|
|
4
|
+
"segment": "awsui_segment_8cbea_xqccj_103",
|
|
5
|
+
"disabled": "awsui_disabled_8cbea_xqccj_183",
|
|
6
|
+
"selected": "awsui_selected_8cbea_xqccj_191",
|
|
7
|
+
"icon": "awsui_icon_8cbea_xqccj_212",
|
|
8
|
+
"with-text": "awsui_with-text_8cbea_xqccj_216",
|
|
9
|
+
"with-no-text": "awsui_with-no-text_8cbea_xqccj_222",
|
|
10
|
+
"root": "awsui_root_8cbea_xqccj_231",
|
|
11
|
+
"segment-part": "awsui_segment-part_8cbea_xqccj_266",
|
|
12
|
+
"select": "awsui_select_8cbea_xqccj_191",
|
|
13
|
+
"segment-count-2": "awsui_segment-count-2_8cbea_xqccj_285",
|
|
14
|
+
"segment-count-3": "awsui_segment-count-3_8cbea_xqccj_289",
|
|
15
|
+
"segment-count-4": "awsui_segment-count-4_8cbea_xqccj_293",
|
|
16
|
+
"segment-count-5": "awsui_segment-count-5_8cbea_xqccj_297",
|
|
17
|
+
"segment-count-6": "awsui_segment-count-6_8cbea_xqccj_301"
|
|
18
18
|
};
|
|
19
19
|
|