@cloudscape-design/components-themeable 3.0.1182 → 3.0.1183

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 (120) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +139 -132
  3. package/lib/internal/scss/slider/mixins.scss +32 -24
  4. package/lib/internal/scss/slider/styles.scss +56 -29
  5. package/lib/internal/template/alert/styles.css.js +27 -27
  6. package/lib/internal/template/alert/styles.scoped.css +50 -50
  7. package/lib/internal/template/alert/styles.selectors.js +27 -27
  8. package/lib/internal/template/annotation-context/annotation/styles.css.js +13 -13
  9. package/lib/internal/template/annotation-context/annotation/styles.scoped.css +21 -21
  10. package/lib/internal/template/annotation-context/annotation/styles.selectors.js +13 -13
  11. package/lib/internal/template/app-layout/notifications/styles.css.js +3 -3
  12. package/lib/internal/template/app-layout/notifications/styles.scoped.css +7 -7
  13. package/lib/internal/template/app-layout/notifications/styles.selectors.js +3 -3
  14. package/lib/internal/template/app-layout/visual-refresh/styles.css.js +86 -86
  15. package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +258 -258
  16. package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +86 -86
  17. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.css.js +30 -30
  18. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +87 -87
  19. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +30 -30
  20. package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.css.js +4 -4
  21. package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.scoped.css +7 -7
  22. package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.selectors.js +4 -4
  23. package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.css.js +27 -27
  24. package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.scoped.css +54 -54
  25. package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.selectors.js +27 -27
  26. package/lib/internal/template/attribute-editor/styles.css.js +15 -15
  27. package/lib/internal/template/attribute-editor/styles.scoped.css +28 -28
  28. package/lib/internal/template/attribute-editor/styles.selectors.js +15 -15
  29. package/lib/internal/template/breadcrumb-group/item/styles.css.js +7 -7
  30. package/lib/internal/template/breadcrumb-group/item/styles.scoped.css +28 -28
  31. package/lib/internal/template/breadcrumb-group/item/styles.selectors.js +7 -7
  32. package/lib/internal/template/button/styles.css.js +22 -22
  33. package/lib/internal/template/button/styles.scoped.css +256 -256
  34. package/lib/internal/template/button/styles.selectors.js +22 -22
  35. package/lib/internal/template/button-dropdown/item-element/styles.css.js +20 -20
  36. package/lib/internal/template/button-dropdown/item-element/styles.scoped.css +34 -34
  37. package/lib/internal/template/button-dropdown/item-element/styles.selectors.js +20 -20
  38. package/lib/internal/template/checkbox/styles.css.js +3 -3
  39. package/lib/internal/template/checkbox/styles.scoped.css +11 -11
  40. package/lib/internal/template/checkbox/styles.selectors.js +3 -3
  41. package/lib/internal/template/content-layout/styles.css.js +14 -14
  42. package/lib/internal/template/content-layout/styles.scoped.css +27 -27
  43. package/lib/internal/template/content-layout/styles.selectors.js +14 -14
  44. package/lib/internal/template/flashbar/styles.css.js +50 -50
  45. package/lib/internal/template/flashbar/styles.scoped.css +187 -187
  46. package/lib/internal/template/flashbar/styles.selectors.js +50 -50
  47. package/lib/internal/template/help-panel/styles.css.js +6 -6
  48. package/lib/internal/template/help-panel/styles.scoped.css +73 -73
  49. package/lib/internal/template/help-panel/styles.selectors.js +6 -6
  50. package/lib/internal/template/input/styles.css.js +13 -13
  51. package/lib/internal/template/input/styles.scoped.css +74 -74
  52. package/lib/internal/template/input/styles.selectors.js +13 -13
  53. package/lib/internal/template/internal/base-component/styles.scoped.css +1 -1
  54. package/lib/internal/template/internal/components/drag-handle-wrapper/styles.css.js +30 -30
  55. package/lib/internal/template/internal/components/drag-handle-wrapper/styles.scoped.css +58 -58
  56. package/lib/internal/template/internal/components/drag-handle-wrapper/styles.selectors.js +30 -30
  57. package/lib/internal/template/internal/components/dropdown/styles.css.js +20 -20
  58. package/lib/internal/template/internal/components/dropdown/styles.scoped.css +38 -38
  59. package/lib/internal/template/internal/components/dropdown/styles.selectors.js +20 -20
  60. package/lib/internal/template/internal/components/radio-button/styles.css.js +7 -7
  61. package/lib/internal/template/internal/components/radio-button/styles.scoped.css +18 -18
  62. package/lib/internal/template/internal/components/radio-button/styles.selectors.js +7 -7
  63. package/lib/internal/template/internal/components/token-list/styles.css.js +10 -10
  64. package/lib/internal/template/internal/components/token-list/styles.scoped.css +25 -25
  65. package/lib/internal/template/internal/components/token-list/styles.selectors.js +10 -10
  66. package/lib/internal/template/internal/environment.js +2 -2
  67. package/lib/internal/template/internal/environment.json +2 -2
  68. package/lib/internal/template/internal/generated/custom-css-properties/index.d.ts +7 -0
  69. package/lib/internal/template/internal/generated/custom-css-properties/index.d.ts.map +1 -1
  70. package/lib/internal/template/internal/generated/custom-css-properties/index.js +138 -131
  71. package/lib/internal/template/internal/generated/custom-css-properties/index.js.map +1 -1
  72. package/lib/internal/template/link/styles.css.js +20 -20
  73. package/lib/internal/template/link/styles.scoped.css +103 -103
  74. package/lib/internal/template/link/styles.selectors.js +20 -20
  75. package/lib/internal/template/progress-bar/styles.css.js +19 -19
  76. package/lib/internal/template/progress-bar/styles.scoped.css +56 -56
  77. package/lib/internal/template/progress-bar/styles.selectors.js +19 -19
  78. package/lib/internal/template/prompt-input/styles.css.js +17 -17
  79. package/lib/internal/template/prompt-input/styles.scoped.css +79 -79
  80. package/lib/internal/template/prompt-input/styles.selectors.js +17 -17
  81. package/lib/internal/template/segmented-control/styles.css.js +16 -16
  82. package/lib/internal/template/segmented-control/styles.scoped.css +46 -46
  83. package/lib/internal/template/segmented-control/styles.selectors.js +16 -16
  84. package/lib/internal/template/slider/index.d.ts +1 -1
  85. package/lib/internal/template/slider/index.d.ts.map +1 -1
  86. package/lib/internal/template/slider/index.js +2 -2
  87. package/lib/internal/template/slider/index.js.map +1 -1
  88. package/lib/internal/template/slider/interfaces.d.ts +23 -0
  89. package/lib/internal/template/slider/interfaces.d.ts.map +1 -1
  90. package/lib/internal/template/slider/interfaces.js.map +1 -1
  91. package/lib/internal/template/slider/internal.d.ts +2 -1
  92. package/lib/internal/template/slider/internal.d.ts.map +1 -1
  93. package/lib/internal/template/slider/internal.js +3 -2
  94. package/lib/internal/template/slider/internal.js.map +1 -1
  95. package/lib/internal/template/slider/styles.css.js +26 -26
  96. package/lib/internal/template/slider/styles.d.ts +12 -0
  97. package/lib/internal/template/slider/styles.d.ts.map +1 -0
  98. package/lib/internal/template/slider/styles.js +20 -0
  99. package/lib/internal/template/slider/styles.js.map +1 -0
  100. package/lib/internal/template/slider/styles.scoped.css +165 -163
  101. package/lib/internal/template/slider/styles.selectors.js +26 -26
  102. package/lib/internal/template/spinner/styles.css.js +13 -13
  103. package/lib/internal/template/spinner/styles.scoped.css +39 -39
  104. package/lib/internal/template/spinner/styles.selectors.js +13 -13
  105. package/lib/internal/template/tabs/styles.css.js +30 -30
  106. package/lib/internal/template/tabs/styles.scoped.css +76 -76
  107. package/lib/internal/template/tabs/styles.selectors.js +30 -30
  108. package/lib/internal/template/tag-editor/styles.css.js +3 -3
  109. package/lib/internal/template/tag-editor/styles.scoped.css +13 -13
  110. package/lib/internal/template/tag-editor/styles.selectors.js +3 -3
  111. package/lib/internal/template/text-content/styles.css.js +1 -1
  112. package/lib/internal/template/text-content/styles.scoped.css +66 -66
  113. package/lib/internal/template/text-content/styles.selectors.js +1 -1
  114. package/lib/internal/template/textarea/styles.css.js +5 -5
  115. package/lib/internal/template/textarea/styles.scoped.css +45 -45
  116. package/lib/internal/template/textarea/styles.selectors.js +5 -5
  117. package/lib/internal/template/toggle/styles.css.js +10 -10
  118. package/lib/internal/template/toggle/styles.scoped.css +23 -23
  119. package/lib/internal/template/toggle/styles.selectors.js +10 -10
  120. 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_et4wp_1 {
153
+ @keyframes awsui_drag-handle-entry_155yk_f48s3_1 {
154
154
  from {
155
- transform: translate(var(--awsui-drag-handle-animation-inline-offset-rhu47t), var(--awsui-drag-handle-animation-block-offset-rhu47t));
155
+ transform: translate(var(--awsui-drag-handle-animation-inline-offset-4hh3rt), var(--awsui-drag-handle-animation-block-offset-4hh3rt));
156
156
  }
157
157
  to {
158
158
  transform: translate(0, 0);
159
159
  }
160
160
  }
161
- @keyframes awsui_drag-handle-exit_155yk_et4wp_1 {
161
+ @keyframes awsui_drag-handle-exit_155yk_f48s3_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-rhu47t), var(--awsui-drag-handle-animation-block-offset-rhu47t));
166
+ transform: translate(var(--awsui-drag-handle-animation-inline-offset-4hh3rt), var(--awsui-drag-handle-animation-block-offset-4hh3rt));
167
167
  }
