@cloudscape-design/components-themeable 3.0.1310 → 3.0.1311
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/table/styles.scss +6 -0
- package/lib/internal/template/internal/base-component/styles.scoped.css +1 -1
- package/lib/internal/template/internal/environment.js +2 -2
- package/lib/internal/template/internal/environment.json +2 -2
- package/lib/internal/template/table/interfaces.d.ts +11 -0
- package/lib/internal/template/table/interfaces.d.ts.map +1 -1
- package/lib/internal/template/table/interfaces.js.map +1 -1
- package/lib/internal/template/table/internal.d.ts.map +1 -1
- package/lib/internal/template/table/internal.js +104 -99
- package/lib/internal/template/table/internal.js.map +1 -1
- package/lib/internal/template/table/skeleton-rows.d.ts +23 -0
- package/lib/internal/template/table/skeleton-rows.d.ts.map +1 -0
- package/lib/internal/template/table/skeleton-rows.js +33 -0
- package/lib/internal/template/table/skeleton-rows.js.map +1 -0
- package/lib/internal/template/table/styles.css.js +36 -35
- package/lib/internal/template/table/styles.scoped.css +48 -42
- package/lib/internal/template/table/styles.selectors.js +36 -35
- 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_1usgh_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,7 +161,7 @@ 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_1usgh_164:not(#\9) {
|
|
165
165
|
display: flex;
|
|
166
166
|
align-items: flex-end;
|
|
167
167
|
flex-wrap: wrap;
|
|
@@ -170,64 +170,64 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
170
170
|
padding-block-end: var(--space-table-header-tools-bottom-b6lpr6, 4px);
|
|
171
171
|
padding-inline: 0;
|
|
172
172
|
}
|
|
173
|
-
.awsui_tools-
|
|
173
|
+
.awsui_tools-filtering_wih1l_1usgh_173:not(#\9) {
|
|
174
174
|
max-inline-size: 100%;
|
|
175
175
|
}
|
|
176
176
|
@supports (flex-basis: fit-content) {
|
|
177
|
-
.awsui_tools-
|
|
177
|
+
.awsui_tools-filtering_wih1l_1usgh_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_1usgh_173:not(#\9) {
|
|
183
183
|
flex: 1 1 auto;
|
|
184
184
|
}
|
|
185
185
|
}
|
|
186
|
-
.awsui_tools-align-
|
|
186
|
+
.awsui_tools-align-right_wih1l_1usgh_186:not(#\9) {
|
|
187
187
|
display: flex;
|
|
188
188
|
margin-inline-start: auto;
|
|
189
189
|
}
|
|
190
|
-
.awsui_tools-
|
|
190
|
+
.awsui_tools-pagination_wih1l_1usgh_190 + .awsui_tools-preferences_wih1l_1usgh_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-
|
|
196
|
+
.awsui_tools-small_wih1l_1usgh_196 > .awsui_tools-filtering_wih1l_1usgh_173:not(#\9) {
|
|
197
197
|
flex-basis: 100%;
|
|
198
198
|
}
|
|
199
199
|
|
|
200
|
-
.
|
|
200
|
+
.awsui_table_wih1l_1usgh_200:not(#\9) {
|
|
201
201
|
inline-size: 100%;
|
|
202
202
|
border-spacing: 0;
|
|
203
203
|
position: relative;
|
|
204
204
|
box-sizing: border-box;
|
|
205
205
|
}
|
|
206
|
-
.awsui_table-layout-
|
|
206
|
+
.awsui_table-layout-fixed_wih1l_1usgh_206:not(#\9) {
|
|
207
207
|
table-layout: fixed;
|
|
208
208
|
}
|
|
209
209
|
|
|
210
|
-
.
|
|
210
|
+
.awsui_wrapper_wih1l_1usgh_210:not(#\9) {
|
|
211
211
|
position: relative;
|
|
212
212
|
box-sizing: border-box;
|
|
213
213
|
inline-size: 100%;
|
|
214
214
|
overflow-x: auto;
|
|
215
215
|
scrollbar-width: none; /* Hide scrollbar in Firefox */
|
|
216
216
|
}
|
|
217
|
-
.
|
|
217
|
+
.awsui_wrapper_wih1l_1usgh_210.awsui_variant-stacked_wih1l_1usgh_217 > .awsui_table_wih1l_1usgh_200:not(#\9), .awsui_wrapper_wih1l_1usgh_210.awsui_variant-stacked_wih1l_1usgh_217 > .awsui_wrapper-content-measure_wih1l_1usgh_217:not(#\9), .awsui_wrapper_wih1l_1usgh_210.awsui_variant-container_wih1l_1usgh_217 > .awsui_table_wih1l_1usgh_200:not(#\9), .awsui_wrapper_wih1l_1usgh_210.awsui_variant-container_wih1l_1usgh_217 > .awsui_wrapper-content-measure_wih1l_1usgh_217:not(#\9) {
|
|
218
218
|
padding-inline: var(--space-table-horizontal-xmv4qa, 0px);
|
|
219
219
|
}
|
|
220
|
-
.
|
|
220
|
+
.awsui_wrapper_wih1l_1usgh_210.awsui_variant-stacked_wih1l_1usgh_217:not(#\9):not(.awsui_has-footer_wih1l_1usgh_220), .awsui_wrapper_wih1l_1usgh_210.awsui_variant-container_wih1l_1usgh_217:not(#\9):not(.awsui_has-footer_wih1l_1usgh_220) {
|
|
221
221
|
padding-block-end: var(--space-table-content-bottom-nmydez, 0px);
|
|
222
222
|
}
|
|
223
|
-
.
|
|
223
|
+
.awsui_wrapper_wih1l_1usgh_210:not(#\9):not(.awsui_has-header_wih1l_1usgh_223) {
|
|
224
224
|
border-start-end-radius: var(--border-radius-container-l30zxy, 0px);
|
|
225
225
|
border-start-start-radius: var(--border-radius-container-l30zxy, 0px);
|
|
226
226
|
}
|
|
227
|
-
.
|
|
227
|
+
.awsui_wrapper_wih1l_1usgh_210:not(#\9)::-webkit-scrollbar {
|
|
228
228
|
display: none; /* Hide scrollbar in Safari and Chrome */
|
|
229
229
|
}
|
|
230
|
-
body[data-awsui-focus-visible=true] .
|
|
230
|
+
body[data-awsui-focus-visible=true] .awsui_wrapper_wih1l_1usgh_210:not(#\9):focus {
|
|
231
231
|
outline: 2px dotted transparent;
|
|
232
232
|
outline-offset: 2px;
|
|
233
233
|
border-start-start-radius: var(--border-radius-container-l30zxy, 0px);
|
|
@@ -237,19 +237,19 @@ body[data-awsui-focus-visible=true] .awsui_wrapper_wih1l_vr6j4_210:not(#\9):focu
|
|
|
237
237
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-r5f6xl, #0073bb);
|
|
238
238
|
}
|
|
239
239
|
|
|
240
|
-
.awsui_cell-
|
|
240
|
+
.awsui_cell-merged_wih1l_1usgh_240:not(#\9) {
|
|
241
241
|
text-align: center;
|
|
242
242
|
padding-block: 0;
|
|
243
243
|
padding-inline: 0;
|
|
244
244
|
}
|
|
245
|
-
.awsui_cell-
|
|
245
|
+
.awsui_cell-merged_wih1l_1usgh_240.awsui_has-footer_wih1l_1usgh_220:not(#\9) {
|
|
246
246
|
/*
|
|
247
247
|
Add a bottom border to the body cell of an empty table as a separator between the
|
|
248
248
|
table and the footer
|
|
249
249
|
*/
|
|
250
250
|
border-block-end: var(--border-divider-section-width-sznrdy, 1px) solid var(--color-border-divider-default-ipvpev, #eaeded);
|
|
251
251
|
}
|
|
252
|
-
.awsui_cell-merged-
|
|
252
|
+
.awsui_cell-merged-content_wih1l_1usgh_252:not(#\9) {
|
|
253
253
|
box-sizing: border-box;
|
|
254
254
|
inline-size: 100%;
|
|
255
255
|
padding-block-start: var(--space-scaled-m-sw9kcx, 16px);
|
|
@@ -257,7 +257,7 @@ body[data-awsui-focus-visible=true] .awsui_wrapper_wih1l_vr6j4_210:not(#\9):focu
|
|
|
257
257
|
padding-inline: var(--space-l-3cws6j, 20px);
|
|
258
258
|
}
|
|
259
259
|
@supports (position: sticky) {
|
|
260
|
-
.awsui_cell-merged-
|
|
260
|
+
.awsui_cell-merged-content_wih1l_1usgh_252:not(#\9) {
|
|
261
261
|
position: sticky;
|
|
262
262
|
inset-inline-start: 0;
|
|
263
263
|
margin-block: 0;
|
|
@@ -265,11 +265,11 @@ body[data-awsui-focus-visible=true] .awsui_wrapper_wih1l_vr6j4_210:not(#\9):focu
|
|
|
265
265
|
}
|
|
266
266
|
}
|
|
267
267
|
|
|
268
|
-
.
|
|
268
|
+
.awsui_empty_wih1l_1usgh_268:not(#\9) {
|
|
269
269
|
color: var(--color-text-empty-vtt4l2, #687078);
|
|
270
270
|
}
|
|
271
271
|
|
|
272
|
-
.
|
|
272
|
+
.awsui_loading_wih1l_1usgh_272:not(#\9) {
|
|
273
273
|
/* used in test-utils */
|
|
274
274
|
}
|
|
275
275
|
|
|
@@ -278,26 +278,26 @@ The min/max/width token values in Visual Refresh should align
|
|
|
278
278
|
the table header and body cells selection control with the table
|
|
279
279
|
filter search icon.
|
|
280
280
|
*/
|
|
281
|
-
.awsui_selection-
|
|
281
|
+
.awsui_selection-control_wih1l_1usgh_281:not(#\9) {
|
|
282
282
|
box-sizing: border-box;
|
|
283
283
|
max-inline-size: var(--size-table-selection-horizontal-udsu00, 54px);
|
|
284
284
|
min-inline-size: var(--size-table-selection-horizontal-udsu00, 54px);
|
|
285
285
|
position: relative;
|
|
286
286
|
inline-size: var(--size-table-selection-horizontal-udsu00, 54px);
|
|
287
287
|
}
|
|
288
|
-
.awsui_selection-
|
|
288
|
+
.awsui_selection-control_wih1l_1usgh_281.awsui_selection-control-header_wih1l_1usgh_288:not(#\9) {
|
|
289
289
|
padding-block: var(--space-scaled-xs-sppte9, 8px);
|
|
290
290
|
padding-inline: var(--space-scaled-l-66n9sr, 20px);
|
|
291
291
|
border-inline-start: var(--border-width-item-selected-7rbija, 1px) solid transparent;
|
|
292
292
|
}
|
|
293
|
-
.awsui_selection-control-content-spans-
|
|
293
|
+
.awsui_selection-control-content-spans-rows_wih1l_1usgh_293:not(#\9) {
|
|
294
294
|
display: flex;
|
|
295
295
|
flex-direction: column;
|
|
296
296
|
justify-content: flex-end;
|
|
297
297
|
block-size: 100%;
|
|
298
298
|
}
|
|
299
299
|
|
|
300
|
-
.awsui_header-
|
|
300
|
+
.awsui_header-secondary_wih1l_1usgh_300:not(#\9) {
|
|
301
301
|
overflow: auto;
|
|
302
302
|
scrollbar-width: none; /* Firefox */
|
|
303
303
|
box-sizing: border-box;
|
|
@@ -308,46 +308,46 @@ filter search icon.
|
|
|
308
308
|
border-end-end-radius: 0;
|
|
309
309
|
background: var(--color-background-table-header-5hauij, #fafafa);
|
|
310
310
|
}
|
|
311
|
-
.awsui_header-
|
|
311
|
+
.awsui_header-secondary_wih1l_1usgh_300.awsui_variant-full-page_wih1l_1usgh_311:not(#\9) {
|
|
312
312
|
background: var(--color-background-layout-main-05m5y6, #f2f3f3);
|
|
313
313
|
}
|
|
314
|
-
.awsui_header-
|
|
314
|
+
.awsui_header-secondary_wih1l_1usgh_300.awsui_variant-stacked_wih1l_1usgh_217 > .awsui_table_wih1l_1usgh_200:not(#\9), .awsui_header-secondary_wih1l_1usgh_300.awsui_variant-container_wih1l_1usgh_217 > .awsui_table_wih1l_1usgh_200:not(#\9) {
|
|
315
315
|
padding-inline: var(--space-table-horizontal-xmv4qa, 0px);
|
|
316
316
|
}
|
|
317
|
-
.awsui_header-
|
|
317
|
+
.awsui_header-secondary_wih1l_1usgh_300.awsui_variant-stacked_wih1l_1usgh_217:not(#\9):not(.awsui_table-has-header_wih1l_1usgh_317), .awsui_header-secondary_wih1l_1usgh_300.awsui_variant-container_wih1l_1usgh_217:not(#\9):not(.awsui_table-has-header_wih1l_1usgh_317) {
|
|
318
318
|
border-start-start-radius: var(--border-radius-container-l30zxy, 0px);
|
|
319
319
|
border-start-end-radius: var(--border-radius-container-l30zxy, 0px);
|
|
320
320
|
}
|
|
321
|
-
.awsui_header-
|
|
321
|
+
.awsui_header-secondary_wih1l_1usgh_300:not(#\9)::-webkit-scrollbar {
|
|
322
322
|
display: none; /* Safari and Chrome */
|
|
323
323
|
}
|
|
324
|
-
.awsui_header-
|
|
324
|
+
.awsui_header-secondary_wih1l_1usgh_300.awsui_table-has-header_wih1l_1usgh_317:not(#\9) {
|
|
325
325
|
border-block-start: var(--border-divider-list-width-8ggz94, 1px) solid var(--color-border-container-divider-0lh379, #eaeded);
|
|
326
326
|
}
|
|
327
327
|
|
|
328
|
-
.awsui_header-
|
|
328
|
+
.awsui_header-controls_wih1l_1usgh_328:not(#\9) {
|
|
329
329
|
padding-block: var(--space-container-header-top-3cfni8, 12px) var(--space-container-header-bottom-rbnprk, 12px);
|
|
330
330
|
}
|
|
331
|
-
.awsui_header-
|
|
331
|
+
.awsui_header-controls_wih1l_1usgh_328.awsui_variant-full-page_wih1l_1usgh_311:not(#\9) {
|
|
332
332
|
padding-block: 0 calc(var(--space-container-header-bottom-rbnprk, 12px) + var(--space-table-header-tools-full-page-bottom-1o73je, 4px));
|
|
333
333
|
}
|
|
334
|
-
.awsui_header-
|
|
334
|
+
.awsui_header-controls_wih1l_1usgh_328.awsui_variant-stacked_wih1l_1usgh_217:not(#\9), .awsui_header-controls_wih1l_1usgh_328.awsui_variant-container_wih1l_1usgh_217:not(#\9) {
|
|
335
335
|
padding-inline: calc(var(--space-table-horizontal-xmv4qa, 0px) + var(--space-table-header-horizontal-2rvxep, 20px));
|
|
336
336
|
}
|
|
337
|
-
.awsui_header-
|
|
337
|
+
.awsui_header-controls_wih1l_1usgh_328.awsui_variant-embedded_wih1l_1usgh_337:not(#\9), .awsui_header-controls_wih1l_1usgh_328.awsui_variant-borderless_wih1l_1usgh_337:not(#\9) {
|
|
338
338
|
padding-inline: var(--space-table-header-horizontal-2rvxep, 20px);
|
|
339
339
|
padding-block-start: var(--space-table-embedded-header-top-oo6o3u, 12px);
|
|
340
340
|
}
|
|
341
341
|
|
|
342
|
-
.awsui_footer-
|
|
342
|
+
.awsui_footer-wrapper_wih1l_1usgh_342.awsui_variant-stacked_wih1l_1usgh_217:not(#\9), .awsui_footer-wrapper_wih1l_1usgh_342.awsui_variant-container_wih1l_1usgh_217:not(#\9) {
|
|
343
343
|
padding-inline: var(--space-table-horizontal-xmv4qa, 0px);
|
|
344
344
|
}
|
|
345
345
|
|
|
346
|
-
.
|
|
346
|
+
.awsui_footer_wih1l_1usgh_342:not(#\9) {
|
|
347
347
|
padding-block: var(--space-scaled-s-gjhvjd, 12px);
|
|
348
348
|
padding-inline: var(--space-table-footer-horizontal-x9dbll, 20px);
|
|
349
349
|
}
|
|
350
|
-
.awsui_footer-with-
|
|
350
|
+
.awsui_footer-with-pagination_wih1l_1usgh_350:not(#\9) {
|
|
351
351
|
display: flex;
|
|
352
352
|
flex-direction: row;
|
|
353
353
|
justify-content: space-between;
|
|
@@ -355,12 +355,18 @@ filter search icon.
|
|
|
355
355
|
flex-wrap: wrap;
|
|
356
356
|
gap: var(--space-scaled-s-gjhvjd, 12px);
|
|
357
357
|
}
|
|
358
|
-
.awsui_footer-
|
|
358
|
+
.awsui_footer-pagination_wih1l_1usgh_358:not(#\9) {
|
|
359
359
|
margin-inline-start: auto;
|
|
360
360
|
}
|
|
361
361
|
|
|
362
|
-
.awsui_thead-
|
|
363
|
-
.
|
|
364
|
-
.awsui_row-
|
|
362
|
+
.awsui_thead-active_wih1l_1usgh_362:not(#\9),
|
|
363
|
+
.awsui_row_wih1l_1usgh_363:not(#\9),
|
|
364
|
+
.awsui_row-selected_wih1l_1usgh_364:not(#\9) {
|
|
365
365
|
/* used in test-utils */
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
.awsui_skeleton-loading-cell_wih1l_1usgh_368:not(#\9) {
|
|
369
|
+
padding-block: 0;
|
|
370
|
+
padding-inline: 0;
|
|
371
|
+
border-block-end: none;
|
|
366
372
|
}
|
|
@@ -2,40 +2,41 @@
|
|
|
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
|
-
"selection-control-content-spans-rows": "awsui_selection-control-content-spans-
|
|
27
|
-
"header-secondary": "awsui_header-
|
|
28
|
-
"variant-full-page": "awsui_variant-full-
|
|
29
|
-
"table-has-header": "awsui_table-has-
|
|
30
|
-
"header-controls": "awsui_header-
|
|
31
|
-
"variant-embedded": "awsui_variant-
|
|
32
|
-
"variant-borderless": "awsui_variant-
|
|
33
|
-
"footer-wrapper": "awsui_footer-
|
|
34
|
-
"footer": "
|
|
35
|
-
"footer-with-pagination": "awsui_footer-with-
|
|
36
|
-
"footer-pagination": "awsui_footer-
|
|
37
|
-
"thead-active": "awsui_thead-
|
|
38
|
-
"row": "
|
|
39
|
-
"row-selected": "awsui_row-
|
|
5
|
+
"root": "awsui_root_wih1l_1usgh_153",
|
|
6
|
+
"tools": "awsui_tools_wih1l_1usgh_164",
|
|
7
|
+
"tools-filtering": "awsui_tools-filtering_wih1l_1usgh_173",
|
|
8
|
+
"tools-align-right": "awsui_tools-align-right_wih1l_1usgh_186",
|
|
9
|
+
"tools-pagination": "awsui_tools-pagination_wih1l_1usgh_190",
|
|
10
|
+
"tools-preferences": "awsui_tools-preferences_wih1l_1usgh_190",
|
|
11
|
+
"tools-small": "awsui_tools-small_wih1l_1usgh_196",
|
|
12
|
+
"table": "awsui_table_wih1l_1usgh_200",
|
|
13
|
+
"table-layout-fixed": "awsui_table-layout-fixed_wih1l_1usgh_206",
|
|
14
|
+
"wrapper": "awsui_wrapper_wih1l_1usgh_210",
|
|
15
|
+
"variant-stacked": "awsui_variant-stacked_wih1l_1usgh_217",
|
|
16
|
+
"wrapper-content-measure": "awsui_wrapper-content-measure_wih1l_1usgh_217",
|
|
17
|
+
"variant-container": "awsui_variant-container_wih1l_1usgh_217",
|
|
18
|
+
"has-footer": "awsui_has-footer_wih1l_1usgh_220",
|
|
19
|
+
"has-header": "awsui_has-header_wih1l_1usgh_223",
|
|
20
|
+
"cell-merged": "awsui_cell-merged_wih1l_1usgh_240",
|
|
21
|
+
"cell-merged-content": "awsui_cell-merged-content_wih1l_1usgh_252",
|
|
22
|
+
"empty": "awsui_empty_wih1l_1usgh_268",
|
|
23
|
+
"loading": "awsui_loading_wih1l_1usgh_272",
|
|
24
|
+
"selection-control": "awsui_selection-control_wih1l_1usgh_281",
|
|
25
|
+
"selection-control-header": "awsui_selection-control-header_wih1l_1usgh_288",
|
|
26
|
+
"selection-control-content-spans-rows": "awsui_selection-control-content-spans-rows_wih1l_1usgh_293",
|
|
27
|
+
"header-secondary": "awsui_header-secondary_wih1l_1usgh_300",
|
|
28
|
+
"variant-full-page": "awsui_variant-full-page_wih1l_1usgh_311",
|
|
29
|
+
"table-has-header": "awsui_table-has-header_wih1l_1usgh_317",
|
|
30
|
+
"header-controls": "awsui_header-controls_wih1l_1usgh_328",
|
|
31
|
+
"variant-embedded": "awsui_variant-embedded_wih1l_1usgh_337",
|
|
32
|
+
"variant-borderless": "awsui_variant-borderless_wih1l_1usgh_337",
|
|
33
|
+
"footer-wrapper": "awsui_footer-wrapper_wih1l_1usgh_342",
|
|
34
|
+
"footer": "awsui_footer_wih1l_1usgh_342",
|
|
35
|
+
"footer-with-pagination": "awsui_footer-with-pagination_wih1l_1usgh_350",
|
|
36
|
+
"footer-pagination": "awsui_footer-pagination_wih1l_1usgh_358",
|
|
37
|
+
"thead-active": "awsui_thead-active_wih1l_1usgh_362",
|
|
38
|
+
"row": "awsui_row_wih1l_1usgh_363",
|
|
39
|
+
"row-selected": "awsui_row-selected_wih1l_1usgh_364",
|
|
40
|
+
"skeleton-loading-cell": "awsui_skeleton-loading-cell_wih1l_1usgh_368"
|
|
40
41
|
};
|
|
41
42
|
|