@cloudscape-design/components-themeable 3.0.847 → 3.0.848

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 (107) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/alert/styles.scss +3 -3
  3. package/lib/internal/scss/anchor-navigation/styles.scss +1 -1
  4. package/lib/internal/scss/flashbar/collapsible.scss +2 -2
  5. package/lib/internal/scss/flashbar/styles.scss +1 -1
  6. package/lib/internal/scss/internal/styles/forms/constants.scss +1 -1
  7. package/lib/internal/scss/internal/styles/forms/mixins.scss +2 -2
  8. package/lib/internal/scss/internal/styles/typography/mixins.scss +1 -1
  9. package/lib/internal/scss/link/constants.scss +2 -2
  10. package/lib/internal/scss/popover/arrow.scss +1 -5
  11. package/lib/internal/scss/popover/body.scss +1 -1
  12. package/lib/internal/scss/popover/container.scss +2 -2
  13. package/lib/internal/scss/property-filter/filtering-token/styles.scss +2 -2
  14. package/lib/internal/scss/select/parts/styles.scss +3 -3
  15. package/lib/internal/scss/token-group/mixins.scss +2 -2
  16. package/lib/internal/template/alert/styles.css.js +28 -28
  17. package/lib/internal/template/alert/styles.scoped.css +46 -46
  18. package/lib/internal/template/alert/styles.selectors.js +28 -28
  19. package/lib/internal/template/anchor-navigation/styles.css.js +8 -8
  20. package/lib/internal/template/anchor-navigation/styles.scoped.css +19 -19
  21. package/lib/internal/template/anchor-navigation/styles.selectors.js +8 -8
  22. package/lib/internal/template/button/styles.css.js +21 -21
  23. package/lib/internal/template/button/styles.scoped.css +157 -157
  24. package/lib/internal/template/button/styles.selectors.js +21 -21
  25. package/lib/internal/template/button-dropdown/item-element/styles.css.js +13 -13
  26. package/lib/internal/template/button-dropdown/item-element/styles.scoped.css +22 -22
  27. package/lib/internal/template/button-dropdown/item-element/styles.selectors.js +13 -13
  28. package/lib/internal/template/button-dropdown/styles.css.js +17 -17
  29. package/lib/internal/template/button-dropdown/styles.scoped.css +30 -30
  30. package/lib/internal/template/button-dropdown/styles.selectors.js +17 -17
  31. package/lib/internal/template/expandable-section/styles.css.js +34 -34
  32. package/lib/internal/template/expandable-section/styles.scoped.css +67 -67
  33. package/lib/internal/template/expandable-section/styles.selectors.js +34 -34
  34. package/lib/internal/template/file-token-group/styles.css.js +22 -22
  35. package/lib/internal/template/file-token-group/styles.scoped.css +31 -31
  36. package/lib/internal/template/file-token-group/styles.selectors.js +22 -22
  37. package/lib/internal/template/flashbar/styles.css.js +50 -50
  38. package/lib/internal/template/flashbar/styles.scoped.css +151 -151
  39. package/lib/internal/template/flashbar/styles.selectors.js +50 -50
  40. package/lib/internal/template/input/styles.css.js +13 -13
  41. package/lib/internal/template/input/styles.scoped.css +44 -44
  42. package/lib/internal/template/input/styles.selectors.js +13 -13
  43. package/lib/internal/template/internal/base-component/styles.scoped.css +7 -3
  44. package/lib/internal/template/internal/components/button-trigger/styles.css.js +13 -13
  45. package/lib/internal/template/internal/components/button-trigger/styles.scoped.css +37 -37
  46. package/lib/internal/template/internal/components/button-trigger/styles.selectors.js +13 -13
  47. package/lib/internal/template/internal/components/checkbox-icon/styles.css.js +9 -9
  48. package/lib/internal/template/internal/components/checkbox-icon/styles.scoped.css +10 -10
  49. package/lib/internal/template/internal/components/checkbox-icon/styles.selectors.js +9 -9
  50. package/lib/internal/template/internal/components/dropdown/styles.css.js +20 -20
  51. package/lib/internal/template/internal/components/dropdown/styles.scoped.css +39 -39
  52. package/lib/internal/template/internal/components/dropdown/styles.selectors.js +20 -20
  53. package/lib/internal/template/internal/components/menu-dropdown/styles.css.js +7 -7
  54. package/lib/internal/template/internal/components/menu-dropdown/styles.scoped.css +14 -14
  55. package/lib/internal/template/internal/components/menu-dropdown/styles.selectors.js +7 -7
  56. package/lib/internal/template/internal/components/token-list/styles.css.js +10 -10
  57. package/lib/internal/template/internal/components/token-list/styles.scoped.css +26 -26
  58. package/lib/internal/template/internal/components/token-list/styles.selectors.js +10 -10
  59. package/lib/internal/template/internal/environment.js +1 -1
  60. package/lib/internal/template/internal/environment.json +1 -1
  61. package/lib/internal/template/internal/generated/styles/tokens.d.ts +4 -2
  62. package/lib/internal/template/internal/generated/styles/tokens.js +4 -2
  63. package/lib/internal/template/internal/generated/theming/index.cjs +22 -8
  64. package/lib/internal/template/internal/generated/theming/index.cjs.d.ts +32 -0
  65. package/lib/internal/template/internal/generated/theming/index.d.ts +32 -0
  66. package/lib/internal/template/internal/generated/theming/index.js +22 -8
  67. package/lib/internal/template/link/styles.css.js +20 -20
  68. package/lib/internal/template/link/styles.scoped.css +73 -73
  69. package/lib/internal/template/link/styles.selectors.js +20 -20
  70. package/lib/internal/template/pagination/styles.css.js +9 -9
  71. package/lib/internal/template/pagination/styles.scoped.css +27 -27
  72. package/lib/internal/template/pagination/styles.selectors.js +9 -9
  73. package/lib/internal/template/popover/styles.css.js +52 -52
  74. package/lib/internal/template/popover/styles.scoped.css +72 -75
  75. package/lib/internal/template/popover/styles.selectors.js +52 -52
  76. package/lib/internal/template/prompt-input/styles.css.js +14 -14
  77. package/lib/internal/template/prompt-input/styles.scoped.css +56 -56
  78. package/lib/internal/template/prompt-input/styles.selectors.js +14 -14
  79. package/lib/internal/template/property-filter/filtering-token/styles.css.js +18 -18
  80. package/lib/internal/template/property-filter/filtering-token/styles.scoped.css +45 -45
  81. package/lib/internal/template/property-filter/filtering-token/styles.selectors.js +18 -18
  82. package/lib/internal/template/property-filter/styles.css.js +39 -39
  83. package/lib/internal/template/property-filter/styles.scoped.css +42 -42
  84. package/lib/internal/template/property-filter/styles.selectors.js +39 -39
  85. package/lib/internal/template/segmented-control/styles.css.js +15 -15
  86. package/lib/internal/template/segmented-control/styles.scoped.css +38 -38
  87. package/lib/internal/template/segmented-control/styles.selectors.js +15 -15
  88. package/lib/internal/template/select/parts/styles.css.js +21 -21
  89. package/lib/internal/template/select/parts/styles.scoped.css +26 -26
  90. package/lib/internal/template/select/parts/styles.selectors.js +21 -21
  91. package/lib/internal/template/test-utils/tsconfig.tsbuildinfo +1 -1
  92. package/lib/internal/template/textarea/styles.css.js +5 -5
  93. package/lib/internal/template/textarea/styles.scoped.css +24 -24
  94. package/lib/internal/template/textarea/styles.selectors.js +5 -5
  95. package/lib/internal/template/tiles/styles.css.js +30 -30
  96. package/lib/internal/template/tiles/styles.scoped.css +79 -79
  97. package/lib/internal/template/tiles/styles.selectors.js +30 -30
  98. package/lib/internal/template/token-group/styles.css.js +8 -8
  99. package/lib/internal/template/token-group/styles.scoped.css +18 -18
  100. package/lib/internal/template/token-group/styles.selectors.js +8 -8
  101. package/lib/internal/template/top-navigation/styles.css.js +47 -47
  102. package/lib/internal/template/top-navigation/styles.scoped.css +67 -67
  103. package/lib/internal/template/top-navigation/styles.selectors.js +47 -47
  104. package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.css.js +18 -18
  105. package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.scoped.css +29 -29
  106. package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.selectors.js +18 -18
  107. package/package.json +1 -1