168
168
  }
169
- .awsui_direction-button-wrapper_155yk_et4wp_169:not(#\9) {
170
- --awsui-drag-handle-animation-inline-offset-rhu47t: 0;
171
- --awsui-drag-handle-animation-block-offset-rhu47t: 0;
169
+ .awsui_direction-button-wrapper_155yk_f48s3_169:not(#\9) {
170
+ --awsui-drag-handle-animation-inline-offset-4hh3rt: 0;
171
+ --awsui-drag-handle-animation-block-offset-4hh3rt: 0;
172
172
  }
173
- @keyframes awsui_awsui-motion-fade-in_155yk_et4wp_1 {
173
+ @keyframes awsui_awsui-motion-fade-in_155yk_f48s3_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_et4wp_1 {
181
+ @keyframes awsui_awsui-motion-fade-out-0_155yk_f48s3_1 {
182
182
  from {
183
183
  opacity: 1;
184
184
  }
@@ -186,81 +186,81 @@ 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_et4wp_189:not(#\9), .awsui_direction-button-wrapper-motion-entering_155yk_et4wp_189:not(#\9), .awsui_direction-button-wrapper-motion-exit_155yk_et4wp_189:not(#\9), .awsui_direction-button-wrapper-motion-exiting_155yk_et4wp_189:not(#\9) {
189
+ .awsui_direction-button-wrapper-motion-enter_155yk_f48s3_189:not(#\9), .awsui_direction-button-wrapper-motion-entering_155yk_f48s3_189:not(#\9), .awsui_direction-button-wrapper-motion-exit_155yk_f48s3_189:not(#\9), .awsui_direction-button-wrapper-motion-exiting_155yk_f48s3_189:not(#\9) {
190
190
  pointer-events: none;
191
191
  }
192
- .awsui_direction-button-wrapper-motion-entering_155yk_et4wp_189:not(#\9) {
193
- animation: awsui_drag-handle-entry_155yk_et4wp_1 var(--motion-duration-complex-hv88cf, 270ms) var(--motion-easing-responsive-dxkfpl, ease-out), awsui_awsui-motion-fade-in_155yk_et4wp_1 var(--motion-duration-complex-hv88cf, 270ms) var(--motion-easing-responsive-dxkfpl, ease-out);
192
+ .awsui_direction-button-wrapper-motion-entering_155yk_f48s3_189:not(#\9) {
193
+ animation: awsui_drag-handle-entry_155yk_f48s3_1 var(--motion-duration-complex-hv88cf, 270ms) var(--motion-easing-responsive-dxkfpl, ease-out), awsui_awsui-motion-fade-in_155yk_f48s3_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_et4wp_189:not(#\9) {
196
+ .awsui_direction-button-wrapper-motion-entering_155yk_f48s3_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_et4wp_189:not(#\9), .awsui-mode-entering .awsui_direction-button-wrapper-motion-entering_155yk_et4wp_189:not(#\9) {
201
+ .awsui-motion-disabled .awsui_direction-button-wrapper-motion-entering_155yk_f48s3_189:not(#\9), .awsui-mode-entering .awsui_direction-button-wrapper-motion-entering_155yk_f48s3_189:not(#\9) {
202
202
  animation: none;
203
203
  transition: none;
204
204
  }
205
- .awsui_direction-button-wrapper-motion-exiting_155yk_et4wp_189:not(#\9) {
206
- animation: awsui_drag-handle-exit_155yk_et4wp_1 var(--motion-duration-complex-hv88cf, 270ms) var(--motion-easing-responsive-dxkfpl, ease-out) forwards, awsui_awsui-motion-fade-out-0_155yk_et4wp_1 var(--motion-duration-complex-hv88cf, 270ms) var(--motion-easing-responsive-dxkfpl, ease-out) forwards;
205
+ .awsui_direction-button-wrapper-motion-exiting_155yk_f48s3_189:not(#\9) {
206
+ animation: awsui_drag-handle-exit_155yk_f48s3_1 var(--motion-duration-complex-hv88cf, 270ms) var(--motion-easing-responsive-dxkfpl, ease-out) forwards, awsui_awsui-motion-fade-out-0_155yk_f48s3_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_et4wp_189:not(#\9) {
209
+ .awsui_direction-button-wrapper-motion-exiting_155yk_f48s3_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_et4wp_189:not(#\9), .awsui-mode-entering .awsui_direction-button-wrapper-motion-exiting_155yk_et4wp_189:not(#\9) {
214
+ .awsui-motion-disabled .awsui_direction-button-wrapper-motion-exiting_155yk_f48s3_189:not(#\9), .awsui-mode-entering .awsui_direction-button-wrapper-motion-exiting_155yk_f48s3_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_et4wp_169:not(#\9) {
219
+ .awsui_direction-button-wrapper_155yk_f48s3_169:not(#\9) {
220
220
  animation: none;
221
221
  transition: none;
222
222
  }
223
223
  }
224
- .awsui-motion-disabled .awsui_direction-button-wrapper_155yk_et4wp_169:not(#\9), .awsui-mode-entering .awsui_direction-button-wrapper_155yk_et4wp_169:not(#\9) {
224
+ .awsui-motion-disabled .awsui_direction-button-wrapper_155yk_f48s3_169:not(#\9), .awsui-mode-entering .awsui_direction-button-wrapper_155yk_f48s3_169:not(#\9) {
225
225
  animation: none;
226
226
  transition: none;
227
227
  }
228
228
 
229
- .awsui_direction-button-wrapper-block-start_155yk_et4wp_229:not(#\9) {
230
- --awsui-drag-handle-animation-block-offset-rhu47t: 20px;
229
+ .awsui_direction-button-wrapper-block-start_155yk_f48s3_229:not(#\9) {
230
+ --awsui-drag-handle-animation-block-offset-4hh3rt: 20px;
231
231
  }
232
232
 
233
- .awsui_direction-button-wrapper-block-end_155yk_et4wp_233:not(#\9) {
234
- --awsui-drag-handle-animation-block-offset-rhu47t: -20px;
233
+ .awsui_direction-button-wrapper-block-end_155yk_f48s3_233:not(#\9) {
234
+ --awsui-drag-handle-animation-block-offset-4hh3rt: -20px;
235
235
  }
236
236
 
237
- .awsui_direction-button-wrapper-inline-start_155yk_et4wp_237:not(#\9) {
237
+ .awsui_direction-button-wrapper-inline-start_155yk_f48s3_237:not(#\9) {
238
238
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
239
239
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
240
240
  }
241
- .awsui_direction-button-wrapper-inline-start_155yk_et4wp_237:not(#\9):dir(ltr) {
242
- --awsui-drag-handle-animation-inline-offset-rhu47t: 20px;
241
+ .awsui_direction-button-wrapper-inline-start_155yk_f48s3_237:not(#\9):dir(ltr) {
242
+ --awsui-drag-handle-animation-inline-offset-4hh3rt: 20px;
243
243
  }
244
- .awsui_direction-button-wrapper-inline-start_155yk_et4wp_237:not(#\9):dir(rtl) {
245
- --awsui-drag-handle-animation-inline-offset-rhu47t: -20px;
244
+ .awsui_direction-button-wrapper-inline-start_155yk_f48s3_237:not(#\9):dir(rtl) {
245
+ --awsui-drag-handle-animation-inline-offset-4hh3rt: -20px;
246
246
  }
247
247
 
248
- .awsui_direction-button-wrapper-inline-end_155yk_et4wp_248:not(#\9) {
248
+ .awsui_direction-button-wrapper-inline-end_155yk_f48s3_248:not(#\9) {
249
249
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
250
250
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
251
251
  }
252
- .awsui_direction-button-wrapper-inline-end_155yk_et4wp_248:not(#\9):dir(ltr) {
253
- --awsui-drag-handle-animation-inline-offset-rhu47t: -20px;
252
+ .awsui_direction-button-wrapper-inline-end_155yk_f48s3_248:not(#\9):dir(ltr) {
253
+ --awsui-drag-handle-animation-inline-offset-4hh3rt: -20px;
254
254
  }
255
- .awsui_direction-button-wrapper-inline-end_155yk_et4wp_248:not(#\9):dir(rtl) {
256
- --awsui-drag-handle-animation-inline-offset-rhu47t: 20px;
255
+ .awsui_direction-button-wrapper-inline-end_155yk_f48s3_248:not(#\9):dir(rtl) {
256
+ --awsui-drag-handle-animation-inline-offset-4hh3rt: 20px;
257
257
  }
258
258
 
259
- .awsui_contents_155yk_et4wp_259:not(#\9) {
259
+ .awsui_contents_155yk_f48s3_259:not(#\9) {
260
260
  display: contents;
261
261
  }
262
262
 
263
- .awsui_portal-overlay_155yk_et4wp_263:not(#\9) {
263
+ .awsui_portal-overlay_155yk_f48s3_263:not(#\9) {
264
264
  position: absolute;
265
265
  inset-block-start: 0;
266
266
  inset-inline-start: 0;
@@ -268,20 +268,20 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
268
268
  z-index: 7000;
269
269
  }
270
270
 
271
- .awsui_portal-overlay-disabled_155yk_et4wp_271:not(#\9) {
271
+ .awsui_portal-overlay-disabled_155yk_f48s3_271:not(#\9) {
272
272
  display: none;
273
273
  }
274
274
 
275
- .awsui_portal-overlay-contents_155yk_et4wp_275:not(#\9) {
275
+ .awsui_portal-overlay-contents_155yk_f48s3_275:not(#\9) {
276
276
  pointer-events: auto;
277
277
  }
278
278
 
279
- .awsui_drag-handle_155yk_et4wp_279:not(#\9) {
279
+ .awsui_drag-handle_155yk_f48s3_279:not(#\9) {
280
280
  position: relative;
281
281
  display: inline-flex;
282
282
  }
283
283
 
284
- .awsui_direction-button-wrapper_155yk_et4wp_169:not(#\9) {
284
+ .awsui_direction-button-wrapper_155yk_f48s3_169:not(#\9) {
285
285
  position: absolute;
286
286
  block-size: var(--space-static-xl-pek4x1, 24px);
287
287
  inline-size: var(--space-static-xl-pek4x1, 24px);
@@ -289,67 +289,67 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
289
289
  padding-inline: var(--space-static-xxs-0cgyf1, 4px);
290
290
  }
291
291
 
292
- .awsui_direction-button-wrapper-hidden_155yk_et4wp_292:not(#\9) {
292
+ .awsui_direction-button-wrapper-hidden_155yk_f48s3_292:not(#\9) {
293
293
  display: none;
294
294
  }
295
295
 
296
- .awsui_direction-button-wrapper-block-start_155yk_et4wp_229:not(#\9) {
296
+ .awsui_direction-button-wrapper-block-start_155yk_f48s3_229:not(#\9) {
297
297
  inset-block-start: calc(-1 * (var(--space-static-xl-pek4x1, 24px) + 2 * var(--space-static-xxs-0cgyf1, 4px)));
298
298
  inset-inline-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-wrapper-block-end_155yk_et4wp_233:not(#\9) {
301
+ .awsui_direction-button-wrapper-block-end_155yk_f48s3_233:not(#\9) {
302
302
  inset-block-end: calc(-1 * (var(--space-static-xl-pek4x1, 24px) + 2 * var(--space-static-xxs-0cgyf1, 4px)));
303
303
  inset-inline-start: calc(50% - (var(--space-static-xl-pek4x1, 24px) + 2 * var(--space-static-xxs-0cgyf1, 4px)) / 2);
304
304
  }
305
305
 
306
- .awsui_direction-button-wrapper-inline-start_155yk_et4wp_237:not(#\9) {
306
+ .awsui_direction-button-wrapper-inline-start_155yk_f48s3_237:not(#\9) {
307
307
  inset-inline-start: calc(-1 * (var(--space-static-xl-pek4x1, 24px) + 2 * var(--space-static-xxs-0cgyf1, 4px)));
308
308
  inset-block-start: calc(50% - (var(--space-static-xl-pek4x1, 24px) + 2 * var(--space-static-xxs-0cgyf1, 4px)) / 2);
309
309
  }
310
310
 
311
- .awsui_direction-button-wrapper-inline-end_155yk_et4wp_248:not(#\9) {
311
+ .awsui_direction-button-wrapper-inline-end_155yk_f48s3_248:not(#\9) {
312
312
  inset-inline-end: calc(-1 * (var(--space-static-xl-pek4x1, 24px) + 2 * var(--space-static-xxs-0cgyf1, 4px)));
313
313
  inset-block-start: calc(50% - (var(--space-static-xl-pek4x1, 24px) + 2 * var(--space-static-xxs-0cgyf1, 4px)) / 2);
314
314
  }
315
315
 
316
- .awsui_direction-button-wrapper-forced_155yk_et4wp_316:not(#\9) {
316
+ .awsui_direction-button-wrapper-forced_155yk_f48s3_316:not(#\9) {
317
317
  inset-inline-start: calc(50% - (var(--space-static-xl-pek4x1, 24px) + 2 * var(--space-static-xxs-0cgyf1, 4px)) / 2);
318
318
  }
319
319
 
320
- .awsui_direction-button-wrapper-forced-top-0_155yk_et4wp_320:not(#\9) {
320
+ .awsui_direction-button-wrapper-forced-top-0_155yk_f48s3_320:not(#\9) {
321
321
  inset-block-start: calc(-1 * (var(--space-static-xl-pek4x1, 24px) + 2 * var(--space-static-xxs-0cgyf1, 4px)));
322
322
  }
323
323
 
324
- .awsui_direction-button-wrapper-forced-top-1_155yk_et4wp_324:not(#\9) {
324
+ .awsui_direction-button-wrapper-forced-top-1_155yk_f48s3_324:not(#\9) {
325
325
  inset-block-start: calc(-2 * (var(--space-static-xl-pek4x1, 24px) + 2 * var(--space-static-xxs-0cgyf1, 4px)));
326
326
  }
327
327
 
328
- .awsui_direction-button-wrapper-forced-top-2_155yk_et4wp_328:not(#\9) {
328
+ .awsui_direction-button-wrapper-forced-top-2_155yk_f48s3_328:not(#\9) {
329
329
  inset-block-start: calc(-3 * (var(--space-static-xl-pek4x1, 24px) + 2 * var(--space-static-xxs-0cgyf1, 4px)));
330
330
  }
331
331
 
332
- .awsui_direction-button-wrapper-forced-top-3_155yk_et4wp_332:not(#\9) {
332
+ .awsui_direction-button-wrapper-forced-top-3_155yk_f48s3_332:not(#\9) {
333
333
  inset-block-start: calc(-4 * (var(--space-static-xl-pek4x1, 24px) + 2 * var(--space-static-xxs-0cgyf1, 4px)));
334
334
  }
335
335
 
336
- .awsui_direction-button-wrapper-forced-bottom-0_155yk_et4wp_336:not(#\9) {
336
+ .awsui_direction-button-wrapper-forced-bottom-0_155yk_f48s3_336:not(#\9) {
337
337
  inset-block-start: calc(1 * (var(--space-static-xl-pek4x1, 24px) + 2 * var(--space-static-xxs-0cgyf1, 4px)));
338
338
  }
339
339
 
340
- .awsui_direction-button-wrapper-forced-bottom-1_155yk_et4wp_340:not(#\9) {
340
+ .awsui_direction-button-wrapper-forced-bottom-1_155yk_f48s3_340:not(#\9) {
341
341
  inset-block-start: calc(2 * (var(--space-static-xl-pek4x1, 24px) + 2 * var(--space-static-xxs-0cgyf1, 4px)));
342
342
  }
343
343
 
344
- .awsui_direction-button-wrapper-forced-bottom-2_155yk_et4wp_344:not(#\9) {
344
+ .awsui_direction-button-wrapper-forced-bottom-2_155yk_f48s3_344:not(#\9) {
345
345
  inset-block-start: calc(3 * (var(--space-static-xl-pek4x1, 24px) + 2 * var(--space-static-xxs-0cgyf1, 4px)));
346
346
  }
347
347
 
348
- .awsui_direction-button-wrapper-forced-bottom-3_155yk_et4wp_348:not(#\9) {
348
+ .awsui_direction-button-wrapper-forced-bottom-3_155yk_f48s3_348:not(#\9) {
349
349
  inset-block-start: calc(4 * (var(--space-static-xl-pek4x1, 24px) + 2 * var(--space-static-xxs-0cgyf1, 4px)));
350
350
  }
351
351
 
352
- .awsui_direction-button_155yk_et4wp_169:not(#\9) {
352
+ .awsui_direction-button_155yk_f48s3_169:not(#\9) {
353
353
  position: absolute;
354
354
  border-width: 0;
355
355
  cursor: pointer;
@@ -368,14 +368,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
368
368
  color: var(--color-text-direction-button-default-dkices, #ffffff);
369
369
  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));
370
370
  }
371
- .awsui_direction-button_155yk_et4wp_169:not(#\9):not(.awsui_direction-button-disabled_155yk_et4wp_371):hover {
371
+ .awsui_direction-button_155yk_f48s3_169:not(#\9):not(.awsui_direction-button-disabled_155yk_f48s3_371):hover {
372
372
  background-color: var(--color-background-direction-button-hover-v5bxfc, #414750);
373
373
  }
374
- .awsui_direction-button_155yk_et4wp_169:not(#\9):not(.awsui_direction-button-disabled_155yk_et4wp_371):active {
374
+ .awsui_direction-button_155yk_f48s3_169:not(#\9):not(.awsui_direction-button-disabled_155yk_f48s3_371):active {
375
375
  background-color: var(--color-background-direction-button-active-wn6s2j, #2a2e33);
376
376
  }
377
377
 
378
- .awsui_direction-button-disabled_155yk_et4wp_371:not(#\9) {
378
+ .awsui_direction-button-disabled_155yk_f48s3_371:not(#\9) {
379
379
  cursor: default;
380
380
  background-color: var(--color-background-direction-button-disabled-rcznmi, #eaeded);
381
381
  color: var(--color-text-direction-button-disabled-596cgx, #aab7b8);
@@ -2,35 +2,35 @@
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_et4wp_169",
6
- "direction-button-wrapper-motion-enter": "awsui_direction-button-wrapper-motion-enter_155yk_et4wp_189",
7
- "direction-button-wrapper-motion-entering": "awsui_direction-button-wrapper-motion-entering_155yk_et4wp_189",
8
- "direction-button-wrapper-motion-exit": "awsui_direction-button-wrapper-motion-exit_155yk_et4wp_189",
9
- "direction-button-wrapper-motion-exiting": "awsui_direction-button-wrapper-motion-exiting_155yk_et4wp_189",
10
- "drag-handle-entry": "awsui_drag-handle-entry_155yk_et4wp_1",
11
- "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_155yk_et4wp_1",
12
- "drag-handle-exit": "awsui_drag-handle-exit_155yk_et4wp_1",
13
- "awsui-motion-fade-out-0": "awsui_awsui-motion-fade-out-0_155yk_et4wp_1",
14
- "direction-button-wrapper-block-start": "awsui_direction-button-wrapper-block-start_155yk_et4wp_229",
15
- "direction-button-wrapper-block-end": "awsui_direction-button-wrapper-block-end_155yk_et4wp_233",
16
- "direction-button-wrapper-inline-start": "awsui_direction-button-wrapper-inline-start_155yk_et4wp_237",
17
- "direction-button-wrapper-inline-end": "awsui_direction-button-wrapper-inline-end_155yk_et4wp_248",
18
- "contents": "awsui_contents_155yk_et4wp_259",
19
- "portal-overlay": "awsui_portal-overlay_155yk_et4wp_263",
20
- "portal-overlay-disabled": "awsui_portal-overlay-disabled_155yk_et4wp_271",
21
- "portal-overlay-contents": "awsui_portal-overlay-contents_155yk_et4wp_275",
22
- "drag-handle": "awsui_drag-handle_155yk_et4wp_279",
23
- "direction-button-wrapper-hidden": "awsui_direction-button-wrapper-hidden_155yk_et4wp_292",
24
- "direction-button-wrapper-forced": "awsui_direction-button-wrapper-forced_155yk_et4wp_316",
25
- "direction-button-wrapper-forced-top-0": "awsui_direction-button-wrapper-forced-top-0_155yk_et4wp_320",
26
- "direction-button-wrapper-forced-top-1": "awsui_direction-button-wrapper-forced-top-1_155yk_et4wp_324",
27
- "direction-button-wrapper-forced-top-2": "awsui_direction-button-wrapper-forced-top-2_155yk_et4wp_328",
28
- "direction-button-wrapper-forced-top-3": "awsui_direction-button-wrapper-forced-top-3_155yk_et4wp_332",
29
- "direction-button-wrapper-forced-bottom-0": "awsui_direction-button-wrapper-forced-bottom-0_155yk_et4wp_336",
30
- "direction-button-wrapper-forced-bottom-1": "awsui_direction-button-wrapper-forced-bottom-1_155yk_et4wp_340",
31
- "direction-button-wrapper-forced-bottom-2": "awsui_direction-button-wrapper-forced-bottom-2_155yk_et4wp_344",
32
- "direction-button-wrapper-forced-bottom-3": "awsui_direction-button-wrapper-forced-bottom-3_155yk_et4wp_348",
33
- "direction-button": "awsui_direction-button_155yk_et4wp_169",
34
- "direction-button-disabled": "awsui_direction-button-disabled_155yk_et4wp_371"
5
+ "direction-button-wrapper": "awsui_direction-button-wrapper_155yk_f48s3_169",
6
+ "direction-button-wrapper-motion-enter": "awsui_direction-button-wrapper-motion-enter_155yk_f48s3_189",
7
+ "direction-button-wrapper-motion-entering": "awsui_direction-button-wrapper-motion-entering_155yk_f48s3_189",
8
+ "direction-button-wrapper-motion-exit": "awsui_direction-button-wrapper-motion-exit_155yk_f48s3_189",
9
+ "direction-button-wrapper-motion-exiting": "awsui_direction-button-wrapper-motion-exiting_155yk_f48s3_189",
10
+ "drag-handle-entry": "awsui_drag-handle-entry_155yk_f48s3_1",
11
+ "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_155yk_f48s3_1",
12
+ "drag-handle-exit": "awsui_drag-handle-exit_155yk_f48s3_1",
13
+ "awsui-motion-fade-out-0": "awsui_awsui-motion-fade-out-0_155yk_f48s3_1",
14
+ "direction-button-wrapper-block-start": "awsui_direction-button-wrapper-block-start_155yk_f48s3_229",
15
+ "direction-button-wrapper-block-end": "awsui_direction-button-wrapper-block-end_155yk_f48s3_233",
16
+ "direction-button-wrapper-inline-start": "awsui_direction-button-wrapper-inline-start_155yk_f48s3_237",
17
+ "direction-button-wrapper-inline-end": "awsui_direction-button-wrapper-inline-end_155yk_f48s3_248",
18
+ "contents": "awsui_contents_155yk_f48s3_259",
19
+ "portal-overlay": "awsui_portal-overlay_155yk_f48s3_263",
20
+ "portal-overlay-disabled": "awsui_portal-overlay-disabled_155yk_f48s3_271",
21
+ "portal-overlay-contents": "awsui_portal-overlay-contents_155yk_f48s3_275",
22
+ "drag-handle": "awsui_drag-handle_155yk_f48s3_279",
23
+ "direction-button-wrapper-hidden": "awsui_direction-button-wrapper-hidden_155yk_f48s3_292",
24
+ "direction-button-wrapper-forced": "awsui_direction-button-wrapper-forced_155yk_f48s3_316",
25
+ "direction-button-wrapper-forced-top-0": "awsui_direction-button-wrapper-forced-top-0_155yk_f48s3_320",
26
+ "direction-button-wrapper-forced-top-1": "awsui_direction-button-wrapper-forced-top-1_155yk_f48s3_324",
27
+ "direction-button-wrapper-forced-top-2": "awsui_direction-button-wrapper-forced-top-2_155yk_f48s3_328",
28
+ "direction-button-wrapper-forced-top-3": "awsui_direction-button-wrapper-forced-top-3_155yk_f48s3_332",
29
+ "direction-button-wrapper-forced-bottom-0": "awsui_direction-button-wrapper-forced-bottom-0_155yk_f48s3_336",
30
+ "direction-button-wrapper-forced-bottom-1": "awsui_direction-button-wrapper-forced-bottom-1_155yk_f48s3_340",
31
+ "direction-button-wrapper-forced-bottom-2": "awsui_direction-button-wrapper-forced-bottom-2_155yk_f48s3_344",
32
+ "direction-button-wrapper-forced-bottom-3": "awsui_direction-button-wrapper-forced-bottom-3_155yk_f48s3_348",
33
+ "direction-button": "awsui_direction-button_155yk_f48s3_169",
34
+ "direction-button-disabled": "awsui_direction-button-disabled_155yk_f48s3_371"
35
35
  };
36
36
 
@@ -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_yhshz_153",
5
- "awsui-motion-fade-in-dropdown": "awsui_awsui-motion-fade-in-dropdown_qwoo0_yhshz_1",
6
- "refresh": "awsui_refresh_qwoo0_yhshz_174",
7
- "awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-0_qwoo0_yhshz_1",
8
- "root": "awsui_root_qwoo0_yhshz_199",
9
- "interior": "awsui_interior_qwoo0_yhshz_232",
10
- "dropdown": "awsui_dropdown_qwoo0_yhshz_153",
11
- "use-portal": "awsui_use-portal_qwoo0_yhshz_242",
12
- "is-empty": "awsui_is-empty_qwoo0_yhshz_288",
13
- "dropdown-drop-up": "awsui_dropdown-drop-up_qwoo0_yhshz_295",
14
- "with-limited-width": "awsui_with-limited-width_qwoo0_yhshz_299",
15
- "dropdown-drop-left": "awsui_dropdown-drop-left_qwoo0_yhshz_302",
16
- "dropdown-drop-right": "awsui_dropdown-drop-right_qwoo0_yhshz_305",
17
- "occupy-entire-width": "awsui_occupy-entire-width_qwoo0_yhshz_308",
18
- "stretch-beyond-trigger-width": "awsui_stretch-beyond-trigger-width_qwoo0_yhshz_311",
19
- "hide-block-border": "awsui_hide-block-border_qwoo0_yhshz_318",
20
- "open": "awsui_open_qwoo0_yhshz_327",
21
- "nowrap": "awsui_nowrap_qwoo0_yhshz_336",
22
- "dropdown-content": "awsui_dropdown-content_qwoo0_yhshz_153",
23
- "stretch-trigger-height": "awsui_stretch-trigger-height_qwoo0_yhshz_347"
4
+ "dropdown-content-wrapper": "awsui_dropdown-content-wrapper_qwoo0_lescr_153",
5
+ "awsui-motion-fade-in-dropdown": "awsui_awsui-motion-fade-in-dropdown_qwoo0_lescr_1",
6
+ "refresh": "awsui_refresh_qwoo0_lescr_174",
7
+ "awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-0_qwoo0_lescr_1",
8
+ "root": "awsui_root_qwoo0_lescr_199",
9
+ "interior": "awsui_interior_qwoo0_lescr_232",
10
+ "dropdown": "awsui_dropdown_qwoo0_lescr_153",
11
+ "use-portal": "awsui_use-portal_qwoo0_lescr_242",
12
+ "is-empty": "awsui_is-empty_qwoo0_lescr_288",
13
+ "dropdown-drop-up": "awsui_dropdown-drop-up_qwoo0_lescr_295",
14
+ "with-limited-width": "awsui_with-limited-width_qwoo0_lescr_299",
15
+ "dropdown-drop-left": "awsui_dropdown-drop-left_qwoo0_lescr_302",
16
+ "dropdown-drop-right": "awsui_dropdown-drop-right_qwoo0_lescr_305",
17
+ "occupy-entire-width": "awsui_occupy-entire-width_qwoo0_lescr_308",
18
+ "stretch-beyond-trigger-width": "awsui_stretch-beyond-trigger-width_qwoo0_lescr_311",
19
+ "hide-block-border": "awsui_hide-block-border_qwoo0_lescr_318",
20
+ "open": "awsui_open_qwoo0_lescr_327",
21
+ "nowrap": "awsui_nowrap_qwoo0_lescr_336",
22
+ "dropdown-content": "awsui_dropdown-content_qwoo0_lescr_153",
23
+ "stretch-trigger-height": "awsui_stretch-trigger-height_qwoo0_lescr_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_yhshz_153:not(#\9) {
154
- animation: awsui_awsui-motion-fade-in-dropdown_qwoo0_yhshz_1 var(--motion-duration-show-quick-i2gulq, 135ms) var(--motion-easing-show-quick-xucy9w, ease-out);
153
+ .awsui_dropdown-content-wrapper_qwoo0_lescr_153:not(#\9) {
154
+ animation: awsui_awsui-motion-fade-in-dropdown_qwoo0_lescr_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_yhshz_1 {
156
+ @keyframes awsui_awsui-motion-fade-in-dropdown_qwoo0_lescr_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_yhshz_153:not(#\9) {
165
+ .awsui_dropdown-content-wrapper_qwoo0_lescr_153:not(#\9) {
166
166
  animation: none;
167
167
  transition: none;
168
168
  }
169
169
  }
170
- .awsui-motion-disabled .awsui_dropdown-content-wrapper_qwoo0_yhshz_153:not(#\9), .awsui-mode-entering .awsui_dropdown-content-wrapper_qwoo0_yhshz_153:not(#\9) {
170
+ .awsui-motion-disabled .awsui_dropdown-content-wrapper_qwoo0_lescr_153:not(#\9), .awsui-mode-entering .awsui_dropdown-content-wrapper_qwoo0_lescr_153:not(#\9) {
171
171
  animation: none;
172
172
  transition: none;
173
173
  }
174
- .awsui_dropdown-content-wrapper_qwoo0_yhshz_153.awsui_refresh_qwoo0_yhshz_174:not(#\9) {
174
+ .awsui_dropdown-content-wrapper_qwoo0_lescr_153.awsui_refresh_qwoo0_lescr_174:not(#\9) {
175
175
  transform-origin: top;
176
- animation-name: awsui_awsui-motion-fade-in-0_qwoo0_yhshz_1;
176
+ animation-name: awsui_awsui-motion-fade-in-0_qwoo0_lescr_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_yhshz_1 {
180
+ @keyframes awsui_awsui-motion-fade-in-0_qwoo0_lescr_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_yhshz_153.awsui_refresh_qwoo0_yhshz_174:not(#\9) {
189
+ .awsui_dropdown-content-wrapper_qwoo0_lescr_153.awsui_refresh_qwoo0_lescr_174:not(#\9) {
190
190
  animation: none;
191
191
  transition: none;
192
192
  }
193
193
  }
194
- .awsui-motion-disabled .awsui_dropdown-content-wrapper_qwoo0_yhshz_153.awsui_refresh_qwoo0_yhshz_174:not(#\9), .awsui-mode-entering .awsui_dropdown-content-wrapper_qwoo0_yhshz_153.awsui_refresh_qwoo0_yhshz_174:not(#\9) {
194
+ .awsui-motion-disabled .awsui_dropdown-content-wrapper_qwoo0_lescr_153.awsui_refresh_qwoo0_lescr_174:not(#\9), .awsui-mode-entering .awsui_dropdown-content-wrapper_qwoo0_lescr_153.awsui_refresh_qwoo0_lescr_174:not(#\9) {
195
195
  animation: none;
196
196
  transition: none;
197
197
  }
198
198
 
199
- .awsui_root_qwoo0_yhshz_199:not(#\9) {
199
+ .awsui_root_qwoo0_lescr_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_yhshz_199.awsui_interior_qwoo0_yhshz_232:not(#\9) {
232
+ .awsui_root_qwoo0_lescr_199.awsui_interior_qwoo0_lescr_232:not(#\9) {
233
233
  position: static;
234
234
  }
235
235
 
236
- .awsui_dropdown_qwoo0_yhshz_153:not(#\9) {
236
+ .awsui_dropdown_qwoo0_lescr_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_yhshz_153.awsui_use-portal_qwoo0_yhshz_242:not(#\9) {
242
+ .awsui_dropdown_qwoo0_lescr_153.awsui_use-portal_qwoo0_lescr_242:not(#\9) {
243
243
  z-index: 7000;
244
244
  }
245
- .awsui_dropdown_qwoo0_yhshz_153:not(#\9):not(.awsui_interior_qwoo0_yhshz_232) {
245
+ .awsui_dropdown_qwoo0_lescr_153:not(#\9):not(.awsui_interior_qwoo0_lescr_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_yhshz_153:not(#\9):not(.awsui_interior_qwoo0_yhshz_232) {
250
+ .awsui_dropdown_qwoo0_lescr_153:not(#\9):not(.awsui_interior_qwoo0_lescr_232) {
251
251
  animation: none;
252
252
  transition: none;
253
253
  }
254
254
  }
255
- .awsui-motion-disabled .awsui_dropdown_qwoo0_yhshz_153:not(#\9):not(.awsui_interior_qwoo0_yhshz_232), .awsui-mode-entering .awsui_dropdown_qwoo0_yhshz_153:not(#\9):not(.awsui_interior_qwoo0_yhshz_232) {
255
+ .awsui-motion-disabled .awsui_dropdown_qwoo0_lescr_153:not(#\9):not(.awsui_interior_qwoo0_lescr_232), .awsui-mode-entering .awsui_dropdown_qwoo0_lescr_153:not(#\9):not(.awsui_interior_qwoo0_lescr_232) {
256
256
  animation: none;
257
257
  transition: none;
258
258
  }
259
- .awsui_dropdown-content-wrapper_qwoo0_yhshz_153:not(#\9) {
259
+ .awsui_dropdown-content-wrapper_qwoo0_lescr_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_yhshz_153:not(#\9)::after {
271
+ .awsui_dropdown-content-wrapper_qwoo0_lescr_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_yhshz_153.awsui_is-empty_qwoo0_yhshz_288:not(#\9)::after {
288
+ .awsui_dropdown-content-wrapper_qwoo0_lescr_153.awsui_is-empty_qwoo0_lescr_288:not(#\9)::after {
289
289
  display: none;
290
290
  }
291
- .awsui_dropdown_qwoo0_yhshz_153 > .awsui_dropdown-content-wrapper_qwoo0_yhshz_153:not(#\9) {
291
+ .awsui_dropdown_qwoo0_lescr_153 > .awsui_dropdown-content-wrapper_qwoo0_lescr_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_yhshz_295 > .awsui_dropdown-content-wrapper_qwoo0_yhshz_153:not(#\9) {
295
+ .awsui_dropdown-drop-up_qwoo0_lescr_295 > .awsui_dropdown-content-wrapper_qwoo0_lescr_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_yhshz_295.awsui_with-limited-width_qwoo0_yhshz_299 > .awsui_dropdown-content-wrapper_qwoo0_yhshz_153:not(#\9) {
299
+ .awsui_dropdown-drop-up_qwoo0_lescr_295.awsui_with-limited-width_qwoo0_lescr_299 > .awsui_dropdown-content-wrapper_qwoo0_lescr_153:not(#\9) {
300
300
  border-block-start: none;
301
301
  }
302
- .awsui_dropdown-drop-left_qwoo0_yhshz_302:not(#\9) {
302
+ .awsui_dropdown-drop-left_qwoo0_lescr_302:not(#\9) {
303
303
  inset-inline-end: 0;
304
304
  }
305
- .awsui_dropdown-drop-right_qwoo0_yhshz_305:not(#\9) {
305
+ .awsui_dropdown-drop-right_qwoo0_lescr_305:not(#\9) {
306
306
  inset-inline-start: 0;
307
307
  }
308
- .awsui_dropdown_qwoo0_yhshz_153.awsui_occupy-entire-width_qwoo0_yhshz_308:not(#\9) {
308
+ .awsui_dropdown_qwoo0_lescr_153.awsui_occupy-entire-width_qwoo0_lescr_308:not(#\9) {
309
309
  min-inline-size: 100%;
310
310
  }
311
- .awsui_dropdown_qwoo0_yhshz_153.awsui_stretch-beyond-trigger-width_qwoo0_yhshz_311:not(#\9) {
311
+ .awsui_dropdown_qwoo0_lescr_153.awsui_stretch-beyond-trigger-width_qwoo0_lescr_311:not(#\9) {
312
312
  inline-size: max-content;
313
- max-inline-size: var(--awsui-dropdown-default-max-width-rhu47t, 100%);
313
+ max-inline-size: var(--awsui-dropdown-default-max-width-4hh3rt, 100%);
314
314
  }
315
- .awsui_dropdown_qwoo0_yhshz_153.awsui_interior_qwoo0_yhshz_232 > .awsui_dropdown-content-wrapper_qwoo0_yhshz_153:not(#\9) {
315
+ .awsui_dropdown_qwoo0_lescr_153.awsui_interior_qwoo0_lescr_232 > .awsui_dropdown-content-wrapper_qwoo0_lescr_153:not(#\9) {
316
316
  margin-block-start: -1px;
317
317
  }
318
- .awsui_dropdown_qwoo0_yhshz_153.awsui_hide-block-border_qwoo0_yhshz_318 > .awsui_dropdown-content-wrapper_qwoo0_yhshz_153:not(#\9) {
318
+ .awsui_dropdown_qwoo0_lescr_153.awsui_hide-block-border_qwoo0_lescr_318 > .awsui_dropdown-content-wrapper_qwoo0_lescr_153:not(#\9) {
319
319
  border-block-start: none;
320
320
  }
321
- .awsui_dropdown_qwoo0_yhshz_153.awsui_hide-block-border_qwoo0_yhshz_318:not(#\9):not(.awsui_dropdown-drop-up_qwoo0_yhshz_295) > .awsui_dropdown-content-wrapper_qwoo0_yhshz_153 {
321
+ .awsui_dropdown_qwoo0_lescr_153.awsui_hide-block-border_qwoo0_lescr_318:not(#\9):not(.awsui_dropdown-drop-up_qwoo0_lescr_295) > .awsui_dropdown-content-wrapper_qwoo0_lescr_153 {
322
322
  border-block-end: none;
323
323
  }
324
- .awsui_dropdown_qwoo0_yhshz_153.awsui_hide-block-border_qwoo0_yhshz_318.awsui_refresh_qwoo0_yhshz_174 > .awsui_dropdown-content-wrapper_qwoo0_yhshz_153:not(#\9) {
324
+ .awsui_dropdown_qwoo0_lescr_153.awsui_hide-block-border_qwoo0_lescr_318.awsui_refresh_qwoo0_lescr_174 > .awsui_dropdown-content-wrapper_qwoo0_lescr_153:not(#\9) {
325
325
  border-block-end: none;
326
326
  }
327
- .awsui_dropdown_qwoo0_yhshz_153.awsui_open_qwoo0_yhshz_327:not(#\9) {
327
+ .awsui_dropdown_qwoo0_lescr_153.awsui_open_qwoo0_lescr_327:not(#\9) {
328
328
  display: block;
329
329
  }
330
- .awsui_dropdown_qwoo0_yhshz_153.awsui_open_qwoo0_yhshz_327:not(#\9):not(.awsui_interior_qwoo0_yhshz_232).awsui_refresh_qwoo0_yhshz_174[data-animating=true] {
330
+ .awsui_dropdown_qwoo0_lescr_153.awsui_open_qwoo0_lescr_327:not(#\9):not(.awsui_interior_qwoo0_lescr_232).awsui_refresh_qwoo0_lescr_174[data-animating=true] {
331
331
  transform: translateY(4px);
332
332
  }
333
- .awsui_dropdown_qwoo0_yhshz_153.awsui_open_qwoo0_yhshz_327:not(#\9):not(.awsui_interior_qwoo0_yhshz_232).awsui_refresh_qwoo0_yhshz_174[data-animating=true].awsui_dropdown-drop-up_qwoo0_yhshz_295 {
333
+ .awsui_dropdown_qwoo0_lescr_153.awsui_open_qwoo0_lescr_327:not(#\9):not(.awsui_interior_qwoo0_lescr_232).awsui_refresh_qwoo0_lescr_174[data-animating=true].awsui_dropdown-drop-up_qwoo0_lescr_295 {
334
334
  transform: translateY(-4px);
335
335
  }
336
- .awsui_dropdown_qwoo0_yhshz_153.awsui_open_qwoo0_yhshz_327.awsui_nowrap_qwoo0_yhshz_336:not(#\9) {
336
+ .awsui_dropdown_qwoo0_lescr_153.awsui_open_qwoo0_lescr_327.awsui_nowrap_qwoo0_lescr_336:not(#\9) {
337
337
  white-space: nowrap;
338
338
  overflow: scroll;
339
339
  }
340
340
 
341
- .awsui_dropdown-content_qwoo0_yhshz_153:not(#\9) {
341
+ .awsui_dropdown-content_qwoo0_lescr_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_yhshz_347:not(#\9) {
347
+ .awsui_stretch-trigger-height_qwoo0_lescr_347:not(#\9) {
348
348
  block-size: 100%;
349
349
  }