@cloudscape-design/components 3.0.1282 → 3.0.1283
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/category-elements/styles.css.js +18 -18
- package/button-dropdown/category-elements/styles.scoped.css +30 -30
- package/button-dropdown/category-elements/styles.selectors.js +18 -18
- package/button-dropdown/interfaces.d.ts +0 -2
- package/button-dropdown/interfaces.d.ts.map +1 -1
- package/button-dropdown/interfaces.js.map +1 -1
- package/button-dropdown/item-element/styles.css.js +21 -21
- package/button-dropdown/item-element/styles.scoped.css +38 -38
- package/button-dropdown/item-element/styles.selectors.js +21 -21
- package/file-token-group/styles.css.js +23 -23
- package/file-token-group/styles.scoped.css +35 -35
- package/file-token-group/styles.selectors.js +23 -23
- package/flashbar/styles.css.js +50 -50
- package/flashbar/styles.scoped.css +165 -165
- package/flashbar/styles.selectors.js +50 -50
- package/input/internal.d.ts +2 -0
- package/input/internal.d.ts.map +1 -1
- package/input/internal.js +5 -2
- package/input/internal.js.map +1 -1
- package/input/styles.css.js +18 -13
- package/input/styles.scoped.css +67 -31
- package/input/styles.selectors.js +18 -13
- package/internal/base-component/styles.scoped.css +5 -1
- package/internal/components/button-trigger/styles.css.js +14 -14
- package/internal/components/button-trigger/styles.scoped.css +29 -29
- package/internal/components/button-trigger/styles.selectors.js +14 -14
- package/internal/components/dropdown-status/styles.css.js +2 -2
- package/internal/components/dropdown-status/styles.scoped.css +4 -4
- package/internal/components/dropdown-status/styles.selectors.js +2 -2
- package/internal/components/selectable-item/styles.css.js +22 -22
- package/internal/components/selectable-item/styles.scoped.css +51 -51
- package/internal/components/selectable-item/styles.selectors.js +22 -22
- package/internal/environment.js +2 -2
- package/internal/environment.json +2 -2
- package/internal/generated/styles/tokens.d.ts +3 -0
- package/internal/generated/styles/tokens.js +3 -0
- package/internal/generated/theming/index.cjs +39 -0
- package/internal/generated/theming/index.cjs.d.ts +18 -0
- package/internal/generated/theming/index.d.ts +18 -0
- package/internal/generated/theming/index.js +39 -0
- package/internal/manifest.json +1 -1
- package/package.json +1 -1
- package/pagination/index.d.ts +3 -1
- package/pagination/index.d.ts.map +1 -1
- package/pagination/index.js +4 -3
- package/pagination/index.js.map +1 -1
- package/pagination/interfaces.d.ts +31 -2
- package/pagination/interfaces.d.ts.map +1 -1
- package/pagination/interfaces.js.map +1 -1
- package/pagination/internal.d.ts +3 -14
- package/pagination/internal.d.ts.map +1 -1
- package/pagination/internal.js +78 -19
- package/pagination/internal.js.map +1 -1
- package/pagination/styles.css.js +11 -9
- package/pagination/styles.scoped.css +39 -24
- package/pagination/styles.selectors.js +11 -9
- package/popover/internal.d.ts +4 -0
- package/popover/internal.d.ts.map +1 -1
- package/popover/internal.js +23 -13
- package/popover/internal.js.map +1 -1
- package/prompt-input/internal.js +1 -1
- package/prompt-input/internal.js.map +1 -1
- package/prompt-input/styles.css.js +26 -26
- package/prompt-input/styles.scoped.css +55 -55
- package/prompt-input/styles.selectors.js +26 -26
- package/property-filter/filtering-token/styles.css.js +18 -18
- package/property-filter/filtering-token/styles.scoped.css +42 -42
- package/property-filter/filtering-token/styles.selectors.js +18 -18
- package/property-filter/styles.css.js +39 -39
- package/property-filter/styles.scoped.css +43 -43
- package/property-filter/styles.selectors.js +39 -39
- package/segmented-control/styles.css.js +16 -16
- package/segmented-control/styles.scoped.css +33 -33
- package/segmented-control/styles.selectors.js +16 -16
- package/select/parts/filter.d.ts +1 -1
- package/select/parts/filter.d.ts.map +1 -1
- package/test-utils/dom/pagination/index.d.ts +15 -0
- package/test-utils/dom/pagination/index.js +22 -0
- package/test-utils/dom/pagination/index.js.map +1 -1
- package/test-utils/selectors/pagination/index.d.ts +15 -0
- package/test-utils/selectors/pagination/index.js +22 -0
- package/test-utils/selectors/pagination/index.js.map +1 -1
- package/textarea/styles.css.js +5 -5
- package/textarea/styles.scoped.css +14 -14
- package/textarea/styles.selectors.js +5 -5
- package/token/styles.css.js +14 -14
- package/token/styles.scoped.css +30 -30
- package/token/styles.selectors.js +14 -14
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
*/
|
|
143
143
|
/* Style used for links in slots/components that are text heavy, to help links stand out among
|
|
144
144
|
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
|
|
145
|
-
.awsui_item-
|
|
145
|
+
.awsui_item-element_93a1u_18wnz_145:not(#\9) {
|
|
146
146
|
position: relative;
|
|
147
147
|
z-index: 1;
|
|
148
148
|
border-block: var(--border-item-width-miijiw, 2px) solid transparent;
|
|
@@ -154,22 +154,22 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
154
154
|
margin-block-start: calc(-1 * var(--border-width-dropdown-youcay, 2px));
|
|
155
155
|
cursor: pointer;
|
|
156
156
|
}
|
|
157
|
-
.awsui_item-
|
|
157
|
+
.awsui_item-element_93a1u_18wnz_145.awsui_no-content-styling_93a1u_18wnz_157:not(#\9) {
|
|
158
158
|
padding-block: 0;
|
|
159
159
|
padding-inline: 0;
|
|
160
160
|
color: var(--color-text-dropdown-item-default-f1jr9u, #0f141a);
|
|
161
161
|
}
|
|
162
|
-
.awsui_item-
|
|
162
|
+
.awsui_item-element_93a1u_18wnz_145.awsui_disabled_93a1u_18wnz_162:not(#\9) {
|
|
163
163
|
cursor: default;
|
|
164
164
|
color: var(--color-text-dropdown-item-disabled-8m65hf, #b4b4bb);
|
|
165
165
|
}
|
|
166
|
-
.awsui_item-
|
|
166
|
+
.awsui_item-element_93a1u_18wnz_145:not(#\9):first-child {
|
|
167
167
|
margin-block-start: 0;
|
|
168
168
|
}
|
|
169
|
-
.awsui_item-
|
|
169
|
+
.awsui_item-element_93a1u_18wnz_145.awsui_show-divider_93a1u_18wnz_169:not(#\9) {
|
|
170
170
|
border-block-end: var(--border-item-width-miijiw, 2px) solid var(--color-border-dropdown-group-ylcnh8, #c6c6cd);
|
|
171
171
|
}
|
|
172
|
-
.awsui_item-
|
|
172
|
+
.awsui_item-element_93a1u_18wnz_145.awsui_highlighted_93a1u_18wnz_172:not(#\9) {
|
|
173
173
|
color: var(--color-text-dropdown-item-highlighted-yr1px8, #0f141a);
|
|
174
174
|
z-index: 2;
|
|
175
175
|
background-color: var(--color-background-dropdown-item-hover-yunepc, #f3f3f7);
|
|
@@ -179,37 +179,37 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
179
179
|
border-end-start-radius: var(--border-radius-item-iwaia5, 8px);
|
|
180
180
|
border-end-end-radius: var(--border-radius-item-iwaia5, 8px);
|
|
181
181
|
}
|
|
182
|
-
.awsui_item-
|
|
182
|
+
.awsui_item-element_93a1u_18wnz_145.awsui_highlighted_93a1u_18wnz_172.awsui_disabled_93a1u_18wnz_162:not(#\9) {
|
|
183
183
|
color: var(--color-text-dropdown-item-dimmed-tq8vh3, #b4b4bb);
|
|
184
184
|
border-color: var(--color-border-dropdown-item-dimmed-hover-ga9sch, #8c8c94);
|
|
185
185
|
background-color: var(--color-background-dropdown-item-dimmed-dhho03, transparent);
|
|
186
186
|
}
|
|
187
|
-
.awsui_item-
|
|
187
|
+
.awsui_item-element_93a1u_18wnz_145.awsui_highlighted_93a1u_18wnz_172.awsui_is-focused_93a1u_18wnz_187:not(#\9) {
|
|
188
188
|
border-color: var(--color-border-dropdown-item-focused-zacqlp, #424650);
|
|
189
189
|
}
|
|
190
|
-
.awsui_item-
|
|
190
|
+
.awsui_item-element_93a1u_18wnz_145.awsui_highlighted_93a1u_18wnz_172.awsui_is-focused_93a1u_18wnz_187:not(#\9):not(.awsui_visual-refresh_93a1u_18wnz_190) {
|
|
191
191
|
box-shadow: inset 0 0 0 var(--border-control-focus-ring-shadow-spread-9mjajk, 1px) var(--color-border-item-focused-uk47pl, #006ce0);
|
|
192
192
|
}
|
|
193
193
|
|
|
194
|
-
.awsui_menu-
|
|
194
|
+
.awsui_menu-item_93a1u_18wnz_194:not(#\9) {
|
|
195
195
|
min-inline-size: 0;
|
|
196
196
|
word-break: break-word;
|
|
197
197
|
display: flex;
|
|
198
198
|
align-items: flex-start;
|
|
199
|
-
padding-block: var(--space-
|
|
200
|
-
padding-inline: var(--space-
|
|
199
|
+
padding-block: var(--space-option-padding-vertical-d2srv9, 4px);
|
|
200
|
+
padding-inline: var(--space-option-padding-horizontal-4taa4b, 20px);
|
|
201
201
|
color: inherit;
|
|
202
202
|
text-decoration: none;
|
|
203
203
|
/* stylelint-disable selector-max-type */
|
|
204
204
|
/* stylelint-enable selector-max-type */
|
|
205
205
|
}
|
|
206
|
-
.awsui_menu-
|
|
206
|
+
.awsui_menu-item_93a1u_18wnz_194.awsui_no-content-styling_93a1u_18wnz_157:not(#\9) {
|
|
207
207
|
padding-block: 0;
|
|
208
208
|
padding-inline: 0;
|
|
209
209
|
color: var(--color-text-dropdown-item-default-f1jr9u, #0f141a);
|
|
210
210
|
}
|
|
211
|
-
.awsui_menu-
|
|
212
|
-
padding-block-end: calc(var(--space-
|
|
211
|
+
.awsui_menu-item_93a1u_18wnz_194.awsui_link-style_93a1u_18wnz_211:not(#\9) {
|
|
212
|
+
padding-block-end: calc(var(--space-option-padding-vertical-d2srv9, 4px) + var(--space-xxxs-pajhad, 2px));
|
|
213
213
|
text-underline-offset: 0.25em;
|
|
214
214
|
text-decoration-thickness: 1px;
|
|
215
215
|
color: var(--awsui-style-color-default-6b9ypa, var(--color-text-link-default-hude44, #006ce0));
|
|
@@ -223,30 +223,30 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
223
223
|
transition-duration: var(--motion-duration-refresh-only-medium-5rbn3k, 165ms);
|
|
224
224
|
}
|
|
225
225
|
@media (prefers-reduced-motion: reduce) {
|
|
226
|
-
.awsui_menu-
|
|
226
|
+
.awsui_menu-item_93a1u_18wnz_194.awsui_link-style_93a1u_18wnz_211:not(#\9) {
|
|
227
227
|
animation: none;
|
|
228
228
|
transition: none;
|
|
229
229
|
}
|
|
230
230
|
}
|
|
231
|
-
.awsui-motion-disabled .awsui_menu-
|
|
231
|
+
.awsui-motion-disabled .awsui_menu-item_93a1u_18wnz_194.awsui_link-style_93a1u_18wnz_211:not(#\9), .awsui-mode-entering .awsui_menu-item_93a1u_18wnz_194.awsui_link-style_93a1u_18wnz_211:not(#\9) {
|
|
232
232
|
animation: none;
|
|
233
233
|
transition: none;
|
|
234
234
|
}
|
|
235
|
-
.awsui_menu-
|
|
235
|
+
.awsui_menu-item_93a1u_18wnz_194.awsui_link-style_93a1u_18wnz_211:not(#\9):hover {
|
|
236
236
|
cursor: pointer;
|
|
237
237
|
color: var(--awsui-style-color-hover-6b9ypa, var(--color-text-link-hover-2hfec2, #002b66));
|
|
238
238
|
}
|
|
239
|
-
.awsui_menu-
|
|
239
|
+
.awsui_menu-item_93a1u_18wnz_194.awsui_link-style_93a1u_18wnz_211:not(#\9):focus {
|
|
240
240
|
outline: none;
|
|
241
241
|
}
|
|
242
|
-
.awsui_menu-
|
|
242
|
+
.awsui_menu-item_93a1u_18wnz_194.awsui_link-style_93a1u_18wnz_211:not(#\9):active {
|
|
243
243
|
color: var(--awsui-style-color-active-6b9ypa, var(--color-text-link-hover-2hfec2, #002b66));
|
|
244
244
|
}
|
|
245
|
-
.awsui_menu-
|
|
245
|
+
.awsui_menu-item_93a1u_18wnz_194.awsui_link-style_93a1u_18wnz_211:not(#\9):active, .awsui_menu-item_93a1u_18wnz_194.awsui_link-style_93a1u_18wnz_211:not(#\9):focus, .awsui_menu-item_93a1u_18wnz_194.awsui_link-style_93a1u_18wnz_211:not(#\9):hover {
|
|
246
246
|
text-decoration-line: underline;
|
|
247
247
|
text-decoration-color: currentColor;
|
|
248
248
|
}
|
|
249
|
-
.awsui_menu-
|
|
249
|
+
.awsui_menu-item_93a1u_18wnz_194.awsui_link-style_93a1u_18wnz_211.awsui_current-breadcrumb_93a1u_18wnz_247:not(#\9) {
|
|
250
250
|
font-weight: var(--font-weight-button-0eg20c, 700);
|
|
251
251
|
-webkit-font-smoothing: var(--font-smoothing-webkit-oemolo, antialiased);
|
|
252
252
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-hbm0aq, grayscale);
|
|
@@ -254,63 +254,63 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
254
254
|
font-weight: 700;
|
|
255
255
|
text-decoration: none;
|
|
256
256
|
}
|
|
257
|
-
.awsui_menu-
|
|
257
|
+
.awsui_menu-item_93a1u_18wnz_194.awsui_link-style_93a1u_18wnz_211.awsui_link-style-highlighted_93a1u_18wnz_255:not(#\9) {
|
|
258
258
|
color: var(--color-text-link-hover-2hfec2, #002b66);
|
|
259
259
|
}
|
|
260
|
-
.awsui_menu-
|
|
260
|
+
.awsui_menu-item_93a1u_18wnz_194:not(#\9):focus {
|
|
261
261
|
outline: none;
|
|
262
262
|
}
|
|
263
|
-
.awsui_has-category-
|
|
264
|
-
padding-inline-start: calc(var(--space-xs-ymlm0b, 8px) + var(--space-
|
|
263
|
+
.awsui_has-category-header_93a1u_18wnz_261 > .awsui_menu-item_93a1u_18wnz_194:not(#\9), .awsui_has-category-header_93a1u_18wnz_261 > .awsui_item-tooltip-wrapper_93a1u_18wnz_261 > .awsui_menu-item_93a1u_18wnz_194:not(#\9), .awsui_has-category-header_93a1u_18wnz_261:not(#\9):not(.awsui_has-checkmark_93a1u_18wnz_261) > span > .awsui_menu-item_93a1u_18wnz_194 {
|
|
264
|
+
padding-inline-start: calc(var(--space-xs-ymlm0b, 8px) + var(--space-option-padding-horizontal-4taa4b, 20px));
|
|
265
265
|
}
|
|
266
|
-
.awsui_has-category-
|
|
266
|
+
.awsui_has-category-header_93a1u_18wnz_261 > .awsui_menu-item_93a1u_18wnz_194.awsui_no-content-styling_93a1u_18wnz_157:not(#\9), .awsui_has-category-header_93a1u_18wnz_261 > .awsui_item-tooltip-wrapper_93a1u_18wnz_261 > .awsui_menu-item_93a1u_18wnz_194.awsui_no-content-styling_93a1u_18wnz_157:not(#\9), .awsui_has-category-header_93a1u_18wnz_261:not(#\9):not(.awsui_has-checkmark_93a1u_18wnz_261) > span > .awsui_menu-item_93a1u_18wnz_194.awsui_no-content-styling_93a1u_18wnz_157 {
|
|
267
267
|
padding-inline-start: 0;
|
|
268
268
|
}
|
|
269
269
|
|
|
270
|
-
.
|
|
270
|
+
.awsui_icon_93a1u_18wnz_268:not(#\9) {
|
|
271
271
|
padding-inline-end: var(--space-xxs-hwfkai, 4px);
|
|
272
272
|
flex-shrink: 0;
|
|
273
273
|
}
|
|
274
|
-
.
|
|
274
|
+
.awsui_icon_93a1u_18wnz_268.awsui_checkmark_93a1u_18wnz_272:not(#\9) {
|
|
275
275
|
color: var(--color-item-selected-72rnwy, #006ce0);
|
|
276
276
|
}
|
|
277
|
-
.
|
|
277
|
+
.awsui_icon_93a1u_18wnz_268.awsui_disabled_93a1u_18wnz_162:not(#\9) {
|
|
278
278
|
color: var(--color-text-interactive-disabled-1bqmrl, #b4b4bb);
|
|
279
279
|
}
|
|
280
280
|
|
|
281
|
-
.awsui_external-
|
|
281
|
+
.awsui_external-icon_93a1u_18wnz_279:not(#\9) {
|
|
282
282
|
margin-inline-start: var(--space-xxs-hwfkai, 4px);
|
|
283
283
|
}
|
|
284
284
|
|
|
285
|
-
.awsui_content-
|
|
285
|
+
.awsui_content-wrapper_93a1u_18wnz_283:not(#\9) {
|
|
286
286
|
flex: 1;
|
|
287
287
|
display: flex;
|
|
288
288
|
flex-direction: column;
|
|
289
289
|
}
|
|
290
290
|
|
|
291
|
-
.awsui_main-
|
|
291
|
+
.awsui_main-row_93a1u_18wnz_289:not(#\9) {
|
|
292
292
|
display: flex;
|
|
293
293
|
justify-content: space-between;
|
|
294
294
|
align-items: center;
|
|
295
295
|
gap: var(--space-s-tvghoh, 12px);
|
|
296
296
|
}
|
|
297
297
|
|
|
298
|
-
.awsui_label-
|
|
298
|
+
.awsui_label-tag_93a1u_18wnz_296:not(#\9) {
|
|
299
299
|
color: var(--color-text-body-default-vvtq8u, #0f141a);
|
|
300
300
|
}
|
|
301
|
-
.awsui_label-
|
|
301
|
+
.awsui_label-tag_93a1u_18wnz_296.awsui_disabled_93a1u_18wnz_162:not(#\9) {
|
|
302
302
|
color: var(--color-text-interactive-disabled-1bqmrl, #b4b4bb);
|
|
303
303
|
}
|
|
304
304
|
|
|
305
|
-
.awsui_secondary-
|
|
305
|
+
.awsui_secondary-text_93a1u_18wnz_303:not(#\9) {
|
|
306
306
|
font-size: var(--font-size-body-s-smc8cv, 12px);
|
|
307
307
|
line-height: var(--line-height-body-s-nu5hx1, 16px);
|
|
308
308
|
letter-spacing: var(--letter-spacing-body-s-gq78ok, 0.005em);
|
|
309
309
|
color: var(--color-text-dropdown-item-secondary-v12lfh, #656871);
|
|
310
310
|
}
|
|
311
|
-
.awsui_secondary-
|
|
311
|
+
.awsui_secondary-text_93a1u_18wnz_303.awsui_highlighted_93a1u_18wnz_172:not(#\9) {
|
|
312
312
|
color: var(--color-text-dropdown-item-highlighted-yr1px8, #0f141a);
|
|
313
313
|
}
|
|
314
|
-
.awsui_secondary-
|
|
314
|
+
.awsui_secondary-text_93a1u_18wnz_303.awsui_disabled_93a1u_18wnz_162:not(#\9) {
|
|
315
315
|
color: var(--color-text-interactive-disabled-1bqmrl, #b4b4bb);
|
|
316
316
|
}
|
|
@@ -2,26 +2,26 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"item-element": "awsui_item-
|
|
6
|
-
"no-content-styling": "awsui_no-content-
|
|
7
|
-
"disabled": "
|
|
8
|
-
"show-divider": "awsui_show-
|
|
9
|
-
"highlighted": "
|
|
10
|
-
"is-focused": "awsui_is-
|
|
11
|
-
"visual-refresh": "awsui_visual-
|
|
12
|
-
"menu-item": "awsui_menu-
|
|
13
|
-
"link-style": "awsui_link-
|
|
14
|
-
"current-breadcrumb": "awsui_current-
|
|
15
|
-
"link-style-highlighted": "awsui_link-style-
|
|
16
|
-
"has-category-header": "awsui_has-category-
|
|
17
|
-
"item-tooltip-wrapper": "awsui_item-tooltip-
|
|
18
|
-
"has-checkmark": "awsui_has-
|
|
19
|
-
"icon": "
|
|
20
|
-
"checkmark": "
|
|
21
|
-
"external-icon": "awsui_external-
|
|
22
|
-
"content-wrapper": "awsui_content-
|
|
23
|
-
"main-row": "awsui_main-
|
|
24
|
-
"label-tag": "awsui_label-
|
|
25
|
-
"secondary-text": "awsui_secondary-
|
|
5
|
+
"item-element": "awsui_item-element_93a1u_18wnz_145",
|
|
6
|
+
"no-content-styling": "awsui_no-content-styling_93a1u_18wnz_157",
|
|
7
|
+
"disabled": "awsui_disabled_93a1u_18wnz_162",
|
|
8
|
+
"show-divider": "awsui_show-divider_93a1u_18wnz_169",
|
|
9
|
+
"highlighted": "awsui_highlighted_93a1u_18wnz_172",
|
|
10
|
+
"is-focused": "awsui_is-focused_93a1u_18wnz_187",
|
|
11
|
+
"visual-refresh": "awsui_visual-refresh_93a1u_18wnz_190",
|
|
12
|
+
"menu-item": "awsui_menu-item_93a1u_18wnz_194",
|
|
13
|
+
"link-style": "awsui_link-style_93a1u_18wnz_211",
|
|
14
|
+
"current-breadcrumb": "awsui_current-breadcrumb_93a1u_18wnz_247",
|
|
15
|
+
"link-style-highlighted": "awsui_link-style-highlighted_93a1u_18wnz_255",
|
|
16
|
+
"has-category-header": "awsui_has-category-header_93a1u_18wnz_261",
|
|
17
|
+
"item-tooltip-wrapper": "awsui_item-tooltip-wrapper_93a1u_18wnz_261",
|
|
18
|
+
"has-checkmark": "awsui_has-checkmark_93a1u_18wnz_261",
|
|
19
|
+
"icon": "awsui_icon_93a1u_18wnz_268",
|
|
20
|
+
"checkmark": "awsui_checkmark_93a1u_18wnz_272",
|
|
21
|
+
"external-icon": "awsui_external-icon_93a1u_18wnz_279",
|
|
22
|
+
"content-wrapper": "awsui_content-wrapper_93a1u_18wnz_283",
|
|
23
|
+
"main-row": "awsui_main-row_93a1u_18wnz_289",
|
|
24
|
+
"label-tag": "awsui_label-tag_93a1u_18wnz_296",
|
|
25
|
+
"secondary-text": "awsui_secondary-text_93a1u_18wnz_303"
|
|
26
26
|
};
|
|
27
27
|
|
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"root": "
|
|
5
|
-
"file-loading-overlay": "awsui_file-loading-
|
|
6
|
-
"file-loading-overlay-single-row": "awsui_file-loading-overlay-single-
|
|
7
|
-
"file-name-container": "awsui_file-name-
|
|
8
|
-
"file-option-name": "awsui_file-option-
|
|
9
|
-
"file-option-size": "awsui_file-option-
|
|
10
|
-
"file-option-last-modified": "awsui_file-option-last-
|
|
11
|
-
"file-option": "awsui_file-
|
|
12
|
-
"file-option-thumbnail": "awsui_file-option-
|
|
13
|
-
"file-option-thumbnail-image": "awsui_file-option-thumbnail-
|
|
14
|
-
"file-option-metadata": "awsui_file-option-
|
|
15
|
-
"with-image": "awsui_with-
|
|
16
|
-
"single-row-loading": "awsui_single-row-
|
|
17
|
-
"token": "
|
|
18
|
-
"token-grid": "awsui_token-
|
|
19
|
-
"token-contains-image": "awsui_token-contains-
|
|
20
|
-
"token-box": "awsui_token-
|
|
21
|
-
"horizontal": "
|
|
22
|
-
"error": "
|
|
23
|
-
"dismiss-button": "awsui_dismiss-
|
|
24
|
-
"warning": "
|
|
25
|
-
"read-only": "awsui_read-
|
|
26
|
-
"loading": "
|
|
4
|
+
"root": "awsui_root_39ths_3kdob_209",
|
|
5
|
+
"file-loading-overlay": "awsui_file-loading-overlay_39ths_3kdob_241",
|
|
6
|
+
"file-loading-overlay-single-row": "awsui_file-loading-overlay-single-row_39ths_3kdob_246",
|
|
7
|
+
"file-name-container": "awsui_file-name-container_39ths_3kdob_250",
|
|
8
|
+
"file-option-name": "awsui_file-option-name_39ths_3kdob_280",
|
|
9
|
+
"file-option-size": "awsui_file-option-size_39ths_3kdob_281",
|
|
10
|
+
"file-option-last-modified": "awsui_file-option-last-modified_39ths_3kdob_282",
|
|
11
|
+
"file-option": "awsui_file-option_39ths_3kdob_280",
|
|
12
|
+
"file-option-thumbnail": "awsui_file-option-thumbnail_39ths_3kdob_295",
|
|
13
|
+
"file-option-thumbnail-image": "awsui_file-option-thumbnail-image_39ths_3kdob_299",
|
|
14
|
+
"file-option-metadata": "awsui_file-option-metadata_39ths_3kdob_312",
|
|
15
|
+
"with-image": "awsui_with-image_39ths_3kdob_315",
|
|
16
|
+
"single-row-loading": "awsui_single-row-loading_39ths_3kdob_318",
|
|
17
|
+
"token": "awsui_token_39ths_3kdob_322",
|
|
18
|
+
"token-grid": "awsui_token-grid_39ths_3kdob_329",
|
|
19
|
+
"token-contains-image": "awsui_token-contains-image_39ths_3kdob_338",
|
|
20
|
+
"token-box": "awsui_token-box_39ths_3kdob_342",
|
|
21
|
+
"horizontal": "awsui_horizontal_39ths_3kdob_361",
|
|
22
|
+
"error": "awsui_error_39ths_3kdob_369",
|
|
23
|
+
"dismiss-button": "awsui_dismiss-button_39ths_3kdob_373",
|
|
24
|
+
"warning": "awsui_warning_39ths_3kdob_379",
|
|
25
|
+
"read-only": "awsui_read-only_39ths_3kdob_389",
|
|
26
|
+
"loading": "awsui_loading_39ths_3kdob_402"
|
|
27
27
|
};
|
|
28
28
|
|
|
@@ -206,7 +206,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
206
206
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
207
207
|
SPDX-License-Identifier: Apache-2.0
|
|
208
208
|
*/
|
|
209
|
-
.
|
|
209
|
+
.awsui_root_39ths_3kdob_209:not(#\9) {
|
|
210
210
|
border-collapse: separate;
|
|
211
211
|
border-spacing: 0;
|
|
212
212
|
box-sizing: border-box;
|
|
@@ -238,16 +238,16 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
238
238
|
-moz-osx-font-smoothing: auto;
|
|
239
239
|
}
|
|
240
240
|
|
|
241
|
-
.awsui_file-loading-
|
|
241
|
+
.awsui_file-loading-overlay_39ths_3kdob_241:not(#\9) {
|
|
242
242
|
position: absolute;
|
|
243
243
|
inset-inline-end: var(--space-static-xs-gnm0mz, 8px);
|
|
244
244
|
inset-block-end: var(--space-static-xxs-ns94dp, 4px);
|
|
245
245
|
}
|
|
246
|
-
.awsui_file-loading-overlay-single-
|
|
246
|
+
.awsui_file-loading-overlay-single-row_39ths_3kdob_246:not(#\9) {
|
|
247
247
|
inset-inline-end: var(--space-static-xxl-ifa9j8, 32px);
|
|
248
248
|
}
|
|
249
249
|
|
|
250
|
-
.awsui_file-name-
|
|
250
|
+
.awsui_file-name-container_39ths_3kdob_250:not(#\9) {
|
|
251
251
|
all: unset;
|
|
252
252
|
display: block;
|
|
253
253
|
inline-size: 100%;
|
|
@@ -255,14 +255,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
255
255
|
cursor: default;
|
|
256
256
|
text-align: start;
|
|
257
257
|
}
|
|
258
|
-
body[data-awsui-focus-visible=true] .awsui_file-name-
|
|
258
|
+
body[data-awsui-focus-visible=true] .awsui_file-name-container_39ths_3kdob_250:not(#\9):focus-visible:focus {
|
|
259
259
|
position: relative;
|
|
260
260
|
}
|
|
261
|
-
body[data-awsui-focus-visible=true] .awsui_file-name-
|
|
261
|
+
body[data-awsui-focus-visible=true] .awsui_file-name-container_39ths_3kdob_250:not(#\9):focus-visible:focus {
|
|
262
262
|
outline: 2px dotted transparent;
|
|
263
263
|
outline-offset: calc(var(--space-button-focus-outline-gutter-jj138g, 4px) - 1px);
|
|
264
264
|
}
|
|
265
|
-
body[data-awsui-focus-visible=true] .awsui_file-name-
|
|
265
|
+
body[data-awsui-focus-visible=true] .awsui_file-name-container_39ths_3kdob_250:not(#\9):focus-visible:focus::before {
|
|
266
266
|
content: " ";
|
|
267
267
|
display: block;
|
|
268
268
|
position: absolute;
|
|
@@ -277,26 +277,26 @@ body[data-awsui-focus-visible=true] .awsui_file-name-container_39ths_e0jrr_250:n
|
|
|
277
277
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-uk47pl, #006ce0);
|
|
278
278
|
}
|
|
279
279
|
|
|
280
|
-
.awsui_file-option-
|
|
281
|
-
.awsui_file-option-
|
|
282
|
-
.awsui_file-option-last-
|
|
280
|
+
.awsui_file-option-name_39ths_3kdob_280:not(#\9),
|
|
281
|
+
.awsui_file-option-size_39ths_3kdob_281:not(#\9),
|
|
282
|
+
.awsui_file-option-last-modified_39ths_3kdob_282:not(#\9) {
|
|
283
283
|
text-overflow: ellipsis;
|
|
284
284
|
overflow: hidden;
|
|
285
285
|
white-space: nowrap;
|
|
286
286
|
}
|
|
287
287
|
|
|
288
|
-
.awsui_file-
|
|
288
|
+
.awsui_file-option_39ths_3kdob_280:not(#\9) {
|
|
289
289
|
inline-size: 100%;
|
|
290
290
|
min-inline-size: 0;
|
|
291
291
|
display: flex;
|
|
292
292
|
gap: var(--space-scaled-xs-xwoogq, 8px);
|
|
293
293
|
}
|
|
294
294
|
|
|
295
|
-
.awsui_file-option-
|
|
295
|
+
.awsui_file-option-thumbnail_39ths_3kdob_295:not(#\9) {
|
|
296
296
|
margin-block-start: var(--space-static-xxs-ns94dp, 4px);
|
|
297
297
|
}
|
|
298
298
|
|
|
299
|
-
.awsui_file-option-thumbnail-
|
|
299
|
+
.awsui_file-option-thumbnail-image_39ths_3kdob_299:not(#\9) {
|
|
300
300
|
font-size: var(--font-size-body-s-smc8cv, 12px);
|
|
301
301
|
line-height: var(--line-height-body-s-nu5hx1, 16px);
|
|
302
302
|
letter-spacing: var(--letter-spacing-body-s-gq78ok, 0.005em);
|
|
@@ -309,43 +309,43 @@ body[data-awsui-focus-visible=true] .awsui_file-name-container_39ths_e0jrr_250:n
|
|
|
309
309
|
overflow: hidden;
|
|
310
310
|
}
|
|
311
311
|
|
|
312
|
-
.awsui_file-option-
|
|
312
|
+
.awsui_file-option-metadata_39ths_3kdob_312:not(#\9) {
|
|
313
313
|
inline-size: 100%;
|
|
314
314
|
}
|
|
315
|
-
.awsui_file-option-
|
|
315
|
+
.awsui_file-option-metadata_39ths_3kdob_312.awsui_with-image_39ths_3kdob_315:not(#\9) {
|
|
316
316
|
inline-size: calc(100% - 48px);
|
|
317
317
|
}
|
|
318
|
-
.awsui_file-option-
|
|
318
|
+
.awsui_file-option-metadata_39ths_3kdob_312.awsui_single-row-loading_39ths_3kdob_318:not(#\9) {
|
|
319
319
|
inline-size: calc(100% - var(--size-icon-normal-levt08, 16px));
|
|
320
320
|
}
|
|
321
321
|
|
|
322
|
-
.
|
|
322
|
+
.awsui_token_39ths_3kdob_322:not(#\9) {
|
|
323
323
|
position: relative;
|
|
324
324
|
block-size: 100%;
|
|
325
325
|
display: flex;
|
|
326
326
|
flex-direction: column;
|
|
327
327
|
gap: var(--space-xxs-hwfkai, 4px);
|
|
328
328
|
}
|
|
329
|
-
.awsui_token-
|
|
329
|
+
.awsui_token-grid_39ths_3kdob_329:not(#\9) {
|
|
330
330
|
display: grid;
|
|
331
331
|
grid-template-rows: max-content auto;
|
|
332
332
|
}
|
|
333
333
|
@media (max-width: 688px) {
|
|
334
|
-
.awsui_token-
|
|
334
|
+
.awsui_token-grid_39ths_3kdob_329:not(#\9) {
|
|
335
335
|
display: flex;
|
|
336
336
|
}
|
|
337
337
|
}
|
|
338
|
-
.awsui_token-contains-
|
|
338
|
+
.awsui_token-contains-image_39ths_3kdob_338:not(#\9) {
|
|
339
339
|
grid-template-rows: 68px auto;
|
|
340
340
|
}
|
|
341
341
|
|
|
342
|
-
.awsui_token-
|
|
342
|
+
.awsui_token-box_39ths_3kdob_342:not(#\9) {
|
|
343
343
|
position: relative;
|
|
344
344
|
block-size: 100%;
|
|
345
345
|
border-block: var(--border-width-token-2ukdpu, 2px) solid var(--awsui-token-style-border-color-default-6b9ypa, var(--color-border-item-selected-wl5ttm, #006ce0));
|
|
346
346
|
border-inline: var(--border-width-token-2ukdpu, 2px) solid var(--awsui-token-style-border-color-default-6b9ypa, var(--color-border-item-selected-wl5ttm, #006ce0));
|
|
347
|
-
padding-block-start: var(--space-
|
|
348
|
-
padding-block-end: var(--space-
|
|
347
|
+
padding-block-start: var(--space-field-vertical-vm99qz, 5px);
|
|
348
|
+
padding-block-end: var(--space-field-vertical-vm99qz, 5px);
|
|
349
349
|
padding-inline-start: var(--space-field-horizontal-0aq2ch, 12px);
|
|
350
350
|
padding-inline-end: var(--space-xxs-hwfkai, 4px);
|
|
351
351
|
display: flex;
|
|
@@ -358,48 +358,48 @@ body[data-awsui-focus-visible=true] .awsui_file-name-container_39ths_e0jrr_250:n
|
|
|
358
358
|
color: var(--color-text-body-default-vvtq8u, #0f141a);
|
|
359
359
|
box-sizing: border-box;
|
|
360
360
|
}
|
|
361
|
-
.awsui_token-
|
|
361
|
+
.awsui_token-box_39ths_3kdob_342.awsui_horizontal_39ths_3kdob_361:not(#\9) {
|
|
362
362
|
max-inline-size: 230px;
|
|
363
363
|
}
|
|
364
364
|
@media (max-width: 688px) {
|
|
365
|
-
.awsui_token-
|
|
365
|
+
.awsui_token-box_39ths_3kdob_342.awsui_horizontal_39ths_3kdob_361:not(#\9) {
|
|
366
366
|
max-inline-size: 100%;
|
|
367
367
|
}
|
|
368
368
|
}
|
|
369
|
-
.awsui_token-
|
|
369
|
+
.awsui_token-box_39ths_3kdob_342.awsui_error_39ths_3kdob_369:not(#\9) {
|
|
370
370
|
border-color: var(--color-border-status-error-j8acpp, #db0000);
|
|
371
371
|
border-inline-start-width: var(--border-invalid-width-3xd6e1, 8px);
|
|
372
372
|
}
|
|
373
|
-
.awsui_token-
|
|
373
|
+
.awsui_token-box_39ths_3kdob_342.awsui_error_39ths_3kdob_369 > .awsui_dismiss-button_39ths_3kdob_373:not(#\9) {
|
|
374
374
|
color: var(--color-text-interactive-default-ugh9wp, #424650);
|
|
375
375
|
}
|
|
376
|
-
.awsui_token-
|
|
376
|
+
.awsui_token-box_39ths_3kdob_342.awsui_error_39ths_3kdob_369 > .awsui_dismiss-button_39ths_3kdob_373:not(#\9):hover {
|
|
377
377
|
color: var(--color-text-interactive-hover-6naf7i, #0f141a);
|
|
378
378
|
}
|
|
379
|
-
.awsui_token-
|
|
379
|
+
.awsui_token-box_39ths_3kdob_342.awsui_warning_39ths_3kdob_379:not(#\9) {
|
|
380
380
|
border-color: var(--color-border-status-warning-j40pg7, #855900);
|
|
381
381
|
border-inline-start-width: var(--border-invalid-width-3xd6e1, 8px);
|
|
382
382
|
}
|
|
383
|
-
.awsui_token-
|
|
383
|
+
.awsui_token-box_39ths_3kdob_342.awsui_warning_39ths_3kdob_379 > .awsui_dismiss-button_39ths_3kdob_373:not(#\9) {
|
|
384
384
|
color: var(--color-text-interactive-default-ugh9wp, #424650);
|
|
385
385
|
}
|
|
386
|
-
.awsui_token-
|
|
386
|
+
.awsui_token-box_39ths_3kdob_342.awsui_warning_39ths_3kdob_379 > .awsui_dismiss-button_39ths_3kdob_373:not(#\9):hover {
|
|
387
387
|
color: var(--color-text-interactive-hover-6naf7i, #0f141a);
|
|
388
388
|
}
|
|
389
|
-
.awsui_token-
|
|
389
|
+
.awsui_token-box_39ths_3kdob_342.awsui_read-only_39ths_3kdob_389:not(#\9) {
|
|
390
390
|
border-color: var(--color-border-input-disabled-zgnzvk, #ebebf0);
|
|
391
391
|
background-color: var(--color-background-container-content-6u8rvp, #ffffff);
|
|
392
392
|
pointer-events: none;
|
|
393
393
|
}
|
|
394
|
-
.awsui_token-
|
|
394
|
+
.awsui_token-box_39ths_3kdob_342.awsui_read-only_39ths_3kdob_389 > .awsui_dismiss-button_39ths_3kdob_373:not(#\9) {
|
|
395
395
|
color: var(--color-text-button-inline-icon-disabled-82hho0, #b4b4bb);
|
|
396
396
|
}
|
|
397
|
-
.awsui_token-
|
|
397
|
+
.awsui_token-box_39ths_3kdob_342.awsui_read-only_39ths_3kdob_389 > .awsui_dismiss-button_39ths_3kdob_373:not(#\9):hover {
|
|
398
398
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
399
399
|
cursor: initial;
|
|
400
400
|
color: var(--color-text-button-inline-icon-disabled-82hho0, #b4b4bb);
|
|
401
401
|
}
|
|
402
|
-
.awsui_token-
|
|
402
|
+
.awsui_token-box_39ths_3kdob_342.awsui_loading_39ths_3kdob_402:not(#\9) {
|
|
403
403
|
border-color: var(--color-border-control-disabled-uj7t08, #dedee3);
|
|
404
404
|
background-color: var(--color-background-container-content-6u8rvp, #ffffff);
|
|
405
405
|
}
|
|
@@ -2,28 +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
|
-
"root": "
|
|
6
|
-
"file-loading-overlay": "awsui_file-loading-
|
|
7
|
-
"file-loading-overlay-single-row": "awsui_file-loading-overlay-single-
|
|
8
|
-
"file-name-container": "awsui_file-name-
|
|
9
|
-
"file-option-name": "awsui_file-option-
|
|
10
|
-
"file-option-size": "awsui_file-option-
|
|
11
|
-
"file-option-last-modified": "awsui_file-option-last-
|
|
12
|
-
"file-option": "awsui_file-
|
|
13
|
-
"file-option-thumbnail": "awsui_file-option-
|
|
14
|
-
"file-option-thumbnail-image": "awsui_file-option-thumbnail-
|
|
15
|
-
"file-option-metadata": "awsui_file-option-
|
|
16
|
-
"with-image": "awsui_with-
|
|
17
|
-
"single-row-loading": "awsui_single-row-
|
|
18
|
-
"token": "
|
|
19
|
-
"token-grid": "awsui_token-
|
|
20
|
-
"token-contains-image": "awsui_token-contains-
|
|
21
|
-
"token-box": "awsui_token-
|
|
22
|
-
"horizontal": "
|
|
23
|
-
"error": "
|
|
24
|
-
"dismiss-button": "awsui_dismiss-
|
|
25
|
-
"warning": "
|
|
26
|
-
"read-only": "awsui_read-
|
|
27
|
-
"loading": "
|
|
5
|
+
"root": "awsui_root_39ths_3kdob_209",
|
|
6
|
+
"file-loading-overlay": "awsui_file-loading-overlay_39ths_3kdob_241",
|
|
7
|
+
"file-loading-overlay-single-row": "awsui_file-loading-overlay-single-row_39ths_3kdob_246",
|
|
8
|
+
"file-name-container": "awsui_file-name-container_39ths_3kdob_250",
|
|
9
|
+
"file-option-name": "awsui_file-option-name_39ths_3kdob_280",
|
|
10
|
+
"file-option-size": "awsui_file-option-size_39ths_3kdob_281",
|
|
11
|
+
"file-option-last-modified": "awsui_file-option-last-modified_39ths_3kdob_282",
|
|
12
|
+
"file-option": "awsui_file-option_39ths_3kdob_280",
|
|
13
|
+
"file-option-thumbnail": "awsui_file-option-thumbnail_39ths_3kdob_295",
|
|
14
|
+
"file-option-thumbnail-image": "awsui_file-option-thumbnail-image_39ths_3kdob_299",
|
|
15
|
+
"file-option-metadata": "awsui_file-option-metadata_39ths_3kdob_312",
|
|
16
|
+
"with-image": "awsui_with-image_39ths_3kdob_315",
|
|
17
|
+
"single-row-loading": "awsui_single-row-loading_39ths_3kdob_318",
|
|
18
|
+
"token": "awsui_token_39ths_3kdob_322",
|
|
19
|
+
"token-grid": "awsui_token-grid_39ths_3kdob_329",
|
|
20
|
+
"token-contains-image": "awsui_token-contains-image_39ths_3kdob_338",
|
|
21
|
+
"token-box": "awsui_token-box_39ths_3kdob_342",
|
|
22
|
+
"horizontal": "awsui_horizontal_39ths_3kdob_361",
|
|
23
|
+
"error": "awsui_error_39ths_3kdob_369",
|
|
24
|
+
"dismiss-button": "awsui_dismiss-button_39ths_3kdob_373",
|
|
25
|
+
"warning": "awsui_warning_39ths_3kdob_379",
|
|
26
|
+
"read-only": "awsui_read-only_39ths_3kdob_389",
|
|
27
|
+
"loading": "awsui_loading_39ths_3kdob_402"
|
|
28
28
|
};
|
|
29
29
|
|