@cloudscape-design/components 3.0.1046 → 3.0.1048

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 (30) hide show
  1. package/app-layout/visual-refresh-toolbar/skeleton/breadcrumbs/index.d.ts.map +1 -1
  2. package/app-layout/visual-refresh-toolbar/skeleton/breadcrumbs/index.js +4 -2
  3. package/app-layout/visual-refresh-toolbar/skeleton/breadcrumbs/index.js.map +1 -1
  4. package/app-layout/visual-refresh-toolbar/skeleton/breadcrumbs/styles.css.js +7 -0
  5. package/app-layout/visual-refresh-toolbar/skeleton/breadcrumbs/styles.scoped.css +7 -0
  6. package/app-layout/visual-refresh-toolbar/skeleton/breadcrumbs/styles.selectors.js +8 -0
  7. package/internal/base-component/styles.scoped.css +1 -1
  8. package/internal/components/masked-input/use-mask.d.ts +1 -1
  9. package/internal/components/masked-input/use-mask.d.ts.map +1 -1
  10. package/internal/components/masked-input/use-mask.js +7 -5
  11. package/internal/components/masked-input/use-mask.js.map +1 -1
  12. package/internal/components/masked-input/utils/mask-format.d.ts.map +1 -1
  13. package/internal/components/masked-input/utils/mask-format.js +19 -20
  14. package/internal/components/masked-input/utils/mask-format.js.map +1 -1
  15. package/internal/environment.js +2 -2
  16. package/internal/environment.json +2 -2
  17. package/internal/manifest.json +1 -1
  18. package/internal/plugins/helpers/use-global-breadcrumbs.d.ts.map +1 -1
  19. package/internal/plugins/helpers/use-global-breadcrumbs.js +5 -1
  20. package/internal/plugins/helpers/use-global-breadcrumbs.js.map +1 -1
  21. package/package.json +1 -1
  22. package/prompt-input/internal.d.ts.map +1 -1
  23. package/prompt-input/internal.js +1 -0
  24. package/prompt-input/internal.js.map +1 -1
  25. package/prompt-input/styles.css.js +17 -16
  26. package/prompt-input/styles.scoped.css +49 -37
  27. package/prompt-input/styles.selectors.js +17 -16
  28. package/table/body-cell/styles.css.js +47 -47
  29. package/table/body-cell/styles.scoped.css +374 -375
  30. package/table/body-cell/styles.selectors.js +47 -47
@@ -1,21 +1,22 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "root": "awsui_root_55fkh_19qc8_146",
5
- "textarea-readonly": "awsui_textarea-readonly_55fkh_19qc8_185",
6
- "disabled": "awsui_disabled_55fkh_19qc8_190",
7
- "textarea-invalid": "awsui_textarea-invalid_55fkh_19qc8_198",
8
- "textarea-warning": "awsui_textarea-warning_55fkh_19qc8_223",
9
- "textarea": "awsui_textarea_55fkh_19qc8_185",
10
- "invalid": "awsui_invalid_55fkh_19qc8_323",
11
- "warning": "awsui_warning_55fkh_19qc8_323",
12
- "textarea-wrapper": "awsui_textarea-wrapper_55fkh_19qc8_342",
13
- "primary-action": "awsui_primary-action_55fkh_19qc8_346",
14
- "action-button": "awsui_action-button_55fkh_19qc8_354",
15
- "secondary-content": "awsui_secondary-content_55fkh_19qc8_359",
16
- "with-paddings": "awsui_with-paddings_55fkh_19qc8_394",
17
- "action-stripe": "awsui_action-stripe_55fkh_19qc8_404",
18
- "secondary-actions": "awsui_secondary-actions_55fkh_19qc8_443",
19
- "buffer": "awsui_buffer_55fkh_19qc8_452"
4
+ "root": "awsui_root_55fkh_2oftp_146",
5
+ "textarea-readonly": "awsui_textarea-readonly_55fkh_2oftp_185",
6
+ "disabled": "awsui_disabled_55fkh_2oftp_190",
7
+ "textarea-invalid": "awsui_textarea-invalid_55fkh_2oftp_198",
8
+ "textarea-warning": "awsui_textarea-warning_55fkh_2oftp_223",
9
+ "textarea": "awsui_textarea_55fkh_2oftp_185",
10
+ "invalid": "awsui_invalid_55fkh_2oftp_323",
11
+ "warning": "awsui_warning_55fkh_2oftp_323",
12
+ "textarea-wrapper": "awsui_textarea-wrapper_55fkh_2oftp_342",
13
+ "primary-action": "awsui_primary-action_55fkh_2oftp_346",
14
+ "action-button": "awsui_action-button_55fkh_2oftp_354",
15
+ "secondary-content": "awsui_secondary-content_55fkh_2oftp_359",
16
+ "with-paddings": "awsui_with-paddings_55fkh_2oftp_394",
17
+ "action-stripe": "awsui_action-stripe_55fkh_2oftp_404",
18
+ "secondary-actions": "awsui_secondary-actions_55fkh_2oftp_443",
19
+ "with-paddings-and-actions": "awsui_with-paddings-and-actions_55fkh_2oftp_460",
20
+ "buffer": "awsui_buffer_55fkh_2oftp_464"
20
21
  };
