@cloudscape-design/components 3.0.16 → 3.0.19
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/code-editor/styles.css.js +33 -33
- package/code-editor/styles.scoped.css +123 -123
- package/code-editor/styles.selectors.js +33 -33
- package/date-picker/styles.css.js +24 -24
- package/date-picker/styles.scoped.css +42 -42
- package/date-picker/styles.selectors.js +24 -24
- package/date-range-picker/calendar/grids/day/styles.css.js +21 -21
- package/date-range-picker/calendar/grids/day/styles.scoped.css +40 -40
- package/date-range-picker/calendar/grids/day/styles.selectors.js +21 -21
- package/date-range-picker/dropdown.d.ts.map +1 -1
- package/date-range-picker/dropdown.js +30 -31
- package/date-range-picker/dropdown.js.map +1 -1
- package/internal/base-component/styles.scoped.css +5 -2
- package/internal/environment.js +1 -1
- package/internal/generated/theming/index.cjs +15 -6
- package/internal/generated/theming/index.js +15 -6
- package/package.json +1 -1
- package/popover/styles.css.js +48 -48
- package/popover/styles.scoped.css +63 -63
- package/popover/styles.selectors.js +48 -48
- 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
|
@@ -1592,7 +1592,6 @@ export var preset = {
|
|
|
1592
1592
|
"fontWayfindingLinkActiveWeight": "{fontWeightHeavy}",
|
|
1593
1593
|
"fontWeightHeavy": "800",
|
|
1594
1594
|
"borderActiveWidth": "4px",
|
|
1595
|
-
"borderRadiusBadge": "4px",
|
|
1596
1595
|
"borderCodeEditorStatusDividerWidth": "{borderDividerSectionWidth}",
|
|
1597
1596
|
"borderContainerStickyWidth": "0px",
|
|
1598
1597
|
"borderContainerTopWidth": "0px",
|
|
@@ -1610,8 +1609,10 @@ export var preset = {
|
|
|
1610
1609
|
"borderPanelHeaderWidth": "2px",
|
|
1611
1610
|
"borderPanelTopWidth": "1px",
|
|
1612
1611
|
"borderRadiusAlert": "{borderRadiusFlashbar}",
|
|
1612
|
+
"borderRadiusBadge": "4px",
|
|
1613
1613
|
"borderRadiusButton": "20px",
|
|
1614
|
-
"
|
|
1614
|
+
"borderRadiusCalendarDayFocusRing": "3px",
|
|
1615
|
+
"borderRadiusCodeEditor": "{borderRadiusControl}",
|
|
1615
1616
|
"borderRadiusContainer": "16px",
|
|
1616
1617
|
"borderRadiusControl": "8px",
|
|
1617
1618
|
"borderRadiusControlFocusRingCircle": "4px",
|
|
@@ -1619,7 +1620,9 @@ export var preset = {
|
|
|
1619
1620
|
"borderRadiusDropdown": "{borderRadiusItem}",
|
|
1620
1621
|
"borderRadiusFlashbar": "12px",
|
|
1621
1622
|
"borderRadiusItem": "8px",
|
|
1623
|
+
"borderRadiusPopover": "{borderRadiusControl}",
|
|
1622
1624
|
"borderRadiusTabsFocusRing": "20px",
|
|
1625
|
+
"borderRadiusTutorialPanelItem": "{borderRadiusControl}",
|
|
1623
1626
|
"borderTableStickyWidth": "2px",
|
|
1624
1627
|
"borderLinkFocusRingOutline": "0",
|
|
1625
1628
|
"borderLinkFocusRingShadowSpread": "2px",
|
|
@@ -7046,7 +7049,6 @@ export var preset = {
|
|
|
7046
7049
|
"fontWayfindingLinkActiveWeight": "font-wayfinding-link-active-weight",
|
|
7047
7050
|
"fontWeightHeavy": "font-weight-heavy",
|
|
7048
7051
|
"borderActiveWidth": "border-active-width",
|
|
7049
|
-
"borderRadiusBadge": "border-radius-badge",
|
|
7050
7052
|
"borderCodeEditorStatusDividerWidth": "border-code-editor-status-divider-width",
|
|
7051
7053
|
"borderContainerStickyWidth": "border-container-sticky-width",
|
|
7052
7054
|
"borderContainerTopWidth": "border-container-top-width",
|
|
@@ -7064,8 +7066,10 @@ export var preset = {
|
|
|
7064
7066
|
"borderPanelHeaderWidth": "border-panel-header-width",
|
|
7065
7067
|
"borderPanelTopWidth": "border-panel-top-width",
|
|
7066
7068
|
"borderRadiusAlert": "border-radius-alert",
|
|
7069
|
+
"borderRadiusBadge": "border-radius-badge",
|
|
7067
7070
|
"borderRadiusButton": "border-radius-button",
|
|
7068
|
-
"
|
|
7071
|
+
"borderRadiusCalendarDayFocusRing": "border-radius-calendar-day-focus-ring",
|
|
7072
|
+
"borderRadiusCodeEditor": "border-radius-code-editor",
|
|
7069
7073
|
"borderRadiusContainer": "border-radius-container",
|
|
7070
7074
|
"borderRadiusControl": "border-radius-control",
|
|
7071
7075
|
"borderRadiusControlFocusRingCircle": "border-radius-control-focus-ring-circle",
|
|
@@ -7073,7 +7077,9 @@ export var preset = {
|
|
|
7073
7077
|
"borderRadiusDropdown": "border-radius-dropdown",
|
|
7074
7078
|
"borderRadiusFlashbar": "border-radius-flashbar",
|
|
7075
7079
|
"borderRadiusItem": "border-radius-item",
|
|
7080
|
+
"borderRadiusPopover": "border-radius-popover",
|
|
7076
7081
|
"borderRadiusTabsFocusRing": "border-radius-tabs-focus-ring",
|
|
7082
|
+
"borderRadiusTutorialPanelItem": "border-radius-tutorial-panel-item",
|
|
7077
7083
|
"borderTableStickyWidth": "border-table-sticky-width",
|
|
7078
7084
|
"borderLinkFocusRingOutline": "border-link-focus-ring-outline",
|
|
7079
7085
|
"borderLinkFocusRingShadowSpread": "border-link-focus-ring-shadow-spread",
|
|
@@ -7684,7 +7690,6 @@ export var preset = {
|
|
|
7684
7690
|
"fontWayfindingLinkActiveWeight": "--font-wayfinding-link-active-weight-l3fid7",
|
|
7685
7691
|
"fontWeightHeavy": "--font-weight-heavy-ydka9r",
|
|
7686
7692
|
"borderActiveWidth": "--border-active-width-ce5ls7",
|
|
7687
|
-
"borderRadiusBadge": "--border-radius-badge-x5oehc",
|
|
7688
7693
|
"borderCodeEditorStatusDividerWidth": "--border-code-editor-status-divider-width-cf5jzt",
|
|
7689
7694
|
"borderContainerStickyWidth": "--border-container-sticky-width-i7t7xe",
|
|
7690
7695
|
"borderContainerTopWidth": "--border-container-top-width-jk6fhm",
|
|
@@ -7702,8 +7707,10 @@ export var preset = {
|
|
|
7702
7707
|
"borderPanelHeaderWidth": "--border-panel-header-width-6fmoo4",
|
|
7703
7708
|
"borderPanelTopWidth": "--border-panel-top-width-00mwcl",
|
|
7704
7709
|
"borderRadiusAlert": "--border-radius-alert-n0skwy",
|
|
7710
|
+
"borderRadiusBadge": "--border-radius-badge-x5oehc",
|
|
7705
7711
|
"borderRadiusButton": "--border-radius-button-axewzv",
|
|
7706
|
-
"
|
|
7712
|
+
"borderRadiusCalendarDayFocusRing": "--border-radius-calendar-day-focus-ring-a8mlqd",
|
|
7713
|
+
"borderRadiusCodeEditor": "--border-radius-code-editor-fuck6b",
|
|
7707
7714
|
"borderRadiusContainer": "--border-radius-container-gh9ysk",
|
|
7708
7715
|
"borderRadiusControl": "--border-radius-control-xfq7an",
|
|
7709
7716
|
"borderRadiusControlFocusRingCircle": "--border-radius-control-focus-ring-circle-48k0xl",
|
|
@@ -7711,7 +7718,9 @@ export var preset = {
|
|
|
7711
7718
|
"borderRadiusDropdown": "--border-radius-dropdown-ujknaf",
|
|
7712
7719
|
"borderRadiusFlashbar": "--border-radius-flashbar-i7jm55",
|
|
7713
7720
|
"borderRadiusItem": "--border-radius-item-u2ibpi",
|
|
7721
|
+
"borderRadiusPopover": "--border-radius-popover-8g1bwn",
|
|
7714
7722
|
"borderRadiusTabsFocusRing": "--border-radius-tabs-focus-ring-j968on",
|
|
7723
|
+
"borderRadiusTutorialPanelItem": "--border-radius-tutorial-panel-item-5wuccf",
|
|
7715
7724
|
"borderTableStickyWidth": "--border-table-sticky-width-h1tlxy",
|
|
7716
7725
|
"borderLinkFocusRingOutline": "--border-link-focus-ring-outline-k2wccv",
|
|
7717
7726
|
"borderLinkFocusRingShadowSpread": "--border-link-focus-ring-shadow-spread-nv4ahb",
|
package/package.json
CHANGED
package/popover/styles.css.js
CHANGED
|
@@ -1,53 +1,53 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"arrow": "
|
|
5
|
-
"arrow-outer": "awsui_arrow-
|
|
6
|
-
"arrow-inner": "awsui_arrow-
|
|
7
|
-
"arrow-position-right-top": "awsui_arrow-position-right-
|
|
8
|
-
"arrow-position-right-bottom": "awsui_arrow-position-right-
|
|
9
|
-
"arrow-position-left-top": "awsui_arrow-position-left-
|
|
10
|
-
"arrow-position-left-bottom": "awsui_arrow-position-left-
|
|
11
|
-
"arrow-position-top-center": "awsui_arrow-position-top-
|
|
12
|
-
"arrow-position-top-right": "awsui_arrow-position-top-
|
|
13
|
-
"arrow-position-top-left": "awsui_arrow-position-top-
|
|
14
|
-
"arrow-position-top-responsive": "awsui_arrow-position-top-
|
|
15
|
-
"arrow-position-bottom-center": "awsui_arrow-position-bottom-
|
|
16
|
-
"arrow-position-bottom-right": "awsui_arrow-position-bottom-
|
|
17
|
-
"arrow-position-bottom-left": "awsui_arrow-position-bottom-
|
|
18
|
-
"arrow-position-bottom-responsive": "awsui_arrow-position-bottom-
|
|
19
|
-
"body": "
|
|
20
|
-
"body-overflow-visible": "awsui_body-overflow-
|
|
21
|
-
"variant-annotation": "awsui_variant-
|
|
22
|
-
"body-size-small": "awsui_body-size-
|
|
23
|
-
"fixed-width": "awsui_fixed-
|
|
24
|
-
"body-size-medium": "awsui_body-size-
|
|
25
|
-
"body-size-large": "awsui_body-size-
|
|
26
|
-
"has-dismiss": "awsui_has-
|
|
27
|
-
"dismiss": "
|
|
28
|
-
"dismiss-control": "awsui_dismiss-
|
|
29
|
-
"header-row": "awsui_header-
|
|
30
|
-
"header": "
|
|
31
|
-
"content": "
|
|
32
|
-
"content-overflow-visible": "awsui_content-overflow-
|
|
33
|
-
"container": "
|
|
34
|
-
"container-arrow": "awsui_container-
|
|
35
|
-
"container-arrow-position-right-top": "awsui_container-arrow-position-right-
|
|
36
|
-
"container-arrow-position-right-bottom": "awsui_container-arrow-position-right-
|
|
37
|
-
"container-arrow-position-left-top": "awsui_container-arrow-position-left-
|
|
38
|
-
"container-arrow-position-left-bottom": "awsui_container-arrow-position-left-
|
|
39
|
-
"container-arrow-position-top-center": "awsui_container-arrow-position-top-
|
|
40
|
-
"container-arrow-position-top-right": "awsui_container-arrow-position-top-
|
|
41
|
-
"container-arrow-position-top-left": "awsui_container-arrow-position-top-
|
|
42
|
-
"container-arrow-position-top-responsive": "awsui_container-arrow-position-top-
|
|
43
|
-
"container-arrow-position-bottom-center": "awsui_container-arrow-position-bottom-
|
|
44
|
-
"container-arrow-position-bottom-right": "awsui_container-arrow-position-bottom-
|
|
45
|
-
"container-arrow-position-bottom-left": "awsui_container-arrow-position-bottom-
|
|
46
|
-
"awsui-motion-fade-in": "awsui_awsui-motion-fade-
|
|
47
|
-
"refresh": "
|
|
48
|
-
"root": "
|
|
49
|
-
"trigger": "
|
|
50
|
-
"trigger-type-text": "awsui_trigger-type-
|
|
51
|
-
"trigger-inner-text": "awsui_trigger-inner-
|
|
4
|
+
"arrow": "awsui_arrow_xjuzf_9sy11_185",
|
|
5
|
+
"arrow-outer": "awsui_arrow-outer_xjuzf_9sy11_189",
|
|
6
|
+
"arrow-inner": "awsui_arrow-inner_xjuzf_9sy11_189",
|
|
7
|
+
"arrow-position-right-top": "awsui_arrow-position-right-top_xjuzf_9sy11_220",
|
|
8
|
+
"arrow-position-right-bottom": "awsui_arrow-position-right-bottom_xjuzf_9sy11_220",
|
|
9
|
+
"arrow-position-left-top": "awsui_arrow-position-left-top_xjuzf_9sy11_223",
|
|
10
|
+
"arrow-position-left-bottom": "awsui_arrow-position-left-bottom_xjuzf_9sy11_223",
|
|
11
|
+
"arrow-position-top-center": "awsui_arrow-position-top-center_xjuzf_9sy11_226",
|
|
12
|
+
"arrow-position-top-right": "awsui_arrow-position-top-right_xjuzf_9sy11_226",
|
|
13
|
+
"arrow-position-top-left": "awsui_arrow-position-top-left_xjuzf_9sy11_226",
|
|
14
|
+
"arrow-position-top-responsive": "awsui_arrow-position-top-responsive_xjuzf_9sy11_226",
|
|
15
|
+
"arrow-position-bottom-center": "awsui_arrow-position-bottom-center_xjuzf_9sy11_229",
|
|
16
|
+
"arrow-position-bottom-right": "awsui_arrow-position-bottom-right_xjuzf_9sy11_229",
|
|
17
|
+
"arrow-position-bottom-left": "awsui_arrow-position-bottom-left_xjuzf_9sy11_229",
|
|
18
|
+
"arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_xjuzf_9sy11_229",
|
|
19
|
+
"body": "awsui_body_xjuzf_9sy11_325",
|
|
20
|
+
"body-overflow-visible": "awsui_body-overflow-visible_xjuzf_9sy11_344",
|
|
21
|
+
"variant-annotation": "awsui_variant-annotation_xjuzf_9sy11_348",
|
|
22
|
+
"body-size-small": "awsui_body-size-small_xjuzf_9sy11_353",
|
|
23
|
+
"fixed-width": "awsui_fixed-width_xjuzf_9sy11_356",
|
|
24
|
+
"body-size-medium": "awsui_body-size-medium_xjuzf_9sy11_360",
|
|
25
|
+
"body-size-large": "awsui_body-size-large_xjuzf_9sy11_367",
|
|
26
|
+
"has-dismiss": "awsui_has-dismiss_xjuzf_9sy11_374",
|
|
27
|
+
"dismiss": "awsui_dismiss_xjuzf_9sy11_379",
|
|
28
|
+
"dismiss-control": "awsui_dismiss-control_xjuzf_9sy11_386",
|
|
29
|
+
"header-row": "awsui_header-row_xjuzf_9sy11_390",
|
|
30
|
+
"header": "awsui_header_xjuzf_9sy11_390",
|
|
31
|
+
"content": "awsui_content_xjuzf_9sy11_412",
|
|
32
|
+
"content-overflow-visible": "awsui_content-overflow-visible_xjuzf_9sy11_419",
|
|
33
|
+
"container": "awsui_container_xjuzf_9sy11_431",
|
|
34
|
+
"container-arrow": "awsui_container-arrow_xjuzf_9sy11_439",
|
|
35
|
+
"container-arrow-position-right-top": "awsui_container-arrow-position-right-top_xjuzf_9sy11_443",
|
|
36
|
+
"container-arrow-position-right-bottom": "awsui_container-arrow-position-right-bottom_xjuzf_9sy11_443",
|
|
37
|
+
"container-arrow-position-left-top": "awsui_container-arrow-position-left-top_xjuzf_9sy11_455",
|
|
38
|
+
"container-arrow-position-left-bottom": "awsui_container-arrow-position-left-bottom_xjuzf_9sy11_455",
|
|
39
|
+
"container-arrow-position-top-center": "awsui_container-arrow-position-top-center_xjuzf_9sy11_467",
|
|
40
|
+
"container-arrow-position-top-right": "awsui_container-arrow-position-top-right_xjuzf_9sy11_467",
|
|
41
|
+
"container-arrow-position-top-left": "awsui_container-arrow-position-top-left_xjuzf_9sy11_467",
|
|
42
|
+
"container-arrow-position-top-responsive": "awsui_container-arrow-position-top-responsive_xjuzf_9sy11_467",
|
|
43
|
+
"container-arrow-position-bottom-center": "awsui_container-arrow-position-bottom-center_xjuzf_9sy11_483",
|
|
44
|
+
"container-arrow-position-bottom-right": "awsui_container-arrow-position-bottom-right_xjuzf_9sy11_487",
|
|
45
|
+
"container-arrow-position-bottom-left": "awsui_container-arrow-position-bottom-left_xjuzf_9sy11_491",
|
|
46
|
+
"awsui-motion-fade-in": "awsui_awsui-motion-fade-in_xjuzf_9sy11_1",
|
|
47
|
+
"refresh": "awsui_refresh_xjuzf_9sy11_609",
|
|
48
|
+
"root": "awsui_root_xjuzf_9sy11_631",
|
|
49
|
+
"trigger": "awsui_trigger_xjuzf_9sy11_643",
|
|
50
|
+
"trigger-type-text": "awsui_trigger-type-text_xjuzf_9sy11_650",
|
|
51
|
+
"trigger-inner-text": "awsui_trigger-inner-text_xjuzf_9sy11_679"
|
|
52
52
|
};
|
|
53
53
|
|
|
@@ -182,11 +182,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
182
182
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
183
183
|
SPDX-License-Identifier: Apache-2.0
|
|
184
184
|
*/
|
|
185
|
-
.
|
|
185
|
+
.awsui_arrow_xjuzf_9sy11_185:not(#\9) {
|
|
186
186
|
width: 20px;
|
|
187
187
|
height: 10px;
|
|
188
188
|
}
|
|
189
|
-
.awsui_arrow-
|
|
189
|
+
.awsui_arrow-outer_xjuzf_9sy11_189:not(#\9), .awsui_arrow-inner_xjuzf_9sy11_189:not(#\9) {
|
|
190
190
|
position: absolute;
|
|
191
191
|
overflow: hidden;
|
|
192
192
|
width: 20px;
|
|
@@ -194,7 +194,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
194
194
|
top: 0;
|
|
195
195
|
left: 0;
|
|
196
196
|
}
|
|
197
|
-
.awsui_arrow-
|
|
197
|
+
.awsui_arrow-outer_xjuzf_9sy11_189:not(#\9)::after, .awsui_arrow-inner_xjuzf_9sy11_189:not(#\9)::after {
|
|
198
198
|
content: "";
|
|
199
199
|
box-sizing: border-box;
|
|
200
200
|
display: inline-block;
|
|
@@ -207,31 +207,31 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
207
207
|
transform: rotate(45deg);
|
|
208
208
|
transform-origin: 0 100%;
|
|
209
209
|
}
|
|
210
|
-
.awsui_arrow-
|
|
210
|
+
.awsui_arrow-outer_xjuzf_9sy11_189:not(#\9)::after {
|
|
211
211
|
background-color: #9ba7b6;
|
|
212
212
|
background-color: var(--color-border-popover-5pygk7, #9ba7b6);
|
|
213
213
|
}
|
|
214
|
-
.awsui_arrow-
|
|
214
|
+
.awsui_arrow-inner_xjuzf_9sy11_189:not(#\9) {
|
|
215
215
|
top: 2px;
|
|
216
216
|
}
|
|
217
|
-
.awsui_arrow-
|
|
217
|
+
.awsui_arrow-inner_xjuzf_9sy11_189:not(#\9)::after {
|
|
218
218
|
border-radius: 1px 0 0 0;
|
|
219
219
|
background-color: #ffffff;
|
|
220
220
|
background-color: var(--color-background-popover-mn5o9k, #ffffff);
|
|
221
221
|
}
|
|
222
|
-
.awsui_arrow-position-right-
|
|
222
|
+
.awsui_arrow-position-right-top_xjuzf_9sy11_220 > .awsui_arrow-outer_xjuzf_9sy11_189:not(#\9)::after, .awsui_arrow-position-right-bottom_xjuzf_9sy11_220 > .awsui_arrow-outer_xjuzf_9sy11_189:not(#\9)::after {
|
|
223
223
|
box-shadow: -0.71px 0.71px 4px -2px rgba(0, 7, 22, 0.12);
|
|
224
224
|
box-shadow: -0.71px 0.71px 4px -2px var(--color-shadow-default-3se70f, rgba(0, 7, 22, 0.12));
|
|
225
225
|
}
|
|
226
|
-
.awsui_arrow-position-left-
|
|
226
|
+
.awsui_arrow-position-left-top_xjuzf_9sy11_223 > .awsui_arrow-outer_xjuzf_9sy11_189:not(#\9)::after, .awsui_arrow-position-left-bottom_xjuzf_9sy11_223 > .awsui_arrow-outer_xjuzf_9sy11_189:not(#\9)::after {
|
|
227
227
|
box-shadow: 0.71px -0.71px 4px -2px rgba(0, 7, 22, 0.12);
|
|
228
228
|
box-shadow: 0.71px -0.71px 4px -2px var(--color-shadow-default-3se70f, rgba(0, 7, 22, 0.12));
|
|
229
229
|
}
|
|
230
|
-
.awsui_arrow-position-top-
|
|
230
|
+
.awsui_arrow-position-top-center_xjuzf_9sy11_226 > .awsui_arrow-outer_xjuzf_9sy11_189:not(#\9)::after, .awsui_arrow-position-top-right_xjuzf_9sy11_226 > .awsui_arrow-outer_xjuzf_9sy11_189:not(#\9)::after, .awsui_arrow-position-top-left_xjuzf_9sy11_226 > .awsui_arrow-outer_xjuzf_9sy11_189:not(#\9)::after, .awsui_arrow-position-top-responsive_xjuzf_9sy11_226 > .awsui_arrow-outer_xjuzf_9sy11_189:not(#\9)::after {
|
|
231
231
|
box-shadow: -0.71px -0.71px 4px -2px rgba(0, 7, 22, 0.12);
|
|
232
232
|
box-shadow: -0.71px -0.71px 4px -2px var(--color-shadow-default-3se70f, rgba(0, 7, 22, 0.12));
|
|
233
233
|
}
|
|
234
|
-
.awsui_arrow-position-bottom-
|
|
234
|
+
.awsui_arrow-position-bottom-center_xjuzf_9sy11_229 > .awsui_arrow-outer_xjuzf_9sy11_189:not(#\9)::after, .awsui_arrow-position-bottom-right_xjuzf_9sy11_229 > .awsui_arrow-outer_xjuzf_9sy11_189:not(#\9)::after, .awsui_arrow-position-bottom-left_xjuzf_9sy11_229 > .awsui_arrow-outer_xjuzf_9sy11_189:not(#\9)::after, .awsui_arrow-position-bottom-responsive_xjuzf_9sy11_229 > .awsui_arrow-outer_xjuzf_9sy11_189:not(#\9)::after {
|
|
235
235
|
box-shadow: 0.71px 0.71px 4px -2px rgba(0, 7, 22, 0.12);
|
|
236
236
|
box-shadow: 0.71px 0.71px 4px -2px var(--color-shadow-default-3se70f, rgba(0, 7, 22, 0.12));
|
|
237
237
|
}
|
|
@@ -328,7 +328,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
328
328
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
329
329
|
SPDX-License-Identifier: Apache-2.0
|
|
330
330
|
*/
|
|
331
|
-
.
|
|
331
|
+
.awsui_body_xjuzf_9sy11_325:not(#\9) {
|
|
332
332
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
333
333
|
border-collapse: separate;
|
|
334
334
|
border-spacing: 0;
|
|
@@ -372,7 +372,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
372
372
|
overflow: hidden;
|
|
373
373
|
box-sizing: border-box;
|
|
374
374
|
border-radius: 8px;
|
|
375
|
-
border-radius: var(--border-radius-
|
|
375
|
+
border-radius: var(--border-radius-popover-8g1bwn, 8px);
|
|
376
376
|
padding: 12px 16px;
|
|
377
377
|
padding: var(--space-s-hv8c1d, 12px) var(--space-m-17eucw, 16px);
|
|
378
378
|
background-color: #ffffff;
|
|
@@ -382,44 +382,44 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
382
382
|
border: 2px solid #9ba7b6;
|
|
383
383
|
border: var(--border-field-width-idlekx, 2px) solid var(--color-border-popover-5pygk7, #9ba7b6);
|
|
384
384
|
}
|
|
385
|
-
.awsui_body-overflow-
|
|
385
|
+
.awsui_body-overflow-visible_xjuzf_9sy11_344:not(#\9) {
|
|
386
386
|
overflow: visible;
|
|
387
387
|
}
|
|
388
388
|
|
|
389
|
-
.awsui_variant-
|
|
389
|
+
.awsui_variant-annotation_xjuzf_9sy11_348:not(#\9) {
|
|
390
390
|
background-color: #f2f8fd;
|
|
391
391
|
background-color: var(--color-background-status-info-usb30e, #f2f8fd);
|
|
392
392
|
border-color: #0972d3;
|
|
393
393
|
border-color: var(--color-border-status-info-546i7i, #0972d3);
|
|
394
394
|
}
|
|
395
395
|
|
|
396
|
-
.awsui_body-size-
|
|
396
|
+
.awsui_body-size-small_xjuzf_9sy11_353:not(#\9) {
|
|
397
397
|
max-width: 210px;
|
|
398
398
|
}
|
|
399
|
-
.awsui_body-size-
|
|
399
|
+
.awsui_body-size-small_xjuzf_9sy11_353.awsui_fixed-width_xjuzf_9sy11_356:not(#\9) {
|
|
400
400
|
width: 210px;
|
|
401
401
|
}
|
|
402
402
|
|
|
403
|
-
.awsui_body-size-
|
|
403
|
+
.awsui_body-size-medium_xjuzf_9sy11_360:not(#\9) {
|
|
404
404
|
max-width: 310px;
|
|
405
405
|
}
|
|
406
|
-
.awsui_body-size-
|
|
406
|
+
.awsui_body-size-medium_xjuzf_9sy11_360.awsui_fixed-width_xjuzf_9sy11_356:not(#\9) {
|
|
407
407
|
width: 310px;
|
|
408
408
|
}
|
|
409
409
|
|
|
410
|
-
.awsui_body-size-
|
|
410
|
+
.awsui_body-size-large_xjuzf_9sy11_367:not(#\9) {
|
|
411
411
|
max-width: 480px;
|
|
412
412
|
}
|
|
413
|
-
.awsui_body-size-
|
|
413
|
+
.awsui_body-size-large_xjuzf_9sy11_367.awsui_fixed-width_xjuzf_9sy11_356:not(#\9) {
|
|
414
414
|
width: 480px;
|
|
415
415
|
}
|
|
416
416
|
|
|
417
|
-
.awsui_has-
|
|
417
|
+
.awsui_has-dismiss_xjuzf_9sy11_374:not(#\9) {
|
|
418
418
|
display: flex;
|
|
419
419
|
align-items: baseline;
|
|
420
420
|
}
|
|
421
421
|
|
|
422
|
-
.
|
|
422
|
+
.awsui_dismiss_xjuzf_9sy11_379:not(#\9) {
|
|
423
423
|
margin: calc(-1 * (4px + 2px)) calc(-1 * (4px + 2px));
|
|
424
424
|
margin: calc(-1 * (var(--space-scaled-xxs-95dhkm, 4px) + var(--border-field-width-idlekx, 2px))) calc(-1 * (var(--space-xxs-ynfts5, 4px) + var(--border-field-width-idlekx, 2px)));
|
|
425
425
|
margin-left: 0;
|
|
@@ -427,16 +427,16 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
427
427
|
order: 1;
|
|
428
428
|
}
|
|
429
429
|
|
|
430
|
-
.awsui_dismiss-
|
|
430
|
+
.awsui_dismiss-control_xjuzf_9sy11_386:not(#\9) {
|
|
431
431
|
/* used in test-utils */
|
|
432
432
|
}
|
|
433
433
|
|
|
434
|
-
.awsui_header-
|
|
434
|
+
.awsui_header-row_xjuzf_9sy11_390:not(#\9) {
|
|
435
435
|
margin-bottom: 8px;
|
|
436
436
|
margin-bottom: var(--space-xs-rsr2qu, 8px);
|
|
437
437
|
}
|
|
438
438
|
|
|
439
|
-
.
|
|
439
|
+
.awsui_header_xjuzf_9sy11_390:not(#\9) {
|
|
440
440
|
word-wrap: break-word;
|
|
441
441
|
max-width: 100%;
|
|
442
442
|
overflow: hidden;
|
|
@@ -450,7 +450,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
450
450
|
/* stylelint-disable selector-max-type */
|
|
451
451
|
/* stylelint-enable selector-max-type */
|
|
452
452
|
}
|
|
453
|
-
.
|
|
453
|
+
.awsui_header_xjuzf_9sy11_390 > h2:not(#\9) {
|
|
454
454
|
font-size: 14px;
|
|
455
455
|
font-size: var(--font-heading-xs-size-fryxro, 14px);
|
|
456
456
|
line-height: 18px;
|
|
@@ -460,7 +460,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
460
460
|
display: inline;
|
|
461
461
|
}
|
|
462
462
|
|
|
463
|
-
.
|
|
463
|
+
.awsui_content_xjuzf_9sy11_412:not(#\9) {
|
|
464
464
|
word-wrap: break-word;
|
|
465
465
|
max-width: 100%;
|
|
466
466
|
overflow: hidden;
|
|
@@ -468,7 +468,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
468
468
|
color: var(--color-text-body-secondary-fdstdf, #414d5c);
|
|
469
469
|
flex: 1 1 auto;
|
|
470
470
|
}
|
|
471
|
-
.awsui_content-overflow-
|
|
471
|
+
.awsui_content-overflow-visible_xjuzf_9sy11_419:not(#\9) {
|
|
472
472
|
overflow: visible;
|
|
473
473
|
}
|
|
474
474
|
|
|
@@ -480,7 +480,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
480
480
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
481
481
|
SPDX-License-Identifier: Apache-2.0
|
|
482
482
|
*/
|
|
483
|
-
.
|
|
483
|
+
.awsui_container_xjuzf_9sy11_431:not(#\9) {
|
|
484
484
|
display: inline-block;
|
|
485
485
|
position: fixed;
|
|
486
486
|
top: -9999px;
|
|
@@ -488,59 +488,59 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
488
488
|
z-index: 2000;
|
|
489
489
|
}
|
|
490
490
|
|
|
491
|
-
.awsui_container-
|
|
491
|
+
.awsui_container-arrow_xjuzf_9sy11_439:not(#\9) {
|
|
492
492
|
position: absolute;
|
|
493
493
|
display: inline-block;
|
|
494
494
|
}
|
|
495
|
-
.awsui_container-arrow-position-right-
|
|
495
|
+
.awsui_container-arrow-position-right-top_xjuzf_9sy11_443:not(#\9), .awsui_container-arrow-position-right-bottom_xjuzf_9sy11_443:not(#\9) {
|
|
496
496
|
transform: rotate(-90deg);
|
|
497
497
|
transform-origin: 0 100%;
|
|
498
498
|
}
|
|
499
|
-
.awsui_container-arrow-position-right-
|
|
499
|
+
.awsui_container-arrow-position-right-top_xjuzf_9sy11_443:not(#\9) {
|
|
500
500
|
top: calc(12px + 10px);
|
|
501
501
|
left: 0;
|
|
502
502
|
}
|
|
503
|
-
.awsui_container-arrow-position-right-
|
|
503
|
+
.awsui_container-arrow-position-right-bottom_xjuzf_9sy11_443:not(#\9) {
|
|
504
504
|
bottom: 12px;
|
|
505
505
|
left: 0;
|
|
506
506
|
}
|
|
507
|
-
.awsui_container-arrow-position-left-
|
|
507
|
+
.awsui_container-arrow-position-left-top_xjuzf_9sy11_455:not(#\9), .awsui_container-arrow-position-left-bottom_xjuzf_9sy11_455:not(#\9) {
|
|
508
508
|
transform: rotate(90deg);
|
|
509
509
|
transform-origin: 100% 100%;
|
|
510
510
|
}
|
|
511
|
-
.awsui_container-arrow-position-left-
|
|
511
|
+
.awsui_container-arrow-position-left-top_xjuzf_9sy11_455:not(#\9) {
|
|
512
512
|
top: calc(12px + 10px);
|
|
513
513
|
right: 0;
|
|
514
514
|
}
|
|
515
|
-
.awsui_container-arrow-position-left-
|
|
515
|
+
.awsui_container-arrow-position-left-bottom_xjuzf_9sy11_455:not(#\9) {
|
|
516
516
|
bottom: 12px;
|
|
517
517
|
right: 0;
|
|
518
518
|
}
|
|
519
|
-
.awsui_container-arrow-position-top-
|
|
519
|
+
.awsui_container-arrow-position-top-center_xjuzf_9sy11_467:not(#\9), .awsui_container-arrow-position-top-right_xjuzf_9sy11_467:not(#\9), .awsui_container-arrow-position-top-left_xjuzf_9sy11_467:not(#\9), .awsui_container-arrow-position-top-responsive_xjuzf_9sy11_467:not(#\9) {
|
|
520
520
|
transform: rotate(180deg);
|
|
521
521
|
transform-origin: 50% 50%;
|
|
522
522
|
}
|
|
523
|
-
.awsui_container-arrow-position-top-
|
|
523
|
+
.awsui_container-arrow-position-top-center_xjuzf_9sy11_467:not(#\9) {
|
|
524
524
|
bottom: -10px;
|
|
525
525
|
left: calc(50% - 10px);
|
|
526
526
|
}
|
|
527
|
-
.awsui_container-arrow-position-top-
|
|
527
|
+
.awsui_container-arrow-position-top-right_xjuzf_9sy11_467:not(#\9) {
|
|
528
528
|
bottom: -10px;
|
|
529
529
|
left: 12px;
|
|
530
530
|
}
|
|
531
|
-
.awsui_container-arrow-position-top-
|
|
531
|
+
.awsui_container-arrow-position-top-left_xjuzf_9sy11_467:not(#\9) {
|
|
532
532
|
bottom: -10px;
|
|
533
533
|
left: calc(100% - 20px - 12px);
|
|
534
534
|
}
|
|
535
|
-
.awsui_container-arrow-position-bottom-
|
|
535
|
+
.awsui_container-arrow-position-bottom-center_xjuzf_9sy11_483:not(#\9) {
|
|
536
536
|
top: -10px;
|
|
537
537
|
left: calc(50% - 10px);
|
|
538
538
|
}
|
|
539
|
-
.awsui_container-arrow-position-bottom-
|
|
539
|
+
.awsui_container-arrow-position-bottom-right_xjuzf_9sy11_487:not(#\9) {
|
|
540
540
|
top: -10px;
|
|
541
541
|
left: 12px;
|
|
542
542
|
}
|
|
543
|
-
.awsui_container-arrow-position-bottom-
|
|
543
|
+
.awsui_container-arrow-position-bottom-left_xjuzf_9sy11_491:not(#\9) {
|
|
544
544
|
top: -10px;
|
|
545
545
|
left: calc(100% - 20px - 12px);
|
|
546
546
|
}
|
|
@@ -637,11 +637,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
637
637
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
638
638
|
SPDX-License-Identifier: Apache-2.0
|
|
639
639
|
*/
|
|
640
|
-
.
|
|
641
|
-
animation: awsui_awsui-motion-fade-
|
|
642
|
-
animation: awsui_awsui-motion-fade-
|
|
640
|
+
.awsui_container_xjuzf_9sy11_431:not(#\9) {
|
|
641
|
+
animation: awsui_awsui-motion-fade-in_xjuzf_9sy11_1 180ms ease-out;
|
|
642
|
+
animation: awsui_awsui-motion-fade-in_xjuzf_9sy11_1 var(--motion-duration-show-paced-7wspqf, 180ms) var(--motion-easing-show-paced-wj4ybn, ease-out);
|
|
643
643
|
}
|
|
644
|
-
@keyframes awsui_awsui-motion-fade-
|
|
644
|
+
@keyframes awsui_awsui-motion-fade-in_xjuzf_9sy11_1 {
|
|
645
645
|
from {
|
|
646
646
|
opacity: 0.2;
|
|
647
647
|
}
|
|
@@ -650,20 +650,20 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
650
650
|
}
|
|
651
651
|
}
|
|
652
652
|
@media (prefers-reduced-motion: reduce) {
|
|
653
|
-
.
|
|
653
|
+
.awsui_container_xjuzf_9sy11_431:not(#\9) {
|
|
654
654
|
animation: none;
|
|
655
655
|
transition: none;
|
|
656
656
|
}
|
|
657
657
|
}
|
|
658
|
-
.awsui-motion-disabled .
|
|
658
|
+
.awsui-motion-disabled .awsui_container_xjuzf_9sy11_431:not(#\9), .awsui-mode-entering .awsui_container_xjuzf_9sy11_431:not(#\9) {
|
|
659
659
|
animation: none;
|
|
660
660
|
transition: none;
|
|
661
661
|
}
|
|
662
|
-
.
|
|
663
|
-
animation: awsui_awsui-motion-fade-
|
|
664
|
-
animation: awsui_awsui-motion-fade-
|
|
662
|
+
.awsui_container_xjuzf_9sy11_431.awsui_refresh_xjuzf_9sy11_609:not(#\9) {
|
|
663
|
+
animation: awsui_awsui-motion-fade-in_xjuzf_9sy11_1 115ms cubic-bezier(0, 0, 0, 1);
|
|
664
|
+
animation: awsui_awsui-motion-fade-in_xjuzf_9sy11_1 var(--motion-duration-refresh-only-fast-addxjd, 115ms) var(--motion-easing-refresh-only-a-sy0g8m, cubic-bezier(0, 0, 0, 1));
|
|
665
665
|
}
|
|
666
|
-
@keyframes awsui_awsui-motion-fade-
|
|
666
|
+
@keyframes awsui_awsui-motion-fade-in_xjuzf_9sy11_1 {
|
|
667
667
|
from {
|
|
668
668
|
opacity: 0.2;
|
|
669
669
|
}
|
|
@@ -672,17 +672,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
672
672
|
}
|
|
673
673
|
}
|
|
674
674
|
@media (prefers-reduced-motion: reduce) {
|
|
675
|
-
.
|
|
675
|
+
.awsui_container_xjuzf_9sy11_431.awsui_refresh_xjuzf_9sy11_609:not(#\9) {
|
|
676
676
|
animation: none;
|
|
677
677
|
transition: none;
|
|
678
678
|
}
|
|
679
679
|
}
|
|
680
|
-
.awsui-motion-disabled .
|
|
680
|
+
.awsui-motion-disabled .awsui_container_xjuzf_9sy11_431.awsui_refresh_xjuzf_9sy11_609:not(#\9), .awsui-mode-entering .awsui_container_xjuzf_9sy11_431.awsui_refresh_xjuzf_9sy11_609:not(#\9) {
|
|
681
681
|
animation: none;
|
|
682
682
|
transition: none;
|
|
683
683
|
}
|
|
684
684
|
|
|
685
|
-
.
|
|
685
|
+
.awsui_root_xjuzf_9sy11_631:not(#\9) {
|
|
686
686
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
687
687
|
border-collapse: separate;
|
|
688
688
|
border-spacing: 0;
|
|
@@ -724,14 +724,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
724
724
|
color: inherit;
|
|
725
725
|
}
|
|
726
726
|
|
|
727
|
-
.
|
|
727
|
+
.awsui_trigger_xjuzf_9sy11_643:not(#\9) {
|
|
728
728
|
display: inline-block;
|
|
729
729
|
max-width: 100%;
|
|
730
730
|
color: inherit;
|
|
731
731
|
text-align: inherit;
|
|
732
732
|
}
|
|
733
733
|
|
|
734
|
-
.awsui_trigger-type-
|
|
734
|
+
.awsui_trigger-type-text_xjuzf_9sy11_650:not(#\9) {
|
|
735
735
|
border: 0;
|
|
736
736
|
margin: 0;
|
|
737
737
|
padding: 0;
|
|
@@ -740,17 +740,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
740
740
|
border-bottom: 1px dashed currentColor;
|
|
741
741
|
border-bottom: var(--border-divider-list-width-hacikr, 1px) dashed currentColor;
|
|
742
742
|
}
|
|
743
|
-
.awsui_trigger-type-
|
|
743
|
+
.awsui_trigger-type-text_xjuzf_9sy11_650:not(#\9):focus {
|
|
744
744
|
outline: none;
|
|
745
745
|
}
|
|
746
|
-
.awsui_trigger-type-
|
|
746
|
+
.awsui_trigger-type-text_xjuzf_9sy11_650[data-awsui-focus-visible=true]:not(#\9):focus {
|
|
747
747
|
position: relative;
|
|
748
748
|
}
|
|
749
|
-
.awsui_trigger-type-
|
|
749
|
+
.awsui_trigger-type-text_xjuzf_9sy11_650[data-awsui-focus-visible=true]:not(#\9):focus {
|
|
750
750
|
outline: 2px dotted transparent;
|
|
751
751
|
outline-offset: calc(1px - 1px);
|
|
752
752
|
}
|
|
753
|
-
.awsui_trigger-type-
|
|
753
|
+
.awsui_trigger-type-text_xjuzf_9sy11_650[data-awsui-focus-visible=true]:not(#\9):focus::before {
|
|
754
754
|
content: " ";
|
|
755
755
|
display: block;
|
|
756
756
|
position: absolute;
|
|
@@ -763,6 +763,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
763
763
|
box-shadow: 0 0 0 2px #0972d3;
|
|
764
764
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-ap3b6s, #0972d3);
|
|
765
765
|
}
|
|
766
|
-
.awsui_trigger-type-
|
|
766
|
+
.awsui_trigger-type-text_xjuzf_9sy11_650 > .awsui_trigger-inner-text_xjuzf_9sy11_679:not(#\9) {
|
|
767
767
|
position: relative;
|
|
768
768
|
}
|