@cloudscape-design/components 3.0.637 → 3.0.638
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/annotation-context/annotation/styles.css.js +24 -24
- package/annotation-context/annotation/styles.scoped.css +31 -31
- package/annotation-context/annotation/styles.selectors.js +24 -24
- package/app-layout/notifications/styles.css.js +3 -3
- package/app-layout/notifications/styles.scoped.css +7 -7
- package/app-layout/notifications/styles.selectors.js +3 -3
- package/app-layout/skeleton/index.d.ts +4 -0
- package/app-layout/skeleton/index.d.ts.map +1 -0
- package/app-layout/skeleton/index.js +10 -0
- package/app-layout/skeleton/index.js.map +1 -0
- package/app-layout/skeleton/layout.d.ts +8 -0
- package/app-layout/skeleton/layout.d.ts.map +1 -0
- package/app-layout/skeleton/layout.js +27 -0
- package/app-layout/skeleton/layout.js.map +1 -0
- package/app-layout/skeleton/styles.css.js +16 -0
- package/app-layout/skeleton/styles.scoped.css +180 -0
- package/app-layout/skeleton/styles.selectors.js +17 -0
- package/app-layout/visual-refresh/styles.css.js +81 -81
- package/app-layout/visual-refresh/styles.scoped.css +258 -258
- package/app-layout/visual-refresh/styles.selectors.js +81 -81
- package/flashbar/styles.css.js +47 -47
- package/flashbar/styles.scoped.css +171 -171
- package/flashbar/styles.selectors.js +47 -47
- package/internal/base-component/styles.scoped.css +3 -0
- package/internal/components/dropdown/styles.css.js +20 -20
- package/internal/components/dropdown/styles.scoped.css +41 -41
- package/internal/components/dropdown/styles.selectors.js +20 -20
- package/internal/environment.js +1 -1
- package/internal/environment.json +1 -1
- package/internal/generated/custom-css-properties/index.js +51 -51
- package/internal/generated/custom-css-properties/index.js.map +1 -1
- package/internal/generated/styles/tokens.d.ts +1 -0
- package/internal/generated/styles/tokens.js +1 -0
- package/internal/generated/theming/index.cjs +11 -0
- package/internal/generated/theming/index.js +11 -0
- package/internal/hooks/use-performance-marks.d.ts.map +1 -1
- package/internal/hooks/use-performance-marks.js +4 -2
- package/internal/hooks/use-performance-marks.js.map +1 -1
- package/internal/manifest.json +1 -1
- package/internal/utils/dom.d.ts.map +1 -1
- package/internal/utils/dom.js +3 -1
- package/internal/utils/dom.js.map +1 -1
- package/package.json +1 -1
- package/slider/styles.css.js +25 -25
- package/slider/styles.scoped.css +71 -71
- package/slider/styles.selectors.js +25 -25
- package/spinner/styles.css.js +13 -13
- package/spinner/styles.scoped.css +39 -39
- package/spinner/styles.selectors.js +13 -13
- package/split-panel/styles.css.js +57 -57
- package/split-panel/styles.scoped.css +78 -77
- package/split-panel/styles.selectors.js +57 -57
|
@@ -2,52 +2,52 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"flash-with-motion": "awsui_flash-with-
|
|
6
|
-
"enter": "
|
|
7
|
-
"flash-body": "awsui_flash-
|
|
8
|
-
"flash-message": "awsui_flash-
|
|
9
|
-
"flash-header": "awsui_flash-
|
|
10
|
-
"flash-content": "awsui_flash-
|
|
11
|
-
"action-button-wrapper": "awsui_action-button-
|
|
12
|
-
"dismiss-button-wrapper": "awsui_dismiss-button-
|
|
13
|
-
"flash-icon": "awsui_flash-
|
|
14
|
-
"entering": "
|
|
15
|
-
"entered": "
|
|
16
|
-
"exiting": "
|
|
17
|
-
"stack": "
|
|
18
|
-
"animation-running": "awsui_animation-
|
|
19
|
-
"item": "
|
|
20
|
-
"flash-list-item": "awsui_flash-list-
|
|
21
|
-
"notification-bar": "awsui_notification-
|
|
22
|
-
"collapsed": "
|
|
23
|
-
"animation-ready": "awsui_animation-
|
|
24
|
-
"expanded-only": "awsui_expanded-
|
|
25
|
-
"expanded": "
|
|
26
|
-
"flash": "
|
|
27
|
-
"collapsible": "
|
|
28
|
-
"short-list": "awsui_short-
|
|
29
|
-
"visual-refresh": "awsui_visual-
|
|
30
|
-
"status": "
|
|
31
|
-
"header": "
|
|
32
|
-
"item-count": "awsui_item-
|
|
33
|
-
"button": "
|
|
34
|
-
"type-count": "awsui_type-
|
|
35
|
-
"count-number": "awsui_count-
|
|
36
|
-
"icon": "
|
|
37
|
-
"floating": "
|
|
38
|
-
"flashbar": "
|
|
39
|
-
"flash-refresh": "awsui_flash-
|
|
40
|
-
"flash-list": "awsui_flash-
|
|
41
|
-
"flash-focus-container": "awsui_flash-focus-
|
|
42
|
-
"flash-text": "awsui_flash-
|
|
43
|
-
"dismiss-button": "awsui_dismiss-
|
|
44
|
-
"breakpoint-default": "awsui_breakpoint-
|
|
45
|
-
"action-button": "awsui_action-
|
|
46
|
-
"action-slot": "awsui_action-
|
|
47
|
-
"flash-type-success": "awsui_flash-type-
|
|
48
|
-
"flash-type-error": "awsui_flash-type-
|
|
49
|
-
"flash-type-info": "awsui_flash-type-
|
|
50
|
-
"flash-type-in-progress": "awsui_flash-type-in-
|
|
51
|
-
"flash-type-warning": "awsui_flash-type-
|
|
5
|
+
"flash-with-motion": "awsui_flash-with-motion_1q84n_kwvxa_99",
|
|
6
|
+
"enter": "awsui_enter_1q84n_kwvxa_99",
|
|
7
|
+
"flash-body": "awsui_flash-body_1q84n_kwvxa_113",
|
|
8
|
+
"flash-message": "awsui_flash-message_1q84n_kwvxa_113",
|
|
9
|
+
"flash-header": "awsui_flash-header_1q84n_kwvxa_113",
|
|
10
|
+
"flash-content": "awsui_flash-content_1q84n_kwvxa_114",
|
|
11
|
+
"action-button-wrapper": "awsui_action-button-wrapper_1q84n_kwvxa_115",
|
|
12
|
+
"dismiss-button-wrapper": "awsui_dismiss-button-wrapper_1q84n_kwvxa_116",
|
|
13
|
+
"flash-icon": "awsui_flash-icon_1q84n_kwvxa_139",
|
|
14
|
+
"entering": "awsui_entering_1q84n_kwvxa_152",
|
|
15
|
+
"entered": "awsui_entered_1q84n_kwvxa_173",
|
|
16
|
+
"exiting": "awsui_exiting_1q84n_kwvxa_278",
|
|
17
|
+
"stack": "awsui_stack_1q84n_kwvxa_300",
|
|
18
|
+
"animation-running": "awsui_animation-running_1q84n_kwvxa_300",
|
|
19
|
+
"item": "awsui_item_1q84n_kwvxa_300",
|
|
20
|
+
"flash-list-item": "awsui_flash-list-item_1q84n_kwvxa_301",
|
|
21
|
+
"notification-bar": "awsui_notification-bar_1q84n_kwvxa_302",
|
|
22
|
+
"collapsed": "awsui_collapsed_1q84n_kwvxa_322",
|
|
23
|
+
"animation-ready": "awsui_animation-ready_1q84n_kwvxa_322",
|
|
24
|
+
"expanded-only": "awsui_expanded-only_1q84n_kwvxa_322",
|
|
25
|
+
"expanded": "awsui_expanded_1q84n_kwvxa_322",
|
|
26
|
+
"flash": "awsui_flash_1q84n_kwvxa_99",
|
|
27
|
+
"collapsible": "awsui_collapsible_1q84n_kwvxa_386",
|
|
28
|
+
"short-list": "awsui_short-list_1q84n_kwvxa_392",
|
|
29
|
+
"visual-refresh": "awsui_visual-refresh_1q84n_kwvxa_392",
|
|
30
|
+
"status": "awsui_status_1q84n_kwvxa_605",
|
|
31
|
+
"header": "awsui_header_1q84n_kwvxa_605",
|
|
32
|
+
"item-count": "awsui_item-count_1q84n_kwvxa_606",
|
|
33
|
+
"button": "awsui_button_1q84n_kwvxa_607",
|
|
34
|
+
"type-count": "awsui_type-count_1q84n_kwvxa_640",
|
|
35
|
+
"count-number": "awsui_count-number_1q84n_kwvxa_640",
|
|
36
|
+
"icon": "awsui_icon_1q84n_kwvxa_674",
|
|
37
|
+
"floating": "awsui_floating_1q84n_kwvxa_715",
|
|
38
|
+
"flashbar": "awsui_flashbar_1q84n_kwvxa_723",
|
|
39
|
+
"flash-refresh": "awsui_flash-refresh_1q84n_kwvxa_798",
|
|
40
|
+
"flash-list": "awsui_flash-list_1q84n_kwvxa_301",
|
|
41
|
+
"flash-focus-container": "awsui_flash-focus-container_1q84n_kwvxa_819",
|
|
42
|
+
"flash-text": "awsui_flash-text_1q84n_kwvxa_849",
|
|
43
|
+
"dismiss-button": "awsui_dismiss-button_1q84n_kwvxa_116",
|
|
44
|
+
"breakpoint-default": "awsui_breakpoint-default_1q84n_kwvxa_891",
|
|
45
|
+
"action-button": "awsui_action-button_1q84n_kwvxa_115",
|
|
46
|
+
"action-slot": "awsui_action-slot_1q84n_kwvxa_901",
|
|
47
|
+
"flash-type-success": "awsui_flash-type-success_1q84n_kwvxa_905",
|
|
48
|
+
"flash-type-error": "awsui_flash-type-error_1q84n_kwvxa_909",
|
|
49
|
+
"flash-type-info": "awsui_flash-type-info_1q84n_kwvxa_913",
|
|
50
|
+
"flash-type-in-progress": "awsui_flash-type-in-progress_1q84n_kwvxa_914",
|
|
51
|
+
"flash-type-warning": "awsui_flash-type-warning_1q84n_kwvxa_918"
|
|
52
52
|
};
|
|
53
53
|
|
|
@@ -558,6 +558,7 @@
|
|
|
558
558
|
--space-panel-side-left-5t0who:28px;
|
|
559
559
|
--space-panel-side-right-xofg51:24px;
|
|
560
560
|
--space-panel-split-top-q1pux4:20px;
|
|
561
|
+
--space-panel-split-bottom-qwdduf:20px;
|
|
561
562
|
--space-segmented-control-focus-outline-gutter-gbye20:4px;
|
|
562
563
|
--space-tabs-content-top-dedu0k:12px;
|
|
563
564
|
--space-tabs-focus-outline-gutter-xm37ly:-8px;
|
|
@@ -1005,6 +1006,7 @@
|
|
|
1005
1006
|
--space-panel-header-vertical-gv9pti:16px;
|
|
1006
1007
|
--space-panel-side-right-xofg51:20px;
|
|
1007
1008
|
--space-panel-split-top-q1pux4:16px;
|
|
1009
|
+
--space-panel-split-bottom-qwdduf:16px;
|
|
1008
1010
|
--space-tabs-content-top-dedu0k:8px;
|
|
1009
1011
|
--space-table-header-focus-outline-gutter-7js4en:-1px;
|
|
1010
1012
|
--space-scaled-2x-xxs-7v8ivz:0px;
|
|
@@ -1055,6 +1057,7 @@
|
|
|
1055
1057
|
--space-panel-header-vertical-gv9pti:16px;
|
|
1056
1058
|
--space-panel-side-right-xofg51:20px;
|
|
1057
1059
|
--space-panel-split-top-q1pux4:16px;
|
|
1060
|
+
--space-panel-split-bottom-qwdduf:16px;
|
|
1058
1061
|
--space-tabs-content-top-dedu0k:8px;
|
|
1059
1062
|
--space-scaled-xxxs-27y4hv:0px;
|
|
1060
1063
|
--space-scaled-xxs-7597g1:2px;
|
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"dropdown-content-wrapper": "awsui_dropdown-content-
|
|
5
|
-
"awsui-motion-fade-in-dropdown": "awsui_awsui-motion-fade-in-
|
|
6
|
-
"refresh": "
|
|
7
|
-
"awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-
|
|
8
|
-
"root": "
|
|
9
|
-
"interior": "
|
|
10
|
-
"dropdown": "
|
|
11
|
-
"use-portal": "awsui_use-
|
|
12
|
-
"is-empty": "awsui_is-
|
|
13
|
-
"dropdown-drop-up": "awsui_dropdown-drop-
|
|
14
|
-
"with-limited-width": "awsui_with-limited-
|
|
15
|
-
"dropdown-drop-left": "awsui_dropdown-drop-
|
|
16
|
-
"dropdown-drop-right": "awsui_dropdown-drop-
|
|
17
|
-
"occupy-entire-width": "awsui_occupy-entire-
|
|
18
|
-
"stretch-beyond-trigger-width": "awsui_stretch-beyond-trigger-
|
|
19
|
-
"hide-block-border": "awsui_hide-block-
|
|
20
|
-
"open": "
|
|
21
|
-
"nowrap": "
|
|
22
|
-
"dropdown-content": "awsui_dropdown-
|
|
23
|
-
"stretch-trigger-height": "awsui_stretch-trigger-
|
|
4
|
+
"dropdown-content-wrapper": "awsui_dropdown-content-wrapper_qwoo0_1ifvh_99",
|
|
5
|
+
"awsui-motion-fade-in-dropdown": "awsui_awsui-motion-fade-in-dropdown_qwoo0_1ifvh_1",
|
|
6
|
+
"refresh": "awsui_refresh_qwoo0_1ifvh_120",
|
|
7
|
+
"awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-0_qwoo0_1ifvh_1",
|
|
8
|
+
"root": "awsui_root_qwoo0_1ifvh_149",
|
|
9
|
+
"interior": "awsui_interior_qwoo0_1ifvh_185",
|
|
10
|
+
"dropdown": "awsui_dropdown_qwoo0_1ifvh_99",
|
|
11
|
+
"use-portal": "awsui_use-portal_qwoo0_1ifvh_196",
|
|
12
|
+
"is-empty": "awsui_is-empty_qwoo0_1ifvh_248",
|
|
13
|
+
"dropdown-drop-up": "awsui_dropdown-drop-up_qwoo0_1ifvh_255",
|
|
14
|
+
"with-limited-width": "awsui_with-limited-width_qwoo0_1ifvh_259",
|
|
15
|
+
"dropdown-drop-left": "awsui_dropdown-drop-left_qwoo0_1ifvh_262",
|
|
16
|
+
"dropdown-drop-right": "awsui_dropdown-drop-right_qwoo0_1ifvh_268",
|
|
17
|
+
"occupy-entire-width": "awsui_occupy-entire-width_qwoo0_1ifvh_274",
|
|
18
|
+
"stretch-beyond-trigger-width": "awsui_stretch-beyond-trigger-width_qwoo0_1ifvh_277",
|
|
19
|
+
"hide-block-border": "awsui_hide-block-border_qwoo0_1ifvh_284",
|
|
20
|
+
"open": "awsui_open_qwoo0_1ifvh_293",
|
|
21
|
+
"nowrap": "awsui_nowrap_qwoo0_1ifvh_302",
|
|
22
|
+
"dropdown-content": "awsui_dropdown-content_qwoo0_1ifvh_99",
|
|
23
|
+
"stretch-trigger-height": "awsui_stretch-trigger-height_qwoo0_1ifvh_313"
|
|
24
24
|
};
|
|
25
25
|
|
|
@@ -96,10 +96,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
96
96
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
97
97
|
SPDX-License-Identifier: Apache-2.0
|
|
98
98
|
*/
|
|
99
|
-
.awsui_dropdown-content-
|
|
100
|
-
animation: awsui_awsui-motion-fade-in-
|
|
99
|
+
.awsui_dropdown-content-wrapper_qwoo0_1ifvh_99:not(#\9) {
|
|
100
|
+
animation: awsui_awsui-motion-fade-in-dropdown_qwoo0_1ifvh_1 var(--motion-duration-show-quick-aq3ump, 135ms) var(--motion-easing-show-quick-vc5zgd, ease-out);
|
|
101
101
|
}
|
|
102
|
-
@keyframes awsui_awsui-motion-fade-in-
|
|
102
|
+
@keyframes awsui_awsui-motion-fade-in-dropdown_qwoo0_1ifvh_1 {
|
|
103
103
|
from {
|
|
104
104
|
opacity: 0.4;
|
|
105
105
|
}
|
|
@@ -108,22 +108,22 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
108
108
|
}
|
|
109
109
|
}
|
|
110
110
|
@media (prefers-reduced-motion: reduce) {
|
|
111
|
-
.awsui_dropdown-content-
|
|
111
|
+
.awsui_dropdown-content-wrapper_qwoo0_1ifvh_99:not(#\9) {
|
|
112
112
|
animation: none;
|
|
113
113
|
transition: none;
|
|
114
114
|
}
|
|
115
115
|
}
|
|
116
|
-
.awsui-motion-disabled .awsui_dropdown-content-
|
|
116
|
+
.awsui-motion-disabled .awsui_dropdown-content-wrapper_qwoo0_1ifvh_99:not(#\9), .awsui-mode-entering .awsui_dropdown-content-wrapper_qwoo0_1ifvh_99:not(#\9) {
|
|
117
117
|
animation: none;
|
|
118
118
|
transition: none;
|
|
119
119
|
}
|
|
120
|
-
.awsui_dropdown-content-
|
|
120
|
+
.awsui_dropdown-content-wrapper_qwoo0_1ifvh_99.awsui_refresh_qwoo0_1ifvh_120:not(#\9) {
|
|
121
121
|
transform-origin: top;
|
|
122
|
-
animation-name: awsui_awsui-motion-fade-in-
|
|
122
|
+
animation-name: awsui_awsui-motion-fade-in-0_qwoo0_1ifvh_1;
|
|
123
123
|
animation-duration: var(--motion-duration-show-quick-aq3ump, 135ms);
|
|
124
124
|
animation-timing-function: var(--motion-easing-show-quick-vc5zgd, ease-out);
|
|
125
125
|
}
|
|
126
|
-
@keyframes awsui_awsui-motion-fade-in-
|
|
126
|
+
@keyframes awsui_awsui-motion-fade-in-0_qwoo0_1ifvh_1 {
|
|
127
127
|
from {
|
|
128
128
|
opacity: 0;
|
|
129
129
|
}
|
|
@@ -132,12 +132,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
132
132
|
}
|
|
133
133
|
}
|
|
134
134
|
@media (prefers-reduced-motion: reduce) {
|
|
135
|
-
.awsui_dropdown-content-
|
|
135
|
+
.awsui_dropdown-content-wrapper_qwoo0_1ifvh_99.awsui_refresh_qwoo0_1ifvh_120:not(#\9) {
|
|
136
136
|
animation: none;
|
|
137
137
|
transition: none;
|
|
138
138
|
}
|
|
139
139
|
}
|
|
140
|
-
.awsui-motion-disabled .awsui_dropdown-content-
|
|
140
|
+
.awsui-motion-disabled .awsui_dropdown-content-wrapper_qwoo0_1ifvh_99.awsui_refresh_qwoo0_1ifvh_120:not(#\9), .awsui-mode-entering .awsui_dropdown-content-wrapper_qwoo0_1ifvh_99.awsui_refresh_qwoo0_1ifvh_120:not(#\9) {
|
|
141
141
|
animation: none;
|
|
142
142
|
transition: none;
|
|
143
143
|
}
|
|
@@ -146,7 +146,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
146
146
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
147
147
|
SPDX-License-Identifier: Apache-2.0
|
|
148
148
|
*/
|
|
149
|
-
.
|
|
149
|
+
.awsui_root_qwoo0_1ifvh_149:not(#\9) {
|
|
150
150
|
border-collapse: separate;
|
|
151
151
|
border-spacing: 0;
|
|
152
152
|
box-sizing: border-box;
|
|
@@ -183,11 +183,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
183
183
|
position: relative;
|
|
184
184
|
white-space: inherit;
|
|
185
185
|
}
|
|
186
|
-
.
|
|
186
|
+
.awsui_root_qwoo0_1ifvh_149.awsui_interior_qwoo0_1ifvh_185:not(#\9) {
|
|
187
187
|
position: static;
|
|
188
188
|
}
|
|
189
189
|
|
|
190
|
-
.
|
|
190
|
+
.awsui_dropdown_qwoo0_1ifvh_99:not(#\9) {
|
|
191
191
|
position: absolute;
|
|
192
192
|
display: none;
|
|
193
193
|
z-index: 2000;
|
|
@@ -195,24 +195,24 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
195
195
|
user-select: none;
|
|
196
196
|
transform-origin: top;
|
|
197
197
|
}
|
|
198
|
-
.
|
|
198
|
+
.awsui_dropdown_qwoo0_1ifvh_99.awsui_use-portal_qwoo0_1ifvh_196:not(#\9) {
|
|
199
199
|
z-index: 7000;
|
|
200
200
|
}
|
|
201
|
-
.
|
|
201
|
+
.awsui_dropdown_qwoo0_1ifvh_99:not(#\9):not(.awsui_interior_qwoo0_1ifvh_185) {
|
|
202
202
|
transform: translateY(0px);
|
|
203
203
|
transition: transform var(--motion-duration-show-quick-aq3ump, 135ms);
|
|
204
204
|
}
|
|
205
205
|
@media (prefers-reduced-motion: reduce) {
|
|
206
|
-
.
|
|
206
|
+
.awsui_dropdown_qwoo0_1ifvh_99:not(#\9):not(.awsui_interior_qwoo0_1ifvh_185) {
|
|
207
207
|
animation: none;
|
|
208
208
|
transition: none;
|
|
209
209
|
}
|
|
210
210
|
}
|
|
211
|
-
.awsui-motion-disabled .
|
|
211
|
+
.awsui-motion-disabled .awsui_dropdown_qwoo0_1ifvh_99:not(#\9):not(.awsui_interior_qwoo0_1ifvh_185), .awsui-mode-entering .awsui_dropdown_qwoo0_1ifvh_99:not(#\9):not(.awsui_interior_qwoo0_1ifvh_185) {
|
|
212
212
|
animation: none;
|
|
213
213
|
transition: none;
|
|
214
214
|
}
|
|
215
|
-
.awsui_dropdown-content-
|
|
215
|
+
.awsui_dropdown-content-wrapper_qwoo0_1ifvh_99:not(#\9) {
|
|
216
216
|
position: relative;
|
|
217
217
|
background-color: var(--color-background-dropdown-item-default-be16w5, #ffffff);
|
|
218
218
|
outline: none;
|
|
@@ -224,7 +224,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
224
224
|
border-block: var(--border-divider-list-width-27y3k5, 1px) solid var(--color-border-container-top-736buh, transparent);
|
|
225
225
|
box-sizing: border-box;
|
|
226
226
|
}
|
|
227
|
-
.awsui_dropdown-content-
|
|
227
|
+
.awsui_dropdown-content-wrapper_qwoo0_1ifvh_99:not(#\9)::after {
|
|
228
228
|
content: "";
|
|
229
229
|
position: absolute;
|
|
230
230
|
z-index: 1;
|
|
@@ -242,76 +242,76 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
242
242
|
pointer-events: none;
|
|
243
243
|
}
|
|
244
244
|
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
|
245
|
-
.awsui_dropdown-content-
|
|
245
|
+
.awsui_dropdown-content-wrapper_qwoo0_1ifvh_99:not(#\9) {
|
|
246
246
|
border-block: var(--border-field-width-09w7vk, 2px) solid var(--color-border-container-top-736buh, transparent);
|
|
247
247
|
border-inline: var(--border-field-width-09w7vk, 2px) solid var(--color-border-container-top-736buh, transparent);
|
|
248
248
|
}
|
|
249
249
|
}
|
|
250
|
-
.awsui_dropdown-content-
|
|
250
|
+
.awsui_dropdown-content-wrapper_qwoo0_1ifvh_99.awsui_is-empty_qwoo0_1ifvh_248:not(#\9)::after {
|
|
251
251
|
display: none;
|
|
252
252
|
}
|
|
253
|
-
.
|
|
253
|
+
.awsui_dropdown_qwoo0_1ifvh_99 > .awsui_dropdown-content-wrapper_qwoo0_1ifvh_99:not(#\9) {
|
|
254
254
|
border-block-start: var(--border-divider-list-width-27y3k5, 1px) solid var(--color-border-container-top-736buh, transparent);
|
|
255
255
|
border-block-end: var(--border-divider-list-width-27y3k5, 1px) solid var(--color-border-dropdown-group-yakmix, #b6bec9);
|
|
256
256
|
}
|
|
257
|
-
.awsui_dropdown-drop-
|
|
257
|
+
.awsui_dropdown-drop-up_qwoo0_1ifvh_255 > .awsui_dropdown-content-wrapper_qwoo0_1ifvh_99:not(#\9) {
|
|
258
258
|
transform-origin: bottom;
|
|
259
259
|
box-shadow: var(--shadow-dropup-xqkiza, 0px 4px 20px 1px rgba(0, 7, 22, 0.1));
|
|
260
260
|
}
|
|
261
|
-
.awsui_dropdown-drop-
|
|
261
|
+
.awsui_dropdown-drop-up_qwoo0_1ifvh_255.awsui_with-limited-width_qwoo0_1ifvh_259 > .awsui_dropdown-content-wrapper_qwoo0_1ifvh_99:not(#\9) {
|
|
262
262
|
border-block-start: none;
|
|
263
263
|
}
|
|
264
|
-
.awsui_dropdown-drop-
|
|
264
|
+
.awsui_dropdown-drop-left_qwoo0_1ifvh_262:not(#\9) {
|
|
265
265
|
inset-inline-end: 0;
|
|
266
266
|
}
|
|
267
|
-
.awsui_dropdown-drop-
|
|
267
|
+
.awsui_dropdown-drop-left_qwoo0_1ifvh_262:not(#\9):dir(rtl) {
|
|
268
268
|
inset-inline-end: unset;
|
|
269
269
|
}
|
|
270
|
-
.awsui_dropdown-drop-
|
|
270
|
+
.awsui_dropdown-drop-right_qwoo0_1ifvh_268:not(#\9) {
|
|
271
271
|
inset-inline-start: 0;
|
|
272
272
|
}
|
|
273
|
-
.awsui_dropdown-drop-
|
|
273
|
+
.awsui_dropdown-drop-right_qwoo0_1ifvh_268:not(#\9):dir(rtl) {
|
|
274
274
|
inset-inline-start: unset;
|
|
275
275
|
}
|
|
276
|
-
.
|
|
276
|
+
.awsui_dropdown_qwoo0_1ifvh_99.awsui_occupy-entire-width_qwoo0_1ifvh_274:not(#\9) {
|
|
277
277
|
min-inline-size: 100%;
|
|
278
278
|
}
|
|
279
|
-
.
|
|
279
|
+
.awsui_dropdown_qwoo0_1ifvh_99.awsui_stretch-beyond-trigger-width_qwoo0_1ifvh_277:not(#\9) {
|
|
280
280
|
inline-size: max-content;
|
|
281
|
-
max-inline-size: var(--awsui-dropdown-default-max-width-
|
|
281
|
+
max-inline-size: var(--awsui-dropdown-default-max-width-epuq3n, 100%);
|
|
282
282
|
}
|
|
283
|
-
.
|
|
283
|
+
.awsui_dropdown_qwoo0_1ifvh_99.awsui_interior_qwoo0_1ifvh_185 > .awsui_dropdown-content-wrapper_qwoo0_1ifvh_99:not(#\9) {
|
|
284
284
|
margin-block-start: -1px;
|
|
285
285
|
}
|
|
286
|
-
.
|
|
286
|
+
.awsui_dropdown_qwoo0_1ifvh_99.awsui_hide-block-border_qwoo0_1ifvh_284 > .awsui_dropdown-content-wrapper_qwoo0_1ifvh_99:not(#\9) {
|
|
287
287
|
border-block-start: none;
|
|
288
288
|
}
|
|
289
|
-
.
|
|
289
|
+
.awsui_dropdown_qwoo0_1ifvh_99.awsui_hide-block-border_qwoo0_1ifvh_284:not(#\9):not(.awsui_dropdown-drop-up_qwoo0_1ifvh_255) > .awsui_dropdown-content-wrapper_qwoo0_1ifvh_99 {
|
|
290
290
|
border-block-end: none;
|
|
291
291
|
}
|
|
292
|
-
.
|
|
292
|
+
.awsui_dropdown_qwoo0_1ifvh_99.awsui_hide-block-border_qwoo0_1ifvh_284.awsui_refresh_qwoo0_1ifvh_120 > .awsui_dropdown-content-wrapper_qwoo0_1ifvh_99:not(#\9) {
|
|
293
293
|
border-block-end: none;
|
|
294
294
|
}
|
|
295
|
-
.
|
|
295
|
+
.awsui_dropdown_qwoo0_1ifvh_99.awsui_open_qwoo0_1ifvh_293:not(#\9) {
|
|
296
296
|
display: block;
|
|
297
297
|
}
|
|
298
|
-
.
|
|
298
|
+
.awsui_dropdown_qwoo0_1ifvh_99.awsui_open_qwoo0_1ifvh_293:not(#\9):not(.awsui_interior_qwoo0_1ifvh_185).awsui_refresh_qwoo0_1ifvh_120[data-animating=true] {
|
|
299
299
|
transform: translateY(4px);
|
|
300
300
|
}
|
|
301
|
-
.
|
|
301
|
+
.awsui_dropdown_qwoo0_1ifvh_99.awsui_open_qwoo0_1ifvh_293:not(#\9):not(.awsui_interior_qwoo0_1ifvh_185).awsui_refresh_qwoo0_1ifvh_120[data-animating=true].awsui_dropdown-drop-up_qwoo0_1ifvh_255 {
|
|
302
302
|
transform: translateY(-4px);
|
|
303
303
|
}
|
|
304
|
-
.
|
|
304
|
+
.awsui_dropdown_qwoo0_1ifvh_99.awsui_open_qwoo0_1ifvh_293.awsui_nowrap_qwoo0_1ifvh_302:not(#\9) {
|
|
305
305
|
white-space: nowrap;
|
|
306
306
|
overflow: scroll;
|
|
307
307
|
}
|
|
308
308
|
|
|
309
|
-
.awsui_dropdown-
|
|
309
|
+
.awsui_dropdown-content_qwoo0_1ifvh_99:not(#\9) {
|
|
310
310
|
display: flex;
|
|
311
311
|
flex-direction: column;
|
|
312
312
|
inline-size: 100%;
|
|
313
313
|
}
|
|
314
314
|
|
|
315
|
-
.awsui_stretch-trigger-
|
|
315
|
+
.awsui_stretch-trigger-height_qwoo0_1ifvh_313:not(#\9) {
|
|
316
316
|
block-size: 100%;
|
|
317
317
|
}
|
|
@@ -2,25 +2,25 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"dropdown-content-wrapper": "awsui_dropdown-content-
|
|
6
|
-
"awsui-motion-fade-in-dropdown": "awsui_awsui-motion-fade-in-
|
|
7
|
-
"refresh": "
|
|
8
|
-
"awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-
|
|
9
|
-
"root": "
|
|
10
|
-
"interior": "
|
|
11
|
-
"dropdown": "
|
|
12
|
-
"use-portal": "awsui_use-
|
|
13
|
-
"is-empty": "awsui_is-
|
|
14
|
-
"dropdown-drop-up": "awsui_dropdown-drop-
|
|
15
|
-
"with-limited-width": "awsui_with-limited-
|
|
16
|
-
"dropdown-drop-left": "awsui_dropdown-drop-
|
|
17
|
-
"dropdown-drop-right": "awsui_dropdown-drop-
|
|
18
|
-
"occupy-entire-width": "awsui_occupy-entire-
|
|
19
|
-
"stretch-beyond-trigger-width": "awsui_stretch-beyond-trigger-
|
|
20
|
-
"hide-block-border": "awsui_hide-block-
|
|
21
|
-
"open": "
|
|
22
|
-
"nowrap": "
|
|
23
|
-
"dropdown-content": "awsui_dropdown-
|
|
24
|
-
"stretch-trigger-height": "awsui_stretch-trigger-
|
|
5
|
+
"dropdown-content-wrapper": "awsui_dropdown-content-wrapper_qwoo0_1ifvh_99",
|
|
6
|
+
"awsui-motion-fade-in-dropdown": "awsui_awsui-motion-fade-in-dropdown_qwoo0_1ifvh_1",
|
|
7
|
+
"refresh": "awsui_refresh_qwoo0_1ifvh_120",
|
|
8
|
+
"awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-0_qwoo0_1ifvh_1",
|
|
9
|
+
"root": "awsui_root_qwoo0_1ifvh_149",
|
|
10
|
+
"interior": "awsui_interior_qwoo0_1ifvh_185",
|
|
11
|
+
"dropdown": "awsui_dropdown_qwoo0_1ifvh_99",
|
|
12
|
+
"use-portal": "awsui_use-portal_qwoo0_1ifvh_196",
|
|
13
|
+
"is-empty": "awsui_is-empty_qwoo0_1ifvh_248",
|
|
14
|
+
"dropdown-drop-up": "awsui_dropdown-drop-up_qwoo0_1ifvh_255",
|
|
15
|
+
"with-limited-width": "awsui_with-limited-width_qwoo0_1ifvh_259",
|
|
16
|
+
"dropdown-drop-left": "awsui_dropdown-drop-left_qwoo0_1ifvh_262",
|
|
17
|
+
"dropdown-drop-right": "awsui_dropdown-drop-right_qwoo0_1ifvh_268",
|
|
18
|
+
"occupy-entire-width": "awsui_occupy-entire-width_qwoo0_1ifvh_274",
|
|
19
|
+
"stretch-beyond-trigger-width": "awsui_stretch-beyond-trigger-width_qwoo0_1ifvh_277",
|
|
20
|
+
"hide-block-border": "awsui_hide-block-border_qwoo0_1ifvh_284",
|
|
21
|
+
"open": "awsui_open_qwoo0_1ifvh_293",
|
|
22
|
+
"nowrap": "awsui_nowrap_qwoo0_1ifvh_302",
|
|
23
|
+
"dropdown-content": "awsui_dropdown-content_qwoo0_1ifvh_99",
|
|
24
|
+
"stretch-trigger-height": "awsui_stretch-trigger-height_qwoo0_1ifvh_313"
|
|
25
25
|
};
|
|
26
26
|
|
package/internal/environment.js
CHANGED
|
@@ -1,55 +1,55 @@
|
|
|
1
1
|
const customCSSPropertiesMap = {
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"mobileBarHeight": "--awsui-mobile-bar-height-
|
|
19
|
-
"notificationsGap": "--awsui-notifications-gap-
|
|
20
|
-
"notificationsHeight": "--awsui-notifications-height-
|
|
21
|
-
"offsetTop": "--awsui-offset-top-
|
|
22
|
-
"overlapHeight": "--awsui-overlap-height-
|
|
23
|
-
"navigationWidth": "--awsui-navigation-width-
|
|
24
|
-
"splitPanelReportedHeaderSize": "--awsui-split-panel-reported-header-size-
|
|
25
|
-
"splitPanelReportedSize": "--awsui-split-panel-reported-size-
|
|
26
|
-
"splitPanelHeight": "--awsui-split-panel-height-
|
|
27
|
-
"splitPanelMinWidth": "--awsui-split-panel-min-width-
|
|
28
|
-
"splitPanelMaxWidth": "--awsui-split-panel-max-width-
|
|
29
|
-
"toolsMaxWidth": "--awsui-tools-max-width-
|
|
30
|
-
"toolsWidth": "--awsui-tools-width-
|
|
31
|
-
"toolsAnimationStartingOpacity": "--awsui-tools-animation-starting-opacity-
|
|
32
|
-
"contentScrollMargin": "--awsui-content-scroll-margin-
|
|
33
|
-
"flashbarStackDepth": "--awsui-flashbar-stack-depth-
|
|
34
|
-
"flashbarStackIndex": "--awsui-flashbar-stack-index-
|
|
35
|
-
"flashbarStickyBottomMargin": "--awsui-flashbar-sticky-bottom-margin-
|
|
36
|
-
"stackedNotificationsBottomMargin": "--awsui-stacked-notifications-bottom-margin-
|
|
37
|
-
"stackedNotificationsDefaultBottomMargin": "--awsui-stacked-notifications-default-bottom-margin-
|
|
38
|
-
"dropdownDefaultMaxWidth": "--awsui-dropdown-default-max-width-
|
|
39
|
-
"spinnerRotatorFrom": "--awsui-spinner-rotator-from-
|
|
40
|
-
"spinnerRotatorTo": "--awsui-spinner-rotator-to-
|
|
41
|
-
"spinnerLineLeftFrom": "--awsui-spinner-line-left-from-
|
|
42
|
-
"spinnerLineLeftTo": "--awsui-spinner-line-left-to-
|
|
43
|
-
"spinnerLineRightFrom": "--awsui-spinner-line-right-from-
|
|
44
|
-
"spinnerLineRightTo": "--awsui-spinner-line-right-to-
|
|
45
|
-
"sliderLabelCount": "--awsui-slider-label-count-
|
|
46
|
-
"sliderTickCount": "--awsui-slider-tick-count-
|
|
47
|
-
"sliderReferenceColumn": "--awsui-slider-reference-column-
|
|
48
|
-
"sliderNextReferenceColumn": "--awsui-slider-next-reference-column-
|
|
49
|
-
"sliderMaxStart": "--awsui-slider-max-start-
|
|
50
|
-
"sliderMinEnd": "--awsui-slider-min-end-
|
|
51
|
-
"sliderRangeInlineSize": "--awsui-slider-range-inline-size-
|
|
52
|
-
"sliderTooltipPosition": "--awsui-slider-tooltip-position-
|
|
2
|
+
"maxContentWidth": "--awsui-max-content-width-epuq3n",
|
|
3
|
+
"minContentWidth": "--awsui-min-content-width-epuq3n",
|
|
4
|
+
"breadcrumbsGap": "--awsui-breadcrumbs-gap-epuq3n",
|
|
5
|
+
"contentGapLeft": "--awsui-content-gap-left-epuq3n",
|
|
6
|
+
"contentGapRight": "--awsui-content-gap-right-epuq3n",
|
|
7
|
+
"contentHeight": "--awsui-content-height-epuq3n",
|
|
8
|
+
"defaultMaxContentWidth": "--awsui-default-max-content-width-epuq3n",
|
|
9
|
+
"defaultMinContentWidth": "--awsui-default-min-content-width-epuq3n",
|
|
10
|
+
"drawerSize": "--awsui-drawer-size-epuq3n",
|
|
11
|
+
"footerHeight": "--awsui-footer-height-epuq3n",
|
|
12
|
+
"headerGap": "--awsui-header-gap-epuq3n",
|
|
13
|
+
"headerHeight": "--awsui-header-height-epuq3n",
|
|
14
|
+
"layoutWidth": "--awsui-layout-width-epuq3n",
|
|
15
|
+
"mainGap": "--awsui-main-gap-epuq3n",
|
|
16
|
+
"mainOffsetLeft": "--awsui-main-offset-left-epuq3n",
|
|
17
|
+
"mainTemplateRows": "--awsui-main-template-rows-epuq3n",
|
|
18
|
+
"mobileBarHeight": "--awsui-mobile-bar-height-epuq3n",
|
|
19
|
+
"notificationsGap": "--awsui-notifications-gap-epuq3n",
|
|
20
|
+
"notificationsHeight": "--awsui-notifications-height-epuq3n",
|
|
21
|
+
"offsetTop": "--awsui-offset-top-epuq3n",
|
|
22
|
+
"overlapHeight": "--awsui-overlap-height-epuq3n",
|
|
23
|
+
"navigationWidth": "--awsui-navigation-width-epuq3n",
|
|
24
|
+
"splitPanelReportedHeaderSize": "--awsui-split-panel-reported-header-size-epuq3n",
|
|
25
|
+
"splitPanelReportedSize": "--awsui-split-panel-reported-size-epuq3n",
|
|
26
|
+
"splitPanelHeight": "--awsui-split-panel-height-epuq3n",
|
|
27
|
+
"splitPanelMinWidth": "--awsui-split-panel-min-width-epuq3n",
|
|
28
|
+
"splitPanelMaxWidth": "--awsui-split-panel-max-width-epuq3n",
|
|
29
|
+
"toolsMaxWidth": "--awsui-tools-max-width-epuq3n",
|
|
30
|
+
"toolsWidth": "--awsui-tools-width-epuq3n",
|
|
31
|
+
"toolsAnimationStartingOpacity": "--awsui-tools-animation-starting-opacity-epuq3n",
|
|
32
|
+
"contentScrollMargin": "--awsui-content-scroll-margin-epuq3n",
|
|
33
|
+
"flashbarStackDepth": "--awsui-flashbar-stack-depth-epuq3n",
|
|
34
|
+
"flashbarStackIndex": "--awsui-flashbar-stack-index-epuq3n",
|
|
35
|
+
"flashbarStickyBottomMargin": "--awsui-flashbar-sticky-bottom-margin-epuq3n",
|
|
36
|
+
"stackedNotificationsBottomMargin": "--awsui-stacked-notifications-bottom-margin-epuq3n",
|
|
37
|
+
"stackedNotificationsDefaultBottomMargin": "--awsui-stacked-notifications-default-bottom-margin-epuq3n",
|
|
38
|
+
"dropdownDefaultMaxWidth": "--awsui-dropdown-default-max-width-epuq3n",
|
|
39
|
+
"spinnerRotatorFrom": "--awsui-spinner-rotator-from-epuq3n",
|
|
40
|
+
"spinnerRotatorTo": "--awsui-spinner-rotator-to-epuq3n",
|
|
41
|
+
"spinnerLineLeftFrom": "--awsui-spinner-line-left-from-epuq3n",
|
|
42
|
+
"spinnerLineLeftTo": "--awsui-spinner-line-left-to-epuq3n",
|
|
43
|
+
"spinnerLineRightFrom": "--awsui-spinner-line-right-from-epuq3n",
|
|
44
|
+
"spinnerLineRightTo": "--awsui-spinner-line-right-to-epuq3n",
|
|
45
|
+
"sliderLabelCount": "--awsui-slider-label-count-epuq3n",
|
|
46
|
+
"sliderTickCount": "--awsui-slider-tick-count-epuq3n",
|
|
47
|
+
"sliderReferenceColumn": "--awsui-slider-reference-column-epuq3n",
|
|
48
|
+
"sliderNextReferenceColumn": "--awsui-slider-next-reference-column-epuq3n",
|
|
49
|
+
"sliderMaxStart": "--awsui-slider-max-start-epuq3n",
|
|
50
|
+
"sliderMinEnd": "--awsui-slider-min-end-epuq3n",
|
|
51
|
+
"sliderRangeInlineSize": "--awsui-slider-range-inline-size-epuq3n",
|
|
52
|
+
"sliderTooltipPosition": "--awsui-slider-tooltip-position-epuq3n",
|
|
53
53
|
};
|
|
54
54
|
export default customCSSPropertiesMap;
|
|
55
55
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/internal/generated/custom-css-properties/index.ts"],"names":[],"mappings":"AACM,MAAM,sBAAsB,GAA0B;IACpD,gBAAgB,EAAE,gCAAgC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/internal/generated/custom-css-properties/index.ts"],"names":[],"mappings":"AACM,MAAM,sBAAsB,GAA0B;IACpD,iBAAiB,EAAE,kCAAkC;IAC7D,iBAAiB,EAAE,kCAAkC;IACrD,gBAAgB,EAAE,gCAAgC;IAClD,gBAAgB,EAAE,iCAAiC;IACnD,iBAAiB,EAAE,kCAAkC;IACrD,eAAe,EAAE,+BAA+B;IAChD,wBAAwB,EAAE,0CAA0C;IACpE,wBAAwB,EAAE,0CAA0C;IACpE,YAAY,EAAE,4BAA4B;IAC1C,cAAc,EAAE,8BAA8B;IAC9C,WAAW,EAAE,2BAA2B;IACxC,cAAc,EAAE,8BAA8B;IAC9C,aAAa,EAAE,6BAA6B;IAC5C,SAAS,EAAE,yBAAyB;IACpC,gBAAgB,EAAE,iCAAiC;IACnD,kBAAkB,EAAE,mCAAmC;IACvD,iBAAiB,EAAE,kCAAkC;IACrD,kBAAkB,EAAE,kCAAkC;IACtD,qBAAqB,EAAE,qCAAqC;IAC5D,WAAW,EAAE,2BAA2B;IACxC,eAAe,EAAE,+BAA+B;IAChD,iBAAiB,EAAE,iCAAiC;IACpD,8BAA8B,EAAE,iDAAiD;IACjF,wBAAwB,EAAE,0CAA0C;IACpE,kBAAkB,EAAE,mCAAmC;IACvD,oBAAoB,EAAE,sCAAsC;IAC5D,oBAAoB,EAAE,sCAAsC;IAC5D,eAAe,EAAE,gCAAgC;IACjD,YAAY,EAAE,4BAA4B;IAC1C,+BAA+B,EAAE,iDAAiD;IAClF,qBAAqB,EAAE,sCAAsC;IAC7D,oBAAoB,EAAE,qCAAqC;IAC3D,oBAAoB,EAAE,qCAAqC;IAC3D,4BAA4B,EAAE,8CAA8C;IAC5E,kCAAkC,EAAE,oDAAoD;IACxF,yCAAyC,EAAE,4DAA4D;IACvG,yBAAyB,EAAE,2CAA2C;IACtE,oBAAoB,EAAE,qCAAqC;IAC3D,kBAAkB,EAAE,mCAAmC;IACvD,qBAAqB,EAAE,uCAAuC;IAC9D,mBAAmB,EAAE,qCAAqC;IAC1D,sBAAsB,EAAE,wCAAwC;IAChE,oBAAoB,EAAE,sCAAsC;IAC5D,kBAAkB,EAAE,mCAAmC;IACvD,iBAAiB,EAAE,kCAAkC;IACrD,uBAAuB,EAAE,wCAAwC;IACjE,2BAA2B,EAAE,6CAA6C;IAC1E,gBAAgB,EAAE,iCAAiC;IACnD,cAAc,EAAE,+BAA+B;IAC/C,uBAAuB,EAAE,yCAAyC;IAClE,uBAAuB,EAAE,wCAAwC;CAC1D,CAAC;AACF,eAAe,sBAAsB,CAAC","sourcesContent":["\n const customCSSPropertiesMap: Record<string,string> = {\n \"maxContentWidth\": \"--awsui-max-content-width-epuq3n\",\n\"minContentWidth\": \"--awsui-min-content-width-epuq3n\",\n\"breadcrumbsGap\": \"--awsui-breadcrumbs-gap-epuq3n\",\n\"contentGapLeft\": \"--awsui-content-gap-left-epuq3n\",\n\"contentGapRight\": \"--awsui-content-gap-right-epuq3n\",\n\"contentHeight\": \"--awsui-content-height-epuq3n\",\n\"defaultMaxContentWidth\": \"--awsui-default-max-content-width-epuq3n\",\n\"defaultMinContentWidth\": \"--awsui-default-min-content-width-epuq3n\",\n\"drawerSize\": \"--awsui-drawer-size-epuq3n\",\n\"footerHeight\": \"--awsui-footer-height-epuq3n\",\n\"headerGap\": \"--awsui-header-gap-epuq3n\",\n\"headerHeight\": \"--awsui-header-height-epuq3n\",\n\"layoutWidth\": \"--awsui-layout-width-epuq3n\",\n\"mainGap\": \"--awsui-main-gap-epuq3n\",\n\"mainOffsetLeft\": \"--awsui-main-offset-left-epuq3n\",\n\"mainTemplateRows\": \"--awsui-main-template-rows-epuq3n\",\n\"mobileBarHeight\": \"--awsui-mobile-bar-height-epuq3n\",\n\"notificationsGap\": \"--awsui-notifications-gap-epuq3n\",\n\"notificationsHeight\": \"--awsui-notifications-height-epuq3n\",\n\"offsetTop\": \"--awsui-offset-top-epuq3n\",\n\"overlapHeight\": \"--awsui-overlap-height-epuq3n\",\n\"navigationWidth\": \"--awsui-navigation-width-epuq3n\",\n\"splitPanelReportedHeaderSize\": \"--awsui-split-panel-reported-header-size-epuq3n\",\n\"splitPanelReportedSize\": \"--awsui-split-panel-reported-size-epuq3n\",\n\"splitPanelHeight\": \"--awsui-split-panel-height-epuq3n\",\n\"splitPanelMinWidth\": \"--awsui-split-panel-min-width-epuq3n\",\n\"splitPanelMaxWidth\": \"--awsui-split-panel-max-width-epuq3n\",\n\"toolsMaxWidth\": \"--awsui-tools-max-width-epuq3n\",\n\"toolsWidth\": \"--awsui-tools-width-epuq3n\",\n\"toolsAnimationStartingOpacity\": \"--awsui-tools-animation-starting-opacity-epuq3n\",\n\"contentScrollMargin\": \"--awsui-content-scroll-margin-epuq3n\",\n\"flashbarStackDepth\": \"--awsui-flashbar-stack-depth-epuq3n\",\n\"flashbarStackIndex\": \"--awsui-flashbar-stack-index-epuq3n\",\n\"flashbarStickyBottomMargin\": \"--awsui-flashbar-sticky-bottom-margin-epuq3n\",\n\"stackedNotificationsBottomMargin\": \"--awsui-stacked-notifications-bottom-margin-epuq3n\",\n\"stackedNotificationsDefaultBottomMargin\": \"--awsui-stacked-notifications-default-bottom-margin-epuq3n\",\n\"dropdownDefaultMaxWidth\": \"--awsui-dropdown-default-max-width-epuq3n\",\n\"spinnerRotatorFrom\": \"--awsui-spinner-rotator-from-epuq3n\",\n\"spinnerRotatorTo\": \"--awsui-spinner-rotator-to-epuq3n\",\n\"spinnerLineLeftFrom\": \"--awsui-spinner-line-left-from-epuq3n\",\n\"spinnerLineLeftTo\": \"--awsui-spinner-line-left-to-epuq3n\",\n\"spinnerLineRightFrom\": \"--awsui-spinner-line-right-from-epuq3n\",\n\"spinnerLineRightTo\": \"--awsui-spinner-line-right-to-epuq3n\",\n\"sliderLabelCount\": \"--awsui-slider-label-count-epuq3n\",\n\"sliderTickCount\": \"--awsui-slider-tick-count-epuq3n\",\n\"sliderReferenceColumn\": \"--awsui-slider-reference-column-epuq3n\",\n\"sliderNextReferenceColumn\": \"--awsui-slider-next-reference-column-epuq3n\",\n\"sliderMaxStart\": \"--awsui-slider-max-start-epuq3n\",\n\"sliderMinEnd\": \"--awsui-slider-min-end-epuq3n\",\n\"sliderRangeInlineSize\": \"--awsui-slider-range-inline-size-epuq3n\",\n\"sliderTooltipPosition\": \"--awsui-slider-tooltip-position-epuq3n\",\n };\n export default customCSSPropertiesMap;\n "]}
|
|
@@ -630,6 +630,7 @@ export const spacePanelNavLeft: string;
|
|
|
630
630
|
export const spacePanelSideLeft: string;
|
|
631
631
|
export const spacePanelSideRight: string;
|
|
632
632
|
export const spacePanelSplitTop: string;
|
|
633
|
+
export const spacePanelSplitBottom: string;
|
|
633
634
|
export const spaceSegmentedControlFocusOutlineGutter: string;
|
|
634
635
|
export const spaceTabsContentTop: string;
|
|
635
636
|
export const spaceTabsFocusOutlineGutter: string;
|
|
@@ -630,6 +630,7 @@ export var spacePanelNavLeft = "var(--space-panel-nav-left-b1g0mt, 28px)";
|
|
|
630
630
|
export var spacePanelSideLeft = "var(--space-panel-side-left-5t0who, 28px)";
|
|
631
631
|
export var spacePanelSideRight = "var(--space-panel-side-right-xofg51, 24px)";
|
|
632
632
|
export var spacePanelSplitTop = "var(--space-panel-split-top-q1pux4, 20px)";
|
|
633
|
+
export var spacePanelSplitBottom = "var(--space-panel-split-bottom-qwdduf, 20px)";
|
|
633
634
|
export var spaceSegmentedControlFocusOutlineGutter = "var(--space-segmented-control-focus-outline-gutter-gbye20, 4px)";
|
|
634
635
|
export var spaceTabsContentTop = "var(--space-tabs-content-top-dedu0k, 12px)";
|
|
635
636
|
export var spaceTabsFocusOutlineGutter = "var(--space-tabs-focus-outline-gutter-xm37ly, -8px)";
|