@cloudscape-design/components 3.0.1079 → 3.0.1080

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.
Files changed (53) hide show
  1. package/i18n/messages/all.all.js +1 -1
  2. package/i18n/messages/all.all.json +1 -1
  3. package/i18n/messages/all.ar.js +1 -1
  4. package/i18n/messages/all.ar.json +1 -1
  5. package/i18n/messages/all.de.js +1 -1
  6. package/i18n/messages/all.de.json +1 -1
  7. package/i18n/messages/all.en-GB.js +1 -1
  8. package/i18n/messages/all.en-GB.json +1 -1
  9. package/i18n/messages/all.en.js +1 -1
  10. package/i18n/messages/all.en.json +1 -1
  11. package/i18n/messages/all.es.js +1 -1
  12. package/i18n/messages/all.es.json +1 -1
  13. package/i18n/messages/all.fr.js +1 -1
  14. package/i18n/messages/all.fr.json +1 -1
  15. package/i18n/messages/all.id.js +1 -1
  16. package/i18n/messages/all.id.json +1 -1
  17. package/i18n/messages/all.it.js +1 -1
  18. package/i18n/messages/all.it.json +1 -1
  19. package/i18n/messages/all.ja.js +1 -1
  20. package/i18n/messages/all.ja.json +1 -1
  21. package/i18n/messages/all.ko.js +1 -1
  22. package/i18n/messages/all.ko.json +1 -1
  23. package/i18n/messages/all.pt-BR.js +1 -1
  24. package/i18n/messages/all.pt-BR.json +1 -1
  25. package/i18n/messages/all.tr.js +1 -1
  26. package/i18n/messages/all.tr.json +1 -1
  27. package/i18n/messages/all.zh-CN.js +1 -1
  28. package/i18n/messages/all.zh-CN.json +1 -1
  29. package/i18n/messages/all.zh-TW.js +1 -1
  30. package/i18n/messages/all.zh-TW.json +1 -1
  31. package/input/styles.css.js +13 -13
  32. package/input/styles.scoped.css +28 -42
  33. package/input/styles.selectors.js +13 -13
  34. package/internal/base-component/styles.scoped.css +1 -1
  35. package/internal/environment.js +2 -2
  36. package/internal/environment.json +2 -2
  37. package/internal/manifest.json +1 -1
  38. package/package.json +1 -1
  39. package/prompt-input/styles.css.js +17 -17
  40. package/prompt-input/styles.scoped.css +36 -43
  41. package/prompt-input/styles.selectors.js +17 -17
  42. package/segmented-control/styles.css.js +16 -16
  43. package/segmented-control/styles.scoped.css +36 -42
  44. package/segmented-control/styles.selectors.js +16 -16
  45. package/table/styles.css.js +34 -34
  46. package/table/styles.scoped.css +41 -42
  47. package/table/styles.selectors.js +34 -34
  48. package/tabs/styles.css.js +30 -30
  49. package/tabs/styles.scoped.css +51 -52
  50. package/tabs/styles.selectors.js +30 -30
  51. package/textarea/styles.css.js +5 -5
  52. package/textarea/styles.scoped.css +12 -19
  53. package/textarea/styles.selectors.js +5 -5
