@cloudscape-design/components-themeable 3.0.1088 → 3.0.1089
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/input/styles.scss +0 -8
- package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +1 -1
- package/lib/internal/scss/prompt-input/styles.scss +0 -6
- package/lib/internal/scss/segmented-control/segment.scss +0 -1
- package/lib/internal/scss/segmented-control/styles.scss +0 -1
- package/lib/internal/scss/table/styles.scss +0 -1
- package/lib/internal/scss/tabs/tab-header-bar.scss +0 -1
- package/lib/internal/scss/textarea/styles.scss +0 -8
- package/lib/internal/template/i18n/messages/all.all.js +1 -1
- package/lib/internal/template/i18n/messages/all.all.json +1 -1
- package/lib/internal/template/i18n/messages/all.ar.js +1 -1
- package/lib/internal/template/i18n/messages/all.ar.json +1 -1
- package/lib/internal/template/i18n/messages/all.de.js +1 -1
- package/lib/internal/template/i18n/messages/all.de.json +1 -1
- package/lib/internal/template/i18n/messages/all.en-GB.js +1 -1
- package/lib/internal/template/i18n/messages/all.en-GB.json +1 -1
- package/lib/internal/template/i18n/messages/all.en.js +1 -1
- package/lib/internal/template/i18n/messages/all.en.json +1 -1
- package/lib/internal/template/i18n/messages/all.es.js +1 -1
- package/lib/internal/template/i18n/messages/all.es.json +1 -1
- package/lib/internal/template/i18n/messages/all.fr.js +1 -1
- package/lib/internal/template/i18n/messages/all.fr.json +1 -1
- package/lib/internal/template/i18n/messages/all.id.js +1 -1
- package/lib/internal/template/i18n/messages/all.id.json +1 -1
- package/lib/internal/template/i18n/messages/all.it.js +1 -1
- package/lib/internal/template/i18n/messages/all.it.json +1 -1
- package/lib/internal/template/i18n/messages/all.ja.js +1 -1
- package/lib/internal/template/i18n/messages/all.ja.json +1 -1
- package/lib/internal/template/i18n/messages/all.ko.js +1 -1
- package/lib/internal/template/i18n/messages/all.ko.json +1 -1
- package/lib/internal/template/i18n/messages/all.pt-BR.js +1 -1
- package/lib/internal/template/i18n/messages/all.pt-BR.json +1 -1
- package/lib/internal/template/i18n/messages/all.tr.js +1 -1
- package/lib/internal/template/i18n/messages/all.tr.json +1 -1
- package/lib/internal/template/i18n/messages/all.zh-CN.js +1 -1
- package/lib/internal/template/i18n/messages/all.zh-CN.json +1 -1
- package/lib/internal/template/i18n/messages/all.zh-TW.js +1 -1
- package/lib/internal/template/i18n/messages/all.zh-TW.json +1 -1
- package/lib/internal/template/input/styles.css.js +13 -13
- package/lib/internal/template/input/styles.scoped.css +28 -42
- package/lib/internal/template/input/styles.selectors.js +13 -13
- 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/prompt-input/styles.css.js +17 -17
- package/lib/internal/template/prompt-input/styles.scoped.css +36 -43
- package/lib/internal/template/prompt-input/styles.selectors.js +17 -17
- package/lib/internal/template/segmented-control/styles.css.js +16 -16
- package/lib/internal/template/segmented-control/styles.scoped.css +36 -42
- package/lib/internal/template/segmented-control/styles.selectors.js +16 -16
- package/lib/internal/template/table/styles.css.js +34 -34
- package/lib/internal/template/table/styles.scoped.css +41 -42
- package/lib/internal/template/table/styles.selectors.js +34 -34
- package/lib/internal/template/tabs/styles.css.js +30 -30
- package/lib/internal/template/tabs/styles.scoped.css +51 -52
- package/lib/internal/template/tabs/styles.selectors.js +30 -30
- package/lib/internal/template/textarea/styles.css.js +5 -5
- package/lib/internal/template/textarea/styles.scoped.css +12 -19
- package/lib/internal/template/textarea/styles.selectors.js +5 -5
- package/package.json +1 -1
|
@@ -1,39 +1,39 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"root": "
|
|
5
|
-
"tools": "
|
|
6
|
-
"tools-filtering": "awsui_tools-
|
|
7
|
-
"tools-align-right": "awsui_tools-align-
|
|
8
|
-
"tools-pagination": "awsui_tools-
|
|
9
|
-
"tools-preferences": "awsui_tools-
|
|
10
|
-
"tools-small": "awsui_tools-
|
|
11
|
-
"table": "
|
|
12
|
-
"table-layout-fixed": "awsui_table-layout-
|
|
13
|
-
"wrapper": "
|
|
14
|
-
"variant-stacked": "awsui_variant-
|
|
15
|
-
"wrapper-content-measure": "awsui_wrapper-content-
|
|
16
|
-
"variant-container": "awsui_variant-
|
|
17
|
-
"has-footer": "awsui_has-
|
|
18
|
-
"has-header": "awsui_has-
|
|
19
|
-
"cell-merged": "awsui_cell-
|
|
20
|
-
"cell-merged-content": "awsui_cell-merged-
|
|
21
|
-
"empty": "
|
|
22
|
-
"loading": "
|
|
23
|
-
"selection-control": "awsui_selection-
|
|
24
|
-
"selection-control-header": "awsui_selection-control-
|
|
25
|
-
"header-secondary": "awsui_header-
|
|
26
|
-
"variant-full-page": "awsui_variant-full-
|
|
27
|
-
"table-has-header": "awsui_table-has-
|
|
28
|
-
"header-controls": "awsui_header-
|
|
29
|
-
"variant-embedded": "awsui_variant-
|
|
30
|
-
"variant-borderless": "awsui_variant-
|
|
31
|
-
"footer-wrapper": "awsui_footer-
|
|
32
|
-
"footer": "
|
|
33
|
-
"footer-with-pagination": "awsui_footer-with-
|
|
34
|
-
"footer-pagination": "awsui_footer-
|
|
35
|
-
"thead-active": "awsui_thead-
|
|
36
|
-
"row": "
|
|
37
|
-
"row-selected": "awsui_row-
|
|
4
|
+
"root": "awsui_root_wih1l_1qjko_153",
|
|
5
|
+
"tools": "awsui_tools_wih1l_1qjko_164",
|
|
6
|
+
"tools-filtering": "awsui_tools-filtering_wih1l_1qjko_172",
|
|
7
|
+
"tools-align-right": "awsui_tools-align-right_wih1l_1qjko_186",
|
|
8
|
+
"tools-pagination": "awsui_tools-pagination_wih1l_1qjko_190",
|
|
9
|
+
"tools-preferences": "awsui_tools-preferences_wih1l_1qjko_190",
|
|
10
|
+
"tools-small": "awsui_tools-small_wih1l_1qjko_196",
|
|
11
|
+
"table": "awsui_table_wih1l_1qjko_202",
|
|
12
|
+
"table-layout-fixed": "awsui_table-layout-fixed_wih1l_1qjko_208",
|
|
13
|
+
"wrapper": "awsui_wrapper_wih1l_1qjko_212",
|
|
14
|
+
"variant-stacked": "awsui_variant-stacked_wih1l_1qjko_219",
|
|
15
|
+
"wrapper-content-measure": "awsui_wrapper-content-measure_wih1l_1qjko_219",
|
|
16
|
+
"variant-container": "awsui_variant-container_wih1l_1qjko_219",
|
|
17
|
+
"has-footer": "awsui_has-footer_wih1l_1qjko_222",
|
|
18
|
+
"has-header": "awsui_has-header_wih1l_1qjko_225",
|
|
19
|
+
"cell-merged": "awsui_cell-merged_wih1l_1qjko_242",
|
|
20
|
+
"cell-merged-content": "awsui_cell-merged-content_wih1l_1qjko_254",
|
|
21
|
+
"empty": "awsui_empty_wih1l_1qjko_270",
|
|
22
|
+
"loading": "awsui_loading_wih1l_1qjko_274",
|
|
23
|
+
"selection-control": "awsui_selection-control_wih1l_1qjko_283",
|
|
24
|
+
"selection-control-header": "awsui_selection-control-header_wih1l_1qjko_290",
|
|
25
|
+
"header-secondary": "awsui_header-secondary_wih1l_1qjko_296",
|
|
26
|
+
"variant-full-page": "awsui_variant-full-page_wih1l_1qjko_307",
|
|
27
|
+
"table-has-header": "awsui_table-has-header_wih1l_1qjko_313",
|
|
28
|
+
"header-controls": "awsui_header-controls_wih1l_1qjko_324",
|
|
29
|
+
"variant-embedded": "awsui_variant-embedded_wih1l_1qjko_333",
|
|
30
|
+
"variant-borderless": "awsui_variant-borderless_wih1l_1qjko_333",
|
|
31
|
+
"footer-wrapper": "awsui_footer-wrapper_wih1l_1qjko_338",
|
|
32
|
+
"footer": "awsui_footer_wih1l_1qjko_338",
|
|
33
|
+
"footer-with-pagination": "awsui_footer-with-pagination_wih1l_1qjko_346",
|
|
34
|
+
"footer-pagination": "awsui_footer-pagination_wih1l_1qjko_354",
|
|
35
|
+
"thead-active": "awsui_thead-active_wih1l_1qjko_358",
|
|
36
|
+
"row": "awsui_row_wih1l_1qjko_359",
|
|
37
|
+
"row-selected": "awsui_row-selected_wih1l_1qjko_360"
|
|
38
38
|
};
|
|
39
39
|
|
|
@@ -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_1qjko_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_1qjko_164:not(#\9) {
|
|
165
165
|
display: flex;
|
|
166
166
|
align-items: flex-end;
|
|
167
167
|
flex-wrap: wrap;
|
|
@@ -169,67 +169,67 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
169
169
|
padding-block-end: var(--space-table-header-tools-bottom-b6lpr6, 4px);
|
|
170
170
|
padding-inline: 0;
|
|
171
171
|
}
|
|
172
|
-
.awsui_tools-
|
|
172
|
+
.awsui_tools-filtering_wih1l_1qjko_172:not(#\9) {
|
|
173
173
|
max-inline-size: 100%;
|
|
174
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_1qjko_172: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_1qjko_172:not(#\9) {
|
|
183
183
|
flex: 1 1 auto;
|
|
184
184
|
}
|
|
185
185
|
}
|
|
186
|
-
.awsui_tools-align-
|
|
186
|
+
.awsui_tools-align-right_wih1l_1qjko_186:not(#\9) {
|
|
187
187
|
display: flex;
|
|
188
188
|
margin-inline-start: auto;
|
|
189
189
|
}
|
|
190
|
-
.awsui_tools-
|
|
190
|
+
.awsui_tools-pagination_wih1l_1qjko_190 + .awsui_tools-preferences_wih1l_1qjko_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_1qjko_196 > .awsui_tools-filtering_wih1l_1qjko_172:not(#\9) {
|
|
197
197
|
margin-inline-end: 0;
|
|
198
198
|
margin-block-end: var(--space-scaled-xs-sppte9, 8px);
|
|
199
199
|
flex-basis: 100%;
|
|
200
200
|
}
|
|
201
201
|
|
|
202
|
-
.
|
|
202
|
+
.awsui_table_wih1l_1qjko_202:not(#\9) {
|
|
203
203
|
inline-size: 100%;
|
|
204
204
|
border-spacing: 0;
|
|
205
205
|
position: relative;
|
|
206
206
|
box-sizing: border-box;
|
|
207
207
|
}
|
|
208
|
-
.awsui_table-layout-
|
|
208
|
+
.awsui_table-layout-fixed_wih1l_1qjko_208:not(#\9) {
|
|
209
209
|
table-layout: fixed;
|
|
210
210
|
}
|
|
211
211
|
|
|
212
|
-
.
|
|
212
|
+
.awsui_wrapper_wih1l_1qjko_212:not(#\9) {
|
|
213
213
|
position: relative;
|
|
214
214
|
box-sizing: border-box;
|
|
215
215
|
inline-size: 100%;
|
|
216
216
|
overflow-x: auto;
|
|
217
217
|
scrollbar-width: none; /* Hide scrollbar in Firefox */
|
|
218
218
|
}
|
|
219
|
-
.
|
|
219
|
+
.awsui_wrapper_wih1l_1qjko_212.awsui_variant-stacked_wih1l_1qjko_219 > .awsui_table_wih1l_1qjko_202:not(#\9), .awsui_wrapper_wih1l_1qjko_212.awsui_variant-stacked_wih1l_1qjko_219 > .awsui_wrapper-content-measure_wih1l_1qjko_219:not(#\9), .awsui_wrapper_wih1l_1qjko_212.awsui_variant-container_wih1l_1qjko_219 > .awsui_table_wih1l_1qjko_202:not(#\9), .awsui_wrapper_wih1l_1qjko_212.awsui_variant-container_wih1l_1qjko_219 > .awsui_wrapper-content-measure_wih1l_1qjko_219:not(#\9) {
|
|
220
220
|
padding-inline: var(--space-table-horizontal-xmv4qa, 0px);
|
|
221
221
|
}
|
|
222
|
-
.
|
|
222
|
+
.awsui_wrapper_wih1l_1qjko_212.awsui_variant-stacked_wih1l_1qjko_219:not(#\9):not(.awsui_has-footer_wih1l_1qjko_222), .awsui_wrapper_wih1l_1qjko_212.awsui_variant-container_wih1l_1qjko_219:not(#\9):not(.awsui_has-footer_wih1l_1qjko_222) {
|
|
223
223
|
padding-block-end: var(--space-table-content-bottom-nmydez, 0px);
|
|
224
224
|
}
|
|
225
|
-
.
|
|
225
|
+
.awsui_wrapper_wih1l_1qjko_212:not(#\9):not(.awsui_has-header_wih1l_1qjko_225) {
|
|
226
226
|
border-start-end-radius: var(--border-radius-container-l30zxy, 0px);
|
|
227
227
|
border-start-start-radius: var(--border-radius-container-l30zxy, 0px);
|
|
228
228
|
}
|
|
229
|
-
.
|
|
229
|
+
.awsui_wrapper_wih1l_1qjko_212:not(#\9)::-webkit-scrollbar {
|
|
230
230
|
display: none; /* Hide scrollbar in Safari and Chrome */
|
|
231
231
|
}
|
|
232
|
-
body[data-awsui-focus-visible=true] .
|
|
232
|
+
body[data-awsui-focus-visible=true] .awsui_wrapper_wih1l_1qjko_212:not(#\9):focus {
|
|
233
233
|
outline: 2px dotted transparent;
|
|
234
234
|
outline-offset: 2px;
|
|
235
235
|
border-start-start-radius: var(--border-radius-container-l30zxy, 0px);
|
|
@@ -239,19 +239,19 @@ body[data-awsui-focus-visible=true] .awsui_wrapper_wih1l_1asy9_212:not(#\9):focu
|
|
|
239
239
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-r5f6xl, #0073bb);
|
|
240
240
|
}
|
|
241
241
|
|
|
242
|
-
.awsui_cell-
|
|
242
|
+
.awsui_cell-merged_wih1l_1qjko_242:not(#\9) {
|
|
243
243
|
text-align: center;
|
|
244
244
|
padding-block: 0;
|
|
245
245
|
padding-inline: 0;
|
|
246
246
|
}
|
|
247
|
-
.awsui_cell-
|
|
247
|
+
.awsui_cell-merged_wih1l_1qjko_242.awsui_has-footer_wih1l_1qjko_222:not(#\9) {
|
|
248
248
|
/*
|
|
249
249
|
Add a bottom border to the body cell of an empty table as a separator between the
|
|
250
250
|
table and the footer
|
|
251
251
|
*/
|
|
252
252
|
border-block-end: var(--border-divider-section-width-sznrdy, 1px) solid var(--color-border-divider-default-ipvpev, #eaeded);
|
|
253
253
|
}
|
|
254
|
-
.awsui_cell-merged-
|
|
254
|
+
.awsui_cell-merged-content_wih1l_1qjko_254:not(#\9) {
|
|
255
255
|
box-sizing: border-box;
|
|
256
256
|
inline-size: 100%;
|
|
257
257
|
padding-block-start: var(--space-scaled-m-sw9kcx, 16px);
|
|
@@ -259,7 +259,7 @@ body[data-awsui-focus-visible=true] .awsui_wrapper_wih1l_1asy9_212:not(#\9):focu
|
|
|
259
259
|
padding-inline: var(--space-l-3cws6j, 20px);
|
|
260
260
|
}
|
|
261
261
|
@supports (position: sticky) {
|
|
262
|
-
.awsui_cell-merged-
|
|
262
|
+
.awsui_cell-merged-content_wih1l_1qjko_254:not(#\9) {
|
|
263
263
|
position: sticky;
|
|
264
264
|
inset-inline-start: 0;
|
|
265
265
|
margin-block: 0;
|
|
@@ -267,11 +267,11 @@ body[data-awsui-focus-visible=true] .awsui_wrapper_wih1l_1asy9_212:not(#\9):focu
|
|
|
267
267
|
}
|
|
268
268
|
}
|
|
269
269
|
|
|
270
|
-
.
|
|
270
|
+
.awsui_empty_wih1l_1qjko_270:not(#\9) {
|
|
271
271
|
color: var(--color-text-empty-vtt4l2, #687078);
|
|
272
272
|
}
|
|
273
273
|
|
|
274
|
-
.
|
|
274
|
+
.awsui_loading_wih1l_1qjko_274:not(#\9) {
|
|
275
275
|
/* used in test-utils */
|
|
276
276
|
}
|
|
277
277
|
|
|
@@ -280,22 +280,21 @@ The min/max/width token values in Visual Refresh should align
|
|
|
280
280
|
the table header and body cells selection control with the table
|
|
281
281
|
filter search icon.
|
|
282
282
|
*/
|
|
283
|
-
.awsui_selection-
|
|
283
|
+
.awsui_selection-control_wih1l_1qjko_283:not(#\9) {
|
|
284
284
|
box-sizing: border-box;
|
|
285
285
|
max-inline-size: var(--size-table-selection-horizontal-udsu00, 54px);
|
|
286
286
|
min-inline-size: var(--size-table-selection-horizontal-udsu00, 54px);
|
|
287
287
|
position: relative;
|
|
288
288
|
inline-size: var(--size-table-selection-horizontal-udsu00, 54px);
|
|
289
289
|
}
|
|
290
|
-
.awsui_selection-
|
|
290
|
+
.awsui_selection-control_wih1l_1qjko_283.awsui_selection-control-header_wih1l_1qjko_290:not(#\9) {
|
|
291
291
|
padding-block: var(--space-scaled-xs-sppte9, 8px);
|
|
292
292
|
padding-inline: var(--space-scaled-l-66n9sr, 20px);
|
|
293
293
|
border-inline-start: var(--border-item-width-acvlhx, 1px) solid transparent;
|
|
294
294
|
}
|
|
295
295
|
|
|
296
|
-
.awsui_header-
|
|
296
|
+
.awsui_header-secondary_wih1l_1qjko_296:not(#\9) {
|
|
297
297
|
overflow: auto;
|
|
298
|
-
-ms-overflow-style: none; /* Internet Explorer 10+ */
|
|
299
298
|
scrollbar-width: none; /* Firefox */
|
|
300
299
|
box-sizing: border-box;
|
|
301
300
|
inline-size: 100%;
|
|
@@ -305,46 +304,46 @@ filter search icon.
|
|
|
305
304
|
border-end-end-radius: 0;
|
|
306
305
|
background: var(--color-background-table-header-5hauij, #fafafa);
|
|
307
306
|
}
|
|
308
|
-
.awsui_header-
|
|
307
|
+
.awsui_header-secondary_wih1l_1qjko_296.awsui_variant-full-page_wih1l_1qjko_307:not(#\9) {
|
|
309
308
|
background: var(--color-background-layout-main-05m5y6, #f2f3f3);
|
|
310
309
|
}
|
|
311
|
-
.awsui_header-
|
|
310
|
+
.awsui_header-secondary_wih1l_1qjko_296.awsui_variant-stacked_wih1l_1qjko_219 > .awsui_table_wih1l_1qjko_202:not(#\9), .awsui_header-secondary_wih1l_1qjko_296.awsui_variant-container_wih1l_1qjko_219 > .awsui_table_wih1l_1qjko_202:not(#\9) {
|
|
312
311
|
padding-inline: var(--space-table-horizontal-xmv4qa, 0px);
|
|
313
312
|
}
|
|
314
|
-
.awsui_header-
|
|
313
|
+
.awsui_header-secondary_wih1l_1qjko_296.awsui_variant-stacked_wih1l_1qjko_219:not(#\9):not(.awsui_table-has-header_wih1l_1qjko_313), .awsui_header-secondary_wih1l_1qjko_296.awsui_variant-container_wih1l_1qjko_219:not(#\9):not(.awsui_table-has-header_wih1l_1qjko_313) {
|
|
315
314
|
border-start-start-radius: var(--border-radius-container-l30zxy, 0px);
|
|
316
315
|
border-start-end-radius: var(--border-radius-container-l30zxy, 0px);
|
|
317
316
|
}
|
|
318
|
-
.awsui_header-
|
|
317
|
+
.awsui_header-secondary_wih1l_1qjko_296:not(#\9)::-webkit-scrollbar {
|
|
319
318
|
display: none; /* Safari and Chrome */
|
|
320
319
|
}
|
|
321
|
-
.awsui_header-
|
|
320
|
+
.awsui_header-secondary_wih1l_1qjko_296.awsui_table-has-header_wih1l_1qjko_313:not(#\9) {
|
|
322
321
|
border-block-start: var(--border-divider-list-width-8ggz94, 1px) solid var(--color-border-container-divider-0lh379, #eaeded);
|
|
323
322
|
}
|
|
324
323
|
|
|
325
|
-
.awsui_header-
|
|
324
|
+
.awsui_header-controls_wih1l_1qjko_324:not(#\9) {
|
|
326
325
|
padding-block: var(--space-container-header-top-3cfni8, 12px) var(--space-container-header-bottom-rbnprk, 12px);
|
|
327
326
|
}
|
|
328
|
-
.awsui_header-
|
|
327
|
+
.awsui_header-controls_wih1l_1qjko_324.awsui_variant-full-page_wih1l_1qjko_307:not(#\9) {
|
|
329
328
|
padding-block: 0 calc(var(--space-container-header-bottom-rbnprk, 12px) + var(--space-table-header-tools-full-page-bottom-1o73je, 4px));
|
|
330
329
|
}
|
|
331
|
-
.awsui_header-
|
|
330
|
+
.awsui_header-controls_wih1l_1qjko_324.awsui_variant-stacked_wih1l_1qjko_219:not(#\9), .awsui_header-controls_wih1l_1qjko_324.awsui_variant-container_wih1l_1qjko_219:not(#\9) {
|
|
332
331
|
padding-inline: calc(var(--space-table-horizontal-xmv4qa, 0px) + var(--space-table-header-horizontal-2rvxep, 20px));
|
|
333
332
|
}
|
|
334
|
-
.awsui_header-
|
|
333
|
+
.awsui_header-controls_wih1l_1qjko_324.awsui_variant-embedded_wih1l_1qjko_333:not(#\9), .awsui_header-controls_wih1l_1qjko_324.awsui_variant-borderless_wih1l_1qjko_333:not(#\9) {
|
|
335
334
|
padding-inline: var(--space-table-header-horizontal-2rvxep, 20px);
|
|
336
335
|
padding-block-start: var(--space-table-embedded-header-top-oo6o3u, 12px);
|
|
337
336
|
}
|
|
338
337
|
|
|
339
|
-
.awsui_footer-
|
|
338
|
+
.awsui_footer-wrapper_wih1l_1qjko_338.awsui_variant-stacked_wih1l_1qjko_219:not(#\9), .awsui_footer-wrapper_wih1l_1qjko_338.awsui_variant-container_wih1l_1qjko_219:not(#\9) {
|
|
340
339
|
padding-inline: var(--space-table-horizontal-xmv4qa, 0px);
|
|
341
340
|
}
|
|
342
341
|
|
|
343
|
-
.
|
|
342
|
+
.awsui_footer_wih1l_1qjko_338:not(#\9) {
|
|
344
343
|
padding-block: var(--space-scaled-s-gjhvjd, 12px);
|
|
345
344
|
padding-inline: var(--space-table-footer-horizontal-x9dbll, 20px);
|
|
346
345
|
}
|
|
347
|
-
.awsui_footer-with-
|
|
346
|
+
.awsui_footer-with-pagination_wih1l_1qjko_346:not(#\9) {
|
|
348
347
|
display: flex;
|
|
349
348
|
flex-direction: row;
|
|
350
349
|
justify-content: space-between;
|
|
@@ -352,12 +351,12 @@ filter search icon.
|
|
|
352
351
|
flex-wrap: wrap;
|
|
353
352
|
gap: var(--space-scaled-s-gjhvjd, 12px);
|
|
354
353
|
}
|
|
355
|
-
.awsui_footer-
|
|
354
|
+
.awsui_footer-pagination_wih1l_1qjko_354:not(#\9) {
|
|
356
355
|
margin-inline-start: auto;
|
|
357
356
|
}
|
|
358
357
|
|
|
359
|
-
.awsui_thead-
|
|
360
|
-
.
|
|
361
|
-
.awsui_row-
|
|
358
|
+
.awsui_thead-active_wih1l_1qjko_358:not(#\9),
|
|
359
|
+
.awsui_row_wih1l_1qjko_359:not(#\9),
|
|
360
|
+
.awsui_row-selected_wih1l_1qjko_360:not(#\9) {
|
|
362
361
|
/* used in test-utils */
|
|
363
362
|
}
|
|
@@ -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_1qjko_153",
|
|
6
|
+
"tools": "awsui_tools_wih1l_1qjko_164",
|
|
7
|
+
"tools-filtering": "awsui_tools-filtering_wih1l_1qjko_172",
|
|
8
|
+
"tools-align-right": "awsui_tools-align-right_wih1l_1qjko_186",
|
|
9
|
+
"tools-pagination": "awsui_tools-pagination_wih1l_1qjko_190",
|
|
10
|
+
"tools-preferences": "awsui_tools-preferences_wih1l_1qjko_190",
|
|
11
|
+
"tools-small": "awsui_tools-small_wih1l_1qjko_196",
|
|
12
|
+
"table": "awsui_table_wih1l_1qjko_202",
|
|
13
|
+
"table-layout-fixed": "awsui_table-layout-fixed_wih1l_1qjko_208",
|
|
14
|
+
"wrapper": "awsui_wrapper_wih1l_1qjko_212",
|
|
15
|
+
"variant-stacked": "awsui_variant-stacked_wih1l_1qjko_219",
|
|
16
|
+
"wrapper-content-measure": "awsui_wrapper-content-measure_wih1l_1qjko_219",
|
|
17
|
+
"variant-container": "awsui_variant-container_wih1l_1qjko_219",
|
|
18
|
+
"has-footer": "awsui_has-footer_wih1l_1qjko_222",
|
|
19
|
+
"has-header": "awsui_has-header_wih1l_1qjko_225",
|
|
20
|
+
"cell-merged": "awsui_cell-merged_wih1l_1qjko_242",
|
|
21
|
+
"cell-merged-content": "awsui_cell-merged-content_wih1l_1qjko_254",
|
|
22
|
+
"empty": "awsui_empty_wih1l_1qjko_270",
|
|
23
|
+
"loading": "awsui_loading_wih1l_1qjko_274",
|
|
24
|
+
"selection-control": "awsui_selection-control_wih1l_1qjko_283",
|
|
25
|
+
"selection-control-header": "awsui_selection-control-header_wih1l_1qjko_290",
|
|
26
|
+
"header-secondary": "awsui_header-secondary_wih1l_1qjko_296",
|
|
27
|
+
"variant-full-page": "awsui_variant-full-page_wih1l_1qjko_307",
|
|
28
|
+
"table-has-header": "awsui_table-has-header_wih1l_1qjko_313",
|
|
29
|
+
"header-controls": "awsui_header-controls_wih1l_1qjko_324",
|
|
30
|
+
"variant-embedded": "awsui_variant-embedded_wih1l_1qjko_333",
|
|
31
|
+
"variant-borderless": "awsui_variant-borderless_wih1l_1qjko_333",
|
|
32
|
+
"footer-wrapper": "awsui_footer-wrapper_wih1l_1qjko_338",
|
|
33
|
+
"footer": "awsui_footer_wih1l_1qjko_338",
|
|
34
|
+
"footer-with-pagination": "awsui_footer-with-pagination_wih1l_1qjko_346",
|
|
35
|
+
"footer-pagination": "awsui_footer-pagination_wih1l_1qjko_354",
|
|
36
|
+
"thead-active": "awsui_thead-active_wih1l_1qjko_358",
|
|
37
|
+
"row": "awsui_row_wih1l_1qjko_359",
|
|
38
|
+
"row-selected": "awsui_row-selected_wih1l_1qjko_360"
|
|
39
39
|
};
|
|
40
40
|
|
|
@@ -1,35 +1,35 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"tabs-header": "awsui_tabs-
|
|
5
|
-
"tab-header-scroll-container": "awsui_tab-header-scroll-
|
|
6
|
-
"tabs-header-list": "awsui_tabs-header-
|
|
7
|
-
"pagination-button": "awsui_pagination-
|
|
8
|
-
"pagination-button-left": "awsui_pagination-button-
|
|
9
|
-
"pagination-button-left-scrollable": "awsui_pagination-button-left-
|
|
10
|
-
"pagination-button-right": "awsui_pagination-button-
|
|
11
|
-
"pagination-button-right-scrollable": "awsui_pagination-button-right-
|
|
12
|
-
"actions-container": "awsui_actions-
|
|
13
|
-
"tabs-tab": "awsui_tabs-
|
|
14
|
-
"tabs-tab-label": "awsui_tabs-tab-
|
|
15
|
-
"tabs-tab-header-container": "awsui_tabs-tab-header-
|
|
16
|
-
"tabs-tab-dismiss": "awsui_tabs-tab-
|
|
17
|
-
"tabs-tab-action": "awsui_tabs-tab-
|
|
18
|
-
"refresh": "
|
|
19
|
-
"tabs-tab-disabled": "awsui_tabs-tab-
|
|
20
|
-
"tabs-tab-link": "awsui_tabs-tab-
|
|
21
|
-
"tabs-tab-active": "awsui_tabs-tab-
|
|
22
|
-
"tabs-header-with-divider": "awsui_tabs-header-with-
|
|
23
|
-
"tabs-tab-focusable": "awsui_tabs-tab-
|
|
24
|
-
"root": "
|
|
25
|
-
"tabs": "
|
|
26
|
-
"tabs-content": "awsui_tabs-
|
|
27
|
-
"fit-height": "awsui_fit-
|
|
28
|
-
"tabs-content-active": "awsui_tabs-content-
|
|
29
|
-
"tabs-content-wrapper": "awsui_tabs-content-
|
|
30
|
-
"with-paddings": "awsui_with-
|
|
31
|
-
"tabs-container-content-wrapper": "awsui_tabs-container-content-
|
|
32
|
-
"disabled-reason-tooltip": "awsui_disabled-reason-
|
|
33
|
-
"tabs-tab-focused": "awsui_tabs-tab-
|
|
4
|
+
"tabs-header": "awsui_tabs-header_14rmt_1n7hy_154",
|
|
5
|
+
"tab-header-scroll-container": "awsui_tab-header-scroll-container_14rmt_1n7hy_163",
|
|
6
|
+
"tabs-header-list": "awsui_tabs-header-list_14rmt_1n7hy_169",
|
|
7
|
+
"pagination-button": "awsui_pagination-button_14rmt_1n7hy_186",
|
|
8
|
+
"pagination-button-left": "awsui_pagination-button-left_14rmt_1n7hy_193",
|
|
9
|
+
"pagination-button-left-scrollable": "awsui_pagination-button-left-scrollable_14rmt_1n7hy_196",
|
|
10
|
+
"pagination-button-right": "awsui_pagination-button-right_14rmt_1n7hy_200",
|
|
11
|
+
"pagination-button-right-scrollable": "awsui_pagination-button-right-scrollable_14rmt_1n7hy_203",
|
|
12
|
+
"actions-container": "awsui_actions-container_14rmt_1n7hy_208",
|
|
13
|
+
"tabs-tab": "awsui_tabs-tab_14rmt_1n7hy_216",
|
|
14
|
+
"tabs-tab-label": "awsui_tabs-tab-label_14rmt_1n7hy_226",
|
|
15
|
+
"tabs-tab-header-container": "awsui_tabs-tab-header-container_14rmt_1n7hy_237",
|
|
16
|
+
"tabs-tab-dismiss": "awsui_tabs-tab-dismiss_14rmt_1n7hy_248",
|
|
17
|
+
"tabs-tab-action": "awsui_tabs-tab-action_14rmt_1n7hy_248",
|
|
18
|
+
"refresh": "awsui_refresh_14rmt_1n7hy_253",
|
|
19
|
+
"tabs-tab-disabled": "awsui_tabs-tab-disabled_14rmt_1n7hy_257",
|
|
20
|
+
"tabs-tab-link": "awsui_tabs-tab-link_14rmt_1n7hy_299",
|
|
21
|
+
"tabs-tab-active": "awsui_tabs-tab-active_14rmt_1n7hy_377",
|
|
22
|
+
"tabs-header-with-divider": "awsui_tabs-header-with-divider_14rmt_1n7hy_384",
|
|
23
|
+
"tabs-tab-focusable": "awsui_tabs-tab-focusable_14rmt_1n7hy_388",
|
|
24
|
+
"root": "awsui_root_14rmt_1n7hy_392",
|
|
25
|
+
"tabs": "awsui_tabs_14rmt_1n7hy_154",
|
|
26
|
+
"tabs-content": "awsui_tabs-content_14rmt_1n7hy_430",
|
|
27
|
+
"fit-height": "awsui_fit-height_14rmt_1n7hy_434",
|
|
28
|
+
"tabs-content-active": "awsui_tabs-content-active_14rmt_1n7hy_440",
|
|
29
|
+
"tabs-content-wrapper": "awsui_tabs-content-wrapper_14rmt_1n7hy_454",
|
|
30
|
+
"with-paddings": "awsui_with-paddings_14rmt_1n7hy_454",
|
|
31
|
+
"tabs-container-content-wrapper": "awsui_tabs-container-content-wrapper_14rmt_1n7hy_465",
|
|
32
|
+
"disabled-reason-tooltip": "awsui_disabled-reason-tooltip_14rmt_1n7hy_476",
|
|
33
|
+
"tabs-tab-focused": "awsui_tabs-tab-focused_14rmt_1n7hy_480"
|
|
34
34
|
};
|
|
35
35
|
|