@@ -1,20 +1,20 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "segment": "awsui_segment_8cbea_q8qf5_157",
5
- "disabled": "awsui_disabled_8cbea_q8qf5_237",
6
- "selected": "awsui_selected_8cbea_q8qf5_245",
7
- "icon": "awsui_icon_8cbea_q8qf5_266",
8
- "with-text": "awsui_with-text_8cbea_q8qf5_270",
9
- "with-no-text": "awsui_with-no-text_8cbea_q8qf5_276",
10
- "root": "awsui_root_8cbea_q8qf5_281",
11
- "segment-part": "awsui_segment-part_8cbea_q8qf5_316",
12
- "select": "awsui_select_8cbea_q8qf5_245",
13
- "segment-count-2": "awsui_segment-count-2_8cbea_q8qf5_335",
14
- "segment-count-3": "awsui_segment-count-3_8cbea_q8qf5_339",
15
- "segment-count-4": "awsui_segment-count-4_8cbea_q8qf5_343",
16
- "segment-count-5": "awsui_segment-count-5_8cbea_q8qf5_347",
17
- "segment-count-6": "awsui_segment-count-6_8cbea_q8qf5_351",
18
- "disabled-reason-tooltip": "awsui_disabled-reason-tooltip_8cbea_q8qf5_355"
4
+ "segment": "awsui_segment_8cbea_hvfez_157",
5
+ "disabled": "awsui_disabled_8cbea_hvfez_237",
6
+ "selected": "awsui_selected_8cbea_hvfez_245",
7
+ "icon": "awsui_icon_8cbea_hvfez_266",
8
+ "with-text": "awsui_with-text_8cbea_hvfez_270",
9
+ "with-no-text": "awsui_with-no-text_8cbea_hvfez_276",
10
+ "root": "awsui_root_8cbea_hvfez_281",
11
+ "segment-part": "awsui_segment-part_8cbea_hvfez_316",
12
+ "select": "awsui_select_8cbea_hvfez_245",
13
+ "segment-count-2": "awsui_segment-count-2_8cbea_hvfez_335",
14
+ "segment-count-3": "awsui_segment-count-3_8cbea_hvfez_339",
15
+ "segment-count-4": "awsui_segment-count-4_8cbea_hvfez_343",
16
+ "segment-count-5": "awsui_segment-count-5_8cbea_hvfez_347",
17
+ "segment-count-6": "awsui_segment-count-6_8cbea_hvfez_351",
18
+ "disabled-reason-tooltip": "awsui_disabled-reason-tooltip_8cbea_hvfez_355"
19
19
  };
20
20
 
@@ -154,18 +154,18 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
154
154
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
155
155
  SPDX-License-Identifier: Apache-2.0
156
156
  */
