@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.
Files changed (61) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/input/styles.scss +0 -8
  3. package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +1 -1
  4. package/lib/internal/scss/prompt-input/styles.scss +0 -6
  5. package/lib/internal/scss/segmented-control/segment.scss +0 -1
  6. package/lib/internal/scss/segmented-control/styles.scss +0 -1
  7. package/lib/internal/scss/table/styles.scss +0 -1
  8. package/lib/internal/scss/tabs/tab-header-bar.scss +0 -1
  9. package/lib/internal/scss/textarea/styles.scss +0 -8
  10. package/lib/internal/template/i18n/messages/all.all.js +1 -1
  11. package/lib/internal/template/i18n/messages/all.all.json +1 -1
  12. package/lib/internal/template/i18n/messages/all.ar.js +1 -1
  13. package/lib/internal/template/i18n/messages/all.ar.json +1 -1
  14. package/lib/internal/template/i18n/messages/all.de.js +1 -1
  15. package/lib/internal/template/i18n/messages/all.de.json +1 -1
  16. package/lib/internal/template/i18n/messages/all.en-GB.js +1 -1
  17. package/lib/internal/template/i18n/messages/all.en-GB.json +1 -1
  18. package/lib/internal/template/i18n/messages/all.en.js +1 -1
  19. package/lib/internal/template/i18n/messages/all.en.json +1 -1
  20. package/lib/internal/template/i18n/messages/all.es.js +1 -1
  21. package/lib/internal/template/i18n/messages/all.es.json +1 -1
  22. package/lib/internal/template/i18n/messages/all.fr.js +1 -1
  23. package/lib/internal/template/i18n/messages/all.fr.json +1 -1
  24. package/lib/internal/template/i18n/messages/all.id.js +1 -1
  25. package/lib/internal/template/i18n/messages/all.id.json +1 -1
  26. package/lib/internal/template/i18n/messages/all.it.js +1 -1
  27. package/lib/internal/template/i18n/messages/all.it.json +1 -1
  28. package/lib/internal/template/i18n/messages/all.ja.js +1 -1
  29. package/lib/internal/template/i18n/messages/all.ja.json +1 -1
  30. package/lib/internal/template/i18n/messages/all.ko.js +1 -1
  31. package/lib/internal/template/i18n/messages/all.ko.json +1 -1
  32. package/lib/internal/template/i18n/messages/all.pt-BR.js +1 -1
  33. package/lib/internal/template/i18n/messages/all.pt-BR.json +1 -1
  34. package/lib/internal/template/i18n/messages/all.tr.js +1 -1
  35. package/lib/internal/template/i18n/messages/all.tr.json +1 -1
  36. package/lib/internal/template/i18n/messages/all.zh-CN.js +1 -1
  37. package/lib/internal/template/i18n/messages/all.zh-CN.json +1 -1
  38. package/lib/internal/template/i18n/messages/all.zh-TW.js +1 -1
  39. package/lib/internal/template/i18n/messages/all.zh-TW.json +1 -1
  40. package/lib/internal/template/input/styles.css.js +13 -13
  41. package/lib/internal/template/input/styles.scoped.css +28 -42
  42. package/lib/internal/template/input/styles.selectors.js +13 -13
  43. package/lib/internal/template/internal/base-component/styles.scoped.css +1 -1
  44. package/lib/internal/template/internal/environment.js +2 -2
  45. package/lib/internal/template/internal/environment.json +2 -2
  46. package/lib/internal/template/prompt-input/styles.css.js +17 -17
  47. package/lib/internal/template/prompt-input/styles.scoped.css +36 -43
  48. package/lib/internal/template/prompt-input/styles.selectors.js +17 -17
  49. package/lib/internal/template/segmented-control/styles.css.js +16 -16
  50. package/lib/internal/template/segmented-control/styles.scoped.css +36 -42
  51. package/lib/internal/template/segmented-control/styles.selectors.js +16 -16
  52. package/lib/internal/template/table/styles.css.js +34 -34
  53. package/lib/internal/template/table/styles.scoped.css +41 -42
  54. package/lib/internal/template/table/styles.selectors.js +34 -34
  55. package/lib/internal/template/tabs/styles.css.js +30 -30
  56. package/lib/internal/template/tabs/styles.scoped.css +51 -52
  57. package/lib/internal/template/tabs/styles.selectors.js +30 -30
  58. package/lib/internal/template/textarea/styles.css.js +5 -5
  59. package/lib/internal/template/textarea/styles.scoped.css +12 -19
  60. package/lib/internal/template/textarea/styles.selectors.js +5 -5
  61. package/package.json +1 -1
@@ -1,22 +1,22 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "root": "awsui_root_55fkh_13pzz_146",
5
- "textarea-readonly": "awsui_textarea-readonly_55fkh_13pzz_185",
6
- "disabled": "awsui_disabled_55fkh_13pzz_190",
7
- "textarea-invalid": "awsui_textarea-invalid_55fkh_13pzz_198",
8
- "textarea-warning": "awsui_textarea-warning_55fkh_13pzz_223",
9
- "textarea": "awsui_textarea_55fkh_13pzz_185",
10
- "invalid": "awsui_invalid_55fkh_13pzz_323",
11
- "warning": "awsui_warning_55fkh_13pzz_323",
12
- "textarea-wrapper": "awsui_textarea-wrapper_55fkh_13pzz_342",
13
- "primary-action": "awsui_primary-action_55fkh_13pzz_346",
14
- "action-button": "awsui_action-button_55fkh_13pzz_354",
15
- "secondary-content": "awsui_secondary-content_55fkh_13pzz_359",
16
- "with-paddings": "awsui_with-paddings_55fkh_13pzz_394",
17
- "action-stripe": "awsui_action-stripe_55fkh_13pzz_404",
18
- "secondary-actions": "awsui_secondary-actions_55fkh_13pzz_443",
19
- "with-paddings-and-actions": "awsui_with-paddings-and-actions_55fkh_13pzz_460",
20
- "buffer": "awsui_buffer_55fkh_13pzz_464"
4
+ "root": "awsui_root_55fkh_x0s4q_146",
5
+ "textarea-readonly": "awsui_textarea-readonly_55fkh_x0s4q_185",
6
+ "disabled": "awsui_disabled_55fkh_x0s4q_190",
7
+ "textarea-invalid": "awsui_textarea-invalid_55fkh_x0s4q_198",
8
+ "textarea-warning": "awsui_textarea-warning_55fkh_x0s4q_223",
9
+ "textarea": "awsui_textarea_55fkh_x0s4q_185",
10
+ "invalid": "awsui_invalid_55fkh_x0s4q_319",
11
+ "warning": "awsui_warning_55fkh_x0s4q_319",
12
+ "textarea-wrapper": "awsui_textarea-wrapper_55fkh_x0s4q_335",
13
+ "primary-action": "awsui_primary-action_55fkh_x0s4q_339",
14
+ "action-button": "awsui_action-button_55fkh_x0s4q_347",
15
+ "secondary-content": "awsui_secondary-content_55fkh_x0s4q_352",
16
+ "with-paddings": "awsui_with-paddings_55fkh_x0s4q_387",
17
+ "action-stripe": "awsui_action-stripe_55fkh_x0s4q_397",
18
+ "secondary-actions": "awsui_secondary-actions_55fkh_x0s4q_436",
19
+ "with-paddings-and-actions": "awsui_with-paddings-and-actions_55fkh_x0s4q_453",
20
+ "buffer": "awsui_buffer_55fkh_x0s4q_457"
21
21
  };
