@cloudscape-design/components 3.0.263 → 3.0.264
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/autosuggest/options-controller.d.ts +1 -1
- package/autosuggest/options-controller.d.ts.map +1 -1
- package/autosuggest/options-controller.js +22 -23
- package/autosuggest/options-controller.js.map +1 -1
- package/autosuggest/options-list.d.ts.map +1 -1
- package/autosuggest/options-list.js +1 -2
- package/autosuggest/options-list.js.map +1 -1
- package/button/internal.d.ts +0 -1
- package/button/internal.d.ts.map +1 -1
- package/button/internal.js +1 -3
- package/button/internal.js.map +1 -1
- package/button/styles.css.js +18 -20
- package/button/styles.scoped.css +136 -298
- package/button/styles.selectors.js +18 -20
- package/collection-preferences/content-display/styles.css.js +15 -15
- package/collection-preferences/content-display/styles.scoped.css +24 -24
- package/collection-preferences/content-display/styles.selectors.js +15 -15
- package/collection-preferences/styles.css.js +36 -36
- package/collection-preferences/styles.scoped.css +46 -46
- package/collection-preferences/styles.selectors.js +36 -36
- package/expandable-section/expandable-section-header.js +1 -1
- package/expandable-section/expandable-section-header.js.map +1 -1
- package/expandable-section/styles.css.js +24 -23
- package/expandable-section/styles.scoped.css +66 -44
- package/expandable-section/styles.selectors.js +24 -23
- package/file-upload/file-input/index.d.ts.map +1 -1
- package/file-upload/file-input/index.js +2 -1
- package/file-upload/file-input/index.js.map +1 -1
- package/file-upload/file-input/styles.css.js +4 -3
- package/file-upload/file-input/styles.scoped.css +107 -4
- package/file-upload/file-input/styles.selectors.js +4 -3
- package/internal/components/autosuggest-input/index.js +1 -1
- package/internal/components/autosuggest-input/index.js.map +1 -1
- package/internal/components/options-list/utils/test-indexes.d.ts +1 -1
- package/internal/components/options-list/utils/test-indexes.d.ts.map +1 -1
- package/internal/components/options-list/utils/test-indexes.js.map +1 -1
- package/internal/environment.js +1 -1
- package/internal/manifest.json +1 -1
- package/package.json +1 -1
|
@@ -2,25 +2,23 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"content": "
|
|
6
|
-
"button": "
|
|
7
|
-
"variant-normal": "awsui_variant-
|
|
8
|
-
"is-activated": "awsui_is-
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"variant-icon": "awsui_variant-
|
|
12
|
-
"variant-
|
|
13
|
-
"
|
|
14
|
-
"variant-
|
|
15
|
-
"
|
|
16
|
-
"variant-
|
|
17
|
-
"variant-
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"icon
|
|
23
|
-
"icon-right": "awsui_icon-right_vjswe_uh9zb_1072",
|
|
24
|
-
"icon": "awsui_icon_vjswe_uh9zb_1067"
|
|
5
|
+
"content": "awsui_content_vjswe_12zyy_97",
|
|
6
|
+
"button": "awsui_button_vjswe_12zyy_101",
|
|
7
|
+
"variant-normal": "awsui_variant-normal_vjswe_12zyy_126",
|
|
8
|
+
"is-activated": "awsui_is-activated_vjswe_12zyy_139",
|
|
9
|
+
"variant-icon": "awsui_variant-icon_vjswe_12zyy_166",
|
|
10
|
+
"variant-modal-dismiss": "awsui_variant-modal-dismiss_vjswe_12zyy_166",
|
|
11
|
+
"variant-flashbar-icon": "awsui_variant-flashbar-icon_vjswe_12zyy_166",
|
|
12
|
+
"variant-inline-icon": "awsui_variant-inline-icon_vjswe_12zyy_184",
|
|
13
|
+
"disabled": "awsui_disabled_vjswe_12zyy_202",
|
|
14
|
+
"variant-primary": "awsui_variant-primary_vjswe_12zyy_210",
|
|
15
|
+
"variant-link": "awsui_variant-link_vjswe_12zyy_294",
|
|
16
|
+
"variant-breadcrumb-group": "awsui_variant-breadcrumb-group_vjswe_12zyy_714",
|
|
17
|
+
"variant-menu-trigger": "awsui_variant-menu-trigger_vjswe_12zyy_801",
|
|
18
|
+
"button-no-text": "awsui_button-no-text_vjswe_12zyy_885",
|
|
19
|
+
"button-no-wrap": "awsui_button-no-wrap_vjswe_12zyy_889",
|
|
20
|
+
"icon-left": "awsui_icon-left_vjswe_12zyy_905",
|
|
21
|
+
"icon-right": "awsui_icon-right_vjswe_12zyy_910",
|
|
22
|
+
"icon": "awsui_icon_vjswe_12zyy_905"
|
|
25
23
|
};
|
|
26
24
|
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"sortable-item-toggle": "awsui_sortable-item-
|
|
5
|
-
"sortable-item": "awsui_sortable-
|
|
6
|
-
"sortable-item-placeholder": "awsui_sortable-item-
|
|
7
|
-
"sortable-item-content": "awsui_sortable-item-
|
|
8
|
-
"draggable": "
|
|
9
|
-
"active": "
|
|
10
|
-
"sorting": "
|
|
11
|
-
"sortable-item-label": "awsui_sortable-item-
|
|
12
|
-
"content-display": "awsui_content-
|
|
13
|
-
"content-display-groups": "awsui_content-display-
|
|
14
|
-
"content-display-group": "awsui_content-display-
|
|
15
|
-
"content-display-option": "awsui_content-display-
|
|
16
|
-
"content-display-title": "awsui_content-display-
|
|
17
|
-
"content-display-description": "awsui_content-display-
|
|
18
|
-
"content-display-option-list": "awsui_content-display-option-
|
|
4
|
+
"sortable-item-toggle": "awsui_sortable-item-toggle_1f3h0_1bra9_185",
|
|
5
|
+
"sortable-item": "awsui_sortable-item_1f3h0_1bra9_185",
|
|
6
|
+
"sortable-item-placeholder": "awsui_sortable-item-placeholder_1f3h0_1bra9_193",
|
|
7
|
+
"sortable-item-content": "awsui_sortable-item-content_1f3h0_1bra9_203",
|
|
8
|
+
"draggable": "awsui_draggable_1f3h0_1bra9_213",
|
|
9
|
+
"active": "awsui_active_1f3h0_1bra9_222",
|
|
10
|
+
"sorting": "awsui_sorting_1f3h0_1bra9_228",
|
|
11
|
+
"sortable-item-label": "awsui_sortable-item-label_1f3h0_1bra9_271",
|
|
12
|
+
"content-display": "awsui_content-display_1f3h0_1bra9_276",
|
|
13
|
+
"content-display-groups": "awsui_content-display-groups_1f3h0_1bra9_277",
|
|
14
|
+
"content-display-group": "awsui_content-display-group_1f3h0_1bra9_277",
|
|
15
|
+
"content-display-option": "awsui_content-display-option_1f3h0_1bra9_279",
|
|
16
|
+
"content-display-title": "awsui_content-display-title_1f3h0_1bra9_283",
|
|
17
|
+
"content-display-description": "awsui_content-display-description_1f3h0_1bra9_291",
|
|
18
|
+
"content-display-option-list": "awsui_content-display-option-list_1f3h0_1bra9_299"
|
|
19
19
|
};
|
|
20
20
|
|
|
@@ -182,15 +182,15 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
182
182
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
183
183
|
SPDX-License-Identifier: Apache-2.0
|
|
184
184
|
*/
|
|
185
|
-
.awsui_sortable-item-
|
|
185
|
+
.awsui_sortable-item-toggle_1f3h0_1bra9_185:not(#\9) {
|
|
186
186
|
/* used in test-utils */
|
|
187
187
|
}
|
|
188
188
|
|
|
189
|
-
.awsui_sortable-
|
|
189
|
+
.awsui_sortable-item_1f3h0_1bra9_185:not(#\9) {
|
|
190
190
|
position: relative;
|
|
191
191
|
}
|
|
192
192
|
|
|
193
|
-
.awsui_sortable-item-
|
|
193
|
+
.awsui_sortable-item-placeholder_1f3h0_1bra9_193:not(#\9) {
|
|
194
194
|
position: absolute;
|
|
195
195
|
top: 0;
|
|
196
196
|
bottom: 0;
|
|
@@ -200,63 +200,63 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
200
200
|
border-radius: var(--border-radius-item-u2ibpi, 8px);
|
|
201
201
|
}
|
|
202
202
|
|
|
203
|
-
.awsui_sortable-item-
|
|
203
|
+
.awsui_sortable-item-content_1f3h0_1bra9_203:not(#\9) {
|
|
204
204
|
border-top: var(--border-divider-list-width-hacikr, 1px) solid var(--color-border-divider-default-7s2wjw, #e9ebed);
|
|
205
205
|
display: flex;
|
|
206
206
|
flex-wrap: nowrap;
|
|
207
207
|
justify-content: space-between;
|
|
208
|
-
align-items: start;
|
|
208
|
+
align-items: flex-start;
|
|
209
209
|
padding-top: var(--space-xs-rsr2qu, 8px);
|
|
210
210
|
padding-bottom: var(--space-xs-rsr2qu, 8px);
|
|
211
211
|
padding-right: 0;
|
|
212
212
|
}
|
|
213
|
-
.awsui_sortable-item-
|
|
213
|
+
.awsui_sortable-item-content_1f3h0_1bra9_203:not(#\9):not(.awsui_draggable_1f3h0_1bra9_213) {
|
|
214
214
|
padding-left: var(--space-scaled-l-t03y3z, 20px);
|
|
215
215
|
}
|
|
216
|
-
.awsui_sortable-item-
|
|
216
|
+
.awsui_sortable-item-content_1f3h0_1bra9_203.awsui_draggable_1f3h0_1bra9_213:not(#\9) {
|
|
217
217
|
padding-left: 0;
|
|
218
218
|
padding-right: var(--space-scaled-xs-6859qs, 8px);
|
|
219
219
|
background-color: var(--color-background-container-content-i8i4a0, #ffffff);
|
|
220
220
|
z-index: 1;
|
|
221
221
|
}
|
|
222
|
-
.awsui_sortable-item-
|
|
222
|
+
.awsui_sortable-item-content_1f3h0_1bra9_203.awsui_draggable_1f3h0_1bra9_213.awsui_active_1f3h0_1bra9_222:not(#\9) {
|
|
223
223
|
position: relative;
|
|
224
224
|
z-index: 2;
|
|
225
225
|
box-shadow: var(--shadow-container-active-l4kuxc, 0px 1px 1px 1px #e9ebed, 0px 6px 36px rgba(0, 7, 22, 0.1019607843));
|
|
226
226
|
border-radius: var(--border-radius-item-u2ibpi, 8px);
|
|
227
227
|
}
|
|
228
|
-
.awsui_sortable-item-
|
|
228
|
+
.awsui_sortable-item-content_1f3h0_1bra9_203.awsui_draggable_1f3h0_1bra9_213:not(#\9):not(.awsui_active_1f3h0_1bra9_222).awsui_sorting_1f3h0_1bra9_228 {
|
|
229
229
|
transition: transform var(--motion-duration-transition-quick-x85tae, 90ms) var(--motion-easing-transition-quick-lukbd8, linear);
|
|
230
230
|
}
|
|
231
231
|
@media (prefers-reduced-motion: reduce) {
|
|
232
|
-
.awsui_sortable-item-
|
|
232
|
+
.awsui_sortable-item-content_1f3h0_1bra9_203.awsui_draggable_1f3h0_1bra9_213:not(#\9):not(.awsui_active_1f3h0_1bra9_222).awsui_sorting_1f3h0_1bra9_228 {
|
|
233
233
|
animation: none;
|
|
234
234
|
transition: none;
|
|
235
235
|
}
|
|
236
236
|
}
|
|
237
|
-
.awsui-motion-disabled .awsui_sortable-item-
|
|
237
|
+
.awsui-motion-disabled .awsui_sortable-item-content_1f3h0_1bra9_203.awsui_draggable_1f3h0_1bra9_213:not(#\9):not(.awsui_active_1f3h0_1bra9_222).awsui_sorting_1f3h0_1bra9_228, .awsui-mode-entering .awsui_sortable-item-content_1f3h0_1bra9_203.awsui_draggable_1f3h0_1bra9_213:not(#\9):not(.awsui_active_1f3h0_1bra9_222).awsui_sorting_1f3h0_1bra9_228 {
|
|
238
238
|
animation: none;
|
|
239
239
|
transition: none;
|
|
240
240
|
}
|
|
241
|
-
body[data-awsui-focus-visible=true] .awsui_sortable-item-
|
|
241
|
+
body[data-awsui-focus-visible=true] .awsui_sortable-item-content_1f3h0_1bra9_203.awsui_draggable_1f3h0_1bra9_213.awsui_active_1f3h0_1bra9_222:not(#\9) {
|
|
242
242
|
transition: transform var(--motion-duration-transition-quick-x85tae, 90ms) var(--motion-easing-transition-quick-lukbd8, linear);
|
|
243
243
|
position: relative;
|
|
244
244
|
}
|
|
245
245
|
@media (prefers-reduced-motion: reduce) {
|
|
246
|
-
body[data-awsui-focus-visible=true] .awsui_sortable-item-
|
|
246
|
+
body[data-awsui-focus-visible=true] .awsui_sortable-item-content_1f3h0_1bra9_203.awsui_draggable_1f3h0_1bra9_213.awsui_active_1f3h0_1bra9_222:not(#\9) {
|
|
247
247
|
animation: none;
|
|
248
248
|
transition: none;
|
|
249
249
|
}
|
|
250
250
|
}
|
|
251
|
-
.awsui-motion-disabled body[data-awsui-focus-visible=true] .awsui_sortable-item-
|
|
251
|
+
.awsui-motion-disabled body[data-awsui-focus-visible=true] .awsui_sortable-item-content_1f3h0_1bra9_203.awsui_draggable_1f3h0_1bra9_213.awsui_active_1f3h0_1bra9_222:not(#\9), .awsui-mode-entering body[data-awsui-focus-visible=true] .awsui_sortable-item-content_1f3h0_1bra9_203.awsui_draggable_1f3h0_1bra9_213.awsui_active_1f3h0_1bra9_222:not(#\9) {
|
|
252
252
|
animation: none;
|
|
253
253
|
transition: none;
|
|
254
254
|
}
|
|
255
|
-
body[data-awsui-focus-visible=true] .awsui_sortable-item-
|
|
255
|
+
body[data-awsui-focus-visible=true] .awsui_sortable-item-content_1f3h0_1bra9_203.awsui_draggable_1f3h0_1bra9_213.awsui_active_1f3h0_1bra9_222:not(#\9) {
|
|
256
256
|
outline: 2px dotted transparent;
|
|
257
257
|
outline-offset: calc(0px - 1px);
|
|
258
258
|
}
|
|
259
|
-
body[data-awsui-focus-visible=true] .awsui_sortable-item-
|
|
259
|
+
body[data-awsui-focus-visible=true] .awsui_sortable-item-content_1f3h0_1bra9_203.awsui_draggable_1f3h0_1bra9_213.awsui_active_1f3h0_1bra9_222:not(#\9)::before {
|
|
260
260
|
content: " ";
|
|
261
261
|
display: block;
|
|
262
262
|
position: absolute;
|
|
@@ -268,19 +268,19 @@ body[data-awsui-focus-visible=true] .awsui_sortable-item-content_1f3h0_beb9k_203
|
|
|
268
268
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-ap3b6s, #0972d3);
|
|
269
269
|
}
|
|
270
270
|
|
|
271
|
-
.awsui_sortable-item-
|
|
271
|
+
.awsui_sortable-item-label_1f3h0_1bra9_271:not(#\9) {
|
|
272
272
|
padding-right: var(--space-l-4vl6xu, 20px);
|
|
273
273
|
flex-grow: 1;
|
|
274
274
|
}
|
|
275
275
|
|
|
276
|
-
.awsui_content-
|
|
277
|
-
.awsui_content-display-
|
|
278
|
-
.awsui_content-display-
|
|
279
|
-
.awsui_content-display-
|
|
276
|
+
.awsui_content-display_1f3h0_1bra9_276:not(#\9),
|
|
277
|
+
.awsui_content-display-groups_1f3h0_1bra9_277:not(#\9),
|
|
278
|
+
.awsui_content-display-group_1f3h0_1bra9_277:not(#\9),
|
|
279
|
+
.awsui_content-display-option_1f3h0_1bra9_279:not(#\9) {
|
|
280
280
|
/* used in test-utils */
|
|
281
281
|
}
|
|
282
282
|
|
|
283
|
-
.awsui_content-display-
|
|
283
|
+
.awsui_content-display-title_1f3h0_1bra9_283:not(#\9) {
|
|
284
284
|
font-size: var(--font-body-m-size-sregvd, 14px);
|
|
285
285
|
line-height: var(--font-body-m-line-height-i7xxvv, 22px);
|
|
286
286
|
font-weight: var(--font-display-label-weight-m18hjh, 700);
|
|
@@ -288,7 +288,7 @@ body[data-awsui-focus-visible=true] .awsui_sortable-item-content_1f3h0_beb9k_203
|
|
|
288
288
|
margin: 0;
|
|
289
289
|
}
|
|
290
290
|
|
|
291
|
-
.awsui_content-display-
|
|
291
|
+
.awsui_content-display-description_1f3h0_1bra9_291:not(#\9) {
|
|
292
292
|
color: var(--color-text-form-secondary-ih9x7l, #5f6b7a);
|
|
293
293
|
font-size: var(--font-body-s-size-ukw2p9, 12px);
|
|
294
294
|
line-height: var(--font-body-s-line-height-kdsbrl, 16px);
|
|
@@ -296,7 +296,7 @@ body[data-awsui-focus-visible=true] .awsui_sortable-item-content_1f3h0_beb9k_203
|
|
|
296
296
|
margin-top: var(--space-scaled-xxxs-lo883m, 2px);
|
|
297
297
|
}
|
|
298
298
|
|
|
299
|
-
.awsui_content-display-option-
|
|
299
|
+
.awsui_content-display-option-list_1f3h0_1bra9_299:not(#\9) {
|
|
300
300
|
position: relative;
|
|
301
301
|
list-style: none;
|
|
302
302
|
padding: 0;
|
|
@@ -2,20 +2,20 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"sortable-item-toggle": "awsui_sortable-item-
|
|
6
|
-
"sortable-item": "awsui_sortable-
|
|
7
|
-
"sortable-item-placeholder": "awsui_sortable-item-
|
|
8
|
-
"sortable-item-content": "awsui_sortable-item-
|
|
9
|
-
"draggable": "
|
|
10
|
-
"active": "
|
|
11
|
-
"sorting": "
|
|
12
|
-
"sortable-item-label": "awsui_sortable-item-
|
|
13
|
-
"content-display": "awsui_content-
|
|
14
|
-
"content-display-groups": "awsui_content-display-
|
|
15
|
-
"content-display-group": "awsui_content-display-
|
|
16
|
-
"content-display-option": "awsui_content-display-
|
|
17
|
-
"content-display-title": "awsui_content-display-
|
|
18
|
-
"content-display-description": "awsui_content-display-
|
|
19
|
-
"content-display-option-list": "awsui_content-display-option-
|
|
5
|
+
"sortable-item-toggle": "awsui_sortable-item-toggle_1f3h0_1bra9_185",
|
|
6
|
+
"sortable-item": "awsui_sortable-item_1f3h0_1bra9_185",
|
|
7
|
+
"sortable-item-placeholder": "awsui_sortable-item-placeholder_1f3h0_1bra9_193",
|
|
8
|
+
"sortable-item-content": "awsui_sortable-item-content_1f3h0_1bra9_203",
|
|
9
|
+
"draggable": "awsui_draggable_1f3h0_1bra9_213",
|
|
10
|
+
"active": "awsui_active_1f3h0_1bra9_222",
|
|
11
|
+
"sorting": "awsui_sorting_1f3h0_1bra9_228",
|
|
12
|
+
"sortable-item-label": "awsui_sortable-item-label_1f3h0_1bra9_271",
|
|
13
|
+
"content-display": "awsui_content-display_1f3h0_1bra9_276",
|
|
14
|
+
"content-display-groups": "awsui_content-display-groups_1f3h0_1bra9_277",
|
|
15
|
+
"content-display-group": "awsui_content-display-group_1f3h0_1bra9_277",
|
|
16
|
+
"content-display-option": "awsui_content-display-option_1f3h0_1bra9_279",
|
|
17
|
+
"content-display-title": "awsui_content-display-title_1f3h0_1bra9_283",
|
|
18
|
+
"content-display-description": "awsui_content-display-description_1f3h0_1bra9_291",
|
|
19
|
+
"content-display-option-list": "awsui_content-display-option-list_1f3h0_1bra9_299"
|
|
20
20
|
};
|
|
21
21
|
|
|
@@ -1,41 +1,41 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"visible-content": "awsui_visible-
|
|
5
|
-
"visible-content-toggle": "awsui_visible-content-
|
|
6
|
-
"visible-content-groups": "awsui_visible-content-
|
|
7
|
-
"visible-content-group": "awsui_visible-content-
|
|
8
|
-
"visible-content-title": "awsui_visible-content-
|
|
9
|
-
"visible-content-group-label": "awsui_visible-content-group-
|
|
10
|
-
"visible-content-option": "awsui_visible-content-
|
|
11
|
-
"visible-content-option-label": "awsui_visible-content-option-
|
|
12
|
-
"sortable-item-toggle": "awsui_sortable-item-
|
|
13
|
-
"sortable-item": "awsui_sortable-
|
|
14
|
-
"sortable-item-placeholder": "awsui_sortable-item-
|
|
15
|
-
"sortable-item-content": "awsui_sortable-item-
|
|
16
|
-
"draggable": "
|
|
17
|
-
"active": "
|
|
18
|
-
"sorting": "
|
|
19
|
-
"sortable-item-label": "awsui_sortable-item-
|
|
20
|
-
"content-display": "awsui_content-
|
|
21
|
-
"content-display-groups": "awsui_content-display-
|
|
22
|
-
"content-display-group": "awsui_content-display-
|
|
23
|
-
"content-display-option": "awsui_content-display-
|
|
24
|
-
"content-display-title": "awsui_content-display-
|
|
25
|
-
"content-display-description": "awsui_content-display-
|
|
26
|
-
"content-display-option-list": "awsui_content-display-option-
|
|
27
|
-
"root": "
|
|
28
|
-
"modal-root": "awsui_modal-
|
|
29
|
-
"trigger-button": "awsui_trigger-
|
|
30
|
-
"cancel-button": "awsui_cancel-
|
|
31
|
-
"confirm-button": "awsui_confirm-
|
|
32
|
-
"custom": "
|
|
33
|
-
"second-column-small": "awsui_second-column-
|
|
34
|
-
"wrap-lines": "awsui_wrap-
|
|
35
|
-
"striped-rows": "awsui_striped-
|
|
36
|
-
"content-density": "awsui_content-
|
|
37
|
-
"page-size": "awsui_page-
|
|
38
|
-
"page-size-form-field": "awsui_page-size-form-
|
|
39
|
-
"page-size-radio-group": "awsui_page-size-radio-
|
|
4
|
+
"visible-content": "awsui_visible-content_tc96w_1m6re_185",
|
|
5
|
+
"visible-content-toggle": "awsui_visible-content-toggle_tc96w_1m6re_186",
|
|
6
|
+
"visible-content-groups": "awsui_visible-content-groups_tc96w_1m6re_187",
|
|
7
|
+
"visible-content-group": "awsui_visible-content-group_tc96w_1m6re_187",
|
|
8
|
+
"visible-content-title": "awsui_visible-content-title_tc96w_1m6re_192",
|
|
9
|
+
"visible-content-group-label": "awsui_visible-content-group-label_tc96w_1m6re_201",
|
|
10
|
+
"visible-content-option": "awsui_visible-content-option_tc96w_1m6re_207",
|
|
11
|
+
"visible-content-option-label": "awsui_visible-content-option-label_tc96w_1m6re_218",
|
|
12
|
+
"sortable-item-toggle": "awsui_sortable-item-toggle_tc96w_1m6re_409",
|
|
13
|
+
"sortable-item": "awsui_sortable-item_tc96w_1m6re_409",
|
|
14
|
+
"sortable-item-placeholder": "awsui_sortable-item-placeholder_tc96w_1m6re_417",
|
|
15
|
+
"sortable-item-content": "awsui_sortable-item-content_tc96w_1m6re_427",
|
|
16
|
+
"draggable": "awsui_draggable_tc96w_1m6re_437",
|
|
17
|
+
"active": "awsui_active_tc96w_1m6re_446",
|
|
18
|
+
"sorting": "awsui_sorting_tc96w_1m6re_452",
|
|
19
|
+
"sortable-item-label": "awsui_sortable-item-label_tc96w_1m6re_495",
|
|
20
|
+
"content-display": "awsui_content-display_tc96w_1m6re_500",
|
|
21
|
+
"content-display-groups": "awsui_content-display-groups_tc96w_1m6re_501",
|
|
22
|
+
"content-display-group": "awsui_content-display-group_tc96w_1m6re_501",
|
|
23
|
+
"content-display-option": "awsui_content-display-option_tc96w_1m6re_503",
|
|
24
|
+
"content-display-title": "awsui_content-display-title_tc96w_1m6re_507",
|
|
25
|
+
"content-display-description": "awsui_content-display-description_tc96w_1m6re_515",
|
|
26
|
+
"content-display-option-list": "awsui_content-display-option-list_tc96w_1m6re_523",
|
|
27
|
+
"root": "awsui_root_tc96w_1m6re_529",
|
|
28
|
+
"modal-root": "awsui_modal-root_tc96w_1m6re_530",
|
|
29
|
+
"trigger-button": "awsui_trigger-button_tc96w_1m6re_531",
|
|
30
|
+
"cancel-button": "awsui_cancel-button_tc96w_1m6re_532",
|
|
31
|
+
"confirm-button": "awsui_confirm-button_tc96w_1m6re_533",
|
|
32
|
+
"custom": "awsui_custom_tc96w_1m6re_534",
|
|
33
|
+
"second-column-small": "awsui_second-column-small_tc96w_1m6re_538",
|
|
34
|
+
"wrap-lines": "awsui_wrap-lines_tc96w_1m6re_542",
|
|
35
|
+
"striped-rows": "awsui_striped-rows_tc96w_1m6re_543",
|
|
36
|
+
"content-density": "awsui_content-density_tc96w_1m6re_544",
|
|
37
|
+
"page-size": "awsui_page-size_tc96w_1m6re_545",
|
|
38
|
+
"page-size-form-field": "awsui_page-size-form-field_tc96w_1m6re_546",
|
|
39
|
+
"page-size-radio-group": "awsui_page-size-radio-group_tc96w_1m6re_547"
|
|
40
40
|
};
|
|
41
41
|
|
|
@@ -182,14 +182,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
182
182
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
183
183
|
SPDX-License-Identifier: Apache-2.0
|
|
184
184
|
*/
|
|
185
|
-
.awsui_visible-
|
|
186
|
-
.awsui_visible-content-
|
|
187
|
-
.awsui_visible-content-
|
|
188
|
-
.awsui_visible-content-
|
|
185
|
+
.awsui_visible-content_tc96w_1m6re_185:not(#\9),
|
|
186
|
+
.awsui_visible-content-toggle_tc96w_1m6re_186:not(#\9),
|
|
187
|
+
.awsui_visible-content-groups_tc96w_1m6re_187:not(#\9),
|
|
188
|
+
.awsui_visible-content-group_tc96w_1m6re_187:not(#\9) {
|
|
189
189
|
/* used in test-utils */
|
|
190
190
|
}
|
|
191
191
|
|
|
192
|
-
.awsui_visible-content-
|
|
192
|
+
.awsui_visible-content-title_tc96w_1m6re_192:not(#\9) {
|
|
193
193
|
font-size: var(--font-body-m-size-sregvd, 14px);
|
|
194
194
|
line-height: var(--font-body-m-line-height-i7xxvv, 22px);
|
|
195
195
|
font-weight: var(--font-display-label-weight-m18hjh, 700);
|
|
@@ -198,24 +198,24 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
198
198
|
margin-bottom: var(--space-scaled-l-t03y3z, 20px);
|
|
199
199
|
}
|
|
200
200
|
|
|
201
|
-
.awsui_visible-content-group-
|
|
201
|
+
.awsui_visible-content-group-label_tc96w_1m6re_201:not(#\9) {
|
|
202
202
|
color: var(--color-text-group-label-w9to2i, #414d5c);
|
|
203
203
|
padding-bottom: var(--space-xs-rsr2qu, 8px);
|
|
204
204
|
border-bottom: var(--border-divider-list-width-hacikr, 1px) solid var(--color-border-divider-default-7s2wjw, #e9ebed);
|
|
205
205
|
}
|
|
206
206
|
|
|
207
|
-
.awsui_visible-content-
|
|
207
|
+
.awsui_visible-content-option_tc96w_1m6re_207:not(#\9) {
|
|
208
208
|
display: flex;
|
|
209
209
|
flex-wrap: nowrap;
|
|
210
210
|
justify-content: space-between;
|
|
211
211
|
padding: var(--space-xs-rsr2qu, 8px) 0px var(--space-xs-rsr2qu, 8px) var(--space-scaled-l-t03y3z, 20px);
|
|
212
212
|
border-bottom: var(--border-divider-list-width-hacikr, 1px) solid var(--color-border-divider-default-7s2wjw, #e9ebed);
|
|
213
213
|
}
|
|
214
|
-
.awsui_visible-content-
|
|
214
|
+
.awsui_visible-content-option_tc96w_1m6re_207:not(#\9):last-child {
|
|
215
215
|
border-bottom: none;
|
|
216
216
|
}
|
|
217
217
|
|
|
218
|
-
.awsui_visible-content-option-
|
|
218
|
+
.awsui_visible-content-option-label_tc96w_1m6re_218:not(#\9) {
|
|
219
219
|
overflow: hidden;
|
|
220
220
|
text-overflow: ellipsis;
|
|
221
221
|
padding-right: var(--space-l-4vl6xu, 20px);
|
|
@@ -406,15 +406,15 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
406
406
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
407
407
|
SPDX-License-Identifier: Apache-2.0
|
|
408
408
|
*/
|
|
409
|
-
.awsui_sortable-item-
|
|
409
|
+
.awsui_sortable-item-toggle_tc96w_1m6re_409:not(#\9) {
|
|
410
410
|
/* used in test-utils */
|
|
411
411
|
}
|
|
412
412
|
|
|
413
|
-
.awsui_sortable-
|
|
413
|
+
.awsui_sortable-item_tc96w_1m6re_409:not(#\9) {
|
|
414
414
|
position: relative;
|
|
415
415
|
}
|
|
416
416
|
|
|
417
|
-
.awsui_sortable-item-
|
|
417
|
+
.awsui_sortable-item-placeholder_tc96w_1m6re_417:not(#\9) {
|
|
418
418
|
position: absolute;
|
|
419
419
|
top: 0;
|
|
420
420
|
bottom: 0;
|
|
@@ -424,63 +424,63 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
424
424
|
border-radius: var(--border-radius-item-u2ibpi, 8px);
|
|
425
425
|
}
|
|
426
426
|
|
|
427
|
-
.awsui_sortable-item-
|
|
427
|
+
.awsui_sortable-item-content_tc96w_1m6re_427:not(#\9) {
|
|
428
428
|
border-top: var(--border-divider-list-width-hacikr, 1px) solid var(--color-border-divider-default-7s2wjw, #e9ebed);
|
|
429
429
|
display: flex;
|
|
430
430
|
flex-wrap: nowrap;
|
|
431
431
|
justify-content: space-between;
|
|
432
|
-
align-items: start;
|
|
432
|
+
align-items: flex-start;
|
|
433
433
|
padding-top: var(--space-xs-rsr2qu, 8px);
|
|
434
434
|
padding-bottom: var(--space-xs-rsr2qu, 8px);
|
|
435
435
|
padding-right: 0;
|
|
436
436
|
}
|
|
437
|
-
.awsui_sortable-item-
|
|
437
|
+
.awsui_sortable-item-content_tc96w_1m6re_427:not(#\9):not(.awsui_draggable_tc96w_1m6re_437) {
|
|
438
438
|
padding-left: var(--space-scaled-l-t03y3z, 20px);
|
|
439
439
|
}
|
|
440
|
-
.awsui_sortable-item-
|
|
440
|
+
.awsui_sortable-item-content_tc96w_1m6re_427.awsui_draggable_tc96w_1m6re_437:not(#\9) {
|
|
441
441
|
padding-left: 0;
|
|
442
442
|
padding-right: var(--space-scaled-xs-6859qs, 8px);
|
|
443
443
|
background-color: var(--color-background-container-content-i8i4a0, #ffffff);
|
|
444
444
|
z-index: 1;
|
|
445
445
|
}
|
|
446
|
-
.awsui_sortable-item-
|
|
446
|
+
.awsui_sortable-item-content_tc96w_1m6re_427.awsui_draggable_tc96w_1m6re_437.awsui_active_tc96w_1m6re_446:not(#\9) {
|
|
447
447
|
position: relative;
|
|
448
448
|
z-index: 2;
|
|
449
449
|
box-shadow: var(--shadow-container-active-l4kuxc, 0px 1px 1px 1px #e9ebed, 0px 6px 36px rgba(0, 7, 22, 0.1019607843));
|
|
450
450
|
border-radius: var(--border-radius-item-u2ibpi, 8px);
|
|
451
451
|
}
|
|
452
|
-
.awsui_sortable-item-
|
|
452
|
+
.awsui_sortable-item-content_tc96w_1m6re_427.awsui_draggable_tc96w_1m6re_437:not(#\9):not(.awsui_active_tc96w_1m6re_446).awsui_sorting_tc96w_1m6re_452 {
|
|
453
453
|
transition: transform var(--motion-duration-transition-quick-x85tae, 90ms) var(--motion-easing-transition-quick-lukbd8, linear);
|
|
454
454
|
}
|
|
455
455
|
@media (prefers-reduced-motion: reduce) {
|
|
456
|
-
.awsui_sortable-item-
|
|
456
|
+
.awsui_sortable-item-content_tc96w_1m6re_427.awsui_draggable_tc96w_1m6re_437:not(#\9):not(.awsui_active_tc96w_1m6re_446).awsui_sorting_tc96w_1m6re_452 {
|
|
457
457
|
animation: none;
|
|
458
458
|
transition: none;
|
|
459
459
|
}
|
|
460
460
|
}
|
|
461
|
-
.awsui-motion-disabled .awsui_sortable-item-
|
|
461
|
+
.awsui-motion-disabled .awsui_sortable-item-content_tc96w_1m6re_427.awsui_draggable_tc96w_1m6re_437:not(#\9):not(.awsui_active_tc96w_1m6re_446).awsui_sorting_tc96w_1m6re_452, .awsui-mode-entering .awsui_sortable-item-content_tc96w_1m6re_427.awsui_draggable_tc96w_1m6re_437:not(#\9):not(.awsui_active_tc96w_1m6re_446).awsui_sorting_tc96w_1m6re_452 {
|
|
462
462
|
animation: none;
|
|
463
463
|
transition: none;
|
|
464
464
|
}
|
|
465
|
-
body[data-awsui-focus-visible=true] .awsui_sortable-item-
|
|
465
|
+
body[data-awsui-focus-visible=true] .awsui_sortable-item-content_tc96w_1m6re_427.awsui_draggable_tc96w_1m6re_437.awsui_active_tc96w_1m6re_446:not(#\9) {
|
|
466
466
|
transition: transform var(--motion-duration-transition-quick-x85tae, 90ms) var(--motion-easing-transition-quick-lukbd8, linear);
|
|
467
467
|
position: relative;
|
|
468
468
|
}
|
|
469
469
|
@media (prefers-reduced-motion: reduce) {
|
|
470
|
-
body[data-awsui-focus-visible=true] .awsui_sortable-item-
|
|
470
|
+
body[data-awsui-focus-visible=true] .awsui_sortable-item-content_tc96w_1m6re_427.awsui_draggable_tc96w_1m6re_437.awsui_active_tc96w_1m6re_446:not(#\9) {
|
|
471
471
|
animation: none;
|
|
472
472
|
transition: none;
|
|
473
473
|
}
|
|
474
474
|
}
|
|
475
|
-
.awsui-motion-disabled body[data-awsui-focus-visible=true] .awsui_sortable-item-
|
|
475
|
+
.awsui-motion-disabled body[data-awsui-focus-visible=true] .awsui_sortable-item-content_tc96w_1m6re_427.awsui_draggable_tc96w_1m6re_437.awsui_active_tc96w_1m6re_446:not(#\9), .awsui-mode-entering body[data-awsui-focus-visible=true] .awsui_sortable-item-content_tc96w_1m6re_427.awsui_draggable_tc96w_1m6re_437.awsui_active_tc96w_1m6re_446:not(#\9) {
|
|
476
476
|
animation: none;
|
|
477
477
|
transition: none;
|
|
478
478
|
}
|
|
479
|
-
body[data-awsui-focus-visible=true] .awsui_sortable-item-
|
|
479
|
+
body[data-awsui-focus-visible=true] .awsui_sortable-item-content_tc96w_1m6re_427.awsui_draggable_tc96w_1m6re_437.awsui_active_tc96w_1m6re_446:not(#\9) {
|
|
480
480
|
outline: 2px dotted transparent;
|
|
481
481
|
outline-offset: calc(0px - 1px);
|
|
482
482
|
}
|
|
483
|
-
body[data-awsui-focus-visible=true] .awsui_sortable-item-
|
|
483
|
+
body[data-awsui-focus-visible=true] .awsui_sortable-item-content_tc96w_1m6re_427.awsui_draggable_tc96w_1m6re_437.awsui_active_tc96w_1m6re_446:not(#\9)::before {
|
|
484
484
|
content: " ";
|
|
485
485
|
display: block;
|
|
486
486
|
position: absolute;
|
|
@@ -492,19 +492,19 @@ body[data-awsui-focus-visible=true] .awsui_sortable-item-content_tc96w_e00a9_427
|
|
|
492
492
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-ap3b6s, #0972d3);
|
|
493
493
|
}
|
|
494
494
|
|
|
495
|
-
.awsui_sortable-item-
|
|
495
|
+
.awsui_sortable-item-label_tc96w_1m6re_495:not(#\9) {
|
|
496
496
|
padding-right: var(--space-l-4vl6xu, 20px);
|
|
497
497
|
flex-grow: 1;
|
|
498
498
|
}
|
|
499
499
|
|
|
500
|
-
.awsui_content-
|
|
501
|
-
.awsui_content-display-
|
|
502
|
-
.awsui_content-display-
|
|
503
|
-
.awsui_content-display-
|
|
500
|
+
.awsui_content-display_tc96w_1m6re_500:not(#\9),
|
|
501
|
+
.awsui_content-display-groups_tc96w_1m6re_501:not(#\9),
|
|
502
|
+
.awsui_content-display-group_tc96w_1m6re_501:not(#\9),
|
|
503
|
+
.awsui_content-display-option_tc96w_1m6re_503:not(#\9) {
|
|
504
504
|
/* used in test-utils */
|
|
505
505
|
}
|
|
506
506
|
|
|
507
|
-
.awsui_content-display-
|
|
507
|
+
.awsui_content-display-title_tc96w_1m6re_507:not(#\9) {
|
|
508
508
|
font-size: var(--font-body-m-size-sregvd, 14px);
|
|
509
509
|
line-height: var(--font-body-m-line-height-i7xxvv, 22px);
|
|
510
510
|
font-weight: var(--font-display-label-weight-m18hjh, 700);
|
|
@@ -512,7 +512,7 @@ body[data-awsui-focus-visible=true] .awsui_sortable-item-content_tc96w_e00a9_427
|
|
|
512
512
|
margin: 0;
|
|
513
513
|
}
|
|
514
514
|
|
|
515
|
-
.awsui_content-display-
|
|
515
|
+
.awsui_content-display-description_tc96w_1m6re_515:not(#\9) {
|
|
516
516
|
color: var(--color-text-form-secondary-ih9x7l, #5f6b7a);
|
|
517
517
|
font-size: var(--font-body-s-size-ukw2p9, 12px);
|
|
518
518
|
line-height: var(--font-body-s-line-height-kdsbrl, 16px);
|
|
@@ -520,30 +520,30 @@ body[data-awsui-focus-visible=true] .awsui_sortable-item-content_tc96w_e00a9_427
|
|
|
520
520
|
margin-top: var(--space-scaled-xxxs-lo883m, 2px);
|
|
521
521
|
}
|
|
522
522
|
|
|
523
|
-
.awsui_content-display-option-
|
|
523
|
+
.awsui_content-display-option-list_tc96w_1m6re_523:not(#\9) {
|
|
524
524
|
position: relative;
|
|
525
525
|
list-style: none;
|
|
526
526
|
padding: 0;
|
|
527
527
|
}
|
|
528
528
|
|
|
529
|
-
.
|
|
530
|
-
.awsui_modal-
|
|
531
|
-
.awsui_trigger-
|
|
532
|
-
.awsui_cancel-
|
|
533
|
-
.awsui_confirm-
|
|
534
|
-
.
|
|
529
|
+
.awsui_root_tc96w_1m6re_529:not(#\9),
|
|
530
|
+
.awsui_modal-root_tc96w_1m6re_530:not(#\9),
|
|
531
|
+
.awsui_trigger-button_tc96w_1m6re_531:not(#\9),
|
|
532
|
+
.awsui_cancel-button_tc96w_1m6re_532:not(#\9),
|
|
533
|
+
.awsui_confirm-button_tc96w_1m6re_533:not(#\9),
|
|
534
|
+
.awsui_custom_tc96w_1m6re_534:not(#\9) {
|
|
535
535
|
/* used in test-utils */
|
|
536
536
|
}
|
|
537
537
|
|
|
538
|
-
.awsui_second-column-
|
|
538
|
+
.awsui_second-column-small_tc96w_1m6re_538:not(#\9) {
|
|
539
539
|
padding-top: calc(2 * var(--space-scaled-l-t03y3z, 20px));
|
|
540
540
|
}
|
|
541
541
|
|
|
542
|
-
.awsui_wrap-
|
|
543
|
-
.awsui_striped-
|
|
544
|
-
.awsui_content-
|
|
545
|
-
.awsui_page-
|
|
546
|
-
.awsui_page-size-form-
|
|
547
|
-
.awsui_page-size-radio-
|
|
542
|
+
.awsui_wrap-lines_tc96w_1m6re_542:not(#\9),
|
|
543
|
+
.awsui_striped-rows_tc96w_1m6re_543:not(#\9),
|
|
544
|
+
.awsui_content-density_tc96w_1m6re_544:not(#\9),
|
|
545
|
+
.awsui_page-size_tc96w_1m6re_545:not(#\9),
|
|
546
|
+
.awsui_page-size-form-field_tc96w_1m6re_546:not(#\9),
|
|
547
|
+
.awsui_page-size-radio-group_tc96w_1m6re_547:not(#\9) {
|
|
548
548
|
/* used in test-utils */
|
|
549
549
|
}
|