@cloudscape-design/components 3.0.448 → 3.0.450
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/alert/styles.css.js +25 -25
- package/alert/styles.scoped.css +59 -53
- package/alert/styles.selectors.js +25 -25
- package/anchor-navigation/styles.css.js +8 -8
- package/anchor-navigation/styles.scoped.css +39 -30
- package/anchor-navigation/styles.selectors.js +8 -8
- package/annotation-context/annotation/styles.css.js +24 -24
- package/annotation-context/annotation/styles.scoped.css +55 -48
- package/annotation-context/annotation/styles.selectors.js +24 -24
- package/app-layout/content-wrapper/styles.css.js +3 -3
- package/app-layout/content-wrapper/styles.scoped.css +15 -15
- package/app-layout/content-wrapper/styles.selectors.js +3 -3
- package/app-layout/drawer/styles.css.js +12 -12
- package/app-layout/drawer/styles.scoped.css +29 -30
- package/app-layout/drawer/styles.selectors.js +12 -12
- package/app-layout/mobile-toolbar/styles.css.js +8 -8
- package/app-layout/mobile-toolbar/styles.scoped.css +18 -17
- package/app-layout/mobile-toolbar/styles.selectors.js +8 -8
- package/app-layout/notifications/styles.css.js +3 -3
- package/app-layout/notifications/styles.scoped.css +6 -6
- package/app-layout/notifications/styles.selectors.js +3 -3
- package/app-layout/split-panel/styles.css.js +2 -2
- package/app-layout/split-panel/styles.scoped.css +3 -3
- package/app-layout/split-panel/styles.selectors.js +2 -2
- package/app-layout/styles.css.js +16 -16
- package/app-layout/styles.scoped.css +26 -26
- package/app-layout/styles.selectors.js +16 -16
- package/app-layout/toggles/styles.css.js +2 -2
- package/app-layout/toggles/styles.scoped.css +10 -9
- package/app-layout/toggles/styles.selectors.js +2 -2
- package/app-layout/visual-refresh/styles.css.js +80 -80
- package/app-layout/visual-refresh/styles.scoped.css +268 -251
- package/app-layout/visual-refresh/styles.selectors.js +80 -80
- package/area-chart/styles.css.js +6 -6
- package/area-chart/styles.scoped.css +12 -11
- package/area-chart/styles.selectors.js +6 -6
- package/attribute-editor/styles.css.js +14 -14
- package/attribute-editor/styles.scoped.css +30 -29
- package/attribute-editor/styles.selectors.js +14 -14
- package/autosuggest/styles.css.js +3 -3
- package/autosuggest/styles.scoped.css +5 -5
- package/autosuggest/styles.selectors.js +3 -3
- package/button/interfaces.d.ts +3 -2
- package/button/interfaces.d.ts.map +1 -1
- package/button/interfaces.js.map +1 -1
- package/button/internal.d.ts.map +1 -1
- package/button/internal.js +9 -0
- package/button/internal.js.map +1 -1
- package/button/styles.css.js +20 -20
- package/button/styles.scoped.css +155 -153
- package/button/styles.selectors.js +20 -20
- package/button-dropdown/interfaces.d.ts +1 -1
- package/button-dropdown/interfaces.js.map +1 -1
- package/internal/analytics/components/analytics-funnel.d.ts.map +1 -1
- package/internal/analytics/components/analytics-funnel.js +11 -2
- package/internal/analytics/components/analytics-funnel.js.map +1 -1
- package/internal/environment.js +1 -1
- package/internal/environment.json +1 -1
- package/internal/hooks/use-performance-marks.d.ts +3 -0
- package/internal/hooks/use-performance-marks.d.ts.map +1 -0
- package/internal/hooks/use-performance-marks.js +41 -0
- package/internal/hooks/use-performance-marks.js.map +1 -0
- package/internal/manifest.json +1 -1
- package/package.json +1 -1
- package/popover/interfaces.d.ts +2 -1
- package/popover/interfaces.d.ts.map +1 -1
- package/popover/interfaces.js.map +1 -1
- package/select/interfaces.d.ts +1 -0
- package/select/interfaces.d.ts.map +1 -1
- package/select/interfaces.js.map +1 -1
- package/select/parts/multiselect-item.d.ts +3 -16
- package/select/parts/multiselect-item.d.ts.map +1 -1
- package/select/parts/multiselect-item.js +1 -1
- package/select/parts/multiselect-item.js.map +1 -1
- package/table/internal.d.ts.map +1 -1
- package/table/internal.js +10 -0
- package/table/internal.js.map +1 -1
|
@@ -90,51 +90,57 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
90
90
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
91
91
|
SPDX-License-Identifier: Apache-2.0
|
|
92
92
|
*/
|
|
93
|
-
.
|
|
94
|
-
|
|
95
|
-
|
|
93
|
+
.awsui_arrow_1hpp3_1an2p_93:not(#\9) {
|
|
94
|
+
inline-size: 20px;
|
|
95
|
+
block-size: 10px;
|
|
96
96
|
}
|
|
97
|
-
.awsui_arrow-
|
|
97
|
+
.awsui_arrow-outer_1hpp3_1an2p_97:not(#\9), .awsui_arrow-inner_1hpp3_1an2p_97:not(#\9) {
|
|
98
98
|
position: absolute;
|
|
99
99
|
overflow: hidden;
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
100
|
+
inline-size: 20px;
|
|
101
|
+
block-size: 10px;
|
|
102
|
+
inset-block-start: 0;
|
|
103
|
+
inset-inline-start: 0;
|
|
104
104
|
}
|
|
105
|
-
.awsui_arrow-
|
|
105
|
+
.awsui_arrow-outer_1hpp3_1an2p_97:not(#\9)::after, .awsui_arrow-inner_1hpp3_1an2p_97:not(#\9)::after {
|
|
106
106
|
content: "";
|
|
107
107
|
box-sizing: border-box;
|
|
108
108
|
display: inline-block;
|
|
109
109
|
position: absolute;
|
|
110
|
-
border-radius: 2px
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
110
|
+
border-start-start-radius: 2px;
|
|
111
|
+
border-start-end-radius: 0;
|
|
112
|
+
border-end-start-radius: 0;
|
|
113
|
+
border-end-end-radius: 0;
|
|
114
|
+
inset-block-end: 0;
|
|
115
|
+
inset-inline-start: 0;
|
|
116
|
+
inline-size: 14px;
|
|
117
|
+
block-size: 14px;
|
|
115
118
|
transform: rotate(45deg);
|
|
116
119
|
transform-origin: 0 100%;
|
|
117
120
|
}
|
|
118
|
-
.awsui_arrow-
|
|
121
|
+
.awsui_arrow-outer_1hpp3_1an2p_97:not(#\9)::after {
|
|
119
122
|
background-color: var(--color-border-status-info-8upc6f, #0972d3);
|
|
120
123
|
}
|
|
121
|
-
.awsui_arrow-
|
|
122
|
-
|
|
124
|
+
.awsui_arrow-inner_1hpp3_1an2p_97:not(#\9) {
|
|
125
|
+
inset-block-start: 2px;
|
|
123
126
|
}
|
|
124
|
-
.awsui_arrow-
|
|
125
|
-
border-radius: 1px
|
|
127
|
+
.awsui_arrow-inner_1hpp3_1an2p_97:not(#\9)::after {
|
|
128
|
+
border-start-start-radius: 1px;
|
|
129
|
+
border-start-end-radius: 0;
|
|
130
|
+
border-end-start-radius: 0;
|
|
131
|
+
border-end-end-radius: 0;
|
|
126
132
|
background-color: var(--color-background-status-info-mvnbre, #f2f8fd);
|
|
127
133
|
}
|
|
128
|
-
.awsui_arrow-position-right-
|
|
134
|
+
.awsui_arrow-position-right-top_1hpp3_1an2p_134 > .awsui_arrow-outer_1hpp3_1an2p_97:not(#\9)::after, .awsui_arrow-position-right-bottom_1hpp3_1an2p_134 > .awsui_arrow-outer_1hpp3_1an2p_97:not(#\9)::after {
|
|
129
135
|
box-shadow: -0.71px 0.71px 4px -2px var(--color-shadow-default-8jp634, rgba(0, 7, 22, 0.12));
|
|
130
136
|
}
|
|
131
|
-
.awsui_arrow-position-left-
|
|
137
|
+
.awsui_arrow-position-left-top_1hpp3_1an2p_137 > .awsui_arrow-outer_1hpp3_1an2p_97:not(#\9)::after, .awsui_arrow-position-left-bottom_1hpp3_1an2p_137 > .awsui_arrow-outer_1hpp3_1an2p_97:not(#\9)::after {
|
|
132
138
|
box-shadow: 0.71px -0.71px 4px -2px var(--color-shadow-default-8jp634, rgba(0, 7, 22, 0.12));
|
|
133
139
|
}
|
|
134
|
-
.awsui_arrow-position-top-
|
|
140
|
+
.awsui_arrow-position-top-center_1hpp3_1an2p_140 > .awsui_arrow-outer_1hpp3_1an2p_97:not(#\9)::after, .awsui_arrow-position-top-responsive_1hpp3_1an2p_140 > .awsui_arrow-outer_1hpp3_1an2p_97:not(#\9)::after {
|
|
135
141
|
box-shadow: -0.71px -0.71px 4px -2px var(--color-shadow-default-8jp634, rgba(0, 7, 22, 0.12));
|
|
136
142
|
}
|
|
137
|
-
.awsui_arrow-position-bottom-
|
|
143
|
+
.awsui_arrow-position-bottom-center_1hpp3_1an2p_143 > .awsui_arrow-outer_1hpp3_1an2p_97:not(#\9)::after, .awsui_arrow-position-bottom-responsive_1hpp3_1an2p_143 > .awsui_arrow-outer_1hpp3_1an2p_97:not(#\9)::after {
|
|
138
144
|
box-shadow: 0.71px 0.71px 4px -2px var(--color-shadow-default-8jp634, rgba(0, 7, 22, 0.12));
|
|
139
145
|
}
|
|
140
146
|
|
|
@@ -142,37 +148,37 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
142
148
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
143
149
|
SPDX-License-Identifier: Apache-2.0
|
|
144
150
|
*/
|
|
145
|
-
.
|
|
146
|
-
.awsui_next-
|
|
147
|
-
.awsui_previous-
|
|
148
|
-
.awsui_finish-
|
|
149
|
-
.
|
|
150
|
-
.awsui_step-counter-
|
|
151
|
-
.
|
|
151
|
+
.awsui_annotation_1hpp3_1an2p_151:not(#\9),
|
|
152
|
+
.awsui_next-button_1hpp3_1an2p_152:not(#\9),
|
|
153
|
+
.awsui_previous-button_1hpp3_1an2p_153:not(#\9),
|
|
154
|
+
.awsui_finish-button_1hpp3_1an2p_154:not(#\9),
|
|
155
|
+
.awsui_header_1hpp3_1an2p_155:not(#\9),
|
|
156
|
+
.awsui_step-counter-content_1hpp3_1an2p_156:not(#\9),
|
|
157
|
+
.awsui_content_1hpp3_1an2p_157:not(#\9) {
|
|
152
158
|
/* used in test-utils */
|
|
153
159
|
}
|
|
154
160
|
|
|
155
|
-
.
|
|
161
|
+
.awsui_description_1hpp3_1an2p_161:not(#\9) {
|
|
156
162
|
overflow: hidden;
|
|
157
|
-
margin-
|
|
163
|
+
margin-block-start: var(--space-xxs-p8yyaw, 4px);
|
|
158
164
|
}
|
|
159
165
|
|
|
160
|
-
.
|
|
166
|
+
.awsui_actionBar_1hpp3_1an2p_166:not(#\9) {
|
|
161
167
|
display: flex;
|
|
162
168
|
justify-content: space-between;
|
|
163
169
|
align-items: center;
|
|
164
170
|
position: relative;
|
|
165
171
|
}
|
|
166
172
|
|
|
167
|
-
.
|
|
168
|
-
margin-
|
|
173
|
+
.awsui_stepCounter_1hpp3_1an2p_173:not(#\9) {
|
|
174
|
+
margin-inline-end: 20px;
|
|
169
175
|
}
|
|
170
176
|
|
|
171
|
-
.
|
|
172
|
-
border-
|
|
177
|
+
.awsui_divider_1hpp3_1an2p_177:not(#\9) {
|
|
178
|
+
border-block-end: var(--border-divider-section-width-8a5uu9, 2px) solid var(--color-border-divider-default-et9j7s, #e9ebed);
|
|
173
179
|
}
|
|
174
180
|
|
|
175
|
-
.
|
|
181
|
+
.awsui_hotspot_1hpp3_1an2p_181:not(#\9) {
|
|
176
182
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
177
183
|
border-collapse: separate;
|
|
178
184
|
border-spacing: 0;
|
|
@@ -211,23 +217,24 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
211
217
|
-moz-osx-font-smoothing: auto;
|
|
212
218
|
background: transparent;
|
|
213
219
|
border: none;
|
|
214
|
-
padding: 0;
|
|
220
|
+
padding-block: 0;
|
|
221
|
+
padding-inline: 0;
|
|
215
222
|
cursor: pointer;
|
|
216
223
|
scroll-margin: var(--awsui-content-scroll-margin-y98gph, 40px 0 0 0);
|
|
217
|
-
|
|
218
|
-
|
|
224
|
+
inline-size: 16px;
|
|
225
|
+
block-size: 16px;
|
|
219
226
|
}
|
|
220
|
-
.
|
|
227
|
+
.awsui_hotspot_1hpp3_1an2p_181:not(#\9):focus {
|
|
221
228
|
outline: none;
|
|
222
229
|
}
|
|
223
|
-
body[data-awsui-focus-visible=true] .
|
|
230
|
+
body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_1an2p_181:not(#\9):focus {
|
|
224
231
|
position: relative;
|
|
225
232
|
}
|
|
226
|
-
body[data-awsui-focus-visible=true] .
|
|
233
|
+
body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_1an2p_181:not(#\9):focus {
|
|
227
234
|
outline: 2px dotted transparent;
|
|
228
235
|
outline-offset: calc(2px - 1px);
|
|
229
236
|
}
|
|
230
|
-
body[data-awsui-focus-visible=true] .
|
|
237
|
+
body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_1an2p_181:not(#\9):focus::before {
|
|
231
238
|
content: " ";
|
|
232
239
|
display: block;
|
|
233
240
|
position: absolute;
|
|
@@ -238,13 +245,13 @@ body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_dt47r_175:not(#\9):focu
|
|
|
238
245
|
border-radius: var(--border-radius-control-circular-focus-ring-w07mub, 4px);
|
|
239
246
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-b2ntyl, #0972d3);
|
|
240
247
|
}
|
|
241
|
-
.
|
|
248
|
+
.awsui_hotspot_1hpp3_1an2p_181 > .awsui_icon_1hpp3_1an2p_222:not(#\9) {
|
|
242
249
|
position: relative;
|
|
243
250
|
stroke: var(--color-text-link-default-latg1a, #0972d3);
|
|
244
251
|
}
|
|
245
|
-
.
|
|
252
|
+
.awsui_hotspot_1hpp3_1an2p_181:not(#\9):hover > .awsui_icon_1hpp3_1an2p_222 {
|
|
246
253
|
stroke: var(--color-text-link-hover-8j6p14, #033160);
|
|
247
254
|
}
|
|
248
|
-
.
|
|
255
|
+
.awsui_hotspot_1hpp3_1an2p_181:not(#\9):active > .awsui_icon_1hpp3_1an2p_222 {
|
|
249
256
|
stroke: var(--color-text-link-default-latg1a, #0972d3);
|
|
250
257
|
}
|
|
@@ -2,29 +2,29 @@
|
|
|
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
|
-
"arrow-position-right-top": "awsui_arrow-position-right-
|
|
9
|
-
"arrow-position-right-bottom": "awsui_arrow-position-right-
|
|
10
|
-
"arrow-position-left-top": "awsui_arrow-position-left-
|
|
11
|
-
"arrow-position-left-bottom": "awsui_arrow-position-left-
|
|
12
|
-
"arrow-position-top-center": "awsui_arrow-position-top-
|
|
13
|
-
"arrow-position-top-responsive": "awsui_arrow-position-top-
|
|
14
|
-
"arrow-position-bottom-center": "awsui_arrow-position-bottom-
|
|
15
|
-
"arrow-position-bottom-responsive": "awsui_arrow-position-bottom-
|
|
16
|
-
"annotation": "
|
|
17
|
-
"next-button": "awsui_next-
|
|
18
|
-
"previous-button": "awsui_previous-
|
|
19
|
-
"finish-button": "awsui_finish-
|
|
20
|
-
"header": "
|
|
21
|
-
"step-counter-content": "awsui_step-counter-
|
|
22
|
-
"content": "
|
|
23
|
-
"description": "
|
|
24
|
-
"actionBar": "
|
|
25
|
-
"stepCounter": "
|
|
26
|
-
"divider": "
|
|
27
|
-
"hotspot": "
|
|
28
|
-
"icon": "
|
|
5
|
+
"arrow": "awsui_arrow_1hpp3_1an2p_93",
|
|
6
|
+
"arrow-outer": "awsui_arrow-outer_1hpp3_1an2p_97",
|
|
7
|
+
"arrow-inner": "awsui_arrow-inner_1hpp3_1an2p_97",
|
|
8
|
+
"arrow-position-right-top": "awsui_arrow-position-right-top_1hpp3_1an2p_134",
|
|
9
|
+
"arrow-position-right-bottom": "awsui_arrow-position-right-bottom_1hpp3_1an2p_134",
|
|
10
|
+
"arrow-position-left-top": "awsui_arrow-position-left-top_1hpp3_1an2p_137",
|
|
11
|
+
"arrow-position-left-bottom": "awsui_arrow-position-left-bottom_1hpp3_1an2p_137",
|
|
12
|
+
"arrow-position-top-center": "awsui_arrow-position-top-center_1hpp3_1an2p_140",
|
|
13
|
+
"arrow-position-top-responsive": "awsui_arrow-position-top-responsive_1hpp3_1an2p_140",
|
|
14
|
+
"arrow-position-bottom-center": "awsui_arrow-position-bottom-center_1hpp3_1an2p_143",
|
|
15
|
+
"arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_1hpp3_1an2p_143",
|
|
16
|
+
"annotation": "awsui_annotation_1hpp3_1an2p_151",
|
|
17
|
+
"next-button": "awsui_next-button_1hpp3_1an2p_152",
|
|
18
|
+
"previous-button": "awsui_previous-button_1hpp3_1an2p_153",
|
|
19
|
+
"finish-button": "awsui_finish-button_1hpp3_1an2p_154",
|
|
20
|
+
"header": "awsui_header_1hpp3_1an2p_155",
|
|
21
|
+
"step-counter-content": "awsui_step-counter-content_1hpp3_1an2p_156",
|
|
22
|
+
"content": "awsui_content_1hpp3_1an2p_157",
|
|
23
|
+
"description": "awsui_description_1hpp3_1an2p_161",
|
|
24
|
+
"actionBar": "awsui_actionBar_1hpp3_1an2p_166",
|
|
25
|
+
"stepCounter": "awsui_stepCounter_1hpp3_1an2p_173",
|
|
26
|
+
"divider": "awsui_divider_1hpp3_1an2p_177",
|
|
27
|
+
"hotspot": "awsui_hotspot_1hpp3_1an2p_181",
|
|
28
|
+
"icon": "awsui_icon_1hpp3_1an2p_222"
|
|
29
29
|
};
|
|
30
30
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"content-wrapper": "awsui_content-
|
|
5
|
-
"content-wrapper-mobile": "awsui_content-wrapper-
|
|
6
|
-
"content-type-dashboard": "awsui_content-type-
|
|
4
|
+
"content-wrapper": "awsui_content-wrapper_zycdx_1ob2n_97",
|
|
5
|
+
"content-wrapper-mobile": "awsui_content-wrapper-mobile_zycdx_1ob2n_101",
|
|
6
|
+
"content-type-dashboard": "awsui_content-type-dashboard_zycdx_1ob2n_106"
|
|
7
7
|
};
|
|
8
8
|
|
|
@@ -94,31 +94,31 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
94
94
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
95
95
|
SPDX-License-Identifier: Apache-2.0
|
|
96
96
|
*/
|
|
97
|
-
.awsui_content-
|
|
98
|
-
padding-
|
|
99
|
-
padding-
|
|
97
|
+
.awsui_content-wrapper_zycdx_1ob2n_97:not(#\9) {
|
|
98
|
+
padding-inline-start: var(--space-layout-content-horizontal-7l52k3, 24px);
|
|
99
|
+
padding-inline-end: var(--space-layout-content-horizontal-7l52k3, 24px);
|
|
100
100
|
}
|
|
101
|
-
.awsui_content-wrapper-
|
|
102
|
-
padding-
|
|
103
|
-
padding-
|
|
101
|
+
.awsui_content-wrapper-mobile_zycdx_1ob2n_101:not(#\9) {
|
|
102
|
+
padding-inline-start: var(--space-l-t419sm, 20px);
|
|
103
|
+
padding-inline-end: var(--space-l-t419sm, 20px);
|
|
104
104
|
}
|
|
105
105
|
|
|
106
|
-
.awsui_content-type-
|
|
107
|
-
margin-
|
|
108
|
-
margin-
|
|
106
|
+
.awsui_content-type-dashboard_zycdx_1ob2n_106:not(#\9) {
|
|
107
|
+
margin-inline-start: auto;
|
|
108
|
+
margin-inline-end: auto;
|
|
109
109
|
}
|
|
110
110
|
@media (min-width: 1401px) {
|
|
111
|
-
.awsui_content-type-
|
|
112
|
-
max-
|
|
111
|
+
.awsui_content-type-dashboard_zycdx_1ob2n_106:not(#\9) {
|
|
112
|
+
max-inline-size: 1280px;
|
|
113
113
|
}
|
|
114
114
|
}
|
|
115
115
|
@media (min-width: 1921px) {
|
|
116
|
-
.awsui_content-type-
|
|
117
|
-
max-
|
|
116
|
+
.awsui_content-type-dashboard_zycdx_1ob2n_106:not(#\9) {
|
|
117
|
+
max-inline-size: 1620px;
|
|
118
118
|
}
|
|
119
119
|
}
|
|
120
120
|
@media (min-width: 2541px) {
|
|
121
|
-
.awsui_content-type-
|
|
122
|
-
max-
|
|
121
|
+
.awsui_content-type-dashboard_zycdx_1ob2n_106:not(#\9) {
|
|
122
|
+
max-inline-size: 2160px;
|
|
123
123
|
}
|
|
124
124
|
}
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"content-wrapper": "awsui_content-
|
|
6
|
-
"content-wrapper-mobile": "awsui_content-wrapper-
|
|
7
|
-
"content-type-dashboard": "awsui_content-type-
|
|
5
|
+
"content-wrapper": "awsui_content-wrapper_zycdx_1ob2n_97",
|
|
6
|
+
"content-wrapper-mobile": "awsui_content-wrapper-mobile_zycdx_1ob2n_101",
|
|
7
|
+
"content-type-dashboard": "awsui_content-type-dashboard_zycdx_1ob2n_106"
|
|
8
8
|
};
|
|
9
9
|
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"toggle": "
|
|
5
|
-
"drawer-triggers": "awsui_drawer-
|
|
6
|
-
"drawer": "
|
|
7
|
-
"drawer-mobile": "awsui_drawer-
|
|
8
|
-
"drawer-closed": "awsui_drawer-
|
|
9
|
-
"drawer-content": "awsui_drawer-
|
|
10
|
-
"drawer-content-clickable": "awsui_drawer-content-
|
|
11
|
-
"drawer-resize-content": "awsui_drawer-resize-
|
|
12
|
-
"drawer-triggers-wrapper": "awsui_drawer-triggers-
|
|
13
|
-
"drawer-trigger": "awsui_drawer-
|
|
14
|
-
"drawer-trigger-active": "awsui_drawer-trigger-
|
|
15
|
-
"hide": "
|
|
4
|
+
"toggle": "awsui_toggle_1uo6m_m6ide_97",
|
|
5
|
+
"drawer-triggers": "awsui_drawer-triggers_1uo6m_m6ide_103",
|
|
6
|
+
"drawer": "awsui_drawer_1uo6m_m6ide_103",
|
|
7
|
+
"drawer-mobile": "awsui_drawer-mobile_1uo6m_m6ide_113",
|
|
8
|
+
"drawer-closed": "awsui_drawer-closed_1uo6m_m6ide_116",
|
|
9
|
+
"drawer-content": "awsui_drawer-content_1uo6m_m6ide_123",
|
|
10
|
+
"drawer-content-clickable": "awsui_drawer-content-clickable_1uo6m_m6ide_135",
|
|
11
|
+
"drawer-resize-content": "awsui_drawer-resize-content_1uo6m_m6ide_145",
|
|
12
|
+
"drawer-triggers-wrapper": "awsui_drawer-triggers-wrapper_1uo6m_m6ide_151",
|
|
13
|
+
"drawer-trigger": "awsui_drawer-trigger_1uo6m_m6ide_103",
|
|
14
|
+
"drawer-trigger-active": "awsui_drawer-trigger-active_1uo6m_m6ide_170",
|
|
15
|
+
"hide": "awsui_hide_1uo6m_m6ide_178"
|
|
16
16
|
};
|
|
17
17
|
|
|
@@ -94,88 +94,87 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
94
94
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
95
95
|
SPDX-License-Identifier: Apache-2.0
|
|
96
96
|
*/
|
|
97
|
-
.
|
|
97
|
+
.awsui_toggle_1uo6m_m6ide_97:not(#\9) {
|
|
98
98
|
box-sizing: border-box;
|
|
99
|
-
padding: var(--space-xxs-p8yyaw, 4px)
|
|
99
|
+
padding-block: var(--space-xxs-p8yyaw, 4px);
|
|
100
|
+
padding-inline: 7px;
|
|
100
101
|
}
|
|
101
102
|
|
|
102
|
-
.awsui_drawer-
|
|
103
|
+
.awsui_drawer-triggers_1uo6m_m6ide_103:not(#\9) {
|
|
103
104
|
box-sizing: border-box;
|
|
104
105
|
}
|
|
105
106
|
|
|
106
|
-
.
|
|
107
|
+
.awsui_drawer_1uo6m_m6ide_103:not(#\9) {
|
|
107
108
|
flex-shrink: 0;
|
|
108
109
|
position: relative;
|
|
109
110
|
word-wrap: break-word;
|
|
110
111
|
box-shadow: var(--shadow-panel-ezyqp4, 0px 1px 1px 1px #e9ebed, 0px 6px 36px rgba(0, 7, 22, 0.1));
|
|
111
112
|
}
|
|
112
|
-
.
|
|
113
|
+
.awsui_drawer_1uo6m_m6ide_103:not(#\9):not(.awsui_drawer-mobile_1uo6m_m6ide_113) {
|
|
113
114
|
z-index: 830;
|
|
114
115
|
}
|
|
115
|
-
.awsui_drawer-
|
|
116
|
-
min-
|
|
116
|
+
.awsui_drawer-closed_1uo6m_m6ide_116:not(#\9) {
|
|
117
|
+
min-inline-size: 40px;
|
|
117
118
|
}
|
|
118
|
-
.awsui_drawer-
|
|
119
|
+
.awsui_drawer-closed_1uo6m_m6ide_116.awsui_drawer-mobile_1uo6m_m6ide_113:not(#\9) {
|
|
119
120
|
display: none;
|
|
120
121
|
}
|
|
121
122
|
|
|
122
|
-
.awsui_drawer-
|
|
123
|
+
.awsui_drawer-content_1uo6m_m6ide_123:not(#\9) {
|
|
123
124
|
position: fixed;
|
|
124
125
|
overflow: auto;
|
|
125
126
|
background-color: var(--color-background-layout-panel-content-t82vgh, #ffffff);
|
|
126
127
|
}
|
|
127
|
-
.awsui_drawer-
|
|
128
|
+
.awsui_drawer-mobile_1uo6m_m6ide_113 > .awsui_drawer-content_1uo6m_m6ide_123:not(#\9) {
|
|
128
129
|
z-index: 1001;
|
|
129
|
-
|
|
130
|
-
bottom: 0;
|
|
131
|
-
left: 0;
|
|
132
|
-
right: 0;
|
|
130
|
+
inset: 0;
|
|
133
131
|
}
|
|
134
|
-
.awsui_drawer-
|
|
135
|
-
|
|
132
|
+
.awsui_drawer-closed_1uo6m_m6ide_116 > .awsui_drawer-content_1uo6m_m6ide_123:not(#\9) {
|
|
133
|
+
inline-size: 40px;
|
|
136
134
|
}
|
|
137
|
-
.awsui_drawer-
|
|
135
|
+
.awsui_drawer-closed_1uo6m_m6ide_116 > .awsui_drawer-content_1uo6m_m6ide_123.awsui_drawer-content-clickable_1uo6m_m6ide_135:not(#\9) {
|
|
138
136
|
cursor: pointer;
|
|
139
137
|
color: var(--color-text-interactive-default-lnx6lk, #414d5c);
|
|
140
138
|
}
|
|
141
|
-
.awsui_drawer-
|
|
139
|
+
.awsui_drawer-closed_1uo6m_m6ide_116 > .awsui_drawer-content_1uo6m_m6ide_123.awsui_drawer-content-clickable_1uo6m_m6ide_135:not(#\9):hover {
|
|
142
140
|
background: var(--color-background-layout-panel-hover-n9apd3, #e9ebed);
|
|
143
141
|
}
|
|
144
|
-
.awsui_drawer-
|
|
142
|
+
.awsui_drawer-content_1uo6m_m6ide_123 > [aria-hidden=true]:not(#\9) {
|
|
145
143
|
display: none;
|
|
146
144
|
}
|
|
147
|
-
.awsui_drawer-
|
|
145
|
+
.awsui_drawer-content_1uo6m_m6ide_123 > .awsui_drawer-resize-content_1uo6m_m6ide_145:not(#\9) {
|
|
148
146
|
overflow: auto;
|
|
149
|
-
|
|
147
|
+
block-size: 100%;
|
|
150
148
|
position: relative;
|
|
151
149
|
}
|
|
152
150
|
|
|
153
|
-
.awsui_drawer-triggers-
|
|
151
|
+
.awsui_drawer-triggers-wrapper_1uo6m_m6ide_151:not(#\9) {
|
|
154
152
|
display: flex;
|
|
155
153
|
flex-direction: column;
|
|
156
154
|
text-align: center;
|
|
157
155
|
align-items: stretch;
|
|
158
156
|
}
|
|
159
157
|
|
|
160
|
-
.awsui_drawer-
|
|
161
|
-
padding: var(--space-xxs-p8yyaw, 4px)
|
|
158
|
+
.awsui_drawer-trigger_1uo6m_m6ide_103:not(#\9) {
|
|
159
|
+
padding-block: var(--space-xxs-p8yyaw, 4px);
|
|
160
|
+
padding-inline: 7px;
|
|
162
161
|
cursor: pointer;
|
|
163
162
|
color: var(--color-text-interactive-default-lnx6lk, #414d5c);
|
|
164
163
|
}
|
|
165
|
-
.awsui_drawer-
|
|
166
|
-
border-
|
|
164
|
+
.awsui_drawer-trigger_1uo6m_m6ide_103:not(#\9):not(:first-child) {
|
|
165
|
+
border-block-start: 1px solid var(--color-border-layout-ownedw, #d1d5db);
|
|
167
166
|
}
|
|
168
|
-
.awsui_drawer-
|
|
167
|
+
.awsui_drawer-trigger_1uo6m_m6ide_103:not(#\9):hover {
|
|
169
168
|
color: var(--color-text-layout-toggle-hover-1r0lo8, #0972d3);
|
|
170
169
|
}
|
|
171
|
-
.awsui_drawer-trigger-
|
|
170
|
+
.awsui_drawer-trigger-active_1uo6m_m6ide_170:not(#\9), .awsui_drawer-trigger-active_1uo6m_m6ide_170:not(#\9):hover {
|
|
172
171
|
background-color: var(--color-background-layout-toggle-selected-default-caco0q, #0972d3);
|
|
173
172
|
color: var(--color-text-layout-toggle-active-p0m0v1, #ffffff);
|
|
174
173
|
}
|
|
175
|
-
.awsui_drawer-content-
|
|
174
|
+
.awsui_drawer-content-clickable_1uo6m_m6ide_135 > .awsui_drawer-triggers-wrapper_1uo6m_m6ide_151 > .awsui_drawer-trigger_1uo6m_m6ide_103:not(#\9):hover {
|
|
176
175
|
color: var(--color-text-interactive-default-lnx6lk, #414d5c);
|
|
177
176
|
}
|
|
178
177
|
|
|
179
|
-
.
|
|
178
|
+
.awsui_hide_1uo6m_m6ide_178:not(#\9) {
|
|
180
179
|
display: none;
|
|
181
180
|
}
|
|
@@ -2,17 +2,17 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"toggle": "
|
|
6
|
-
"drawer-triggers": "awsui_drawer-
|
|
7
|
-
"drawer": "
|
|
8
|
-
"drawer-mobile": "awsui_drawer-
|
|
9
|
-
"drawer-closed": "awsui_drawer-
|
|
10
|
-
"drawer-content": "awsui_drawer-
|
|
11
|
-
"drawer-content-clickable": "awsui_drawer-content-
|
|
12
|
-
"drawer-resize-content": "awsui_drawer-resize-
|
|
13
|
-
"drawer-triggers-wrapper": "awsui_drawer-triggers-
|
|
14
|
-
"drawer-trigger": "awsui_drawer-
|
|
15
|
-
"drawer-trigger-active": "awsui_drawer-trigger-
|
|
16
|
-
"hide": "
|
|
5
|
+
"toggle": "awsui_toggle_1uo6m_m6ide_97",
|
|
6
|
+
"drawer-triggers": "awsui_drawer-triggers_1uo6m_m6ide_103",
|
|
7
|
+
"drawer": "awsui_drawer_1uo6m_m6ide_103",
|
|
8
|
+
"drawer-mobile": "awsui_drawer-mobile_1uo6m_m6ide_113",
|
|
9
|
+
"drawer-closed": "awsui_drawer-closed_1uo6m_m6ide_116",
|
|
10
|
+
"drawer-content": "awsui_drawer-content_1uo6m_m6ide_123",
|
|
11
|
+
"drawer-content-clickable": "awsui_drawer-content-clickable_1uo6m_m6ide_135",
|
|
12
|
+
"drawer-resize-content": "awsui_drawer-resize-content_1uo6m_m6ide_145",
|
|
13
|
+
"drawer-triggers-wrapper": "awsui_drawer-triggers-wrapper_1uo6m_m6ide_151",
|
|
14
|
+
"drawer-trigger": "awsui_drawer-trigger_1uo6m_m6ide_103",
|
|
15
|
+
"drawer-trigger-active": "awsui_drawer-trigger-active_1uo6m_m6ide_170",
|
|
16
|
+
"hide": "awsui_hide_1uo6m_m6ide_178"
|
|
17
17
|
};
|
|
18
18
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"block-body-scroll": "awsui_block-body-
|
|
5
|
-
"mobile-bar": "awsui_mobile-
|
|
6
|
-
"mobile-bar-breadcrumbs": "awsui_mobile-bar-
|
|
7
|
-
"mobile-toggle": "awsui_mobile-
|
|
8
|
-
"mobile-toggle-type-navigation": "awsui_mobile-toggle-type-
|
|
9
|
-
"mobile-toggle-type-tools": "awsui_mobile-toggle-type-
|
|
10
|
-
"mobile-toggle-type-drawer": "awsui_mobile-toggle-type-
|
|
11
|
-
"drawers-container": "awsui_drawers-
|
|
4
|
+
"block-body-scroll": "awsui_block-body-scroll_19d8l_pb92y_97",
|
|
5
|
+
"mobile-bar": "awsui_mobile-bar_19d8l_pb92y_101",
|
|
6
|
+
"mobile-bar-breadcrumbs": "awsui_mobile-bar-breadcrumbs_19d8l_pb92y_114",
|
|
7
|
+
"mobile-toggle": "awsui_mobile-toggle_19d8l_pb92y_121",
|
|
8
|
+
"mobile-toggle-type-navigation": "awsui_mobile-toggle-type-navigation_19d8l_pb92y_130",
|
|
9
|
+
"mobile-toggle-type-tools": "awsui_mobile-toggle-type-tools_19d8l_pb92y_133",
|
|
10
|
+
"mobile-toggle-type-drawer": "awsui_mobile-toggle-type-drawer_19d8l_pb92y_133",
|
|
11
|
+
"drawers-container": "awsui_drawers-container_19d8l_pb92y_140"
|
|
12
12
|
};
|
|
13
13
|
|
|
@@ -94,49 +94,50 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
94
94
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
95
95
|
SPDX-License-Identifier: Apache-2.0
|
|
96
96
|
*/
|
|
97
|
-
.awsui_block-body-
|
|
97
|
+
.awsui_block-body-scroll_19d8l_pb92y_97:not(#\9) {
|
|
98
98
|
overflow: hidden;
|
|
99
99
|
}
|
|
100
100
|
|
|
101
|
-
.awsui_mobile-
|
|
101
|
+
.awsui_mobile-bar_19d8l_pb92y_101:not(#\9) {
|
|
102
102
|
position: sticky;
|
|
103
103
|
display: flex;
|
|
104
104
|
align-items: center;
|
|
105
105
|
flex-shrink: 0;
|
|
106
106
|
z-index: 1000;
|
|
107
|
-
|
|
107
|
+
inline-size: 100%;
|
|
108
108
|
box-sizing: border-box;
|
|
109
109
|
background-color: var(--color-background-layout-mobile-panel-0ussje, #000716);
|
|
110
110
|
box-shadow: var(--shadow-panel-ezyqp4, 0px 1px 1px 1px #e9ebed, 0px 6px 36px rgba(0, 7, 22, 0.1));
|
|
111
|
-
|
|
111
|
+
block-size: calc(2 * var(--space-m-udix3p, 16px) + var(--space-scaled-xs-26e2du, 8px));
|
|
112
112
|
}
|
|
113
113
|
|
|
114
|
-
.awsui_mobile-bar-
|
|
115
|
-
min-
|
|
114
|
+
.awsui_mobile-bar-breadcrumbs_19d8l_pb92y_114:not(#\9) {
|
|
115
|
+
min-inline-size: 0;
|
|
116
116
|
flex: 1;
|
|
117
|
-
margin-
|
|
118
|
-
margin-
|
|
117
|
+
margin-inline-start: var(--space-m-udix3p, 16px);
|
|
118
|
+
margin-inline-end: var(--space-m-udix3p, 16px);
|
|
119
119
|
}
|
|
120
120
|
|
|
121
|
-
.awsui_mobile-
|
|
121
|
+
.awsui_mobile-toggle_19d8l_pb92y_121:not(#\9) {
|
|
122
122
|
box-sizing: border-box;
|
|
123
123
|
cursor: pointer;
|
|
124
124
|
z-index: 1;
|
|
125
|
-
padding: var(--space-xxs-p8yyaw, 4px)
|
|
126
|
-
|
|
125
|
+
padding-block: var(--space-xxs-p8yyaw, 4px);
|
|
126
|
+
padding-inline: 7px;
|
|
127
|
+
inline-size: 40px;
|
|
127
128
|
color: var(--color-text-interactive-default-lnx6lk, #414d5c);
|
|
128
129
|
}
|
|
129
|
-
.awsui_mobile-toggle-type-
|
|
130
|
-
border-
|
|
130
|
+
.awsui_mobile-toggle-type-navigation_19d8l_pb92y_130:not(#\9) {
|
|
131
|
+
border-inline-end: 1px solid var(--color-border-layout-ownedw, #d1d5db);
|
|
131
132
|
}
|
|
132
|
-
.awsui_mobile-toggle-type-
|
|
133
|
-
border-
|
|
133
|
+
.awsui_mobile-toggle-type-tools_19d8l_pb92y_133:not(#\9), .awsui_mobile-toggle-type-drawer_19d8l_pb92y_133:not(#\9) {
|
|
134
|
+
border-inline-start: 1px solid var(--color-border-layout-ownedw, #d1d5db);
|
|
134
135
|
}
|
|
135
|
-
.awsui_mobile-
|
|
136
|
+
.awsui_mobile-toggle_19d8l_pb92y_121:not(#\9):hover {
|
|
136
137
|
background: var(--color-background-layout-panel-hover-n9apd3, #e9ebed);
|
|
137
138
|
}
|
|
138
139
|
|
|
139
|
-
.awsui_drawers-
|
|
140
|
+
.awsui_drawers-container_19d8l_pb92y_140:not(#\9) {
|
|
140
141
|
display: flex;
|
|
141
142
|
align-items: stretch;
|
|
142
143
|
}
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"block-body-scroll": "awsui_block-body-
|
|
6
|
-
"mobile-bar": "awsui_mobile-
|
|
7
|
-
"mobile-bar-breadcrumbs": "awsui_mobile-bar-
|
|
8
|
-
"mobile-toggle": "awsui_mobile-
|
|
9
|
-
"mobile-toggle-type-navigation": "awsui_mobile-toggle-type-
|
|
10
|
-
"mobile-toggle-type-tools": "awsui_mobile-toggle-type-
|
|
11
|
-
"mobile-toggle-type-drawer": "awsui_mobile-toggle-type-
|
|
12
|
-
"drawers-container": "awsui_drawers-
|
|
5
|
+
"block-body-scroll": "awsui_block-body-scroll_19d8l_pb92y_97",
|
|
6
|
+
"mobile-bar": "awsui_mobile-bar_19d8l_pb92y_101",
|
|
7
|
+
"mobile-bar-breadcrumbs": "awsui_mobile-bar-breadcrumbs_19d8l_pb92y_114",
|
|
8
|
+
"mobile-toggle": "awsui_mobile-toggle_19d8l_pb92y_121",
|
|
9
|
+
"mobile-toggle-type-navigation": "awsui_mobile-toggle-type-navigation_19d8l_pb92y_130",
|
|
10
|
+
"mobile-toggle-type-tools": "awsui_mobile-toggle-type-tools_19d8l_pb92y_133",
|
|
11
|
+
"mobile-toggle-type-drawer": "awsui_mobile-toggle-type-drawer_19d8l_pb92y_133",
|
|
12
|
+
"drawers-container": "awsui_drawers-container_19d8l_pb92y_140"
|
|
13
13
|
};
|
|
14
14
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"notifications": "
|
|
5
|
-
"notifications-sticky": "awsui_notifications-
|
|
6
|
-
"no-content-paddings": "awsui_no-content-
|
|
4
|
+
"notifications": "awsui_notifications_1hmm4_1c5i2_9",
|
|
5
|
+
"notifications-sticky": "awsui_notifications-sticky_1hmm4_1c5i2_10",
|
|
6
|
+
"no-content-paddings": "awsui_no-content-paddings_1hmm4_1c5i2_25"
|
|
7
7
|
};
|
|
8
8
|
|