157
- .awsui_segment_8cbea_q8qf5_157:not(#\9) {
157
+ .awsui_segment_8cbea_hvfez_157:not(#\9) {
158
158
  font-size: var(--font-size-body-m-6wxxs5, 14px);
159
159
  line-height: var(--line-height-body-m-gw0130, 22px);
160
160
  word-wrap: break-word;
161
161
  max-inline-size: 100%;
162
162
  overflow: hidden;
163
- font-weight: var(--font-button-weight-6haenw, 700);
163
+ font-weight: var(--font-weight-button-rw26ot, 700);
164
164
  -webkit-font-smoothing: var(--font-smoothing-webkit-trr1e8, auto);
165
165
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-hyxkxc, auto);
166
166
  letter-spacing: 0.25px;
167
- border-block: var(--border-field-width-fjuzc5, 1px) solid var(--color-border-segment-default-e5zkrx, #687078);
168
- border-inline: var(--border-field-width-fjuzc5, 1px) solid var(--color-border-segment-default-e5zkrx, #687078);
167
+ border-block: var(--border-width-field-9kmoac, 1px) solid var(--color-border-segment-default-e5zkrx, #687078);
168
+ border-inline: var(--border-width-field-9kmoac, 1px) solid var(--color-border-segment-default-e5zkrx, #687078);
169
169
  padding-block: var(--space-scaled-xxs-krq5fq, 4px);
170
170
  padding-inline: var(--space-button-horizontal-wlq0m6, 20px);
171
171
  border-inline-end-width: 0;
@@ -173,41 +173,41 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
173
173
  color: var(--color-text-segment-default-ifduc0, #545b64);
174
174
  overflow: visible;
175
175
  }
176
- .awsui_segment_8cbea_q8qf5_157:not(#\9):focus {
176
+ .awsui_segment_8cbea_hvfez_157:not(#\9):focus {
177
177
  outline: none;
178
178
  }
179
- .awsui_segment_8cbea_q8qf5_157:not(#\9):nth-child(1) {
179
+ .awsui_segment_8cbea_hvfez_157:not(#\9):nth-child(1) {
180
180
  grid-column: 1;
181
181
  -ms-grid-column: 1;
182
182
  }
183
- .awsui_segment_8cbea_q8qf5_157:not(#\9):nth-child(2) {
183
+ .awsui_segment_8cbea_hvfez_157:not(#\9):nth-child(2) {
184
184
  grid-column: 2;
185
185
  -ms-grid-column: 2;
186
186
  }
187
- .awsui_segment_8cbea_q8qf5_157:not(#\9):nth-child(3) {
187
+ .awsui_segment_8cbea_hvfez_157:not(#\9):nth-child(3) {
188
188
  grid-column: 3;
189
189
  -ms-grid-column: 3;
190
190
  }
191
- .awsui_segment_8cbea_q8qf5_157:not(#\9):nth-child(4) {
191
+ .awsui_segment_8cbea_hvfez_157:not(#\9):nth-child(4) {
192
192
  grid-column: 4;
193
193
  -ms-grid-column: 4;
194
194
  }
195
- .awsui_segment_8cbea_q8qf5_157:not(#\9):nth-child(5) {
195
+ .awsui_segment_8cbea_hvfez_157:not(#\9):nth-child(5) {
196
196
  grid-column: 5;
197
197
  -ms-grid-column: 5;
198
198
  }
199
- .awsui_segment_8cbea_q8qf5_157:not(#\9):nth-child(6) {
199
+ .awsui_segment_8cbea_hvfez_157:not(#\9):nth-child(6) {
200
200
  grid-column: 6;
201
201
  -ms-grid-column: 6;
202
202
  }
203
- body[data-awsui-focus-visible=true] .awsui_segment_8cbea_q8qf5_157:not(#\9):focus {
203
+ body[data-awsui-focus-visible=true] .awsui_segment_8cbea_hvfez_157:not(#\9):focus {
204
204
  position: relative;
205
205
  }
206
- body[data-awsui-focus-visible=true] .awsui_segment_8cbea_q8qf5_157:not(#\9):focus {
206
+ body[data-awsui-focus-visible=true] .awsui_segment_8cbea_hvfez_157:not(#\9):focus {
207
207
  outline: 2px dotted transparent;
208
208
  outline-offset: calc(var(--space-segmented-control-focus-outline-gutter-j1qpgh, 3px) - 1px);
209
209
  }
210
- body[data-awsui-focus-visible=true] .awsui_segment_8cbea_q8qf5_157:not(#\9):focus::before {
210
+ body[data-awsui-focus-visible=true] .awsui_segment_8cbea_hvfez_157:not(#\9):focus::before {
211
211
  content: " ";
212
212
  display: block;
213
213
  position: absolute;
@@ -221,64 +221,64 @@ body[data-awsui-focus-visible=true] .awsui_segment_8cbea_q8qf5_157:not(#\9):focu
221
221
  border-end-end-radius: var(--border-radius-control-default-focus-ring-vy2hlh, 2px);
222
222
  box-shadow: 0 0 0 2px var(--color-border-item-focused-q68bgg, #0073bb);
223
223
  }
224
- .awsui_segment_8cbea_q8qf5_157:not(#\9):last-child {
225
- border-inline-end-width: var(--border-field-width-fjuzc5, 1px);
224
+ .awsui_segment_8cbea_hvfez_157:not(#\9):last-child {
225
+ border-inline-end-width: var(--border-width-field-9kmoac, 1px);
226
226
  border-start-start-radius: 0;
227
227
  border-start-end-radius: var(--border-radius-button-r0qo8t, 2px);
228
228
  border-end-start-radius: 0;
229
229
  border-end-end-radius: var(--border-radius-button-r0qo8t, 2px);
230
230
  }
231
- .awsui_segment_8cbea_q8qf5_157:not(#\9):first-child {
231
+ .awsui_segment_8cbea_hvfez_157:not(#\9):first-child {
232
232
  border-start-start-radius: var(--border-radius-button-r0qo8t, 2px);
233
233
  border-start-end-radius: 0;
234
234
  border-end-start-radius: var(--border-radius-button-r0qo8t, 2px);
235
235
  border-end-end-radius: 0;
236
236
  }
237
- .awsui_segment_8cbea_q8qf5_157.awsui_disabled_8cbea_q8qf5_237:not(#\9) {
237
+ .awsui_segment_8cbea_hvfez_157.awsui_disabled_8cbea_hvfez_237:not(#\9) {
238
238
  background: var(--color-background-segment-disabled-qrelg7, #ffffff);
239
239
  border-color: var(--color-border-segment-disabled-eyq9ch, #d5dbdb);
240
240
  color: var(--color-text-interactive-disabled-xqzdg5, #aab7b8);
241
241
  }
242
- .awsui_segment_8cbea_q8qf5_157:not(#\9):not(.awsui_disabled_8cbea_q8qf5_237) + .awsui_segment_8cbea_q8qf5_157.awsui_disabled_8cbea_q8qf5_237 {
242
+ .awsui_segment_8cbea_hvfez_157:not(#\9):not(.awsui_disabled_8cbea_hvfez_237) + .awsui_segment_8cbea_hvfez_157.awsui_disabled_8cbea_hvfez_237 {
243
243
  border-inline-start-color: var(--color-border-segment-default-e5zkrx, #687078);
244
244
  }
245
- .awsui_segment_8cbea_q8qf5_157.awsui_selected_8cbea_q8qf5_245:not(#\9) {
245
+ .awsui_segment_8cbea_hvfez_157.awsui_selected_8cbea_hvfez_245:not(#\9) {
246
246
  background: var(--color-background-segment-active-sly4sl, #0073bb);
247
247
  border-color: var(--color-border-segment-active-9825j1, #16191f);
248
248
  color: var(--color-text-segment-active-mr3gdg, #ffffff);
249
249
  }
250
- .awsui_segment_8cbea_q8qf5_157.awsui_selected_8cbea_q8qf5_245 + .awsui_segment_8cbea_q8qf5_157:not(#\9), .awsui_segment_8cbea_q8qf5_157.awsui_selected_8cbea_q8qf5_245 + .awsui_segment_8cbea_q8qf5_157.awsui_disabled_8cbea_q8qf5_237:not(#\9) {
250
+ .awsui_segment_8cbea_hvfez_157.awsui_selected_8cbea_hvfez_245 + .awsui_segment_8cbea_hvfez_157:not(#\9), .awsui_segment_8cbea_hvfez_157.awsui_selected_8cbea_hvfez_245 + .awsui_segment_8cbea_hvfez_157.awsui_disabled_8cbea_hvfez_237:not(#\9) {
251
251
  border-inline-start-color: var(--color-border-segment-active-9825j1, #16191f);
252
252
  }
253
- .awsui_segment_8cbea_q8qf5_157:not(#\9):hover:not(.awsui_selected_8cbea_q8qf5_245):not(.awsui_disabled_8cbea_q8qf5_237):not(:focus) {
253
+ .awsui_segment_8cbea_hvfez_157:not(#\9):hover:not(.awsui_selected_8cbea_hvfez_245):not(.awsui_disabled_8cbea_hvfez_237):not(:focus) {
254
254
  background: var(--color-background-segment-hover-rizmh0, #ffffff);
255
255
  color: var(--color-text-segment-hover-s17yjo, #0073bb);
256
256
  border-color: var(--color-border-segment-hover-2w1whe, #16191f);
257
257
  cursor: pointer;
258
258
  }
259
- .awsui_segment_8cbea_q8qf5_157:not(#\9):hover:not(.awsui_selected_8cbea_q8qf5_245):not(.awsui_disabled_8cbea_q8qf5_237):not(:focus) + .awsui_segment_8cbea_q8qf5_157:not(.awsui_selected_8cbea_q8qf5_245) {
259
+ .awsui_segment_8cbea_hvfez_157:not(#\9):hover:not(.awsui_selected_8cbea_hvfez_245):not(.awsui_disabled_8cbea_hvfez_237):not(:focus) + .awsui_segment_8cbea_hvfez_157:not(.awsui_selected_8cbea_hvfez_245) {
260
260
  border-inline-start-color: var(--color-border-segment-hover-2w1whe, #16191f);
261
261
  }
262
- .awsui_segment_8cbea_q8qf5_157.awsui_selected_8cbea_q8qf5_245 + .awsui_segment_8cbea_q8qf5_157:not(#\9):hover:not(.awsui_selected_8cbea_q8qf5_245):not(.awsui_disabled_8cbea_q8qf5_237):not(:focus) {
262
+ .awsui_segment_8cbea_hvfez_157.awsui_selected_8cbea_hvfez_245 + .awsui_segment_8cbea_hvfez_157:not(#\9):hover:not(.awsui_selected_8cbea_hvfez_245):not(.awsui_disabled_8cbea_hvfez_237):not(:focus) {
263
263
  border-inline-start-color: var(--color-border-segment-active-9825j1, #16191f);
264
264
  }
265
265
 
266
- .awsui_icon_8cbea_q8qf5_266:not(#\9) {
266
+ .awsui_icon_8cbea_hvfez_266:not(#\9) {
267
267
  /* used in test-utils */
268
268
  }
269
269
 
270
- .awsui_with-text_8cbea_q8qf5_270:not(#\9) {
270
+ .awsui_with-text_8cbea_hvfez_270:not(#\9) {
271
271
  position: relative;
272
272
  inset-inline-start: calc(-1 * var(--space-xxs-y2432o, 4px));
273
273
  margin-inline-end: var(--space-xxs-y2432o, 4px);
274
274
  }
275
275
 
276
- .awsui_with-no-text_8cbea_q8qf5_276:not(#\9) {
276
+ .awsui_with-no-text_8cbea_hvfez_276:not(#\9) {
277
277
  margin-inline: auto;
278
278
  inset-inline: 0;
279
279
  }
280
280
 
281
- .awsui_root_8cbea_q8qf5_281:not(#\9) {
281
+ .awsui_root_8cbea_hvfez_281:not(#\9) {
282
282
  border-collapse: separate;
283
283
  border-spacing: 0;
284
284
  box-sizing: border-box;
@@ -314,44 +314,44 @@ body[data-awsui-focus-visible=true] .awsui_segment_8cbea_q8qf5_157:not(#\9):focu
314
314
  -moz-osx-font-smoothing: auto;
315
315
  }
316
316
 
317
- .awsui_segment-part_8cbea_q8qf5_316:not(#\9) {
317
+ .awsui_segment-part_8cbea_hvfez_316:not(#\9) {
318
318
  display: inline-grid;
319
319
  }
320
320
  @media (max-width: 688px) {
321
- .awsui_segment-part_8cbea_q8qf5_316:not(#\9) {
321
+ .awsui_segment-part_8cbea_hvfez_316:not(#\9) {
322
322
  display: none;
323
323
  }
324
324
  }
325
325
 
326
- .awsui_select_8cbea_q8qf5_245:not(#\9) {
326
+ .awsui_select_8cbea_hvfez_245:not(#\9) {
327
327
  display: none;
328
328
  }
329
329
  @media (max-width: 688px) {
330
- .awsui_select_8cbea_q8qf5_245:not(#\9) {
330
+ .awsui_select_8cbea_hvfez_245:not(#\9) {
331
331
  display: block;
332
332
  }
333
333
  }
334
334
 
335
- .awsui_segment-count-2_8cbea_q8qf5_335:not(#\9) {
335
+ .awsui_segment-count-2_8cbea_hvfez_335:not(#\9) {
336
336
  grid-template-columns: 1fr 1fr;
337
337
  }
338
338
 
339
- .awsui_segment-count-3_8cbea_q8qf5_339:not(#\9) {
339
+ .awsui_segment-count-3_8cbea_hvfez_339:not(#\9) {
340
340
  grid-template-columns: 1fr 1fr 1fr;
341
341
  }
342
342
 
343
- .awsui_segment-count-4_8cbea_q8qf5_343:not(#\9) {
343
+ .awsui_segment-count-4_8cbea_hvfez_343:not(#\9) {
344
344
  grid-template-columns: 1fr 1fr 1fr 1fr;
345
345
  }
346
346
 
347
- .awsui_segment-count-5_8cbea_q8qf5_347:not(#\9) {
347
+ .awsui_segment-count-5_8cbea_hvfez_347:not(#\9) {
348
348
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
349
349
  }
350
350
 
351
- .awsui_segment-count-6_8cbea_q8qf5_351:not(#\9) {
351
+ .awsui_segment-count-6_8cbea_hvfez_351:not(#\9) {
352
352
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
353
353
  }
354
354
 
355
- .awsui_disabled-reason-tooltip_8cbea_q8qf5_355:not(#\9) {
355
+ .awsui_disabled-reason-tooltip_8cbea_hvfez_355:not(#\9) {
356
356
  /* used in test-utils or tests */
357
357
  }
@@ -2,20 +2,20 @@
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_q8qf5_157",
6
- "disabled": "awsui_disabled_8cbea_q8qf5_237",
7
- "selected": "awsui_selected_8cbea_q8qf5_245",
8
- "icon": "awsui_icon_8cbea_q8qf5_266",
9
- "with-text": "awsui_with-text_8cbea_q8qf5_270",
10
- "with-no-text": "awsui_with-no-text_8cbea_q8qf5_276",
11
- "root": "awsui_root_8cbea_q8qf5_281",
12
- "segment-part": "awsui_segment-part_8cbea_q8qf5_316",
13
- "select": "awsui_select_8cbea_q8qf5_245",
14
- "segment-count-2": "awsui_segment-count-2_8cbea_q8qf5_335",
15
- "segment-count-3": "awsui_segment-count-3_8cbea_q8qf5_339",
16
- "segment-count-4": "awsui_segment-count-4_8cbea_q8qf5_343",
17
- "segment-count-5": "awsui_segment-count-5_8cbea_q8qf5_347",
18
- "segment-count-6": "awsui_segment-count-6_8cbea_q8qf5_351",
19
- "disabled-reason-tooltip": "awsui_disabled-reason-tooltip_8cbea_q8qf5_355"
5
+ "segment": "awsui_segment_8cbea_hvfez_157",
6
+ "disabled": "awsui_disabled_8cbea_hvfez_237",
7
+ "selected": "awsui_selected_8cbea_hvfez_245",
8
+ "icon": "awsui_icon_8cbea_hvfez_266",
9
+ "with-text": "awsui_with-text_8cbea_hvfez_270",
10
+ "with-no-text": "awsui_with-no-text_8cbea_hvfez_276",
11
+ "root": "awsui_root_8cbea_hvfez_281",
12
+ "segment-part": "awsui_segment-part_8cbea_hvfez_316",
13
+ "select": "awsui_select_8cbea_hvfez_245",
14
+ "segment-count-2": "awsui_segment-count-2_8cbea_hvfez_335",
15
+ "segment-count-3": "awsui_segment-count-3_8cbea_hvfez_339",
16
+ "segment-count-4": "awsui_segment-count-4_8cbea_hvfez_343",
17
+ "segment-count-5": "awsui_segment-count-5_8cbea_hvfez_347",
18
+ "segment-count-6": "awsui_segment-count-6_8cbea_hvfez_351",
19
+ "disabled-reason-tooltip": "awsui_disabled-reason-tooltip_8cbea_hvfez_355"
20
20
  };
21
21
 
@@ -1,26 +1,26 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "placeholder": "awsui_placeholder_dwuol_1226t_141",
5
- "item": "awsui_item_dwuol_1226t_146",
6
- "checkbox": "awsui_checkbox_dwuol_1226t_150",
7
- "filter": "awsui_filter_dwuol_1226t_159",
8
- "trigger": "awsui_trigger_dwuol_1226t_164",
9
- "layout-strut": "awsui_layout-strut_dwuol_1226t_170",
10
- "list-bottom": "awsui_list-bottom_dwuol_1226t_176",
11
- "selected-icon": "awsui_selected-icon_dwuol_1226t_180",
12
- "show-label-tag": "awsui_show-label-tag_dwuol_1226t_184",
13
- "inline-token-trigger": "awsui_inline-token-trigger_dwuol_1226t_188",
14
- "inline-token-list": "awsui_inline-token-list_dwuol_1226t_195",
15
- "inline-token": "awsui_inline-token_dwuol_1226t_188",
16
- "visual-refresh": "awsui_visual-refresh_dwuol_1226t_225",
17
- "inline-token-hidden-placeholder": "awsui_inline-token-hidden-placeholder_dwuol_1226t_232",
18
- "inline-token-counter": "awsui_inline-token-counter_dwuol_1226t_238",
19
- "inline-token-trigger--disabled": "awsui_inline-token-trigger--disabled_dwuol_1226t_242",
20
- "inline-label-trigger-wrapper": "awsui_inline-label-trigger-wrapper_dwuol_1226t_248",
21
- "inline-label-wrapper": "awsui_inline-label-wrapper_dwuol_1226t_252",
22
- "inline-label": "awsui_inline-label_dwuol_1226t_248",
23
- "inline-label-disabled": "awsui_inline-label-disabled_dwuol_1226t_274",
24
- "disabled-reason-tooltip": "awsui_disabled-reason-tooltip_dwuol_1226t_282"
4
+ "placeholder": "awsui_placeholder_dwuol_btbrm_141",
5
+ "item": "awsui_item_dwuol_btbrm_146",
6
+ "checkbox": "awsui_checkbox_dwuol_btbrm_150",
7
+ "filter": "awsui_filter_dwuol_btbrm_159",
8
+ "trigger": "awsui_trigger_dwuol_btbrm_164",
9
+ "layout-strut": "awsui_layout-strut_dwuol_btbrm_170",
10
+ "list-bottom": "awsui_list-bottom_dwuol_btbrm_176",
11
+ "selected-icon": "awsui_selected-icon_dwuol_btbrm_180",
12
+ "show-label-tag": "awsui_show-label-tag_dwuol_btbrm_184",
13
+ "inline-token-trigger": "awsui_inline-token-trigger_dwuol_btbrm_188",
14
+ "inline-token-list": "awsui_inline-token-list_dwuol_btbrm_195",
15
+ "inline-token": "awsui_inline-token_dwuol_btbrm_188",
16
+ "visual-refresh": "awsui_visual-refresh_dwuol_btbrm_225",
17
+ "inline-token-hidden-placeholder": "awsui_inline-token-hidden-placeholder_dwuol_btbrm_232",
18
+ "inline-token-counter": "awsui_inline-token-counter_dwuol_btbrm_238",
19
+ "inline-token-trigger--disabled": "awsui_inline-token-trigger--disabled_dwuol_btbrm_242",
20
+ "inline-label-trigger-wrapper": "awsui_inline-label-trigger-wrapper_dwuol_btbrm_248",
21
+ "inline-label-wrapper": "awsui_inline-label-wrapper_dwuol_btbrm_252",
22
+ "inline-label": "awsui_inline-label_dwuol_btbrm_248",
23
+ "inline-label-disabled": "awsui_inline-label-disabled_dwuol_btbrm_274",
24
+ "disabled-reason-tooltip": "awsui_disabled-reason-tooltip_dwuol_btbrm_282"
25
25
  };
26
26
 
@@ -138,16 +138,16 @@
138
138
  */
139
139
  /* Style used for links in slots/components that are text heavy, to help links stand out among
140
140
  surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
141
- .awsui_placeholder_dwuol_1226t_141:not(#\9) {
141
+ .awsui_placeholder_dwuol_btbrm_141:not(#\9) {
142
142
  color: var(--color-text-input-placeholder-od847j, #687078);
143
143
  font-style: italic;
144
144
  }
145
145
 
146
- .awsui_item_dwuol_1226t_146:not(#\9) {
146
+ .awsui_item_dwuol_btbrm_146:not(#\9) {
147
147
  display: flex;
148
148
  align-items: center;
149
149
  }
150
- .awsui_item_dwuol_1226t_146 > .awsui_checkbox_dwuol_1226t_150:not(#\9) {
150
+ .awsui_item_dwuol_btbrm_146 > .awsui_checkbox_dwuol_btbrm_150:not(#\9) {
151
151
  position: relative;
152
152
  min-block-size: var(--size-control-rwazx4, 14px);
153
153
  min-inline-size: var(--size-control-rwazx4, 14px);
@@ -156,43 +156,43 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
156
156
  margin-inline-end: var(--space-field-horizontal-cxdor9, 8px);
157
157
  }
158
158
 
159
- .awsui_filter_dwuol_1226t_159:not(#\9) {
159
+ .awsui_filter_dwuol_btbrm_159:not(#\9) {
160
160
  z-index: 4;
161
161
  flex-shrink: 0;
162
162
  }
163
163
 
164
- .awsui_trigger_dwuol_1226t_164:not(#\9) {
164
+ .awsui_trigger_dwuol_btbrm_164:not(#\9) {
165
165
  white-space: nowrap;
166
166
  overflow: hidden;
167
167
  text-overflow: ellipsis;
168
168
  }
169
169
 
170
- .awsui_layout-strut_dwuol_1226t_170:not(#\9) {
170
+ .awsui_layout-strut_dwuol_btbrm_170:not(#\9) {
171
171
  inline-size: 100%;
172
172
  position: relative;
173
173
  transform: translate3d(0, 0, 0);
174
174
  }
175
175
 
176
- .awsui_list-bottom_dwuol_1226t_176:not(#\9) {
176
+ .awsui_list-bottom_dwuol_btbrm_176:not(#\9) {
177
177
  /* used in unit-tests */
178
178
  }
179
179
 
180
- .awsui_selected-icon_dwuol_1226t_180:not(#\9) {
180
+ .awsui_selected-icon_dwuol_btbrm_180:not(#\9) {
181
181
  color: var(--color-border-item-focused-q68bgg, #0073bb);
182
182
  }
183
183
 
184
- .awsui_show-label-tag_dwuol_1226t_184 > .awsui_selected-icon_dwuol_1226t_180:not(#\9) {
184
+ .awsui_show-label-tag_dwuol_btbrm_184 > .awsui_selected-icon_dwuol_btbrm_180:not(#\9) {
185
185
  padding-inline-start: var(--space-scaled-s-8j7izy, 12px);
186
186
  }
187
187
 
188
- .awsui_inline-token-trigger_dwuol_1226t_188:not(#\9) {
188
+ .awsui_inline-token-trigger_dwuol_btbrm_188:not(#\9) {
189
189
  display: flex;
190
190
  flex-wrap: nowrap;
191
191
  column-gap: var(--space-xxs-y2432o, 4px);
192
192
  inline-size: 100%;
193
193
  }
194
194
 
195
- .awsui_inline-token-list_dwuol_1226t_195:not(#\9) {
195
+ .awsui_inline-token-list_dwuol_btbrm_195:not(#\9) {
196
196
  display: flex;
197
197
  flex-wrap: nowrap;
198
198
  align-items: center;
@@ -203,17 +203,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
203
203
  mask-image: linear-gradient(270deg, transparent, white 20px, white);
204
204
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
205
205
  }
206
- .awsui_inline-token-list_dwuol_1226t_195:not(#\9):dir(rtl) {
206
+ .awsui_inline-token-list_dwuol_btbrm_195:not(#\9):dir(rtl) {
207
207
  -webkit-mask-image: linear-gradient(-270deg, transparent, white 20px, white);
208
208
  mask-image: linear-gradient(-270deg, transparent, white 20px, white);
209
209
  }
210
- .awsui_inline-token-list_dwuol_1226t_195 > .awsui_inline-token_dwuol_1226t_188:not(#\9) {
210
+ .awsui_inline-token-list_dwuol_btbrm_195 > .awsui_inline-token_dwuol_btbrm_188:not(#\9) {
211
211
  display: flex;
212
212
  align-items: center;
213
213
  min-inline-size: max-content;
214
214
  block-size: 18px;
215
- border-block: var(--border-field-width-fjuzc5, 1px) solid var(--color-border-item-selected-aam4fo, #0073bb);
216
- border-inline: var(--border-field-width-fjuzc5, 1px) solid var(--color-border-item-selected-aam4fo, #0073bb);
215
+ border-block: var(--border-width-field-9kmoac, 1px) solid var(--color-border-item-selected-aam4fo, #0073bb);
216
+ border-inline: var(--border-width-field-9kmoac, 1px) solid var(--color-border-item-selected-aam4fo, #0073bb);
217
217
  padding-block: 0;
218
218
  padding-inline: var(--space-xxs-y2432o, 4px);
219
219
  background: var(--color-background-item-selected-ln25al, #f1faff);
@@ -224,39 +224,39 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
224
224
  color: var(--color-text-body-default-agk00h, #16191f);
225
225
  }
226
226
 
227
- .awsui_visual-refresh_dwuol_1226t_225 > .awsui_inline-token-list_dwuol_1226t_195 > .awsui_inline-token_dwuol_1226t_188:not(#\9) {
227
+ .awsui_visual-refresh_dwuol_btbrm_225 > .awsui_inline-token-list_dwuol_btbrm_195 > .awsui_inline-token_dwuol_btbrm_188:not(#\9) {
228
228
  border-start-start-radius: var(--border-radius-badge-nlbq5e, 16px);
229
229
  border-start-end-radius: var(--border-radius-badge-nlbq5e, 16px);
230
230
  border-end-start-radius: var(--border-radius-badge-nlbq5e, 16px);
231
231
  border-end-end-radius: var(--border-radius-badge-nlbq5e, 16px);
232
232
  }
233
233
 
234
- .awsui_inline-token-hidden-placeholder_dwuol_1226t_232:not(#\9) {
234
+ .awsui_inline-token-hidden-placeholder_dwuol_btbrm_232:not(#\9) {
235
235
  position: absolute !important;
236
236
  inset-block-start: -9999px !important;
237
237
  inset-inline-start: -9999px !important;
238
238
  }
239
239
 
240
- .awsui_inline-token-counter_dwuol_1226t_238:not(#\9) {
240
+ .awsui_inline-token-counter_dwuol_btbrm_238:not(#\9) {
241
241
  white-space: nowrap;
242
242
  }
243
243
 
244
- .awsui_inline-token-trigger--disabled_dwuol_1226t_242 > .awsui_inline-token-list_dwuol_1226t_195 > .awsui_inline-token_dwuol_1226t_188:not(#\9) {
244
+ .awsui_inline-token-trigger--disabled_dwuol_btbrm_242 > .awsui_inline-token-list_dwuol_btbrm_195 > .awsui_inline-token_dwuol_btbrm_188:not(#\9) {
245
245
  border-color: var(--color-border-control-disabled-7jgofv, #d5dbdb);
246
246
  background-color: var(--color-background-container-content-myy7cn, #ffffff);
247
247
  color: var(--color-text-disabled-hv8bna, #aab7b8);
248
248
  }
249
249
 
250
- .awsui_inline-label-trigger-wrapper_dwuol_1226t_248:not(#\9) {
250
+ .awsui_inline-label-trigger-wrapper_dwuol_btbrm_248:not(#\9) {
251
251
  margin-block-start: -7px;
252
252
  }
253
253
 
254
- .awsui_inline-label-wrapper_dwuol_1226t_252:not(#\9) {
254
+ .awsui_inline-label-wrapper_dwuol_btbrm_252:not(#\9) {
255
255
  margin-block-start: calc(var(--space-scaled-xs-t3am3w, 8px) * -1);
256
256
  }
257
257
 
258
- .awsui_inline-label_dwuol_1226t_248:not(#\9) {
259
- background-image: linear-gradient(to bottom, transparent calc(100% - (var(--border-field-width-fjuzc5, 1px) + var(--border-control-focus-ring-shadow-spread-kvz439, 1px) + 5px)), var(--color-background-input-default-refava, #ffffff) 1px);
258
+ .awsui_inline-label_dwuol_btbrm_248:not(#\9) {
259
+ background-image: linear-gradient(to bottom, transparent calc(100% - (var(--border-width-field-9kmoac, 1px) + var(--border-control-focus-ring-shadow-spread-kvz439, 1px) + 5px)), var(--color-background-input-default-refava, #ffffff) 1px);
260
260
  background-position: bottom;
261
261
  box-sizing: border-box;
262
262
  display: inline-block;
@@ -266,14 +266,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
266
266
  line-height: 14px;
267
267
  letter-spacing: var(--letter-spacing-body-s-cbaxyl, normal);
268
268
  position: relative;
269
- inset-inline-start: calc(var(--border-field-width-fjuzc5, 1px) + var(--space-field-horizontal-cxdor9, 8px) - var(--space-scaled-xxs-krq5fq, 4px));
269
+ inset-inline-start: calc(var(--border-width-field-9kmoac, 1px) + var(--space-field-horizontal-cxdor9, 8px) - var(--space-scaled-xxs-krq5fq, 4px));
270
270
  margin-block-start: var(--space-scaled-xs-t3am3w, 8px);
271
271
  padding-block-end: 2px;
272
272
  padding-inline: var(--space-scaled-xxs-krq5fq, 4px);
273
273
  max-inline-size: calc(100% - 2 * var(--space-field-horizontal-cxdor9, 8px));
274
274
  z-index: 1;
275
275
  }
276
- .awsui_inline-label_dwuol_1226t_248.awsui_inline-label-disabled_dwuol_1226t_274:not(#\9) {
276
+ .awsui_inline-label_dwuol_btbrm_248.awsui_inline-label-disabled_dwuol_btbrm_274:not(#\9) {
277
277
  background: var(--color-background-container-header-9jxtzb, #fafafa);
278
278
  border-start-start-radius: 2px;
279
279
  border-start-end-radius: 2px;
@@ -281,6 +281,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
281
281
  border-end-end-radius: 2px;
282
282
  }
283
283
 
284
- .awsui_disabled-reason-tooltip_dwuol_1226t_282:not(#\9) {
284
+ .awsui_disabled-reason-tooltip_dwuol_btbrm_282:not(#\9) {
285
285
  /* used in test-utils or tests */
286
286
  }
@@ -2,26 +2,26 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "placeholder": "awsui_placeholder_dwuol_1226t_141",
6
- "item": "awsui_item_dwuol_1226t_146",
7
- "checkbox": "awsui_checkbox_dwuol_1226t_150",
8
- "filter": "awsui_filter_dwuol_1226t_159",
9
- "trigger": "awsui_trigger_dwuol_1226t_164",
10
- "layout-strut": "awsui_layout-strut_dwuol_1226t_170",
11
- "list-bottom": "awsui_list-bottom_dwuol_1226t_176",
12
- "selected-icon": "awsui_selected-icon_dwuol_1226t_180",
13
- "show-label-tag": "awsui_show-label-tag_dwuol_1226t_184",
14
- "inline-token-trigger": "awsui_inline-token-trigger_dwuol_1226t_188",
15
- "inline-token-list": "awsui_inline-token-list_dwuol_1226t_195",
16
- "inline-token": "awsui_inline-token_dwuol_1226t_188",
17
- "visual-refresh": "awsui_visual-refresh_dwuol_1226t_225",
18
- "inline-token-hidden-placeholder": "awsui_inline-token-hidden-placeholder_dwuol_1226t_232",
19
- "inline-token-counter": "awsui_inline-token-counter_dwuol_1226t_238",
20
- "inline-token-trigger--disabled": "awsui_inline-token-trigger--disabled_dwuol_1226t_242",
21
- "inline-label-trigger-wrapper": "awsui_inline-label-trigger-wrapper_dwuol_1226t_248",
22
- "inline-label-wrapper": "awsui_inline-label-wrapper_dwuol_1226t_252",
23
- "inline-label": "awsui_inline-label_dwuol_1226t_248",
24
- "inline-label-disabled": "awsui_inline-label-disabled_dwuol_1226t_274",
25
- "disabled-reason-tooltip": "awsui_disabled-reason-tooltip_dwuol_1226t_282"
5
+ "placeholder": "awsui_placeholder_dwuol_btbrm_141",
6
+ "item": "awsui_item_dwuol_btbrm_146",
7
+ "checkbox": "awsui_checkbox_dwuol_btbrm_150",
8
+ "filter": "awsui_filter_dwuol_btbrm_159",
9
+ "trigger": "awsui_trigger_dwuol_btbrm_164",
10
+ "layout-strut": "awsui_layout-strut_dwuol_btbrm_170",
11
+ "list-bottom": "awsui_list-bottom_dwuol_btbrm_176",
12
+ "selected-icon": "awsui_selected-icon_dwuol_btbrm_180",
13
+ "show-label-tag": "awsui_show-label-tag_dwuol_btbrm_184",
14
+ "inline-token-trigger": "awsui_inline-token-trigger_dwuol_btbrm_188",
15
+ "inline-token-list": "awsui_inline-token-list_dwuol_btbrm_195",
16
+ "inline-token": "awsui_inline-token_dwuol_btbrm_188",
17
+ "visual-refresh": "awsui_visual-refresh_dwuol_btbrm_225",
18
+ "inline-token-hidden-placeholder": "awsui_inline-token-hidden-placeholder_dwuol_btbrm_232",
19
+ "inline-token-counter": "awsui_inline-token-counter_dwuol_btbrm_238",
20
+ "inline-token-trigger--disabled": "awsui_inline-token-trigger--disabled_dwuol_btbrm_242",
21
+ "inline-label-trigger-wrapper": "awsui_inline-label-trigger-wrapper_dwuol_btbrm_248",
22
+ "inline-label-wrapper": "awsui_inline-label-wrapper_dwuol_btbrm_252",
23
+ "inline-label": "awsui_inline-label_dwuol_btbrm_248",
24
+ "inline-label-disabled": "awsui_inline-label-disabled_dwuol_btbrm_274",
25
+ "disabled-reason-tooltip": "awsui_disabled-reason-tooltip_dwuol_btbrm_282"
26
26
  };
27
27