@cloudscape-design/components-themeable 3.0.1074 → 3.0.1076

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 (97) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/alert/styles.scss +5 -5
  3. package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +80 -76
  4. package/lib/internal/template/alert/style.js +3 -3
  5. package/lib/internal/template/alert/style.js.map +1 -1
  6. package/lib/internal/template/alert/styles.css.js +27 -27
  7. package/lib/internal/template/alert/styles.scoped.css +46 -46
  8. package/lib/internal/template/alert/styles.selectors.js +27 -27
  9. package/lib/internal/template/annotation-context/annotation/styles.css.js +24 -24
  10. package/lib/internal/template/annotation-context/annotation/styles.scoped.css +32 -32
  11. package/lib/internal/template/annotation-context/annotation/styles.selectors.js +24 -24
  12. package/lib/internal/template/app-layout/notifications/styles.css.js +3 -3
  13. package/lib/internal/template/app-layout/notifications/styles.scoped.css +7 -7
  14. package/lib/internal/template/app-layout/notifications/styles.selectors.js +3 -3
  15. package/lib/internal/template/app-layout/visual-refresh/styles.css.js +86 -86
  16. package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +258 -258
  17. package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +86 -86
  18. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.css.js +17 -17
  19. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +39 -39
  20. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +17 -17
  21. package/lib/internal/template/app-layout/visual-refresh-toolbar/index.d.ts.map +1 -1
  22. package/lib/internal/template/app-layout/visual-refresh-toolbar/index.js +2 -2
  23. package/lib/internal/template/app-layout/visual-refresh-toolbar/index.js.map +1 -1
  24. package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.css.js +4 -4
  25. package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.scoped.css +7 -7
  26. package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.selectors.js +4 -4
  27. package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/index.d.ts.map +1 -1
  28. package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/index.js +1 -0
  29. package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/index.js.map +1 -1
  30. package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.css.js +23 -23
  31. package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.scoped.css +46 -46
  32. package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.selectors.js +23 -23
  33. package/lib/internal/template/attribute-editor/styles.css.js +15 -15
  34. package/lib/internal/template/attribute-editor/styles.scoped.css +28 -28
  35. package/lib/internal/template/attribute-editor/styles.selectors.js +15 -15
  36. package/lib/internal/template/breadcrumb-group/item/styles.css.js +7 -7
  37. package/lib/internal/template/breadcrumb-group/item/styles.scoped.css +28 -28
  38. package/lib/internal/template/breadcrumb-group/item/styles.selectors.js +7 -7
  39. package/lib/internal/template/button/styles.css.js +22 -22
  40. package/lib/internal/template/button/styles.scoped.css +212 -212
  41. package/lib/internal/template/button/styles.selectors.js +22 -22
  42. package/lib/internal/template/button-dropdown/item-element/styles.css.js +16 -16
  43. package/lib/internal/template/button-dropdown/item-element/styles.scoped.css +27 -27
  44. package/lib/internal/template/button-dropdown/item-element/styles.selectors.js +16 -16
  45. package/lib/internal/template/checkbox/styles.css.js +3 -3
  46. package/lib/internal/template/checkbox/styles.scoped.css +11 -11
  47. package/lib/internal/template/checkbox/styles.selectors.js +3 -3
  48. package/lib/internal/template/content-layout/styles.css.js +14 -14
  49. package/lib/internal/template/content-layout/styles.scoped.css +27 -27
  50. package/lib/internal/template/content-layout/styles.selectors.js +14 -14
  51. package/lib/internal/template/flashbar/styles.css.js +50 -50
  52. package/lib/internal/template/flashbar/styles.scoped.css +187 -187
  53. package/lib/internal/template/flashbar/styles.selectors.js +50 -50
  54. package/lib/internal/template/help-panel/styles.css.js +6 -6
  55. package/lib/internal/template/help-panel/styles.scoped.css +73 -73
  56. package/lib/internal/template/help-panel/styles.selectors.js +6 -6
  57. package/lib/internal/template/internal/base-component/styles.scoped.css +1 -1
  58. package/lib/internal/template/internal/components/drag-handle-wrapper/styles.css.js +21 -21
  59. package/lib/internal/template/internal/components/drag-handle-wrapper/styles.scoped.css +44 -44
  60. package/lib/internal/template/internal/components/drag-handle-wrapper/styles.selectors.js +21 -21
  61. package/lib/internal/template/internal/components/dropdown/styles.css.js +20 -20
  62. package/lib/internal/template/internal/components/dropdown/styles.scoped.css +38 -38
  63. package/lib/internal/template/internal/components/dropdown/styles.selectors.js +20 -20
  64. package/lib/internal/template/internal/components/token-list/styles.css.js +10 -10
  65. package/lib/internal/template/internal/components/token-list/styles.scoped.css +25 -25
  66. package/lib/internal/template/internal/components/token-list/styles.selectors.js +10 -10
  67. package/lib/internal/template/internal/environment.js +2 -2
  68. package/lib/internal/template/internal/environment.json +2 -2
  69. package/lib/internal/template/internal/generated/custom-css-properties/index.d.ts +4 -0
  70. package/lib/internal/template/internal/generated/custom-css-properties/index.d.ts.map +1 -1
  71. package/lib/internal/template/internal/generated/custom-css-properties/index.js +79 -75
  72. package/lib/internal/template/internal/generated/custom-css-properties/index.js.map +1 -1
  73. package/lib/internal/template/link/styles.css.js +20 -20
  74. package/lib/internal/template/link/styles.scoped.css +103 -103
  75. package/lib/internal/template/link/styles.selectors.js +20 -20
  76. package/lib/internal/template/property-filter/interfaces.d.ts +2 -1
  77. package/lib/internal/template/property-filter/interfaces.d.ts.map +1 -1
  78. package/lib/internal/template/property-filter/interfaces.js.map +1 -1
  79. package/lib/internal/template/radio-group/styles.css.js +10 -10
  80. package/lib/internal/template/radio-group/styles.scoped.css +22 -22
  81. package/lib/internal/template/radio-group/styles.selectors.js +10 -10
  82. package/lib/internal/template/slider/styles.css.js +26 -26
  83. package/lib/internal/template/slider/styles.scoped.css +86 -86
  84. package/lib/internal/template/slider/styles.selectors.js +26 -26
  85. package/lib/internal/template/spinner/styles.css.js +13 -13
  86. package/lib/internal/template/spinner/styles.scoped.css +39 -39
  87. package/lib/internal/template/spinner/styles.selectors.js +13 -13
  88. package/lib/internal/template/tag-editor/styles.css.js +3 -3
  89. package/lib/internal/template/tag-editor/styles.scoped.css +13 -13
  90. package/lib/internal/template/tag-editor/styles.selectors.js +3 -3
  91. package/lib/internal/template/text-content/styles.css.js +1 -1
  92. package/lib/internal/template/text-content/styles.scoped.css +66 -66
  93. package/lib/internal/template/text-content/styles.selectors.js +1 -1
  94. package/lib/internal/template/toggle/styles.css.js +10 -10
  95. package/lib/internal/template/toggle/styles.scoped.css +23 -23
  96. package/lib/internal/template/toggle/styles.selectors.js +10 -10
  97. package/package.json +1 -1