21
22
 
@@ -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_root_55fkh_19qc8_146:not(#\9) {
146
+ .awsui_root_55fkh_2oftp_146:not(#\9) {
147
147
  border-collapse: separate;
148
148
  border-spacing: 0;
149
149
  box-sizing: border-box;
@@ -182,12 +182,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
182
182
  border-block: var(--border-width-field-2xc78x, 1px) solid var(--color-border-input-default-317xk5, #8c8c94);
183
183
  border-inline: var(--border-width-field-2xc78x, 1px) solid var(--color-border-input-default-317xk5, #8c8c94);
184
184
  }
185
- .awsui_root_55fkh_19qc8_146.awsui_textarea-readonly_55fkh_19qc8_185:not(#\9) {
185
+ .awsui_root_55fkh_2oftp_146.awsui_textarea-readonly_55fkh_2oftp_185:not(#\9) {
186
186
  background-color: var(--color-background-input-default-ifz5bb, #ffffff);
187
187
  border-block: var(--border-width-field-2xc78x, 1px) solid var(--color-border-input-disabled-zgnzvk, #ebebf0);
188
188
  border-inline: var(--border-width-field-2xc78x, 1px) solid var(--color-border-input-disabled-zgnzvk, #ebebf0);
189
189
  }
190
- .awsui_root_55fkh_19qc8_146.awsui_disabled_55fkh_19qc8_190:not(#\9) {
190
+ .awsui_root_55fkh_2oftp_146.awsui_disabled_55fkh_2oftp_190:not(#\9) {
191
191
  background-color: var(--color-background-input-disabled-dihaja, #ebebf0);
192
192
  border-block: var(--border-width-field-2xc78x, 1px) solid var(--color-border-input-disabled-zgnzvk, #ebebf0);
193
193
  border-inline: var(--border-width-field-2xc78x, 1px) solid var(--color-border-input-disabled-zgnzvk, #ebebf0);
@@ -195,57 +195,57 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
195
195
  cursor: auto;
196
196
  cursor: default;
197
197
  }
198
- .awsui_root_55fkh_19qc8_146.awsui_textarea-invalid_55fkh_19qc8_198:not(#\9) {
198
+ .awsui_root_55fkh_2oftp_146.awsui_textarea-invalid_55fkh_2oftp_198:not(#\9) {
199
199
  color: var(--color-text-status-error-ksqavh, #db0000);
200
200
  border-color: var(--color-text-status-error-ksqavh, #db0000);
201
201
  padding-inline-start: calc(var(--space-field-horizontal-0aq2ch, 12px) - (var(--border-invalid-width-3xd6e1, 8px) - var(--border-width-field-2xc78x, 1px)));
202
202
  border-inline-start-width: var(--border-invalid-width-3xd6e1, 8px);
203
203
  }
204
- .awsui_root_55fkh_19qc8_146.awsui_textarea-invalid_55fkh_19qc8_198:not(#\9):focus {
204
+ .awsui_root_55fkh_2oftp_146.awsui_textarea-invalid_55fkh_2oftp_198:not(#\9):focus {
205
205
  box-shadow: 0 0 0 var(--border-control-invalid-focus-ring-shadow-spread-9jjf96, 2px) var(--color-border-item-focused-uk47pl, #006ce0);
206
206
  }
207
- .awsui_root_55fkh_19qc8_146.awsui_textarea-invalid_55fkh_19qc8_198:not(#\9) {
207
+ .awsui_root_55fkh_2oftp_146.awsui_textarea-invalid_55fkh_2oftp_198:not(#\9) {
208
208
  padding-inline-start: 0;
209
209
  }
210
- .awsui_root_55fkh_19qc8_146.awsui_textarea-invalid_55fkh_19qc8_198:not(#\9):focus-within, .awsui_root_55fkh_19qc8_146.awsui_textarea-invalid_55fkh_19qc8_198:not(#\9):focus {
210
+ .awsui_root_55fkh_2oftp_146.awsui_textarea-invalid_55fkh_2oftp_198:not(#\9):focus-within, .awsui_root_55fkh_2oftp_146.awsui_textarea-invalid_55fkh_2oftp_198:not(#\9):focus {
211
211
  color: var(--color-text-status-error-ksqavh, #db0000);
212
212
  border-color: var(--color-text-status-error-ksqavh, #db0000);
213
213
  padding-inline-start: calc(var(--space-field-horizontal-0aq2ch, 12px) - (var(--border-invalid-width-3xd6e1, 8px) - var(--border-width-field-2xc78x, 1px)));
214
214
  border-inline-start-width: var(--border-invalid-width-3xd6e1, 8px);
215
215
  }
216
- .awsui_root_55fkh_19qc8_146.awsui_textarea-invalid_55fkh_19qc8_198:not(#\9):focus-within:focus, .awsui_root_55fkh_19qc8_146.awsui_textarea-invalid_55fkh_19qc8_198:not(#\9):focus:focus {
216
+ .awsui_root_55fkh_2oftp_146.awsui_textarea-invalid_55fkh_2oftp_198:not(#\9):focus-within:focus, .awsui_root_55fkh_2oftp_146.awsui_textarea-invalid_55fkh_2oftp_198:not(#\9):focus:focus {
217
217
  box-shadow: 0 0 0 var(--border-control-invalid-focus-ring-shadow-spread-9jjf96, 2px) var(--color-border-item-focused-uk47pl, #006ce0);
218
218
  }
219
- .awsui_root_55fkh_19qc8_146.awsui_textarea-invalid_55fkh_19qc8_198:not(#\9):focus-within, .awsui_root_55fkh_19qc8_146.awsui_textarea-invalid_55fkh_19qc8_198:not(#\9):focus {
219
+ .awsui_root_55fkh_2oftp_146.awsui_textarea-invalid_55fkh_2oftp_198:not(#\9):focus-within, .awsui_root_55fkh_2oftp_146.awsui_textarea-invalid_55fkh_2oftp_198:not(#\9):focus {
220
220
  padding-inline-start: 0;
221
221
  box-shadow: 0 0 0 var(--border-control-invalid-focus-ring-shadow-spread-9jjf96, 2px) var(--color-border-item-focused-uk47pl, #006ce0);
222
222
  }
223
- .awsui_root_55fkh_19qc8_146.awsui_textarea-warning_55fkh_19qc8_223:not(#\9) {
223
+ .awsui_root_55fkh_2oftp_146.awsui_textarea-warning_55fkh_2oftp_223:not(#\9) {
224
224
  color: var(--color-text-status-warning-6meo06, #855900);
225
225
  border-color: var(--color-text-status-warning-6meo06, #855900);
226
226
  padding-inline-start: calc(var(--space-field-horizontal-0aq2ch, 12px) - (var(--border-invalid-width-3xd6e1, 8px) - var(--border-width-field-2xc78x, 1px)));
227
227
  border-inline-start-width: var(--border-invalid-width-3xd6e1, 8px);
228
228
  }
229
- .awsui_root_55fkh_19qc8_146.awsui_textarea-warning_55fkh_19qc8_223:not(#\9):focus {
229
+ .awsui_root_55fkh_2oftp_146.awsui_textarea-warning_55fkh_2oftp_223:not(#\9):focus {
230
230
  box-shadow: 0 0 0 var(--border-control-invalid-focus-ring-shadow-spread-9jjf96, 2px) var(--color-border-item-focused-uk47pl, #006ce0);
231
231
  }
232
- .awsui_root_55fkh_19qc8_146.awsui_textarea-warning_55fkh_19qc8_223:not(#\9) {
232
+ .awsui_root_55fkh_2oftp_146.awsui_textarea-warning_55fkh_2oftp_223:not(#\9) {
233
233
  padding-inline-start: 0;
234
234
  }
235
- .awsui_root_55fkh_19qc8_146.awsui_textarea-warning_55fkh_19qc8_223:not(#\9):focus-within, .awsui_root_55fkh_19qc8_146.awsui_textarea-warning_55fkh_19qc8_223:not(#\9):focus {
235
+ .awsui_root_55fkh_2oftp_146.awsui_textarea-warning_55fkh_2oftp_223:not(#\9):focus-within, .awsui_root_55fkh_2oftp_146.awsui_textarea-warning_55fkh_2oftp_223:not(#\9):focus {
236
236
  color: var(--color-text-status-warning-6meo06, #855900);
237
237
  border-color: var(--color-text-status-warning-6meo06, #855900);
238
238
  padding-inline-start: calc(var(--space-field-horizontal-0aq2ch, 12px) - (var(--border-invalid-width-3xd6e1, 8px) - var(--border-width-field-2xc78x, 1px)));
239
239
  border-inline-start-width: var(--border-invalid-width-3xd6e1, 8px);
240
240
  }
241
- .awsui_root_55fkh_19qc8_146.awsui_textarea-warning_55fkh_19qc8_223:not(#\9):focus-within:focus, .awsui_root_55fkh_19qc8_146.awsui_textarea-warning_55fkh_19qc8_223:not(#\9):focus:focus {
241
+ .awsui_root_55fkh_2oftp_146.awsui_textarea-warning_55fkh_2oftp_223:not(#\9):focus-within:focus, .awsui_root_55fkh_2oftp_146.awsui_textarea-warning_55fkh_2oftp_223:not(#\9):focus:focus {
242
242
  box-shadow: 0 0 0 var(--border-control-invalid-focus-ring-shadow-spread-9jjf96, 2px) var(--color-border-item-focused-uk47pl, #006ce0);
243
243
  }
244
- .awsui_root_55fkh_19qc8_146.awsui_textarea-warning_55fkh_19qc8_223:not(#\9):focus-within, .awsui_root_55fkh_19qc8_146.awsui_textarea-warning_55fkh_19qc8_223:not(#\9):focus {
244
+ .awsui_root_55fkh_2oftp_146.awsui_textarea-warning_55fkh_2oftp_223:not(#\9):focus-within, .awsui_root_55fkh_2oftp_146.awsui_textarea-warning_55fkh_2oftp_223:not(#\9):focus {
245
245
  padding-inline-start: 0;
246
246
  box-shadow: 0 0 0 var(--border-control-invalid-focus-ring-shadow-spread-9jjf96, 2px) var(--color-border-item-focused-uk47pl, #006ce0);
247
247
  }
248
- .awsui_root_55fkh_19qc8_146:not(#\9):focus-within, .awsui_root_55fkh_19qc8_146:not(#\9):focus {
248
+ .awsui_root_55fkh_2oftp_146:not(#\9):focus-within, .awsui_root_55fkh_2oftp_146:not(#\9):focus {
249
249
  outline: 2px dotted transparent;
250
250
  border-block: var(--border-width-field-2xc78x, 1px) solid var(--color-border-input-focused-4z0pgn, #006ce0);
251
251
  border-inline: var(--border-width-field-2xc78x, 1px) solid var(--color-border-input-focused-4z0pgn, #006ce0);
@@ -256,7 +256,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
256
256
  box-shadow: 0 0 0 var(--border-control-focus-ring-shadow-spread-9mjajk, 1px) var(--color-border-item-focused-uk47pl, #006ce0);
257
257
  }
258
258
 
259
- .awsui_textarea_55fkh_19qc8_185:not(#\9) {
259
+ .awsui_textarea_55fkh_2oftp_185:not(#\9) {
260
260
  border-collapse: separate;
261
261
  border-spacing: 0;
262
262
  box-sizing: border-box;
@@ -305,25 +305,25 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
305
305
  box-sizing: border-box;
306
306
  border: 0;
307
307
  }
308
- .awsui_textarea_55fkh_19qc8_185:not(#\9)::placeholder {
308
+ .awsui_textarea_55fkh_2oftp_185:not(#\9)::placeholder {
309
309
  color: var(--color-text-input-placeholder-dclg8u, #656871);
310
310
  font-style: italic;
311
311
  opacity: 1;
312
312
  }
313
- .awsui_textarea_55fkh_19qc8_185:not(#\9):-ms-input-placeholder {
313
+ .awsui_textarea_55fkh_2oftp_185:not(#\9):-ms-input-placeholder {
314
314
  color: var(--color-text-input-placeholder-dclg8u, #656871);
315
315
  font-style: italic;
316
316
  }
317
- .awsui_textarea_55fkh_19qc8_185:not(#\9):focus {
317
+ .awsui_textarea_55fkh_2oftp_185:not(#\9):focus {
318
318
  outline: none;
319
319
  }
320
- .awsui_textarea_55fkh_19qc8_185:not(#\9):invalid {
320
+ .awsui_textarea_55fkh_2oftp_185:not(#\9):invalid {
321
321
  box-shadow: none;
322
322
  }
323
- .awsui_textarea_55fkh_19qc8_185.awsui_invalid_55fkh_19qc8_323:not(#\9), .awsui_textarea_55fkh_19qc8_185.awsui_warning_55fkh_19qc8_323:not(#\9) {
323
+ .awsui_textarea_55fkh_2oftp_185.awsui_invalid_55fkh_2oftp_323:not(#\9), .awsui_textarea_55fkh_2oftp_185.awsui_warning_55fkh_2oftp_323:not(#\9) {
324
324
  padding-inline-start: calc(var(--space-field-horizontal-0aq2ch, 12px) - (var(--border-invalid-width-3xd6e1, 8px) - var(--border-width-field-2xc78x, 1px)));
325
325
  }
326
- .awsui_textarea_55fkh_19qc8_185:not(#\9):disabled {
326
+ .awsui_textarea_55fkh_2oftp_185:not(#\9):disabled {
327
327
  background-color: var(--color-background-input-disabled-dihaja, #ebebf0);
328
328
  border-block: var(--border-width-field-2xc78x, 1px) solid var(--color-border-input-disabled-zgnzvk, #ebebf0);
329
329
  border-inline: var(--border-width-field-2xc78x, 1px) solid var(--color-border-input-disabled-zgnzvk, #ebebf0);
@@ -332,31 +332,31 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
332
332
  border: 0;
333
333
  cursor: default;
334
334
  }
335
- .awsui_textarea_55fkh_19qc8_185:not(#\9):disabled::placeholder {
335
+ .awsui_textarea_55fkh_2oftp_185:not(#\9):disabled::placeholder {
336
336
  color: var(--color-text-input-placeholder-disabled-wg87og, #b4b4bb);
337
337
  opacity: 1;
338
338
  }
339
- .awsui_textarea_55fkh_19qc8_185:not(#\9):disabled:-ms-input-placeholder {
339
+ .awsui_textarea_55fkh_2oftp_185:not(#\9):disabled:-ms-input-placeholder {
340
340
  color: var(--color-text-input-placeholder-disabled-wg87og, #b4b4bb);
341
341
  }
342
- .awsui_textarea-wrapper_55fkh_19qc8_342:not(#\9) {
342
+ .awsui_textarea-wrapper_55fkh_2oftp_342:not(#\9) {
343
343
  display: flex;
344
344
  }
345
345
 
346
- .awsui_primary-action_55fkh_19qc8_346:not(#\9) {
346
+ .awsui_primary-action_55fkh_2oftp_346:not(#\9) {
347
347
  align-self: flex-end;
348
348
  flex-shrink: 0;
349
349
  padding-inline-start: calc(var(--space-field-horizontal-0aq2ch, 12px) / 2);
350
350
  }
351
- .awsui_textarea-wrapper_55fkh_19qc8_342 > .awsui_primary-action_55fkh_19qc8_346:not(#\9) {
351
+ .awsui_textarea-wrapper_55fkh_2oftp_342 > .awsui_primary-action_55fkh_2oftp_346:not(#\9) {
352
352
  padding-inline-end: calc(var(--space-field-horizontal-0aq2ch, 12px) / 2);
353
353
  }
354
- .awsui_textarea-wrapper_55fkh_19qc8_342 > .awsui_primary-action_55fkh_19qc8_346 > .awsui_action-button_55fkh_19qc8_354:not(#\9) {
354
+ .awsui_textarea-wrapper_55fkh_2oftp_342 > .awsui_primary-action_55fkh_2oftp_346 > .awsui_action-button_55fkh_2oftp_354:not(#\9) {
355
355
  margin-block-end: var(--space-scaled-xxxs-oo06c7, 2px);
356
356
  padding: 0;
357
357
  }
358
358
 
359
- .awsui_secondary-content_55fkh_19qc8_359:not(#\9) {
359
+ .awsui_secondary-content_55fkh_2oftp_359:not(#\9) {
360
360
  border-collapse: separate;
361
361
  border-spacing: 0;
362
362
  box-sizing: border-box;
@@ -391,17 +391,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
391
391
  border-end-start-radius: var(--border-radius-input-7q0str, 8px);
392
392
  border-end-end-radius: var(--border-radius-input-7q0str, 8px);
393
393
  }
394
- .awsui_secondary-content_55fkh_19qc8_359.awsui_with-paddings_55fkh_19qc8_394:not(#\9) {
394
+ .awsui_secondary-content_55fkh_2oftp_359.awsui_with-paddings_55fkh_2oftp_394:not(#\9) {
395
395
  padding-block-start: var(--space-scaled-s-8ozaad, 12px);
396
396
  padding-block-end: var(--space-scaled-s-8ozaad, 12px);
397
397
  padding-inline-start: var(--space-field-horizontal-0aq2ch, 12px);
398
398
  padding-inline-end: var(--space-field-horizontal-0aq2ch, 12px);
399
399
  }
400
- .awsui_secondary-content_55fkh_19qc8_359.awsui_with-paddings_55fkh_19qc8_394.awsui_invalid_55fkh_19qc8_323:not(#\9), .awsui_secondary-content_55fkh_19qc8_359.awsui_with-paddings_55fkh_19qc8_394.awsui_warning_55fkh_19qc8_323:not(#\9) {
400
+ .awsui_secondary-content_55fkh_2oftp_359.awsui_with-paddings_55fkh_2oftp_394.awsui_invalid_55fkh_2oftp_323:not(#\9), .awsui_secondary-content_55fkh_2oftp_359.awsui_with-paddings_55fkh_2oftp_394.awsui_warning_55fkh_2oftp_323:not(#\9) {
401
401
  padding-inline-start: calc(var(--space-field-horizontal-0aq2ch, 12px) - (var(--border-invalid-width-3xd6e1, 8px) - var(--border-width-field-2xc78x, 1px)));
402
402
  }
403
403
 
404
- .awsui_action-stripe_55fkh_19qc8_404:not(#\9) {
404
+ .awsui_action-stripe_55fkh_2oftp_404:not(#\9) {
405
405
  border-collapse: separate;
406
406
  border-spacing: 0;
407
407
  box-sizing: border-box;
@@ -440,16 +440,28 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
440
440
  align-items: flex-end;
441
441
  }
442
442
 
443
- .awsui_secondary-actions_55fkh_19qc8_443.awsui_with-paddings_55fkh_19qc8_394:not(#\9) {
444
- padding-inline-start: var(--space-field-horizontal-0aq2ch, 12px);
443
+ .awsui_secondary-actions_55fkh_2oftp_443:not(#\9) {
444
+ flex-basis: max-content;
445
+ flex-grow: 0;
446
+ flex-shrink: 1;
447
+ box-sizing: border-box;
448
+ word-wrap: break-word;
449
+ max-inline-size: 100%;
450
+ overflow: hidden;
451
+ }
452
+ .awsui_secondary-actions_55fkh_2oftp_443.awsui_with-paddings_55fkh_2oftp_394:not(#\9) {
453
+ padding-inline: var(--space-field-horizontal-0aq2ch, 12px);
445
454
  padding-block-start: var(--space-scaled-s-8ozaad, 12px);
446
455
  padding-block-end: var(--space-scaled-xxs-pfm1nx, 4px);
447
456
  }
448
- .awsui_secondary-actions_55fkh_19qc8_443.awsui_with-paddings_55fkh_19qc8_394.awsui_invalid_55fkh_19qc8_323:not(#\9), .awsui_secondary-actions_55fkh_19qc8_443.awsui_with-paddings_55fkh_19qc8_394.awsui_warning_55fkh_19qc8_323:not(#\9) {
457
+ .awsui_secondary-actions_55fkh_2oftp_443.awsui_with-paddings_55fkh_2oftp_394.awsui_invalid_55fkh_2oftp_323:not(#\9), .awsui_secondary-actions_55fkh_2oftp_443.awsui_with-paddings_55fkh_2oftp_394.awsui_warning_55fkh_2oftp_323:not(#\9) {
449
458
  padding-inline-start: calc(var(--space-field-horizontal-0aq2ch, 12px) - (var(--border-invalid-width-3xd6e1, 8px) - var(--border-width-field-2xc78x, 1px)));
450
459
  }
460
+ .awsui_secondary-actions_55fkh_2oftp_443.awsui_with-paddings-and-actions_55fkh_2oftp_460:not(#\9) {
461
+ padding-inline-end: 0;
462
+ }
451
463
 
452
- .awsui_buffer_55fkh_19qc8_452:not(#\9) {
464
+ .awsui_buffer_55fkh_2oftp_464:not(#\9) {
453
465
  flex: 1;
454
466
  align-self: stretch;
455
467
  cursor: text;
@@ -2,21 +2,22 @@
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_55fkh_19qc8_146",
6
- "textarea-readonly": "awsui_textarea-readonly_55fkh_19qc8_185",
7
- "disabled": "awsui_disabled_55fkh_19qc8_190",
8
- "textarea-invalid": "awsui_textarea-invalid_55fkh_19qc8_198",
9
- "textarea-warning": "awsui_textarea-warning_55fkh_19qc8_223",
10
- "textarea": "awsui_textarea_55fkh_19qc8_185",
11
- "invalid": "awsui_invalid_55fkh_19qc8_323",
12
- "warning": "awsui_warning_55fkh_19qc8_323",
13
- "textarea-wrapper": "awsui_textarea-wrapper_55fkh_19qc8_342",
14
- "primary-action": "awsui_primary-action_55fkh_19qc8_346",
15
- "action-button": "awsui_action-button_55fkh_19qc8_354",
16
- "secondary-content": "awsui_secondary-content_55fkh_19qc8_359",
17
- "with-paddings": "awsui_with-paddings_55fkh_19qc8_394",
18
- "action-stripe": "awsui_action-stripe_55fkh_19qc8_404",
19
- "secondary-actions": "awsui_secondary-actions_55fkh_19qc8_443",
20
- "buffer": "awsui_buffer_55fkh_19qc8_452"
5
+ "root": "awsui_root_55fkh_2oftp_146",
6
+ "textarea-readonly": "awsui_textarea-readonly_55fkh_2oftp_185",
7
+ "disabled": "awsui_disabled_55fkh_2oftp_190",
8
+ "textarea-invalid": "awsui_textarea-invalid_55fkh_2oftp_198",
9
+ "textarea-warning": "awsui_textarea-warning_55fkh_2oftp_223",
10
+ "textarea": "awsui_textarea_55fkh_2oftp_185",
11
+ "invalid": "awsui_invalid_55fkh_2oftp_323",
12
+ "warning": "awsui_warning_55fkh_2oftp_323",
13
+ "textarea-wrapper": "awsui_textarea-wrapper_55fkh_2oftp_342",
14
+ "primary-action": "awsui_primary-action_55fkh_2oftp_346",
15
+ "action-button": "awsui_action-button_55fkh_2oftp_354",
16
+ "secondary-content": "awsui_secondary-content_55fkh_2oftp_359",
17
+ "with-paddings": "awsui_with-paddings_55fkh_2oftp_394",
18
+ "action-stripe": "awsui_action-stripe_55fkh_2oftp_404",
19
+ "secondary-actions": "awsui_secondary-actions_55fkh_2oftp_443",
20
+ "with-paddings-and-actions": "awsui_with-paddings-and-actions_55fkh_2oftp_460",
21
+ "buffer": "awsui_buffer_55fkh_2oftp_464"
21
22
  };
22
23
 
@@ -1,52 +1,52 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "expandable-toggle-wrapper": "awsui_expandable-toggle-wrapper_c6tup_m7a2f_145",
5
- "body-cell": "awsui_body-cell_c6tup_m7a2f_152",
6
- "body-cell-content": "awsui_body-cell-content_c6tup_m7a2f_160",
7
- "expandable-level-0": "awsui_expandable-level-0_c6tup_m7a2f_166",
8
- "expandable-level-1": "awsui_expandable-level-1_c6tup_m7a2f_173",
9
- "expandable-level-2": "awsui_expandable-level-2_c6tup_m7a2f_180",
10
- "expandable-level-3": "awsui_expandable-level-3_c6tup_m7a2f_187",
11
- "expandable-level-4": "awsui_expandable-level-4_c6tup_m7a2f_194",
12
- "expandable-level-5": "awsui_expandable-level-5_c6tup_m7a2f_201",
13
- "expandable-level-6": "awsui_expandable-level-6_c6tup_m7a2f_208",
14
- "expandable-level-7": "awsui_expandable-level-7_c6tup_m7a2f_215",
15
- "expandable-level-8": "awsui_expandable-level-8_c6tup_m7a2f_222",
16
- "expandable-level-9": "awsui_expandable-level-9_c6tup_m7a2f_229",
17
- "expandable-level-next": "awsui_expandable-level-next_c6tup_m7a2f_236",
18
- "body-cell-align-top": "awsui_body-cell-align-top_c6tup_m7a2f_254",
19
- "body-cell-wrap": "awsui_body-cell-wrap_c6tup_m7a2f_260",
20
- "is-visual-refresh": "awsui_is-visual-refresh_c6tup_m7a2f_357",
21
- "body-cell-edit-active": "awsui_body-cell-edit-active_c6tup_m7a2f_447",
22
- "body-cell-expandable": "awsui_body-cell-expandable_c6tup_m7a2f_447",
23
- "body-cell-editable": "awsui_body-cell-editable_c6tup_m7a2f_447",
24
- "has-striped-rows": "awsui_has-striped-rows_c6tup_m7a2f_530",
25
- "sticky-cell-pad-inline-start": "awsui_sticky-cell-pad-inline-start_c6tup_m7a2f_696",
26
- "has-selection": "awsui_has-selection_c6tup_m7a2f_862",
27
- "body-cell-first-row": "awsui_body-cell-first-row_c6tup_m7a2f_1031",
28
- "body-cell-last-row": "awsui_body-cell-last-row_c6tup_m7a2f_1034",
29
- "body-cell-selected": "awsui_body-cell-selected_c6tup_m7a2f_1034",
30
- "has-footer": "awsui_has-footer_c6tup_m7a2f_1034",
31
- "body-cell-shaded": "awsui_body-cell-shaded_c6tup_m7a2f_1044",
32
- "sticky-cell": "awsui_sticky-cell_c6tup_m7a2f_696",
33
- "table-variant-full-page": "awsui_table-variant-full-page_c6tup_m7a2f_1095",
34
- "sticky-cell-last-inline-end": "awsui_sticky-cell-last-inline-end_c6tup_m7a2f_1112",
35
- "sticky-cell-last-inline-start": "awsui_sticky-cell-last-inline-start_c6tup_m7a2f_1121",
36
- "body-cell-next-selected": "awsui_body-cell-next-selected_c6tup_m7a2f_1143",
37
- "body-cell-prev-selected": "awsui_body-cell-prev-selected_c6tup_m7a2f_1150",
38
- "body-cell-editor-wrapper": "awsui_body-cell-editor-wrapper_c6tup_m7a2f_1176",
39
- "body-cell-success": "awsui_body-cell-success_c6tup_m7a2f_1181",
40
- "body-cell-editor": "awsui_body-cell-editor_c6tup_m7a2f_1176",
41
- "body-cell-editor-disabled": "awsui_body-cell-editor-disabled_c6tup_m7a2f_1206",
42
- "body-cell-editor-row": "awsui_body-cell-editor-row_c6tup_m7a2f_1215",
43
- "body-cell-editor-controls": "awsui_body-cell-editor-controls_c6tup_m7a2f_1225",
44
- "body-cell-editor-row-editor": "awsui_body-cell-editor-row-editor_c6tup_m7a2f_1228",
45
- "body-cell-editor-focusable": "awsui_body-cell-editor-focusable_c6tup_m7a2f_1231",
46
- "body-cell-editor-icon": "awsui_body-cell-editor-icon_c6tup_m7a2f_1255",
47
- "resizable-columns": "awsui_resizable-columns_c6tup_m7a2f_1367",
48
- "expandable-cell-content": "awsui_expandable-cell-content_c6tup_m7a2f_1370",
49
- "body-cell-edit-disabled-popover": "awsui_body-cell-edit-disabled-popover_c6tup_m7a2f_1421",
50
- "body-cell-has-success": "awsui_body-cell-has-success_c6tup_m7a2f_1424"
4
+ "expandable-toggle-wrapper": "awsui_expandable-toggle-wrapper_c6tup_1blv8_145",
5
+ "body-cell": "awsui_body-cell_c6tup_1blv8_152",
6
+ "body-cell-content": "awsui_body-cell-content_c6tup_1blv8_160",
7
+ "expandable-level-0": "awsui_expandable-level-0_c6tup_1blv8_166",
8
+ "expandable-level-1": "awsui_expandable-level-1_c6tup_1blv8_173",
9
+ "expandable-level-2": "awsui_expandable-level-2_c6tup_1blv8_180",
10
+ "expandable-level-3": "awsui_expandable-level-3_c6tup_1blv8_187",
11
+ "expandable-level-4": "awsui_expandable-level-4_c6tup_1blv8_194",
12
+ "expandable-level-5": "awsui_expandable-level-5_c6tup_1blv8_201",
13
+ "expandable-level-6": "awsui_expandable-level-6_c6tup_1blv8_208",
14
+ "expandable-level-7": "awsui_expandable-level-7_c6tup_1blv8_215",
15
+ "expandable-level-8": "awsui_expandable-level-8_c6tup_1blv8_222",
16
+ "expandable-level-9": "awsui_expandable-level-9_c6tup_1blv8_229",
17
+ "expandable-level-next": "awsui_expandable-level-next_c6tup_1blv8_236",
18
+ "body-cell-align-top": "awsui_body-cell-align-top_c6tup_1blv8_254",
19
+ "body-cell-wrap": "awsui_body-cell-wrap_c6tup_1blv8_260",
20
+ "is-visual-refresh": "awsui_is-visual-refresh_c6tup_1blv8_357",
21
+ "body-cell-edit-active": "awsui_body-cell-edit-active_c6tup_1blv8_447",
22
+ "body-cell-expandable": "awsui_body-cell-expandable_c6tup_1blv8_447",
23
+ "body-cell-editable": "awsui_body-cell-editable_c6tup_1blv8_447",
24
+ "has-striped-rows": "awsui_has-striped-rows_c6tup_1blv8_530",
25
+ "sticky-cell-pad-inline-start": "awsui_sticky-cell-pad-inline-start_c6tup_1blv8_696",
26
+ "has-selection": "awsui_has-selection_c6tup_1blv8_862",
27
+ "body-cell-first-row": "awsui_body-cell-first-row_c6tup_1blv8_1031",
28
+ "body-cell-last-row": "awsui_body-cell-last-row_c6tup_1blv8_1034",
29
+ "body-cell-selected": "awsui_body-cell-selected_c6tup_1blv8_1034",
30
+ "has-footer": "awsui_has-footer_c6tup_1blv8_1034",
31
+ "body-cell-shaded": "awsui_body-cell-shaded_c6tup_1blv8_1044",
32
+ "sticky-cell": "awsui_sticky-cell_c6tup_1blv8_696",
33
+ "table-variant-full-page": "awsui_table-variant-full-page_c6tup_1blv8_1095",
34
+ "sticky-cell-last-inline-end": "awsui_sticky-cell-last-inline-end_c6tup_1blv8_1112",
35
+ "sticky-cell-last-inline-start": "awsui_sticky-cell-last-inline-start_c6tup_1blv8_1121",
36
+ "body-cell-next-selected": "awsui_body-cell-next-selected_c6tup_1blv8_1143",
37
+ "body-cell-prev-selected": "awsui_body-cell-prev-selected_c6tup_1blv8_1150",
38
+ "body-cell-editor-wrapper": "awsui_body-cell-editor-wrapper_c6tup_1blv8_1176",
39
+ "body-cell-success": "awsui_body-cell-success_c6tup_1blv8_1181",
40
+ "body-cell-editor": "awsui_body-cell-editor_c6tup_1blv8_1176",
41
+ "body-cell-editor-disabled": "awsui_body-cell-editor-disabled_c6tup_1blv8_1206",
42
+ "body-cell-editor-row": "awsui_body-cell-editor-row_c6tup_1blv8_1215",
43
+ "body-cell-editor-controls": "awsui_body-cell-editor-controls_c6tup_1blv8_1225",
44
+ "body-cell-editor-row-editor": "awsui_body-cell-editor-row-editor_c6tup_1blv8_1228",
45
+ "body-cell-editor-focusable": "awsui_body-cell-editor-focusable_c6tup_1blv8_1231",
46
+ "body-cell-editor-icon": "awsui_body-cell-editor-icon_c6tup_1blv8_1255",
47
+ "resizable-columns": "awsui_resizable-columns_c6tup_1blv8_1367",
48
+ "expandable-cell-content": "awsui_expandable-cell-content_c6tup_1blv8_1370",
49
+ "body-cell-edit-disabled-popover": "awsui_body-cell-edit-disabled-popover_c6tup_1blv8_1421",
50
+ "body-cell-has-success": "awsui_body-cell-has-success_c6tup_1blv8_1424"
51
51
  };
52
52