@cloudscape-design/components 3.0.23 → 3.0.26
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.scoped.css +0 -34
- package/annotation-context/annotation/styles.scoped.css +0 -18
- package/app-layout/content-wrapper/styles.scoped.css +0 -4
- package/app-layout/mobile-toolbar/styles.scoped.css +0 -9
- package/app-layout/styles.scoped.css +0 -20
- package/app-layout/toggles/styles.scoped.css +0 -16
- package/app-layout/visual-refresh/styles.scoped.css +0 -71
- package/area-chart/styles.scoped.css +0 -13
- package/attribute-editor/styles.scoped.css +0 -23
- package/badge/styles.scoped.css +0 -15
- package/bar-chart/interfaces.d.ts +1 -1
- package/bar-chart/interfaces.d.ts.map +1 -1
- package/bar-chart/interfaces.js.map +1 -1
- package/box/styles.scoped.css +0 -171
- package/breadcrumb-group/item/styles.scoped.css +0 -11
- package/breadcrumb-group/styles.scoped.css +0 -10
- package/button/styles.scoped.css +0 -264
- package/button-dropdown/category-elements/styles.scoped.css +0 -26
- package/button-dropdown/item-element/styles.scoped.css +0 -22
- package/button-dropdown/mobile-expandable-group/styles.scoped.css +0 -5
- package/button-dropdown/styles.scoped.css +0 -7
- package/cards/styles.scoped.css +0 -45
- package/checkbox/styles.scoped.css +0 -11
- package/code-editor/styles.scoped.css +0 -87
- package/collection-preferences/styles.scoped.css +0 -12
- package/column-layout/styles.scoped.css +0 -12
- package/container/styles.scoped.css +0 -27
- package/date-picker/styles.scoped.css +0 -45
- package/date-range-picker/calendar/grids/day/styles.scoped.css +0 -45
- package/date-range-picker/index.d.ts.map +1 -1
- package/date-range-picker/index.js +13 -15
- package/date-range-picker/index.js.map +1 -1
- package/date-range-picker/relative-range/styles.scoped.css +0 -3
- package/date-range-picker/styles.css.js +41 -42
- package/date-range-picker/styles.scoped.css +49 -92
- package/date-range-picker/styles.selectors.js +41 -42
- package/expandable-section/styles.scoped.css +0 -33
- package/flashbar/styles.scoped.css +0 -36
- package/form/styles.scoped.css +0 -12
- package/form-field/styles.scoped.css +0 -26
- package/grid/styles.scoped.css +0 -6
- package/header/styles.scoped.css +0 -51
- package/help-panel/styles.scoped.css +0 -73
- package/hotspot/styles.scoped.css +0 -3
- package/icon/styles.scoped.css +0 -33
- package/input/styles.scoped.css +0 -49
- package/internal/base-component/styles.scoped.css +0 -1
- package/internal/components/abstract-switch/styles.scoped.css +0 -7
- package/internal/components/button-trigger/styles.scoped.css +0 -42
- package/internal/components/cartesian-chart/styles.scoped.css +0 -10
- package/internal/components/chart-filter/styles.scoped.css +0 -4
- package/internal/components/chart-legend/styles.scoped.css +0 -8
- package/internal/components/chart-plot/styles.scoped.css +0 -1
- package/internal/components/chart-popover/styles.scoped.css +0 -4
- package/internal/components/chart-series-details/styles.scoped.css +0 -12
- package/internal/components/chart-series-marker/styles.scoped.css +0 -7
- package/internal/components/chart-status-container/styles.scoped.css +0 -1
- package/internal/components/checkbox-icon/styles.scoped.css +0 -10
- package/internal/components/content-layout/styles.scoped.css +0 -5
- package/internal/components/dark-ribbon/styles.scoped.css +0 -1
- package/internal/components/dropdown/styles.scoped.css +0 -17
- package/internal/components/dropdown-footer/styles.scoped.css +0 -6
- package/internal/components/dropdown-status/styles.scoped.css +0 -6
- package/internal/components/filtering-token/styles.scoped.css +0 -21
- package/internal/components/menu-dropdown/styles.scoped.css +0 -17
- package/internal/components/option/styles.scoped.css +0 -16
- package/internal/components/options-list/styles.scoped.css +0 -5
- package/internal/components/selectable-item/styles.scoped.css +0 -44
- package/internal/environment.js +1 -1
- package/line-chart/interfaces.d.ts +1 -1
- package/line-chart/interfaces.d.ts.map +1 -1
- package/line-chart/interfaces.js.map +1 -1
- package/link/styles.scoped.css +0 -77
- package/mixed-line-bar-chart/bar-series.d.ts +1 -1
- package/mixed-line-bar-chart/bar-series.d.ts.map +1 -1
- package/mixed-line-bar-chart/bar-series.js.map +1 -1
- package/mixed-line-bar-chart/chart-container.d.ts.map +1 -1
- package/mixed-line-bar-chart/chart-container.js +9 -10
- package/mixed-line-bar-chart/chart-container.js.map +1 -1
- package/mixed-line-bar-chart/chart-filters.d.ts +2 -2
- package/mixed-line-bar-chart/chart-filters.d.ts.map +1 -1
- package/mixed-line-bar-chart/chart-filters.js +1 -2
- package/mixed-line-bar-chart/chart-filters.js.map +1 -1
- package/mixed-line-bar-chart/chart-legend.d.ts +2 -2
- package/mixed-line-bar-chart/chart-legend.d.ts.map +1 -1
- package/mixed-line-bar-chart/chart-legend.js +1 -2
- package/mixed-line-bar-chart/chart-legend.js.map +1 -1
- package/mixed-line-bar-chart/domain.d.ts +4 -0
- package/mixed-line-bar-chart/domain.d.ts.map +1 -0
- package/mixed-line-bar-chart/domain.js +138 -0
- package/mixed-line-bar-chart/domain.js.map +1 -0
- package/mixed-line-bar-chart/format-highlighted.d.ts +2 -4
- package/mixed-line-bar-chart/format-highlighted.d.ts.map +1 -1
- package/mixed-line-bar-chart/format-highlighted.js +26 -15
- package/mixed-line-bar-chart/format-highlighted.js.map +1 -1
- package/mixed-line-bar-chart/hooks/use-mouse-hover.d.ts.map +1 -1
- package/mixed-line-bar-chart/hooks/use-mouse-hover.js +3 -2
- package/mixed-line-bar-chart/hooks/use-mouse-hover.js.map +1 -1
- package/mixed-line-bar-chart/hooks/use-navigation.d.ts.map +1 -1
- package/mixed-line-bar-chart/hooks/use-navigation.js +23 -35
- package/mixed-line-bar-chart/hooks/use-navigation.js.map +1 -1
- package/mixed-line-bar-chart/interfaces.d.ts +12 -2
- package/mixed-line-bar-chart/interfaces.d.ts.map +1 -1
- package/mixed-line-bar-chart/interfaces.js.map +1 -1
- package/mixed-line-bar-chart/internal.d.ts.map +1 -1
- package/mixed-line-bar-chart/internal.js +14 -6
- package/mixed-line-bar-chart/internal.js.map +1 -1
- package/mixed-line-bar-chart/line-series.d.ts +2 -2
- package/mixed-line-bar-chart/line-series.d.ts.map +1 -1
- package/mixed-line-bar-chart/line-series.js +21 -9
- package/mixed-line-bar-chart/line-series.js.map +1 -1
- package/mixed-line-bar-chart/make-scaled-bar-groups.d.ts.map +1 -1
- package/mixed-line-bar-chart/make-scaled-bar-groups.js +11 -4
- package/mixed-line-bar-chart/make-scaled-bar-groups.js.map +1 -1
- package/mixed-line-bar-chart/make-scaled-series.d.ts +2 -4
- package/mixed-line-bar-chart/make-scaled-series.d.ts.map +1 -1
- package/mixed-line-bar-chart/make-scaled-series.js +89 -25
- package/mixed-line-bar-chart/make-scaled-series.js.map +1 -1
- package/mixed-line-bar-chart/styles.scoped.css +0 -13
- package/mixed-line-bar-chart/utils.d.ts +5 -6
- package/mixed-line-bar-chart/utils.d.ts.map +1 -1
- package/mixed-line-bar-chart/utils.js +11 -112
- package/mixed-line-bar-chart/utils.js.map +1 -1
- package/modal/styles.scoped.css +0 -31
- package/multiselect/styles.scoped.css +0 -4
- package/package.json +1 -1
- package/pagination/styles.scoped.css +0 -22
- package/pie-chart/styles.scoped.css +0 -25
- package/popover/styles.scoped.css +0 -35
- package/progress-bar/styles.scoped.css +0 -25
- package/property-filter/styles.scoped.css +0 -22
- package/radio-group/styles.scoped.css +0 -22
- package/s3-resource-selector/s3-in-context/styles.scoped.css +0 -6
- package/segmented-control/styles.scoped.css +0 -36
- package/select/parts/styles.scoped.css +0 -6
- package/select/styles.scoped.css +0 -4
- package/side-navigation/styles.scoped.css +0 -38
- package/space-between/styles.scoped.css +0 -40
- package/spinner/styles.scoped.css +0 -17
- package/split-panel/styles.scoped.css +0 -65
- package/status-indicator/styles.scoped.css +0 -20
- package/table/body-cell/styles.scoped.css +0 -29
- package/table/header-cell/styles.scoped.css +0 -32
- package/table/resizer/styles.scoped.css +0 -6
- package/table/selection-control/styles.scoped.css +0 -3
- package/table/styles.scoped.css +0 -39
- package/table/use-selection.d.ts.map +1 -1
- package/table/use-selection.js +5 -5
- package/table/use-selection.js.map +1 -1
- package/tabs/styles.scoped.css +0 -41
- package/tag-editor/styles.scoped.css +0 -12
- package/text-content/styles.scoped.css +0 -54
- package/text-filter/styles.scoped.css +0 -7
- package/textarea/styles.scoped.css +0 -30
- package/tiles/styles.scoped.css +0 -55
- package/toggle/styles.scoped.css +0 -14
- package/token-group/styles.scoped.css +0 -35
- package/top-navigation/1.0-beta/styles.scoped.css +0 -40
- package/top-navigation/styles.scoped.css +0 -75
- package/tutorial-panel/components/tutorial-detail-view/styles.scoped.css +0 -22
- package/tutorial-panel/components/tutorial-list/styles.scoped.css +0 -24
- package/tutorial-panel/styles.scoped.css +0 -5
- package/wizard/styles.scoped.css +0 -54
|
@@ -120,14 +120,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
120
120
|
widows: 2;
|
|
121
121
|
word-spacing: normal;
|
|
122
122
|
box-sizing: border-box;
|
|
123
|
-
font-size: 14px;
|
|
124
123
|
font-size: var(--font-body-m-size-sregvd, 14px);
|
|
125
|
-
line-height: 22px;
|
|
126
124
|
line-height: var(--font-body-m-line-height-i7xxvv, 22px);
|
|
127
|
-
color: #000716;
|
|
128
125
|
color: var(--color-text-body-default-ajf1h5, #000716);
|
|
129
126
|
font-weight: 400;
|
|
130
|
-
font-family: "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif;
|
|
131
127
|
font-family: var(--font-family-base-qnistn, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
132
128
|
padding: 0;
|
|
133
129
|
margin: 0;
|
|
@@ -136,9 +132,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
136
132
|
.awsui_tutorial-title_1u70p_su581_106:not(#\9) {
|
|
137
133
|
display: flex;
|
|
138
134
|
align-items: flex-start;
|
|
139
|
-
margin-left: calc(-1 * 4px);
|
|
140
135
|
margin-left: calc(-1 * var(--space-xxs-ynfts5, 4px));
|
|
141
|
-
padding-bottom: 2px;
|
|
142
136
|
padding-bottom: var(--space-xxxs-k2w98v, 2px);
|
|
143
137
|
}
|
|
144
138
|
|
|
@@ -147,20 +141,15 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
147
141
|
padding-top: 0;
|
|
148
142
|
}
|
|
149
143
|
.awsui_task_1u70p_su581_113:not(#\9):not(:first-child) {
|
|
150
|
-
margin-top: 24px;
|
|
151
144
|
margin-top: var(--space-xl-a39hup, 24px);
|
|
152
145
|
}
|
|
153
146
|
|
|
154
147
|
.awsui_task-title_1u70p_su581_121:not(#\9) {
|
|
155
148
|
display: flex;
|
|
156
149
|
align-items: flex-start;
|
|
157
|
-
padding-left: 2px;
|
|
158
150
|
padding-left: var(--border-divider-section-width-4wm2it, 2px);
|
|
159
|
-
font-size: 16px;
|
|
160
151
|
font-size: var(--font-heading-s-size-9clg8y, 16px);
|
|
161
|
-
line-height: 20px;
|
|
162
152
|
line-height: var(--font-heading-s-line-height-5b7f0q, 20px);
|
|
163
|
-
letter-spacing: -0.005em;
|
|
164
153
|
letter-spacing: var(--font-heading-s-letter-spacing-4d69jc, -0.005em);
|
|
165
154
|
}
|
|
166
155
|
.awsui_task-title--status_1u70p_su581_129:not(#\9) {
|
|
@@ -172,21 +161,15 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
172
161
|
}
|
|
173
162
|
|
|
174
163
|
.awsui_successful-task_1u70p_su581_137:not(#\9) {
|
|
175
|
-
color: #037f0c;
|
|
176
164
|
color: var(--color-text-status-success-0fzhv9, #037f0c);
|
|
177
165
|
}
|
|
178
166
|
|
|
179
167
|
.awsui_congratulation-message_1u70p_su581_141:not(#\9) {
|
|
180
168
|
display: flex;
|
|
181
|
-
font-size: 16px;
|
|
182
169
|
font-size: var(--font-heading-s-size-9clg8y, 16px);
|
|
183
|
-
line-height: 20px;
|
|
184
170
|
line-height: var(--font-heading-s-line-height-5b7f0q, 20px);
|
|
185
|
-
letter-spacing: -0.005em;
|
|
186
171
|
letter-spacing: var(--font-heading-s-letter-spacing-4d69jc, -0.005em);
|
|
187
|
-
font-weight: 800;
|
|
188
172
|
font-weight: var(--font-heading-xs-weight-wwznty, 800);
|
|
189
|
-
color: #037f0c;
|
|
190
173
|
color: var(--color-text-status-success-0fzhv9, #037f0c);
|
|
191
174
|
}
|
|
192
175
|
.awsui_congratulation-message--status_1u70p_su581_149:not(#\9) {
|
|
@@ -198,18 +181,15 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
198
181
|
}
|
|
199
182
|
|
|
200
183
|
.awsui_divider_1u70p_su581_157:not(#\9) {
|
|
201
|
-
border-bottom: 2px solid #e9ebed;
|
|
202
184
|
border-bottom: var(--border-divider-section-width-4wm2it, 2px) solid var(--color-border-divider-default-7s2wjw, #e9ebed);
|
|
203
185
|
}
|
|
204
186
|
|
|
205
187
|
.awsui_step-list_1u70p_su581_161:not(#\9) {
|
|
206
188
|
list-style: none;
|
|
207
|
-
padding: 0 0 0 2px;
|
|
208
189
|
padding: 0 0 0 var(--space-xxxs-k2w98v, 2px);
|
|
209
190
|
}
|
|
210
191
|
|
|
211
192
|
.awsui_step_1u70p_su581_161:not(#\9):not(:first-child) {
|
|
212
|
-
padding-top: 4px;
|
|
213
193
|
padding-top: var(--space-xxs-ynfts5, 4px);
|
|
214
194
|
}
|
|
215
195
|
|
|
@@ -218,9 +198,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
218
198
|
}
|
|
219
199
|
|
|
220
200
|
.awsui_expandable-section-header_1u70p_su581_174:not(#\9) {
|
|
221
|
-
font-size: 14px;
|
|
222
201
|
font-size: var(--font-body-m-size-sregvd, 14px);
|
|
223
|
-
line-height: 22px;
|
|
224
202
|
line-height: var(--font-body-m-line-height-i7xxvv, 22px);
|
|
225
203
|
}
|
|
226
204
|
|
|
@@ -91,7 +91,6 @@ 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
|
.awsui_content-enter_ig8mp_1n0p6_93:not(#\9) {
|
|
94
|
-
animation: awsui_awsui-motion-fade-in_ig8mp_1n0p6_1 180ms ease-out;
|
|
95
94
|
animation: awsui_awsui-motion-fade-in_ig8mp_1n0p6_1 var(--motion-duration-show-paced-7wspqf, 180ms) var(--motion-easing-show-paced-wj4ybn, ease-out);
|
|
96
95
|
}
|
|
97
96
|
@keyframes awsui_awsui-motion-fade-in_ig8mp_1n0p6_1 {
|
|
@@ -147,14 +146,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
147
146
|
widows: 2;
|
|
148
147
|
word-spacing: normal;
|
|
149
148
|
box-sizing: border-box;
|
|
150
|
-
font-size: 14px;
|
|
151
149
|
font-size: var(--font-body-m-size-sregvd, 14px);
|
|
152
|
-
line-height: 22px;
|
|
153
150
|
line-height: var(--font-body-m-line-height-i7xxvv, 22px);
|
|
154
|
-
color: #000716;
|
|
155
151
|
color: var(--color-text-body-default-ajf1h5, #000716);
|
|
156
152
|
font-weight: 400;
|
|
157
|
-
font-family: "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif;
|
|
158
153
|
font-family: var(--font-family-base-qnistn, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
159
154
|
padding: 0;
|
|
160
155
|
margin: 0;
|
|
@@ -190,25 +185,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
190
185
|
widows: 2;
|
|
191
186
|
word-spacing: normal;
|
|
192
187
|
box-sizing: border-box;
|
|
193
|
-
font-size: 14px;
|
|
194
188
|
font-size: var(--font-body-m-size-sregvd, 14px);
|
|
195
|
-
line-height: 22px;
|
|
196
189
|
line-height: var(--font-body-m-line-height-i7xxvv, 22px);
|
|
197
|
-
color: #000716;
|
|
198
190
|
color: var(--color-text-body-default-ajf1h5, #000716);
|
|
199
191
|
font-weight: 400;
|
|
200
|
-
font-family: "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif;
|
|
201
192
|
font-family: var(--font-family-base-qnistn, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
202
193
|
list-style: none;
|
|
203
|
-
border: 2px solid #d1d5db;
|
|
204
194
|
border: var(--border-divider-section-width-4wm2it, 2px) solid var(--color-border-tutorial-4ioksw, #d1d5db);
|
|
205
|
-
border-radius: 8px;
|
|
206
195
|
border-radius: var(--border-radius-tutorial-panel-item-5wuccf, 8px);
|
|
207
|
-
padding: 16px;
|
|
208
196
|
padding: var(--space-m-17eucw, 16px);
|
|
209
197
|
}
|
|
210
198
|
.awsui_tutorial-box_ig8mp_1n0p6_132:not(#\9):not(:first-child) {
|
|
211
|
-
margin-top: 20px;
|
|
212
199
|
margin-top: var(--space-l-4vl6xu, 20px);
|
|
213
200
|
}
|
|
214
201
|
|
|
@@ -232,7 +219,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
232
219
|
|
|
233
220
|
.awsui_expandable-section_ig8mp_1n0p6_168:not(#\9) {
|
|
234
221
|
display: none;
|
|
235
|
-
margin-top: 16px;
|
|
236
222
|
margin-top: var(--space-m-17eucw, 16px);
|
|
237
223
|
}
|
|
238
224
|
.awsui_expandable-section_ig8mp_1n0p6_168.awsui_expanded_ig8mp_1n0p6_172:not(#\9) {
|
|
@@ -240,7 +226,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
240
226
|
}
|
|
241
227
|
|
|
242
228
|
.awsui_button-wrapper_ig8mp_1n0p6_176:not(#\9) {
|
|
243
|
-
margin: calc(-1 * 4px - 2px);
|
|
244
229
|
margin: calc(-1 * var(--space-xxs-ynfts5, 4px) - var(--border-field-width-idlekx, 2px));
|
|
245
230
|
}
|
|
246
231
|
|
|
@@ -302,20 +287,15 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
302
287
|
widows: 2;
|
|
303
288
|
word-spacing: normal;
|
|
304
289
|
box-sizing: border-box;
|
|
305
|
-
font-size: 14px;
|
|
306
290
|
font-size: var(--font-body-m-size-sregvd, 14px);
|
|
307
|
-
line-height: 22px;
|
|
308
291
|
line-height: var(--font-body-m-line-height-i7xxvv, 22px);
|
|
309
|
-
color: #000716;
|
|
310
292
|
color: var(--color-text-body-default-ajf1h5, #000716);
|
|
311
293
|
font-weight: 400;
|
|
312
|
-
font-family: "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif;
|
|
313
294
|
font-family: var(--font-family-base-qnistn, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
314
295
|
text-decoration: none;
|
|
315
296
|
display: inline;
|
|
316
297
|
white-space: inherit;
|
|
317
298
|
letter-spacing: 0.005em;
|
|
318
|
-
color: #414d5c;
|
|
319
299
|
color: var(--color-text-body-secondary-fdstdf, #414d5c);
|
|
320
300
|
}
|
|
321
301
|
.awsui_download-link_ig8mp_1n0p6_208:not(#\9):hover {
|
|
@@ -331,13 +311,9 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
331
311
|
}
|
|
332
312
|
.awsui_download-link_ig8mp_1n0p6_208[data-awsui-focus-visible=true]:not(#\9):focus {
|
|
333
313
|
outline: thin dotted;
|
|
334
|
-
outline: 0;
|
|
335
314
|
outline: var(--border-link-focus-ring-outline-k2wccv, 0);
|
|
336
315
|
outline-offset: 2px;
|
|
337
|
-
outline-color: #0972d3;
|
|
338
316
|
outline-color: var(--color-border-item-focused-ap3b6s, #0972d3);
|
|
339
|
-
border-radius: 4px;
|
|
340
317
|
border-radius: var(--border-radius-control-default-focus-ring-7661kz, 4px);
|
|
341
|
-
box-shadow: 0 0 0 2px #0972d3;
|
|
342
318
|
box-shadow: 0 0 0 var(--border-link-focus-ring-shadow-spread-nv4ahb, 2px) var(--color-border-item-focused-ap3b6s, #0972d3);
|
|
343
319
|
}
|
|
@@ -120,15 +120,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
120
120
|
widows: 2;
|
|
121
121
|
word-spacing: normal;
|
|
122
122
|
box-sizing: border-box;
|
|
123
|
-
font-size: 14px;
|
|
124
123
|
font-size: var(--font-body-m-size-sregvd, 14px);
|
|
125
|
-
line-height: 22px;
|
|
126
124
|
line-height: var(--font-body-m-line-height-i7xxvv, 22px);
|
|
127
|
-
color: #000716;
|
|
128
125
|
color: var(--color-text-body-default-ajf1h5, #000716);
|
|
129
126
|
font-weight: 400;
|
|
130
|
-
font-family: "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif;
|
|
131
127
|
font-family: var(--font-family-base-qnistn, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
132
|
-
padding: 0 20px 16px;
|
|
133
128
|
padding: 0 var(--space-l-4vl6xu, 20px) var(--space-m-17eucw, 16px);
|
|
134
129
|
}
|
package/wizard/styles.scoped.css
CHANGED
|
@@ -121,28 +121,21 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
121
121
|
widows: 2;
|
|
122
122
|
word-spacing: normal;
|
|
123
123
|
box-sizing: border-box;
|
|
124
|
-
font-size: 14px;
|
|
125
124
|
font-size: var(--font-body-m-size-sregvd, 14px);
|
|
126
|
-
line-height: 22px;
|
|
127
125
|
line-height: var(--font-body-m-line-height-i7xxvv, 22px);
|
|
128
|
-
color: #000716;
|
|
129
126
|
color: var(--color-text-body-default-ajf1h5, #000716);
|
|
130
127
|
font-weight: 400;
|
|
131
|
-
font-family: "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif;
|
|
132
128
|
font-family: var(--font-family-base-qnistn, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
133
129
|
}
|
|
134
130
|
|
|
135
131
|
.awsui_wizard_1xupv_1ouog_105.awsui_refresh_1xupv_1ouog_105:not(#\9) {
|
|
136
|
-
column-gap: 24px;
|
|
137
132
|
column-gap: var(--space-xl-a39hup, 24px);
|
|
138
133
|
display: grid;
|
|
139
134
|
grid-template-columns: auto 1fr;
|
|
140
135
|
grid-template-rows: auto 1fr;
|
|
141
|
-
row-gap: 24px;
|
|
142
136
|
row-gap: var(--space-scaled-xl-w2t504, 24px);
|
|
143
137
|
}
|
|
144
138
|
.awsui_wizard_1xupv_1ouog_105.awsui_refresh_1xupv_1ouog_105.awsui_small-container_1xupv_1ouog_112:not(#\9) {
|
|
145
|
-
row-gap: 20px;
|
|
146
139
|
row-gap: var(--space-scaled-l-t03y3z, 20px);
|
|
147
140
|
}
|
|
148
141
|
|
|
@@ -153,59 +146,45 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
153
146
|
.awsui_navigation_1xupv_1ouog_120.awsui_refresh_1xupv_1ouog_105:not(#\9) {
|
|
154
147
|
grid-column: 1;
|
|
155
148
|
grid-row: 1/span 2;
|
|
156
|
-
padding-top: 4px;
|
|
157
149
|
padding-top: var(--space-scaled-xxs-95dhkm, 4px);
|
|
158
150
|
z-index: 1;
|
|
159
151
|
}
|
|
160
152
|
.awsui_navigation_1xupv_1ouog_120.awsui_refresh_1xupv_1ouog_105 > ul:not(#\9) {
|
|
161
|
-
background: #ffffff;
|
|
162
153
|
background: var(--color-background-container-content-i8i4a0, #ffffff);
|
|
163
|
-
border-radius: 16px;
|
|
164
154
|
border-radius: var(--border-radius-container-gh9ysk, 16px);
|
|
165
|
-
box-shadow: 0px 0px 1px 1px #e9ebed, 0px 1px 8px 2px rgba(0, 7, 22, 0.12);
|
|
166
155
|
box-shadow: var(--shadow-container-7nblnj, 0px 0px 1px 1px #e9ebed, 0px 1px 8px 2px rgba(0, 7, 22, 0.12));
|
|
167
156
|
margin: 0;
|
|
168
|
-
padding: 20px 20px;
|
|
169
157
|
padding: var(--space-scaled-l-t03y3z, 20px) var(--space-l-4vl6xu, 20px);
|
|
170
158
|
width: 280px;
|
|
171
159
|
box-sizing: border-box;
|
|
172
160
|
}
|
|
173
161
|
.awsui_navigation_1xupv_1ouog_120.awsui_refresh_1xupv_1ouog_105 > ul > li:not(#\9) {
|
|
174
162
|
display: grid;
|
|
175
|
-
column-gap: 12px;
|
|
176
163
|
column-gap: var(--space-s-hv8c1d, 12px);
|
|
177
|
-
grid-template-columns: 20px 1fr;
|
|
178
164
|
grid-template-columns: var(--space-l-4vl6xu, 20px) 1fr;
|
|
179
165
|
grid-template-rows: repeat(2, auto);
|
|
180
166
|
}
|
|
181
167
|
.awsui_navigation_1xupv_1ouog_120.awsui_refresh_1xupv_1ouog_105 > ul > li > hr:not(#\9) {
|
|
182
|
-
background-color: #e9ebed;
|
|
183
168
|
background-color: var(--color-border-divider-default-7s2wjw, #e9ebed);
|
|
184
169
|
border: 0;
|
|
185
170
|
grid-column: 1;
|
|
186
171
|
height: 100%;
|
|
187
|
-
width: 2px;
|
|
188
172
|
width: var(--space-xxxs-k2w98v, 2px);
|
|
189
173
|
}
|
|
190
174
|
.awsui_navigation_1xupv_1ouog_120.awsui_refresh_1xupv_1ouog_105 > ul > li > .awsui_number_1xupv_1ouog_148:not(#\9) {
|
|
191
|
-
color: #5f6b7a;
|
|
192
175
|
color: var(--color-text-small-le1y42, #5f6b7a);
|
|
193
|
-
font-size: 12px;
|
|
194
176
|
font-size: var(--font-body-s-size-ukw2p9, 12px);
|
|
195
177
|
grid-column: 2;
|
|
196
178
|
grid-row: 1;
|
|
197
179
|
}
|
|
198
180
|
.awsui_navigation_1xupv_1ouog_120.awsui_refresh_1xupv_1ouog_105 > ul > li > a:not(#\9) {
|
|
199
181
|
align-items: start;
|
|
200
|
-
column-gap: 12px;
|
|
201
182
|
column-gap: var(--space-s-hv8c1d, 12px);
|
|
202
183
|
cursor: pointer;
|
|
203
184
|
display: grid;
|
|
204
|
-
font-size: 14px;
|
|
205
185
|
font-size: var(--font-body-m-size-sregvd, 14px);
|
|
206
186
|
grid-column: 1/span 2;
|
|
207
187
|
grid-row: 2;
|
|
208
|
-
grid-template-columns: 20px 1fr;
|
|
209
188
|
grid-template-columns: var(--space-l-4vl6xu, 20px) 1fr;
|
|
210
189
|
}
|
|
211
190
|
.awsui_navigation_1xupv_1ouog_120.awsui_refresh_1xupv_1ouog_105 > ul > li > a > .awsui_circle_1xupv_1ouog_164:not(#\9) {
|
|
@@ -224,21 +203,16 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
224
203
|
}
|
|
225
204
|
.awsui_navigation_1xupv_1ouog_120.awsui_refresh_1xupv_1ouog_105 > ul > li > a[data-awsui-focus-visible=true]:not(#\9):focus {
|
|
226
205
|
outline: thin dotted;
|
|
227
|
-
outline: 0;
|
|
228
206
|
outline: var(--border-link-focus-ring-outline-k2wccv, 0);
|
|
229
207
|
outline-offset: 2px;
|
|
230
|
-
outline-color: #0972d3;
|
|
231
208
|
outline-color: var(--color-border-item-focused-ap3b6s, #0972d3);
|
|
232
|
-
border-radius: 4px;
|
|
233
209
|
border-radius: var(--border-radius-control-default-focus-ring-7661kz, 4px);
|
|
234
|
-
box-shadow: 0 0 0 2px #0972d3;
|
|
235
210
|
box-shadow: 0 0 0 var(--border-link-focus-ring-shadow-spread-nv4ahb, 2px) var(--color-border-item-focused-ap3b6s, #0972d3);
|
|
236
211
|
}
|
|
237
212
|
.awsui_navigation_1xupv_1ouog_120.awsui_refresh_1xupv_1ouog_105 > ul > li:not(#\9):first-child > hr {
|
|
238
213
|
grid-row: 2/span 2;
|
|
239
214
|
}
|
|
240
215
|
.awsui_navigation_1xupv_1ouog_120.awsui_refresh_1xupv_1ouog_105 > ul > li:not(#\9):not(:first-child) > .awsui_number_1xupv_1ouog_148 {
|
|
241
|
-
margin-top: 24px;
|
|
242
216
|
margin-top: var(--space-scaled-xl-w2t504, 24px);
|
|
243
217
|
}
|
|
244
218
|
.awsui_navigation_1xupv_1ouog_120.awsui_refresh_1xupv_1ouog_105 > ul > li:not(#\9):last-child > hr {
|
|
@@ -254,13 +228,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
254
228
|
cursor: text;
|
|
255
229
|
}
|
|
256
230
|
.awsui_navigation_1xupv_1ouog_120.awsui_refresh_1xupv_1ouog_105 > ul > li.awsui_active_1xupv_1ouog_201 > a > .awsui_circle_1xupv_1ouog_164:not(#\9) {
|
|
257
|
-
background-color: #0972d3;
|
|
258
231
|
background-color: var(--color-background-control-checked-9admlu, #0972d3);
|
|
259
|
-
box-shadow: 0 0 0 3px #ffffff, 0 0 0 5px #0972d3, 0 0 0 7px #ffffff;
|
|
260
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);
|
|
261
233
|
}
|
|
262
234
|
.awsui_navigation_1xupv_1ouog_120.awsui_refresh_1xupv_1ouog_105 > ul > li.awsui_active_1xupv_1ouog_201 > a > .awsui_title_1xupv_1ouog_172:not(#\9) {
|
|
263
|
-
color: #0972d3;
|
|
264
235
|
color: var(--color-background-control-checked-9admlu, #0972d3);
|
|
265
236
|
font-weight: 700;
|
|
266
237
|
}
|
|
@@ -268,44 +239,32 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
268
239
|
cursor: text;
|
|
269
240
|
}
|
|
270
241
|
.awsui_navigation_1xupv_1ouog_120.awsui_refresh_1xupv_1ouog_105 > ul > li.awsui_disabled_1xupv_1ouog_212 > a > .awsui_circle_1xupv_1ouog_164:not(#\9) {
|
|
271
|
-
background-color: #ffffff;
|
|
272
242
|
background-color: var(--color-background-container-content-i8i4a0, #ffffff);
|
|
273
|
-
box-shadow: 0 0 0 2px #9ba7b6, 0 0 0 4px #ffffff;
|
|
274
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);
|
|
275
244
|
}
|
|
276
245
|
.awsui_navigation_1xupv_1ouog_120.awsui_refresh_1xupv_1ouog_105 > ul > li.awsui_disabled_1xupv_1ouog_212 > a > .awsui_title_1xupv_1ouog_172:not(#\9) {
|
|
277
|
-
color: #9ba7b6;
|
|
278
246
|
color: var(--color-text-interactive-disabled-3pbb07, #9ba7b6);
|
|
279
247
|
}
|
|
280
248
|
.awsui_navigation_1xupv_1ouog_120.awsui_refresh_1xupv_1ouog_105 > ul > li.awsui_enabled_1xupv_1ouog_222 > a > .awsui_circle_1xupv_1ouog_164:not(#\9) {
|
|
281
|
-
background-color: #414d5c;
|
|
282
249
|
background-color: var(--color-text-interactive-default-eg5fsa, #414d5c);
|
|
283
|
-
box-shadow: 0 0 0 2px #414d5c, 0 0 0 4px #ffffff;
|
|
284
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);
|
|
285
251
|
}
|
|
286
252
|
.awsui_navigation_1xupv_1ouog_120.awsui_refresh_1xupv_1ouog_105 > ul > li.awsui_enabled_1xupv_1ouog_222 > a > .awsui_title_1xupv_1ouog_172:not(#\9) {
|
|
287
|
-
color: #414d5c;
|
|
288
253
|
color: var(--color-text-interactive-default-eg5fsa, #414d5c);
|
|
289
254
|
}
|
|
290
255
|
.awsui_navigation_1xupv_1ouog_120.awsui_refresh_1xupv_1ouog_105 > ul > li.awsui_enabled_1xupv_1ouog_222 > a:not(#\9):hover > .awsui_circle_1xupv_1ouog_164 {
|
|
291
|
-
background-color: #0972d3;
|
|
292
256
|
background-color: var(--color-background-control-checked-9admlu, #0972d3);
|
|
293
|
-
box-shadow: 0 0 0 2px #0972d3, 0 0 0 4px #ffffff;
|
|
294
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);
|
|
295
258
|
}
|
|
296
259
|
.awsui_navigation_1xupv_1ouog_120.awsui_refresh_1xupv_1ouog_105 > ul > li.awsui_enabled_1xupv_1ouog_222 > a:not(#\9):hover > .awsui_title_1xupv_1ouog_172 {
|
|
297
|
-
color: #0972d3;
|
|
298
260
|
color: var(--color-background-control-checked-9admlu, #0972d3);
|
|
299
261
|
}
|
|
300
262
|
|
|
301
263
|
.awsui_navigation_1xupv_1ouog_120:not(#\9):not(.awsui_refresh_1xupv_1ouog_105) {
|
|
302
|
-
color: #9ba7b6;
|
|
303
264
|
color: var(--color-text-disabled-a2nkh4, #9ba7b6);
|
|
304
265
|
display: inline-block;
|
|
305
|
-
margin-right: calc(2 * 40px);
|
|
306
266
|
margin-right: calc(2 * var(--space-xxxl-bo9z7f, 40px));
|
|
307
267
|
min-width: 200px;
|
|
308
|
-
padding-top: 4px;
|
|
309
268
|
padding-top: var(--space-xxs-ynfts5, 4px);
|
|
310
269
|
width: 200px;
|
|
311
270
|
}
|
|
@@ -315,16 +274,13 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
315
274
|
margin: 0;
|
|
316
275
|
}
|
|
317
276
|
.awsui_navigation_1xupv_1ouog_120:not(#\9):not(.awsui_refresh_1xupv_1ouog_105) > ul > li {
|
|
318
|
-
padding-bottom: 16px;
|
|
319
277
|
padding-bottom: var(--space-scaled-m-pv0fmt, 16px);
|
|
320
278
|
padding-top: 0;
|
|
321
279
|
}
|
|
322
280
|
.awsui_navigation_1xupv_1ouog_120:not(#\9):not(.awsui_refresh_1xupv_1ouog_105) > ul > li:not(:first-child) {
|
|
323
|
-
margin-top: 16px;
|
|
324
281
|
margin-top: var(--space-scaled-m-pv0fmt, 16px);
|
|
325
282
|
}
|
|
326
283
|
.awsui_navigation_1xupv_1ouog_120:not(#\9):not(.awsui_refresh_1xupv_1ouog_105) > ul > li:not(:last-child) {
|
|
327
|
-
border-bottom: 1px solid #d1d5db;
|
|
328
284
|
border-bottom: var(--border-divider-list-width-hacikr, 1px) solid var(--color-border-layout-wf5alz, #d1d5db);
|
|
329
285
|
}
|
|
330
286
|
|
|
@@ -336,7 +292,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
336
292
|
}
|
|
337
293
|
.awsui_form_1xupv_1ouog_261:not(#\9):not(.awsui_refresh_1xupv_1ouog_105) > .awsui_form-header_1xupv_1ouog_267 {
|
|
338
294
|
position: relative;
|
|
339
|
-
margin-bottom: 16px;
|
|
340
295
|
margin-bottom: var(--space-scaled-m-pv0fmt, 16px);
|
|
341
296
|
}
|
|
342
297
|
|
|
@@ -347,21 +302,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
347
302
|
display: contents;
|
|
348
303
|
}
|
|
349
304
|
.awsui_form_1xupv_1ouog_261.awsui_refresh_1xupv_1ouog_105 > .awsui_background_1xupv_1ouog_278:not(#\9) {
|
|
350
|
-
background-color: #ffffff;
|
|
351
305
|
background-color: var(--color-background-layout-main-sfhm4y, #ffffff);
|
|
352
306
|
grid-column: 1/span 2;
|
|
353
307
|
grid-row: 1;
|
|
354
308
|
}
|
|
355
309
|
.awsui_form_1xupv_1ouog_261.awsui_refresh_1xupv_1ouog_105 > .awsui_form-header_1xupv_1ouog_267:not(#\9) {
|
|
356
|
-
background-color: #ffffff;
|
|
357
310
|
background-color: var(--color-background-layout-main-sfhm4y, #ffffff);
|
|
358
311
|
grid-column: 2;
|
|
359
312
|
grid-row: 1;
|
|
360
313
|
}
|
|
361
314
|
.awsui_form_1xupv_1ouog_261.awsui_refresh_1xupv_1ouog_105 > .awsui_form-header_1xupv_1ouog_267 > .awsui_form-header-content_1xupv_1ouog_288:not(#\9) {
|
|
362
|
-
padding-top: 24px;
|
|
363
315
|
padding-top: var(--space-scaled-xl-w2t504, 24px);
|
|
364
|
-
padding-bottom: 24px;
|
|
365
316
|
padding-bottom: var(--space-scaled-xl-w2t504, 24px);
|
|
366
317
|
}
|
|
367
318
|
.awsui_form_1xupv_1ouog_261.awsui_refresh_1xupv_1ouog_105 > .awsui_form-component_1xupv_1ouog_292:not(#\9) {
|
|
@@ -383,14 +334,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
383
334
|
}
|
|
384
335
|
|
|
385
336
|
.awsui_collapsed-steps_1xupv_1ouog_310:not(#\9) {
|
|
386
|
-
color: #414d5c;
|
|
387
337
|
color: var(--color-text-heading-secondary-corkaj, #414d5c);
|
|
388
338
|
font-weight: 700;
|
|
389
|
-
padding-top: 4px;
|
|
390
339
|
padding-top: var(--space-scaled-xxs-95dhkm, 4px);
|
|
391
340
|
}
|
|
392
341
|
.awsui_collapsed-steps-extra-padding_1xupv_1ouog_315:not(#\9) {
|
|
393
|
-
padding-top: 20px;
|
|
394
342
|
padding-top: var(--space-scaled-l-t03y3z, 20px);
|
|
395
343
|
}
|
|
396
344
|
.awsui_collapsed-steps-hidden_1xupv_1ouog_318:not(#\9) {
|
|
@@ -406,12 +354,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
406
354
|
|
|
407
355
|
.awsui_navigation-link-active_1xupv_1ouog_329:not(#\9) {
|
|
408
356
|
font-weight: 700;
|
|
409
|
-
color: #000716;
|
|
410
357
|
color: var(--color-text-body-default-ajf1h5, #000716);
|
|
411
358
|
}
|
|
412
359
|
|
|
413
360
|
.awsui_navigation-link-disabled_1xupv_1ouog_334:not(#\9) {
|
|
414
|
-
color: #9ba7b6;
|
|
415
361
|
color: var(--color-text-control-disabled-3z3eul, #9ba7b6);
|
|
416
362
|
}
|
|
417
363
|
|