@@ -150,27 +150,27 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
150
150
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
151
151
  SPDX-License-Identifier: Apache-2.0
152
152
  */
153
- @keyframes awsui_drag-handle-entry_155yk_50h8p_1 {
153
+ @keyframes awsui_drag-handle-entry_155yk_11kuq_1 {
154
154
  from {
155
- transform: translate(var(--awsui-drag-handle-animation-inline-offset-kcc2gu), var(--awsui-drag-handle-animation-block-offset-kcc2gu));
155
+ transform: translate(var(--awsui-drag-handle-animation-inline-offset-mdigke), var(--awsui-drag-handle-animation-block-offset-mdigke));
156
156
  }
157
157
  to {
158
158
  transform: translate(0, 0);
159
159
  }
160
160
  }
161
- @keyframes awsui_drag-handle-exit_155yk_50h8p_1 {
161
+ @keyframes awsui_drag-handle-exit_155yk_11kuq_1 {
162
162
  from {
163
163
  transform: translate(0, 0);
164
164
  }
165
165
  to {
166
- transform: translate(var(--awsui-drag-handle-animation-inline-offset-kcc2gu), var(--awsui-drag-handle-animation-block-offset-kcc2gu));
166
+ transform: translate(var(--awsui-drag-handle-animation-inline-offset-mdigke), var(--awsui-drag-handle-animation-block-offset-mdigke));
167
167
  }
168
168
  }
169
- .awsui_direction-button-wrapper_155yk_50h8p_169:not(#\9) {
170
- --awsui-drag-handle-animation-inline-offset-kcc2gu: 0;
171
- --awsui-drag-handle-animation-block-offset-kcc2gu: 0;
169
+ .awsui_direction-button-wrapper_155yk_11kuq_169:not(#\9) {
170
+ --awsui-drag-handle-animation-inline-offset-mdigke: 0;
171
+ --awsui-drag-handle-animation-block-offset-mdigke: 0;
172
172
  }
173
- @keyframes awsui_awsui-motion-fade-in_155yk_50h8p_1 {
173
+ @keyframes awsui_awsui-motion-fade-in_155yk_11kuq_1 {
174
174
  from {
175
175
  opacity: 0.2;
176
176
  }
@@ -178,7 +178,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
178
178
  opacity: 1;
179
179
  }
180
180
  }
181
- @keyframes awsui_awsui-motion-fade-out-0_155yk_50h8p_1 {
181
+ @keyframes awsui_awsui-motion-fade-out-0_155yk_11kuq_1 {
182
182
  from {
183
183
  opacity: 1;
184
184
  }
@@ -186,70 +186,70 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
186
186
  opacity: 0;
187
187
  }
188
188
  }
189
- .awsui_direction-button-wrapper-motion-enter_155yk_50h8p_189:not(#\9), .awsui_direction-button-wrapper-motion-entering_155yk_50h8p_189:not(#\9), .awsui_direction-button-wrapper-motion-exit_155yk_50h8p_189:not(#\9), .awsui_direction-button-wrapper-motion-exiting_155yk_50h8p_189:not(#\9) {
189
+ .awsui_direction-button-wrapper-motion-enter_155yk_11kuq_189:not(#\9), .awsui_direction-button-wrapper-motion-entering_155yk_11kuq_189:not(#\9), .awsui_direction-button-wrapper-motion-exit_155yk_11kuq_189:not(#\9), .awsui_direction-button-wrapper-motion-exiting_155yk_11kuq_189:not(#\9) {
190
190
  pointer-events: none;
191
191
  }
192
- .awsui_direction-button-wrapper-motion-entering_155yk_50h8p_189:not(#\9) {
193
- animation: awsui_drag-handle-entry_155yk_50h8p_1 var(--motion-duration-complex-hv88cf, 270ms) var(--motion-easing-responsive-dxkfpl, ease-out), awsui_awsui-motion-fade-in_155yk_50h8p_1 var(--motion-duration-complex-hv88cf, 270ms) var(--motion-easing-responsive-dxkfpl, ease-out);
192
+ .awsui_direction-button-wrapper-motion-entering_155yk_11kuq_189:not(#\9) {
193
+ animation: awsui_drag-handle-entry_155yk_11kuq_1 var(--motion-duration-complex-hv88cf, 270ms) var(--motion-easing-responsive-dxkfpl, ease-out), awsui_awsui-motion-fade-in_155yk_11kuq_1 var(--motion-duration-complex-hv88cf, 270ms) var(--motion-easing-responsive-dxkfpl, ease-out);
194
194
  }
195
195
  @media (prefers-reduced-motion: reduce) {
196
- .awsui_direction-button-wrapper-motion-entering_155yk_50h8p_189:not(#\9) {
196
+ .awsui_direction-button-wrapper-motion-entering_155yk_11kuq_189:not(#\9) {
197
197
  animation: none;
198
198
  transition: none;
199
199
  }
200
200
  }
201
- .awsui-motion-disabled .awsui_direction-button-wrapper-motion-entering_155yk_50h8p_189:not(#\9), .awsui-mode-entering .awsui_direction-button-wrapper-motion-entering_155yk_50h8p_189:not(#\9) {
201
+ .awsui-motion-disabled .awsui_direction-button-wrapper-motion-entering_155yk_11kuq_189:not(#\9), .awsui-mode-entering .awsui_direction-button-wrapper-motion-entering_155yk_11kuq_189:not(#\9) {
202
202
  animation: none;
203
203
  transition: none;
204
204
  }
205
- .awsui_direction-button-wrapper-motion-exiting_155yk_50h8p_189:not(#\9) {
206
- animation: awsui_drag-handle-exit_155yk_50h8p_1 var(--motion-duration-complex-hv88cf, 270ms) var(--motion-easing-responsive-dxkfpl, ease-out) forwards, awsui_awsui-motion-fade-out-0_155yk_50h8p_1 var(--motion-duration-complex-hv88cf, 270ms) var(--motion-easing-responsive-dxkfpl, ease-out) forwards;
205
+ .awsui_direction-button-wrapper-motion-exiting_155yk_11kuq_189:not(#\9) {
206
+ animation: awsui_drag-handle-exit_155yk_11kuq_1 var(--motion-duration-complex-hv88cf, 270ms) var(--motion-easing-responsive-dxkfpl, ease-out) forwards, awsui_awsui-motion-fade-out-0_155yk_11kuq_1 var(--motion-duration-complex-hv88cf, 270ms) var(--motion-easing-responsive-dxkfpl, ease-out) forwards;
207
207
  }
208
208
  @media (prefers-reduced-motion: reduce) {
209
- .awsui_direction-button-wrapper-motion-exiting_155yk_50h8p_189:not(#\9) {
209
+ .awsui_direction-button-wrapper-motion-exiting_155yk_11kuq_189:not(#\9) {
210
210
  animation: none;
211
211
  transition: none;
212
212
  }
213
213
  }
214
- .awsui-motion-disabled .awsui_direction-button-wrapper-motion-exiting_155yk_50h8p_189:not(#\9), .awsui-mode-entering .awsui_direction-button-wrapper-motion-exiting_155yk_50h8p_189:not(#\9) {
214
+ .awsui-motion-disabled .awsui_direction-button-wrapper-motion-exiting_155yk_11kuq_189:not(#\9), .awsui-mode-entering .awsui_direction-button-wrapper-motion-exiting_155yk_11kuq_189:not(#\9) {
215
215
  animation: none;
216
216
  transition: none;
217
217
  }
218
218
  @media (prefers-reduced-motion: reduce) {
219
- .awsui_direction-button-wrapper_155yk_50h8p_169:not(#\9) {
219
+ .awsui_direction-button-wrapper_155yk_11kuq_169:not(#\9) {
220
220
  animation: none;
221
221
  transition: none;
222
222
  }
223
223
  }
224
- .awsui-motion-disabled .awsui_direction-button-wrapper_155yk_50h8p_169:not(#\9), .awsui-mode-entering .awsui_direction-button-wrapper_155yk_50h8p_169:not(#\9) {
224
+ .awsui-motion-disabled .awsui_direction-button-wrapper_155yk_11kuq_169:not(#\9), .awsui-mode-entering .awsui_direction-button-wrapper_155yk_11kuq_169:not(#\9) {
225
225
  animation: none;
226
226
  transition: none;
227
227
  }
228
228
 
229
- .awsui_direction-button-wrapper-block-start_155yk_50h8p_229:not(#\9) {
230
- --awsui-drag-handle-animation-block-offset-kcc2gu: 20px;
229
+ .awsui_direction-button-wrapper-block-start_155yk_11kuq_229:not(#\9) {
230
+ --awsui-drag-handle-animation-block-offset-mdigke: 20px;
231
231
  }
232
232
 
233
- .awsui_direction-button-wrapper-block-end_155yk_50h8p_233:not(#\9) {
234
- --awsui-drag-handle-animation-block-offset-kcc2gu: -20px;
233
+ .awsui_direction-button-wrapper-block-end_155yk_11kuq_233:not(#\9) {
234
+ --awsui-drag-handle-animation-block-offset-mdigke: -20px;
235
235
  }
236
236
 
237
- .awsui_direction-button-wrapper-inline-start_155yk_50h8p_237:not(#\9),
238
- .awsui_direction-button-wrapper-inline-end_155yk_50h8p_238.awsui_direction-button-wrapper-rtl_155yk_50h8p_238:not(#\9) {
239
- --awsui-drag-handle-animation-inline-offset-kcc2gu: 20px;
237
+ .awsui_direction-button-wrapper-inline-start_155yk_11kuq_237:not(#\9),
238
+ .awsui_direction-button-wrapper-inline-end_155yk_11kuq_238.awsui_direction-button-wrapper-rtl_155yk_11kuq_238:not(#\9) {
239
+ --awsui-drag-handle-animation-inline-offset-mdigke: 20px;
240
240
  }
241
241
 
242
- .awsui_direction-button-wrapper-inline-end_155yk_50h8p_238:not(#\9),
243
- .awsui_direction-button-wrapper-inline-start_155yk_50h8p_237.awsui_direction-button-wrapper-rtl_155yk_50h8p_238:not(#\9) {
244
- --awsui-drag-handle-animation-inline-offset-kcc2gu: -20px;
242
+ .awsui_direction-button-wrapper-inline-end_155yk_11kuq_238:not(#\9),
243
+ .awsui_direction-button-wrapper-inline-start_155yk_11kuq_237.awsui_direction-button-wrapper-rtl_155yk_11kuq_238:not(#\9) {
244
+ --awsui-drag-handle-animation-inline-offset-mdigke: -20px;
245
245
  }
246
246
 
247
- .awsui_drag-handle-wrapper_155yk_50h8p_247:not(#\9) {
247
+ .awsui_drag-handle-wrapper_155yk_11kuq_247:not(#\9) {
248
248
  position: relative;
249
249
  display: inline-block;
250
250
  }
251
251
 
252
- .awsui_portal-overlay_155yk_50h8p_252:not(#\9) {
252
+ .awsui_portal-overlay_155yk_11kuq_252:not(#\9) {
253
253
  position: absolute;
254
254
  inset-block-start: 0;
255
255
  inset-inline-start: 0;
@@ -257,16 +257,16 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
257
257
  z-index: 7000;
258
258
  }
259
259
 
260
- .awsui_portal-overlay-contents_155yk_50h8p_260:not(#\9) {
260
+ .awsui_portal-overlay-contents_155yk_11kuq_260:not(#\9) {
261
261
  pointer-events: auto;
262
262
  }
263
263
 
264
- .awsui_drag-handle_155yk_50h8p_247:not(#\9) {
264
+ .awsui_drag-handle_155yk_11kuq_247:not(#\9) {
265
265
  position: relative;
266
266
  display: flex;
267
267
  }
268
268
 
269
- .awsui_direction-button-wrapper_155yk_50h8p_169:not(#\9) {
269
+ .awsui_direction-button-wrapper_155yk_11kuq_169:not(#\9) {
270
270
  position: absolute;
271
271
  block-size: var(--space-static-xl-pek4x1, 24px);
272
272
  inline-size: var(--space-static-xl-pek4x1, 24px);
@@ -274,31 +274,31 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
274
274
  padding-inline: var(--space-static-xxs-0cgyf1, 4px);
275
275
  }
276
276
 
277
- .awsui_direction-button-wrapper-hidden_155yk_50h8p_277:not(#\9) {
277
+ .awsui_direction-button-wrapper-hidden_155yk_11kuq_277:not(#\9) {
278
278
  display: none;
279
279
  }
280
280
 
281
- .awsui_direction-button-wrapper-block-start_155yk_50h8p_229:not(#\9) {
281
+ .awsui_direction-button-wrapper-block-start_155yk_11kuq_229:not(#\9) {
282
282
  inset-block-start: calc(-1 * (var(--space-static-xl-pek4x1, 24px) + 2 * var(--space-static-xxs-0cgyf1, 4px)));
283
283
  inset-inline-start: calc(50% - (var(--space-static-xl-pek4x1, 24px) + 2 * var(--space-static-xxs-0cgyf1, 4px)) / 2);
284
284
  }
285
285
 
286
- .awsui_direction-button-wrapper-block-end_155yk_50h8p_233:not(#\9) {
286
+ .awsui_direction-button-wrapper-block-end_155yk_11kuq_233:not(#\9) {
287
287
  inset-block-end: calc(-1 * (var(--space-static-xl-pek4x1, 24px) + 2 * var(--space-static-xxs-0cgyf1, 4px)));
288
288
  inset-inline-start: calc(50% - (var(--space-static-xl-pek4x1, 24px) + 2 * var(--space-static-xxs-0cgyf1, 4px)) / 2);
289
289
  }
290
290
 
291
- .awsui_direction-button-wrapper-inline-start_155yk_50h8p_237:not(#\9) {
291
+ .awsui_direction-button-wrapper-inline-start_155yk_11kuq_237:not(#\9) {
292
292
  inset-inline-start: calc(-1 * (var(--space-static-xl-pek4x1, 24px) + 2 * var(--space-static-xxs-0cgyf1, 4px)));
293
293
  inset-block-start: calc(50% - (var(--space-static-xl-pek4x1, 24px) + 2 * var(--space-static-xxs-0cgyf1, 4px)) / 2);
294
294
  }
295
295
 
296
- .awsui_direction-button-wrapper-inline-end_155yk_50h8p_238:not(#\9) {
296
+ .awsui_direction-button-wrapper-inline-end_155yk_11kuq_238:not(#\9) {
297
297
  inset-inline-end: calc(-1 * (var(--space-static-xl-pek4x1, 24px) + 2 * var(--space-static-xxs-0cgyf1, 4px)));
298
298
  inset-block-start: calc(50% - (var(--space-static-xl-pek4x1, 24px) + 2 * var(--space-static-xxs-0cgyf1, 4px)) / 2);
299
299
  }
300
300
 
301
- .awsui_direction-button_155yk_50h8p_169:not(#\9) {
301
+ .awsui_direction-button_155yk_11kuq_169:not(#\9) {
302
302
  position: absolute;
303
303
  border-width: 0;
304
304
  cursor: pointer;
@@ -317,14 +317,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
317
317
  color: var(--color-text-direction-button-default-dkices, #ffffff);
318
318
  box-shadow: var(--shadow-dropdown-skxpuu, 0 1px 1px 0 rgba(0, 28, 36, 0.3), 1px 1px 1px 0 rgba(0, 28, 36, 0.15), -1px 1px 1px 0 rgba(0, 28, 36, 0.15));
319
319
  }
320
- .awsui_direction-button_155yk_50h8p_169:not(#\9):not(.awsui_direction-button-disabled_155yk_50h8p_320):hover {
320
+ .awsui_direction-button_155yk_11kuq_169:not(#\9):not(.awsui_direction-button-disabled_155yk_11kuq_320):hover {
321
321
  background-color: var(--color-background-direction-button-hover-v5bxfc, #414750);
322
322
  }
323
- .awsui_direction-button_155yk_50h8p_169:not(#\9):not(.awsui_direction-button-disabled_155yk_50h8p_320):active {
323
+ .awsui_direction-button_155yk_11kuq_169:not(#\9):not(.awsui_direction-button-disabled_155yk_11kuq_320):active {
324
324
  background-color: var(--color-background-direction-button-active-wn6s2j, #2a2e33);
325
325
  }
326
326
 
327
- .awsui_direction-button-disabled_155yk_50h8p_320:not(#\9) {
327
+ .awsui_direction-button-disabled_155yk_11kuq_320:not(#\9) {
328
328
  cursor: default;
329
329
  background-color: var(--color-background-direction-button-disabled-rcznmi, #eaeded);
330
330
  color: var(--color-text-direction-button-disabled-596cgx, #aab7b8);
@@ -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
- "direction-button-wrapper": "awsui_direction-button-wrapper_155yk_50h8p_169",
6
- "direction-button-wrapper-motion-enter": "awsui_direction-button-wrapper-motion-enter_155yk_50h8p_189",
7
- "direction-button-wrapper-motion-entering": "awsui_direction-button-wrapper-motion-entering_155yk_50h8p_189",
8
- "direction-button-wrapper-motion-exit": "awsui_direction-button-wrapper-motion-exit_155yk_50h8p_189",
9
- "direction-button-wrapper-motion-exiting": "awsui_direction-button-wrapper-motion-exiting_155yk_50h8p_189",
10
- "drag-handle-entry": "awsui_drag-handle-entry_155yk_50h8p_1",
11
- "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_155yk_50h8p_1",
12
- "drag-handle-exit": "awsui_drag-handle-exit_155yk_50h8p_1",
13
- "awsui-motion-fade-out-0": "awsui_awsui-motion-fade-out-0_155yk_50h8p_1",
14
- "direction-button-wrapper-block-start": "awsui_direction-button-wrapper-block-start_155yk_50h8p_229",
15
- "direction-button-wrapper-block-end": "awsui_direction-button-wrapper-block-end_155yk_50h8p_233",
16
- "direction-button-wrapper-inline-start": "awsui_direction-button-wrapper-inline-start_155yk_50h8p_237",
17
- "direction-button-wrapper-inline-end": "awsui_direction-button-wrapper-inline-end_155yk_50h8p_238",
18
- "direction-button-wrapper-rtl": "awsui_direction-button-wrapper-rtl_155yk_50h8p_238",
19
- "drag-handle-wrapper": "awsui_drag-handle-wrapper_155yk_50h8p_247",
20
- "portal-overlay": "awsui_portal-overlay_155yk_50h8p_252",
21
- "portal-overlay-contents": "awsui_portal-overlay-contents_155yk_50h8p_260",
22
- "drag-handle": "awsui_drag-handle_155yk_50h8p_247",
23
- "direction-button-wrapper-hidden": "awsui_direction-button-wrapper-hidden_155yk_50h8p_277",
24
- "direction-button": "awsui_direction-button_155yk_50h8p_169",
25
- "direction-button-disabled": "awsui_direction-button-disabled_155yk_50h8p_320"
5
+ "direction-button-wrapper": "awsui_direction-button-wrapper_155yk_11kuq_169",
6
+ "direction-button-wrapper-motion-enter": "awsui_direction-button-wrapper-motion-enter_155yk_11kuq_189",
7
+ "direction-button-wrapper-motion-entering": "awsui_direction-button-wrapper-motion-entering_155yk_11kuq_189",
8
+ "direction-button-wrapper-motion-exit": "awsui_direction-button-wrapper-motion-exit_155yk_11kuq_189",
9
+ "direction-button-wrapper-motion-exiting": "awsui_direction-button-wrapper-motion-exiting_155yk_11kuq_189",
10
+ "drag-handle-entry": "awsui_drag-handle-entry_155yk_11kuq_1",
11
+ "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_155yk_11kuq_1",
12
+ "drag-handle-exit": "awsui_drag-handle-exit_155yk_11kuq_1",
13
+ "awsui-motion-fade-out-0": "awsui_awsui-motion-fade-out-0_155yk_11kuq_1",
14
+ "direction-button-wrapper-block-start": "awsui_direction-button-wrapper-block-start_155yk_11kuq_229",
15
+ "direction-button-wrapper-block-end": "awsui_direction-button-wrapper-block-end_155yk_11kuq_233",
16
+ "direction-button-wrapper-inline-start": "awsui_direction-button-wrapper-inline-start_155yk_11kuq_237",
17
+ "direction-button-wrapper-inline-end": "awsui_direction-button-wrapper-inline-end_155yk_11kuq_238",
18
+ "direction-button-wrapper-rtl": "awsui_direction-button-wrapper-rtl_155yk_11kuq_238",
19
+ "drag-handle-wrapper": "awsui_drag-handle-wrapper_155yk_11kuq_247",
20
+ "portal-overlay": "awsui_portal-overlay_155yk_11kuq_252",
21
+ "portal-overlay-contents": "awsui_portal-overlay-contents_155yk_11kuq_260",
22
+ "drag-handle": "awsui_drag-handle_155yk_11kuq_247",
23
+ "direction-button-wrapper-hidden": "awsui_direction-button-wrapper-hidden_155yk_11kuq_277",
24
+ "direction-button": "awsui_direction-button_155yk_11kuq_169",
25
+ "direction-button-disabled": "awsui_direction-button-disabled_155yk_11kuq_320"
26
26
  };
27
27
 
@@ -1,25 +1,25 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "dropdown-content-wrapper": "awsui_dropdown-content-wrapper_qwoo0_lmmh6_153",
5
- "awsui-motion-fade-in-dropdown": "awsui_awsui-motion-fade-in-dropdown_qwoo0_lmmh6_1",
6
- "refresh": "awsui_refresh_qwoo0_lmmh6_174",
7
- "awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-0_qwoo0_lmmh6_1",
8
- "root": "awsui_root_qwoo0_lmmh6_199",
9
- "interior": "awsui_interior_qwoo0_lmmh6_232",
10
- "dropdown": "awsui_dropdown_qwoo0_lmmh6_153",
11
- "use-portal": "awsui_use-portal_qwoo0_lmmh6_242",
12
- "is-empty": "awsui_is-empty_qwoo0_lmmh6_288",
13
- "dropdown-drop-up": "awsui_dropdown-drop-up_qwoo0_lmmh6_295",
14
- "with-limited-width": "awsui_with-limited-width_qwoo0_lmmh6_299",
15
- "dropdown-drop-left": "awsui_dropdown-drop-left_qwoo0_lmmh6_302",
16
- "dropdown-drop-right": "awsui_dropdown-drop-right_qwoo0_lmmh6_305",
17
- "occupy-entire-width": "awsui_occupy-entire-width_qwoo0_lmmh6_308",
18
- "stretch-beyond-trigger-width": "awsui_stretch-beyond-trigger-width_qwoo0_lmmh6_311",
19
- "hide-block-border": "awsui_hide-block-border_qwoo0_lmmh6_318",
20
- "open": "awsui_open_qwoo0_lmmh6_327",
21
- "nowrap": "awsui_nowrap_qwoo0_lmmh6_336",
22
- "dropdown-content": "awsui_dropdown-content_qwoo0_lmmh6_153",
23
- "stretch-trigger-height": "awsui_stretch-trigger-height_qwoo0_lmmh6_347"
4
+ "dropdown-content-wrapper": "awsui_dropdown-content-wrapper_qwoo0_p0d2p_153",
5
+ "awsui-motion-fade-in-dropdown": "awsui_awsui-motion-fade-in-dropdown_qwoo0_p0d2p_1",
6
+ "refresh": "awsui_refresh_qwoo0_p0d2p_174",
7
+ "awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-0_qwoo0_p0d2p_1",
8
+ "root": "awsui_root_qwoo0_p0d2p_199",
9
+ "interior": "awsui_interior_qwoo0_p0d2p_232",
10
+ "dropdown": "awsui_dropdown_qwoo0_p0d2p_153",
11
+ "use-portal": "awsui_use-portal_qwoo0_p0d2p_242",
12
+ "is-empty": "awsui_is-empty_qwoo0_p0d2p_288",
13
+ "dropdown-drop-up": "awsui_dropdown-drop-up_qwoo0_p0d2p_295",
14
+ "with-limited-width": "awsui_with-limited-width_qwoo0_p0d2p_299",
15
+ "dropdown-drop-left": "awsui_dropdown-drop-left_qwoo0_p0d2p_302",
16
+ "dropdown-drop-right": "awsui_dropdown-drop-right_qwoo0_p0d2p_305",
17
+ "occupy-entire-width": "awsui_occupy-entire-width_qwoo0_p0d2p_308",
18
+ "stretch-beyond-trigger-width": "awsui_stretch-beyond-trigger-width_qwoo0_p0d2p_311",
19
+ "hide-block-border": "awsui_hide-block-border_qwoo0_p0d2p_318",
20
+ "open": "awsui_open_qwoo0_p0d2p_327",
21
+ "nowrap": "awsui_nowrap_qwoo0_p0d2p_336",
22
+ "dropdown-content": "awsui_dropdown-content_qwoo0_p0d2p_153",
23
+ "stretch-trigger-height": "awsui_stretch-trigger-height_qwoo0_p0d2p_347"
24
24
  };
25
25
 
@@ -150,10 +150,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
150
150
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
151
151
  SPDX-License-Identifier: Apache-2.0
152
152
  */
153
- .awsui_dropdown-content-wrapper_qwoo0_lmmh6_153:not(#\9) {
154
- animation: awsui_awsui-motion-fade-in-dropdown_qwoo0_lmmh6_1 var(--motion-duration-show-quick-i2gulq, 135ms) var(--motion-easing-show-quick-xucy9w, ease-out);
153
+ .awsui_dropdown-content-wrapper_qwoo0_p0d2p_153:not(#\9) {
154
+ animation: awsui_awsui-motion-fade-in-dropdown_qwoo0_p0d2p_1 var(--motion-duration-show-quick-i2gulq, 135ms) var(--motion-easing-show-quick-xucy9w, ease-out);
155
155
  }
156
- @keyframes awsui_awsui-motion-fade-in-dropdown_qwoo0_lmmh6_1 {
156
+ @keyframes awsui_awsui-motion-fade-in-dropdown_qwoo0_p0d2p_1 {
157
157
  from {
158
158
  opacity: 0.4;
159
159
  }
@@ -162,22 +162,22 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
162
162
  }
163
163
  }
164
164
  @media (prefers-reduced-motion: reduce) {
165
- .awsui_dropdown-content-wrapper_qwoo0_lmmh6_153:not(#\9) {
165
+ .awsui_dropdown-content-wrapper_qwoo0_p0d2p_153:not(#\9) {
166
166
  animation: none;
167
167
  transition: none;
168
168
  }
169
169
  }
170
- .awsui-motion-disabled .awsui_dropdown-content-wrapper_qwoo0_lmmh6_153:not(#\9), .awsui-mode-entering .awsui_dropdown-content-wrapper_qwoo0_lmmh6_153:not(#\9) {
170
+ .awsui-motion-disabled .awsui_dropdown-content-wrapper_qwoo0_p0d2p_153:not(#\9), .awsui-mode-entering .awsui_dropdown-content-wrapper_qwoo0_p0d2p_153:not(#\9) {
171
171
  animation: none;
172
172
  transition: none;
173
173
  }
174
- .awsui_dropdown-content-wrapper_qwoo0_lmmh6_153.awsui_refresh_qwoo0_lmmh6_174:not(#\9) {
174
+ .awsui_dropdown-content-wrapper_qwoo0_p0d2p_153.awsui_refresh_qwoo0_p0d2p_174:not(#\9) {
175
175
  transform-origin: top;
176
- animation-name: awsui_awsui-motion-fade-in-0_qwoo0_lmmh6_1;
176
+ animation-name: awsui_awsui-motion-fade-in-0_qwoo0_p0d2p_1;
177
177
  animation-duration: var(--motion-duration-show-quick-i2gulq, 135ms);
178
178
  animation-timing-function: var(--motion-easing-show-quick-xucy9w, ease-out);
179
179
  }
180
- @keyframes awsui_awsui-motion-fade-in-0_qwoo0_lmmh6_1 {
180
+ @keyframes awsui_awsui-motion-fade-in-0_qwoo0_p0d2p_1 {
181
181
  from {
182
182
  opacity: 0;
183
183
  }
@@ -186,17 +186,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
186
186
  }
187
187
  }
188
188
  @media (prefers-reduced-motion: reduce) {
189
- .awsui_dropdown-content-wrapper_qwoo0_lmmh6_153.awsui_refresh_qwoo0_lmmh6_174:not(#\9) {
189
+ .awsui_dropdown-content-wrapper_qwoo0_p0d2p_153.awsui_refresh_qwoo0_p0d2p_174:not(#\9) {
190
190
  animation: none;
191
191
  transition: none;
192
192
  }
193
193
  }
194
- .awsui-motion-disabled .awsui_dropdown-content-wrapper_qwoo0_lmmh6_153.awsui_refresh_qwoo0_lmmh6_174:not(#\9), .awsui-mode-entering .awsui_dropdown-content-wrapper_qwoo0_lmmh6_153.awsui_refresh_qwoo0_lmmh6_174:not(#\9) {
194
+ .awsui-motion-disabled .awsui_dropdown-content-wrapper_qwoo0_p0d2p_153.awsui_refresh_qwoo0_p0d2p_174:not(#\9), .awsui-mode-entering .awsui_dropdown-content-wrapper_qwoo0_p0d2p_153.awsui_refresh_qwoo0_p0d2p_174:not(#\9) {
195
195
  animation: none;
196
196
  transition: none;
197
197
  }
198
198
 
199
- .awsui_root_qwoo0_lmmh6_199:not(#\9) {
199
+ .awsui_root_qwoo0_p0d2p_199:not(#\9) {
200
200
  border-collapse: separate;
201
201
  border-spacing: 0;
202
202
  box-sizing: border-box;
@@ -229,34 +229,34 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
229
229
  position: relative;
230
230
  white-space: inherit;
231
231
  }
232
- .awsui_root_qwoo0_lmmh6_199.awsui_interior_qwoo0_lmmh6_232:not(#\9) {
232
+ .awsui_root_qwoo0_p0d2p_199.awsui_interior_qwoo0_p0d2p_232:not(#\9) {
233
233
  position: static;
234
234
  }
235
235
 
236
- .awsui_dropdown_qwoo0_lmmh6_153:not(#\9) {
236
+ .awsui_dropdown_qwoo0_p0d2p_153:not(#\9) {
237
237
  position: absolute;
238
238
  display: none;
239
239
  z-index: 2000;
240
240
  transform-origin: top;
241
241
  }
242
- .awsui_dropdown_qwoo0_lmmh6_153.awsui_use-portal_qwoo0_lmmh6_242:not(#\9) {
242
+ .awsui_dropdown_qwoo0_p0d2p_153.awsui_use-portal_qwoo0_p0d2p_242:not(#\9) {
243
243
  z-index: 7000;
244
244
  }
245
- .awsui_dropdown_qwoo0_lmmh6_153:not(#\9):not(.awsui_interior_qwoo0_lmmh6_232) {
245
+ .awsui_dropdown_qwoo0_p0d2p_153:not(#\9):not(.awsui_interior_qwoo0_p0d2p_232) {
246
246
  transform: translateY(0px);
247
247
  transition: transform var(--motion-duration-show-quick-i2gulq, 135ms);
248
248
  }
249
249
  @media (prefers-reduced-motion: reduce) {
250
- .awsui_dropdown_qwoo0_lmmh6_153:not(#\9):not(.awsui_interior_qwoo0_lmmh6_232) {
250
+ .awsui_dropdown_qwoo0_p0d2p_153:not(#\9):not(.awsui_interior_qwoo0_p0d2p_232) {
251
251
  animation: none;
252
252
  transition: none;
253
253
  }
254
254
  }
255
- .awsui-motion-disabled .awsui_dropdown_qwoo0_lmmh6_153:not(#\9):not(.awsui_interior_qwoo0_lmmh6_232), .awsui-mode-entering .awsui_dropdown_qwoo0_lmmh6_153:not(#\9):not(.awsui_interior_qwoo0_lmmh6_232) {
255
+ .awsui-motion-disabled .awsui_dropdown_qwoo0_p0d2p_153:not(#\9):not(.awsui_interior_qwoo0_p0d2p_232), .awsui-mode-entering .awsui_dropdown_qwoo0_p0d2p_153:not(#\9):not(.awsui_interior_qwoo0_p0d2p_232) {
256
256
  animation: none;
257
257
  transition: none;
258
258
  }
259
- .awsui_dropdown-content-wrapper_qwoo0_lmmh6_153:not(#\9) {
259
+ .awsui_dropdown-content-wrapper_qwoo0_p0d2p_153:not(#\9) {
260
260
  position: relative;
261
261
  background-color: var(--color-background-dropdown-item-default-fhmksr, #ffffff);
262
262
  outline: none;
@@ -268,7 +268,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
268
268
  border-block: var(--border-divider-list-width-8ggz94, 1px) solid var(--color-border-container-top-svitxz, #eaeded);
269
269
  box-sizing: border-box;
270
270
  }
271
- .awsui_dropdown-content-wrapper_qwoo0_lmmh6_153:not(#\9)::after {
271
+ .awsui_dropdown-content-wrapper_qwoo0_p0d2p_153:not(#\9)::after {
272
272
  content: "";
273
273
  position: absolute;
274
274
  z-index: 1;
@@ -285,65 +285,65 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
285
285
  border-end-end-radius: var(--border-radius-dropdown-oaxffg, 0px);
286
286
  pointer-events: none;
287
287
  }
288
- .awsui_dropdown-content-wrapper_qwoo0_lmmh6_153.awsui_is-empty_qwoo0_lmmh6_288:not(#\9)::after {
288
+ .awsui_dropdown-content-wrapper_qwoo0_p0d2p_153.awsui_is-empty_qwoo0_p0d2p_288:not(#\9)::after {
289
289
  display: none;
290
290
  }
291
- .awsui_dropdown_qwoo0_lmmh6_153 > .awsui_dropdown-content-wrapper_qwoo0_lmmh6_153:not(#\9) {
291
+ .awsui_dropdown_qwoo0_p0d2p_153 > .awsui_dropdown-content-wrapper_qwoo0_p0d2p_153:not(#\9) {
292
292
  border-block-start: var(--border-divider-list-width-8ggz94, 1px) solid var(--color-border-container-top-svitxz, #eaeded);
293
293
  border-block-end: var(--border-divider-list-width-8ggz94, 1px) solid var(--color-border-dropdown-group-dg9zg5, #eaeded);
294
294
  }
295
- .awsui_dropdown-drop-up_qwoo0_lmmh6_295 > .awsui_dropdown-content-wrapper_qwoo0_lmmh6_153:not(#\9) {
295
+ .awsui_dropdown-drop-up_qwoo0_p0d2p_295 > .awsui_dropdown-content-wrapper_qwoo0_p0d2p_153:not(#\9) {
296
296
  transform-origin: bottom;
297
297
  box-shadow: var(--shadow-dropup-44quix, 0 -1px 1px 0 rgba(0, 28, 36, 0.3), 1px -1px 1px 0 rgba(0, 28, 36, 0.15), -1px -1px 1px 0 rgba(0, 28, 36, 0.15));
298
298
  }
299
- .awsui_dropdown-drop-up_qwoo0_lmmh6_295.awsui_with-limited-width_qwoo0_lmmh6_299 > .awsui_dropdown-content-wrapper_qwoo0_lmmh6_153:not(#\9) {
299
+ .awsui_dropdown-drop-up_qwoo0_p0d2p_295.awsui_with-limited-width_qwoo0_p0d2p_299 > .awsui_dropdown-content-wrapper_qwoo0_p0d2p_153:not(#\9) {
300
300
  border-block-start: none;
301
301
  }
302
- .awsui_dropdown-drop-left_qwoo0_lmmh6_302:not(#\9) {
302
+ .awsui_dropdown-drop-left_qwoo0_p0d2p_302:not(#\9) {
303
303
  inset-inline-end: 0;
304
304
  }
305
- .awsui_dropdown-drop-right_qwoo0_lmmh6_305:not(#\9) {
305
+ .awsui_dropdown-drop-right_qwoo0_p0d2p_305:not(#\9) {
306
306
  inset-inline-start: 0;
307
307
  }
308
- .awsui_dropdown_qwoo0_lmmh6_153.awsui_occupy-entire-width_qwoo0_lmmh6_308:not(#\9) {
308
+ .awsui_dropdown_qwoo0_p0d2p_153.awsui_occupy-entire-width_qwoo0_p0d2p_308:not(#\9) {
309
309
  min-inline-size: 100%;
310
310
  }
311
- .awsui_dropdown_qwoo0_lmmh6_153.awsui_stretch-beyond-trigger-width_qwoo0_lmmh6_311:not(#\9) {
311
+ .awsui_dropdown_qwoo0_p0d2p_153.awsui_stretch-beyond-trigger-width_qwoo0_p0d2p_311:not(#\9) {
312
312
  inline-size: max-content;
313
- max-inline-size: var(--awsui-dropdown-default-max-width-kcc2gu, 100%);
313
+ max-inline-size: var(--awsui-dropdown-default-max-width-mdigke, 100%);
314
314
  }
315
- .awsui_dropdown_qwoo0_lmmh6_153.awsui_interior_qwoo0_lmmh6_232 > .awsui_dropdown-content-wrapper_qwoo0_lmmh6_153:not(#\9) {
315
+ .awsui_dropdown_qwoo0_p0d2p_153.awsui_interior_qwoo0_p0d2p_232 > .awsui_dropdown-content-wrapper_qwoo0_p0d2p_153:not(#\9) {
316
316
  margin-block-start: -1px;
317
317
  }
318
- .awsui_dropdown_qwoo0_lmmh6_153.awsui_hide-block-border_qwoo0_lmmh6_318 > .awsui_dropdown-content-wrapper_qwoo0_lmmh6_153:not(#\9) {
318
+ .awsui_dropdown_qwoo0_p0d2p_153.awsui_hide-block-border_qwoo0_p0d2p_318 > .awsui_dropdown-content-wrapper_qwoo0_p0d2p_153:not(#\9) {
319
319
  border-block-start: none;
320
320
  }
321
- .awsui_dropdown_qwoo0_lmmh6_153.awsui_hide-block-border_qwoo0_lmmh6_318:not(#\9):not(.awsui_dropdown-drop-up_qwoo0_lmmh6_295) > .awsui_dropdown-content-wrapper_qwoo0_lmmh6_153 {
321
+ .awsui_dropdown_qwoo0_p0d2p_153.awsui_hide-block-border_qwoo0_p0d2p_318:not(#\9):not(.awsui_dropdown-drop-up_qwoo0_p0d2p_295) > .awsui_dropdown-content-wrapper_qwoo0_p0d2p_153 {
322
322
  border-block-end: none;
323
323
  }
324
- .awsui_dropdown_qwoo0_lmmh6_153.awsui_hide-block-border_qwoo0_lmmh6_318.awsui_refresh_qwoo0_lmmh6_174 > .awsui_dropdown-content-wrapper_qwoo0_lmmh6_153:not(#\9) {
324
+ .awsui_dropdown_qwoo0_p0d2p_153.awsui_hide-block-border_qwoo0_p0d2p_318.awsui_refresh_qwoo0_p0d2p_174 > .awsui_dropdown-content-wrapper_qwoo0_p0d2p_153:not(#\9) {
325
325
  border-block-end: none;
326
326
  }
327
- .awsui_dropdown_qwoo0_lmmh6_153.awsui_open_qwoo0_lmmh6_327:not(#\9) {
327
+ .awsui_dropdown_qwoo0_p0d2p_153.awsui_open_qwoo0_p0d2p_327:not(#\9) {
328
328
  display: block;
329
329
  }
330
- .awsui_dropdown_qwoo0_lmmh6_153.awsui_open_qwoo0_lmmh6_327:not(#\9):not(.awsui_interior_qwoo0_lmmh6_232).awsui_refresh_qwoo0_lmmh6_174[data-animating=true] {
330
+ .awsui_dropdown_qwoo0_p0d2p_153.awsui_open_qwoo0_p0d2p_327:not(#\9):not(.awsui_interior_qwoo0_p0d2p_232).awsui_refresh_qwoo0_p0d2p_174[data-animating=true] {
331
331
  transform: translateY(4px);
332
332
  }
333
- .awsui_dropdown_qwoo0_lmmh6_153.awsui_open_qwoo0_lmmh6_327:not(#\9):not(.awsui_interior_qwoo0_lmmh6_232).awsui_refresh_qwoo0_lmmh6_174[data-animating=true].awsui_dropdown-drop-up_qwoo0_lmmh6_295 {
333
+ .awsui_dropdown_qwoo0_p0d2p_153.awsui_open_qwoo0_p0d2p_327:not(#\9):not(.awsui_interior_qwoo0_p0d2p_232).awsui_refresh_qwoo0_p0d2p_174[data-animating=true].awsui_dropdown-drop-up_qwoo0_p0d2p_295 {
334
334
  transform: translateY(-4px);
335
335
  }
336
- .awsui_dropdown_qwoo0_lmmh6_153.awsui_open_qwoo0_lmmh6_327.awsui_nowrap_qwoo0_lmmh6_336:not(#\9) {
336
+ .awsui_dropdown_qwoo0_p0d2p_153.awsui_open_qwoo0_p0d2p_327.awsui_nowrap_qwoo0_p0d2p_336:not(#\9) {
337
337
  white-space: nowrap;
338
338
  overflow: scroll;
339
339
  }
340
340
 
341
- .awsui_dropdown-content_qwoo0_lmmh6_153:not(#\9) {
341
+ .awsui_dropdown-content_qwoo0_p0d2p_153:not(#\9) {
342
342
  display: flex;
343
343
  flex-direction: column;
344
344
  inline-size: 100%;
345
345
  }
346
346
 
347
- .awsui_stretch-trigger-height_qwoo0_lmmh6_347:not(#\9) {
347
+ .awsui_stretch-trigger-height_qwoo0_p0d2p_347:not(#\9) {
348
348
  block-size: 100%;
349
349
  }
@@ -2,25 +2,25 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "dropdown-content-wrapper": "awsui_dropdown-content-wrapper_qwoo0_lmmh6_153",
6
- "awsui-motion-fade-in-dropdown": "awsui_awsui-motion-fade-in-dropdown_qwoo0_lmmh6_1",
7
- "refresh": "awsui_refresh_qwoo0_lmmh6_174",
8
- "awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-0_qwoo0_lmmh6_1",
9
- "root": "awsui_root_qwoo0_lmmh6_199",
10
- "interior": "awsui_interior_qwoo0_lmmh6_232",
11
- "dropdown": "awsui_dropdown_qwoo0_lmmh6_153",
12
- "use-portal": "awsui_use-portal_qwoo0_lmmh6_242",
13
- "is-empty": "awsui_is-empty_qwoo0_lmmh6_288",
14
- "dropdown-drop-up": "awsui_dropdown-drop-up_qwoo0_lmmh6_295",
15
- "with-limited-width": "awsui_with-limited-width_qwoo0_lmmh6_299",
16
- "dropdown-drop-left": "awsui_dropdown-drop-left_qwoo0_lmmh6_302",
17
- "dropdown-drop-right": "awsui_dropdown-drop-right_qwoo0_lmmh6_305",
18
- "occupy-entire-width": "awsui_occupy-entire-width_qwoo0_lmmh6_308",
19
- "stretch-beyond-trigger-width": "awsui_stretch-beyond-trigger-width_qwoo0_lmmh6_311",
20
- "hide-block-border": "awsui_hide-block-border_qwoo0_lmmh6_318",
21
- "open": "awsui_open_qwoo0_lmmh6_327",
22
- "nowrap": "awsui_nowrap_qwoo0_lmmh6_336",
23
- "dropdown-content": "awsui_dropdown-content_qwoo0_lmmh6_153",
24
- "stretch-trigger-height": "awsui_stretch-trigger-height_qwoo0_lmmh6_347"
5
+ "dropdown-content-wrapper": "awsui_dropdown-content-wrapper_qwoo0_p0d2p_153",
6
+ "awsui-motion-fade-in-dropdown": "awsui_awsui-motion-fade-in-dropdown_qwoo0_p0d2p_1",
7
+ "refresh": "awsui_refresh_qwoo0_p0d2p_174",
8
+ "awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-0_qwoo0_p0d2p_1",
9
+ "root": "awsui_root_qwoo0_p0d2p_199",
10
+ "interior": "awsui_interior_qwoo0_p0d2p_232",
11
+ "dropdown": "awsui_dropdown_qwoo0_p0d2p_153",
12
+ "use-portal": "awsui_use-portal_qwoo0_p0d2p_242",
13
+ "is-empty": "awsui_is-empty_qwoo0_p0d2p_288",
14
+ "dropdown-drop-up": "awsui_dropdown-drop-up_qwoo0_p0d2p_295",
15
+ "with-limited-width": "awsui_with-limited-width_qwoo0_p0d2p_299",
16
+ "dropdown-drop-left": "awsui_dropdown-drop-left_qwoo0_p0d2p_302",
17
+ "dropdown-drop-right": "awsui_dropdown-drop-right_qwoo0_p0d2p_305",
18
+ "occupy-entire-width": "awsui_occupy-entire-width_qwoo0_p0d2p_308",
19
+ "stretch-beyond-trigger-width": "awsui_stretch-beyond-trigger-width_qwoo0_p0d2p_311",
20
+ "hide-block-border": "awsui_hide-block-border_qwoo0_p0d2p_318",
21
+ "open": "awsui_open_qwoo0_p0d2p_327",
22
+ "nowrap": "awsui_nowrap_qwoo0_p0d2p_336",
23
+ "dropdown-content": "awsui_dropdown-content_qwoo0_p0d2p_153",
24
+ "stretch-trigger-height": "awsui_stretch-trigger-height_qwoo0_p0d2p_347"
25
25
  };
26
26
 
@@ -1,15 +1,15 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "root": "awsui_root_gfwv3_1flly_193",
5
- "horizontal": "awsui_horizontal_gfwv3_1flly_196",
6
- "vertical": "awsui_vertical_gfwv3_1flly_202",
7
- "list": "awsui_list_gfwv3_1flly_207",
8
- "grid": "awsui_grid_gfwv3_1flly_226",
9
- "list-item": "awsui_list-item_gfwv3_1flly_238",
10
- "toggle-container-inline": "awsui_toggle-container-inline_gfwv3_1flly_245",
11
- "toggle": "awsui_toggle_gfwv3_1flly_245",
12
- "description": "awsui_description_gfwv3_1flly_337",
13
- "separator": "awsui_separator_gfwv3_1flly_341"
4
+ "root": "awsui_root_gfwv3_14gca_193",
5
+ "horizontal": "awsui_horizontal_gfwv3_14gca_196",
6
+ "vertical": "awsui_vertical_gfwv3_14gca_202",
7
+ "list": "awsui_list_gfwv3_14gca_207",
8
+ "grid": "awsui_grid_gfwv3_14gca_226",
9
+ "list-item": "awsui_list-item_gfwv3_14gca_238",
10
+ "toggle-container-inline": "awsui_toggle-container-inline_gfwv3_14gca_245",
11
+ "toggle": "awsui_toggle_gfwv3_14gca_245",
12
+ "description": "awsui_description_gfwv3_14gca_337",
13
+ "separator": "awsui_separator_gfwv3_14gca_341"
14
14
  };
15
15