@@ -1,39 +1,39 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "root": "awsui_root_wih1l_1dnvt_153",
5
- "tools": "awsui_tools_wih1l_1dnvt_164",
6
- "tools-filtering": "awsui_tools-filtering_wih1l_1dnvt_172",
7
- "tools-align-right": "awsui_tools-align-right_wih1l_1dnvt_186",
8
- "tools-pagination": "awsui_tools-pagination_wih1l_1dnvt_190",
9
- "tools-preferences": "awsui_tools-preferences_wih1l_1dnvt_190",
10
- "tools-small": "awsui_tools-small_wih1l_1dnvt_196",
11
- "table": "awsui_table_wih1l_1dnvt_202",
12
- "table-layout-fixed": "awsui_table-layout-fixed_wih1l_1dnvt_208",
13
- "wrapper": "awsui_wrapper_wih1l_1dnvt_212",
14
- "variant-stacked": "awsui_variant-stacked_wih1l_1dnvt_219",
15
- "wrapper-content-measure": "awsui_wrapper-content-measure_wih1l_1dnvt_219",
16
- "variant-container": "awsui_variant-container_wih1l_1dnvt_219",
17
- "has-footer": "awsui_has-footer_wih1l_1dnvt_222",
18
- "has-header": "awsui_has-header_wih1l_1dnvt_225",
19
- "cell-merged": "awsui_cell-merged_wih1l_1dnvt_242",
20
- "cell-merged-content": "awsui_cell-merged-content_wih1l_1dnvt_254",
21
- "empty": "awsui_empty_wih1l_1dnvt_270",
22
- "loading": "awsui_loading_wih1l_1dnvt_274",
23
- "selection-control": "awsui_selection-control_wih1l_1dnvt_283",
24
- "selection-control-header": "awsui_selection-control-header_wih1l_1dnvt_290",
25
- "header-secondary": "awsui_header-secondary_wih1l_1dnvt_296",
26
- "variant-full-page": "awsui_variant-full-page_wih1l_1dnvt_308",
27
- "table-has-header": "awsui_table-has-header_wih1l_1dnvt_314",
28
- "header-controls": "awsui_header-controls_wih1l_1dnvt_325",
29
- "variant-embedded": "awsui_variant-embedded_wih1l_1dnvt_334",
30
- "variant-borderless": "awsui_variant-borderless_wih1l_1dnvt_334",
31
- "footer-wrapper": "awsui_footer-wrapper_wih1l_1dnvt_339",
32
- "footer": "awsui_footer_wih1l_1dnvt_339",
33
- "footer-with-pagination": "awsui_footer-with-pagination_wih1l_1dnvt_347",
34
- "footer-pagination": "awsui_footer-pagination_wih1l_1dnvt_355",
35
- "thead-active": "awsui_thead-active_wih1l_1dnvt_359",
36
- "row": "awsui_row_wih1l_1dnvt_360",
37
- "row-selected": "awsui_row-selected_wih1l_1dnvt_361"
4
+ "root": "awsui_root_wih1l_1xndw_153",
5
+ "tools": "awsui_tools_wih1l_1xndw_164",
6
+ "tools-filtering": "awsui_tools-filtering_wih1l_1xndw_172",
7
+ "tools-align-right": "awsui_tools-align-right_wih1l_1xndw_186",
8
+ "tools-pagination": "awsui_tools-pagination_wih1l_1xndw_190",
9
+ "tools-preferences": "awsui_tools-preferences_wih1l_1xndw_190",
10
+ "tools-small": "awsui_tools-small_wih1l_1xndw_196",
11
+ "table": "awsui_table_wih1l_1xndw_202",
12
+ "table-layout-fixed": "awsui_table-layout-fixed_wih1l_1xndw_208",
13
+ "wrapper": "awsui_wrapper_wih1l_1xndw_212",
14
+ "variant-stacked": "awsui_variant-stacked_wih1l_1xndw_219",
15
+ "wrapper-content-measure": "awsui_wrapper-content-measure_wih1l_1xndw_219",
16
+ "variant-container": "awsui_variant-container_wih1l_1xndw_219",
17
+ "has-footer": "awsui_has-footer_wih1l_1xndw_222",
18
+ "has-header": "awsui_has-header_wih1l_1xndw_225",
19
+ "cell-merged": "awsui_cell-merged_wih1l_1xndw_242",
20
+ "cell-merged-content": "awsui_cell-merged-content_wih1l_1xndw_254",
21
+ "empty": "awsui_empty_wih1l_1xndw_270",
22
+ "loading": "awsui_loading_wih1l_1xndw_274",
23
+ "selection-control": "awsui_selection-control_wih1l_1xndw_283",
24
+ "selection-control-header": "awsui_selection-control-header_wih1l_1xndw_290",
25
+ "header-secondary": "awsui_header-secondary_wih1l_1xndw_296",
26
+ "variant-full-page": "awsui_variant-full-page_wih1l_1xndw_307",
27
+ "table-has-header": "awsui_table-has-header_wih1l_1xndw_313",
28
+ "header-controls": "awsui_header-controls_wih1l_1xndw_324",
29
+ "variant-embedded": "awsui_variant-embedded_wih1l_1xndw_333",
30
+ "variant-borderless": "awsui_variant-borderless_wih1l_1xndw_333",
31
+ "footer-wrapper": "awsui_footer-wrapper_wih1l_1xndw_338",
32
+ "footer": "awsui_footer_wih1l_1xndw_338",
33
+ "footer-with-pagination": "awsui_footer-with-pagination_wih1l_1xndw_346",
34
+ "footer-pagination": "awsui_footer-pagination_wih1l_1xndw_354",
35
+ "thead-active": "awsui_thead-active_wih1l_1xndw_358",
36
+ "row": "awsui_row_wih1l_1xndw_359",
37
+ "row-selected": "awsui_row-selected_wih1l_1xndw_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
- .awsui_root_wih1l_1dnvt_153:not(#\9) {
153
+ .awsui_root_wih1l_1xndw_153:not(#\9) {
154
154
  font-size: var(--font-size-body-m-a7nh2n, 14px);
155
155
  line-height: var(--line-height-body-m-2mh3ke, 20px);
156
156
  color: var(--color-text-body-default-vvtq8u, #0f141a);
@@ -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
- .awsui_tools_wih1l_1dnvt_164:not(#\9) {
164
+ .awsui_tools_wih1l_1xndw_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-d9u5kf, 0px);
170
170
  padding-inline: 0;
171
171
  }
172
- .awsui_tools-filtering_wih1l_1dnvt_172:not(#\9) {
172
+ .awsui_tools-filtering_wih1l_1xndw_172:not(#\9) {
173
173
  max-inline-size: 100%;
174
174
  margin-inline-end: var(--space-l-2ud1p3, 20px);
175
175
  }
176
176
  @supports (flex-basis: fit-content) {
177
- .awsui_tools-filtering_wih1l_1dnvt_172:not(#\9) {
177
+ .awsui_tools-filtering_wih1l_1xndw_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-filtering_wih1l_1dnvt_172:not(#\9) {
182
+ .awsui_tools-filtering_wih1l_1xndw_172:not(#\9) {
183
183
  flex: 1 1 auto;
184
184
  }
185
185
  }
186
- .awsui_tools-align-right_wih1l_1dnvt_186:not(#\9) {
186
+ .awsui_tools-align-right_wih1l_1xndw_186:not(#\9) {
187
187
  display: flex;
188
188
  margin-inline-start: auto;
189
189
  }
190
- .awsui_tools-pagination_wih1l_1dnvt_190 + .awsui_tools-preferences_wih1l_1dnvt_190:not(#\9) {
190
+ .awsui_tools-pagination_wih1l_1xndw_190 + .awsui_tools-preferences_wih1l_1xndw_190:not(#\9) {
191
191
  border-inline-start: var(--border-divider-section-width-uwo8my, 1px) solid var(--color-border-divider-default-nr68jt, #c6c6cd);
192
192
  box-sizing: border-box;
193
193
  margin-inline-start: var(--space-xs-ymlm0b, 8px);
194
194
  padding-inline-start: var(--space-xs-ymlm0b, 8px);
195
195
  }
196
- .awsui_tools-small_wih1l_1dnvt_196 > .awsui_tools-filtering_wih1l_1dnvt_172:not(#\9) {
196
+ .awsui_tools-small_wih1l_1xndw_196 > .awsui_tools-filtering_wih1l_1xndw_172:not(#\9) {
197
197
  margin-inline-end: 0;
198
198
  margin-block-end: var(--space-scaled-xs-xwoogq, 8px);
199
199
  flex-basis: 100%;
200
200
  }
201
201
 
202
- .awsui_table_wih1l_1dnvt_202:not(#\9) {
202
+ .awsui_table_wih1l_1xndw_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-fixed_wih1l_1dnvt_208:not(#\9) {
208
+ .awsui_table-layout-fixed_wih1l_1xndw_208:not(#\9) {
209
209
  table-layout: fixed;
210
210
  }
211
211
 
212
- .awsui_wrapper_wih1l_1dnvt_212:not(#\9) {
212
+ .awsui_wrapper_wih1l_1xndw_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
- .awsui_wrapper_wih1l_1dnvt_212.awsui_variant-stacked_wih1l_1dnvt_219 > .awsui_table_wih1l_1dnvt_202:not(#\9), .awsui_wrapper_wih1l_1dnvt_212.awsui_variant-stacked_wih1l_1dnvt_219 > .awsui_wrapper-content-measure_wih1l_1dnvt_219:not(#\9), .awsui_wrapper_wih1l_1dnvt_212.awsui_variant-container_wih1l_1dnvt_219 > .awsui_table_wih1l_1dnvt_202:not(#\9), .awsui_wrapper_wih1l_1dnvt_212.awsui_variant-container_wih1l_1dnvt_219 > .awsui_wrapper-content-measure_wih1l_1dnvt_219:not(#\9) {
219
+ .awsui_wrapper_wih1l_1xndw_212.awsui_variant-stacked_wih1l_1xndw_219 > .awsui_table_wih1l_1xndw_202:not(#\9), .awsui_wrapper_wih1l_1xndw_212.awsui_variant-stacked_wih1l_1xndw_219 > .awsui_wrapper-content-measure_wih1l_1xndw_219:not(#\9), .awsui_wrapper_wih1l_1xndw_212.awsui_variant-container_wih1l_1xndw_219 > .awsui_table_wih1l_1xndw_202:not(#\9), .awsui_wrapper_wih1l_1xndw_212.awsui_variant-container_wih1l_1xndw_219 > .awsui_wrapper-content-measure_wih1l_1xndw_219:not(#\9) {
220
220
  padding-inline: var(--space-table-horizontal-suurzj, 20px);
221
221
  }
222
- .awsui_wrapper_wih1l_1dnvt_212.awsui_variant-stacked_wih1l_1dnvt_219:not(#\9):not(.awsui_has-footer_wih1l_1dnvt_222), .awsui_wrapper_wih1l_1dnvt_212.awsui_variant-container_wih1l_1dnvt_219:not(#\9):not(.awsui_has-footer_wih1l_1dnvt_222) {
222
+ .awsui_wrapper_wih1l_1xndw_212.awsui_variant-stacked_wih1l_1xndw_219:not(#\9):not(.awsui_has-footer_wih1l_1xndw_222), .awsui_wrapper_wih1l_1xndw_212.awsui_variant-container_wih1l_1xndw_219:not(#\9):not(.awsui_has-footer_wih1l_1xndw_222) {
223
223
  padding-block-end: var(--space-table-content-bottom-tlfqmq, 4px);
224
224
  }
225
- .awsui_wrapper_wih1l_1dnvt_212:not(#\9):not(.awsui_has-header_wih1l_1dnvt_225) {
225
+ .awsui_wrapper_wih1l_1xndw_212:not(#\9):not(.awsui_has-header_wih1l_1xndw_225) {
226
226
  border-start-end-radius: var(--border-radius-container-nsfwmm, 16px);
227
227
  border-start-start-radius: var(--border-radius-container-nsfwmm, 16px);
228
228
  }
229
- .awsui_wrapper_wih1l_1dnvt_212:not(#\9)::-webkit-scrollbar {
229
+ .awsui_wrapper_wih1l_1xndw_212:not(#\9)::-webkit-scrollbar {
230
230
  display: none; /* Hide scrollbar in Safari and Chrome */
231
231
  }
232
- body[data-awsui-focus-visible=true] .awsui_wrapper_wih1l_1dnvt_212:not(#\9):focus {
232
+ body[data-awsui-focus-visible=true] .awsui_wrapper_wih1l_1xndw_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-nsfwmm, 16px);
@@ -239,19 +239,19 @@ body[data-awsui-focus-visible=true] .awsui_wrapper_wih1l_1dnvt_212:not(#\9):focu
239
239
  box-shadow: 0 0 0 2px var(--color-border-item-focused-uk47pl, #006ce0);
240
240
  }
241
241
 
242
- .awsui_cell-merged_wih1l_1dnvt_242:not(#\9) {
242
+ .awsui_cell-merged_wih1l_1xndw_242:not(#\9) {
243
243
  text-align: center;
244
244
  padding-block: 0;
245
245
  padding-inline: 0;
246
246
  }
247
- .awsui_cell-merged_wih1l_1dnvt_242.awsui_has-footer_wih1l_1dnvt_222:not(#\9) {
247
+ .awsui_cell-merged_wih1l_1xndw_242.awsui_has-footer_wih1l_1xndw_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-uwo8my, 1px) solid var(--color-border-divider-default-nr68jt, #c6c6cd);
253
253
  }
254
- .awsui_cell-merged-content_wih1l_1dnvt_254:not(#\9) {
254
+ .awsui_cell-merged-content_wih1l_1xndw_254:not(#\9) {
255
255
  box-sizing: border-box;
256
256
  inline-size: 100%;
257
257
  padding-block-start: var(--space-scaled-m-m892r9, 16px);
@@ -259,7 +259,7 @@ body[data-awsui-focus-visible=true] .awsui_wrapper_wih1l_1dnvt_212:not(#\9):focu
259
259
  padding-inline: var(--space-l-2ud1p3, 20px);
260
260
  }
261
261
  @supports (position: sticky) {
262
- .awsui_cell-merged-content_wih1l_1dnvt_254:not(#\9) {
262
+ .awsui_cell-merged-content_wih1l_1xndw_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_1dnvt_212:not(#\9):focu
267
267
  }
268
268
  }
269
269
 
270
- .awsui_empty_wih1l_1dnvt_270:not(#\9) {
270
+ .awsui_empty_wih1l_1xndw_270:not(#\9) {
271
271
  color: var(--color-text-empty-tlohug, #656871);
272
272
  }
273
273
 
274
- .awsui_loading_wih1l_1dnvt_274:not(#\9) {
274
+ .awsui_loading_wih1l_1xndw_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-control_wih1l_1dnvt_283:not(#\9) {
283
+ .awsui_selection-control_wih1l_1xndw_283:not(#\9) {
284
284
  box-sizing: border-box;
285
285
  max-inline-size: var(--size-table-selection-horizontal-qqiajd, 40px);
286
286
  min-inline-size: var(--size-table-selection-horizontal-qqiajd, 40px);
287
287
  position: relative;
288
288
  inline-size: var(--size-table-selection-horizontal-qqiajd, 40px);
289
289
  }
290
- .awsui_selection-control_wih1l_1dnvt_283.awsui_selection-control-header_wih1l_1dnvt_290:not(#\9) {
290
+ .awsui_selection-control_wih1l_1xndw_283.awsui_selection-control-header_wih1l_1xndw_290:not(#\9) {
291
291
  padding-block: var(--space-scaled-xs-xwoogq, 8px);
292
292
  padding-inline: var(--space-scaled-l-sej05l, 20px);
293
293
  border-inline-start: var(--border-item-width-miijiw, 2px) solid transparent;
294
294
  }
295
295
 
296
- .awsui_header-secondary_wih1l_1dnvt_296:not(#\9) {
296
+ .awsui_header-secondary_wih1l_1xndw_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-hdjxos, #ffffff);
307
306
  }
308
- .awsui_header-secondary_wih1l_1dnvt_296.awsui_variant-full-page_wih1l_1dnvt_308:not(#\9) {
307
+ .awsui_header-secondary_wih1l_1xndw_296.awsui_variant-full-page_wih1l_1xndw_307:not(#\9) {
309
308
  background: var(--color-background-layout-main-5ilwcb, #ffffff);
310
309
  }
311
- .awsui_header-secondary_wih1l_1dnvt_296.awsui_variant-stacked_wih1l_1dnvt_219 > .awsui_table_wih1l_1dnvt_202:not(#\9), .awsui_header-secondary_wih1l_1dnvt_296.awsui_variant-container_wih1l_1dnvt_219 > .awsui_table_wih1l_1dnvt_202:not(#\9) {
310
+ .awsui_header-secondary_wih1l_1xndw_296.awsui_variant-stacked_wih1l_1xndw_219 > .awsui_table_wih1l_1xndw_202:not(#\9), .awsui_header-secondary_wih1l_1xndw_296.awsui_variant-container_wih1l_1xndw_219 > .awsui_table_wih1l_1xndw_202:not(#\9) {
312
311
  padding-inline: var(--space-table-horizontal-suurzj, 20px);
313
312
  }
314
- .awsui_header-secondary_wih1l_1dnvt_296.awsui_variant-stacked_wih1l_1dnvt_219:not(#\9):not(.awsui_table-has-header_wih1l_1dnvt_314), .awsui_header-secondary_wih1l_1dnvt_296.awsui_variant-container_wih1l_1dnvt_219:not(#\9):not(.awsui_table-has-header_wih1l_1dnvt_314) {
313
+ .awsui_header-secondary_wih1l_1xndw_296.awsui_variant-stacked_wih1l_1xndw_219:not(#\9):not(.awsui_table-has-header_wih1l_1xndw_313), .awsui_header-secondary_wih1l_1xndw_296.awsui_variant-container_wih1l_1xndw_219:not(#\9):not(.awsui_table-has-header_wih1l_1xndw_313) {
315
314
  border-start-start-radius: var(--border-radius-container-nsfwmm, 16px);
316
315
  border-start-end-radius: var(--border-radius-container-nsfwmm, 16px);
317
316
  }
318
- .awsui_header-secondary_wih1l_1dnvt_296:not(#\9)::-webkit-scrollbar {
317
+ .awsui_header-secondary_wih1l_1xndw_296:not(#\9)::-webkit-scrollbar {
319
318
  display: none; /* Safari and Chrome */
320
319
  }
321
- .awsui_header-secondary_wih1l_1dnvt_296.awsui_table-has-header_wih1l_1dnvt_314:not(#\9) {
320
+ .awsui_header-secondary_wih1l_1xndw_296.awsui_table-has-header_wih1l_1xndw_313:not(#\9) {
322
321
  border-block-start: var(--border-divider-list-width-tdfx1x, 1px) solid var(--color-border-container-divider-9huz1a, transparent);
323
322
  }
324
323
 
325
- .awsui_header-controls_wih1l_1dnvt_325:not(#\9) {
324
+ .awsui_header-controls_wih1l_1xndw_324:not(#\9) {
326
325
  padding-block: var(--space-container-header-top-am4vzw, 12px) var(--space-container-header-bottom-2taq8v, 8px);
327
326
  }
328
- .awsui_header-controls_wih1l_1dnvt_325.awsui_variant-full-page_wih1l_1dnvt_308:not(#\9) {
327
+ .awsui_header-controls_wih1l_1xndw_324.awsui_variant-full-page_wih1l_1xndw_307:not(#\9) {
329
328
  padding-block: 0 calc(var(--space-container-header-bottom-2taq8v, 8px) + var(--space-table-header-tools-full-page-bottom-9m47g6, 4px));
330
329
  }
331
- .awsui_header-controls_wih1l_1dnvt_325.awsui_variant-stacked_wih1l_1dnvt_219:not(#\9), .awsui_header-controls_wih1l_1dnvt_325.awsui_variant-container_wih1l_1dnvt_219:not(#\9) {
330
+ .awsui_header-controls_wih1l_1xndw_324.awsui_variant-stacked_wih1l_1xndw_219:not(#\9), .awsui_header-controls_wih1l_1xndw_324.awsui_variant-container_wih1l_1xndw_219:not(#\9) {
332
331
  padding-inline: calc(var(--space-table-horizontal-suurzj, 20px) + var(--space-table-header-horizontal-kb5ww2, 0px));
333
332
  }
334
- .awsui_header-controls_wih1l_1dnvt_325.awsui_variant-embedded_wih1l_1dnvt_334:not(#\9), .awsui_header-controls_wih1l_1dnvt_325.awsui_variant-borderless_wih1l_1dnvt_334:not(#\9) {
333
+ .awsui_header-controls_wih1l_1xndw_324.awsui_variant-embedded_wih1l_1xndw_333:not(#\9), .awsui_header-controls_wih1l_1xndw_324.awsui_variant-borderless_wih1l_1xndw_333:not(#\9) {
335
334
  padding-inline: var(--space-table-header-horizontal-kb5ww2, 0px);
336
335
  padding-block-start: var(--space-table-embedded-header-top-twu628, 0px);
337
336
  }
338
337
 
339
- .awsui_footer-wrapper_wih1l_1dnvt_339.awsui_variant-stacked_wih1l_1dnvt_219:not(#\9), .awsui_footer-wrapper_wih1l_1dnvt_339.awsui_variant-container_wih1l_1dnvt_219:not(#\9) {
338
+ .awsui_footer-wrapper_wih1l_1xndw_338.awsui_variant-stacked_wih1l_1xndw_219:not(#\9), .awsui_footer-wrapper_wih1l_1xndw_338.awsui_variant-container_wih1l_1xndw_219:not(#\9) {
340
339
  padding-inline: var(--space-table-horizontal-suurzj, 20px);
341
340
  }
342
341
 
343
- .awsui_footer_wih1l_1dnvt_339:not(#\9) {
342
+ .awsui_footer_wih1l_1xndw_338:not(#\9) {
344
343
  padding-block: var(--space-scaled-s-8ozaad, 12px);
345
344
  padding-inline: var(--space-table-footer-horizontal-l5g495, 0px);
346
345
  }
347
- .awsui_footer-with-pagination_wih1l_1dnvt_347:not(#\9) {
346
+ .awsui_footer-with-pagination_wih1l_1xndw_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-8ozaad, 12px);
354
353
  }
355
- .awsui_footer-pagination_wih1l_1dnvt_355:not(#\9) {
354
+ .awsui_footer-pagination_wih1l_1xndw_354:not(#\9) {
356
355
  margin-inline-start: auto;
357
356
  }
358
357
 
359
- .awsui_thead-active_wih1l_1dnvt_359:not(#\9),
360
- .awsui_row_wih1l_1dnvt_360:not(#\9),
361
- .awsui_row-selected_wih1l_1dnvt_361:not(#\9) {
358
+ .awsui_thead-active_wih1l_1xndw_358:not(#\9),
359
+ .awsui_row_wih1l_1xndw_359:not(#\9),
360
+ .awsui_row-selected_wih1l_1xndw_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": "awsui_root_wih1l_1dnvt_153",
6
- "tools": "awsui_tools_wih1l_1dnvt_164",
7
- "tools-filtering": "awsui_tools-filtering_wih1l_1dnvt_172",
8
- "tools-align-right": "awsui_tools-align-right_wih1l_1dnvt_186",
9
- "tools-pagination": "awsui_tools-pagination_wih1l_1dnvt_190",
10
- "tools-preferences": "awsui_tools-preferences_wih1l_1dnvt_190",
11
- "tools-small": "awsui_tools-small_wih1l_1dnvt_196",
12
- "table": "awsui_table_wih1l_1dnvt_202",
13
- "table-layout-fixed": "awsui_table-layout-fixed_wih1l_1dnvt_208",
14
- "wrapper": "awsui_wrapper_wih1l_1dnvt_212",
15
- "variant-stacked": "awsui_variant-stacked_wih1l_1dnvt_219",
16
- "wrapper-content-measure": "awsui_wrapper-content-measure_wih1l_1dnvt_219",
17
- "variant-container": "awsui_variant-container_wih1l_1dnvt_219",
18
- "has-footer": "awsui_has-footer_wih1l_1dnvt_222",
19
- "has-header": "awsui_has-header_wih1l_1dnvt_225",
20
- "cell-merged": "awsui_cell-merged_wih1l_1dnvt_242",
21
- "cell-merged-content": "awsui_cell-merged-content_wih1l_1dnvt_254",
22
- "empty": "awsui_empty_wih1l_1dnvt_270",
23
- "loading": "awsui_loading_wih1l_1dnvt_274",
24
- "selection-control": "awsui_selection-control_wih1l_1dnvt_283",
25
- "selection-control-header": "awsui_selection-control-header_wih1l_1dnvt_290",
26
- "header-secondary": "awsui_header-secondary_wih1l_1dnvt_296",
27
- "variant-full-page": "awsui_variant-full-page_wih1l_1dnvt_308",
28
- "table-has-header": "awsui_table-has-header_wih1l_1dnvt_314",
29
- "header-controls": "awsui_header-controls_wih1l_1dnvt_325",
30
- "variant-embedded": "awsui_variant-embedded_wih1l_1dnvt_334",
31
- "variant-borderless": "awsui_variant-borderless_wih1l_1dnvt_334",
32
- "footer-wrapper": "awsui_footer-wrapper_wih1l_1dnvt_339",
33
- "footer": "awsui_footer_wih1l_1dnvt_339",
34
- "footer-with-pagination": "awsui_footer-with-pagination_wih1l_1dnvt_347",
35
- "footer-pagination": "awsui_footer-pagination_wih1l_1dnvt_355",
36
- "thead-active": "awsui_thead-active_wih1l_1dnvt_359",
37
- "row": "awsui_row_wih1l_1dnvt_360",
38
- "row-selected": "awsui_row-selected_wih1l_1dnvt_361"
5
+ "root": "awsui_root_wih1l_1xndw_153",
6
+ "tools": "awsui_tools_wih1l_1xndw_164",
7
+ "tools-filtering": "awsui_tools-filtering_wih1l_1xndw_172",
8
+ "tools-align-right": "awsui_tools-align-right_wih1l_1xndw_186",
9
+ "tools-pagination": "awsui_tools-pagination_wih1l_1xndw_190",
10
+ "tools-preferences": "awsui_tools-preferences_wih1l_1xndw_190",
11
+ "tools-small": "awsui_tools-small_wih1l_1xndw_196",
12
+ "table": "awsui_table_wih1l_1xndw_202",
13
+ "table-layout-fixed": "awsui_table-layout-fixed_wih1l_1xndw_208",
14
+ "wrapper": "awsui_wrapper_wih1l_1xndw_212",
15
+ "variant-stacked": "awsui_variant-stacked_wih1l_1xndw_219",
16
+ "wrapper-content-measure": "awsui_wrapper-content-measure_wih1l_1xndw_219",
17
+ "variant-container": "awsui_variant-container_wih1l_1xndw_219",
18
+ "has-footer": "awsui_has-footer_wih1l_1xndw_222",
19
+ "has-header": "awsui_has-header_wih1l_1xndw_225",
20
+ "cell-merged": "awsui_cell-merged_wih1l_1xndw_242",
21
+ "cell-merged-content": "awsui_cell-merged-content_wih1l_1xndw_254",
22
+ "empty": "awsui_empty_wih1l_1xndw_270",
23
+ "loading": "awsui_loading_wih1l_1xndw_274",
24
+ "selection-control": "awsui_selection-control_wih1l_1xndw_283",
25
+ "selection-control-header": "awsui_selection-control-header_wih1l_1xndw_290",
26
+ "header-secondary": "awsui_header-secondary_wih1l_1xndw_296",
27
+ "variant-full-page": "awsui_variant-full-page_wih1l_1xndw_307",
28
+ "table-has-header": "awsui_table-has-header_wih1l_1xndw_313",
29
+ "header-controls": "awsui_header-controls_wih1l_1xndw_324",
30
+ "variant-embedded": "awsui_variant-embedded_wih1l_1xndw_333",
31
+ "variant-borderless": "awsui_variant-borderless_wih1l_1xndw_333",
32
+ "footer-wrapper": "awsui_footer-wrapper_wih1l_1xndw_338",
33
+ "footer": "awsui_footer_wih1l_1xndw_338",
34
+ "footer-with-pagination": "awsui_footer-with-pagination_wih1l_1xndw_346",
35
+ "footer-pagination": "awsui_footer-pagination_wih1l_1xndw_354",
36
+ "thead-active": "awsui_thead-active_wih1l_1xndw_358",
37
+ "row": "awsui_row_wih1l_1xndw_359",
38
+ "row-selected": "awsui_row-selected_wih1l_1xndw_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-header_14rmt_7y4gf_154",
5
- "tab-header-scroll-container": "awsui_tab-header-scroll-container_14rmt_7y4gf_163",
6
- "tabs-header-list": "awsui_tabs-header-list_14rmt_7y4gf_169",
7
- "pagination-button": "awsui_pagination-button_14rmt_7y4gf_187",
8
- "pagination-button-left": "awsui_pagination-button-left_14rmt_7y4gf_194",
9
- "pagination-button-left-scrollable": "awsui_pagination-button-left-scrollable_14rmt_7y4gf_197",
10
- "pagination-button-right": "awsui_pagination-button-right_14rmt_7y4gf_201",
11
- "pagination-button-right-scrollable": "awsui_pagination-button-right-scrollable_14rmt_7y4gf_204",
12
- "actions-container": "awsui_actions-container_14rmt_7y4gf_209",
13
- "tabs-tab": "awsui_tabs-tab_14rmt_7y4gf_217",
14
- "tabs-tab-label": "awsui_tabs-tab-label_14rmt_7y4gf_227",
15
- "tabs-tab-header-container": "awsui_tabs-tab-header-container_14rmt_7y4gf_238",
16
- "tabs-tab-dismiss": "awsui_tabs-tab-dismiss_14rmt_7y4gf_249",
17
- "tabs-tab-action": "awsui_tabs-tab-action_14rmt_7y4gf_249",
18
- "refresh": "awsui_refresh_14rmt_7y4gf_254",
19
- "tabs-tab-disabled": "awsui_tabs-tab-disabled_14rmt_7y4gf_258",
20
- "tabs-tab-link": "awsui_tabs-tab-link_14rmt_7y4gf_300",
21
- "tabs-tab-active": "awsui_tabs-tab-active_14rmt_7y4gf_378",
22
- "tabs-header-with-divider": "awsui_tabs-header-with-divider_14rmt_7y4gf_385",
23
- "tabs-tab-focusable": "awsui_tabs-tab-focusable_14rmt_7y4gf_389",
24
- "root": "awsui_root_14rmt_7y4gf_393",
25
- "tabs": "awsui_tabs_14rmt_7y4gf_154",
26
- "tabs-content": "awsui_tabs-content_14rmt_7y4gf_431",
27
- "fit-height": "awsui_fit-height_14rmt_7y4gf_435",
28
- "tabs-content-active": "awsui_tabs-content-active_14rmt_7y4gf_441",
29
- "tabs-content-wrapper": "awsui_tabs-content-wrapper_14rmt_7y4gf_455",
30
- "with-paddings": "awsui_with-paddings_14rmt_7y4gf_455",
31
- "tabs-container-content-wrapper": "awsui_tabs-container-content-wrapper_14rmt_7y4gf_466",
32
- "disabled-reason-tooltip": "awsui_disabled-reason-tooltip_14rmt_7y4gf_477",
33
- "tabs-tab-focused": "awsui_tabs-tab-focused_14rmt_7y4gf_481"
4
+ "tabs-header": "awsui_tabs-header_14rmt_1l8w6_154",
5
+ "tab-header-scroll-container": "awsui_tab-header-scroll-container_14rmt_1l8w6_163",
6
+ "tabs-header-list": "awsui_tabs-header-list_14rmt_1l8w6_169",
7
+ "pagination-button": "awsui_pagination-button_14rmt_1l8w6_186",
8
+ "pagination-button-left": "awsui_pagination-button-left_14rmt_1l8w6_193",
9
+ "pagination-button-left-scrollable": "awsui_pagination-button-left-scrollable_14rmt_1l8w6_196",
10
+ "pagination-button-right": "awsui_pagination-button-right_14rmt_1l8w6_200",
11
+ "pagination-button-right-scrollable": "awsui_pagination-button-right-scrollable_14rmt_1l8w6_203",
12
+ "actions-container": "awsui_actions-container_14rmt_1l8w6_208",
13
+ "tabs-tab": "awsui_tabs-tab_14rmt_1l8w6_216",
14
+ "tabs-tab-label": "awsui_tabs-tab-label_14rmt_1l8w6_226",
15
+ "tabs-tab-header-container": "awsui_tabs-tab-header-container_14rmt_1l8w6_237",
16
+ "tabs-tab-dismiss": "awsui_tabs-tab-dismiss_14rmt_1l8w6_248",
17
+ "tabs-tab-action": "awsui_tabs-tab-action_14rmt_1l8w6_248",
18
+ "refresh": "awsui_refresh_14rmt_1l8w6_253",
19
+ "tabs-tab-disabled": "awsui_tabs-tab-disabled_14rmt_1l8w6_257",
20
+ "tabs-tab-link": "awsui_tabs-tab-link_14rmt_1l8w6_299",
21
+ "tabs-tab-active": "awsui_tabs-tab-active_14rmt_1l8w6_377",
22
+ "tabs-header-with-divider": "awsui_tabs-header-with-divider_14rmt_1l8w6_384",
23
+ "tabs-tab-focusable": "awsui_tabs-tab-focusable_14rmt_1l8w6_388",
24
+ "root": "awsui_root_14rmt_1l8w6_392",
25
+ "tabs": "awsui_tabs_14rmt_1l8w6_154",
26
+ "tabs-content": "awsui_tabs-content_14rmt_1l8w6_430",
27
+ "fit-height": "awsui_fit-height_14rmt_1l8w6_434",
28
+ "tabs-content-active": "awsui_tabs-content-active_14rmt_1l8w6_440",
29
+ "tabs-content-wrapper": "awsui_tabs-content-wrapper_14rmt_1l8w6_454",
30
+ "with-paddings": "awsui_with-paddings_14rmt_1l8w6_454",
31
+ "tabs-container-content-wrapper": "awsui_tabs-container-content-wrapper_14rmt_1l8w6_465",
32
+ "disabled-reason-tooltip": "awsui_disabled-reason-tooltip_14rmt_1l8w6_476",
33
+ "tabs-tab-focused": "awsui_tabs-tab-focused_14rmt_1l8w6_480"
34
34
  };
35
35