@cloudscape-design/components 3.0.102 → 3.0.103
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/package.json +1 -1
- package/wizard/styles.css.js +31 -31
- package/wizard/styles.scoped.css +59 -59
- package/wizard/styles.selectors.js +31 -31
package/internal/environment.js
CHANGED
package/package.json
CHANGED
package/wizard/styles.css.js
CHANGED
|
@@ -1,36 +1,36 @@
|
|
|
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
|
-
"background": "
|
|
18
|
-
"form-header-content": "awsui_form-header-
|
|
19
|
-
"form-component": "awsui_form-
|
|
20
|
-
"hidden": "
|
|
21
|
-
"collapsed-steps": "awsui_collapsed-
|
|
22
|
-
"collapsed-steps-extra-padding": "awsui_collapsed-steps-extra-
|
|
23
|
-
"collapsed-steps-hidden": "awsui_collapsed-steps-
|
|
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-
|
|
4
|
+
"root": "awsui_root_1xupv_1vqk5_94",
|
|
5
|
+
"wizard": "awsui_wizard_1xupv_1vqk5_105",
|
|
6
|
+
"refresh": "awsui_refresh_1xupv_1vqk5_105",
|
|
7
|
+
"small-container": "awsui_small-container_1xupv_1vqk5_112",
|
|
8
|
+
"navigation": "awsui_navigation_1xupv_1vqk5_120",
|
|
9
|
+
"number": "awsui_number_1xupv_1vqk5_148",
|
|
10
|
+
"circle": "awsui_circle_1xupv_1vqk5_164",
|
|
11
|
+
"title": "awsui_title_1xupv_1vqk5_172",
|
|
12
|
+
"active": "awsui_active_1xupv_1vqk5_201",
|
|
13
|
+
"disabled": "awsui_disabled_1xupv_1vqk5_212",
|
|
14
|
+
"enabled": "awsui_enabled_1xupv_1vqk5_222",
|
|
15
|
+
"form": "awsui_form_1xupv_1vqk5_261",
|
|
16
|
+
"form-header": "awsui_form-header_1xupv_1vqk5_267",
|
|
17
|
+
"background": "awsui_background_1xupv_1vqk5_278",
|
|
18
|
+
"form-header-content": "awsui_form-header-content_1xupv_1vqk5_288",
|
|
19
|
+
"form-component": "awsui_form-component_1xupv_1vqk5_292",
|
|
20
|
+
"hidden": "awsui_hidden_1xupv_1vqk5_306",
|
|
21
|
+
"collapsed-steps": "awsui_collapsed-steps_1xupv_1vqk5_310",
|
|
22
|
+
"collapsed-steps-extra-padding": "awsui_collapsed-steps-extra-padding_1xupv_1vqk5_315",
|
|
23
|
+
"collapsed-steps-hidden": "awsui_collapsed-steps-hidden_1xupv_1vqk5_318",
|
|
24
|
+
"form-header-component": "awsui_form-header-component_1xupv_1vqk5_322",
|
|
25
|
+
"navigation-link": "awsui_navigation-link_1xupv_1vqk5_323",
|
|
26
|
+
"navigation-link-item": "awsui_navigation-link-item_1xupv_1vqk5_324",
|
|
27
|
+
"navigation-link-label": "awsui_navigation-link-label_1xupv_1vqk5_325",
|
|
28
|
+
"navigation-link-active": "awsui_navigation-link-active_1xupv_1vqk5_329",
|
|
29
|
+
"navigation-link-disabled": "awsui_navigation-link-disabled_1xupv_1vqk5_334",
|
|
30
|
+
"cancel-button": "awsui_cancel-button_1xupv_1vqk5_338",
|
|
31
|
+
"previous-button": "awsui_previous-button_1xupv_1vqk5_339",
|
|
32
|
+
"primary-button": "awsui_primary-button_1xupv_1vqk5_340",
|
|
33
|
+
"skip-to-button": "awsui_skip-to-button_1xupv_1vqk5_341",
|
|
34
|
+
"action-buttons": "awsui_action-buttons_1xupv_1vqk5_345"
|
|
35
35
|
};
|
|
36
36
|
|
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_1vqk5_94:not(#\9) {
|
|
95
95
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
96
96
|
border-collapse: separate;
|
|
97
97
|
border-spacing: 0;
|
|
@@ -128,28 +128,28 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
128
128
|
font-family: var(--font-family-base-qnistn, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
129
129
|
}
|
|
130
130
|
|
|
131
|
-
.
|
|
131
|
+
.awsui_wizard_1xupv_1vqk5_105.awsui_refresh_1xupv_1vqk5_105:not(#\9) {
|
|
132
132
|
column-gap: var(--space-xl-a39hup, 24px);
|
|
133
133
|
display: grid;
|
|
134
134
|
grid-template-columns: auto 1fr;
|
|
135
135
|
grid-template-rows: auto 1fr;
|
|
136
136
|
row-gap: var(--space-scaled-xl-w2t504, 24px);
|
|
137
137
|
}
|
|
138
|
-
.
|
|
138
|
+
.awsui_wizard_1xupv_1vqk5_105.awsui_refresh_1xupv_1vqk5_105.awsui_small-container_1xupv_1vqk5_112:not(#\9) {
|
|
139
139
|
row-gap: var(--space-scaled-l-t03y3z, 20px);
|
|
140
140
|
}
|
|
141
141
|
|
|
142
|
-
.
|
|
142
|
+
.awsui_wizard_1xupv_1vqk5_105:not(#\9):not(.awsui_refresh_1xupv_1vqk5_105) {
|
|
143
143
|
display: flex;
|
|
144
144
|
}
|
|
145
145
|
|
|
146
|
-
.
|
|
146
|
+
.awsui_navigation_1xupv_1vqk5_120.awsui_refresh_1xupv_1vqk5_105:not(#\9) {
|
|
147
147
|
grid-column: 1;
|
|
148
148
|
grid-row: 1/span 2;
|
|
149
149
|
padding-top: var(--space-scaled-xxs-95dhkm, 4px);
|
|
150
150
|
z-index: 1;
|
|
151
151
|
}
|
|
152
|
-
.
|
|
152
|
+
.awsui_navigation_1xupv_1vqk5_120.awsui_refresh_1xupv_1vqk5_105 > ul:not(#\9) {
|
|
153
153
|
background: var(--color-background-container-content-i8i4a0, #ffffff);
|
|
154
154
|
border-radius: var(--border-radius-container-gh9ysk, 16px);
|
|
155
155
|
box-shadow: var(--shadow-container-7nblnj, 0px 0px 1px 1px #e9ebed, 0px 1px 8px 2px rgba(0, 7, 22, 0.12));
|
|
@@ -158,26 +158,26 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
158
158
|
width: 280px;
|
|
159
159
|
box-sizing: border-box;
|
|
160
160
|
}
|
|
161
|
-
.
|
|
161
|
+
.awsui_navigation_1xupv_1vqk5_120.awsui_refresh_1xupv_1vqk5_105 > ul > li:not(#\9) {
|
|
162
162
|
display: grid;
|
|
163
163
|
column-gap: var(--space-s-hv8c1d, 12px);
|
|
164
164
|
grid-template-columns: var(--space-l-4vl6xu, 20px) 1fr;
|
|
165
165
|
grid-template-rows: repeat(2, auto);
|
|
166
166
|
}
|
|
167
|
-
.
|
|
167
|
+
.awsui_navigation_1xupv_1vqk5_120.awsui_refresh_1xupv_1vqk5_105 > ul > li > hr:not(#\9) {
|
|
168
168
|
background-color: var(--color-border-divider-default-7s2wjw, #e9ebed);
|
|
169
169
|
border: 0;
|
|
170
170
|
grid-column: 1;
|
|
171
171
|
height: 100%;
|
|
172
172
|
width: var(--space-xxxs-k2w98v, 2px);
|
|
173
173
|
}
|
|
174
|
-
.
|
|
174
|
+
.awsui_navigation_1xupv_1vqk5_120.awsui_refresh_1xupv_1vqk5_105 > ul > li > .awsui_number_1xupv_1vqk5_148:not(#\9) {
|
|
175
175
|
color: var(--color-text-small-le1y42, #5f6b7a);
|
|
176
176
|
font-size: var(--font-body-s-size-ukw2p9, 12px);
|
|
177
177
|
grid-column: 2;
|
|
178
178
|
grid-row: 1;
|
|
179
179
|
}
|
|
180
|
-
.
|
|
180
|
+
.awsui_navigation_1xupv_1vqk5_120.awsui_refresh_1xupv_1vqk5_105 > ul > li > a:not(#\9) {
|
|
181
181
|
align-items: start;
|
|
182
182
|
column-gap: var(--space-s-hv8c1d, 12px);
|
|
183
183
|
cursor: pointer;
|
|
@@ -187,7 +187,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
187
187
|
grid-row: 2;
|
|
188
188
|
grid-template-columns: var(--space-l-4vl6xu, 20px) 1fr;
|
|
189
189
|
}
|
|
190
|
-
.
|
|
190
|
+
.awsui_navigation_1xupv_1vqk5_120.awsui_refresh_1xupv_1vqk5_105 > ul > li > a > .awsui_circle_1xupv_1vqk5_164:not(#\9) {
|
|
191
191
|
border-radius: 100%;
|
|
192
192
|
grid-column: 1;
|
|
193
193
|
height: 10px;
|
|
@@ -195,13 +195,13 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
195
195
|
margin-top: 6px;
|
|
196
196
|
width: 10px;
|
|
197
197
|
}
|
|
198
|
-
.
|
|
198
|
+
.awsui_navigation_1xupv_1vqk5_120.awsui_refresh_1xupv_1vqk5_105 > ul > li > a > .awsui_title_1xupv_1vqk5_172:not(#\9) {
|
|
199
199
|
min-width: 0;
|
|
200
200
|
-ms-word-break: break-all;
|
|
201
201
|
word-break: break-word;
|
|
202
202
|
grid-column: 2;
|
|
203
203
|
}
|
|
204
|
-
.
|
|
204
|
+
.awsui_navigation_1xupv_1vqk5_120.awsui_refresh_1xupv_1vqk5_105 > ul > li > a[data-awsui-focus-visible=true]:not(#\9):focus {
|
|
205
205
|
outline: thin dotted;
|
|
206
206
|
outline: var(--border-link-focus-ring-outline-k2wccv, 0);
|
|
207
207
|
outline-offset: 2px;
|
|
@@ -209,58 +209,58 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
209
209
|
border-radius: var(--border-radius-control-default-focus-ring-7661kz, 4px);
|
|
210
210
|
box-shadow: 0 0 0 var(--border-link-focus-ring-shadow-spread-nv4ahb, 2px) var(--color-border-item-focused-ap3b6s, #0972d3);
|
|
211
211
|
}
|
|
212
|
-
.
|
|
212
|
+
.awsui_navigation_1xupv_1vqk5_120.awsui_refresh_1xupv_1vqk5_105 > ul > li:not(#\9):first-child > hr {
|
|
213
213
|
grid-row: 2/span 2;
|
|
214
214
|
}
|
|
215
|
-
.
|
|
215
|
+
.awsui_navigation_1xupv_1vqk5_120.awsui_refresh_1xupv_1vqk5_105 > ul > li:not(#\9):not(:first-child) > .awsui_number_1xupv_1vqk5_148 {
|
|
216
216
|
margin-top: var(--space-scaled-xl-w2t504, 24px);
|
|
217
217
|
}
|
|
218
|
-
.
|
|
218
|
+
.awsui_navigation_1xupv_1vqk5_120.awsui_refresh_1xupv_1vqk5_105 > ul > li:not(#\9):last-child > hr {
|
|
219
219
|
grid-row: 1;
|
|
220
220
|
}
|
|
221
|
-
.
|
|
221
|
+
.awsui_navigation_1xupv_1vqk5_120.awsui_refresh_1xupv_1vqk5_105 > ul > li:not(#\9):only-of-type > hr {
|
|
222
222
|
display: none;
|
|
223
223
|
}
|
|
224
|
-
.
|
|
224
|
+
.awsui_navigation_1xupv_1vqk5_120.awsui_refresh_1xupv_1vqk5_105 > ul > li:not(#\9):not(:first-child):not(:last-child) > hr {
|
|
225
225
|
grid-row: 1/span 3;
|
|
226
226
|
}
|
|
227
|
-
.
|
|
227
|
+
.awsui_navigation_1xupv_1vqk5_120.awsui_refresh_1xupv_1vqk5_105 > ul > li.awsui_active_1xupv_1vqk5_201 > a:not(#\9) {
|
|
228
228
|
cursor: text;
|
|
229
229
|
}
|
|
230
|
-
.
|
|
230
|
+
.awsui_navigation_1xupv_1vqk5_120.awsui_refresh_1xupv_1vqk5_105 > ul > li.awsui_active_1xupv_1vqk5_201 > a > .awsui_circle_1xupv_1vqk5_164:not(#\9) {
|
|
231
231
|
background-color: var(--color-background-control-checked-9admlu, #0972d3);
|
|
232
232
|
box-shadow: 0 0 0 3px var(--color-background-container-content-i8i4a0, #ffffff), 0 0 0 5px var(--color-background-control-checked-9admlu, #0972d3), 0 0 0 7px var(--color-background-container-content-i8i4a0, #ffffff);
|
|
233
233
|
}
|
|
234
|
-
.
|
|
234
|
+
.awsui_navigation_1xupv_1vqk5_120.awsui_refresh_1xupv_1vqk5_105 > ul > li.awsui_active_1xupv_1vqk5_201 > a > .awsui_title_1xupv_1vqk5_172:not(#\9) {
|
|
235
235
|
color: var(--color-background-control-checked-9admlu, #0972d3);
|
|
236
236
|
font-weight: 700;
|
|
237
237
|
}
|
|
238
|
-
.
|
|
238
|
+
.awsui_navigation_1xupv_1vqk5_120.awsui_refresh_1xupv_1vqk5_105 > ul > li.awsui_disabled_1xupv_1vqk5_212 > a:not(#\9) {
|
|
239
239
|
cursor: text;
|
|
240
240
|
}
|
|
241
|
-
.
|
|
241
|
+
.awsui_navigation_1xupv_1vqk5_120.awsui_refresh_1xupv_1vqk5_105 > ul > li.awsui_disabled_1xupv_1vqk5_212 > a > .awsui_circle_1xupv_1vqk5_164:not(#\9) {
|
|
242
242
|
background-color: var(--color-background-container-content-i8i4a0, #ffffff);
|
|
243
243
|
box-shadow: 0 0 0 2px var(--color-text-interactive-disabled-3pbb07, #9ba7b6), 0 0 0 4px var(--color-background-container-content-i8i4a0, #ffffff);
|
|
244
244
|
}
|
|
245
|
-
.
|
|
245
|
+
.awsui_navigation_1xupv_1vqk5_120.awsui_refresh_1xupv_1vqk5_105 > ul > li.awsui_disabled_1xupv_1vqk5_212 > a > .awsui_title_1xupv_1vqk5_172:not(#\9) {
|
|
246
246
|
color: var(--color-text-status-inactive-5ei55p, #5f6b7a);
|
|
247
247
|
}
|
|
248
|
-
.
|
|
248
|
+
.awsui_navigation_1xupv_1vqk5_120.awsui_refresh_1xupv_1vqk5_105 > ul > li.awsui_enabled_1xupv_1vqk5_222 > a > .awsui_circle_1xupv_1vqk5_164:not(#\9) {
|
|
249
249
|
background-color: var(--color-text-interactive-default-eg5fsa, #414d5c);
|
|
250
250
|
box-shadow: 0 0 0 2px var(--color-text-interactive-default-eg5fsa, #414d5c), 0 0 0 4px var(--color-background-container-content-i8i4a0, #ffffff);
|
|
251
251
|
}
|
|
252
|
-
.
|
|
252
|
+
.awsui_navigation_1xupv_1vqk5_120.awsui_refresh_1xupv_1vqk5_105 > ul > li.awsui_enabled_1xupv_1vqk5_222 > a > .awsui_title_1xupv_1vqk5_172:not(#\9) {
|
|
253
253
|
color: var(--color-text-interactive-default-eg5fsa, #414d5c);
|
|
254
254
|
}
|
|
255
|
-
.
|
|
255
|
+
.awsui_navigation_1xupv_1vqk5_120.awsui_refresh_1xupv_1vqk5_105 > ul > li.awsui_enabled_1xupv_1vqk5_222 > a:not(#\9):hover > .awsui_circle_1xupv_1vqk5_164 {
|
|
256
256
|
background-color: var(--color-background-control-checked-9admlu, #0972d3);
|
|
257
257
|
box-shadow: 0 0 0 2px var(--color-background-control-checked-9admlu, #0972d3), 0 0 0 4px var(--color-background-container-content-i8i4a0, #ffffff);
|
|
258
258
|
}
|
|
259
|
-
.
|
|
259
|
+
.awsui_navigation_1xupv_1vqk5_120.awsui_refresh_1xupv_1vqk5_105 > ul > li.awsui_enabled_1xupv_1vqk5_222 > a:not(#\9):hover > .awsui_title_1xupv_1vqk5_172 {
|
|
260
260
|
color: var(--color-background-control-checked-9admlu, #0972d3);
|
|
261
261
|
}
|
|
262
262
|
|
|
263
|
-
.
|
|
263
|
+
.awsui_navigation_1xupv_1vqk5_120:not(#\9):not(.awsui_refresh_1xupv_1vqk5_105) {
|
|
264
264
|
color: var(--color-text-disabled-a2nkh4, #9ba7b6);
|
|
265
265
|
display: inline-block;
|
|
266
266
|
margin-right: calc(2 * var(--space-xxxl-bo9z7f, 40px));
|
|
@@ -268,107 +268,107 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
268
268
|
padding-top: var(--space-xxs-ynfts5, 4px);
|
|
269
269
|
width: 200px;
|
|
270
270
|
}
|
|
271
|
-
.
|
|
271
|
+
.awsui_navigation_1xupv_1vqk5_120:not(#\9):not(.awsui_refresh_1xupv_1vqk5_105) > ul {
|
|
272
272
|
list-style: none;
|
|
273
273
|
padding: 0;
|
|
274
274
|
margin: 0;
|
|
275
275
|
}
|
|
276
|
-
.
|
|
276
|
+
.awsui_navigation_1xupv_1vqk5_120:not(#\9):not(.awsui_refresh_1xupv_1vqk5_105) > ul > li {
|
|
277
277
|
padding-bottom: var(--space-scaled-m-pv0fmt, 16px);
|
|
278
278
|
padding-top: 0;
|
|
279
279
|
}
|
|
280
|
-
.
|
|
280
|
+
.awsui_navigation_1xupv_1vqk5_120:not(#\9):not(.awsui_refresh_1xupv_1vqk5_105) > ul > li:not(:first-child) {
|
|
281
281
|
margin-top: var(--space-scaled-m-pv0fmt, 16px);
|
|
282
282
|
}
|
|
283
|
-
.
|
|
283
|
+
.awsui_navigation_1xupv_1vqk5_120:not(#\9):not(.awsui_refresh_1xupv_1vqk5_105) > ul > li:not(:last-child) {
|
|
284
284
|
border-bottom: var(--border-divider-list-width-hacikr, 1px) solid var(--color-border-layout-wf5alz, #d1d5db);
|
|
285
285
|
}
|
|
286
286
|
|
|
287
|
-
.
|
|
287
|
+
.awsui_form_1xupv_1vqk5_261:not(#\9):not(.awsui_refresh_1xupv_1vqk5_105) {
|
|
288
288
|
min-width: 0;
|
|
289
289
|
-ms-word-break: break-all;
|
|
290
290
|
word-break: break-word;
|
|
291
291
|
width: 100%;
|
|
292
292
|
}
|
|
293
|
-
.
|
|
293
|
+
.awsui_form_1xupv_1vqk5_261:not(#\9):not(.awsui_refresh_1xupv_1vqk5_105) > .awsui_form-header_1xupv_1vqk5_267 {
|
|
294
294
|
position: relative;
|
|
295
295
|
margin-bottom: var(--space-scaled-m-pv0fmt, 16px);
|
|
296
296
|
}
|
|
297
297
|
|
|
298
|
-
.
|
|
298
|
+
.awsui_form_1xupv_1vqk5_261.awsui_refresh_1xupv_1vqk5_105:not(#\9) {
|
|
299
299
|
min-width: 0;
|
|
300
300
|
-ms-word-break: break-all;
|
|
301
301
|
word-break: break-word;
|
|
302
302
|
display: contents;
|
|
303
303
|
}
|
|
304
|
-
.
|
|
304
|
+
.awsui_form_1xupv_1vqk5_261.awsui_refresh_1xupv_1vqk5_105 > .awsui_background_1xupv_1vqk5_278:not(#\9) {
|
|
305
305
|
background-color: var(--color-background-layout-main-sfhm4y, #ffffff);
|
|
306
306
|
grid-column: 1/span 2;
|
|
307
307
|
grid-row: 1;
|
|
308
308
|
}
|
|
309
|
-
.
|
|
309
|
+
.awsui_form_1xupv_1vqk5_261.awsui_refresh_1xupv_1vqk5_105 > .awsui_form-header_1xupv_1vqk5_267:not(#\9) {
|
|
310
310
|
background-color: var(--color-background-layout-main-sfhm4y, #ffffff);
|
|
311
311
|
grid-column: 2;
|
|
312
312
|
grid-row: 1;
|
|
313
313
|
}
|
|
314
|
-
.
|
|
314
|
+
.awsui_form_1xupv_1vqk5_261.awsui_refresh_1xupv_1vqk5_105 > .awsui_form-header_1xupv_1vqk5_267 > .awsui_form-header-content_1xupv_1vqk5_288:not(#\9) {
|
|
315
315
|
padding-top: var(--space-scaled-xl-w2t504, 24px);
|
|
316
316
|
padding-bottom: var(--space-scaled-xl-w2t504, 24px);
|
|
317
317
|
}
|
|
318
|
-
.
|
|
318
|
+
.awsui_form_1xupv_1vqk5_261.awsui_refresh_1xupv_1vqk5_105 > .awsui_form-component_1xupv_1vqk5_292:not(#\9) {
|
|
319
319
|
grid-column: 2;
|
|
320
320
|
grid-row: 2;
|
|
321
321
|
}
|
|
322
|
-
.
|
|
322
|
+
.awsui_form_1xupv_1vqk5_261.awsui_refresh_1xupv_1vqk5_105.awsui_small-container_1xupv_1vqk5_112 > .awsui_form-header_1xupv_1vqk5_267:not(#\9) {
|
|
323
323
|
grid-column: 1/span 2;
|
|
324
324
|
}
|
|
325
|
-
.
|
|
325
|
+
.awsui_form_1xupv_1vqk5_261.awsui_refresh_1xupv_1vqk5_105.awsui_small-container_1xupv_1vqk5_112 > .awsui_form-header_1xupv_1vqk5_267 > .awsui_form-header-content_1xupv_1vqk5_288:not(#\9) {
|
|
326
326
|
padding-top: 0;
|
|
327
327
|
}
|
|
328
|
-
.
|
|
328
|
+
.awsui_form_1xupv_1vqk5_261.awsui_refresh_1xupv_1vqk5_105.awsui_small-container_1xupv_1vqk5_112 > .awsui_form-component_1xupv_1vqk5_292:not(#\9) {
|
|
329
329
|
grid-column: 1/span 2;
|
|
330
330
|
}
|
|
331
331
|
|
|
332
|
-
.
|
|
332
|
+
.awsui_navigation_1xupv_1vqk5_120.awsui_hidden_1xupv_1vqk5_306:not(#\9) {
|
|
333
333
|
display: none;
|
|
334
334
|
}
|
|
335
335
|
|
|
336
|
-
.awsui_collapsed-
|
|
336
|
+
.awsui_collapsed-steps_1xupv_1vqk5_310:not(#\9) {
|
|
337
337
|
color: var(--color-text-heading-secondary-corkaj, #414d5c);
|
|
338
338
|
font-weight: 700;
|
|
339
339
|
padding-top: var(--space-scaled-xxs-95dhkm, 4px);
|
|
340
340
|
}
|
|
341
|
-
.awsui_collapsed-steps-extra-
|
|
341
|
+
.awsui_collapsed-steps-extra-padding_1xupv_1vqk5_315:not(#\9) {
|
|
342
342
|
padding-top: var(--space-scaled-l-t03y3z, 20px);
|
|
343
343
|
}
|
|
344
|
-
.awsui_collapsed-steps-
|
|
344
|
+
.awsui_collapsed-steps-hidden_1xupv_1vqk5_318:not(#\9) {
|
|
345
345
|
display: none;
|
|
346
346
|
}
|
|
347
347
|
|
|
348
|
-
.awsui_form-header-
|
|
349
|
-
.awsui_navigation-
|
|
350
|
-
.awsui_navigation-link-
|
|
351
|
-
.awsui_navigation-link-
|
|
348
|
+
.awsui_form-header-component_1xupv_1vqk5_322:not(#\9),
|
|
349
|
+
.awsui_navigation-link_1xupv_1vqk5_323:not(#\9),
|
|
350
|
+
.awsui_navigation-link-item_1xupv_1vqk5_324:not(#\9),
|
|
351
|
+
.awsui_navigation-link-label_1xupv_1vqk5_325:not(#\9) {
|
|
352
352
|
/* used in test-utils */
|
|
353
353
|
}
|
|
354
354
|
|
|
355
|
-
.awsui_navigation-link-
|
|
355
|
+
.awsui_navigation-link-active_1xupv_1vqk5_329:not(#\9) {
|
|
356
356
|
font-weight: 700;
|
|
357
357
|
color: var(--color-text-body-default-ajf1h5, #000716);
|
|
358
358
|
}
|
|
359
359
|
|
|
360
|
-
.awsui_navigation-link-
|
|
361
|
-
color: var(--color-text-
|
|
360
|
+
.awsui_navigation-link-disabled_1xupv_1vqk5_334:not(#\9) {
|
|
361
|
+
color: var(--color-text-status-inactive-5ei55p, #5f6b7a);
|
|
362
362
|
}
|
|
363
363
|
|
|
364
|
-
.awsui_cancel-
|
|
365
|
-
.awsui_previous-
|
|
366
|
-
.awsui_primary-
|
|
367
|
-
.awsui_skip-to-
|
|
364
|
+
.awsui_cancel-button_1xupv_1vqk5_338:not(#\9),
|
|
365
|
+
.awsui_previous-button_1xupv_1vqk5_339:not(#\9),
|
|
366
|
+
.awsui_primary-button_1xupv_1vqk5_340:not(#\9),
|
|
367
|
+
.awsui_skip-to-button_1xupv_1vqk5_341:not(#\9) {
|
|
368
368
|
/* used in test-utils */
|
|
369
369
|
}
|
|
370
370
|
|
|
371
|
-
.awsui_action-
|
|
371
|
+
.awsui_action-buttons_1xupv_1vqk5_345:not(#\9) {
|
|
372
372
|
display: flex;
|
|
373
373
|
justify-content: flex-end;
|
|
374
374
|
}
|
|
@@ -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-extra-padding": "awsui_collapsed-steps-extra-
|
|
24
|
-
"collapsed-steps-hidden": "awsui_collapsed-steps-
|
|
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_1vqk5_94",
|
|
6
|
+
"wizard": "awsui_wizard_1xupv_1vqk5_105",
|
|
7
|
+
"refresh": "awsui_refresh_1xupv_1vqk5_105",
|
|
8
|
+
"small-container": "awsui_small-container_1xupv_1vqk5_112",
|
|
9
|
+
"navigation": "awsui_navigation_1xupv_1vqk5_120",
|
|
10
|
+
"number": "awsui_number_1xupv_1vqk5_148",
|
|
11
|
+
"circle": "awsui_circle_1xupv_1vqk5_164",
|
|
12
|
+
"title": "awsui_title_1xupv_1vqk5_172",
|
|
13
|
+
"active": "awsui_active_1xupv_1vqk5_201",
|
|
14
|
+
"disabled": "awsui_disabled_1xupv_1vqk5_212",
|
|
15
|
+
"enabled": "awsui_enabled_1xupv_1vqk5_222",
|
|
16
|
+
"form": "awsui_form_1xupv_1vqk5_261",
|
|
17
|
+
"form-header": "awsui_form-header_1xupv_1vqk5_267",
|
|
18
|
+
"background": "awsui_background_1xupv_1vqk5_278",
|
|
19
|
+
"form-header-content": "awsui_form-header-content_1xupv_1vqk5_288",
|
|
20
|
+
"form-component": "awsui_form-component_1xupv_1vqk5_292",
|
|
21
|
+
"hidden": "awsui_hidden_1xupv_1vqk5_306",
|
|
22
|
+
"collapsed-steps": "awsui_collapsed-steps_1xupv_1vqk5_310",
|
|
23
|
+
"collapsed-steps-extra-padding": "awsui_collapsed-steps-extra-padding_1xupv_1vqk5_315",
|
|
24
|
+
"collapsed-steps-hidden": "awsui_collapsed-steps-hidden_1xupv_1vqk5_318",
|
|
25
|
+
"form-header-component": "awsui_form-header-component_1xupv_1vqk5_322",
|
|
26
|
+
"navigation-link": "awsui_navigation-link_1xupv_1vqk5_323",
|
|
27
|
+
"navigation-link-item": "awsui_navigation-link-item_1xupv_1vqk5_324",
|
|
28
|
+
"navigation-link-label": "awsui_navigation-link-label_1xupv_1vqk5_325",
|
|
29
|
+
"navigation-link-active": "awsui_navigation-link-active_1xupv_1vqk5_329",
|
|
30
|
+
"navigation-link-disabled": "awsui_navigation-link-disabled_1xupv_1vqk5_334",
|
|
31
|
+
"cancel-button": "awsui_cancel-button_1xupv_1vqk5_338",
|
|
32
|
+
"previous-button": "awsui_previous-button_1xupv_1vqk5_339",
|
|
33
|
+
"primary-button": "awsui_primary-button_1xupv_1vqk5_340",
|
|
34
|
+
"skip-to-button": "awsui_skip-to-button_1xupv_1vqk5_341",
|
|
35
|
+
"action-buttons": "awsui_action-buttons_1xupv_1vqk5_345"
|
|
36
36
|
};
|
|
37
37
|
|