22
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_13pzz_146:not(#\9) {
146
+ .awsui_root_55fkh_x0s4q_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-9k1tdz, 1px) solid var(--color-border-input-default-txli8y, #687078);
183
183
  border-inline: var(--border-width-field-9k1tdz, 1px) solid var(--color-border-input-default-txli8y, #687078);
184
184
  }
185
- .awsui_root_55fkh_13pzz_146.awsui_textarea-readonly_55fkh_13pzz_185:not(#\9) {
185
+ .awsui_root_55fkh_x0s4q_146.awsui_textarea-readonly_55fkh_x0s4q_185:not(#\9) {
186
186
  background-color: var(--color-background-input-default-1z2buq, #ffffff);
187
187
  border-block: var(--border-width-field-9k1tdz, 1px) solid var(--color-border-input-disabled-tz38ro, #eaeded);
188
188
  border-inline: var(--border-width-field-9k1tdz, 1px) solid var(--color-border-input-disabled-tz38ro, #eaeded);
189
189
  }
190
- .awsui_root_55fkh_13pzz_146.awsui_disabled_55fkh_13pzz_190:not(#\9) {
190
+ .awsui_root_55fkh_x0s4q_146.awsui_disabled_55fkh_x0s4q_190:not(#\9) {
191
191
  background-color: var(--color-background-input-disabled-4vlau3, #eaeded);
192
192
  border-block: var(--border-width-field-9k1tdz, 1px) solid var(--color-border-input-disabled-tz38ro, #eaeded);
193
193
  border-inline: var(--border-width-field-9k1tdz, 1px) solid var(--color-border-input-disabled-tz38ro, #eaeded);
@@ -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_13pzz_146.awsui_textarea-invalid_55fkh_13pzz_198:not(#\9) {
198
+ .awsui_root_55fkh_x0s4q_146.awsui_textarea-invalid_55fkh_x0s4q_198:not(#\9) {
199
199
  color: var(--color-text-status-error-aknuvu, #d13212);
200
200
  border-color: var(--color-text-status-error-aknuvu, #d13212);
201
201
  padding-inline-start: calc(var(--space-field-horizontal-n5peob, 8px) - (var(--border-invalid-width-z5cnpo, 4px) - var(--border-width-field-9k1tdz, 1px)));
202
202
  border-inline-start-width: var(--border-invalid-width-z5cnpo, 4px);
203
203
  }
204
- .awsui_root_55fkh_13pzz_146.awsui_textarea-invalid_55fkh_13pzz_198:not(#\9):focus {
204
+ .awsui_root_55fkh_x0s4q_146.awsui_textarea-invalid_55fkh_x0s4q_198:not(#\9):focus {
205
205
  box-shadow: 0 0 0 var(--border-control-invalid-focus-ring-shadow-spread-t0us6n, 1px) var(--color-border-item-focused-r5f6xl, #0073bb);
206
206
  }
207
- .awsui_root_55fkh_13pzz_146.awsui_textarea-invalid_55fkh_13pzz_198:not(#\9) {
207
+ .awsui_root_55fkh_x0s4q_146.awsui_textarea-invalid_55fkh_x0s4q_198:not(#\9) {
208
208
  padding-inline-start: 0;
209
209
  }
210
- .awsui_root_55fkh_13pzz_146.awsui_textarea-invalid_55fkh_13pzz_198:not(#\9):focus-within, .awsui_root_55fkh_13pzz_146.awsui_textarea-invalid_55fkh_13pzz_198:not(#\9):focus {
210
+ .awsui_root_55fkh_x0s4q_146.awsui_textarea-invalid_55fkh_x0s4q_198:not(#\9):focus-within, .awsui_root_55fkh_x0s4q_146.awsui_textarea-invalid_55fkh_x0s4q_198:not(#\9):focus {
211
211
  color: var(--color-text-status-error-aknuvu, #d13212);
212
212
  border-color: var(--color-text-status-error-aknuvu, #d13212);
213
213
  padding-inline-start: calc(var(--space-field-horizontal-n5peob, 8px) - (var(--border-invalid-width-z5cnpo, 4px) - var(--border-width-field-9k1tdz, 1px)));
214
214
  border-inline-start-width: var(--border-invalid-width-z5cnpo, 4px);
215
215
  }
216
- .awsui_root_55fkh_13pzz_146.awsui_textarea-invalid_55fkh_13pzz_198:not(#\9):focus-within:focus, .awsui_root_55fkh_13pzz_146.awsui_textarea-invalid_55fkh_13pzz_198:not(#\9):focus:focus {
216
+ .awsui_root_55fkh_x0s4q_146.awsui_textarea-invalid_55fkh_x0s4q_198:not(#\9):focus-within:focus, .awsui_root_55fkh_x0s4q_146.awsui_textarea-invalid_55fkh_x0s4q_198:not(#\9):focus:focus {
217
217
  box-shadow: 0 0 0 var(--border-control-invalid-focus-ring-shadow-spread-t0us6n, 1px) var(--color-border-item-focused-r5f6xl, #0073bb);
218
218
  }
219
- .awsui_root_55fkh_13pzz_146.awsui_textarea-invalid_55fkh_13pzz_198:not(#\9):focus-within, .awsui_root_55fkh_13pzz_146.awsui_textarea-invalid_55fkh_13pzz_198:not(#\9):focus {
219
+ .awsui_root_55fkh_x0s4q_146.awsui_textarea-invalid_55fkh_x0s4q_198:not(#\9):focus-within, .awsui_root_55fkh_x0s4q_146.awsui_textarea-invalid_55fkh_x0s4q_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-t0us6n, 1px) var(--color-border-item-focused-r5f6xl, #0073bb);
222
222
  }
223
- .awsui_root_55fkh_13pzz_146.awsui_textarea-warning_55fkh_13pzz_223:not(#\9) {
223
+ .awsui_root_55fkh_x0s4q_146.awsui_textarea-warning_55fkh_x0s4q_223:not(#\9) {
224
224
  color: var(--color-text-status-warning-9b45qh, #906806);
225
225
  border-color: var(--color-text-status-warning-9b45qh, #906806);
226
226
  padding-inline-start: calc(var(--space-field-horizontal-n5peob, 8px) - (var(--border-invalid-width-z5cnpo, 4px) - var(--border-width-field-9k1tdz, 1px)));
227
227
  border-inline-start-width: var(--border-invalid-width-z5cnpo, 4px);
228
228
  }
229
- .awsui_root_55fkh_13pzz_146.awsui_textarea-warning_55fkh_13pzz_223:not(#\9):focus {
229
+ .awsui_root_55fkh_x0s4q_146.awsui_textarea-warning_55fkh_x0s4q_223:not(#\9):focus {
230
230
  box-shadow: 0 0 0 var(--border-control-invalid-focus-ring-shadow-spread-t0us6n, 1px) var(--color-border-item-focused-r5f6xl, #0073bb);
231
231
  }
232
- .awsui_root_55fkh_13pzz_146.awsui_textarea-warning_55fkh_13pzz_223:not(#\9) {
232
+ .awsui_root_55fkh_x0s4q_146.awsui_textarea-warning_55fkh_x0s4q_223:not(#\9) {
233
233
  padding-inline-start: 0;
234
234
  }
235
- .awsui_root_55fkh_13pzz_146.awsui_textarea-warning_55fkh_13pzz_223:not(#\9):focus-within, .awsui_root_55fkh_13pzz_146.awsui_textarea-warning_55fkh_13pzz_223:not(#\9):focus {
235
+ .awsui_root_55fkh_x0s4q_146.awsui_textarea-warning_55fkh_x0s4q_223:not(#\9):focus-within, .awsui_root_55fkh_x0s4q_146.awsui_textarea-warning_55fkh_x0s4q_223:not(#\9):focus {
236
236
  color: var(--color-text-status-warning-9b45qh, #906806);
237
237
  border-color: var(--color-text-status-warning-9b45qh, #906806);
238
238
  padding-inline-start: calc(var(--space-field-horizontal-n5peob, 8px) - (var(--border-invalid-width-z5cnpo, 4px) - var(--border-width-field-9k1tdz, 1px)));
239
239
  border-inline-start-width: var(--border-invalid-width-z5cnpo, 4px);
240
240
  }
241
- .awsui_root_55fkh_13pzz_146.awsui_textarea-warning_55fkh_13pzz_223:not(#\9):focus-within:focus, .awsui_root_55fkh_13pzz_146.awsui_textarea-warning_55fkh_13pzz_223:not(#\9):focus:focus {
241
+ .awsui_root_55fkh_x0s4q_146.awsui_textarea-warning_55fkh_x0s4q_223:not(#\9):focus-within:focus, .awsui_root_55fkh_x0s4q_146.awsui_textarea-warning_55fkh_x0s4q_223:not(#\9):focus:focus {
242
242
  box-shadow: 0 0 0 var(--border-control-invalid-focus-ring-shadow-spread-t0us6n, 1px) var(--color-border-item-focused-r5f6xl, #0073bb);
243
243
  }
244
- .awsui_root_55fkh_13pzz_146.awsui_textarea-warning_55fkh_13pzz_223:not(#\9):focus-within, .awsui_root_55fkh_13pzz_146.awsui_textarea-warning_55fkh_13pzz_223:not(#\9):focus {
244
+ .awsui_root_55fkh_x0s4q_146.awsui_textarea-warning_55fkh_x0s4q_223:not(#\9):focus-within, .awsui_root_55fkh_x0s4q_146.awsui_textarea-warning_55fkh_x0s4q_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-t0us6n, 1px) var(--color-border-item-focused-r5f6xl, #0073bb);
247
247
  }
248
- .awsui_root_55fkh_13pzz_146:not(#\9):focus-within, .awsui_root_55fkh_13pzz_146:not(#\9):focus {
248
+ .awsui_root_55fkh_x0s4q_146:not(#\9):focus-within, .awsui_root_55fkh_x0s4q_146:not(#\9):focus {
249
249
  outline: 2px dotted transparent;
250
250
  border-block: var(--border-width-field-9k1tdz, 1px) solid var(--color-border-input-focused-lslq4r, #0073bb);
251
251
  border-inline: var(--border-width-field-9k1tdz, 1px) solid var(--color-border-input-focused-lslq4r, #0073bb);
@@ -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-ql2vj7, 1px) var(--color-border-item-focused-r5f6xl, #0073bb);
257
257
  }
258
258
 
259
- .awsui_textarea_55fkh_13pzz_185:not(#\9) {
259
+ .awsui_textarea_55fkh_x0s4q_185:not(#\9) {
260
260
  border-collapse: separate;
261
261
  border-spacing: 0;
262
262
  box-sizing: border-box;
@@ -305,25 +305,21 @@ 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_13pzz_185:not(#\9)::placeholder {
308
+ .awsui_textarea_55fkh_x0s4q_185:not(#\9)::placeholder {
309
309
  color: var(--color-text-input-placeholder-hvcry0, #687078);
310
310
  font-style: italic;
311
311
  opacity: 1;
312
312
  }
313
- .awsui_textarea_55fkh_13pzz_185:not(#\9):-ms-input-placeholder {
314
- color: var(--color-text-input-placeholder-hvcry0, #687078);
315
- font-style: italic;
316
- }
317
- .awsui_textarea_55fkh_13pzz_185:not(#\9):focus {
313
+ .awsui_textarea_55fkh_x0s4q_185:not(#\9):focus {
318
314
  outline: none;
319
315
  }
320
- .awsui_textarea_55fkh_13pzz_185:not(#\9):invalid {
316
+ .awsui_textarea_55fkh_x0s4q_185:not(#\9):invalid {
321
317
  box-shadow: none;
322
318
  }
323
- .awsui_textarea_55fkh_13pzz_185.awsui_invalid_55fkh_13pzz_323:not(#\9), .awsui_textarea_55fkh_13pzz_185.awsui_warning_55fkh_13pzz_323:not(#\9) {
319
+ .awsui_textarea_55fkh_x0s4q_185.awsui_invalid_55fkh_x0s4q_319:not(#\9), .awsui_textarea_55fkh_x0s4q_185.awsui_warning_55fkh_x0s4q_319:not(#\9) {
324
320
  padding-inline-start: calc(var(--space-field-horizontal-n5peob, 8px) - (var(--border-invalid-width-z5cnpo, 4px) - var(--border-width-field-9k1tdz, 1px)));
325
321
  }
326
- .awsui_textarea_55fkh_13pzz_185:not(#\9):disabled {
322
+ .awsui_textarea_55fkh_x0s4q_185:not(#\9):disabled {
327
323
  background-color: var(--color-background-input-disabled-4vlau3, #eaeded);
328
324
  border-block: var(--border-width-field-9k1tdz, 1px) solid var(--color-border-input-disabled-tz38ro, #eaeded);
329
325
  border-inline: var(--border-width-field-9k1tdz, 1px) solid var(--color-border-input-disabled-tz38ro, #eaeded);
@@ -332,31 +328,28 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
332
328
  border: 0;
333
329
  cursor: default;
334
330
  }
335
- .awsui_textarea_55fkh_13pzz_185:not(#\9):disabled::placeholder {
331
+ .awsui_textarea_55fkh_x0s4q_185:not(#\9):disabled::placeholder {
336
332
  color: var(--color-text-input-placeholder-disabled-x4lauf, #687078);
337
333
  opacity: 1;
338
334
  }
339
- .awsui_textarea_55fkh_13pzz_185:not(#\9):disabled:-ms-input-placeholder {
340
- color: var(--color-text-input-placeholder-disabled-x4lauf, #687078);
341
- }
342
- .awsui_textarea-wrapper_55fkh_13pzz_342:not(#\9) {
335
+ .awsui_textarea-wrapper_55fkh_x0s4q_335:not(#\9) {
343
336
  display: flex;
344
337
  }
345
338
 
346
- .awsui_primary-action_55fkh_13pzz_346:not(#\9) {
339
+ .awsui_primary-action_55fkh_x0s4q_339:not(#\9) {
347
340
  align-self: flex-end;
348
341
  flex-shrink: 0;
349
342
  padding-inline-start: calc(var(--space-field-horizontal-n5peob, 8px) / 2);
350
343
  }
351
- .awsui_textarea-wrapper_55fkh_13pzz_342 > .awsui_primary-action_55fkh_13pzz_346:not(#\9) {
344
+ .awsui_textarea-wrapper_55fkh_x0s4q_335 > .awsui_primary-action_55fkh_x0s4q_339:not(#\9) {
352
345
  padding-inline-end: calc(var(--space-field-horizontal-n5peob, 8px) / 2);
353
346
  }
354
- .awsui_textarea-wrapper_55fkh_13pzz_342 > .awsui_primary-action_55fkh_13pzz_346 > .awsui_action-button_55fkh_13pzz_354:not(#\9) {
347
+ .awsui_textarea-wrapper_55fkh_x0s4q_335 > .awsui_primary-action_55fkh_x0s4q_339 > .awsui_action-button_55fkh_x0s4q_347:not(#\9) {
355
348
  margin-block-end: var(--space-scaled-xxxs-prgw5k, 2px);
356
349
  padding: 0;
357
350
  }
358
351
 
359
- .awsui_secondary-content_55fkh_13pzz_359:not(#\9) {
352
+ .awsui_secondary-content_55fkh_x0s4q_352:not(#\9) {
360
353
  border-collapse: separate;
361
354
  border-spacing: 0;
362
355
  box-sizing: border-box;
@@ -391,17 +384,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
391
384
  border-end-start-radius: var(--border-radius-input-4vr9on, 2px);
392
385
  border-end-end-radius: var(--border-radius-input-4vr9on, 2px);
393
386
  }
394
- .awsui_secondary-content_55fkh_13pzz_359.awsui_with-paddings_55fkh_13pzz_394:not(#\9) {
387
+ .awsui_secondary-content_55fkh_x0s4q_352.awsui_with-paddings_55fkh_x0s4q_387:not(#\9) {
395
388
  padding-block-start: var(--space-scaled-s-gjhvjd, 12px);
396
389
  padding-block-end: var(--space-scaled-s-gjhvjd, 12px);
397
390
  padding-inline-start: var(--space-field-horizontal-n5peob, 8px);
398
391
  padding-inline-end: var(--space-field-horizontal-n5peob, 8px);
399
392
  }
400
- .awsui_secondary-content_55fkh_13pzz_359.awsui_with-paddings_55fkh_13pzz_394.awsui_invalid_55fkh_13pzz_323:not(#\9), .awsui_secondary-content_55fkh_13pzz_359.awsui_with-paddings_55fkh_13pzz_394.awsui_warning_55fkh_13pzz_323:not(#\9) {
393
+ .awsui_secondary-content_55fkh_x0s4q_352.awsui_with-paddings_55fkh_x0s4q_387.awsui_invalid_55fkh_x0s4q_319:not(#\9), .awsui_secondary-content_55fkh_x0s4q_352.awsui_with-paddings_55fkh_x0s4q_387.awsui_warning_55fkh_x0s4q_319:not(#\9) {
401
394
  padding-inline-start: calc(var(--space-field-horizontal-n5peob, 8px) - (var(--border-invalid-width-z5cnpo, 4px) - var(--border-width-field-9k1tdz, 1px)));
402
395
  }
403
396
 
404
- .awsui_action-stripe_55fkh_13pzz_404:not(#\9) {
397
+ .awsui_action-stripe_55fkh_x0s4q_397:not(#\9) {
405
398
  border-collapse: separate;
406
399
  border-spacing: 0;
407
400
  box-sizing: border-box;
@@ -440,7 +433,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
440
433
  align-items: flex-end;
441
434
  }
442
435
 
443
- .awsui_secondary-actions_55fkh_13pzz_443:not(#\9) {
436
+ .awsui_secondary-actions_55fkh_x0s4q_436:not(#\9) {
444
437
  flex-basis: max-content;
445
438
  flex-grow: 0;
446
439
  flex-shrink: 1;
@@ -449,19 +442,19 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
449
442
  max-inline-size: 100%;
450
443
  overflow: hidden;
451
444
  }
452
- .awsui_secondary-actions_55fkh_13pzz_443.awsui_with-paddings_55fkh_13pzz_394:not(#\9) {
445
+ .awsui_secondary-actions_55fkh_x0s4q_436.awsui_with-paddings_55fkh_x0s4q_387:not(#\9) {
453
446
  padding-inline: var(--space-field-horizontal-n5peob, 8px);
454
447
  padding-block-start: var(--space-scaled-s-gjhvjd, 12px);
455
448
  padding-block-end: var(--space-scaled-xxs-jatbiv, 4px);
456
449
  }
457
- .awsui_secondary-actions_55fkh_13pzz_443.awsui_with-paddings_55fkh_13pzz_394.awsui_invalid_55fkh_13pzz_323:not(#\9), .awsui_secondary-actions_55fkh_13pzz_443.awsui_with-paddings_55fkh_13pzz_394.awsui_warning_55fkh_13pzz_323:not(#\9) {
450
+ .awsui_secondary-actions_55fkh_x0s4q_436.awsui_with-paddings_55fkh_x0s4q_387.awsui_invalid_55fkh_x0s4q_319:not(#\9), .awsui_secondary-actions_55fkh_x0s4q_436.awsui_with-paddings_55fkh_x0s4q_387.awsui_warning_55fkh_x0s4q_319:not(#\9) {
458
451
  padding-inline-start: calc(var(--space-field-horizontal-n5peob, 8px) - (var(--border-invalid-width-z5cnpo, 4px) - var(--border-width-field-9k1tdz, 1px)));
459
452
  }
460
- .awsui_secondary-actions_55fkh_13pzz_443.awsui_with-paddings-and-actions_55fkh_13pzz_460:not(#\9) {
453
+ .awsui_secondary-actions_55fkh_x0s4q_436.awsui_with-paddings-and-actions_55fkh_x0s4q_453:not(#\9) {
461
454
  padding-inline-end: 0;
462
455
  }
463
456
 
464
- .awsui_buffer_55fkh_13pzz_464:not(#\9) {
457
+ .awsui_buffer_55fkh_x0s4q_457:not(#\9) {
465
458
  flex: 1;
466
459
  align-self: stretch;
467
460
  cursor: text;
@@ -2,22 +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_13pzz_146",
6
- "textarea-readonly": "awsui_textarea-readonly_55fkh_13pzz_185",
7
- "disabled": "awsui_disabled_55fkh_13pzz_190",
8
- "textarea-invalid": "awsui_textarea-invalid_55fkh_13pzz_198",
9
- "textarea-warning": "awsui_textarea-warning_55fkh_13pzz_223",
10
- "textarea": "awsui_textarea_55fkh_13pzz_185",
11
- "invalid": "awsui_invalid_55fkh_13pzz_323",
12
- "warning": "awsui_warning_55fkh_13pzz_323",
13
- "textarea-wrapper": "awsui_textarea-wrapper_55fkh_13pzz_342",
14
- "primary-action": "awsui_primary-action_55fkh_13pzz_346",
15
- "action-button": "awsui_action-button_55fkh_13pzz_354",
16
- "secondary-content": "awsui_secondary-content_55fkh_13pzz_359",
17
- "with-paddings": "awsui_with-paddings_55fkh_13pzz_394",
18
- "action-stripe": "awsui_action-stripe_55fkh_13pzz_404",
19
- "secondary-actions": "awsui_secondary-actions_55fkh_13pzz_443",
20
- "with-paddings-and-actions": "awsui_with-paddings-and-actions_55fkh_13pzz_460",
21
- "buffer": "awsui_buffer_55fkh_13pzz_464"
5
+ "root": "awsui_root_55fkh_x0s4q_146",
6
+ "textarea-readonly": "awsui_textarea-readonly_55fkh_x0s4q_185",
7
+ "disabled": "awsui_disabled_55fkh_x0s4q_190",
8
+ "textarea-invalid": "awsui_textarea-invalid_55fkh_x0s4q_198",
9
+ "textarea-warning": "awsui_textarea-warning_55fkh_x0s4q_223",
10
+ "textarea": "awsui_textarea_55fkh_x0s4q_185",
11
+ "invalid": "awsui_invalid_55fkh_x0s4q_319",
12
+ "warning": "awsui_warning_55fkh_x0s4q_319",
13
+ "textarea-wrapper": "awsui_textarea-wrapper_55fkh_x0s4q_335",
14
+ "primary-action": "awsui_primary-action_55fkh_x0s4q_339",
15
+ "action-button": "awsui_action-button_55fkh_x0s4q_347",
16
+ "secondary-content": "awsui_secondary-content_55fkh_x0s4q_352",
17
+ "with-paddings": "awsui_with-paddings_55fkh_x0s4q_387",
18
+ "action-stripe": "awsui_action-stripe_55fkh_x0s4q_397",
19
+ "secondary-actions": "awsui_secondary-actions_55fkh_x0s4q_436",
20
+ "with-paddings-and-actions": "awsui_with-paddings-and-actions_55fkh_x0s4q_453",
21
+ "buffer": "awsui_buffer_55fkh_x0s4q_457"
22
22
  };
23
23
 
@@ -1,21 +1,21 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "segment": "awsui_segment_8cbea_1iwu6_161",
5
- "refresh": "awsui_refresh_8cbea_1iwu6_187",
6
- "disabled": "awsui_disabled_8cbea_1iwu6_193",
7
- "selected": "awsui_selected_8cbea_1iwu6_256",
8
- "icon": "awsui_icon_8cbea_1iwu6_279",
9
- "with-text": "awsui_with-text_8cbea_1iwu6_283",
10
- "with-no-text": "awsui_with-no-text_8cbea_1iwu6_289",
11
- "root": "awsui_root_8cbea_1iwu6_294",
12
- "segment-part": "awsui_segment-part_8cbea_1iwu6_326",
13
- "select": "awsui_select_8cbea_1iwu6_256",
14
- "segment-count-2": "awsui_segment-count-2_8cbea_1iwu6_362",
15
- "segment-count-3": "awsui_segment-count-3_8cbea_1iwu6_366",
16
- "segment-count-4": "awsui_segment-count-4_8cbea_1iwu6_370",
17
- "segment-count-5": "awsui_segment-count-5_8cbea_1iwu6_374",
18
- "segment-count-6": "awsui_segment-count-6_8cbea_1iwu6_378",
19
- "disabled-reason-tooltip": "awsui_disabled-reason-tooltip_8cbea_1iwu6_382"
4
+ "segment": "awsui_segment_8cbea_1hbsn_161",
5
+ "refresh": "awsui_refresh_8cbea_1hbsn_187",
6
+ "disabled": "awsui_disabled_8cbea_1hbsn_193",
7
+ "selected": "awsui_selected_8cbea_1hbsn_250",
8
+ "icon": "awsui_icon_8cbea_1hbsn_273",
9
+ "with-text": "awsui_with-text_8cbea_1hbsn_277",
10
+ "with-no-text": "awsui_with-no-text_8cbea_1hbsn_283",
11
+ "root": "awsui_root_8cbea_1hbsn_288",
12
+ "segment-part": "awsui_segment-part_8cbea_1hbsn_320",
13
+ "select": "awsui_select_8cbea_1hbsn_250",
14
+ "segment-count-2": "awsui_segment-count-2_8cbea_1hbsn_355",
15
+ "segment-count-3": "awsui_segment-count-3_8cbea_1hbsn_359",
16
+ "segment-count-4": "awsui_segment-count-4_8cbea_1hbsn_363",
17
+ "segment-count-5": "awsui_segment-count-5_8cbea_1hbsn_367",
18
+ "segment-count-6": "awsui_segment-count-6_8cbea_1hbsn_371",
19
+ "disabled-reason-tooltip": "awsui_disabled-reason-tooltip_8cbea_1hbsn_375"
20
20
  };
21
21
 
@@ -158,7 +158,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
158
158
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
159
159
  SPDX-License-Identifier: Apache-2.0
160
160
  */
161
- .awsui_segment_8cbea_1iwu6_161:not(#\9) {
161
+ .awsui_segment_8cbea_1hbsn_161:not(#\9) {
162
162
  font-size: var(--font-size-body-m-vv54cm, 14px);
163
163
  line-height: var(--line-height-body-m-bedeoh, 22px);
164
164
  word-wrap: break-word;
@@ -184,25 +184,25 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
184
184
  border-inline: none;
185
185
  border-block: none;
186
186
  }
187
- .awsui_segment_8cbea_1iwu6_161:not(#\9):not(.awsui_refresh_8cbea_1iwu6_187) {
187
+ .awsui_segment_8cbea_1hbsn_161:not(#\9):not(.awsui_refresh_8cbea_1hbsn_187) {
188
188
  block-size: calc(100% - var(--space-static-xxs-0cgyf1, 4px) - 2 * var(--border-width-field-9k1tdz, 1px));
189
189
  }
190
- .awsui_segment_8cbea_1iwu6_161:not(#\9):focus {
190
+ .awsui_segment_8cbea_1hbsn_161:not(#\9):focus {
191
191
  outline: none;
192
192
  }
193
- .awsui_segment_8cbea_1iwu6_161.awsui_disabled_8cbea_1iwu6_193:not(#\9) {
193
+ .awsui_segment_8cbea_1hbsn_161.awsui_disabled_8cbea_1hbsn_193:not(#\9) {
194
194
  background: var(--color-background-segment-disabled-etp65k, #ffffff);
195
195
  border-color: var(--color-border-segment-disabled-lhc94s, #d5dbdb);
196
196
  color: var(--color-text-interactive-disabled-xwt2jl, #aab7b8);
197
197
  }
198
- body[data-awsui-focus-visible=true] .awsui_segment_8cbea_1iwu6_161:not(#\9):focus {
198
+ body[data-awsui-focus-visible=true] .awsui_segment_8cbea_1hbsn_161:not(#\9):focus {
199
199
  position: relative;
200
200
  }
201
- body[data-awsui-focus-visible=true] .awsui_segment_8cbea_1iwu6_161:not(#\9):focus {
201
+ body[data-awsui-focus-visible=true] .awsui_segment_8cbea_1hbsn_161:not(#\9):focus {
202
202
  outline: 2px dotted transparent;
203
203
  outline-offset: calc(var(--space-segmented-control-focus-outline-gutter-tvktqv, 3px) - 1px);
204
204
  }
205
- body[data-awsui-focus-visible=true] .awsui_segment_8cbea_1iwu6_161:not(#\9):focus::before {
205
+ body[data-awsui-focus-visible=true] .awsui_segment_8cbea_1hbsn_161:not(#\9):focus::before {
206
206
  content: " ";
207
207
  display: block;
208
208
  position: absolute;
@@ -216,7 +216,7 @@ body[data-awsui-focus-visible=true] .awsui_segment_8cbea_1iwu6_161:not(#\9):focu
216
216
  border-end-end-radius: var(--border-radius-control-default-focus-ring-9xsko1, 2px);
217
217
  box-shadow: 0 0 0 2px var(--color-border-item-focused-r5f6xl, #0073bb);
218
218
  }
219
- .awsui_segment_8cbea_1iwu6_161:not(#\9):not(:last-child)::after {
219
+ .awsui_segment_8cbea_1hbsn_161:not(#\9):not(:last-child)::after {
220
220
  content: "";
221
221
  position: absolute;
222
222
  inset-inline-end: calc(-1 * (var(--space-static-xxs-0cgyf1, 4px) + 1px));
@@ -226,72 +226,66 @@ body[data-awsui-focus-visible=true] .awsui_segment_8cbea_1iwu6_161:not(#\9):focu
226
226
  background: var(--color-border-input-default-txli8y, #687078);
227
227
  z-index: 1;
228
228
  }
229
- .awsui_segment_8cbea_1iwu6_161:not(#\9):not(.awsui_refresh_8cbea_1iwu6_187):not(:last-child)::after {
229
+ .awsui_segment_8cbea_1hbsn_161:not(#\9):not(.awsui_refresh_8cbea_1hbsn_187):not(:last-child)::after {
230
230
  inset-inline-end: calc(-1 * var(--space-static-xxs-0cgyf1, 4px));
231
231
  }
232
- .awsui_segment_8cbea_1iwu6_161:not(#\9):nth-child(1) {
232
+ .awsui_segment_8cbea_1hbsn_161:not(#\9):nth-child(1) {
233
233
  grid-column: 1;
234
- -ms-grid-column: 1;
235
234
  }
236
- .awsui_segment_8cbea_1iwu6_161:not(#\9):nth-child(2) {
235
+ .awsui_segment_8cbea_1hbsn_161:not(#\9):nth-child(2) {
237
236
  grid-column: 2;
238
- -ms-grid-column: 2;
239
237
  }
240
- .awsui_segment_8cbea_1iwu6_161:not(#\9):nth-child(3) {
238
+ .awsui_segment_8cbea_1hbsn_161:not(#\9):nth-child(3) {
241
239
  grid-column: 3;
242
- -ms-grid-column: 3;
243
240
  }
244
- .awsui_segment_8cbea_1iwu6_161:not(#\9):nth-child(4) {
241
+ .awsui_segment_8cbea_1hbsn_161:not(#\9):nth-child(4) {
245
242
  grid-column: 4;
246
- -ms-grid-column: 4;
247
243
  }
248
- .awsui_segment_8cbea_1iwu6_161:not(#\9):nth-child(5) {
244
+ .awsui_segment_8cbea_1hbsn_161:not(#\9):nth-child(5) {
249
245
  grid-column: 5;
250
- -ms-grid-column: 5;
251
246
  }
252
- .awsui_segment_8cbea_1iwu6_161:not(#\9):nth-child(6) {
247
+ .awsui_segment_8cbea_1hbsn_161:not(#\9):nth-child(6) {
253
248
  grid-column: 6;
254
- -ms-grid-column: 6;
255
249
  }
256
- .awsui_segment_8cbea_1iwu6_161.awsui_selected_8cbea_1iwu6_256:not(#\9) {
250
+ .awsui_segment_8cbea_1hbsn_161.awsui_selected_8cbea_1hbsn_250:not(#\9) {
257
251
  background: var(--color-background-segment-active-pvua4h, #0073bb);
258
252
  color: var(--color-text-segment-active-q50mlg, #ffffff);
259
253
  }
260
- .awsui_segment_8cbea_1iwu6_161.awsui_selected_8cbea_1iwu6_256 + .awsui_segment_8cbea_1iwu6_161:not(#\9), .awsui_segment_8cbea_1iwu6_161.awsui_selected_8cbea_1iwu6_256 + .awsui_segment_8cbea_1iwu6_161.awsui_disabled_8cbea_1iwu6_193:not(#\9) {
254
+ .awsui_segment_8cbea_1hbsn_161.awsui_selected_8cbea_1hbsn_250 + .awsui_segment_8cbea_1hbsn_161:not(#\9), .awsui_segment_8cbea_1hbsn_161.awsui_selected_8cbea_1hbsn_250 + .awsui_segment_8cbea_1hbsn_161.awsui_disabled_8cbea_1hbsn_193:not(#\9) {
261
255
  border-inline-start-color: var(--color-border-segment-active-kbwjy5, #16191f);
262
256
  }
263
- .awsui_segment_8cbea_1iwu6_161:not(#\9):not(.awsui_disabled_8cbea_1iwu6_193) + .awsui_segment_8cbea_1iwu6_161.awsui_disabled_8cbea_1iwu6_193 {
257
+ .awsui_segment_8cbea_1hbsn_161:not(#\9):not(.awsui_disabled_8cbea_1hbsn_193) + .awsui_segment_8cbea_1hbsn_161.awsui_disabled_8cbea_1hbsn_193 {
264
258
  border-inline-start-color: var(--color-border-segment-default-29y0lr, #687078);
265
259
  }
266
- .awsui_segment_8cbea_1iwu6_161:not(#\9):hover:not(.awsui_selected_8cbea_1iwu6_256):not(.awsui_disabled_8cbea_1iwu6_193):not(:focus) {
260
+ .awsui_segment_8cbea_1hbsn_161:not(#\9):hover:not(.awsui_selected_8cbea_1hbsn_250):not(.awsui_disabled_8cbea_1hbsn_193):not(:focus) {
267
261
  background: var(--color-background-segment-hover-e4h2ea, #fafafa);
268
262
  color: var(--color-text-segment-hover-qyb2p1, #16191f);
269
263
  border-color: var(--color-border-segment-hover-dneu56, #16191f);
270
264
  cursor: pointer;
271
265
  }
272
- .awsui_segment_8cbea_1iwu6_161:not(#\9):hover:not(.awsui_selected_8cbea_1iwu6_256):not(.awsui_disabled_8cbea_1iwu6_193):not(:focus) + .awsui_segment_8cbea_1iwu6_161:not(.awsui_selected_8cbea_1iwu6_256) {
266
+ .awsui_segment_8cbea_1hbsn_161:not(#\9):hover:not(.awsui_selected_8cbea_1hbsn_250):not(.awsui_disabled_8cbea_1hbsn_193):not(:focus) + .awsui_segment_8cbea_1hbsn_161:not(.awsui_selected_8cbea_1hbsn_250) {
273
267
  border-inline-start-color: var(--color-border-segment-hover-dneu56, #16191f);
274
268
  }
275
- .awsui_segment_8cbea_1iwu6_161.awsui_selected_8cbea_1iwu6_256 + .awsui_segment_8cbea_1iwu6_161:not(#\9):hover:not(.awsui_selected_8cbea_1iwu6_256):not(.awsui_disabled_8cbea_1iwu6_193):not(:focus) {
269
+ .awsui_segment_8cbea_1hbsn_161.awsui_selected_8cbea_1hbsn_250 + .awsui_segment_8cbea_1hbsn_161:not(#\9):hover:not(.awsui_selected_8cbea_1hbsn_250):not(.awsui_disabled_8cbea_1hbsn_193):not(:focus) {
276
270
  border-inline-start-color: var(--color-border-segment-active-kbwjy5, #16191f);
277
271
  }
278
272
 
279
- .awsui_icon_8cbea_1iwu6_279:not(#\9) {
273
+ .awsui_icon_8cbea_1hbsn_273:not(#\9) {
280
274
  /* used in test-utils */
281
275
  }
282
276
 
283
- .awsui_with-text_8cbea_1iwu6_283:not(#\9) {
277
+ .awsui_with-text_8cbea_1hbsn_277:not(#\9) {
284
278
  position: relative;
285
279
  inset-inline-start: calc(-1 * var(--space-xxs-jnczic, 4px));
286
280
  margin-inline-end: var(--space-xxs-jnczic, 4px);
287
281
  }
288
282
 
289
- .awsui_with-no-text_8cbea_1iwu6_289:not(#\9) {
283
+ .awsui_with-no-text_8cbea_1hbsn_283:not(#\9) {
290
284
  margin-inline: auto;
291
285
  inset-inline: 0;
292
286
  }
293
287
 
294
- .awsui_root_8cbea_1iwu6_294:not(#\9) {
288
+ .awsui_root_8cbea_1hbsn_288:not(#\9) {
295
289
  border-collapse: separate;
296
290
  border-spacing: 0;
297
291
  box-sizing: border-box;
@@ -323,7 +317,7 @@ body[data-awsui-focus-visible=true] .awsui_segment_8cbea_1iwu6_161:not(#\9):focu
323
317
  -moz-osx-font-smoothing: auto;
324
318
  }
325
319
 
326
- .awsui_segment-part_8cbea_1iwu6_326:not(#\9) {
320
+ .awsui_segment-part_8cbea_1hbsn_320:not(#\9) {
327
321
  display: inline-grid;
328
322
  border-inline: solid var(--border-width-field-9k1tdz, 1px) var(--color-border-input-default-txli8y, #687078);
329
323
  border-block: solid var(--border-width-field-9k1tdz, 1px) var(--color-border-input-default-txli8y, #687078);
@@ -338,46 +332,46 @@ body[data-awsui-focus-visible=true] .awsui_segment_8cbea_1iwu6_161:not(#\9):focu
338
332
  padding-inline: calc(var(--space-static-xxs-0cgyf1, 4px) - var(--border-width-field-9k1tdz, 1px));
339
333
  gap: calc(var(--space-static-xxs-0cgyf1, 4px) * 2 + 1px);
340
334
  }
341
- .awsui_segment-part_8cbea_1iwu6_326:not(#\9):not(.awsui_refresh_8cbea_1iwu6_187) {
335
+ .awsui_segment-part_8cbea_1hbsn_320:not(#\9):not(.awsui_refresh_8cbea_1hbsn_187) {
342
336
  padding-inline: calc(var(--space-static-xxxs-zckw10, 2px) + var(--border-width-field-9k1tdz, 1px));
343
337
  padding-block: 0;
344
338
  gap: calc(var(--space-static-xxs-0cgyf1, 4px) * 2 - 1px);
345
339
  }
346
340
  @media (max-width: 688px) {
347
- .awsui_segment-part_8cbea_1iwu6_326:not(#\9) {
341
+ .awsui_segment-part_8cbea_1hbsn_320:not(#\9) {
348
342
  display: none;
349
343
  }
350
344
  }
351
345
 
352
- .awsui_select_8cbea_1iwu6_256:not(#\9) {
346
+ .awsui_select_8cbea_1hbsn_250:not(#\9) {
353
347
  display: none;
354
348
  }
355
349
  @media (max-width: 688px) {
356
- .awsui_select_8cbea_1iwu6_256:not(#\9) {
350
+ .awsui_select_8cbea_1hbsn_250:not(#\9) {
357
351
  display: block;
358
352
  }
359
353
  }
360
354
 
361
- .awsui_segment-count-2_8cbea_1iwu6_362:not(#\9) {
355
+ .awsui_segment-count-2_8cbea_1hbsn_355:not(#\9) {
362
356
  grid-template-columns: repeat(2, auto);
363
357
  }
364
358
 
365
- .awsui_segment-count-3_8cbea_1iwu6_366:not(#\9) {
359
+ .awsui_segment-count-3_8cbea_1hbsn_359:not(#\9) {
366
360
  grid-template-columns: repeat(3, auto);
367
361
  }
368
362
 
369
- .awsui_segment-count-4_8cbea_1iwu6_370:not(#\9) {
363
+ .awsui_segment-count-4_8cbea_1hbsn_363:not(#\9) {
370
364
  grid-template-columns: repeat(4, auto);
371
365
  }
372
366
 
373
- .awsui_segment-count-5_8cbea_1iwu6_374:not(#\9) {
367
+ .awsui_segment-count-5_8cbea_1hbsn_367:not(#\9) {
374
368
  grid-template-columns: repeat(5, auto);
375
369
  }
376
370
 
377
- .awsui_segment-count-6_8cbea_1iwu6_378:not(#\9) {
371
+ .awsui_segment-count-6_8cbea_1hbsn_371:not(#\9) {
378
372
  grid-template-columns: repeat(6, auto);
379
373
  }
380
374
 
381
- .awsui_disabled-reason-tooltip_8cbea_1iwu6_382:not(#\9) {
375
+ .awsui_disabled-reason-tooltip_8cbea_1hbsn_375:not(#\9) {
382
376
  /* used in test-utils or tests */
383
377
  }
@@ -2,21 +2,21 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "segment": "awsui_segment_8cbea_1iwu6_161",
6
- "refresh": "awsui_refresh_8cbea_1iwu6_187",
7
- "disabled": "awsui_disabled_8cbea_1iwu6_193",
8
- "selected": "awsui_selected_8cbea_1iwu6_256",
9
- "icon": "awsui_icon_8cbea_1iwu6_279",
10
- "with-text": "awsui_with-text_8cbea_1iwu6_283",
11
- "with-no-text": "awsui_with-no-text_8cbea_1iwu6_289",
12
- "root": "awsui_root_8cbea_1iwu6_294",
13
- "segment-part": "awsui_segment-part_8cbea_1iwu6_326",
14
- "select": "awsui_select_8cbea_1iwu6_256",
15
- "segment-count-2": "awsui_segment-count-2_8cbea_1iwu6_362",
16
- "segment-count-3": "awsui_segment-count-3_8cbea_1iwu6_366",
17
- "segment-count-4": "awsui_segment-count-4_8cbea_1iwu6_370",
18
- "segment-count-5": "awsui_segment-count-5_8cbea_1iwu6_374",
19
- "segment-count-6": "awsui_segment-count-6_8cbea_1iwu6_378",
20
- "disabled-reason-tooltip": "awsui_disabled-reason-tooltip_8cbea_1iwu6_382"
5
+ "segment": "awsui_segment_8cbea_1hbsn_161",
6
+ "refresh": "awsui_refresh_8cbea_1hbsn_187",
7
+ "disabled": "awsui_disabled_8cbea_1hbsn_193",
8
+ "selected": "awsui_selected_8cbea_1hbsn_250",
9
+ "icon": "awsui_icon_8cbea_1hbsn_273",
10
+ "with-text": "awsui_with-text_8cbea_1hbsn_277",
11
+ "with-no-text": "awsui_with-no-text_8cbea_1hbsn_283",
12
+ "root": "awsui_root_8cbea_1hbsn_288",
13
+ "segment-part": "awsui_segment-part_8cbea_1hbsn_320",
14
+ "select": "awsui_select_8cbea_1hbsn_250",
15
+ "segment-count-2": "awsui_segment-count-2_8cbea_1hbsn_355",
16
+ "segment-count-3": "awsui_segment-count-3_8cbea_1hbsn_359",
17
+ "segment-count-4": "awsui_segment-count-4_8cbea_1hbsn_363",
18
+ "segment-count-5": "awsui_segment-count-5_8cbea_1hbsn_367",
19
+ "segment-count-6": "awsui_segment-count-6_8cbea_1hbsn_371",
20
+ "disabled-reason-tooltip": "awsui_disabled-reason-tooltip_8cbea_1hbsn_375"
21
21
  };
22
22