@cloudscape-design/components-themeable 3.0.1222 → 3.0.1224
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/lib/internal/manifest.json +1 -1
- package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +1 -1
- package/lib/internal/scss/internal/styles/typography/mixins.scss +1 -0
- package/lib/internal/scss/prompt-input/styles.scss +1 -0
- package/lib/internal/scss/table/styles.scss +1 -3
- package/lib/internal/template/app-layout/interfaces.d.ts +1 -1
- package/lib/internal/template/app-layout/interfaces.js.map +1 -1
- package/lib/internal/template/box/styles.css.js +192 -192
- package/lib/internal/template/box/styles.scoped.css +239 -237
- package/lib/internal/template/box/styles.selectors.js +192 -192
- package/lib/internal/template/help-panel/styles.css.js +6 -6
- package/lib/internal/template/help-panel/styles.scoped.css +68 -67
- package/lib/internal/template/help-panel/styles.selectors.js +6 -6
- package/lib/internal/template/internal/base-component/styles.scoped.css +2 -1
- package/lib/internal/template/internal/environment.js +2 -2
- package/lib/internal/template/internal/environment.json +2 -2
- package/lib/internal/template/internal/generated/styles/tokens.d.ts +1 -0
- package/lib/internal/template/internal/generated/styles/tokens.js +1 -0
- package/lib/internal/template/internal/generated/theming/index.cjs +13 -0
- package/lib/internal/template/internal/generated/theming/index.cjs.d.ts +45 -0
- package/lib/internal/template/internal/generated/theming/index.d.ts +45 -0
- package/lib/internal/template/internal/generated/theming/index.js +13 -0
- package/lib/internal/template/link/interfaces.d.ts +6 -6
- package/lib/internal/template/link/interfaces.js.map +1 -1
- package/lib/internal/template/link/styles.css.js +20 -20
- package/lib/internal/template/link/styles.scoped.css +72 -71
- package/lib/internal/template/link/styles.selectors.js +20 -20
- package/lib/internal/template/popover/styles.css.js +57 -57
- package/lib/internal/template/popover/styles.scoped.css +91 -89
- package/lib/internal/template/popover/styles.selectors.js +57 -57
- package/lib/internal/template/prompt-input/styles.css.js +17 -17
- package/lib/internal/template/prompt-input/styles.scoped.css +40 -39
- package/lib/internal/template/prompt-input/styles.selectors.js +17 -17
- package/lib/internal/template/table/styles.css.js +34 -34
- package/lib/internal/template/table/styles.scoped.css +42 -44
- package/lib/internal/template/table/styles.selectors.js +34 -34
- package/lib/internal/template/text-content/styles.css.js +1 -1
- package/lib/internal/template/text-content/styles.scoped.css +61 -60
- package/lib/internal/template/text-content/styles.selectors.js +1 -1
- package/package.json +1 -1
|
@@ -150,7 +150,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
150
150
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
151
151
|
SPDX-License-Identifier: Apache-2.0
|
|
152
152
|
*/
|
|
153
|
-
.
|
|
153
|
+
.awsui_root_wih1l_1q8hd_153:not(#\9) {
|
|
154
154
|
font-size: var(--font-size-body-m-vv54cm, 14px);
|
|
155
155
|
line-height: var(--line-height-body-m-bedeoh, 22px);
|
|
156
156
|
color: var(--color-text-body-default-5qid0u, #16191f);
|
|
@@ -161,75 +161,73 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
161
161
|
inline-size: 100%;
|
|
162
162
|
}
|
|
163
163
|
|
|
164
|
-
.
|
|
164
|
+
.awsui_tools_wih1l_1q8hd_164:not(#\9) {
|
|
165
165
|
display: flex;
|
|
166
166
|
align-items: flex-end;
|
|
167
167
|
flex-wrap: wrap;
|
|
168
|
+
gap: var(--space-scaled-xs-sppte9, 8px) var(--space-l-3cws6j, 20px);
|
|
168
169
|
padding-block-start: var(--space-scaled-xs-sppte9, 8px);
|
|
169
170
|
padding-block-end: var(--space-table-header-tools-bottom-b6lpr6, 4px);
|
|
170
171
|
padding-inline: 0;
|
|
171
172
|
}
|
|
172
|
-
.awsui_tools-
|
|
173
|
+
.awsui_tools-filtering_wih1l_1q8hd_173:not(#\9) {
|
|
173
174
|
max-inline-size: 100%;
|
|
174
|
-
margin-inline-end: var(--space-l-3cws6j, 20px);
|
|
175
175
|
}
|
|
176
176
|
@supports (flex-basis: fit-content) {
|
|
177
|
-
.awsui_tools-
|
|
177
|
+
.awsui_tools-filtering_wih1l_1q8hd_173:not(#\9) {
|
|
178
178
|
flex: 1 1 fit-content;
|
|
179
179
|
}
|
|
180
180
|
}
|
|
181
181
|
@supports not (flex-basis: fit-content) {
|
|
182
|
-
.awsui_tools-
|
|
182
|
+
.awsui_tools-filtering_wih1l_1q8hd_173:not(#\9) {
|
|
183
183
|
flex: 1 1 auto;
|
|
184
184
|
}
|
|
185
185
|
}
|
|
186
|
-
.awsui_tools-align-
|
|
186
|
+
.awsui_tools-align-right_wih1l_1q8hd_186:not(#\9) {
|
|
187
187
|
display: flex;
|
|
188
188
|
margin-inline-start: auto;
|
|
189
189
|
}
|
|
190
|
-
.awsui_tools-
|
|
190
|
+
.awsui_tools-pagination_wih1l_1q8hd_190 + .awsui_tools-preferences_wih1l_1q8hd_190:not(#\9) {
|
|
191
191
|
border-inline-start: var(--border-divider-section-width-sznrdy, 1px) solid var(--color-border-divider-default-ipvpev, #eaeded);
|
|
192
192
|
box-sizing: border-box;
|
|
193
193
|
margin-inline-start: var(--space-xs-kw7k3v, 8px);
|
|
194
194
|
padding-inline-start: var(--space-xs-kw7k3v, 8px);
|
|
195
195
|
}
|
|
196
|
-
.awsui_tools-
|
|
197
|
-
margin-inline-end: 0;
|
|
198
|
-
margin-block-end: var(--space-scaled-xs-sppte9, 8px);
|
|
196
|
+
.awsui_tools-small_wih1l_1q8hd_196 > .awsui_tools-filtering_wih1l_1q8hd_173:not(#\9) {
|
|
199
197
|
flex-basis: 100%;
|
|
200
198
|
}
|
|
201
199
|
|
|
202
|
-
.
|
|
200
|
+
.awsui_table_wih1l_1q8hd_200:not(#\9) {
|
|
203
201
|
inline-size: 100%;
|
|
204
202
|
border-spacing: 0;
|
|
205
203
|
position: relative;
|
|
206
204
|
box-sizing: border-box;
|
|
207
205
|
}
|
|
208
|
-
.awsui_table-layout-
|
|
206
|
+
.awsui_table-layout-fixed_wih1l_1q8hd_206:not(#\9) {
|
|
209
207
|
table-layout: fixed;
|
|
210
208
|
}
|
|
211
209
|
|
|
212
|
-
.
|
|
210
|
+
.awsui_wrapper_wih1l_1q8hd_210:not(#\9) {
|
|
213
211
|
position: relative;
|
|
214
212
|
box-sizing: border-box;
|
|
215
213
|
inline-size: 100%;
|
|
216
214
|
overflow-x: auto;
|
|
217
215
|
scrollbar-width: none; /* Hide scrollbar in Firefox */
|
|
218
216
|
}
|
|
219
|
-
.
|
|
217
|
+
.awsui_wrapper_wih1l_1q8hd_210.awsui_variant-stacked_wih1l_1q8hd_217 > .awsui_table_wih1l_1q8hd_200:not(#\9), .awsui_wrapper_wih1l_1q8hd_210.awsui_variant-stacked_wih1l_1q8hd_217 > .awsui_wrapper-content-measure_wih1l_1q8hd_217:not(#\9), .awsui_wrapper_wih1l_1q8hd_210.awsui_variant-container_wih1l_1q8hd_217 > .awsui_table_wih1l_1q8hd_200:not(#\9), .awsui_wrapper_wih1l_1q8hd_210.awsui_variant-container_wih1l_1q8hd_217 > .awsui_wrapper-content-measure_wih1l_1q8hd_217:not(#\9) {
|
|
220
218
|
padding-inline: var(--space-table-horizontal-xmv4qa, 0px);
|
|
221
219
|
}
|
|
222
|
-
.
|
|
220
|
+
.awsui_wrapper_wih1l_1q8hd_210.awsui_variant-stacked_wih1l_1q8hd_217:not(#\9):not(.awsui_has-footer_wih1l_1q8hd_220), .awsui_wrapper_wih1l_1q8hd_210.awsui_variant-container_wih1l_1q8hd_217:not(#\9):not(.awsui_has-footer_wih1l_1q8hd_220) {
|
|
223
221
|
padding-block-end: var(--space-table-content-bottom-nmydez, 0px);
|
|
224
222
|
}
|
|
225
|
-
.
|
|
223
|
+
.awsui_wrapper_wih1l_1q8hd_210:not(#\9):not(.awsui_has-header_wih1l_1q8hd_223) {
|
|
226
224
|
border-start-end-radius: var(--border-radius-container-l30zxy, 0px);
|
|
227
225
|
border-start-start-radius: var(--border-radius-container-l30zxy, 0px);
|
|
228
226
|
}
|
|
229
|
-
.
|
|
227
|
+
.awsui_wrapper_wih1l_1q8hd_210:not(#\9)::-webkit-scrollbar {
|
|
230
228
|
display: none; /* Hide scrollbar in Safari and Chrome */
|
|
231
229
|
}
|
|
232
|
-
body[data-awsui-focus-visible=true] .
|
|
230
|
+
body[data-awsui-focus-visible=true] .awsui_wrapper_wih1l_1q8hd_210:not(#\9):focus {
|
|
233
231
|
outline: 2px dotted transparent;
|
|
234
232
|
outline-offset: 2px;
|
|
235
233
|
border-start-start-radius: var(--border-radius-container-l30zxy, 0px);
|
|
@@ -239,19 +237,19 @@ body[data-awsui-focus-visible=true] .awsui_wrapper_wih1l_1qjko_212:not(#\9):focu
|
|
|
239
237
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-r5f6xl, #0073bb);
|
|
240
238
|
}
|
|
241
239
|
|
|
242
|
-
.awsui_cell-
|
|
240
|
+
.awsui_cell-merged_wih1l_1q8hd_240:not(#\9) {
|
|
243
241
|
text-align: center;
|
|
244
242
|
padding-block: 0;
|
|
245
243
|
padding-inline: 0;
|
|
246
244
|
}
|
|
247
|
-
.awsui_cell-
|
|
245
|
+
.awsui_cell-merged_wih1l_1q8hd_240.awsui_has-footer_wih1l_1q8hd_220:not(#\9) {
|
|
248
246
|
/*
|
|
249
247
|
Add a bottom border to the body cell of an empty table as a separator between the
|
|
250
248
|
table and the footer
|
|
251
249
|
*/
|
|
252
250
|
border-block-end: var(--border-divider-section-width-sznrdy, 1px) solid var(--color-border-divider-default-ipvpev, #eaeded);
|
|
253
251
|
}
|
|
254
|
-
.awsui_cell-merged-
|
|
252
|
+
.awsui_cell-merged-content_wih1l_1q8hd_252:not(#\9) {
|
|
255
253
|
box-sizing: border-box;
|
|
256
254
|
inline-size: 100%;
|
|
257
255
|
padding-block-start: var(--space-scaled-m-sw9kcx, 16px);
|
|
@@ -259,7 +257,7 @@ body[data-awsui-focus-visible=true] .awsui_wrapper_wih1l_1qjko_212:not(#\9):focu
|
|
|
259
257
|
padding-inline: var(--space-l-3cws6j, 20px);
|
|
260
258
|
}
|
|
261
259
|
@supports (position: sticky) {
|
|
262
|
-
.awsui_cell-merged-
|
|
260
|
+
.awsui_cell-merged-content_wih1l_1q8hd_252:not(#\9) {
|
|
263
261
|
position: sticky;
|
|
264
262
|
inset-inline-start: 0;
|
|
265
263
|
margin-block: 0;
|
|
@@ -267,11 +265,11 @@ body[data-awsui-focus-visible=true] .awsui_wrapper_wih1l_1qjko_212:not(#\9):focu
|
|
|
267
265
|
}
|
|
268
266
|
}
|
|
269
267
|
|
|
270
|
-
.
|
|
268
|
+
.awsui_empty_wih1l_1q8hd_268:not(#\9) {
|
|
271
269
|
color: var(--color-text-empty-vtt4l2, #687078);
|
|
272
270
|
}
|
|
273
271
|
|
|
274
|
-
.
|
|
272
|
+
.awsui_loading_wih1l_1q8hd_272:not(#\9) {
|
|
275
273
|
/* used in test-utils */
|
|
276
274
|
}
|
|
277
275
|
|
|
@@ -280,20 +278,20 @@ The min/max/width token values in Visual Refresh should align
|
|
|
280
278
|
the table header and body cells selection control with the table
|
|
281
279
|
filter search icon.
|
|
282
280
|
*/
|
|
283
|
-
.awsui_selection-
|
|
281
|
+
.awsui_selection-control_wih1l_1q8hd_281:not(#\9) {
|
|
284
282
|
box-sizing: border-box;
|
|
285
283
|
max-inline-size: var(--size-table-selection-horizontal-udsu00, 54px);
|
|
286
284
|
min-inline-size: var(--size-table-selection-horizontal-udsu00, 54px);
|
|
287
285
|
position: relative;
|
|
288
286
|
inline-size: var(--size-table-selection-horizontal-udsu00, 54px);
|
|
289
287
|
}
|
|
290
|
-
.awsui_selection-
|
|
288
|
+
.awsui_selection-control_wih1l_1q8hd_281.awsui_selection-control-header_wih1l_1q8hd_288:not(#\9) {
|
|
291
289
|
padding-block: var(--space-scaled-xs-sppte9, 8px);
|
|
292
290
|
padding-inline: var(--space-scaled-l-66n9sr, 20px);
|
|
293
291
|
border-inline-start: var(--border-item-width-acvlhx, 1px) solid transparent;
|
|
294
292
|
}
|
|
295
293
|
|
|
296
|
-
.awsui_header-
|
|
294
|
+
.awsui_header-secondary_wih1l_1q8hd_294:not(#\9) {
|
|
297
295
|
overflow: auto;
|
|
298
296
|
scrollbar-width: none; /* Firefox */
|
|
299
297
|
box-sizing: border-box;
|
|
@@ -304,46 +302,46 @@ filter search icon.
|
|
|
304
302
|
border-end-end-radius: 0;
|
|
305
303
|
background: var(--color-background-table-header-5hauij, #fafafa);
|
|
306
304
|
}
|
|
307
|
-
.awsui_header-
|
|
305
|
+
.awsui_header-secondary_wih1l_1q8hd_294.awsui_variant-full-page_wih1l_1q8hd_305:not(#\9) {
|
|
308
306
|
background: var(--color-background-layout-main-05m5y6, #f2f3f3);
|
|
309
307
|
}
|
|
310
|
-
.awsui_header-
|
|
308
|
+
.awsui_header-secondary_wih1l_1q8hd_294.awsui_variant-stacked_wih1l_1q8hd_217 > .awsui_table_wih1l_1q8hd_200:not(#\9), .awsui_header-secondary_wih1l_1q8hd_294.awsui_variant-container_wih1l_1q8hd_217 > .awsui_table_wih1l_1q8hd_200:not(#\9) {
|
|
311
309
|
padding-inline: var(--space-table-horizontal-xmv4qa, 0px);
|
|
312
310
|
}
|
|
313
|
-
.awsui_header-
|
|
311
|
+
.awsui_header-secondary_wih1l_1q8hd_294.awsui_variant-stacked_wih1l_1q8hd_217:not(#\9):not(.awsui_table-has-header_wih1l_1q8hd_311), .awsui_header-secondary_wih1l_1q8hd_294.awsui_variant-container_wih1l_1q8hd_217:not(#\9):not(.awsui_table-has-header_wih1l_1q8hd_311) {
|
|
314
312
|
border-start-start-radius: var(--border-radius-container-l30zxy, 0px);
|
|
315
313
|
border-start-end-radius: var(--border-radius-container-l30zxy, 0px);
|
|
316
314
|
}
|
|
317
|
-
.awsui_header-
|
|
315
|
+
.awsui_header-secondary_wih1l_1q8hd_294:not(#\9)::-webkit-scrollbar {
|
|
318
316
|
display: none; /* Safari and Chrome */
|
|
319
317
|
}
|
|
320
|
-
.awsui_header-
|
|
318
|
+
.awsui_header-secondary_wih1l_1q8hd_294.awsui_table-has-header_wih1l_1q8hd_311:not(#\9) {
|
|
321
319
|
border-block-start: var(--border-divider-list-width-8ggz94, 1px) solid var(--color-border-container-divider-0lh379, #eaeded);
|
|
322
320
|
}
|
|
323
321
|
|
|
324
|
-
.awsui_header-
|
|
322
|
+
.awsui_header-controls_wih1l_1q8hd_322:not(#\9) {
|
|
325
323
|
padding-block: var(--space-container-header-top-3cfni8, 12px) var(--space-container-header-bottom-rbnprk, 12px);
|
|
326
324
|
}
|
|
327
|
-
.awsui_header-
|
|
325
|
+
.awsui_header-controls_wih1l_1q8hd_322.awsui_variant-full-page_wih1l_1q8hd_305:not(#\9) {
|
|
328
326
|
padding-block: 0 calc(var(--space-container-header-bottom-rbnprk, 12px) + var(--space-table-header-tools-full-page-bottom-1o73je, 4px));
|
|
329
327
|
}
|
|
330
|
-
.awsui_header-
|
|
328
|
+
.awsui_header-controls_wih1l_1q8hd_322.awsui_variant-stacked_wih1l_1q8hd_217:not(#\9), .awsui_header-controls_wih1l_1q8hd_322.awsui_variant-container_wih1l_1q8hd_217:not(#\9) {
|
|
331
329
|
padding-inline: calc(var(--space-table-horizontal-xmv4qa, 0px) + var(--space-table-header-horizontal-2rvxep, 20px));
|
|
332
330
|
}
|
|
333
|
-
.awsui_header-
|
|
331
|
+
.awsui_header-controls_wih1l_1q8hd_322.awsui_variant-embedded_wih1l_1q8hd_331:not(#\9), .awsui_header-controls_wih1l_1q8hd_322.awsui_variant-borderless_wih1l_1q8hd_331:not(#\9) {
|
|
334
332
|
padding-inline: var(--space-table-header-horizontal-2rvxep, 20px);
|
|
335
333
|
padding-block-start: var(--space-table-embedded-header-top-oo6o3u, 12px);
|
|
336
334
|
}
|
|
337
335
|
|
|
338
|
-
.awsui_footer-
|
|
336
|
+
.awsui_footer-wrapper_wih1l_1q8hd_336.awsui_variant-stacked_wih1l_1q8hd_217:not(#\9), .awsui_footer-wrapper_wih1l_1q8hd_336.awsui_variant-container_wih1l_1q8hd_217:not(#\9) {
|
|
339
337
|
padding-inline: var(--space-table-horizontal-xmv4qa, 0px);
|
|
340
338
|
}
|
|
341
339
|
|
|
342
|
-
.
|
|
340
|
+
.awsui_footer_wih1l_1q8hd_336:not(#\9) {
|
|
343
341
|
padding-block: var(--space-scaled-s-gjhvjd, 12px);
|
|
344
342
|
padding-inline: var(--space-table-footer-horizontal-x9dbll, 20px);
|
|
345
343
|
}
|
|
346
|
-
.awsui_footer-with-
|
|
344
|
+
.awsui_footer-with-pagination_wih1l_1q8hd_344:not(#\9) {
|
|
347
345
|
display: flex;
|
|
348
346
|
flex-direction: row;
|
|
349
347
|
justify-content: space-between;
|
|
@@ -351,12 +349,12 @@ filter search icon.
|
|
|
351
349
|
flex-wrap: wrap;
|
|
352
350
|
gap: var(--space-scaled-s-gjhvjd, 12px);
|
|
353
351
|
}
|
|
354
|
-
.awsui_footer-
|
|
352
|
+
.awsui_footer-pagination_wih1l_1q8hd_352:not(#\9) {
|
|
355
353
|
margin-inline-start: auto;
|
|
356
354
|
}
|
|
357
355
|
|
|
358
|
-
.awsui_thead-
|
|
359
|
-
.
|
|
360
|
-
.awsui_row-
|
|
356
|
+
.awsui_thead-active_wih1l_1q8hd_356:not(#\9),
|
|
357
|
+
.awsui_row_wih1l_1q8hd_357:not(#\9),
|
|
358
|
+
.awsui_row-selected_wih1l_1q8hd_358:not(#\9) {
|
|
361
359
|
/* used in test-utils */
|
|
362
360
|
}
|
|
@@ -2,39 +2,39 @@
|
|
|
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
|
-
"tools": "
|
|
7
|
-
"tools-filtering": "awsui_tools-
|
|
8
|
-
"tools-align-right": "awsui_tools-align-
|
|
9
|
-
"tools-pagination": "awsui_tools-
|
|
10
|
-
"tools-preferences": "awsui_tools-
|
|
11
|
-
"tools-small": "awsui_tools-
|
|
12
|
-
"table": "
|
|
13
|
-
"table-layout-fixed": "awsui_table-layout-
|
|
14
|
-
"wrapper": "
|
|
15
|
-
"variant-stacked": "awsui_variant-
|
|
16
|
-
"wrapper-content-measure": "awsui_wrapper-content-
|
|
17
|
-
"variant-container": "awsui_variant-
|
|
18
|
-
"has-footer": "awsui_has-
|
|
19
|
-
"has-header": "awsui_has-
|
|
20
|
-
"cell-merged": "awsui_cell-
|
|
21
|
-
"cell-merged-content": "awsui_cell-merged-
|
|
22
|
-
"empty": "
|
|
23
|
-
"loading": "
|
|
24
|
-
"selection-control": "awsui_selection-
|
|
25
|
-
"selection-control-header": "awsui_selection-control-
|
|
26
|
-
"header-secondary": "awsui_header-
|
|
27
|
-
"variant-full-page": "awsui_variant-full-
|
|
28
|
-
"table-has-header": "awsui_table-has-
|
|
29
|
-
"header-controls": "awsui_header-
|
|
30
|
-
"variant-embedded": "awsui_variant-
|
|
31
|
-
"variant-borderless": "awsui_variant-
|
|
32
|
-
"footer-wrapper": "awsui_footer-
|
|
33
|
-
"footer": "
|
|
34
|
-
"footer-with-pagination": "awsui_footer-with-
|
|
35
|
-
"footer-pagination": "awsui_footer-
|
|
36
|
-
"thead-active": "awsui_thead-
|
|
37
|
-
"row": "
|
|
38
|
-
"row-selected": "awsui_row-
|
|
5
|
+
"root": "awsui_root_wih1l_1q8hd_153",
|
|
6
|
+
"tools": "awsui_tools_wih1l_1q8hd_164",
|
|
7
|
+
"tools-filtering": "awsui_tools-filtering_wih1l_1q8hd_173",
|
|
8
|
+
"tools-align-right": "awsui_tools-align-right_wih1l_1q8hd_186",
|
|
9
|
+
"tools-pagination": "awsui_tools-pagination_wih1l_1q8hd_190",
|
|
10
|
+
"tools-preferences": "awsui_tools-preferences_wih1l_1q8hd_190",
|
|
11
|
+
"tools-small": "awsui_tools-small_wih1l_1q8hd_196",
|
|
12
|
+
"table": "awsui_table_wih1l_1q8hd_200",
|
|
13
|
+
"table-layout-fixed": "awsui_table-layout-fixed_wih1l_1q8hd_206",
|
|
14
|
+
"wrapper": "awsui_wrapper_wih1l_1q8hd_210",
|
|
15
|
+
"variant-stacked": "awsui_variant-stacked_wih1l_1q8hd_217",
|
|
16
|
+
"wrapper-content-measure": "awsui_wrapper-content-measure_wih1l_1q8hd_217",
|
|
17
|
+
"variant-container": "awsui_variant-container_wih1l_1q8hd_217",
|
|
18
|
+
"has-footer": "awsui_has-footer_wih1l_1q8hd_220",
|
|
19
|
+
"has-header": "awsui_has-header_wih1l_1q8hd_223",
|
|
20
|
+
"cell-merged": "awsui_cell-merged_wih1l_1q8hd_240",
|
|
21
|
+
"cell-merged-content": "awsui_cell-merged-content_wih1l_1q8hd_252",
|
|
22
|
+
"empty": "awsui_empty_wih1l_1q8hd_268",
|
|
23
|
+
"loading": "awsui_loading_wih1l_1q8hd_272",
|
|
24
|
+
"selection-control": "awsui_selection-control_wih1l_1q8hd_281",
|
|
25
|
+
"selection-control-header": "awsui_selection-control-header_wih1l_1q8hd_288",
|
|
26
|
+
"header-secondary": "awsui_header-secondary_wih1l_1q8hd_294",
|
|
27
|
+
"variant-full-page": "awsui_variant-full-page_wih1l_1q8hd_305",
|
|
28
|
+
"table-has-header": "awsui_table-has-header_wih1l_1q8hd_311",
|
|
29
|
+
"header-controls": "awsui_header-controls_wih1l_1q8hd_322",
|
|
30
|
+
"variant-embedded": "awsui_variant-embedded_wih1l_1q8hd_331",
|
|
31
|
+
"variant-borderless": "awsui_variant-borderless_wih1l_1q8hd_331",
|
|
32
|
+
"footer-wrapper": "awsui_footer-wrapper_wih1l_1q8hd_336",
|
|
33
|
+
"footer": "awsui_footer_wih1l_1q8hd_336",
|
|
34
|
+
"footer-with-pagination": "awsui_footer-with-pagination_wih1l_1q8hd_344",
|
|
35
|
+
"footer-pagination": "awsui_footer-pagination_wih1l_1q8hd_352",
|
|
36
|
+
"thead-active": "awsui_thead-active_wih1l_1q8hd_356",
|
|
37
|
+
"row": "awsui_row_wih1l_1q8hd_357",
|
|
38
|
+
"row-selected": "awsui_row-selected_wih1l_1q8hd_358"
|
|
39
39
|
};
|
|
40
40
|
|
|
@@ -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
|
-
.awsui_text-
|
|
146
|
+
.awsui_text-content_6absk_1y2gs_146:not(#\9) {
|
|
147
147
|
border-collapse: separate;
|
|
148
148
|
border-spacing: 0;
|
|
149
149
|
box-sizing: border-box;
|
|
@@ -176,12 +176,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
176
176
|
/* stylelint-disable no-descending-specificity */
|
|
177
177
|
/* stylelint-enable no-descending-specificity */
|
|
178
178
|
}
|
|
179
|
-
.awsui_text-
|
|
180
|
-
.awsui_text-
|
|
181
|
-
.awsui_text-
|
|
182
|
-
.awsui_text-
|
|
183
|
-
.awsui_text-
|
|
184
|
-
.awsui_text-
|
|
179
|
+
.awsui_text-content_6absk_1y2gs_146 h1:not(#\9),
|
|
180
|
+
.awsui_text-content_6absk_1y2gs_146 h2:not(#\9),
|
|
181
|
+
.awsui_text-content_6absk_1y2gs_146 h3:not(#\9),
|
|
182
|
+
.awsui_text-content_6absk_1y2gs_146 h4:not(#\9),
|
|
183
|
+
.awsui_text-content_6absk_1y2gs_146 h5:not(#\9),
|
|
184
|
+
.awsui_text-content_6absk_1y2gs_146 p:not(#\9) {
|
|
185
185
|
font-family: inherit;
|
|
186
186
|
font-weight: normal;
|
|
187
187
|
text-decoration: none;
|
|
@@ -190,14 +190,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
190
190
|
padding-block: var(--space-xxs-jnczic, 4px);
|
|
191
191
|
padding-inline: 0;
|
|
192
192
|
}
|
|
193
|
-
.awsui_text-
|
|
194
|
-
.awsui_text-
|
|
195
|
-
.awsui_text-
|
|
196
|
-
.awsui_text-
|
|
197
|
-
.awsui_text-
|
|
193
|
+
.awsui_text-content_6absk_1y2gs_146 h1:not(#\9),
|
|
194
|
+
.awsui_text-content_6absk_1y2gs_146 h2:not(#\9),
|
|
195
|
+
.awsui_text-content_6absk_1y2gs_146 h3:not(#\9),
|
|
196
|
+
.awsui_text-content_6absk_1y2gs_146 h4:not(#\9),
|
|
197
|
+
.awsui_text-content_6absk_1y2gs_146 h5:not(#\9) {
|
|
198
198
|
color: var(--color-text-heading-default-wlau07, #16191f);
|
|
199
199
|
}
|
|
200
|
-
.awsui_text-
|
|
200
|
+
.awsui_text-content_6absk_1y2gs_146 h1:not(#\9) {
|
|
201
201
|
font-family: var(--font-family-heading-gnchto, "Noto Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
202
202
|
font-size: var(--font-size-heading-xl-w5di2k, 28px);
|
|
203
203
|
line-height: var(--line-height-heading-xl-vs1f23, 36px);
|
|
@@ -206,7 +206,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
206
206
|
-webkit-font-smoothing: var(--font-smoothing-webkit-px4az4, auto);
|
|
207
207
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-ev3sgf, auto);
|
|
208
208
|
}
|
|
209
|
-
.awsui_text-
|
|
209
|
+
.awsui_text-content_6absk_1y2gs_146 h2:not(#\9) {
|
|
210
210
|
font-family: var(--font-family-heading-gnchto, "Noto Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
211
211
|
font-size: var(--font-size-heading-l-qgg2za, 18px);
|
|
212
212
|
line-height: var(--line-height-heading-l-vhgtnq, 22px);
|
|
@@ -215,7 +215,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
215
215
|
-webkit-font-smoothing: var(--font-smoothing-webkit-px4az4, auto);
|
|
216
216
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-ev3sgf, auto);
|
|
217
217
|
}
|
|
218
|
-
.awsui_text-
|
|
218
|
+
.awsui_text-content_6absk_1y2gs_146 h3:not(#\9) {
|
|
219
219
|
font-family: var(--font-family-heading-gnchto, "Noto Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
220
220
|
font-size: var(--font-size-heading-m-56jjln, 18px);
|
|
221
221
|
line-height: var(--line-height-heading-m-irezqt, 22px);
|
|
@@ -224,7 +224,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
224
224
|
-webkit-font-smoothing: var(--font-smoothing-webkit-px4az4, auto);
|
|
225
225
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-ev3sgf, auto);
|
|
226
226
|
}
|
|
227
|
-
.awsui_text-
|
|
227
|
+
.awsui_text-content_6absk_1y2gs_146 h4:not(#\9) {
|
|
228
228
|
font-family: var(--font-family-heading-gnchto, "Noto Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
229
229
|
font-size: var(--font-size-heading-s-yde02v, 16px);
|
|
230
230
|
line-height: var(--line-height-heading-s-j2axh8, 20px);
|
|
@@ -233,31 +233,32 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
233
233
|
-webkit-font-smoothing: var(--font-smoothing-webkit-px4az4, auto);
|
|
234
234
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-ev3sgf, auto);
|
|
235
235
|
}
|
|
236
|
-
.awsui_text-
|
|
236
|
+
.awsui_text-content_6absk_1y2gs_146 h5:not(#\9) {
|
|
237
237
|
font-family: var(--font-family-heading-gnchto, "Noto Sans", "Helvetica Neue", Roboto, Arial, sans-serif);
|
|
238
238
|
font-size: var(--font-size-heading-xs-c20ika, 16px);
|
|
239
239
|
line-height: var(--line-height-heading-xs-fuzanp, 20px);
|
|
240
|
+
letter-spacing: var(--letter-spacing-heading-xs-tefhgo, normal);
|
|
240
241
|
font-weight: var(--font-weight-heading-xs-79d2p7, 400);
|
|
241
242
|
-webkit-font-smoothing: var(--font-smoothing-webkit-px4az4, auto);
|
|
242
243
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-ev3sgf, auto);
|
|
243
244
|
}
|
|
244
|
-
.awsui_text-
|
|
245
|
-
.awsui_text-
|
|
245
|
+
.awsui_text-content_6absk_1y2gs_146 b:not(#\9),
|
|
246
|
+
.awsui_text-content_6absk_1y2gs_146 strong:not(#\9) {
|
|
246
247
|
font-weight: 700;
|
|
247
248
|
}
|
|
248
|
-
.awsui_text-
|
|
249
|
+
.awsui_text-content_6absk_1y2gs_146 p:not(#\9) {
|
|
249
250
|
font-size: var(--font-size-body-m-vv54cm, 14px);
|
|
250
251
|
line-height: var(--line-height-body-m-bedeoh, 22px);
|
|
251
252
|
color: inherit;
|
|
252
253
|
}
|
|
253
|
-
.awsui_text-
|
|
254
|
+
.awsui_text-content_6absk_1y2gs_146 small:not(#\9) {
|
|
254
255
|
display: inline-block;
|
|
255
256
|
font-size: var(--font-size-body-s-psgqn2, 12px);
|
|
256
257
|
line-height: var(--line-height-body-s-otgtsr, 16px);
|
|
257
258
|
letter-spacing: var(--letter-spacing-body-s-egrcsd, normal);
|
|
258
259
|
color: var(--color-text-small-m20sr1, #687078);
|
|
259
260
|
}
|
|
260
|
-
.awsui_text-
|
|
261
|
+
.awsui_text-content_6absk_1y2gs_146 small a:not(#\9) {
|
|
261
262
|
font-size: inherit;
|
|
262
263
|
text-underline-offset: 0.25em;
|
|
263
264
|
text-decoration-thickness: 1px;
|
|
@@ -272,41 +273,41 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
272
273
|
transition-duration: var(--motion-duration-refresh-only-medium-h3wrr6, 0ms);
|
|
273
274
|
}
|
|
274
275
|
@media (prefers-reduced-motion: reduce) {
|
|
275
|
-
.awsui_text-
|
|
276
|
+
.awsui_text-content_6absk_1y2gs_146 small a:not(#\9) {
|
|
276
277
|
animation: none;
|
|
277
278
|
transition: none;
|
|
278
279
|
}
|
|
279
280
|
}
|
|
280
|
-
.awsui-motion-disabled .awsui_text-
|
|
281
|
+
.awsui-motion-disabled .awsui_text-content_6absk_1y2gs_146 small a:not(#\9), .awsui-mode-entering .awsui_text-content_6absk_1y2gs_146 small a:not(#\9) {
|
|
281
282
|
animation: none;
|
|
282
283
|
transition: none;
|
|
283
284
|
}
|
|
284
|
-
.awsui_text-
|
|
285
|
+
.awsui_text-content_6absk_1y2gs_146 small a:not(#\9):hover {
|
|
285
286
|
cursor: pointer;
|
|
286
287
|
color: var(--awsui-style-color-hover-n6lfw8, var(--color-text-link-hover-pqxtsy, #0a4a74));
|
|
287
288
|
}
|
|
288
|
-
.awsui_text-
|
|
289
|
+
.awsui_text-content_6absk_1y2gs_146 small a:not(#\9):focus {
|
|
289
290
|
outline: none;
|
|
290
291
|
}
|
|
291
|
-
.awsui_text-
|
|
292
|
+
.awsui_text-content_6absk_1y2gs_146 small a:not(#\9):active {
|
|
292
293
|
color: var(--awsui-style-color-active-n6lfw8, var(--color-text-link-hover-pqxtsy, #0a4a74));
|
|
293
294
|
}
|
|
294
|
-
.awsui_text-
|
|
295
|
+
.awsui_text-content_6absk_1y2gs_146 small a:not(#\9):active, .awsui_text-content_6absk_1y2gs_146 small a:not(#\9):focus, .awsui_text-content_6absk_1y2gs_146 small a:not(#\9):hover {
|
|
295
296
|
text-decoration-line: underline;
|
|
296
297
|
text-decoration-color: currentColor;
|
|
297
298
|
}
|
|
298
|
-
.awsui_text-
|
|
299
|
-
.awsui_text-
|
|
300
|
-
.awsui_text-
|
|
299
|
+
.awsui_text-content_6absk_1y2gs_146 code:not(#\9),
|
|
300
|
+
.awsui_text-content_6absk_1y2gs_146 pre:not(#\9),
|
|
301
|
+
.awsui_text-content_6absk_1y2gs_146 samp:not(#\9) {
|
|
301
302
|
font-family: var(--font-family-monospace-fub2rr, Monaco, Menlo, Consolas, "Courier Prime", Courier, "Courier New", monospace);
|
|
302
303
|
background: transparent;
|
|
303
304
|
}
|
|
304
|
-
.awsui_text-
|
|
305
|
+
.awsui_text-content_6absk_1y2gs_146 code:not(#\9) {
|
|
305
306
|
font-size: var(--font-size-body-s-psgqn2, 12px);
|
|
306
307
|
line-height: var(--line-height-body-s-otgtsr, 16px);
|
|
307
308
|
letter-spacing: var(--letter-spacing-body-s-egrcsd, normal);
|
|
308
309
|
}
|
|
309
|
-
.awsui_text-
|
|
310
|
+
.awsui_text-content_6absk_1y2gs_146 a:not(#\9) {
|
|
310
311
|
text-underline-offset: 0.25em;
|
|
311
312
|
text-decoration-thickness: 1px;
|
|
312
313
|
color: var(--awsui-style-color-default-n6lfw8, var(--color-text-link-default-z7zuy8, #0073bb));
|
|
@@ -320,30 +321,30 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
320
321
|
transition-duration: var(--motion-duration-refresh-only-medium-h3wrr6, 0ms);
|
|
321
322
|
}
|
|
322
323
|
@media (prefers-reduced-motion: reduce) {
|
|
323
|
-
.awsui_text-
|
|
324
|
+
.awsui_text-content_6absk_1y2gs_146 a:not(#\9) {
|
|
324
325
|
animation: none;
|
|
325
326
|
transition: none;
|
|
326
327
|
}
|
|
327
328
|
}
|
|
328
|
-
.awsui-motion-disabled .awsui_text-
|
|
329
|
+
.awsui-motion-disabled .awsui_text-content_6absk_1y2gs_146 a:not(#\9), .awsui-mode-entering .awsui_text-content_6absk_1y2gs_146 a:not(#\9) {
|
|
329
330
|
animation: none;
|
|
330
331
|
transition: none;
|
|
331
332
|
}
|
|
332
|
-
.awsui_text-
|
|
333
|
+
.awsui_text-content_6absk_1y2gs_146 a:not(#\9):hover {
|
|
333
334
|
cursor: pointer;
|
|
334
335
|
color: var(--awsui-style-color-hover-n6lfw8, var(--color-text-link-hover-pqxtsy, #0a4a74));
|
|
335
336
|
}
|
|
336
|
-
.awsui_text-
|
|
337
|
+
.awsui_text-content_6absk_1y2gs_146 a:not(#\9):focus {
|
|
337
338
|
outline: none;
|
|
338
339
|
}
|
|
339
|
-
.awsui_text-
|
|
340
|
+
.awsui_text-content_6absk_1y2gs_146 a:not(#\9):active {
|
|
340
341
|
color: var(--awsui-style-color-active-n6lfw8, var(--color-text-link-hover-pqxtsy, #0a4a74));
|
|
341
342
|
}
|
|
342
|
-
.awsui_text-
|
|
343
|
+
.awsui_text-content_6absk_1y2gs_146 a:not(#\9):active, .awsui_text-content_6absk_1y2gs_146 a:not(#\9):focus, .awsui_text-content_6absk_1y2gs_146 a:not(#\9):hover {
|
|
343
344
|
text-decoration-line: underline;
|
|
344
345
|
text-decoration-color: currentColor;
|
|
345
346
|
}
|
|
346
|
-
.awsui_text-
|
|
347
|
+
.awsui_text-content_6absk_1y2gs_146 a:not(#\9):focus {
|
|
347
348
|
outline: thin dotted;
|
|
348
349
|
outline: var(--border-link-focus-ring-outline-c5423y, 5px auto Highlight);
|
|
349
350
|
outline-offset: 2px;
|
|
@@ -354,33 +355,33 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
354
355
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-9xsko1, 2px);
|
|
355
356
|
box-shadow: 0 0 0 var(--border-link-focus-ring-shadow-spread-woh62o, 0px) var(--color-border-item-focused-r5f6xl, #0073bb);
|
|
356
357
|
}
|
|
357
|
-
.awsui_text-
|
|
358
|
-
.awsui_text-
|
|
358
|
+
.awsui_text-content_6absk_1y2gs_146 ul:not(#\9),
|
|
359
|
+
.awsui_text-content_6absk_1y2gs_146 ol:not(#\9) {
|
|
359
360
|
padding-inline-start: var(--space-l-3cws6j, 20px);
|
|
360
361
|
margin-block: var(--space-scaled-xs-sppte9, 8px);
|
|
361
362
|
margin-inline: 0;
|
|
362
363
|
list-style-position: outside;
|
|
363
364
|
}
|
|
364
|
-
.awsui_text-
|
|
365
|
-
.awsui_text-
|
|
366
|
-
.awsui_text-
|
|
367
|
-
.awsui_text-
|
|
368
|
-
.awsui_text-
|
|
369
|
-
.awsui_text-
|
|
370
|
-
.awsui_text-
|
|
371
|
-
.awsui_text-
|
|
372
|
-
.awsui_text-
|
|
373
|
-
.awsui_text-
|
|
374
|
-
.awsui_text-
|
|
375
|
-
.awsui_text-
|
|
376
|
-
.awsui_text-
|
|
377
|
-
.awsui_text-
|
|
365
|
+
.awsui_text-content_6absk_1y2gs_146 ul + ul:not(#\9),
|
|
366
|
+
.awsui_text-content_6absk_1y2gs_146 ul + ol:not(#\9),
|
|
367
|
+
.awsui_text-content_6absk_1y2gs_146 ul > li + ul:not(#\9),
|
|
368
|
+
.awsui_text-content_6absk_1y2gs_146 ul > li + li:not(#\9),
|
|
369
|
+
.awsui_text-content_6absk_1y2gs_146 ul > li + ol:not(#\9),
|
|
370
|
+
.awsui_text-content_6absk_1y2gs_146 ul > li > ul:not(#\9),
|
|
371
|
+
.awsui_text-content_6absk_1y2gs_146 ul > li > ol:not(#\9),
|
|
372
|
+
.awsui_text-content_6absk_1y2gs_146 ol + ul:not(#\9),
|
|
373
|
+
.awsui_text-content_6absk_1y2gs_146 ol + ol:not(#\9),
|
|
374
|
+
.awsui_text-content_6absk_1y2gs_146 ol > li + ul:not(#\9),
|
|
375
|
+
.awsui_text-content_6absk_1y2gs_146 ol > li + li:not(#\9),
|
|
376
|
+
.awsui_text-content_6absk_1y2gs_146 ol > li + ol:not(#\9),
|
|
377
|
+
.awsui_text-content_6absk_1y2gs_146 ol > li > ul:not(#\9),
|
|
378
|
+
.awsui_text-content_6absk_1y2gs_146 ol > li > ol:not(#\9) {
|
|
378
379
|
padding-block-start: var(--space-scaled-xxs-jatbiv, 4px);
|
|
379
380
|
}
|
|
380
|
-
.awsui_text-
|
|
381
|
-
.awsui_text-
|
|
382
|
-
.awsui_text-
|
|
383
|
-
.awsui_text-
|
|
381
|
+
.awsui_text-content_6absk_1y2gs_146 ul > li > ul:not(#\9),
|
|
382
|
+
.awsui_text-content_6absk_1y2gs_146 ul > li > ol:not(#\9),
|
|
383
|
+
.awsui_text-content_6absk_1y2gs_146 ol > li > ul:not(#\9),
|
|
384
|
+
.awsui_text-content_6absk_1y2gs_146 ol > li > ol:not(#\9) {
|
|
384
385
|
margin-block: 0;
|
|
385
386
|
margin-inline: 0;
|
|
386
387
|
}
|