@cloudscape-design/components 3.0.1341 → 3.0.1343
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/button-dropdown/filter.d.ts +1 -1
- package/button-dropdown/filter.d.ts.map +1 -1
- package/button-dropdown/internal.d.ts.map +1 -1
- package/button-dropdown/internal.js +2 -2
- package/button-dropdown/internal.js.map +1 -1
- package/button-dropdown/utils/use-button-dropdown.d.ts +1 -0
- package/button-dropdown/utils/use-button-dropdown.d.ts.map +1 -1
- package/button-dropdown/utils/use-button-dropdown.js +9 -0
- package/button-dropdown/utils/use-button-dropdown.js.map +1 -1
- package/expandable-section/expandable-section-header.d.ts +3 -1
- package/expandable-section/expandable-section-header.d.ts.map +1 -1
- package/expandable-section/expandable-section-header.js +57 -13
- package/expandable-section/expandable-section-header.js.map +1 -1
- package/expandable-section/interfaces.d.ts +1 -1
- package/expandable-section/interfaces.js.map +1 -1
- package/expandable-section/internal.d.ts +15 -0
- package/expandable-section/internal.d.ts.map +1 -1
- package/expandable-section/internal.js +3 -3
- package/expandable-section/internal.js.map +1 -1
- package/expandable-section/styles.css.js +42 -35
- package/expandable-section/styles.scoped.css +177 -69
- package/expandable-section/styles.selectors.js +42 -35
- package/i18n/context.d.ts +16 -4
- package/i18n/context.d.ts.map +1 -1
- package/i18n/context.js +10 -4
- package/i18n/context.js.map +1 -1
- package/i18n/index.d.ts +3 -1
- package/i18n/index.d.ts.map +1 -1
- package/i18n/index.js +1 -0
- package/i18n/index.js.map +1 -1
- package/i18n/messages/all.all.js +1 -1
- package/i18n/messages/all.all.json +1 -1
- package/i18n/messages/all.ar.js +1 -1
- package/i18n/messages/all.ar.json +1 -1
- package/i18n/messages/all.de.js +1 -1
- package/i18n/messages/all.de.json +1 -1
- package/i18n/messages/all.en-GB.js +1 -1
- package/i18n/messages/all.en-GB.json +1 -1
- package/i18n/messages/all.en.js +1 -1
- package/i18n/messages/all.en.json +1 -1
- package/i18n/messages/all.es.js +1 -1
- package/i18n/messages/all.es.json +1 -1
- package/i18n/messages/all.fr.js +1 -1
- package/i18n/messages/all.fr.json +1 -1
- package/i18n/messages/all.id.js +1 -1
- package/i18n/messages/all.id.json +1 -1
- package/i18n/messages/all.it.js +1 -1
- package/i18n/messages/all.it.json +1 -1
- package/i18n/messages/all.ja.js +1 -1
- package/i18n/messages/all.ja.json +1 -1
- package/i18n/messages/all.ko.js +1 -1
- package/i18n/messages/all.ko.json +1 -1
- package/i18n/messages/all.pt-BR.js +1 -1
- package/i18n/messages/all.pt-BR.json +1 -1
- package/i18n/messages/all.tr.js +1 -1
- package/i18n/messages/all.tr.json +1 -1
- package/i18n/messages/all.zh-CN.js +1 -1
- package/i18n/messages/all.zh-CN.json +1 -1
- package/i18n/messages/all.zh-TW.js +1 -1
- package/i18n/messages/all.zh-TW.json +1 -1
- package/i18n/messages-types.d.ts +5 -0
- package/i18n/messages-types.d.ts.map +1 -1
- package/i18n/messages-types.js.map +1 -1
- package/input/index.d.ts.map +1 -1
- package/input/index.js +4 -2
- package/input/index.js.map +1 -1
- package/input/interfaces.d.ts +9 -0
- package/input/interfaces.d.ts.map +1 -1
- package/input/interfaces.js.map +1 -1
- package/input/internal.d.ts +5 -5
- package/input/internal.d.ts.map +1 -1
- package/input/internal.js +60 -24
- package/input/internal.js.map +1 -1
- package/input/styles.css.js +28 -18
- package/input/styles.scoped.css +213 -52
- package/input/styles.selectors.js +28 -18
- package/input/utils.js +3 -3
- package/input/utils.js.map +1 -1
- package/internal/base-component/styles.scoped.css +6 -1
- package/internal/components/chart-legend/styles.css.js +6 -6
- package/internal/components/chart-legend/styles.scoped.css +16 -14
- package/internal/components/chart-legend/styles.selectors.js +6 -6
- package/internal/environment.js +2 -2
- package/internal/environment.json +2 -2
- package/internal/generated/styles/tokens.d.ts +1 -0
- package/internal/generated/styles/tokens.js +1 -0
- package/internal/generated/theming/index.cjs +31 -0
- package/internal/generated/theming/index.js +31 -0
- package/internal/manifest.json +1 -1
- package/manifest.json +2 -2
- package/multiselect/embedded.d.ts +1 -1
- package/multiselect/index.d.ts.map +1 -1
- package/multiselect/index.js +4 -0
- package/multiselect/index.js.map +1 -1
- package/multiselect/interfaces.d.ts +8 -1
- package/multiselect/interfaces.d.ts.map +1 -1
- package/multiselect/interfaces.js.map +1 -1
- package/multiselect/internal.d.ts.map +1 -1
- package/multiselect/internal.js +22 -2
- package/multiselect/internal.js.map +1 -1
- package/multiselect/styles.css.js +5 -3
- package/multiselect/styles.scoped.css +13 -3
- package/multiselect/styles.selectors.js +5 -3
- package/multiselect/use-multiselect.d.ts +4 -1
- package/multiselect/use-multiselect.d.ts.map +1 -1
- package/multiselect/use-multiselect.js +5 -3
- package/multiselect/use-multiselect.js.map +1 -1
- package/package.json +1 -1
- package/pagination/index.d.ts.map +1 -1
- package/pagination/index.js +3 -3
- package/pagination/index.js.map +1 -1
- package/pagination/interfaces.d.ts +19 -3
- package/pagination/interfaces.d.ts.map +1 -1
- package/pagination/interfaces.js.map +1 -1
- package/pagination/internal.d.ts.map +1 -1
- package/pagination/internal.js +18 -6
- package/pagination/internal.js.map +1 -1
- package/pagination/styles.css.js +12 -11
- package/pagination/styles.scoped.css +34 -25
- package/pagination/styles.selectors.js +12 -11
- package/pagination/test-classes/styles.css.js +6 -0
- package/pagination/test-classes/styles.scoped.css +7 -0
- package/pagination/test-classes/styles.selectors.js +7 -0
- package/prompt-input/internal.d.ts.map +1 -1
- package/prompt-input/internal.js +14 -2
- package/prompt-input/internal.js.map +1 -1
- package/select/index.d.ts.map +1 -1
- package/select/index.js +4 -0
- package/select/index.js.map +1 -1
- package/select/interfaces.d.ts +39 -0
- package/select/interfaces.d.ts.map +1 -1
- package/select/interfaces.js.map +1 -1
- package/select/internal.d.ts.map +1 -1
- package/select/internal.js +20 -4
- package/select/internal.js.map +1 -1
- package/select/parts/filter.d.ts +1 -1
- package/select/parts/filter.d.ts.map +1 -1
- package/select/styles.css.js +3 -1
- package/select/styles.scoped.css +11 -1
- package/select/styles.selectors.js +3 -1
- package/select/utils/dropdown-customization.d.ts +26 -0
- package/select/utils/dropdown-customization.d.ts.map +1 -0
- package/select/utils/dropdown-customization.js +22 -0
- package/select/utils/dropdown-customization.js.map +1 -0
- package/select/utils/use-select.d.ts +5 -1
- package/select/utils/use-select.d.ts.map +1 -1
- package/select/utils/use-select.js +21 -4
- package/select/utils/use-select.js.map +1 -1
- package/side-navigation/parts.d.ts.map +1 -1
- package/side-navigation/parts.js +3 -2
- package/side-navigation/parts.js.map +1 -1
- package/side-navigation/styles.css.js +50 -48
- package/side-navigation/styles.scoped.css +106 -93
- package/side-navigation/styles.selectors.js +50 -48
- package/status-indicator/interfaces.d.ts +1 -1
- package/status-indicator/interfaces.d.ts.map +1 -1
- package/status-indicator/interfaces.js.map +1 -1
- package/status-indicator/internal.d.ts +2 -6
- package/status-indicator/internal.d.ts.map +1 -1
- package/status-indicator/internal.js.map +1 -1
- package/steps/interfaces.d.ts +2 -2
- package/steps/interfaces.d.ts.map +1 -1
- package/steps/interfaces.js.map +1 -1
- package/test-utils/dom/input/index.d.ts +2 -0
- package/test-utils/dom/input/index.js +6 -0
- package/test-utils/dom/input/index.js.map +1 -1
- package/test-utils/dom/multiselect/index.d.ts +16 -0
- package/test-utils/dom/multiselect/index.js +16 -0
- package/test-utils/dom/multiselect/index.js.map +1 -1
- package/test-utils/dom/pagination/index.d.ts +5 -1
- package/test-utils/dom/pagination/index.js +7 -0
- package/test-utils/dom/pagination/index.js.map +1 -1
- package/test-utils/dom/select/index.d.ts +16 -0
- package/test-utils/dom/select/index.js +16 -0
- package/test-utils/dom/select/index.js.map +1 -1
- package/test-utils/selectors/input/index.d.ts +2 -0
- package/test-utils/selectors/input/index.js +6 -0
- package/test-utils/selectors/input/index.js.map +1 -1
- package/test-utils/selectors/multiselect/index.d.ts +16 -0
- package/test-utils/selectors/multiselect/index.js +20 -0
- package/test-utils/selectors/multiselect/index.js.map +1 -1
- package/test-utils/selectors/pagination/index.d.ts +5 -1
- package/test-utils/selectors/pagination/index.js +7 -0
- package/test-utils/selectors/pagination/index.js.map +1 -1
- package/test-utils/selectors/select/index.d.ts +16 -0
- package/test-utils/selectors/select/index.js +20 -0
- package/test-utils/selectors/select/index.js.map +1 -1
- package/textarea/index.d.ts.map +1 -1
- package/textarea/index.js +11 -3
- package/textarea/index.js.map +1 -1
- package/textarea/interfaces.d.ts +12 -0
- package/textarea/interfaces.d.ts.map +1 -1
- package/textarea/interfaces.js.map +1 -1
- package/textarea/styles.css.js +9 -5
- package/textarea/styles.scoped.css +26 -14
- package/textarea/styles.selectors.js +9 -5
- package/status-indicator/internal-interfaces.d.ts +0 -2
- package/status-indicator/internal-interfaces.d.ts.map +0 -1
- package/status-indicator/internal-interfaces.js +0 -2
- package/status-indicator/internal-interfaces.js.map +0 -1
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
*/
|
|
144
144
|
/* Style used for links in slots/components that are text heavy, to help links stand out among
|
|
145
145
|
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
|
|
146
|
-
.
|
|
146
|
+
.awsui_root_l0dv0_i802p_146:not(#\9) {
|
|
147
147
|
border-collapse: separate;
|
|
148
148
|
border-spacing: 0;
|
|
149
149
|
box-sizing: border-box;
|
|
@@ -177,11 +177,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
177
177
|
word-break: break-word;
|
|
178
178
|
}
|
|
179
179
|
|
|
180
|
-
.awsui_with-
|
|
180
|
+
.awsui_with-toolbar_l0dv0_i802p_180:not(#\9) {
|
|
181
181
|
/* Structural class — parent context for toolbar margin resets. */
|
|
182
182
|
}
|
|
183
183
|
|
|
184
|
-
.
|
|
184
|
+
.awsui_header_l0dv0_i802p_184:not(#\9) {
|
|
185
185
|
font-size: var(--font-panel-header-size-33h9j8, 18px);
|
|
186
186
|
letter-spacing: var(--letter-spacing-heading-m-29ewnk, -0.01em);
|
|
187
187
|
line-height: var(--font-panel-header-line-height-8xb2qj, 22px);
|
|
@@ -195,7 +195,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
195
195
|
padding-inline-end: calc(var(--space-scaled-xxl-6wgq96, 32px) + var(--space-xl-jfy3x4, 24px));
|
|
196
196
|
}
|
|
197
197
|
|
|
198
|
-
.awsui_header-
|
|
198
|
+
.awsui_header-link_l0dv0_i802p_198:not(#\9) {
|
|
199
199
|
font-size: var(--font-panel-header-size-33h9j8, 18px);
|
|
200
200
|
letter-spacing: var(--letter-spacing-heading-m-29ewnk, -0.01em);
|
|
201
201
|
line-height: var(--font-panel-header-line-height-8xb2qj, 22px);
|
|
@@ -206,45 +206,45 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
206
206
|
min-block-size: var(--font-panel-header-line-height-8xb2qj, 22px);
|
|
207
207
|
display: flex;
|
|
208
208
|
}
|
|
209
|
-
.awsui_header-link--has-
|
|
209
|
+
.awsui_header-link--has-logo_l0dv0_i802p_209 > .awsui_header-link-text_l0dv0_i802p_209:not(#\9) {
|
|
210
210
|
font-weight: var(--font-weight-normal-cxw1m3, 400);
|
|
211
211
|
align-self: center;
|
|
212
212
|
}
|
|
213
213
|
|
|
214
|
-
.awsui_header-
|
|
214
|
+
.awsui_header-logo_l0dv0_i802p_214:not(#\9) {
|
|
215
215
|
margin-inline-end: var(--space-s-tvghoh, 12px);
|
|
216
216
|
margin-block-start: var(--space-xxxs-pajhad, 2px);
|
|
217
217
|
max-inline-size: calc(1.25 * var(--size-icon-big-7pq9l3, 32px));
|
|
218
218
|
align-self: flex-start;
|
|
219
219
|
}
|
|
220
|
-
.awsui_header-logo--
|
|
220
|
+
.awsui_header-logo--stretched_l0dv0_i802p_220:not(#\9) {
|
|
221
221
|
max-inline-size: 100%;
|
|
222
222
|
margin-inline-end: 0;
|
|
223
223
|
}
|
|
224
224
|
|
|
225
|
-
.awsui_items-
|
|
225
|
+
.awsui_items-control_l0dv0_i802p_225:not(#\9) {
|
|
226
226
|
padding-inline: var(--space-l-2ud1p3, 20px);
|
|
227
227
|
padding-block-start: calc((var(--size-side-navigation-item-height-lokap3, 28px) - var(--line-height-body-m-2mh3ke, 20px)) / 2);
|
|
228
228
|
}
|
|
229
229
|
|
|
230
|
-
.awsui_list-
|
|
230
|
+
.awsui_list-container_l0dv0_i802p_230:not(#\9) {
|
|
231
231
|
margin-block-end: var(--space-panel-content-bottom-24c6lu, 40px);
|
|
232
232
|
}
|
|
233
233
|
|
|
234
|
-
.awsui_items-
|
|
235
|
-
.awsui_list-
|
|
234
|
+
.awsui_items-control_l0dv0_i802p_225:not(#\9),
|
|
235
|
+
.awsui_list-container_l0dv0_i802p_230:not(#\9) {
|
|
236
236
|
margin-block-start: calc(var(--space-panel-content-top-qvd1dr, 20px) - calc((var(--size-side-navigation-item-height-lokap3, 28px) - var(--line-height-body-m-2mh3ke, 20px)) / 2));
|
|
237
237
|
}
|
|
238
|
-
.awsui_root--
|
|
239
|
-
.awsui_root--
|
|
238
|
+
.awsui_root--collapsed_l0dv0_i802p_238 > .awsui_items-control_l0dv0_i802p_225:not(#\9),
|
|
239
|
+
.awsui_root--collapsed_l0dv0_i802p_238 > .awsui_list-container_l0dv0_i802p_230:not(#\9) {
|
|
240
240
|
margin-block-start: var(--space-xs-ymlm0b, 8px);
|
|
241
241
|
}
|
|
242
|
-
.awsui_with-
|
|
243
|
-
.awsui_with-
|
|
242
|
+
.awsui_with-toolbar_l0dv0_i802p_180 > .awsui_divider-header_l0dv0_i802p_242 + .awsui_items-control_l0dv0_i802p_225:not(#\9),
|
|
243
|
+
.awsui_with-toolbar_l0dv0_i802p_180 > .awsui_divider-header_l0dv0_i802p_242 + .awsui_list-container_l0dv0_i802p_230:not(#\9) {
|
|
244
244
|
margin-block-start: calc(-1 * calc((var(--size-side-navigation-item-height-lokap3, 28px) - var(--line-height-body-m-2mh3ke, 20px)) / 2));
|
|
245
245
|
}
|
|
246
246
|
|
|
247
|
-
.
|
|
247
|
+
.awsui_list_l0dv0_i802p_230:not(#\9) {
|
|
248
248
|
margin-block: 0;
|
|
249
249
|
margin-inline: 0;
|
|
250
250
|
padding-block: 0;
|
|
@@ -252,77 +252,87 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
252
252
|
padding-inline-start: calc(var(--size-icon-normal-levt08, 16px) + var(--space-xs-ymlm0b, 8px) - var(--space-xs-ymlm0b, 8px));
|
|
253
253
|
}
|
|
254
254
|
|
|
255
|
-
.awsui_list-variant-
|
|
255
|
+
.awsui_list-variant-root_l0dv0_i802p_255:not(#\9) {
|
|
256
256
|
margin-block: 0;
|
|
257
257
|
margin-inline: 0;
|
|
258
258
|
padding-block: 0;
|
|
259
259
|
padding-inline-start: calc(var(--space-panel-nav-left-wn0n7h, 28px) - var(--space-xs-ymlm0b, 8px));
|
|
260
260
|
padding-inline-end: calc(var(--space-panel-side-right-8wwirc, 24px) - var(--space-xs-ymlm0b, 8px));
|
|
261
261
|
}
|
|
262
|
-
.awsui_list-variant-root--
|
|
262
|
+
.awsui_list-variant-root--first_l0dv0_i802p_262:not(#\9) {
|
|
263
263
|
margin-block-start: 0;
|
|
264
264
|
}
|
|
265
|
-
.awsui_list-variant-root--
|
|
265
|
+
.awsui_list-variant-root--collapsed_l0dv0_i802p_265:not(#\9) {
|
|
266
266
|
padding-inline-start: 0;
|
|
267
267
|
padding-inline-end: 0;
|
|
268
268
|
}
|
|
269
|
+
.awsui_list-variant-root_l0dv0_i802p_255.awsui_list--with-icons_l0dv0_i802p_269:not(#\9):not(.awsui_list-variant-root--collapsed_l0dv0_i802p_265) {
|
|
270
|
+
padding-inline-start: calc(var(--space-panel-side-right-8wwirc, 24px) - var(--space-xs-ymlm0b, 8px));
|
|
271
|
+
}
|
|
269
272
|
|
|
270
|
-
.awsui_list-variant-expandable-link-
|
|
273
|
+
.awsui_list-variant-expandable-link-group_l0dv0_i802p_273:not(#\9) {
|
|
271
274
|
padding-inline-start: calc(calc(var(--size-icon-normal-levt08, 16px) + var(--space-xs-ymlm0b, 8px) - var(--space-xs-ymlm0b, 8px)) + var(--space-l-2ud1p3, 20px));
|
|
272
275
|
}
|
|
276
|
+
.awsui_list-variant-expandable-link-group_l0dv0_i802p_273.awsui_list--with-icons_l0dv0_i802p_269:not(#\9) {
|
|
277
|
+
padding-inline-start: calc(var(--size-icon-normal-levt08, 16px) + var(--space-xs-ymlm0b, 8px) - var(--space-xs-ymlm0b, 8px));
|
|
278
|
+
}
|
|
273
279
|
|
|
274
|
-
.awsui_list-variant-
|
|
280
|
+
.awsui_list-variant-section_l0dv0_i802p_280:not(#\9) {
|
|
275
281
|
padding-inline-start: calc(var(--space-l-2ud1p3, 20px) - var(--space-xs-ymlm0b, 8px));
|
|
276
282
|
}
|
|
283
|
+
.awsui_list-variant-section_l0dv0_i802p_280.awsui_list--with-icons_l0dv0_i802p_269:not(#\9) {
|
|
284
|
+
padding-inline-start: 0;
|
|
285
|
+
margin-inline-start: calc(-1 * var(--space-xs-ymlm0b, 8px));
|
|
286
|
+
}
|
|
277
287
|
|
|
278
|
-
.awsui_list-variant-link-
|
|
288
|
+
.awsui_list-variant-link-group_l0dv0_i802p_288:not(#\9) {
|
|
279
289
|
padding-inline-start: calc(var(--size-icon-normal-levt08, 16px) + var(--space-xs-ymlm0b, 8px) - var(--space-xs-ymlm0b, 8px));
|
|
280
290
|
}
|
|
281
291
|
|
|
282
|
-
.awsui_list-variant-section-
|
|
292
|
+
.awsui_list-variant-section-group_l0dv0_i802p_292:not(#\9) {
|
|
283
293
|
margin-block: calc(var(--space-scaled-xs-xwoogq, 8px) - calc((var(--size-side-navigation-item-height-lokap3, 28px) - var(--line-height-body-m-2mh3ke, 20px)) / 2));
|
|
284
294
|
margin-inline: calc(-1 * var(--space-xs-ymlm0b, 8px));
|
|
285
295
|
padding-block: 0;
|
|
286
296
|
padding-inline: 0;
|
|
287
297
|
}
|
|
288
298
|
|
|
289
|
-
.awsui_list-
|
|
299
|
+
.awsui_list-item_l0dv0_i802p_299:not(#\9) {
|
|
290
300
|
margin-inline: 0;
|
|
291
301
|
margin-block: var(--space-side-navigation-item-default-gap-a1luyq, 0px);
|
|
292
302
|
padding-block: 0;
|
|
293
303
|
padding-inline: var(--space-xs-ymlm0b, 8px);
|
|
294
304
|
list-style: none;
|
|
295
305
|
}
|
|
296
|
-
.awsui_list--with-
|
|
306
|
+
.awsui_list--with-icons_l0dv0_i802p_269 > .awsui_list-item_l0dv0_i802p_299:not(#\9) {
|
|
297
307
|
margin-block: var(--space-side-navigation-item-icon-gap-h45akr, 4px);
|
|
298
308
|
}
|
|
299
|
-
.awsui_list-variant-root--
|
|
309
|
+
.awsui_list-variant-root--first_l0dv0_i802p_262 > .awsui_list-item_l0dv0_i802p_299:not(#\9):first-child {
|
|
300
310
|
margin-block-start: 0px;
|
|
301
311
|
}
|
|
302
|
-
.awsui_list-item--
|
|
312
|
+
.awsui_list-item--collapsed_l0dv0_i802p_312:not(#\9) {
|
|
303
313
|
margin-block: var(--space-side-navigation-item-icon-gap-h45akr, 4px);
|
|
304
314
|
display: flex;
|
|
305
315
|
justify-content: center;
|
|
306
316
|
padding-block: 0;
|
|
307
317
|
padding-inline: 0;
|
|
308
318
|
}
|
|
309
|
-
.awsui_list-item--
|
|
319
|
+
.awsui_list-item--group_l0dv0_i802p_319:not(#\9) {
|
|
310
320
|
padding-inline: 0;
|
|
311
321
|
padding-block: var(--space-scaled-s-8ozaad, 12px);
|
|
312
322
|
list-style: none;
|
|
313
323
|
}
|
|
314
|
-
.awsui_list-item--group-no-padding-
|
|
324
|
+
.awsui_list-item--group-no-padding-start_l0dv0_i802p_324:not(#\9) {
|
|
315
325
|
padding-block-start: 0;
|
|
316
326
|
}
|
|
317
|
-
.awsui_list-item--group-no-padding-
|
|
327
|
+
.awsui_list-item--group-no-padding-end_l0dv0_i802p_327:not(#\9) {
|
|
318
328
|
padding-block-end: 0;
|
|
319
329
|
}
|
|
320
|
-
.awsui_list-item--link-with-
|
|
330
|
+
.awsui_list-item--link-with-info_l0dv0_i802p_330:not(#\9) {
|
|
321
331
|
display: flex;
|
|
322
332
|
align-items: baseline;
|
|
323
333
|
}
|
|
324
334
|
|
|
325
|
-
.awsui_list--collapsed-
|
|
335
|
+
.awsui_list--collapsed-group_l0dv0_i802p_335:not(#\9) {
|
|
326
336
|
margin-block: 0;
|
|
327
337
|
margin-inline: 0;
|
|
328
338
|
padding-block: 0;
|
|
@@ -330,81 +340,60 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
330
340
|
list-style: none;
|
|
331
341
|
}
|
|
332
342
|
|
|
333
|
-
.
|
|
334
|
-
.awsui_expandable-link-
|
|
343
|
+
.awsui_section_l0dv0_i802p_343:not(#\9),
|
|
344
|
+
.awsui_expandable-link-group_l0dv0_i802p_344:not(#\9) {
|
|
335
345
|
margin-inline-start: calc(-1 * var(--space-l-2ud1p3, 20px));
|
|
336
|
-
/* stylelint-disable-next-line selector-max-type */
|
|
337
|
-
/* stylelint-disable-next-line selector-max-type */
|
|
338
346
|
}
|
|
339
|
-
.
|
|
340
|
-
.awsui_expandable-link-group_l0dv0_g6yjq_334 > div:not(#\9) {
|
|
341
|
-
padding-block: 0;
|
|
342
|
-
padding-inline: 0;
|
|
343
|
-
}
|
|
344
|
-
.awsui_section_l0dv0_g6yjq_333 > div:not(#\9):first-child > :first-child,
|
|
345
|
-
.awsui_expandable-link-group_l0dv0_g6yjq_334 > div:not(#\9):first-child > :first-child {
|
|
346
|
-
display: grid;
|
|
347
|
-
align-items: flex-start;
|
|
348
|
-
padding-block: calc((var(--size-side-navigation-item-height-lokap3, 28px) - var(--line-height-body-m-2mh3ke, 20px)) / 2);
|
|
349
|
-
}
|
|
350
|
-
.awsui_section--no-ident_l0dv0_g6yjq_350:not(#\9),
|
|
351
|
-
.awsui_expandable-link-group--no-ident_l0dv0_g6yjq_351:not(#\9) {
|
|
347
|
+
.awsui_section--no-ident_l0dv0_i802p_347:not(#\9), .awsui_section--expand-icon-end_l0dv0_i802p_347:not(#\9), .awsui_expandable-link-group--no-ident_l0dv0_i802p_348:not(#\9), .awsui_expandable-link-group--expand-icon-end_l0dv0_i802p_349:not(#\9) {
|
|
352
348
|
margin-inline-start: 0;
|
|
353
349
|
}
|
|
354
350
|
|
|
355
|
-
.awsui_expandable-link-
|
|
356
|
-
border-start-start-radius: var(--border-radius-item-
|
|
357
|
-
border-start-end-radius: var(--border-radius-item-
|
|
358
|
-
border-end-start-radius: var(--border-radius-item-
|
|
359
|
-
border-end-end-radius: var(--border-radius-item-
|
|
351
|
+
.awsui_expandable-link-group_l0dv0_i802p_344 > div:not(#\9):first-child {
|
|
352
|
+
border-start-start-radius: var(--border-radius-side-navigation-item-okro0s, 8px);
|
|
353
|
+
border-start-end-radius: var(--border-radius-side-navigation-item-okro0s, 8px);
|
|
354
|
+
border-end-start-radius: var(--border-radius-side-navigation-item-okro0s, 8px);
|
|
355
|
+
border-end-end-radius: var(--border-radius-side-navigation-item-okro0s, 8px);
|
|
360
356
|
display: flex;
|
|
361
357
|
padding-inline: var(--space-xs-ymlm0b, 8px);
|
|
362
358
|
margin-inline: calc(-1 * var(--space-xs-ymlm0b, 8px));
|
|
363
359
|
box-sizing: content-box;
|
|
364
360
|
}
|
|
365
361
|
|
|
366
|
-
.awsui_expandable-link-group--
|
|
362
|
+
.awsui_expandable-link-group--active_l0dv0_i802p_364 > div:not(#\9):first-child {
|
|
367
363
|
background-color: var(--color-background-side-navigation-item-active-adfprg, transparent);
|
|
368
364
|
}
|
|
369
365
|
|
|
370
|
-
.
|
|
366
|
+
.awsui_section_l0dv0_i802p_343:not(#\9) {
|
|
371
367
|
margin-block: calc(var(--space-scaled-2x-l-u5ida5, 20px) - var(--border-divider-section-width-uwo8my, 1px));
|
|
372
368
|
}
|
|
373
|
-
.
|
|
369
|
+
.awsui_section_l0dv0_i802p_343.awsui_refresh_l0dv0_i802p_371:not(#\9) {
|
|
374
370
|
margin-block: calc(var(--space-scaled-xs-xwoogq, 8px) - var(--border-divider-section-width-uwo8my, 1px));
|
|
375
371
|
}
|
|
376
|
-
.awsui_list-variant-root--
|
|
372
|
+
.awsui_list-variant-root--first_l0dv0_i802p_262 > .awsui_list-item_l0dv0_i802p_299:not(#\9):first-child > .awsui_section_l0dv0_i802p_343 {
|
|
377
373
|
margin-block-start: 0px;
|
|
378
374
|
}
|
|
379
375
|
|
|
380
|
-
.awsui_section-
|
|
376
|
+
.awsui_section-header_l0dv0_i802p_378:not(#\9) {
|
|
381
377
|
display: contents;
|
|
382
378
|
font-size: var(--font-side-navigation-section-header-size-cnrduv, inherit);
|
|
383
379
|
font-weight: var(--font-side-navigation-section-header-weight-h807bs, inherit);
|
|
384
380
|
}
|
|
385
381
|
|
|
386
|
-
.awsui_section-
|
|
387
|
-
font-family: var(--font-family-heading-ugphat, "Open Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
388
|
-
font-size: var(--font-size-heading-m-170yiy, 18px);
|
|
389
|
-
line-height: var(--line-height-heading-m-uoaqdh, 22px);
|
|
390
|
-
letter-spacing: var(--letter-spacing-heading-m-29ewnk, -0.01em);
|
|
391
|
-
font-weight: var(--font-weight-heading-m-zf82dr, 700);
|
|
392
|
-
-webkit-font-smoothing: var(--font-smoothing-webkit-oemolo, antialiased);
|
|
393
|
-
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-hbm0aq, grayscale);
|
|
382
|
+
.awsui_section-group_l0dv0_i802p_384:not(#\9) {
|
|
394
383
|
margin-block: calc(var(--space-scaled-xs-xwoogq, 8px) - var(--border-divider-section-width-uwo8my, 1px));
|
|
395
384
|
margin-inline: 0;
|
|
396
385
|
}
|
|
397
|
-
.awsui_list-variant-root--
|
|
386
|
+
.awsui_list-variant-root--first_l0dv0_i802p_262 > .awsui_list-item_l0dv0_i802p_299:not(#\9):first-child > .awsui_section-group_l0dv0_i802p_384 {
|
|
398
387
|
margin-block-start: 0px;
|
|
399
388
|
}
|
|
400
389
|
|
|
401
|
-
.awsui_section-group-
|
|
390
|
+
.awsui_section-group-title_l0dv0_i802p_392:not(#\9) {
|
|
402
391
|
display: flex;
|
|
403
392
|
align-items: center;
|
|
404
393
|
margin-block: 0;
|
|
405
394
|
}
|
|
406
395
|
|
|
407
|
-
.
|
|
396
|
+
.awsui_link_l0dv0_i802p_398:not(#\9) {
|
|
408
397
|
font-size: var(--font-size-body-m-a7nh2n, 14px);
|
|
409
398
|
line-height: var(--line-height-body-m-2mh3ke, 20px);
|
|
410
399
|
color: var(--color-text-side-navigation-item-default-1vcdej, #424650);
|
|
@@ -422,21 +411,21 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
422
411
|
-webkit-font-smoothing: auto;
|
|
423
412
|
-moz-osx-font-smoothing: auto;
|
|
424
413
|
}
|
|
425
|
-
.awsui_link-
|
|
414
|
+
.awsui_link-active_l0dv0_i802p_416:not(#\9) {
|
|
426
415
|
font-weight: var(--font-wayfinding-link-active-weight-ny4hup, 700);
|
|
427
416
|
-webkit-font-smoothing: var(--font-smoothing-webkit-oemolo, antialiased);
|
|
428
417
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-hbm0aq, grayscale);
|
|
429
418
|
color: var(--color-text-side-navigation-item-active-w3c4dj, #006ce0);
|
|
430
419
|
background-color: var(--color-background-side-navigation-item-active-adfprg, transparent);
|
|
431
420
|
}
|
|
432
|
-
.awsui_link-
|
|
421
|
+
.awsui_link-active_l0dv0_i802p_416.awsui_link--collapsed_l0dv0_i802p_423:not(#\9) {
|
|
433
422
|
color: var(--color-text-side-navigation-item-active-collapsed-kwpe9n, #ffffff);
|
|
434
423
|
background-color: var(--color-background-side-navigation-item-active-collapsed-ceubmy, #006ce0);
|
|
435
424
|
}
|
|
436
|
-
.awsui_link-
|
|
425
|
+
.awsui_link-active_l0dv0_i802p_416.awsui_link--collapsed_l0dv0_i802p_423:not(#\9):hover {
|
|
437
426
|
color: var(--color-text-side-navigation-item-active-collapsed-kwpe9n, #ffffff);
|
|
438
427
|
}
|
|
439
|
-
.awsui_link--
|
|
428
|
+
.awsui_link--collapsed_l0dv0_i802p_423:not(#\9) {
|
|
440
429
|
padding-inline: 0;
|
|
441
430
|
margin-inline: 0;
|
|
442
431
|
justify-content: center;
|
|
@@ -447,23 +436,23 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
447
436
|
border-end-end-radius: var(--border-radius-side-navigation-item-collapsed-e8960w, 50%);
|
|
448
437
|
}
|
|
449
438
|
|
|
450
|
-
.awsui_header-
|
|
451
|
-
.
|
|
439
|
+
.awsui_header-link_l0dv0_i802p_198:not(#\9),
|
|
440
|
+
.awsui_link_l0dv0_i802p_398:not(#\9) {
|
|
452
441
|
text-decoration: none;
|
|
453
442
|
}
|
|
454
|
-
.awsui_header-
|
|
455
|
-
.
|
|
443
|
+
.awsui_header-link_l0dv0_i802p_198:not(#\9):hover,
|
|
444
|
+
.awsui_link_l0dv0_i802p_398:not(#\9):hover {
|
|
456
445
|
color: var(--color-text-side-navigation-item-active-w3c4dj, #006ce0);
|
|
457
446
|
}
|
|
458
|
-
.awsui_header-
|
|
459
|
-
.
|
|
447
|
+
.awsui_header-link_l0dv0_i802p_198:not(#\9):focus,
|
|
448
|
+
.awsui_link_l0dv0_i802p_398:not(#\9):focus {
|
|
460
449
|
outline: none;
|
|
461
450
|
}
|
|
462
|
-
.awsui_header-
|
|
451
|
+
.awsui_header-link_l0dv0_i802p_198:not(#\9):hover, .awsui_header-link_l0dv0_i802p_198:not(#\9):focus, .awsui_link_l0dv0_i802p_398:not(#\9):hover, .awsui_link_l0dv0_i802p_398:not(#\9):focus {
|
|
463
452
|
text-decoration: none;
|
|
464
453
|
}
|
|
465
|
-
body[data-awsui-focus-visible=true] .awsui_header-
|
|
466
|
-
body[data-awsui-focus-visible=true] .
|
|
454
|
+
body[data-awsui-focus-visible=true] .awsui_header-link_l0dv0_i802p_198:not(#\9):focus,
|
|
455
|
+
body[data-awsui-focus-visible=true] .awsui_link_l0dv0_i802p_398:not(#\9):focus {
|
|
467
456
|
outline: thin dotted;
|
|
468
457
|
outline: var(--border-link-focus-ring-outline-1p0hnu, 0);
|
|
469
458
|
outline-offset: 2px;
|
|
@@ -475,43 +464,67 @@ body[data-awsui-focus-visible=true] .awsui_link_l0dv0_g6yjq_407:not(#\9):focus {
|
|
|
475
464
|
box-shadow: 0 0 0 var(--border-link-focus-ring-shadow-spread-39uvxr, 2px) var(--color-border-item-focused-uk47pl, #006ce0);
|
|
476
465
|
}
|
|
477
466
|
|
|
478
|
-
.awsui_link-text-
|
|
467
|
+
.awsui_link-text-wrapper_l0dv0_i802p_471:not(#\9) {
|
|
479
468
|
min-inline-size: 0;
|
|
480
469
|
}
|
|
481
470
|
|
|
482
|
-
.
|
|
471
|
+
.awsui_info_l0dv0_i802p_475:not(#\9) {
|
|
483
472
|
margin-inline-start: var(--space-s-tvghoh, 12px);
|
|
484
473
|
flex-shrink: 0;
|
|
485
474
|
}
|
|
486
475
|
|
|
487
|
-
.awsui_item-
|
|
476
|
+
.awsui_item-icon_l0dv0_i802p_480:not(#\9) {
|
|
488
477
|
display: inline-flex;
|
|
489
478
|
flex-shrink: 0;
|
|
490
479
|
}
|
|
491
|
-
.awsui_item-
|
|
480
|
+
.awsui_item-icon_l0dv0_i802p_480:not(#\9):not(.awsui_item-icon--collapsed_l0dv0_i802p_484) {
|
|
492
481
|
margin-inline-end: var(--space-xs-ymlm0b, 8px);
|
|
493
482
|
}
|
|
494
483
|
|
|
495
|
-
.awsui_external-
|
|
484
|
+
.awsui_external-icon_l0dv0_i802p_488:not(#\9) {
|
|
496
485
|
margin-inline-start: var(--space-xxs-hwfkai, 4px);
|
|
497
486
|
}
|
|
498
487
|
|
|
499
|
-
.
|
|
488
|
+
.awsui_divider_l0dv0_i802p_242:not(#\9) {
|
|
500
489
|
border-block: none;
|
|
501
490
|
border-inline: none;
|
|
502
491
|
}
|
|
503
|
-
.awsui_divider-
|
|
492
|
+
.awsui_divider-default_l0dv0_i802p_496:not(#\9) {
|
|
504
493
|
margin-block: calc(var(--space-scaled-2x-xl-he48nr, 24px) - calc((var(--size-side-navigation-item-height-lokap3, 28px) - var(--line-height-body-m-2mh3ke, 20px)) / 2));
|
|
505
494
|
border-block-start: var(--border-divider-section-width-uwo8my, 1px) solid var(--color-border-divider-default-nr68jt, #c6c6cd);
|
|
506
495
|
}
|
|
507
|
-
.awsui_divider-
|
|
496
|
+
.awsui_divider-default_l0dv0_i802p_496.awsui_divider--collapsed_l0dv0_i802p_500:not(#\9) {
|
|
508
497
|
margin-block: var(--space-scaled-2x-m-4euqsk, 16px);
|
|
509
498
|
margin-inline: var(--space-xs-ymlm0b, 8px);
|
|
510
499
|
}
|
|
511
|
-
.awsui_divider-
|
|
500
|
+
.awsui_divider-header_l0dv0_i802p_242:not(#\9) {
|
|
512
501
|
margin-block: 0;
|
|
513
502
|
border-block-start: var(--border-divider-section-width-uwo8my, 1px) solid var(--color-border-panel-header-ygztvl, #c6c6cd);
|
|
514
503
|
}
|
|
515
|
-
.awsui_with-
|
|
504
|
+
.awsui_with-toolbar_l0dv0_i802p_180 > .awsui_divider-header_l0dv0_i802p_242:not(#\9) {
|
|
516
505
|
border-color: transparent;
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
.awsui_list--with-icons_l0dv0_i802p_269 > .awsui_list-item_l0dv0_i802p_299 > .awsui_link_l0dv0_i802p_398:not(#\9):not(.awsui_link-active_l0dv0_i802p_416.awsui_link--collapsed_l0dv0_i802p_423):hover {
|
|
509
|
+
background-color: var(--color-background-side-navigation-item-icon-hover-ul9ia1, #f0fbff);
|
|
510
|
+
}
|
|
511
|
+
.awsui_list--with-icons_l0dv0_i802p_269 > .awsui_list-item_l0dv0_i802p_299 > .awsui_expandable-link-group_l0dv0_i802p_344 > div:not(#\9):first-child:hover {
|
|
512
|
+
background-color: var(--color-background-side-navigation-item-icon-hover-ul9ia1, #f0fbff);
|
|
513
|
+
}
|
|
514
|
+
.awsui_list--with-icons_l0dv0_i802p_269 > .awsui_list-item_l0dv0_i802p_299 > .awsui_section_l0dv0_i802p_343 > :not(#\9):first-child {
|
|
515
|
+
border-start-start-radius: var(--border-radius-side-navigation-item-okro0s, 8px);
|
|
516
|
+
border-start-end-radius: var(--border-radius-side-navigation-item-okro0s, 8px);
|
|
517
|
+
border-end-start-radius: var(--border-radius-side-navigation-item-okro0s, 8px);
|
|
518
|
+
border-end-end-radius: var(--border-radius-side-navigation-item-okro0s, 8px);
|
|
519
|
+
display: flex;
|
|
520
|
+
padding-inline: var(--space-xs-ymlm0b, 8px);
|
|
521
|
+
margin-inline: calc(-1 * var(--space-xs-ymlm0b, 8px));
|
|
522
|
+
box-sizing: content-box;
|
|
523
|
+
}
|
|
524
|
+
.awsui_list--with-icons_l0dv0_i802p_269 > .awsui_list-item_l0dv0_i802p_299 > .awsui_section_l0dv0_i802p_343 > :not(#\9):first-child:hover {
|
|
525
|
+
background-color: var(--color-background-side-navigation-item-icon-hover-ul9ia1, #f0fbff);
|
|
526
|
+
}
|
|
527
|
+
|
|
528
|
+
.awsui_link--collapsed_l0dv0_i802p_423:not(#\9):not(.awsui_link-active_l0dv0_i802p_416):hover {
|
|
529
|
+
background-color: var(--color-background-side-navigation-item-icon-hover-ul9ia1, #f0fbff);
|
|
517
530
|
}
|
|
@@ -2,53 +2,55 @@
|
|
|
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
|
-
"with-toolbar": "awsui_with-
|
|
7
|
-
"header": "
|
|
8
|
-
"header-link": "awsui_header-
|
|
9
|
-
"header-link--has-logo": "awsui_header-link--has-
|
|
10
|
-
"header-link-text": "awsui_header-link-
|
|
11
|
-
"header-logo": "awsui_header-
|
|
12
|
-
"header-logo--stretched": "awsui_header-logo--
|
|
13
|
-
"items-control": "awsui_items-
|
|
14
|
-
"list-container": "awsui_list-
|
|
15
|
-
"root--collapsed": "awsui_root--
|
|
16
|
-
"divider-header": "awsui_divider-
|
|
17
|
-
"list": "
|
|
18
|
-
"list-variant-root": "awsui_list-variant-
|
|
19
|
-
"list-variant-root--first": "awsui_list-variant-root--
|
|
20
|
-
"list-variant-root--collapsed": "awsui_list-variant-root--
|
|
21
|
-
"list-
|
|
22
|
-
"list-variant-
|
|
23
|
-
"list-variant-
|
|
24
|
-
"list-variant-
|
|
25
|
-
"list-
|
|
26
|
-
"list
|
|
27
|
-
"list-item--collapsed": "awsui_list-item--
|
|
28
|
-
"list-item--group": "awsui_list-item--
|
|
29
|
-
"list-item--group-no-padding-start": "awsui_list-item--group-no-padding-
|
|
30
|
-
"list-item--group-no-padding-end": "awsui_list-item--group-no-padding-
|
|
31
|
-
"list-item--link-with-info": "awsui_list-item--link-with-
|
|
32
|
-
"list--collapsed-group": "awsui_list--collapsed-
|
|
33
|
-
"section": "
|
|
34
|
-
"expandable-link-group": "awsui_expandable-link-
|
|
35
|
-
"section--no-ident": "awsui_section--no-
|
|
36
|
-
"
|
|
37
|
-
"expandable-link-group--
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"section-
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"link
|
|
45
|
-
"link-
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"divider
|
|
5
|
+
"root": "awsui_root_l0dv0_i802p_146",
|
|
6
|
+
"with-toolbar": "awsui_with-toolbar_l0dv0_i802p_180",
|
|
7
|
+
"header": "awsui_header_l0dv0_i802p_184",
|
|
8
|
+
"header-link": "awsui_header-link_l0dv0_i802p_198",
|
|
9
|
+
"header-link--has-logo": "awsui_header-link--has-logo_l0dv0_i802p_209",
|
|
10
|
+
"header-link-text": "awsui_header-link-text_l0dv0_i802p_209",
|
|
11
|
+
"header-logo": "awsui_header-logo_l0dv0_i802p_214",
|
|
12
|
+
"header-logo--stretched": "awsui_header-logo--stretched_l0dv0_i802p_220",
|
|
13
|
+
"items-control": "awsui_items-control_l0dv0_i802p_225",
|
|
14
|
+
"list-container": "awsui_list-container_l0dv0_i802p_230",
|
|
15
|
+
"root--collapsed": "awsui_root--collapsed_l0dv0_i802p_238",
|
|
16
|
+
"divider-header": "awsui_divider-header_l0dv0_i802p_242",
|
|
17
|
+
"list": "awsui_list_l0dv0_i802p_230",
|
|
18
|
+
"list-variant-root": "awsui_list-variant-root_l0dv0_i802p_255",
|
|
19
|
+
"list-variant-root--first": "awsui_list-variant-root--first_l0dv0_i802p_262",
|
|
20
|
+
"list-variant-root--collapsed": "awsui_list-variant-root--collapsed_l0dv0_i802p_265",
|
|
21
|
+
"list--with-icons": "awsui_list--with-icons_l0dv0_i802p_269",
|
|
22
|
+
"list-variant-expandable-link-group": "awsui_list-variant-expandable-link-group_l0dv0_i802p_273",
|
|
23
|
+
"list-variant-section": "awsui_list-variant-section_l0dv0_i802p_280",
|
|
24
|
+
"list-variant-link-group": "awsui_list-variant-link-group_l0dv0_i802p_288",
|
|
25
|
+
"list-variant-section-group": "awsui_list-variant-section-group_l0dv0_i802p_292",
|
|
26
|
+
"list-item": "awsui_list-item_l0dv0_i802p_299",
|
|
27
|
+
"list-item--collapsed": "awsui_list-item--collapsed_l0dv0_i802p_312",
|
|
28
|
+
"list-item--group": "awsui_list-item--group_l0dv0_i802p_319",
|
|
29
|
+
"list-item--group-no-padding-start": "awsui_list-item--group-no-padding-start_l0dv0_i802p_324",
|
|
30
|
+
"list-item--group-no-padding-end": "awsui_list-item--group-no-padding-end_l0dv0_i802p_327",
|
|
31
|
+
"list-item--link-with-info": "awsui_list-item--link-with-info_l0dv0_i802p_330",
|
|
32
|
+
"list--collapsed-group": "awsui_list--collapsed-group_l0dv0_i802p_335",
|
|
33
|
+
"section": "awsui_section_l0dv0_i802p_343",
|
|
34
|
+
"expandable-link-group": "awsui_expandable-link-group_l0dv0_i802p_344",
|
|
35
|
+
"section--no-ident": "awsui_section--no-ident_l0dv0_i802p_347",
|
|
36
|
+
"section--expand-icon-end": "awsui_section--expand-icon-end_l0dv0_i802p_347",
|
|
37
|
+
"expandable-link-group--no-ident": "awsui_expandable-link-group--no-ident_l0dv0_i802p_348",
|
|
38
|
+
"expandable-link-group--expand-icon-end": "awsui_expandable-link-group--expand-icon-end_l0dv0_i802p_349",
|
|
39
|
+
"expandable-link-group--active": "awsui_expandable-link-group--active_l0dv0_i802p_364",
|
|
40
|
+
"refresh": "awsui_refresh_l0dv0_i802p_371",
|
|
41
|
+
"section-header": "awsui_section-header_l0dv0_i802p_378",
|
|
42
|
+
"section-group": "awsui_section-group_l0dv0_i802p_384",
|
|
43
|
+
"section-group-title": "awsui_section-group-title_l0dv0_i802p_392",
|
|
44
|
+
"link": "awsui_link_l0dv0_i802p_398",
|
|
45
|
+
"link-active": "awsui_link-active_l0dv0_i802p_416",
|
|
46
|
+
"link--collapsed": "awsui_link--collapsed_l0dv0_i802p_423",
|
|
47
|
+
"link-text-wrapper": "awsui_link-text-wrapper_l0dv0_i802p_471",
|
|
48
|
+
"info": "awsui_info_l0dv0_i802p_475",
|
|
49
|
+
"item-icon": "awsui_item-icon_l0dv0_i802p_480",
|
|
50
|
+
"item-icon--collapsed": "awsui_item-icon--collapsed_l0dv0_i802p_484",
|
|
51
|
+
"external-icon": "awsui_external-icon_l0dv0_i802p_488",
|
|
52
|
+
"divider": "awsui_divider_l0dv0_i802p_242",
|
|
53
|
+
"divider-default": "awsui_divider-default_l0dv0_i802p_496",
|
|
54
|
+
"divider--collapsed": "awsui_divider--collapsed_l0dv0_i802p_500"
|
|
53
55
|
};
|
|
54
56
|
|
|
@@ -39,6 +39,6 @@ export interface StatusIndicatorProps extends BaseComponentProps {
|
|
|
39
39
|
nativeAttributes?: NativeAttributes<React.HTMLAttributes<HTMLElement>>;
|
|
40
40
|
}
|
|
41
41
|
export declare namespace StatusIndicatorProps {
|
|
42
|
-
type Type = 'error' | 'warning' | 'success' | 'info' | 'stopped' | 'pending' | 'in-progress' | 'loading' | 'not-started';
|
|
42
|
+
type Type = 'error' | 'warning' | 'success' | 'info' | 'stopped' | 'pending' | 'in-progress' | 'loading' | 'not-started' | 'log';
|
|
43
43
|
type Color = 'blue' | 'grey' | 'green' | 'red' | 'yellow';
|
|
44
44
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"interfaces.d.ts","sourceRoot":"","sources":["../../../src/status-indicator/interfaces.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAC7D;;GAEG;AACH,OAAO,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AAE9D,MAAM,WAAW,oBAAqB,SAAQ,kBAAkB;IAC9D;;OAEG;IACH,IAAI,CAAC,EAAE,oBAAoB,CAAC,IAAI,CAAC;IACjC;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;OAEG;IACH,aAAa,CAAC,EAAE,oBAAoB,CAAC,KAAK,CAAC;IAC3C;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;;;;;;;OASG;IACH,gBAAgB,CAAC,EAAE,gBAAgB,CAAC,KAAK,CAAC,cAAc,CAAC,WAAW,CAAC,CAAC,CAAC;CACxE;AAED,yBAAiB,oBAAoB,CAAC;IAGpC,KAAY,IAAI,GACZ,OAAO,GACP,SAAS,GACT,SAAS,GACT,MAAM,GACN,SAAS,GACT,SAAS,GACT,aAAa,GACb,SAAS,GACT,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"interfaces.d.ts","sourceRoot":"","sources":["../../../src/status-indicator/interfaces.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAC7D;;GAEG;AACH,OAAO,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AAE9D,MAAM,WAAW,oBAAqB,SAAQ,kBAAkB;IAC9D;;OAEG;IACH,IAAI,CAAC,EAAE,oBAAoB,CAAC,IAAI,CAAC;IACjC;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B;;;OAGG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB;;OAEG;IACH,aAAa,CAAC,EAAE,oBAAoB,CAAC,KAAK,CAAC;IAC3C;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;;;;;;;OASG;IACH,gBAAgB,CAAC,EAAE,gBAAgB,CAAC,KAAK,CAAC,cAAc,CAAC,WAAW,CAAC,CAAC,CAAC;CACxE;AAED,yBAAiB,oBAAoB,CAAC;IAGpC,KAAY,IAAI,GACZ,OAAO,GACP,SAAS,GACT,SAAS,GACT,MAAM,GACN,SAAS,GACT,SAAS,GACT,aAAa,GACb,SAAS,GACT,aAAa,GACb,KAAK,CAAC;IACV,KAAY,KAAK,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,KAAK,GAAG,QAAQ,CAAC;CAClE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"interfaces.js","sourceRoot":"","sources":["../../../src/status-indicator/interfaces.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport { BaseComponentProps } from '../types/base-component';\n/**\n * @awsuiSystem core\n */\nimport { NativeAttributes } from '../types/native-attributes';\n\nexport interface StatusIndicatorProps extends BaseComponentProps {\n /**\n * Specifies the status type.\n */\n type?: StatusIndicatorProps.Type;\n /**\n * A text fragment that communicates the status.\n */\n children?: React.ReactNode;\n /**\n * Specifies an `aria-label` for the icon. If the status text alone does not fully describe the status,\n * use this to communicate additional context.\n */\n iconAriaLabel?: string;\n /**\n * Specifies an override for the status indicator color.\n */\n colorOverride?: StatusIndicatorProps.Color;\n /**\n * Specifies if the text content should wrap. If you set it to false, it prevents the text from wrapping\n * and truncates it with an ellipsis.\n */\n wrapText?: boolean;\n /**\n * Attributes to add to the native element.\n * Some attributes will be automatically combined with internal attribute values:\n * - `className` will be appended.\n * - Event handlers will be chained, unless the default is prevented.\n *\n * We do not support using this attribute to apply custom styling.\n *\n * @awsuiSystem core\n */\n nativeAttributes?: NativeAttributes<React.HTMLAttributes<HTMLElement>>;\n}\n\nexport namespace StatusIndicatorProps {\n // Why not enums? Explained there\n // https://stackoverflow.com/questions/52393730/typescript-string-literal-union-type-from-enum\n export type Type =\n | 'error'\n | 'warning'\n | 'success'\n | 'info'\n | 'stopped'\n | 'pending'\n | 'in-progress'\n | 'loading'\n | 'not-started';\n export type Color = 'blue' | 'grey' | 'green' | 'red' | 'yellow';\n}\n"]}
|
|
1
|
+
{"version":3,"file":"interfaces.js","sourceRoot":"","sources":["../../../src/status-indicator/interfaces.ts"],"names":[],"mappings":"","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport { BaseComponentProps } from '../types/base-component';\n/**\n * @awsuiSystem core\n */\nimport { NativeAttributes } from '../types/native-attributes';\n\nexport interface StatusIndicatorProps extends BaseComponentProps {\n /**\n * Specifies the status type.\n */\n type?: StatusIndicatorProps.Type;\n /**\n * A text fragment that communicates the status.\n */\n children?: React.ReactNode;\n /**\n * Specifies an `aria-label` for the icon. If the status text alone does not fully describe the status,\n * use this to communicate additional context.\n */\n iconAriaLabel?: string;\n /**\n * Specifies an override for the status indicator color.\n */\n colorOverride?: StatusIndicatorProps.Color;\n /**\n * Specifies if the text content should wrap. If you set it to false, it prevents the text from wrapping\n * and truncates it with an ellipsis.\n */\n wrapText?: boolean;\n /**\n * Attributes to add to the native element.\n * Some attributes will be automatically combined with internal attribute values:\n * - `className` will be appended.\n * - Event handlers will be chained, unless the default is prevented.\n *\n * We do not support using this attribute to apply custom styling.\n *\n * @awsuiSystem core\n */\n nativeAttributes?: NativeAttributes<React.HTMLAttributes<HTMLElement>>;\n}\n\nexport namespace StatusIndicatorProps {\n // Why not enums? Explained there\n // https://stackoverflow.com/questions/52393730/typescript-string-literal-union-type-from-enum\n export type Type =\n | 'error'\n | 'warning'\n | 'success'\n | 'info'\n | 'stopped'\n | 'pending'\n | 'in-progress'\n | 'loading'\n | 'not-started'\n | 'log';\n export type Color = 'blue' | 'grey' | 'green' | 'red' | 'yellow';\n}\n"]}
|
|
@@ -1,12 +1,8 @@
|
|
|
1
1
|
import { IconProps } from '../icon/interfaces';
|
|
2
2
|
import { InternalBaseComponentProps } from '../internal/hooks/use-base-component';
|
|
3
|
+
import { SomeRequired } from '../internal/types';
|
|
3
4
|
import { StatusIndicatorProps } from './interfaces';
|
|
4
|
-
|
|
5
|
-
export interface InternalStatusIndicatorProps extends Omit<StatusIndicatorProps, 'type'>, InternalBaseComponentProps {
|
|
6
|
-
/**
|
|
7
|
-
* Status type. The internal `log` value renders a plain dot for Steps.
|
|
8
|
-
*/
|
|
9
|
-
type: InternalStatusIndicatorType;
|
|
5
|
+
export interface InternalStatusIndicatorProps extends SomeRequired<StatusIndicatorProps, 'type'>, InternalBaseComponentProps {
|
|
10
6
|
/**
|
|
11
7
|
* Play an animation on the error icon when first rendered
|
|
12
8
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"internal.d.ts","sourceRoot":"","sources":["../../../src/status-indicator/internal.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAG/C,OAAO,EAAE,0BAA0B,EAAE,MAAM,sCAAsC,CAAC;
|
|
1
|
+
{"version":3,"file":"internal.d.ts","sourceRoot":"","sources":["../../../src/status-indicator/internal.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAG/C,OAAO,EAAE,0BAA0B,EAAE,MAAM,sCAAsC,CAAC;AAClF,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAMjD,OAAO,EAAE,oBAAoB,EAAE,MAAM,cAAc,CAAC;AAIpD,MAAM,WAAW,4BACf,SAAQ,YAAY,CAAC,oBAAoB,EAAE,MAAM,CAAC,EAChD,0BAA0B;IAC5B;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;OAEG;IACH,MAAM,CAAC,EAAE,SAAS,CAAC,IAAI,CAAC;IAExB;;OAEG;IACH,SAAS,CAAC,EAAE,QAAQ,GAAG,cAAc,CAAC;CACvC;AAeD,UAAU,uBAAwB,SAAQ,IAAI,CAAC,4BAA4B,EAAE,MAAM,GAAG,eAAe,CAAC;IACpG,OAAO,CAAC,EAAE,4BAA4B,CAAC,WAAW,CAAC,CAAC;IACpD,IAAI,CAAC,EAAE,4BAA4B,CAAC,QAAQ,CAAC,CAAC;IAC9C,OAAO,CAAC,EAAE,4BAA4B,CAAC,WAAW,CAAC,CAAC;CACrD;AAED,wBAAgB,kBAAkB,CAAC,EACjC,IAAI,EACJ,aAAa,EACb,OAAO,EACP,OAAO,EACP,IAAe,GAChB,EAAE,uBAAuB,eAWzB;AAED,MAAM,CAAC,OAAO,UAAU,eAAe,CAAC,EACtC,IAAI,EACJ,QAAQ,EACR,aAAa,EACb,aAAa,EACb,QAAe,EACf,gBAAgB,EAChB,SAAiB,EACjB,iBAAiB,EACjB,MAA6D,EAC7D,SAA0B,EAC1B,GAAG,IAAI,EACR,EAAE,4BAA4B,eAqC9B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"internal.js","sourceRoot":"","sources":["../../../src/status-indicator/internal.tsx"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,sCAAsC;AACtC,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,IAAI,MAAM,MAAM,CAAC;AAExB,OAAO,EAAE,aAAa,EAAE,KAAK,EAAE,MAAM,+CAA+C,CAAC;AAGrF,OAAO,YAAY,MAAM,kBAAkB,CAAC;AAC5C,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;
|
|
1
|
+
{"version":3,"file":"internal.js","sourceRoot":"","sources":["../../../src/status-indicator/internal.tsx"],"names":[],"mappings":"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","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport React from 'react';\nimport clsx from 'clsx';\n\nimport { isThemeActive, Theme } from '@cloudscape-design/component-toolkit/internal';\n\nimport { IconProps } from '../icon/interfaces';\nimport InternalIcon from '../icon/internal';\nimport { getBaseProps } from '../internal/base-component';\nimport { InternalBaseComponentProps } from '../internal/hooks/use-base-component';\nimport { SomeRequired } from '../internal/types';\n/**\n * @awsuiSystem core\n */\nimport WithNativeAttributes from '../internal/utils/with-native-attributes';\nimport InternalSpinner from '../spinner/internal';\nimport { StatusIndicatorProps } from './interfaces';\n\nimport styles from './styles.css.js';\n\nexport interface InternalStatusIndicatorProps\n extends SomeRequired<StatusIndicatorProps, 'type'>,\n InternalBaseComponentProps {\n /**\n * Play an animation on the error icon when first rendered\n */\n __animate?: boolean;\n\n /**\n * Size of icon.\n */\n __size?: IconProps.Size;\n\n /**\n * The CSS behavior of the status indicator container element.\n */\n __display?: 'inline' | 'inline-block';\n}\n\nconst typeToIcon: (size: IconProps.Size) => Record<StatusIndicatorProps.Type, JSX.Element> = size => ({\n error: <InternalIcon name=\"status-negative\" size={size} />,\n warning: <InternalIcon name=\"status-warning\" size={size} />,\n success: <InternalIcon name=\"status-positive\" size={size} />,\n info: <InternalIcon name=\"status-info\" size={size} />,\n stopped: <InternalIcon name=\"status-stopped\" size={size} />,\n pending: <InternalIcon name=\"status-pending\" size={size} />,\n 'in-progress': <InternalIcon name=\"status-in-progress\" size={size} />,\n loading: <InternalSpinner />,\n 'not-started': <InternalIcon name=\"status-not-started\" size={size} />,\n log: <InternalIcon name=\"dot\" size={size} />,\n});\n\ninterface InternalStatusIconProps extends Pick<InternalStatusIndicatorProps, 'type' | 'iconAriaLabel'> {\n animate?: InternalStatusIndicatorProps['__animate'];\n size?: InternalStatusIndicatorProps['__size'];\n display?: InternalStatusIndicatorProps['__display'];\n}\n\nexport function InternalStatusIcon({\n type,\n iconAriaLabel,\n animate,\n display,\n size = 'normal',\n}: InternalStatusIconProps) {\n return (\n <span\n className={clsx(styles.icon, animate && styles['icon-shake'])}\n aria-label={iconAriaLabel}\n role={iconAriaLabel ? 'img' : undefined}\n >\n {typeToIcon(size)[type]}\n {display === 'inline' && <> </>}\n </span>\n );\n}\n\nexport default function StatusIndicator({\n type,\n children,\n iconAriaLabel,\n colorOverride,\n wrapText = true,\n nativeAttributes,\n __animate = false,\n __internalRootRef,\n __size = isThemeActive(Theme.OneTheme) ? 'x-small' : 'normal',\n __display = 'inline-block',\n ...rest\n}: InternalStatusIndicatorProps) {\n const baseProps = getBaseProps(rest);\n return (\n <WithNativeAttributes\n {...baseProps}\n tag=\"span\"\n componentName=\"StatusIndicator\"\n nativeAttributes={nativeAttributes}\n className={clsx(\n styles.root,\n styles[`status-${type}`],\n {\n [styles[`color-override-${colorOverride}`]]: colorOverride,\n },\n baseProps.className\n )}\n ref={__internalRootRef}\n >\n <span\n className={clsx(\n styles.container,\n styles[`display-${__display}`],\n wrapText === false && styles['overflow-ellipsis'],\n __animate && styles['container-fade-in']\n )}\n >\n <InternalStatusIcon\n type={type}\n iconAriaLabel={iconAriaLabel}\n animate={__animate}\n display={__display}\n size={__size}\n />\n <span>{children}</span>\n </span>\n </WithNativeAttributes>\n );\n}\n"]}
|