@cloudscape-design/components 3.0.335 → 3.0.337
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/box/styles.css.js +189 -189
- package/box/styles.scoped.css +235 -235
- package/box/styles.selectors.js +189 -189
- package/input/internal.js +1 -1
- package/input/internal.js.map +1 -1
- package/internal/base-component/styles.scoped.css +3 -0
- package/internal/environment.js +1 -1
- package/internal/generated/theming/index.cjs +11 -0
- package/internal/generated/theming/index.js +11 -0
- package/internal/manifest.json +1 -1
- package/package.json +1 -1
- package/side-navigation/internal.d.ts.map +1 -1
- package/side-navigation/internal.js +3 -1
- package/side-navigation/internal.js.map +1 -1
- package/side-navigation/styles.css.js +28 -27
- package/side-navigation/styles.scoped.css +41 -37
- package/side-navigation/styles.selectors.js +28 -27
- package/tabs/styles.css.js +21 -21
- package/tabs/styles.scoped.css +42 -39
- package/tabs/styles.selectors.js +21 -21
- package/tiles/styles.css.js +29 -28
- package/tiles/styles.scoped.css +76 -70
- package/tiles/styles.selectors.js +29 -28
- package/tiles/tile.d.ts.map +1 -1
- package/tiles/tile.js +3 -1
- package/tiles/tile.js.map +1 -1
- package/wizard/styles.css.js +31 -31
- package/wizard/styles.scoped.css +67 -67
- package/wizard/styles.selectors.js +31 -31
package/wizard/styles.scoped.css
CHANGED
|
@@ -91,7 +91,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
91
91
|
SPDX-License-Identifier: Apache-2.0
|
|
92
92
|
*/
|
|
93
93
|
/* stylelint-disable selector-max-universal, selector-max-type */
|
|
94
|
-
.
|
|
94
|
+
.awsui_root_1xupv_ohoma_94:not(#\9) {
|
|
95
95
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
96
96
|
border-collapse: separate;
|
|
97
97
|
border-spacing: 0;
|
|
@@ -130,38 +130,38 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
130
130
|
-moz-osx-font-smoothing: auto;
|
|
131
131
|
}
|
|
132
132
|
|
|
133
|
-
.
|
|
133
|
+
.awsui_wizard_1xupv_ohoma_107.awsui_refresh_1xupv_ohoma_107:not(#\9) {
|
|
134
134
|
column-gap: var(--space-xl-gsucfg, 24px);
|
|
135
135
|
display: grid;
|
|
136
136
|
grid-template-columns: auto minmax(0, 1fr);
|
|
137
137
|
grid-template-rows: auto 1fr;
|
|
138
138
|
row-gap: var(--space-scaled-xl-jawob6, 24px);
|
|
139
139
|
}
|
|
140
|
-
.
|
|
140
|
+
.awsui_wizard_1xupv_ohoma_107.awsui_refresh_1xupv_ohoma_107.awsui_small-container_1xupv_ohoma_114:not(#\9) {
|
|
141
141
|
grid-template-columns: minmax(0, 1fr) 0;
|
|
142
142
|
row-gap: var(--space-scaled-l-2rs0gk, 20px);
|
|
143
143
|
}
|
|
144
144
|
|
|
145
|
-
.
|
|
145
|
+
.awsui_wizard_1xupv_ohoma_107:not(#\9):not(.awsui_refresh_1xupv_ohoma_107) {
|
|
146
146
|
display: flex;
|
|
147
147
|
}
|
|
148
148
|
|
|
149
|
-
.
|
|
149
|
+
.awsui_navigation_1xupv_ohoma_123.awsui_refresh_1xupv_ohoma_107:not(#\9) {
|
|
150
150
|
grid-column: 1;
|
|
151
151
|
grid-row: 1/span 2;
|
|
152
152
|
padding-top: var(--awsui-container-first-gap-zw2xxa, 0px);
|
|
153
153
|
}
|
|
154
|
-
.
|
|
154
|
+
.awsui_navigation_1xupv_ohoma_123.awsui_refresh_1xupv_ohoma_107 > ul:not(#\9) {
|
|
155
155
|
background: var(--color-background-container-content-og3y0v, #ffffff);
|
|
156
156
|
position: relative;
|
|
157
157
|
border-radius: var(--border-radius-container-pmtq2d, 16px);
|
|
158
158
|
box-sizing: border-box;
|
|
159
159
|
margin: 0;
|
|
160
|
-
padding: var(--space-scaled-l-
|
|
160
|
+
padding: var(--space-scaled-m-gxhdpl, 16px) var(--space-l-f4l5gr, 20px) var(--space-scaled-l-2rs0gk, 20px) var(--space-m-h2th94, 16px);
|
|
161
161
|
width: 280px;
|
|
162
162
|
box-sizing: border-box;
|
|
163
163
|
}
|
|
164
|
-
.
|
|
164
|
+
.awsui_navigation_1xupv_ohoma_123.awsui_refresh_1xupv_ohoma_107 > ul:not(#\9)::before {
|
|
165
165
|
content: "";
|
|
166
166
|
position: absolute;
|
|
167
167
|
left: 0px;
|
|
@@ -176,7 +176,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
176
176
|
border-radius: var(--border-radius-container-pmtq2d, 16px);
|
|
177
177
|
z-index: 1;
|
|
178
178
|
}
|
|
179
|
-
.
|
|
179
|
+
.awsui_navigation_1xupv_ohoma_123.awsui_refresh_1xupv_ohoma_107 > ul:not(#\9)::after {
|
|
180
180
|
content: "";
|
|
181
181
|
position: absolute;
|
|
182
182
|
left: 0px;
|
|
@@ -191,32 +191,32 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
191
191
|
mix-blend-mode: multiply;
|
|
192
192
|
}
|
|
193
193
|
@media screen and (-ms-high-contrast: active) {
|
|
194
|
-
.
|
|
194
|
+
.awsui_navigation_1xupv_ohoma_123.awsui_refresh_1xupv_ohoma_107 > ul:not(#\9) {
|
|
195
195
|
border: var(--border-field-width-riro62, 2px) solid var(--color-border-container-top-camjrq, transparent);
|
|
196
196
|
}
|
|
197
197
|
}
|
|
198
|
-
.
|
|
198
|
+
.awsui_navigation_1xupv_ohoma_123.awsui_refresh_1xupv_ohoma_107 > ul > li:not(#\9) {
|
|
199
199
|
display: grid;
|
|
200
|
-
column-gap: var(--space-
|
|
200
|
+
column-gap: var(--space-xs-edba2s, 8px);
|
|
201
201
|
grid-template-columns: var(--space-l-f4l5gr, 20px) 1fr;
|
|
202
202
|
grid-template-rows: repeat(2, auto);
|
|
203
203
|
}
|
|
204
|
-
.
|
|
204
|
+
.awsui_navigation_1xupv_ohoma_123.awsui_refresh_1xupv_ohoma_107 > ul > li > hr:not(#\9) {
|
|
205
205
|
background-color: var(--color-border-divider-default-9o8zql, #e9ebed);
|
|
206
206
|
border: 0;
|
|
207
207
|
grid-column: 1;
|
|
208
208
|
height: 100%;
|
|
209
209
|
width: var(--space-xxxs-j6dpcy, 2px);
|
|
210
210
|
}
|
|
211
|
-
.
|
|
211
|
+
.awsui_navigation_1xupv_ohoma_123.awsui_refresh_1xupv_ohoma_107 > ul > li > .awsui_number_1xupv_ohoma_185:not(#\9) {
|
|
212
212
|
color: var(--color-text-small-l0u24v, #5f6b7a);
|
|
213
213
|
font-size: var(--font-body-s-size-6jmxer, 12px);
|
|
214
214
|
grid-column: 2;
|
|
215
215
|
grid-row: 1;
|
|
216
216
|
}
|
|
217
|
-
.
|
|
217
|
+
.awsui_navigation_1xupv_ohoma_123.awsui_refresh_1xupv_ohoma_107 > ul > li > a:not(#\9) {
|
|
218
218
|
align-items: start;
|
|
219
|
-
column-gap: var(--space-
|
|
219
|
+
column-gap: var(--space-xs-edba2s, 8px);
|
|
220
220
|
cursor: pointer;
|
|
221
221
|
display: grid;
|
|
222
222
|
font-size: var(--font-body-m-size-7dign1, 14px);
|
|
@@ -224,7 +224,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
224
224
|
grid-row: 2;
|
|
225
225
|
grid-template-columns: var(--space-l-f4l5gr, 20px) 1fr;
|
|
226
226
|
}
|
|
227
|
-
.
|
|
227
|
+
.awsui_navigation_1xupv_ohoma_123.awsui_refresh_1xupv_ohoma_107 > ul > li > a > .awsui_circle_1xupv_ohoma_201:not(#\9) {
|
|
228
228
|
border-radius: 100%;
|
|
229
229
|
grid-column: 1;
|
|
230
230
|
height: 10px;
|
|
@@ -232,13 +232,13 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
232
232
|
margin-top: 6px;
|
|
233
233
|
width: 10px;
|
|
234
234
|
}
|
|
235
|
-
.
|
|
235
|
+
.awsui_navigation_1xupv_ohoma_123.awsui_refresh_1xupv_ohoma_107 > ul > li > a > .awsui_title_1xupv_ohoma_209:not(#\9) {
|
|
236
236
|
min-width: 0;
|
|
237
237
|
-ms-word-break: break-all;
|
|
238
238
|
word-break: break-word;
|
|
239
239
|
grid-column: 2;
|
|
240
240
|
}
|
|
241
|
-
body[data-awsui-focus-visible=true] .
|
|
241
|
+
body[data-awsui-focus-visible=true] .awsui_navigation_1xupv_ohoma_123.awsui_refresh_1xupv_ohoma_107 > ul > li > a:not(#\9):focus {
|
|
242
242
|
outline: thin dotted;
|
|
243
243
|
outline: var(--border-link-focus-ring-outline-pwlekd, 0);
|
|
244
244
|
outline-offset: 2px;
|
|
@@ -246,58 +246,58 @@ body[data-awsui-focus-visible=true] .awsui_navigation_1xupv_1i0yo_123.awsui_refr
|
|
|
246
246
|
border-radius: var(--border-radius-control-default-focus-ring-muizvi, 4px);
|
|
247
247
|
box-shadow: 0 0 0 var(--border-link-focus-ring-shadow-spread-z7lixz, 2px) var(--color-border-item-focused-4t19h5, #0972d3);
|
|
248
248
|
}
|
|
249
|
-
.
|
|
249
|
+
.awsui_navigation_1xupv_ohoma_123.awsui_refresh_1xupv_ohoma_107 > ul > li:not(#\9):first-child > hr {
|
|
250
250
|
grid-row: 2/span 2;
|
|
251
251
|
}
|
|
252
|
-
.
|
|
253
|
-
margin-top: var(--space-
|
|
252
|
+
.awsui_navigation_1xupv_ohoma_123.awsui_refresh_1xupv_ohoma_107 > ul > li:not(#\9):not(:first-child) > .awsui_number_1xupv_ohoma_185 {
|
|
253
|
+
margin-top: var(--space-m-h2th94, 16px);
|
|
254
254
|
}
|
|
255
|
-
.
|
|
255
|
+
.awsui_navigation_1xupv_ohoma_123.awsui_refresh_1xupv_ohoma_107 > ul > li:not(#\9):last-child > hr {
|
|
256
256
|
grid-row: 1;
|
|
257
257
|
}
|
|
258
|
-
.
|
|
258
|
+
.awsui_navigation_1xupv_ohoma_123.awsui_refresh_1xupv_ohoma_107 > ul > li:not(#\9):only-of-type > hr {
|
|
259
259
|
display: none;
|
|
260
260
|
}
|
|
261
|
-
.
|
|
261
|
+
.awsui_navigation_1xupv_ohoma_123.awsui_refresh_1xupv_ohoma_107 > ul > li:not(#\9):not(:first-child):not(:last-child) > hr {
|
|
262
262
|
grid-row: 1/span 3;
|
|
263
263
|
}
|
|
264
|
-
.
|
|
264
|
+
.awsui_navigation_1xupv_ohoma_123.awsui_refresh_1xupv_ohoma_107 > ul > li.awsui_active_1xupv_ohoma_238 > a:not(#\9) {
|
|
265
265
|
cursor: text;
|
|
266
266
|
}
|
|
267
|
-
.
|
|
267
|
+
.awsui_navigation_1xupv_ohoma_123.awsui_refresh_1xupv_ohoma_107 > ul > li.awsui_active_1xupv_ohoma_238 > a > .awsui_circle_1xupv_ohoma_201:not(#\9) {
|
|
268
268
|
background-color: var(--color-background-control-checked-k2dd8u, #0972d3);
|
|
269
269
|
box-shadow: 0 0 0 3px var(--color-background-container-content-og3y0v, #ffffff), 0 0 0 5px var(--color-background-control-checked-k2dd8u, #0972d3), 0 0 0 7px var(--color-background-container-content-og3y0v, #ffffff);
|
|
270
270
|
}
|
|
271
|
-
.
|
|
271
|
+
.awsui_navigation_1xupv_ohoma_123.awsui_refresh_1xupv_ohoma_107 > ul > li.awsui_active_1xupv_ohoma_238 > a > .awsui_title_1xupv_ohoma_209:not(#\9) {
|
|
272
272
|
color: var(--color-background-control-checked-k2dd8u, #0972d3);
|
|
273
273
|
font-weight: 700;
|
|
274
274
|
}
|
|
275
|
-
.
|
|
275
|
+
.awsui_navigation_1xupv_ohoma_123.awsui_refresh_1xupv_ohoma_107 > ul > li.awsui_disabled_1xupv_ohoma_249 > a:not(#\9) {
|
|
276
276
|
cursor: text;
|
|
277
277
|
}
|
|
278
|
-
.
|
|
278
|
+
.awsui_navigation_1xupv_ohoma_123.awsui_refresh_1xupv_ohoma_107 > ul > li.awsui_disabled_1xupv_ohoma_249 > a > .awsui_circle_1xupv_ohoma_201:not(#\9) {
|
|
279
279
|
background-color: var(--color-background-container-content-og3y0v, #ffffff);
|
|
280
280
|
box-shadow: 0 0 0 2px var(--color-text-interactive-disabled-nss20z, #9ba7b6), 0 0 0 4px var(--color-background-container-content-og3y0v, #ffffff);
|
|
281
281
|
}
|
|
282
|
-
.
|
|
282
|
+
.awsui_navigation_1xupv_ohoma_123.awsui_refresh_1xupv_ohoma_107 > ul > li.awsui_disabled_1xupv_ohoma_249 > a > .awsui_title_1xupv_ohoma_209:not(#\9) {
|
|
283
283
|
color: var(--color-text-status-inactive-5laoxv, #5f6b7a);
|
|
284
284
|
}
|
|
285
|
-
.
|
|
285
|
+
.awsui_navigation_1xupv_ohoma_123.awsui_refresh_1xupv_ohoma_107 > ul > li.awsui_enabled_1xupv_ohoma_259 > a > .awsui_circle_1xupv_ohoma_201:not(#\9) {
|
|
286
286
|
background-color: var(--color-text-interactive-default-2sml2m, #414d5c);
|
|
287
287
|
box-shadow: 0 0 0 2px var(--color-text-interactive-default-2sml2m, #414d5c), 0 0 0 4px var(--color-background-container-content-og3y0v, #ffffff);
|
|
288
288
|
}
|
|
289
|
-
.
|
|
289
|
+
.awsui_navigation_1xupv_ohoma_123.awsui_refresh_1xupv_ohoma_107 > ul > li.awsui_enabled_1xupv_ohoma_259 > a > .awsui_title_1xupv_ohoma_209:not(#\9) {
|
|
290
290
|
color: var(--color-text-interactive-default-2sml2m, #414d5c);
|
|
291
291
|
}
|
|
292
|
-
.
|
|
292
|
+
.awsui_navigation_1xupv_ohoma_123.awsui_refresh_1xupv_ohoma_107 > ul > li.awsui_enabled_1xupv_ohoma_259 > a:not(#\9):hover > .awsui_circle_1xupv_ohoma_201 {
|
|
293
293
|
background-color: var(--color-background-control-checked-k2dd8u, #0972d3);
|
|
294
294
|
box-shadow: 0 0 0 2px var(--color-background-control-checked-k2dd8u, #0972d3), 0 0 0 4px var(--color-background-container-content-og3y0v, #ffffff);
|
|
295
295
|
}
|
|
296
|
-
.
|
|
296
|
+
.awsui_navigation_1xupv_ohoma_123.awsui_refresh_1xupv_ohoma_107 > ul > li.awsui_enabled_1xupv_ohoma_259 > a:not(#\9):hover > .awsui_title_1xupv_ohoma_209 {
|
|
297
297
|
color: var(--color-background-control-checked-k2dd8u, #0972d3);
|
|
298
298
|
}
|
|
299
299
|
|
|
300
|
-
.
|
|
300
|
+
.awsui_navigation_1xupv_ohoma_123:not(#\9):not(.awsui_refresh_1xupv_ohoma_107) {
|
|
301
301
|
color: var(--color-text-disabled-t7vw2a, #9ba7b6);
|
|
302
302
|
display: inline-block;
|
|
303
303
|
margin-right: calc(2 * var(--space-xxxl-65sweb, 40px));
|
|
@@ -305,89 +305,89 @@ body[data-awsui-focus-visible=true] .awsui_navigation_1xupv_1i0yo_123.awsui_refr
|
|
|
305
305
|
padding-top: var(--space-xxs-ja5cp8, 4px);
|
|
306
306
|
width: 200px;
|
|
307
307
|
}
|
|
308
|
-
.
|
|
308
|
+
.awsui_navigation_1xupv_ohoma_123:not(#\9):not(.awsui_refresh_1xupv_ohoma_107) > ul {
|
|
309
309
|
list-style: none;
|
|
310
310
|
padding: 0;
|
|
311
311
|
margin: 0;
|
|
312
312
|
}
|
|
313
|
-
.
|
|
313
|
+
.awsui_navigation_1xupv_ohoma_123:not(#\9):not(.awsui_refresh_1xupv_ohoma_107) > ul > li {
|
|
314
314
|
min-width: 0;
|
|
315
315
|
-ms-word-break: break-all;
|
|
316
316
|
word-break: break-word;
|
|
317
317
|
padding-bottom: var(--space-scaled-m-gxhdpl, 16px);
|
|
318
318
|
padding-top: 0;
|
|
319
319
|
}
|
|
320
|
-
.
|
|
320
|
+
.awsui_navigation_1xupv_ohoma_123:not(#\9):not(.awsui_refresh_1xupv_ohoma_107) > ul > li:not(:first-child) {
|
|
321
321
|
margin-top: var(--space-scaled-m-gxhdpl, 16px);
|
|
322
322
|
}
|
|
323
|
-
.
|
|
323
|
+
.awsui_navigation_1xupv_ohoma_123:not(#\9):not(.awsui_refresh_1xupv_ohoma_107) > ul > li:not(:last-child) {
|
|
324
324
|
border-bottom: var(--border-divider-list-width-um3zli, 1px) solid var(--color-border-layout-wyrb3c, #d1d5db);
|
|
325
325
|
}
|
|
326
326
|
|
|
327
|
-
.
|
|
327
|
+
.awsui_form_1xupv_ohoma_301:not(#\9):not(.awsui_refresh_1xupv_ohoma_107) {
|
|
328
328
|
min-width: 0;
|
|
329
329
|
-ms-word-break: break-all;
|
|
330
330
|
word-break: break-word;
|
|
331
331
|
width: 100%;
|
|
332
332
|
}
|
|
333
|
-
.
|
|
333
|
+
.awsui_form_1xupv_ohoma_301:not(#\9):not(.awsui_refresh_1xupv_ohoma_107) > .awsui_form-header_1xupv_ohoma_307 {
|
|
334
334
|
position: relative;
|
|
335
335
|
margin-bottom: var(--space-scaled-m-gxhdpl, 16px);
|
|
336
336
|
}
|
|
337
337
|
|
|
338
|
-
.
|
|
338
|
+
.awsui_form_1xupv_ohoma_301.awsui_refresh_1xupv_ohoma_107:not(#\9) {
|
|
339
339
|
min-width: 0;
|
|
340
340
|
-ms-word-break: break-all;
|
|
341
341
|
word-break: break-word;
|
|
342
342
|
display: contents;
|
|
343
343
|
}
|
|
344
|
-
.
|
|
344
|
+
.awsui_form_1xupv_ohoma_301.awsui_refresh_1xupv_ohoma_107 > .awsui_background_1xupv_ohoma_318:not(#\9) {
|
|
345
345
|
background-color: var(--color-background-layout-main-m49752, #ffffff);
|
|
346
346
|
grid-column: 1/span 2;
|
|
347
347
|
grid-row: 1;
|
|
348
348
|
color: var(--color-text-body-default-su7kuo, #000716);
|
|
349
349
|
}
|
|
350
|
-
.
|
|
350
|
+
.awsui_form_1xupv_ohoma_301.awsui_refresh_1xupv_ohoma_107 > .awsui_form-header_1xupv_ohoma_307:not(#\9) {
|
|
351
351
|
background-color: var(--color-background-layout-main-m49752, #ffffff);
|
|
352
352
|
grid-column: 2;
|
|
353
353
|
grid-row: 1;
|
|
354
354
|
color: var(--color-text-body-default-su7kuo, #000716);
|
|
355
355
|
}
|
|
356
|
-
.
|
|
357
|
-
padding-top: var(--
|
|
356
|
+
.awsui_form_1xupv_ohoma_301.awsui_refresh_1xupv_ohoma_107 > .awsui_form-header_1xupv_ohoma_307 > .awsui_form-header-content_1xupv_ohoma_330:not(#\9) {
|
|
357
|
+
padding-top: calc(var(--awsui-container-first-gap-zw2xxa, 0px) + var(--space-s-hdd878, 12px));
|
|
358
358
|
padding-bottom: var(--space-scaled-m-gxhdpl, 16px);
|
|
359
359
|
}
|
|
360
|
-
.
|
|
360
|
+
.awsui_form_1xupv_ohoma_301.awsui_refresh_1xupv_ohoma_107 > .awsui_form-component_1xupv_ohoma_334:not(#\9) {
|
|
361
361
|
grid-column: 2;
|
|
362
362
|
grid-row: 2;
|
|
363
363
|
}
|
|
364
|
-
.
|
|
364
|
+
.awsui_form_1xupv_ohoma_301.awsui_refresh_1xupv_ohoma_107.awsui_small-container_1xupv_ohoma_114 > .awsui_form-header_1xupv_ohoma_307:not(#\9) {
|
|
365
365
|
grid-column: 1/span 2;
|
|
366
366
|
}
|
|
367
|
-
.
|
|
367
|
+
.awsui_form_1xupv_ohoma_301.awsui_refresh_1xupv_ohoma_107.awsui_small-container_1xupv_ohoma_114 > .awsui_form-header_1xupv_ohoma_307 > .awsui_form-header-content_1xupv_ohoma_330:not(#\9) {
|
|
368
368
|
padding-top: 0;
|
|
369
369
|
}
|
|
370
|
-
.
|
|
370
|
+
.awsui_form_1xupv_ohoma_301.awsui_refresh_1xupv_ohoma_107.awsui_small-container_1xupv_ohoma_114 > .awsui_form-component_1xupv_ohoma_334:not(#\9) {
|
|
371
371
|
grid-column: 1/span 2;
|
|
372
372
|
}
|
|
373
373
|
|
|
374
|
-
.
|
|
374
|
+
.awsui_navigation_1xupv_ohoma_123.awsui_hidden_1xupv_ohoma_348:not(#\9) {
|
|
375
375
|
display: none;
|
|
376
376
|
}
|
|
377
377
|
|
|
378
|
-
.awsui_collapsed-
|
|
378
|
+
.awsui_collapsed-steps_1xupv_ohoma_352:not(#\9) {
|
|
379
379
|
color: var(--color-text-heading-secondary-x2nd6m, #414d5c);
|
|
380
380
|
font-weight: 700;
|
|
381
381
|
padding-top: var(--space-scaled-xxs-t2t62i, 4px);
|
|
382
382
|
}
|
|
383
|
-
.awsui_collapsed-steps-
|
|
383
|
+
.awsui_collapsed-steps-hidden_1xupv_ohoma_357:not(#\9) {
|
|
384
384
|
display: none;
|
|
385
385
|
}
|
|
386
386
|
|
|
387
|
-
.awsui_form-header-component-
|
|
387
|
+
.awsui_form-header-component-wrapper_1xupv_ohoma_361:not(#\9) {
|
|
388
388
|
outline: none;
|
|
389
389
|
}
|
|
390
|
-
body[data-awsui-focus-visible=true] .awsui_form-header-component-
|
|
390
|
+
body[data-awsui-focus-visible=true] .awsui_form-header-component-wrapper_1xupv_ohoma_361:not(#\9):focus {
|
|
391
391
|
outline: thin dotted;
|
|
392
392
|
outline: var(--border-link-focus-ring-outline-pwlekd, 0);
|
|
393
393
|
outline-offset: 2px;
|
|
@@ -396,30 +396,30 @@ body[data-awsui-focus-visible=true] .awsui_form-header-component-wrapper_1xupv_1
|
|
|
396
396
|
box-shadow: 0 0 0 var(--border-link-focus-ring-shadow-spread-z7lixz, 2px) var(--color-border-item-focused-4t19h5, #0972d3);
|
|
397
397
|
}
|
|
398
398
|
|
|
399
|
-
.awsui_form-header-
|
|
400
|
-
.awsui_navigation-
|
|
401
|
-
.awsui_navigation-link-
|
|
402
|
-
.awsui_navigation-link-
|
|
399
|
+
.awsui_form-header-component_1xupv_ohoma_361:not(#\9),
|
|
400
|
+
.awsui_navigation-link_1xupv_ohoma_374:not(#\9),
|
|
401
|
+
.awsui_navigation-link-item_1xupv_ohoma_375:not(#\9),
|
|
402
|
+
.awsui_navigation-link-label_1xupv_ohoma_376:not(#\9) {
|
|
403
403
|
/* used in test-utils */
|
|
404
404
|
}
|
|
405
405
|
|
|
406
|
-
.awsui_navigation-link-
|
|
406
|
+
.awsui_navigation-link-active_1xupv_ohoma_380:not(#\9) {
|
|
407
407
|
font-weight: 700;
|
|
408
408
|
color: var(--color-text-body-default-su7kuo, #000716);
|
|
409
409
|
}
|
|
410
410
|
|
|
411
|
-
.awsui_navigation-link-
|
|
411
|
+
.awsui_navigation-link-disabled_1xupv_ohoma_385:not(#\9) {
|
|
412
412
|
color: var(--color-text-status-inactive-5laoxv, #5f6b7a);
|
|
413
413
|
}
|
|
414
414
|
|
|
415
|
-
.awsui_cancel-
|
|
416
|
-
.awsui_previous-
|
|
417
|
-
.awsui_primary-
|
|
418
|
-
.awsui_skip-to-
|
|
415
|
+
.awsui_cancel-button_1xupv_ohoma_389:not(#\9),
|
|
416
|
+
.awsui_previous-button_1xupv_ohoma_390:not(#\9),
|
|
417
|
+
.awsui_primary-button_1xupv_ohoma_391:not(#\9),
|
|
418
|
+
.awsui_skip-to-button_1xupv_ohoma_392:not(#\9) {
|
|
419
419
|
/* used in test-utils */
|
|
420
420
|
}
|
|
421
421
|
|
|
422
|
-
.awsui_action-
|
|
422
|
+
.awsui_action-buttons_1xupv_ohoma_396:not(#\9) {
|
|
423
423
|
display: flex;
|
|
424
424
|
justify-content: flex-end;
|
|
425
425
|
}
|
|
@@ -2,36 +2,36 @@
|
|
|
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
|
-
"background": "
|
|
19
|
-
"form-header-content": "awsui_form-header-
|
|
20
|
-
"form-component": "awsui_form-
|
|
21
|
-
"hidden": "
|
|
22
|
-
"collapsed-steps": "awsui_collapsed-
|
|
23
|
-
"collapsed-steps-hidden": "awsui_collapsed-steps-
|
|
24
|
-
"form-header-component-wrapper": "awsui_form-header-component-
|
|
25
|
-
"form-header-component": "awsui_form-header-
|
|
26
|
-
"navigation-link": "awsui_navigation-
|
|
27
|
-
"navigation-link-item": "awsui_navigation-link-
|
|
28
|
-
"navigation-link-label": "awsui_navigation-link-
|
|
29
|
-
"navigation-link-active": "awsui_navigation-link-
|
|
30
|
-
"navigation-link-disabled": "awsui_navigation-link-
|
|
31
|
-
"cancel-button": "awsui_cancel-
|
|
32
|
-
"previous-button": "awsui_previous-
|
|
33
|
-
"primary-button": "awsui_primary-
|
|
34
|
-
"skip-to-button": "awsui_skip-to-
|
|
35
|
-
"action-buttons": "awsui_action-
|
|
5
|
+
"root": "awsui_root_1xupv_ohoma_94",
|
|
6
|
+
"wizard": "awsui_wizard_1xupv_ohoma_107",
|
|
7
|
+
"refresh": "awsui_refresh_1xupv_ohoma_107",
|
|
8
|
+
"small-container": "awsui_small-container_1xupv_ohoma_114",
|
|
9
|
+
"navigation": "awsui_navigation_1xupv_ohoma_123",
|
|
10
|
+
"number": "awsui_number_1xupv_ohoma_185",
|
|
11
|
+
"circle": "awsui_circle_1xupv_ohoma_201",
|
|
12
|
+
"title": "awsui_title_1xupv_ohoma_209",
|
|
13
|
+
"active": "awsui_active_1xupv_ohoma_238",
|
|
14
|
+
"disabled": "awsui_disabled_1xupv_ohoma_249",
|
|
15
|
+
"enabled": "awsui_enabled_1xupv_ohoma_259",
|
|
16
|
+
"form": "awsui_form_1xupv_ohoma_301",
|
|
17
|
+
"form-header": "awsui_form-header_1xupv_ohoma_307",
|
|
18
|
+
"background": "awsui_background_1xupv_ohoma_318",
|
|
19
|
+
"form-header-content": "awsui_form-header-content_1xupv_ohoma_330",
|
|
20
|
+
"form-component": "awsui_form-component_1xupv_ohoma_334",
|
|
21
|
+
"hidden": "awsui_hidden_1xupv_ohoma_348",
|
|
22
|
+
"collapsed-steps": "awsui_collapsed-steps_1xupv_ohoma_352",
|
|
23
|
+
"collapsed-steps-hidden": "awsui_collapsed-steps-hidden_1xupv_ohoma_357",
|
|
24
|
+
"form-header-component-wrapper": "awsui_form-header-component-wrapper_1xupv_ohoma_361",
|
|
25
|
+
"form-header-component": "awsui_form-header-component_1xupv_ohoma_361",
|
|
26
|
+
"navigation-link": "awsui_navigation-link_1xupv_ohoma_374",
|
|
27
|
+
"navigation-link-item": "awsui_navigation-link-item_1xupv_ohoma_375",
|
|
28
|
+
"navigation-link-label": "awsui_navigation-link-label_1xupv_ohoma_376",
|
|
29
|
+
"navigation-link-active": "awsui_navigation-link-active_1xupv_ohoma_380",
|
|
30
|
+
"navigation-link-disabled": "awsui_navigation-link-disabled_1xupv_ohoma_385",
|
|
31
|
+
"cancel-button": "awsui_cancel-button_1xupv_ohoma_389",
|
|
32
|
+
"previous-button": "awsui_previous-button_1xupv_ohoma_390",
|
|
33
|
+
"primary-button": "awsui_primary-button_1xupv_ohoma_391",
|
|
34
|
+
"skip-to-button": "awsui_skip-to-button_1xupv_ohoma_392",
|
|
35
|
+
"action-buttons": "awsui_action-buttons_1xupv_ohoma_396"
|
|
36
36
|
};
|
|
37
37
|
|