@cloudscape-design/components 3.0.624 → 3.0.626
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/index.d.ts.map +1 -1
- package/alert/index.js +9 -5
- package/alert/index.js.map +1 -1
- package/attribute-editor/interfaces.d.ts +4 -0
- package/attribute-editor/interfaces.d.ts.map +1 -1
- package/attribute-editor/interfaces.js.map +1 -1
- package/attribute-editor/row.d.ts.map +1 -1
- package/attribute-editor/row.js +4 -1
- package/attribute-editor/row.js.map +1 -1
- package/button/styles.css.js +19 -19
- package/button/styles.scoped.css +159 -151
- package/button/styles.selectors.js +19 -19
- package/container/index.js +1 -1
- package/container/index.js.map +1 -1
- package/date-picker/index.d.ts.map +1 -1
- package/date-picker/index.js +2 -2
- package/date-picker/index.js.map +1 -1
- package/date-range-picker/index.d.ts.map +1 -1
- package/date-range-picker/index.js +2 -2
- package/date-range-picker/index.js.map +1 -1
- package/drawer/styles.css.js +3 -3
- package/drawer/styles.scoped.css +13 -13
- package/drawer/styles.selectors.js +3 -3
- package/file-upload/interfaces.d.ts +14 -4
- package/file-upload/interfaces.d.ts.map +1 -1
- package/file-upload/interfaces.js.map +1 -1
- package/file-upload/internal.js +13 -7
- package/file-upload/internal.js.map +1 -1
- package/form/index.d.ts.map +1 -1
- package/form/index.js +17 -6
- package/form/index.js.map +1 -1
- package/form/internal.d.ts.map +1 -1
- package/form/internal.js +1 -14
- package/form/internal.js.map +1 -1
- package/form-field/index.d.ts.map +1 -1
- package/form-field/index.js +3 -2
- package/form-field/index.js.map +1 -1
- package/form-field/interfaces.d.ts +12 -1
- package/form-field/interfaces.d.ts.map +1 -1
- package/form-field/interfaces.js.map +1 -1
- package/form-field/internal.d.ts +9 -3
- package/form-field/internal.d.ts.map +1 -1
- package/form-field/internal.js +36 -11
- package/form-field/internal.js.map +1 -1
- package/form-field/styles.css.js +23 -19
- package/form-field/styles.scoped.css +45 -29
- package/form-field/styles.selectors.js +23 -19
- package/form-field/util.d.ts +3 -2
- package/form-field/util.d.ts.map +1 -1
- package/form-field/util.js +4 -3
- package/form-field/util.js.map +1 -1
- package/help-panel/styles.css.js +4 -4
- package/help-panel/styles.scoped.css +71 -71
- package/help-panel/styles.selectors.js +4 -4
- package/input/index.d.ts.map +1 -1
- package/input/index.js +2 -1
- package/input/index.js.map +1 -1
- package/input/internal.d.ts.map +1 -1
- package/input/internal.js +4 -1
- package/input/internal.js.map +1 -1
- package/input/styles.css.js +13 -12
- package/input/styles.scoped.css +46 -30
- package/input/styles.selectors.js +13 -12
- package/internal/analytics/components/analytics-funnel.d.ts +12 -12
- package/internal/analytics/components/analytics-funnel.d.ts.map +1 -1
- package/internal/analytics/components/analytics-funnel.js +38 -25
- package/internal/analytics/components/analytics-funnel.js.map +1 -1
- package/internal/analytics/context/analytics-context.d.ts +7 -2
- package/internal/analytics/context/analytics-context.d.ts.map +1 -1
- package/internal/analytics/context/analytics-context.js.map +1 -1
- package/internal/analytics/hooks/use-funnel.d.ts +5 -1
- package/internal/analytics/hooks/use-funnel.d.ts.map +1 -1
- package/internal/analytics/hooks/use-funnel.js +9 -5
- package/internal/analytics/hooks/use-funnel.js.map +1 -1
- package/internal/analytics/interfaces.d.ts +23 -37
- package/internal/analytics/interfaces.d.ts.map +1 -1
- package/internal/analytics/interfaces.js.map +1 -1
- package/internal/base-component/index.d.ts +1 -1
- package/internal/base-component/index.d.ts.map +1 -1
- package/internal/base-component/index.js +1 -1
- package/internal/base-component/index.js.map +1 -1
- package/internal/base-component/styles.scoped.css +20 -0
- package/internal/components/button-trigger/index.d.ts +1 -0
- package/internal/components/button-trigger/index.d.ts.map +1 -1
- package/internal/components/button-trigger/index.js +2 -2
- package/internal/components/button-trigger/index.js.map +1 -1
- package/internal/components/button-trigger/styles.css.js +11 -10
- package/internal/components/button-trigger/styles.scoped.css +35 -24
- package/internal/components/button-trigger/styles.selectors.js +11 -10
- package/internal/context/form-field-context.d.ts +14 -1
- package/internal/context/form-field-context.d.ts.map +1 -1
- package/internal/context/form-field-context.js +1 -1
- package/internal/context/form-field-context.js.map +1 -1
- package/internal/environment.js +1 -1
- package/internal/environment.json +1 -1
- package/internal/generated/styles/tokens.d.ts +5 -0
- package/internal/generated/styles/tokens.js +5 -0
- package/internal/generated/theming/index.cjs +75 -0
- package/internal/generated/theming/index.js +75 -0
- package/internal/manifest.json +1 -1
- package/link/internal.d.ts.map +1 -1
- package/link/internal.js +9 -3
- package/link/internal.js.map +1 -1
- package/modal/body-scroll.d.ts.map +1 -1
- package/modal/body-scroll.js +5 -0
- package/modal/body-scroll.js.map +1 -1
- package/package.json +1 -1
- package/select/parts/filter.d.ts +1 -1
- package/select/parts/filter.d.ts.map +1 -1
- package/select/parts/trigger.d.ts.map +1 -1
- package/select/parts/trigger.js +2 -2
- package/select/parts/trigger.js.map +1 -1
- package/side-navigation/styles.css.js +28 -28
- package/side-navigation/styles.scoped.css +44 -43
- package/side-navigation/styles.selectors.js +28 -28
- package/table/body-cell/disabled-inline-editor.d.ts +1 -1
- package/table/body-cell/disabled-inline-editor.d.ts.map +1 -1
- package/table/body-cell/disabled-inline-editor.js +2 -2
- package/table/body-cell/disabled-inline-editor.js.map +1 -1
- package/table/body-cell/index.d.ts +1 -0
- package/table/body-cell/index.d.ts.map +1 -1
- package/table/body-cell/index.js +2 -2
- package/table/body-cell/index.js.map +1 -1
- package/table/body-cell/styles.css.js +44 -43
- package/table/body-cell/styles.scoped.css +167 -165
- package/table/body-cell/styles.selectors.js +44 -43
- package/table/internal.d.ts.map +1 -1
- package/table/internal.js +1 -1
- package/table/internal.js.map +1 -1
- package/test-utils/dom/file-upload/index.d.ts +2 -0
- package/test-utils/dom/file-upload/index.js +6 -0
- package/test-utils/dom/file-upload/index.js.map +1 -1
- package/test-utils/dom/form-field/index.d.ts +1 -0
- package/test-utils/dom/form-field/index.js +3 -0
- package/test-utils/dom/form-field/index.js.map +1 -1
- package/test-utils/selectors/file-upload/index.d.ts +2 -0
- package/test-utils/selectors/file-upload/index.js +6 -0
- package/test-utils/selectors/file-upload/index.js.map +1 -1
- package/test-utils/selectors/form-field/index.d.ts +1 -0
- package/test-utils/selectors/form-field/index.js +3 -0
- package/test-utils/selectors/form-field/index.js.map +1 -1
- package/test-utils/tsconfig.tsbuildinfo +1 -1
- package/textarea/index.d.ts.map +1 -1
- package/textarea/index.js +2 -1
- package/textarea/index.js.map +1 -1
- package/textarea/styles.css.js +5 -4
- package/textarea/styles.scoped.css +23 -12
- package/textarea/styles.selectors.js +5 -4
- package/token-group/styles.css.js +9 -8
- package/token-group/styles.scoped.css +27 -16
- package/token-group/styles.selectors.js +9 -8
- package/token-group/token.d.ts +3 -1
- package/token-group/token.d.ts.map +1 -1
- package/token-group/token.js +8 -5
- package/token-group/token.js.map +1 -1
- package/wizard/analytics.d.ts +2 -1
- package/wizard/analytics.d.ts.map +1 -1
- package/wizard/analytics.js +7 -3
- package/wizard/analytics.js.map +1 -1
- package/wizard/index.js +1 -1
- package/wizard/index.js.map +1 -1
- package/wizard/internal.d.ts.map +1 -1
- package/wizard/internal.js +2 -2
- package/wizard/internal.js.map +1 -1
- package/wizard/wizard-form.d.ts +4 -2
- package/wizard/wizard-form.d.ts.map +1 -1
- package/wizard/wizard-form.js +31 -19
- package/wizard/wizard-form.js.map +1 -1
|
@@ -100,10 +100,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
100
100
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
101
101
|
SPDX-License-Identifier: Apache-2.0
|
|
102
102
|
*/
|
|
103
|
-
.awsui_error-icon-shake-
|
|
104
|
-
|
|
103
|
+
.awsui_error-icon-shake-wrapper_14mhv_kp9ld_103:not(#\9),
|
|
104
|
+
.awsui_warning-icon-shake-wrapper_14mhv_kp9ld_104:not(#\9) {
|
|
105
|
+
animation: awsui_awsui-motion-shake-horizontally_14mhv_kp9ld_1 var(--motion-duration-refresh-only-medium-nf6485, 165ms);
|
|
105
106
|
}
|
|
106
|
-
@keyframes awsui_awsui-motion-shake-
|
|
107
|
+
@keyframes awsui_awsui-motion-shake-horizontally_14mhv_kp9ld_1 {
|
|
107
108
|
0% {
|
|
108
109
|
transform: translateX(-5px);
|
|
109
110
|
animation-timing-function: linear;
|
|
@@ -117,20 +118,22 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
117
118
|
}
|
|
118
119
|
}
|
|
119
120
|
@media (prefers-reduced-motion: reduce) {
|
|
120
|
-
.awsui_error-icon-shake-
|
|
121
|
+
.awsui_error-icon-shake-wrapper_14mhv_kp9ld_103:not(#\9),
|
|
122
|
+
.awsui_warning-icon-shake-wrapper_14mhv_kp9ld_104:not(#\9) {
|
|
121
123
|
animation: none;
|
|
122
124
|
transition: none;
|
|
123
125
|
}
|
|
124
126
|
}
|
|
125
|
-
.awsui-motion-disabled .awsui_error-icon-shake-
|
|
127
|
+
.awsui-motion-disabled .awsui_error-icon-shake-wrapper_14mhv_kp9ld_103:not(#\9), .awsui-mode-entering .awsui_error-icon-shake-wrapper_14mhv_kp9ld_103:not(#\9), .awsui-motion-disabled .awsui_warning-icon-shake-wrapper_14mhv_kp9ld_104:not(#\9), .awsui-mode-entering .awsui_warning-icon-shake-wrapper_14mhv_kp9ld_104:not(#\9) {
|
|
126
128
|
animation: none;
|
|
127
129
|
transition: none;
|
|
128
130
|
}
|
|
129
131
|
|
|
130
|
-
.awsui_error-icon-scale-
|
|
131
|
-
|
|
132
|
+
.awsui_error-icon-scale-wrapper_14mhv_kp9ld_134:not(#\9),
|
|
133
|
+
.awsui_warning-icon-scale-wrapper_14mhv_kp9ld_135:not(#\9) {
|
|
134
|
+
animation: awsui_awsui-motion-scale-popup_14mhv_kp9ld_1 var(--motion-duration-refresh-only-medium-nf6485, 165ms) var(--motion-easing-refresh-only-a-8flf9q, cubic-bezier(0, 0, 0, 1));
|
|
132
135
|
}
|
|
133
|
-
@keyframes awsui_awsui-motion-scale-
|
|
136
|
+
@keyframes awsui_awsui-motion-scale-popup_14mhv_kp9ld_1 {
|
|
134
137
|
0% {
|
|
135
138
|
transform: scale(0.95);
|
|
136
139
|
}
|
|
@@ -139,20 +142,22 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
139
142
|
}
|
|
140
143
|
}
|
|
141
144
|
@media (prefers-reduced-motion: reduce) {
|
|
142
|
-
.awsui_error-icon-scale-
|
|
145
|
+
.awsui_error-icon-scale-wrapper_14mhv_kp9ld_134:not(#\9),
|
|
146
|
+
.awsui_warning-icon-scale-wrapper_14mhv_kp9ld_135:not(#\9) {
|
|
143
147
|
animation: none;
|
|
144
148
|
transition: none;
|
|
145
149
|
}
|
|
146
150
|
}
|
|
147
|
-
.awsui-motion-disabled .awsui_error-icon-scale-
|
|
151
|
+
.awsui-motion-disabled .awsui_error-icon-scale-wrapper_14mhv_kp9ld_134:not(#\9), .awsui-mode-entering .awsui_error-icon-scale-wrapper_14mhv_kp9ld_134:not(#\9), .awsui-motion-disabled .awsui_warning-icon-scale-wrapper_14mhv_kp9ld_135:not(#\9), .awsui-mode-entering .awsui_warning-icon-scale-wrapper_14mhv_kp9ld_135:not(#\9) {
|
|
148
152
|
animation: none;
|
|
149
153
|
transition: none;
|
|
150
154
|
}
|
|
151
155
|
|
|
152
|
-
.
|
|
153
|
-
|
|
156
|
+
.awsui_warning_14mhv_kp9ld_104:not(#\9),
|
|
157
|
+
.awsui_error_14mhv_kp9ld_103:not(#\9) {
|
|
158
|
+
animation: awsui_awsui-motion-fade-in-0_14mhv_kp9ld_1 var(--motion-duration-refresh-only-medium-nf6485, 165ms) var(--motion-easing-refresh-only-a-8flf9q, cubic-bezier(0, 0, 0, 1));
|
|
154
159
|
}
|
|
155
|
-
@keyframes awsui_awsui-motion-fade-in-
|
|
160
|
+
@keyframes awsui_awsui-motion-fade-in-0_14mhv_kp9ld_1 {
|
|
156
161
|
from {
|
|
157
162
|
opacity: 0;
|
|
158
163
|
}
|
|
@@ -161,17 +166,18 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
161
166
|
}
|
|
162
167
|
}
|
|
163
168
|
@media (prefers-reduced-motion: reduce) {
|
|
164
|
-
.
|
|
169
|
+
.awsui_warning_14mhv_kp9ld_104:not(#\9),
|
|
170
|
+
.awsui_error_14mhv_kp9ld_103:not(#\9) {
|
|
165
171
|
animation: none;
|
|
166
172
|
transition: none;
|
|
167
173
|
}
|
|
168
174
|
}
|
|
169
|
-
.awsui-motion-disabled .
|
|
175
|
+
.awsui-motion-disabled .awsui_warning_14mhv_kp9ld_104:not(#\9), .awsui-mode-entering .awsui_warning_14mhv_kp9ld_104:not(#\9), .awsui-motion-disabled .awsui_error_14mhv_kp9ld_103:not(#\9), .awsui-mode-entering .awsui_error_14mhv_kp9ld_103:not(#\9) {
|
|
170
176
|
animation: none;
|
|
171
177
|
transition: none;
|
|
172
178
|
}
|
|
173
179
|
|
|
174
|
-
.
|
|
180
|
+
.awsui_root_14mhv_kp9ld_186:not(#\9) {
|
|
175
181
|
border-collapse: separate;
|
|
176
182
|
border-spacing: 0;
|
|
177
183
|
box-sizing: border-box;
|
|
@@ -208,7 +214,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
208
214
|
box-sizing: border-box;
|
|
209
215
|
}
|
|
210
216
|
|
|
211
|
-
.
|
|
217
|
+
.awsui_label_14mhv_kp9ld_222:not(#\9) {
|
|
212
218
|
box-sizing: border-box;
|
|
213
219
|
color: var(--color-text-form-label-ktbzsd, #000716);
|
|
214
220
|
display: inline;
|
|
@@ -217,43 +223,43 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
217
223
|
font-weight: var(--font-display-label-weight-815ja9, 700);
|
|
218
224
|
margin-inline-end: var(--space-xs-zb16t3, 8px);
|
|
219
225
|
}
|
|
220
|
-
.
|
|
226
|
+
.awsui_label_14mhv_kp9ld_222:not(#\9):only-child {
|
|
221
227
|
margin-block: 0;
|
|
222
228
|
margin-inline: 0;
|
|
223
229
|
}
|
|
224
230
|
|
|
225
|
-
.
|
|
231
|
+
.awsui_info_14mhv_kp9ld_236:not(#\9) {
|
|
226
232
|
padding-inline-start: var(--space-xs-zb16t3, 8px);
|
|
227
233
|
border-inline-start: var(--border-divider-section-width-1061zr, 1px) solid var(--color-border-divider-default-j74lyz, #b6bec9);
|
|
228
234
|
}
|
|
229
235
|
|
|
230
|
-
.
|
|
231
|
-
.
|
|
236
|
+
.awsui_description_14mhv_kp9ld_241:not(#\9),
|
|
237
|
+
.awsui_constraint_14mhv_kp9ld_242:not(#\9) {
|
|
232
238
|
color: var(--color-text-form-secondary-dxc248, #5f6b7a);
|
|
233
239
|
font-size: var(--font-size-body-s-asqx2i, 12px);
|
|
234
240
|
line-height: var(--line-height-body-s-7zv1j5, 16px);
|
|
235
241
|
letter-spacing: var(--letter-spacing-body-s-z9jkwp, 0.005em);
|
|
236
242
|
}
|
|
237
243
|
|
|
238
|
-
.
|
|
239
|
-
.awsui_constraint-has-
|
|
244
|
+
.awsui_hints_14mhv_kp9ld_249:not(#\9),
|
|
245
|
+
.awsui_constraint-has-validation-text_14mhv_kp9ld_250:not(#\9) {
|
|
240
246
|
padding-block-start: var(--space-xxs-p8yyaw, 4px);
|
|
241
247
|
}
|
|
242
248
|
|
|
243
|
-
.awsui_secondary-
|
|
249
|
+
.awsui_secondary-control_14mhv_kp9ld_254:not(#\9) {
|
|
244
250
|
/* used in test-utils */
|
|
245
251
|
}
|
|
246
252
|
|
|
247
|
-
.
|
|
253
|
+
.awsui_controls_14mhv_kp9ld_258:not(#\9):not(.awsui_label-hidden_14mhv_kp9ld_258) {
|
|
248
254
|
padding-block-start: var(--space-xxs-p8yyaw, 4px);
|
|
249
255
|
}
|
|
250
256
|
|
|
251
|
-
.
|
|
257
|
+
.awsui_control_14mhv_kp9ld_258:not(#\9) {
|
|
252
258
|
min-inline-size: 0;
|
|
253
259
|
word-break: break-word;
|
|
254
260
|
}
|
|
255
261
|
|
|
256
|
-
.
|
|
262
|
+
.awsui_error_14mhv_kp9ld_103:not(#\9) {
|
|
257
263
|
color: var(--color-text-status-error-wdvepn, #d91515);
|
|
258
264
|
font-size: var(--font-size-body-s-asqx2i, 12px);
|
|
259
265
|
line-height: var(--line-height-body-s-7zv1j5, 16px);
|
|
@@ -262,11 +268,21 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
262
268
|
align-items: flex-start;
|
|
263
269
|
}
|
|
264
270
|
|
|
265
|
-
.
|
|
271
|
+
.awsui_warning_14mhv_kp9ld_104:not(#\9) {
|
|
272
|
+
color: var(--color-text-status-warning-yik8vi, #8d6605);
|
|
273
|
+
font-size: var(--font-size-body-s-asqx2i, 12px);
|
|
274
|
+
line-height: var(--line-height-body-s-7zv1j5, 16px);
|
|
275
|
+
letter-spacing: var(--letter-spacing-body-s-z9jkwp, 0.005em);
|
|
276
|
+
display: flex;
|
|
277
|
+
align-items: flex-start;
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
.awsui_error__message_14mhv_kp9ld_285:not(#\9),
|
|
281
|
+
.awsui_warning__message_14mhv_kp9ld_286:not(#\9) {
|
|
266
282
|
margin-inline-start: var(--space-xxs-p8yyaw, 4px);
|
|
267
283
|
}
|
|
268
284
|
|
|
269
|
-
.awsui_visually-
|
|
285
|
+
.awsui_visually-hidden_14mhv_kp9ld_290:not(#\9) {
|
|
270
286
|
position: absolute !important;
|
|
271
287
|
inset-block-start: -9999px !important;
|
|
272
288
|
inset-inline-start: -9999px !important;
|
|
@@ -2,24 +2,28 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"error-icon-shake-wrapper": "awsui_error-icon-shake-
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"awsui-motion-
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"control": "
|
|
22
|
-
"
|
|
23
|
-
"
|
|
5
|
+
"error-icon-shake-wrapper": "awsui_error-icon-shake-wrapper_14mhv_kp9ld_103",
|
|
6
|
+
"warning-icon-shake-wrapper": "awsui_warning-icon-shake-wrapper_14mhv_kp9ld_104",
|
|
7
|
+
"awsui-motion-shake-horizontally": "awsui_awsui-motion-shake-horizontally_14mhv_kp9ld_1",
|
|
8
|
+
"error-icon-scale-wrapper": "awsui_error-icon-scale-wrapper_14mhv_kp9ld_134",
|
|
9
|
+
"warning-icon-scale-wrapper": "awsui_warning-icon-scale-wrapper_14mhv_kp9ld_135",
|
|
10
|
+
"awsui-motion-scale-popup": "awsui_awsui-motion-scale-popup_14mhv_kp9ld_1",
|
|
11
|
+
"warning": "awsui_warning_14mhv_kp9ld_104",
|
|
12
|
+
"error": "awsui_error_14mhv_kp9ld_103",
|
|
13
|
+
"awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-0_14mhv_kp9ld_1",
|
|
14
|
+
"root": "awsui_root_14mhv_kp9ld_186",
|
|
15
|
+
"label": "awsui_label_14mhv_kp9ld_222",
|
|
16
|
+
"info": "awsui_info_14mhv_kp9ld_236",
|
|
17
|
+
"description": "awsui_description_14mhv_kp9ld_241",
|
|
18
|
+
"constraint": "awsui_constraint_14mhv_kp9ld_242",
|
|
19
|
+
"hints": "awsui_hints_14mhv_kp9ld_249",
|
|
20
|
+
"constraint-has-validation-text": "awsui_constraint-has-validation-text_14mhv_kp9ld_250",
|
|
21
|
+
"secondary-control": "awsui_secondary-control_14mhv_kp9ld_254",
|
|
22
|
+
"controls": "awsui_controls_14mhv_kp9ld_258",
|
|
23
|
+
"label-hidden": "awsui_label-hidden_14mhv_kp9ld_258",
|
|
24
|
+
"control": "awsui_control_14mhv_kp9ld_258",
|
|
25
|
+
"error__message": "awsui_error__message_14mhv_kp9ld_285",
|
|
26
|
+
"warning__message": "awsui_warning__message_14mhv_kp9ld_286",
|
|
27
|
+
"visually-hidden": "awsui_visually-hidden_14mhv_kp9ld_290"
|
|
24
28
|
};
|
|
25
29
|
|
package/form-field/util.d.ts
CHANGED
|
@@ -5,9 +5,10 @@ interface FormFieldIds {
|
|
|
5
5
|
description?: string;
|
|
6
6
|
constraint?: string;
|
|
7
7
|
error?: string;
|
|
8
|
+
warning?: string;
|
|
8
9
|
}
|
|
9
|
-
export declare function getSlotIds(formFieldId: string, label?: React.ReactNode, description?: React.ReactNode, constraintText?: React.ReactNode, errorText?: React.ReactNode): FormFieldIds;
|
|
10
|
-
export declare function getAriaDescribedBy({ error, description, constraint }: FormFieldIds): string | undefined;
|
|
10
|
+
export declare function getSlotIds(formFieldId: string, label?: React.ReactNode, description?: React.ReactNode, constraintText?: React.ReactNode, errorText?: React.ReactNode, warningText?: React.ReactNode): FormFieldIds;
|
|
11
|
+
export declare function getAriaDescribedBy({ error, warning, description, constraint }: FormFieldIds): string | undefined;
|
|
11
12
|
export declare function getGridDefinition(stretch: boolean, secondaryControlPresent: boolean, isRefresh: boolean): {
|
|
12
13
|
colspan: GridProps.BreakpointMapping | number;
|
|
13
14
|
}[];
|
package/form-field/util.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"util.d.ts","sourceRoot":"","sources":["../../../src/form-field/util.ts"],"names":[],"mappings":";AAEA,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAE/C,UAAU,YAAY;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"util.d.ts","sourceRoot":"","sources":["../../../src/form-field/util.ts"],"names":[],"mappings":";AAEA,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAE/C,UAAU,YAAY;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAUD,wBAAgB,UAAU,CACxB,WAAW,EAAE,MAAM,EACnB,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,EACvB,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,EAC7B,cAAc,CAAC,EAAE,KAAK,CAAC,SAAS,EAChC,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,EAC3B,WAAW,CAAC,EAAE,KAAK,CAAC,SAAS,gBAW9B;AAED,wBAAgB,kBAAkB,CAAC,EAAE,KAAK,EAAE,OAAO,EAAE,WAAW,EAAE,UAAU,EAAE,EAAE,YAAY,sBAI3F;AAED,wBAAgB,iBAAiB,CAAC,OAAO,EAAE,OAAO,EAAE,uBAAuB,EAAE,OAAO,EAAE,SAAS,EAAE,OAAO;aACxE,UAAU,iBAAiB,GAAG,MAAM;IAenE"}
|
package/form-field/util.js
CHANGED
|
@@ -4,17 +4,18 @@ function makeSlotId(prop, formFieldId, propName) {
|
|
|
4
4
|
}
|
|
5
5
|
return `${formFieldId}-${propName}`;
|
|
6
6
|
}
|
|
7
|
-
export function getSlotIds(formFieldId, label, description, constraintText, errorText) {
|
|
7
|
+
export function getSlotIds(formFieldId, label, description, constraintText, errorText, warningText) {
|
|
8
8
|
const ids = {
|
|
9
9
|
label: makeSlotId(label, formFieldId, 'label'),
|
|
10
10
|
description: makeSlotId(description, formFieldId, 'description'),
|
|
11
11
|
constraint: makeSlotId(constraintText, formFieldId, 'constraint'),
|
|
12
12
|
error: makeSlotId(errorText, formFieldId, 'error'),
|
|
13
|
+
warning: makeSlotId(warningText, formFieldId, 'warning'),
|
|
13
14
|
};
|
|
14
15
|
return ids;
|
|
15
16
|
}
|
|
16
|
-
export function getAriaDescribedBy({ error, description, constraint }) {
|
|
17
|
-
const describedByAttributes = [error, description, constraint].filter(e => !!e);
|
|
17
|
+
export function getAriaDescribedBy({ error, warning, description, constraint }) {
|
|
18
|
+
const describedByAttributes = [error, warning, description, constraint].filter(e => !!e);
|
|
18
19
|
const describedBy = describedByAttributes.length ? describedByAttributes.join(' ') : undefined;
|
|
19
20
|
return describedBy;
|
|
20
21
|
}
|
package/form-field/util.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"util.js","sourceRoot":"","sources":["../../../src/form-field/util.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"util.js","sourceRoot":"","sources":["../../../src/form-field/util.ts"],"names":[],"mappings":"AAYA,SAAS,UAAU,CAAC,IAAqB,EAAE,WAAmB,EAAE,QAAgB;IAC9E,IAAI,CAAC,IAAI,EAAE;QACT,OAAO,SAAS,CAAC;KAClB;IAED,OAAO,GAAG,WAAW,IAAI,QAAQ,EAAE,CAAC;AACtC,CAAC;AAED,MAAM,UAAU,UAAU,CACxB,WAAmB,EACnB,KAAuB,EACvB,WAA6B,EAC7B,cAAgC,EAChC,SAA2B,EAC3B,WAA6B;IAE7B,MAAM,GAAG,GAAiB;QACxB,KAAK,EAAE,UAAU,CAAC,KAAK,EAAE,WAAW,EAAE,OAAO,CAAC;QAC9C,WAAW,EAAE,UAAU,CAAC,WAAW,EAAE,WAAW,EAAE,aAAa,CAAC;QAChE,UAAU,EAAE,UAAU,CAAC,cAAc,EAAE,WAAW,EAAE,YAAY,CAAC;QACjE,KAAK,EAAE,UAAU,CAAC,SAAS,EAAE,WAAW,EAAE,OAAO,CAAC;QAClD,OAAO,EAAE,UAAU,CAAC,WAAW,EAAE,WAAW,EAAE,SAAS,CAAC;KACzD,CAAC;IAEF,OAAO,GAAG,CAAC;AACb,CAAC;AAED,MAAM,UAAU,kBAAkB,CAAC,EAAE,KAAK,EAAE,OAAO,EAAE,WAAW,EAAE,UAAU,EAAgB;IAC1F,MAAM,qBAAqB,GAAG,CAAC,KAAK,EAAE,OAAO,EAAE,WAAW,EAAE,UAAU,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;IACzF,MAAM,WAAW,GAAG,qBAAqB,CAAC,MAAM,CAAC,CAAC,CAAC,qBAAqB,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;IAC/F,OAAO,WAAW,CAAC;AACrB,CAAC;AAED,MAAM,UAAU,iBAAiB,CAAC,OAAgB,EAAE,uBAAgC,EAAE,SAAkB;IACtG,IAAI,OAAiE,CAAC;IAEtE,IAAI,OAAO,EAAE;QACX,OAAO,GAAG,CAAC,EAAE,OAAO,EAAE,EAAE,EAAE,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC,CAAC;KAC9C;SAAM,IAAI,SAAS,EAAE;QACpB,OAAO,GAAG,CAAC,EAAE,OAAO,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,OAAO,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC;KACtF;SAAM;QACL,OAAO,GAAG,CAAC,EAAE,OAAO,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,OAAO,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC;KACtF;IAED,IAAI,CAAC,uBAAuB,EAAE;QAC5B,OAAO,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC;KACrB;IAED,OAAO,OAAO,CAAC;AACjB,CAAC","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport { GridProps } from '../grid/interfaces';\n\ninterface FormFieldIds {\n label?: string;\n description?: string;\n constraint?: string;\n error?: string;\n warning?: string;\n}\n\nfunction makeSlotId(prop: React.ReactNode, formFieldId: string, propName: string): string | undefined {\n if (!prop) {\n return undefined;\n }\n\n return `${formFieldId}-${propName}`;\n}\n\nexport function getSlotIds(\n formFieldId: string,\n label?: React.ReactNode,\n description?: React.ReactNode,\n constraintText?: React.ReactNode,\n errorText?: React.ReactNode,\n warningText?: React.ReactNode\n) {\n const ids: FormFieldIds = {\n label: makeSlotId(label, formFieldId, 'label'),\n description: makeSlotId(description, formFieldId, 'description'),\n constraint: makeSlotId(constraintText, formFieldId, 'constraint'),\n error: makeSlotId(errorText, formFieldId, 'error'),\n warning: makeSlotId(warningText, formFieldId, 'warning'),\n };\n\n return ids;\n}\n\nexport function getAriaDescribedBy({ error, warning, description, constraint }: FormFieldIds) {\n const describedByAttributes = [error, warning, description, constraint].filter(e => !!e);\n const describedBy = describedByAttributes.length ? describedByAttributes.join(' ') : undefined;\n return describedBy;\n}\n\nexport function getGridDefinition(stretch: boolean, secondaryControlPresent: boolean, isRefresh: boolean) {\n let columns: Array<{ colspan: GridProps.BreakpointMapping | number }>;\n\n if (stretch) {\n columns = [{ colspan: 12 }, { colspan: 12 }];\n } else if (isRefresh) {\n columns = [{ colspan: { default: 12, xs: 8 } }, { colspan: { default: 12, xs: 4 } }];\n } else {\n columns = [{ colspan: { default: 12, xs: 9 } }, { colspan: { default: 12, xs: 3 } }];\n }\n\n if (!secondaryControlPresent) {\n return [columns[0]];\n }\n\n return columns;\n}\n"]}
|
package/help-panel/styles.css.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"help-panel": "awsui_help-
|
|
5
|
-
"header": "
|
|
6
|
-
"content": "
|
|
7
|
-
"footer": "
|
|
4
|
+
"help-panel": "awsui_help-panel_1d237_nqluc_100",
|
|
5
|
+
"header": "awsui_header_1d237_nqluc_269",
|
|
6
|
+
"content": "awsui_content_1d237_nqluc_300",
|
|
7
|
+
"footer": "awsui_footer_1d237_nqluc_346"
|
|
8
8
|
};
|
|
9
9
|
|
|
@@ -97,7 +97,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
97
97
|
SPDX-License-Identifier: Apache-2.0
|
|
98
98
|
*/
|
|
99
99
|
/* stylelint-disable @cloudscape-design/no-implicit-descendant, selector-max-type */
|
|
100
|
-
.awsui_help-
|
|
100
|
+
.awsui_help-panel_1d237_nqluc_100:not(#\9) {
|
|
101
101
|
border-collapse: separate;
|
|
102
102
|
border-spacing: 0;
|
|
103
103
|
box-sizing: border-box;
|
|
@@ -132,41 +132,41 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
132
132
|
-webkit-font-smoothing: auto;
|
|
133
133
|
-moz-osx-font-smoothing: auto;
|
|
134
134
|
word-wrap: break-word;
|
|
135
|
-
padding-block-start: var(--space-
|
|
135
|
+
padding-block-start: var(--space-panel-header-vertical-gv9pti, 20px);
|
|
136
136
|
padding-block-end: 0;
|
|
137
137
|
padding-inline-end: var(--space-panel-side-right-xofg51, 24px);
|
|
138
138
|
padding-inline-start: var(--space-panel-side-left-5t0who, 28px);
|
|
139
139
|
}
|
|
140
|
-
.awsui_help-
|
|
140
|
+
.awsui_help-panel_1d237_nqluc_100 hr:not(#\9) {
|
|
141
141
|
border-block: none;
|
|
142
142
|
border-inline: none;
|
|
143
143
|
border-block-start: var(--border-divider-section-width-1061zr, 1px) solid var(--color-border-divider-default-j74lyz, #b6bec9);
|
|
144
144
|
margin-block: var(--space-scaled-xl-kswcw7, 24px);
|
|
145
|
-
margin-inline: calc(-1 * var(--space-
|
|
145
|
+
margin-inline: calc(-1 * var(--space-panel-divider-margin-horizontal-sbik1z, 8px));
|
|
146
146
|
}
|
|
147
|
-
.awsui_help-
|
|
148
|
-
.awsui_help-
|
|
147
|
+
.awsui_help-panel_1d237_nqluc_100 ol:not(#\9),
|
|
148
|
+
.awsui_help-panel_1d237_nqluc_100 ul:not(#\9) {
|
|
149
149
|
padding-inline-start: var(--space-l-t419sm, 20px);
|
|
150
150
|
list-style-position: outside;
|
|
151
151
|
margin-block: var(--space-s-34lx8l, 12px);
|
|
152
152
|
margin-inline: 0;
|
|
153
153
|
}
|
|
154
|
-
.awsui_help-
|
|
154
|
+
.awsui_help-panel_1d237_nqluc_100 li:not(#\9) {
|
|
155
155
|
margin-block: var(--space-scaled-xxs-7597g1, 4px);
|
|
156
156
|
margin-inline: 0;
|
|
157
157
|
}
|
|
158
|
-
.awsui_help-
|
|
159
|
-
.awsui_help-
|
|
160
|
-
.awsui_help-
|
|
161
|
-
.awsui_help-
|
|
162
|
-
.awsui_help-
|
|
163
|
-
.awsui_help-
|
|
164
|
-
.awsui_help-
|
|
158
|
+
.awsui_help-panel_1d237_nqluc_100 a:not(#\9),
|
|
159
|
+
.awsui_help-panel_1d237_nqluc_100 h2:not(#\9),
|
|
160
|
+
.awsui_help-panel_1d237_nqluc_100 h3:not(#\9),
|
|
161
|
+
.awsui_help-panel_1d237_nqluc_100 h4:not(#\9),
|
|
162
|
+
.awsui_help-panel_1d237_nqluc_100 h5:not(#\9),
|
|
163
|
+
.awsui_help-panel_1d237_nqluc_100 pre:not(#\9),
|
|
164
|
+
.awsui_help-panel_1d237_nqluc_100 code:not(#\9) {
|
|
165
165
|
margin-block: var(--space-xs-zb16t3, 8px);
|
|
166
166
|
margin-inline: 0;
|
|
167
167
|
padding-block: 0;
|
|
168
168
|
}
|
|
169
|
-
.awsui_help-
|
|
169
|
+
.awsui_help-panel_1d237_nqluc_100 code:not(#\9) {
|
|
170
170
|
font-size: var(--font-size-body-s-asqx2i, 12px);
|
|
171
171
|
line-height: var(--line-height-body-s-7zv1j5, 16px);
|
|
172
172
|
letter-spacing: var(--letter-spacing-body-s-z9jkwp, 0.005em);
|
|
@@ -177,7 +177,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
177
177
|
word-wrap: break-word;
|
|
178
178
|
white-space: pre-wrap;
|
|
179
179
|
}
|
|
180
|
-
.awsui_help-
|
|
180
|
+
.awsui_help-panel_1d237_nqluc_100 pre:not(#\9) {
|
|
181
181
|
font-size: var(--font-size-body-s-asqx2i, 12px);
|
|
182
182
|
line-height: var(--line-height-body-s-7zv1j5, 16px);
|
|
183
183
|
letter-spacing: var(--letter-spacing-body-s-z9jkwp, 0.005em);
|
|
@@ -190,41 +190,41 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
190
190
|
padding-block: var(--space-xxs-p8yyaw, 4px);
|
|
191
191
|
padding-inline: var(--space-xxs-p8yyaw, 4px);
|
|
192
192
|
}
|
|
193
|
-
.awsui_help-
|
|
193
|
+
.awsui_help-panel_1d237_nqluc_100 dl:not(#\9) {
|
|
194
194
|
margin-block: var(--space-s-34lx8l, 12px);
|
|
195
195
|
margin-inline: 0;
|
|
196
196
|
/* stylelint-disable-next-line selector-max-universal */
|
|
197
197
|
}
|
|
198
|
-
.awsui_help-
|
|
198
|
+
.awsui_help-panel_1d237_nqluc_100 dl *:not(#\9) {
|
|
199
199
|
margin-block: 0;
|
|
200
200
|
}
|
|
201
|
-
.awsui_help-
|
|
201
|
+
.awsui_help-panel_1d237_nqluc_100 dt:not(#\9) {
|
|
202
202
|
margin-block-start: var(--space-xs-zb16t3, 8px);
|
|
203
203
|
font-weight: 700;
|
|
204
204
|
}
|
|
205
|
-
.awsui_help-
|
|
205
|
+
.awsui_help-panel_1d237_nqluc_100 dd:not(#\9) {
|
|
206
206
|
margin-block-start: 0;
|
|
207
207
|
margin-block-end: var(--space-xs-zb16t3, 8px);
|
|
208
208
|
margin-inline: 0;
|
|
209
209
|
}
|
|
210
|
-
.awsui_help-
|
|
211
|
-
.awsui_help-
|
|
212
|
-
.awsui_help-
|
|
213
|
-
.awsui_help-
|
|
214
|
-
.awsui_help-
|
|
210
|
+
.awsui_help-panel_1d237_nqluc_100 h2:not(#\9),
|
|
211
|
+
.awsui_help-panel_1d237_nqluc_100 h3:not(#\9),
|
|
212
|
+
.awsui_help-panel_1d237_nqluc_100 h4:not(#\9),
|
|
213
|
+
.awsui_help-panel_1d237_nqluc_100 h5:not(#\9),
|
|
214
|
+
.awsui_help-panel_1d237_nqluc_100 h6:not(#\9) {
|
|
215
215
|
margin-block-start: var(--space-xl-lmui9r, 24px);
|
|
216
216
|
color: var(--color-text-heading-default-lstrpn, #000716);
|
|
217
217
|
}
|
|
218
|
-
.awsui_help-
|
|
219
|
-
margin-block-end: var(--space-
|
|
218
|
+
.awsui_help-panel_1d237_nqluc_100 > :not(#\9):last-child {
|
|
219
|
+
margin-block-end: var(--space-panel-content-bottom-7k6er3, 40px);
|
|
220
220
|
}
|
|
221
|
-
.awsui_help-
|
|
221
|
+
.awsui_help-panel_1d237_nqluc_100 p:not(#\9) {
|
|
222
222
|
color: inherit;
|
|
223
223
|
text-decoration: none;
|
|
224
224
|
margin-block: var(--space-s-34lx8l, 12px);
|
|
225
225
|
margin-inline: 0;
|
|
226
226
|
}
|
|
227
|
-
.awsui_help-
|
|
227
|
+
.awsui_help-panel_1d237_nqluc_100 h1:not(#\9) {
|
|
228
228
|
font-size: var(--font-size-heading-xl-ypc05a, 24px);
|
|
229
229
|
line-height: var(--line-height-heading-xl-avbttk, 30px);
|
|
230
230
|
letter-spacing: var(--letter-spacing-heading-xl-sagq9c, -0.02em);
|
|
@@ -232,7 +232,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
232
232
|
-webkit-font-smoothing: var(--font-smoothing-webkit-m8nc84, antialiased);
|
|
233
233
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-foywby, grayscale);
|
|
234
234
|
}
|
|
235
|
-
.awsui_help-
|
|
235
|
+
.awsui_help-panel_1d237_nqluc_100 h2:not(#\9) {
|
|
236
236
|
font-size: var(--font-size-heading-l-ou0d0l, 20px);
|
|
237
237
|
line-height: var(--line-height-heading-l-mmm3my, 24px);
|
|
238
238
|
letter-spacing: var(--letter-spacing-heading-l-qqjd4y, -0.015em);
|
|
@@ -240,7 +240,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
240
240
|
-webkit-font-smoothing: var(--font-smoothing-webkit-m8nc84, antialiased);
|
|
241
241
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-foywby, grayscale);
|
|
242
242
|
}
|
|
243
|
-
.awsui_help-
|
|
243
|
+
.awsui_help-panel_1d237_nqluc_100 h3:not(#\9) {
|
|
244
244
|
font-size: var(--font-size-heading-m-sjd256, 18px);
|
|
245
245
|
line-height: var(--line-height-heading-m-50evfk, 22px);
|
|
246
246
|
letter-spacing: var(--letter-spacing-heading-m-0w575i, -0.01em);
|
|
@@ -248,7 +248,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
248
248
|
-webkit-font-smoothing: var(--font-smoothing-webkit-m8nc84, antialiased);
|
|
249
249
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-foywby, grayscale);
|
|
250
250
|
}
|
|
251
|
-
.awsui_help-
|
|
251
|
+
.awsui_help-panel_1d237_nqluc_100 h4:not(#\9) {
|
|
252
252
|
font-size: var(--font-size-heading-s-yykzif, 16px);
|
|
253
253
|
line-height: var(--line-height-heading-s-4i6ewn, 20px);
|
|
254
254
|
letter-spacing: var(--letter-spacing-heading-s-jr3mor, -0.005em);
|
|
@@ -256,39 +256,39 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
256
256
|
-webkit-font-smoothing: var(--font-smoothing-webkit-m8nc84, antialiased);
|
|
257
257
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-foywby, grayscale);
|
|
258
258
|
}
|
|
259
|
-
.awsui_help-
|
|
259
|
+
.awsui_help-panel_1d237_nqluc_100 h5:not(#\9) {
|
|
260
260
|
font-size: var(--font-size-heading-xs-wo4hpf, 14px);
|
|
261
261
|
line-height: var(--line-height-heading-xs-aeleja, 18px);
|
|
262
262
|
font-weight: var(--font-weight-heading-xs-l7rqme, 700);
|
|
263
263
|
-webkit-font-smoothing: var(--font-smoothing-webkit-m8nc84, antialiased);
|
|
264
264
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-foywby, grayscale);
|
|
265
265
|
}
|
|
266
|
-
.awsui_help-
|
|
267
|
-
.awsui_help-
|
|
266
|
+
.awsui_help-panel_1d237_nqluc_100 b:not(#\9),
|
|
267
|
+
.awsui_help-panel_1d237_nqluc_100 strong:not(#\9) {
|
|
268
268
|
font-weight: 700;
|
|
269
269
|
}
|
|
270
|
-
.awsui_help-
|
|
270
|
+
.awsui_help-panel_1d237_nqluc_100 .awsui_header_1d237_nqluc_269:not(#\9) {
|
|
271
271
|
font-size: var(--font-panel-header-size-edjz3l, 18px);
|
|
272
272
|
line-height: var(--font-panel-header-line-height-kxi4u2, 22px);
|
|
273
273
|
font-weight: var(--font-weight-heading-l-f8711v, 700);
|
|
274
274
|
-webkit-font-smoothing: var(--font-smoothing-webkit-m8nc84, antialiased);
|
|
275
275
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-foywby, grayscale);
|
|
276
276
|
color: var(--color-text-heading-default-lstrpn, #000716);
|
|
277
|
-
padding-block-end: var(--space-
|
|
277
|
+
padding-block-end: var(--space-panel-header-vertical-gv9pti, 20px);
|
|
278
278
|
padding-inline: var(--space-panel-side-left-5t0who, 28px) calc(var(--space-xl-lmui9r, 24px) + var(--space-scaled-xxl-wbot5q, 32px));
|
|
279
279
|
border-block: none;
|
|
280
280
|
border-inline: none;
|
|
281
|
-
border-block-end: var(--border-divider-section-width-1061zr, 1px) solid var(--color-border-
|
|
281
|
+
border-block-end: var(--border-divider-section-width-1061zr, 1px) solid var(--color-border-panel-header-lf0q4c, #b6bec9);
|
|
282
282
|
margin-block-start: 0;
|
|
283
|
-
margin-block-end: var(--space-
|
|
283
|
+
margin-block-end: var(--space-panel-content-top-wac3yp, 20px);
|
|
284
284
|
margin-inline-end: calc(-1 * var(--space-panel-side-right-xofg51, 24px));
|
|
285
285
|
margin-inline-start: calc(-1 * var(--space-panel-side-left-5t0who, 28px));
|
|
286
286
|
}
|
|
287
|
-
.awsui_help-
|
|
288
|
-
.awsui_help-
|
|
289
|
-
.awsui_help-
|
|
290
|
-
.awsui_help-
|
|
291
|
-
.awsui_help-
|
|
287
|
+
.awsui_help-panel_1d237_nqluc_100 .awsui_header_1d237_nqluc_269 h2:not(#\9),
|
|
288
|
+
.awsui_help-panel_1d237_nqluc_100 .awsui_header_1d237_nqluc_269 h3:not(#\9),
|
|
289
|
+
.awsui_help-panel_1d237_nqluc_100 .awsui_header_1d237_nqluc_269 h4:not(#\9),
|
|
290
|
+
.awsui_help-panel_1d237_nqluc_100 .awsui_header_1d237_nqluc_269 h5:not(#\9),
|
|
291
|
+
.awsui_help-panel_1d237_nqluc_100 .awsui_header_1d237_nqluc_269 h6:not(#\9) {
|
|
292
292
|
font-size: var(--font-panel-header-size-edjz3l, 18px);
|
|
293
293
|
line-height: var(--font-panel-header-line-height-kxi4u2, 22px);
|
|
294
294
|
font-weight: var(--font-weight-heading-l-f8711v, 700);
|
|
@@ -298,17 +298,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
298
298
|
margin-block: 0;
|
|
299
299
|
}
|
|
300
300
|
|
|
301
|
-
.
|
|
301
|
+
.awsui_content_1d237_nqluc_300:not(#\9) {
|
|
302
302
|
color: var(--color-text-body-secondary-w9jvno, #414d5c);
|
|
303
303
|
}
|
|
304
|
-
.
|
|
305
|
-
.
|
|
306
|
-
.
|
|
307
|
-
.
|
|
308
|
-
.
|
|
304
|
+
.awsui_content_1d237_nqluc_300 h2:not(#\9):first-child,
|
|
305
|
+
.awsui_content_1d237_nqluc_300 h3:not(#\9):first-child,
|
|
306
|
+
.awsui_content_1d237_nqluc_300 h4:not(#\9):first-child,
|
|
307
|
+
.awsui_content_1d237_nqluc_300 h5:not(#\9):first-child,
|
|
308
|
+
.awsui_content_1d237_nqluc_300 h6:not(#\9):first-child {
|
|
309
309
|
margin-block-start: 0;
|
|
310
310
|
}
|
|
311
|
-
.
|
|
311
|
+
.awsui_content_1d237_nqluc_300 a:not(#\9) {
|
|
312
312
|
color: var(--color-text-link-default-latg1a, #0972d3);
|
|
313
313
|
font-weight: inherit;
|
|
314
314
|
letter-spacing: normal;
|
|
@@ -322,46 +322,46 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
322
322
|
text-decoration-thickness: 1px;
|
|
323
323
|
}
|
|
324
324
|
@media (prefers-reduced-motion: reduce) {
|
|
325
|
-
.
|
|
325
|
+
.awsui_content_1d237_nqluc_300 a:not(#\9) {
|
|
326
326
|
animation: none;
|
|
327
327
|
transition: none;
|
|
328
328
|
}
|
|
329
329
|
}
|
|
330
|
-
.awsui-motion-disabled .
|
|
330
|
+
.awsui-motion-disabled .awsui_content_1d237_nqluc_300 a:not(#\9), .awsui-mode-entering .awsui_content_1d237_nqluc_300 a:not(#\9) {
|
|
331
331
|
animation: none;
|
|
332
332
|
transition: none;
|
|
333
333
|
}
|
|
334
|
-
.
|
|
334
|
+
.awsui_content_1d237_nqluc_300 a:not(#\9):hover {
|
|
335
335
|
cursor: pointer;
|
|
336
336
|
color: var(--color-text-link-hover-8j6p14, #033160);
|
|
337
337
|
}
|
|
338
|
-
.
|
|
338
|
+
.awsui_content_1d237_nqluc_300 a:not(#\9):focus {
|
|
339
339
|
outline: none;
|
|
340
340
|
}
|
|
341
|
-
.
|
|
341
|
+
.awsui_content_1d237_nqluc_300 a:not(#\9):active {
|
|
342
342
|
color: var(--color-text-link-hover-8j6p14, #033160);
|
|
343
343
|
}
|
|
344
|
-
.
|
|
344
|
+
.awsui_content_1d237_nqluc_300 a:not(#\9):active, .awsui_content_1d237_nqluc_300 a:not(#\9):focus, .awsui_content_1d237_nqluc_300 a:not(#\9):hover {
|
|
345
345
|
text-decoration-line: underline;
|
|
346
346
|
text-decoration-color: currentColor;
|
|
347
347
|
}
|
|
348
348
|
|
|
349
|
-
.
|
|
349
|
+
.awsui_footer_1d237_nqluc_346:not(#\9) {
|
|
350
350
|
color: var(--color-text-body-secondary-w9jvno, #414d5c);
|
|
351
351
|
border-block-start: var(--border-divider-section-width-1061zr, 1px) solid var(--color-border-divider-default-j74lyz, #b6bec9);
|
|
352
352
|
margin-block: var(--space-scaled-xl-kswcw7, 24px);
|
|
353
|
-
margin-inline: calc(-1 * var(--space-
|
|
353
|
+
margin-inline: calc(-1 * var(--space-panel-divider-margin-horizontal-sbik1z, 8px));
|
|
354
354
|
padding-block: 0;
|
|
355
|
-
padding-inline: var(--space-
|
|
355
|
+
padding-inline: var(--space-panel-divider-margin-horizontal-sbik1z, 8px);
|
|
356
356
|
}
|
|
357
|
-
.
|
|
357
|
+
.awsui_footer_1d237_nqluc_346 > :not(#\9):first-child {
|
|
358
358
|
margin-block-start: var(--space-scaled-xl-kswcw7, 24px);
|
|
359
359
|
}
|
|
360
|
-
.
|
|
360
|
+
.awsui_footer_1d237_nqluc_346 ul:not(#\9) {
|
|
361
361
|
list-style: none;
|
|
362
362
|
padding-inline-start: 0;
|
|
363
363
|
}
|
|
364
|
-
.
|
|
364
|
+
.awsui_footer_1d237_nqluc_346 a:not(#\9) {
|
|
365
365
|
color: var(--color-text-link-default-latg1a, #0972d3);
|
|
366
366
|
font-weight: inherit;
|
|
367
367
|
letter-spacing: normal;
|
|
@@ -375,32 +375,32 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
375
375
|
text-decoration-thickness: 1px;
|
|
376
376
|
}
|
|
377
377
|
@media (prefers-reduced-motion: reduce) {
|
|
378
|
-
.
|
|
378
|
+
.awsui_footer_1d237_nqluc_346 a:not(#\9) {
|
|
379
379
|
animation: none;
|
|
380
380
|
transition: none;
|
|
381
381
|
}
|
|
382
382
|
}
|
|
383
|
-
.awsui-motion-disabled .
|
|
383
|
+
.awsui-motion-disabled .awsui_footer_1d237_nqluc_346 a:not(#\9), .awsui-mode-entering .awsui_footer_1d237_nqluc_346 a:not(#\9) {
|
|
384
384
|
animation: none;
|
|
385
385
|
transition: none;
|
|
386
386
|
}
|
|
387
|
-
.
|
|
387
|
+
.awsui_footer_1d237_nqluc_346 a:not(#\9):hover {
|
|
388
388
|
cursor: pointer;
|
|
389
389
|
color: var(--color-text-link-hover-8j6p14, #033160);
|
|
390
390
|
}
|
|
391
|
-
.
|
|
391
|
+
.awsui_footer_1d237_nqluc_346 a:not(#\9):focus {
|
|
392
392
|
outline: none;
|
|
393
393
|
}
|
|
394
|
-
.
|
|
394
|
+
.awsui_footer_1d237_nqluc_346 a:not(#\9):active {
|
|
395
395
|
color: var(--color-text-link-hover-8j6p14, #033160);
|
|
396
396
|
}
|
|
397
|
-
.
|
|
397
|
+
.awsui_footer_1d237_nqluc_346 a:not(#\9):active, .awsui_footer_1d237_nqluc_346 a:not(#\9):focus, .awsui_footer_1d237_nqluc_346 a:not(#\9):hover {
|
|
398
398
|
text-decoration-line: underline;
|
|
399
399
|
text-decoration-color: currentColor;
|
|
400
400
|
}
|
|
401
401
|
|
|
402
|
-
.
|
|
403
|
-
.
|
|
402
|
+
.awsui_content_1d237_nqluc_300 a:not(#\9):focus,
|
|
403
|
+
.awsui_footer_1d237_nqluc_346 a:not(#\9):focus {
|
|
404
404
|
outline: thin dotted;
|
|
405
405
|
outline: var(--border-link-focus-ring-outline-kkfop6, 0);
|
|
406
406
|
outline-offset: 2px;
|