@cloudscape-design/components 3.0.838 → 3.0.839
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/internal/environment.js +1 -1
- package/internal/environment.json +1 -1
- package/internal/manifest.json +1 -1
- package/package.json +1 -1
- package/wizard/styles.css.js +30 -30
- package/wizard/styles.scoped.css +58 -59
- package/wizard/styles.selectors.js +30 -30
package/internal/environment.js
CHANGED
package/internal/manifest.json
CHANGED
package/package.json
CHANGED
package/wizard/styles.css.js
CHANGED
|
@@ -1,35 +1,35 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"root": "
|
|
5
|
-
"wizard": "
|
|
6
|
-
"refresh": "
|
|
7
|
-
"small-container": "awsui_small-
|
|
8
|
-
"navigation": "
|
|
9
|
-
"number": "
|
|
10
|
-
"circle": "
|
|
11
|
-
"title": "
|
|
12
|
-
"active": "
|
|
13
|
-
"disabled": "
|
|
14
|
-
"enabled": "
|
|
15
|
-
"form": "
|
|
16
|
-
"form-header": "awsui_form-
|
|
17
|
-
"form-header-content": "awsui_form-header-
|
|
18
|
-
"form-component": "awsui_form-
|
|
19
|
-
"hidden": "
|
|
20
|
-
"collapsed-steps": "awsui_collapsed-
|
|
21
|
-
"collapsed-steps-hidden": "awsui_collapsed-steps-
|
|
22
|
-
"form-header-component-wrapper": "awsui_form-header-component-
|
|
23
|
-
"form-header-component": "awsui_form-header-
|
|
24
|
-
"navigation-link": "awsui_navigation-
|
|
25
|
-
"navigation-link-item": "awsui_navigation-link-
|
|
26
|
-
"navigation-link-label": "awsui_navigation-link-
|
|
27
|
-
"navigation-link-active": "awsui_navigation-link-
|
|
28
|
-
"navigation-link-disabled": "awsui_navigation-link-
|
|
29
|
-
"cancel-button": "awsui_cancel-
|
|
30
|
-
"previous-button": "awsui_previous-
|
|
31
|
-
"primary-button": "awsui_primary-
|
|
32
|
-
"skip-to-button": "awsui_skip-to-
|
|
33
|
-
"action-buttons": "awsui_action-
|
|
4
|
+
"root": "awsui_root_1xupv_8e2ex_141",
|
|
5
|
+
"wizard": "awsui_wizard_1xupv_8e2ex_176",
|
|
6
|
+
"refresh": "awsui_refresh_1xupv_8e2ex_176",
|
|
7
|
+
"small-container": "awsui_small-container_1xupv_8e2ex_183",
|
|
8
|
+
"navigation": "awsui_navigation_1xupv_8e2ex_192",
|
|
9
|
+
"number": "awsui_number_1xupv_8e2ex_225",
|
|
10
|
+
"circle": "awsui_circle_1xupv_8e2ex_241",
|
|
11
|
+
"title": "awsui_title_1xupv_8e2ex_252",
|
|
12
|
+
"active": "awsui_active_1xupv_8e2ex_283",
|
|
13
|
+
"disabled": "awsui_disabled_1xupv_8e2ex_294",
|
|
14
|
+
"enabled": "awsui_enabled_1xupv_8e2ex_304",
|
|
15
|
+
"form": "awsui_form_1xupv_8e2ex_348",
|
|
16
|
+
"form-header": "awsui_form-header_1xupv_8e2ex_353",
|
|
17
|
+
"form-header-content": "awsui_form-header-content_1xupv_8e2ex_369",
|
|
18
|
+
"form-component": "awsui_form-component_1xupv_8e2ex_373",
|
|
19
|
+
"hidden": "awsui_hidden_1xupv_8e2ex_387",
|
|
20
|
+
"collapsed-steps": "awsui_collapsed-steps_1xupv_8e2ex_391",
|
|
21
|
+
"collapsed-steps-hidden": "awsui_collapsed-steps-hidden_1xupv_8e2ex_396",
|
|
22
|
+
"form-header-component-wrapper": "awsui_form-header-component-wrapper_1xupv_8e2ex_400",
|
|
23
|
+
"form-header-component": "awsui_form-header-component_1xupv_8e2ex_400",
|
|
24
|
+
"navigation-link": "awsui_navigation-link_1xupv_8e2ex_416",
|
|
25
|
+
"navigation-link-item": "awsui_navigation-link-item_1xupv_8e2ex_417",
|
|
26
|
+
"navigation-link-label": "awsui_navigation-link-label_1xupv_8e2ex_418",
|
|
27
|
+
"navigation-link-active": "awsui_navigation-link-active_1xupv_8e2ex_422",
|
|
28
|
+
"navigation-link-disabled": "awsui_navigation-link-disabled_1xupv_8e2ex_427",
|
|
29
|
+
"cancel-button": "awsui_cancel-button_1xupv_8e2ex_431",
|
|
30
|
+
"previous-button": "awsui_previous-button_1xupv_8e2ex_432",
|
|
31
|
+
"primary-button": "awsui_primary-button_1xupv_8e2ex_433",
|
|
32
|
+
"skip-to-button": "awsui_skip-to-button_1xupv_8e2ex_434",
|
|
33
|
+
"action-buttons": "awsui_action-buttons_1xupv_8e2ex_438"
|
|
34
34
|
};
|
|
35
35
|
|
package/wizard/styles.scoped.css
CHANGED
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
*/
|
|
139
139
|
/* Style used for links in slots/components that are text heavy, to help links stand out among
|
|
140
140
|
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
|
|
141
|
-
.
|
|
141
|
+
.awsui_root_1xupv_8e2ex_141:not(#\9) {
|
|
142
142
|
border-collapse: separate;
|
|
143
143
|
border-spacing: 0;
|
|
144
144
|
box-sizing: border-box;
|
|
@@ -174,31 +174,30 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
174
174
|
-moz-osx-font-smoothing: auto;
|
|
175
175
|
}
|
|
176
176
|
|
|
177
|
-
.
|
|
177
|
+
.awsui_wizard_1xupv_8e2ex_176.awsui_refresh_1xupv_8e2ex_176:not(#\9) {
|
|
178
178
|
column-gap: var(--space-xl-lmui9r, 24px);
|
|
179
179
|
display: grid;
|
|
180
180
|
grid-template-columns: auto minmax(0, 1fr);
|
|
181
181
|
grid-template-rows: auto 1fr;
|
|
182
182
|
row-gap: var(--space-scaled-xxs-7597g1, 4px);
|
|
183
183
|
}
|
|
184
|
-
.
|
|
184
|
+
.awsui_wizard_1xupv_8e2ex_176.awsui_refresh_1xupv_8e2ex_176.awsui_small-container_1xupv_8e2ex_183:not(#\9) {
|
|
185
185
|
grid-template-columns: minmax(0, 1fr) 0;
|
|
186
186
|
row-gap: var(--space-scaled-l-0hpmd7, 20px);
|
|
187
187
|
}
|
|
188
188
|
|
|
189
|
-
.
|
|
189
|
+
.awsui_wizard_1xupv_8e2ex_176:not(#\9):not(.awsui_refresh_1xupv_8e2ex_176) {
|
|
190
190
|
display: flex;
|
|
191
191
|
}
|
|
192
192
|
|
|
193
|
-
.
|
|
193
|
+
.awsui_navigation_1xupv_8e2ex_192.awsui_refresh_1xupv_8e2ex_176:not(#\9) {
|
|
194
194
|
grid-column: 1;
|
|
195
195
|
grid-row: 1/span 2;
|
|
196
196
|
padding-block-start: calc(var(--space-xs-zb16t3, 8px) + var(--space-scaled-xxs-7597g1, 4px));
|
|
197
197
|
/* stylelint-disable selector-max-type */
|
|
198
198
|
/* stylelint-enable selector-max-type */
|
|
199
199
|
}
|
|
200
|
-
.
|
|
201
|
-
background: var(--color-background-container-content-z79u4u, #ffffff);
|
|
200
|
+
.awsui_navigation_1xupv_8e2ex_192.awsui_refresh_1xupv_8e2ex_176 > ul.awsui_refresh_1xupv_8e2ex_176:not(#\9) {
|
|
202
201
|
position: relative;
|
|
203
202
|
margin-block: 0;
|
|
204
203
|
margin-inline: 0;
|
|
@@ -208,7 +207,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
208
207
|
inline-size: 260px;
|
|
209
208
|
box-sizing: border-box;
|
|
210
209
|
}
|
|
211
|
-
.
|
|
210
|
+
.awsui_navigation_1xupv_8e2ex_192.awsui_refresh_1xupv_8e2ex_176 > ul.awsui_refresh_1xupv_8e2ex_176 > li:not(#\9) {
|
|
212
211
|
display: grid;
|
|
213
212
|
column-gap: var(--space-xs-zb16t3, 8px);
|
|
214
213
|
grid-template-columns: var(--space-l-t419sm, 20px) 1fr;
|
|
@@ -216,7 +215,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
216
215
|
padding-block: 0;
|
|
217
216
|
padding-inline: 0;
|
|
218
217
|
}
|
|
219
|
-
.
|
|
218
|
+
.awsui_navigation_1xupv_8e2ex_192.awsui_refresh_1xupv_8e2ex_176 > ul.awsui_refresh_1xupv_8e2ex_176 > li > hr:not(#\9) {
|
|
220
219
|
background-color: var(--color-border-divider-default-cx07f2, #c6c6cd);
|
|
221
220
|
border-block: 0;
|
|
222
221
|
border-inline: 0;
|
|
@@ -224,13 +223,13 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
224
223
|
block-size: 100%;
|
|
225
224
|
inline-size: var(--space-xxxs-zbmxqb, 2px);
|
|
226
225
|
}
|
|
227
|
-
.
|
|
226
|
+
.awsui_navigation_1xupv_8e2ex_192.awsui_refresh_1xupv_8e2ex_176 > ul.awsui_refresh_1xupv_8e2ex_176 > li > .awsui_number_1xupv_8e2ex_225:not(#\9) {
|
|
228
227
|
color: var(--color-text-small-nzfntg, #656871);
|
|
229
228
|
font-size: var(--font-size-body-s-asqx2i, 12px);
|
|
230
229
|
grid-column: 2;
|
|
231
230
|
grid-row: 1;
|
|
232
231
|
}
|
|
233
|
-
.
|
|
232
|
+
.awsui_navigation_1xupv_8e2ex_192.awsui_refresh_1xupv_8e2ex_176 > ul.awsui_refresh_1xupv_8e2ex_176 > li > a:not(#\9) {
|
|
234
233
|
align-items: start;
|
|
235
234
|
column-gap: var(--space-xs-zb16t3, 8px);
|
|
236
235
|
cursor: pointer;
|
|
@@ -240,7 +239,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
240
239
|
grid-row: 2;
|
|
241
240
|
grid-template-columns: var(--space-l-t419sm, 20px) 1fr;
|
|
242
241
|
}
|
|
243
|
-
.
|
|
242
|
+
.awsui_navigation_1xupv_8e2ex_192.awsui_refresh_1xupv_8e2ex_176 > ul.awsui_refresh_1xupv_8e2ex_176 > li > a > .awsui_circle_1xupv_8e2ex_241:not(#\9) {
|
|
244
243
|
border-start-start-radius: 100%;
|
|
245
244
|
border-start-end-radius: 100%;
|
|
246
245
|
border-end-start-radius: 100%;
|
|
@@ -251,12 +250,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
251
250
|
margin-block-start: 6px;
|
|
252
251
|
inline-size: 10px;
|
|
253
252
|
}
|
|
254
|
-
.
|
|
253
|
+
.awsui_navigation_1xupv_8e2ex_192.awsui_refresh_1xupv_8e2ex_176 > ul.awsui_refresh_1xupv_8e2ex_176 > li > a > .awsui_title_1xupv_8e2ex_252:not(#\9) {
|
|
255
254
|
min-inline-size: 0;
|
|
256
255
|
word-break: break-word;
|
|
257
256
|
grid-column: 2;
|
|
258
257
|
}
|
|
259
|
-
body[data-awsui-focus-visible=true] .
|
|
258
|
+
body[data-awsui-focus-visible=true] .awsui_navigation_1xupv_8e2ex_192.awsui_refresh_1xupv_8e2ex_176 > ul.awsui_refresh_1xupv_8e2ex_176 > li > a:not(#\9):focus {
|
|
260
259
|
outline: thin dotted;
|
|
261
260
|
outline: var(--border-link-focus-ring-outline-kkfop6, 0);
|
|
262
261
|
outline-offset: 2px;
|
|
@@ -267,58 +266,58 @@ body[data-awsui-focus-visible=true] .awsui_navigation_1xupv_1ev5j_192.awsui_refr
|
|
|
267
266
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-u8zbsz, 4px);
|
|
268
267
|
box-shadow: 0 0 0 var(--border-link-focus-ring-shadow-spread-v8hkrl, 2px) var(--color-border-item-focused-nv6mhz, #006ce0);
|
|
269
268
|
}
|
|
270
|
-
.
|
|
269
|
+
.awsui_navigation_1xupv_8e2ex_192.awsui_refresh_1xupv_8e2ex_176 > ul.awsui_refresh_1xupv_8e2ex_176 > li:not(#\9):first-child > hr {
|
|
271
270
|
grid-row: 2/span 2;
|
|
272
271
|
}
|
|
273
|
-
.
|
|
272
|
+
.awsui_navigation_1xupv_8e2ex_192.awsui_refresh_1xupv_8e2ex_176 > ul.awsui_refresh_1xupv_8e2ex_176 > li:not(#\9):not(:first-child) > .awsui_number_1xupv_8e2ex_225 {
|
|
274
273
|
margin-block-start: var(--space-m-udix3p, 16px);
|
|
275
274
|
}
|
|
276
|
-
.
|
|
275
|
+
.awsui_navigation_1xupv_8e2ex_192.awsui_refresh_1xupv_8e2ex_176 > ul.awsui_refresh_1xupv_8e2ex_176 > li:not(#\9):last-child > hr {
|
|
277
276
|
grid-row: 1;
|
|
278
277
|
}
|
|
279
|
-
.
|
|
278
|
+
.awsui_navigation_1xupv_8e2ex_192.awsui_refresh_1xupv_8e2ex_176 > ul.awsui_refresh_1xupv_8e2ex_176 > li:not(#\9):only-of-type > hr {
|
|
280
279
|
display: none;
|
|
281
280
|
}
|
|
282
|
-
.
|
|
281
|
+
.awsui_navigation_1xupv_8e2ex_192.awsui_refresh_1xupv_8e2ex_176 > ul.awsui_refresh_1xupv_8e2ex_176 > li:not(#\9):not(:first-child):not(:last-child) > hr {
|
|
283
282
|
grid-row: 1/span 3;
|
|
284
283
|
}
|
|
285
|
-
.
|
|
284
|
+
.awsui_navigation_1xupv_8e2ex_192.awsui_refresh_1xupv_8e2ex_176 > ul.awsui_refresh_1xupv_8e2ex_176 > li.awsui_active_1xupv_8e2ex_283 > a:not(#\9) {
|
|
286
285
|
cursor: text;
|
|
287
286
|
}
|
|
288
|
-
.
|
|
287
|
+
.awsui_navigation_1xupv_8e2ex_192.awsui_refresh_1xupv_8e2ex_176 > ul.awsui_refresh_1xupv_8e2ex_176 > li.awsui_active_1xupv_8e2ex_283 > a > .awsui_circle_1xupv_8e2ex_241:not(#\9) {
|
|
289
288
|
background-color: var(--color-background-control-checked-hz4k40, #006ce0);
|
|
290
289
|
box-shadow: 0 0 0 3px var(--color-background-container-content-z79u4u, #ffffff), 0 0 0 5px var(--color-background-control-checked-hz4k40, #006ce0), 0 0 0 7px var(--color-background-container-content-z79u4u, #ffffff);
|
|
291
290
|
}
|
|
292
|
-
.
|
|
291
|
+
.awsui_navigation_1xupv_8e2ex_192.awsui_refresh_1xupv_8e2ex_176 > ul.awsui_refresh_1xupv_8e2ex_176 > li.awsui_active_1xupv_8e2ex_283 > a > .awsui_title_1xupv_8e2ex_252:not(#\9) {
|
|
293
292
|
color: var(--color-background-control-checked-hz4k40, #006ce0);
|
|
294
293
|
font-weight: 700;
|
|
295
294
|
}
|
|
296
|
-
.
|
|
295
|
+
.awsui_navigation_1xupv_8e2ex_192.awsui_refresh_1xupv_8e2ex_176 > ul.awsui_refresh_1xupv_8e2ex_176 > li.awsui_disabled_1xupv_8e2ex_294 > a:not(#\9) {
|
|
297
296
|
cursor: text;
|
|
298
297
|
}
|
|
299
|
-
.
|
|
298
|
+
.awsui_navigation_1xupv_8e2ex_192.awsui_refresh_1xupv_8e2ex_176 > ul.awsui_refresh_1xupv_8e2ex_176 > li.awsui_disabled_1xupv_8e2ex_294 > a > .awsui_circle_1xupv_8e2ex_241:not(#\9) {
|
|
300
299
|
background-color: var(--color-background-container-content-z79u4u, #ffffff);
|
|
301
300
|
box-shadow: 0 0 0 2px var(--color-text-interactive-disabled-f5b4z5, #b4b4bb), 0 0 0 4px var(--color-background-container-content-z79u4u, #ffffff);
|
|
302
301
|
}
|
|
303
|
-
.
|
|
302
|
+
.awsui_navigation_1xupv_8e2ex_192.awsui_refresh_1xupv_8e2ex_176 > ul.awsui_refresh_1xupv_8e2ex_176 > li.awsui_disabled_1xupv_8e2ex_294 > a > .awsui_title_1xupv_8e2ex_252:not(#\9) {
|
|
304
303
|
color: var(--color-text-status-inactive-5megna, #656871);
|
|
305
304
|
}
|
|
306
|
-
.
|
|
305
|
+
.awsui_navigation_1xupv_8e2ex_192.awsui_refresh_1xupv_8e2ex_176 > ul.awsui_refresh_1xupv_8e2ex_176 > li.awsui_enabled_1xupv_8e2ex_304 > a > .awsui_circle_1xupv_8e2ex_241:not(#\9) {
|
|
307
306
|
background-color: var(--color-text-interactive-default-tkx8fe, #424650);
|
|
308
307
|
box-shadow: 0 0 0 2px var(--color-text-interactive-default-tkx8fe, #424650), 0 0 0 4px var(--color-background-container-content-z79u4u, #ffffff);
|
|
309
308
|
}
|
|
310
|
-
.
|
|
309
|
+
.awsui_navigation_1xupv_8e2ex_192.awsui_refresh_1xupv_8e2ex_176 > ul.awsui_refresh_1xupv_8e2ex_176 > li.awsui_enabled_1xupv_8e2ex_304 > a > .awsui_title_1xupv_8e2ex_252:not(#\9) {
|
|
311
310
|
color: var(--color-text-interactive-default-tkx8fe, #424650);
|
|
312
311
|
}
|
|
313
|
-
.
|
|
312
|
+
.awsui_navigation_1xupv_8e2ex_192.awsui_refresh_1xupv_8e2ex_176 > ul.awsui_refresh_1xupv_8e2ex_176 > li.awsui_enabled_1xupv_8e2ex_304 > a:not(#\9):hover > .awsui_circle_1xupv_8e2ex_241 {
|
|
314
313
|
background-color: var(--color-background-control-checked-hz4k40, #006ce0);
|
|
315
314
|
box-shadow: 0 0 0 2px var(--color-background-control-checked-hz4k40, #006ce0), 0 0 0 4px var(--color-background-container-content-z79u4u, #ffffff);
|
|
316
315
|
}
|
|
317
|
-
.
|
|
316
|
+
.awsui_navigation_1xupv_8e2ex_192.awsui_refresh_1xupv_8e2ex_176 > ul.awsui_refresh_1xupv_8e2ex_176 > li.awsui_enabled_1xupv_8e2ex_304 > a:not(#\9):hover > .awsui_title_1xupv_8e2ex_252 {
|
|
318
317
|
color: var(--color-background-control-checked-hz4k40, #006ce0);
|
|
319
318
|
}
|
|
320
319
|
|
|
321
|
-
.
|
|
320
|
+
.awsui_navigation_1xupv_8e2ex_192:not(#\9):not(.awsui_refresh_1xupv_8e2ex_176) {
|
|
322
321
|
color: var(--color-text-disabled-e4vsj4, #b4b4bb);
|
|
323
322
|
display: inline-block;
|
|
324
323
|
margin-inline-end: calc(2 * var(--space-xxxl-4x2gki, 40px));
|
|
@@ -328,81 +327,81 @@ body[data-awsui-focus-visible=true] .awsui_navigation_1xupv_1ev5j_192.awsui_refr
|
|
|
328
327
|
/* stylelint-disable selector-max-type */
|
|
329
328
|
/* stylelint-enable selector-max-type */
|
|
330
329
|
}
|
|
331
|
-
.
|
|
330
|
+
.awsui_navigation_1xupv_8e2ex_192:not(#\9):not(.awsui_refresh_1xupv_8e2ex_176) > ul:not(.awsui_refresh_1xupv_8e2ex_176) {
|
|
332
331
|
list-style: none;
|
|
333
332
|
padding-block: 0;
|
|
334
333
|
padding-inline: 0;
|
|
335
334
|
margin-block: 0;
|
|
336
335
|
margin-inline: 0;
|
|
337
336
|
}
|
|
338
|
-
.
|
|
337
|
+
.awsui_navigation_1xupv_8e2ex_192:not(#\9):not(.awsui_refresh_1xupv_8e2ex_176) > ul:not(.awsui_refresh_1xupv_8e2ex_176) > li {
|
|
339
338
|
min-inline-size: 0;
|
|
340
339
|
word-break: break-word;
|
|
341
340
|
padding-block: 0 var(--space-scaled-m-mo5yse, 16px);
|
|
342
341
|
}
|
|
343
|
-
.
|
|
342
|
+
.awsui_navigation_1xupv_8e2ex_192:not(#\9):not(.awsui_refresh_1xupv_8e2ex_176) > ul:not(.awsui_refresh_1xupv_8e2ex_176) > li:not(:first-child) {
|
|
344
343
|
margin-block-start: var(--space-scaled-m-mo5yse, 16px);
|
|
345
344
|
}
|
|
346
|
-
.
|
|
345
|
+
.awsui_navigation_1xupv_8e2ex_192:not(#\9):not(.awsui_refresh_1xupv_8e2ex_176) > ul:not(.awsui_refresh_1xupv_8e2ex_176) > li:not(:last-child) {
|
|
347
346
|
border-block-end: var(--border-divider-list-width-27y3k5, 1px) solid var(--color-border-layout-hrw5xj, #b4b4bb);
|
|
348
347
|
}
|
|
349
348
|
|
|
350
|
-
.
|
|
349
|
+
.awsui_form_1xupv_8e2ex_348:not(#\9):not(.awsui_refresh_1xupv_8e2ex_176) {
|
|
351
350
|
min-inline-size: 0;
|
|
352
351
|
word-break: break-word;
|
|
353
352
|
inline-size: 100%;
|
|
354
353
|
}
|
|
355
|
-
.
|
|
354
|
+
.awsui_form_1xupv_8e2ex_348:not(#\9):not(.awsui_refresh_1xupv_8e2ex_176) > .awsui_form-header_1xupv_8e2ex_353 {
|
|
356
355
|
position: relative;
|
|
357
356
|
margin-block-end: var(--space-scaled-m-mo5yse, 16px);
|
|
358
357
|
}
|
|
359
358
|
|
|
360
|
-
.
|
|
359
|
+
.awsui_form_1xupv_8e2ex_348.awsui_refresh_1xupv_8e2ex_176:not(#\9) {
|
|
361
360
|
min-inline-size: 0;
|
|
362
361
|
word-break: break-word;
|
|
363
362
|
display: contents;
|
|
364
363
|
}
|
|
365
|
-
.
|
|
364
|
+
.awsui_form_1xupv_8e2ex_348.awsui_refresh_1xupv_8e2ex_176 > .awsui_form-header_1xupv_8e2ex_353:not(#\9) {
|
|
366
365
|
background-color: var(--color-background-layout-main-nqw91u, #ffffff);
|
|
367
366
|
grid-column: 2;
|
|
368
367
|
grid-row: 1;
|
|
369
368
|
color: var(--color-text-body-default-7v1jfn, #0f141a);
|
|
370
369
|
}
|
|
371
|
-
.
|
|
370
|
+
.awsui_form_1xupv_8e2ex_348.awsui_refresh_1xupv_8e2ex_176 > .awsui_form-header_1xupv_8e2ex_353 > .awsui_form-header-content_1xupv_8e2ex_369:not(#\9) {
|
|
372
371
|
padding-block-start: calc(var(--space-xl-lmui9r, 24px) + var(--space-scaled-xxxs-27y4hv, 2px));
|
|
373
372
|
padding-block-end: var(--space-scaled-s-aqzyko, 12px);
|
|
374
373
|
}
|
|
375
|
-
.
|
|
374
|
+
.awsui_form_1xupv_8e2ex_348.awsui_refresh_1xupv_8e2ex_176 > .awsui_form-component_1xupv_8e2ex_373:not(#\9) {
|
|
376
375
|
grid-column: 2;
|
|
377
376
|
grid-row: 2;
|
|
378
377
|
}
|
|
379
|
-
.
|
|
378
|
+
.awsui_form_1xupv_8e2ex_348.awsui_refresh_1xupv_8e2ex_176.awsui_small-container_1xupv_8e2ex_183 > .awsui_form-header_1xupv_8e2ex_353:not(#\9) {
|
|
380
379
|
grid-column: 1/span 2;
|
|
381
380
|
}
|
|
382
|
-
.
|
|
381
|
+
.awsui_form_1xupv_8e2ex_348.awsui_refresh_1xupv_8e2ex_176.awsui_small-container_1xupv_8e2ex_183 > .awsui_form-header_1xupv_8e2ex_353 > .awsui_form-header-content_1xupv_8e2ex_369:not(#\9) {
|
|
383
382
|
padding-block-start: 0;
|
|
384
383
|
}
|
|
385
|
-
.
|
|
384
|
+
.awsui_form_1xupv_8e2ex_348.awsui_refresh_1xupv_8e2ex_176.awsui_small-container_1xupv_8e2ex_183 > .awsui_form-component_1xupv_8e2ex_373:not(#\9) {
|
|
386
385
|
grid-column: 1/span 2;
|
|
387
386
|
}
|
|
388
387
|
|
|
389
|
-
.
|
|
388
|
+
.awsui_navigation_1xupv_8e2ex_192.awsui_hidden_1xupv_8e2ex_387:not(#\9) {
|
|
390
389
|
display: none;
|
|
391
390
|
}
|
|
392
391
|
|
|
393
|
-
.awsui_collapsed-
|
|
392
|
+
.awsui_collapsed-steps_1xupv_8e2ex_391:not(#\9) {
|
|
394
393
|
color: var(--color-text-heading-secondary-0myrp3, #424650);
|
|
395
394
|
font-weight: 700;
|
|
396
395
|
padding-block-start: var(--space-scaled-xxs-7597g1, 4px);
|
|
397
396
|
}
|
|
398
|
-
.awsui_collapsed-steps-
|
|
397
|
+
.awsui_collapsed-steps-hidden_1xupv_8e2ex_396:not(#\9) {
|
|
399
398
|
display: none;
|
|
400
399
|
}
|
|
401
400
|
|
|
402
|
-
.awsui_form-header-component-
|
|
401
|
+
.awsui_form-header-component-wrapper_1xupv_8e2ex_400:not(#\9) {
|
|
403
402
|
outline: none;
|
|
404
403
|
}
|
|
405
|
-
body[data-awsui-focus-visible=true] .awsui_form-header-component-
|
|
404
|
+
body[data-awsui-focus-visible=true] .awsui_form-header-component-wrapper_1xupv_8e2ex_400:not(#\9):focus {
|
|
406
405
|
outline: thin dotted;
|
|
407
406
|
outline: var(--border-link-focus-ring-outline-kkfop6, 0);
|
|
408
407
|
outline-offset: 2px;
|
|
@@ -414,30 +413,30 @@ body[data-awsui-focus-visible=true] .awsui_form-header-component-wrapper_1xupv_1
|
|
|
414
413
|
box-shadow: 0 0 0 var(--border-link-focus-ring-shadow-spread-v8hkrl, 2px) var(--color-border-item-focused-nv6mhz, #006ce0);
|
|
415
414
|
}
|
|
416
415
|
|
|
417
|
-
.awsui_form-header-
|
|
418
|
-
.awsui_navigation-
|
|
419
|
-
.awsui_navigation-link-
|
|
420
|
-
.awsui_navigation-link-
|
|
416
|
+
.awsui_form-header-component_1xupv_8e2ex_400:not(#\9),
|
|
417
|
+
.awsui_navigation-link_1xupv_8e2ex_416:not(#\9),
|
|
418
|
+
.awsui_navigation-link-item_1xupv_8e2ex_417:not(#\9),
|
|
419
|
+
.awsui_navigation-link-label_1xupv_8e2ex_418:not(#\9) {
|
|
421
420
|
/* used in test-utils */
|
|
422
421
|
}
|
|
423
422
|
|
|
424
|
-
.awsui_navigation-link-
|
|
423
|
+
.awsui_navigation-link-active_1xupv_8e2ex_422:not(#\9) {
|
|
425
424
|
font-weight: 700;
|
|
426
425
|
color: var(--color-text-body-default-7v1jfn, #0f141a);
|
|
427
426
|
}
|
|
428
427
|
|
|
429
|
-
.awsui_navigation-link-
|
|
428
|
+
.awsui_navigation-link-disabled_1xupv_8e2ex_427:not(#\9) {
|
|
430
429
|
color: var(--color-text-status-inactive-5megna, #656871);
|
|
431
430
|
}
|
|
432
431
|
|
|
433
|
-
.awsui_cancel-
|
|
434
|
-
.awsui_previous-
|
|
435
|
-
.awsui_primary-
|
|
436
|
-
.awsui_skip-to-
|
|
432
|
+
.awsui_cancel-button_1xupv_8e2ex_431:not(#\9),
|
|
433
|
+
.awsui_previous-button_1xupv_8e2ex_432:not(#\9),
|
|
434
|
+
.awsui_primary-button_1xupv_8e2ex_433:not(#\9),
|
|
435
|
+
.awsui_skip-to-button_1xupv_8e2ex_434:not(#\9) {
|
|
437
436
|
/* used in test-utils */
|
|
438
437
|
}
|
|
439
438
|
|
|
440
|
-
.awsui_action-
|
|
439
|
+
.awsui_action-buttons_1xupv_8e2ex_438:not(#\9) {
|
|
441
440
|
display: flex;
|
|
442
441
|
justify-content: flex-end;
|
|
443
442
|
}
|
|
@@ -2,35 +2,35 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"root": "
|
|
6
|
-
"wizard": "
|
|
7
|
-
"refresh": "
|
|
8
|
-
"small-container": "awsui_small-
|
|
9
|
-
"navigation": "
|
|
10
|
-
"number": "
|
|
11
|
-
"circle": "
|
|
12
|
-
"title": "
|
|
13
|
-
"active": "
|
|
14
|
-
"disabled": "
|
|
15
|
-
"enabled": "
|
|
16
|
-
"form": "
|
|
17
|
-
"form-header": "awsui_form-
|
|
18
|
-
"form-header-content": "awsui_form-header-
|
|
19
|
-
"form-component": "awsui_form-
|
|
20
|
-
"hidden": "
|
|
21
|
-
"collapsed-steps": "awsui_collapsed-
|
|
22
|
-
"collapsed-steps-hidden": "awsui_collapsed-steps-
|
|
23
|
-
"form-header-component-wrapper": "awsui_form-header-component-
|
|
24
|
-
"form-header-component": "awsui_form-header-
|
|
25
|
-
"navigation-link": "awsui_navigation-
|
|
26
|
-
"navigation-link-item": "awsui_navigation-link-
|
|
27
|
-
"navigation-link-label": "awsui_navigation-link-
|
|
28
|
-
"navigation-link-active": "awsui_navigation-link-
|
|
29
|
-
"navigation-link-disabled": "awsui_navigation-link-
|
|
30
|
-
"cancel-button": "awsui_cancel-
|
|
31
|
-
"previous-button": "awsui_previous-
|
|
32
|
-
"primary-button": "awsui_primary-
|
|
33
|
-
"skip-to-button": "awsui_skip-to-
|
|
34
|
-
"action-buttons": "awsui_action-
|
|
5
|
+
"root": "awsui_root_1xupv_8e2ex_141",
|
|
6
|
+
"wizard": "awsui_wizard_1xupv_8e2ex_176",
|
|
7
|
+
"refresh": "awsui_refresh_1xupv_8e2ex_176",
|
|
8
|
+
"small-container": "awsui_small-container_1xupv_8e2ex_183",
|
|
9
|
+
"navigation": "awsui_navigation_1xupv_8e2ex_192",
|
|
10
|
+
"number": "awsui_number_1xupv_8e2ex_225",
|
|
11
|
+
"circle": "awsui_circle_1xupv_8e2ex_241",
|
|
12
|
+
"title": "awsui_title_1xupv_8e2ex_252",
|
|
13
|
+
"active": "awsui_active_1xupv_8e2ex_283",
|
|
14
|
+
"disabled": "awsui_disabled_1xupv_8e2ex_294",
|
|
15
|
+
"enabled": "awsui_enabled_1xupv_8e2ex_304",
|
|
16
|
+
"form": "awsui_form_1xupv_8e2ex_348",
|
|
17
|
+
"form-header": "awsui_form-header_1xupv_8e2ex_353",
|
|
18
|
+
"form-header-content": "awsui_form-header-content_1xupv_8e2ex_369",
|
|
19
|
+
"form-component": "awsui_form-component_1xupv_8e2ex_373",
|
|
20
|
+
"hidden": "awsui_hidden_1xupv_8e2ex_387",
|
|
21
|
+
"collapsed-steps": "awsui_collapsed-steps_1xupv_8e2ex_391",
|
|
22
|
+
"collapsed-steps-hidden": "awsui_collapsed-steps-hidden_1xupv_8e2ex_396",
|
|
23
|
+
"form-header-component-wrapper": "awsui_form-header-component-wrapper_1xupv_8e2ex_400",
|
|
24
|
+
"form-header-component": "awsui_form-header-component_1xupv_8e2ex_400",
|
|
25
|
+
"navigation-link": "awsui_navigation-link_1xupv_8e2ex_416",
|
|
26
|
+
"navigation-link-item": "awsui_navigation-link-item_1xupv_8e2ex_417",
|
|
27
|
+
"navigation-link-label": "awsui_navigation-link-label_1xupv_8e2ex_418",
|
|
28
|
+
"navigation-link-active": "awsui_navigation-link-active_1xupv_8e2ex_422",
|
|
29
|
+
"navigation-link-disabled": "awsui_navigation-link-disabled_1xupv_8e2ex_427",
|
|
30
|
+
"cancel-button": "awsui_cancel-button_1xupv_8e2ex_431",
|
|
31
|
+
"previous-button": "awsui_previous-button_1xupv_8e2ex_432",
|
|
32
|
+
"primary-button": "awsui_primary-button_1xupv_8e2ex_433",
|
|
33
|
+
"skip-to-button": "awsui_skip-to-button_1xupv_8e2ex_434",
|
|
34
|
+
"action-buttons": "awsui_action-buttons_1xupv_8e2ex_438"
|
|
35
35
|
};
|
|
36
36
|
|