@cloudscape-design/components-themeable 3.0.1221 → 3.0.1223

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 (126) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +142 -140
  3. package/lib/internal/scss/modal/styles.scss +43 -1
  4. package/lib/internal/scss/table/styles.scss +1 -3
  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 +32 -32
  18. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +89 -89
  19. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +32 -32
  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 +21 -21
  36. package/lib/internal/template/button-dropdown/item-element/styles.scoped.css +37 -37
  37. package/lib/internal/template/button-dropdown/item-element/styles.selectors.js +21 -21
  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 +39 -39
  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 +2 -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 +141 -139
  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/modal/index.d.ts +1 -1
  76. package/lib/internal/template/modal/index.d.ts.map +1 -1
  77. package/lib/internal/template/modal/index.js +6 -3
  78. package/lib/internal/template/modal/index.js.map +1 -1
  79. package/lib/internal/template/modal/interfaces.d.ts +28 -3
  80. package/lib/internal/template/modal/interfaces.d.ts.map +1 -1
  81. package/lib/internal/template/modal/interfaces.js.map +1 -1
  82. package/lib/internal/template/modal/internal.d.ts +2 -0
  83. package/lib/internal/template/modal/internal.d.ts.map +1 -1
  84. package/lib/internal/template/modal/internal.js +20 -14
  85. package/lib/internal/template/modal/internal.js.map +1 -1
  86. package/lib/internal/template/modal/styles.css.js +31 -23
  87. package/lib/internal/template/modal/styles.scoped.css +70 -39
  88. package/lib/internal/template/modal/styles.selectors.js +31 -23
  89. package/lib/internal/template/modal/use-modal-dimensions.d.ts +17 -0
  90. package/lib/internal/template/modal/use-modal-dimensions.d.ts.map +1 -0
  91. package/lib/internal/template/modal/use-modal-dimensions.js +37 -0
  92. package/lib/internal/template/modal/use-modal-dimensions.js.map +1 -0
  93. package/lib/internal/template/progress-bar/styles.css.js +18 -18
  94. package/lib/internal/template/progress-bar/styles.scoped.css +48 -48
  95. package/lib/internal/template/progress-bar/styles.selectors.js +18 -18
  96. package/lib/internal/template/prompt-input/styles.css.js +17 -17
  97. package/lib/internal/template/prompt-input/styles.scoped.css +79 -79
  98. package/lib/internal/template/prompt-input/styles.selectors.js +17 -17
  99. package/lib/internal/template/segmented-control/styles.css.js +16 -16
  100. package/lib/internal/template/segmented-control/styles.scoped.css +46 -46
  101. package/lib/internal/template/segmented-control/styles.selectors.js +16 -16
  102. package/lib/internal/template/slider/styles.css.js +26 -26
  103. package/lib/internal/template/slider/styles.scoped.css +165 -165
  104. package/lib/internal/template/slider/styles.selectors.js +26 -26
  105. package/lib/internal/template/spinner/styles.css.js +13 -13
  106. package/lib/internal/template/spinner/styles.scoped.css +39 -39
  107. package/lib/internal/template/spinner/styles.selectors.js +13 -13
  108. package/lib/internal/template/table/styles.css.js +34 -34
  109. package/lib/internal/template/table/styles.scoped.css +42 -44
  110. package/lib/internal/template/table/styles.selectors.js +34 -34
  111. package/lib/internal/template/tabs/styles.css.js +30 -30
  112. package/lib/internal/template/tabs/styles.scoped.css +76 -76
  113. package/lib/internal/template/tabs/styles.selectors.js +30 -30
  114. package/lib/internal/template/tag-editor/styles.css.js +3 -3
  115. package/lib/internal/template/tag-editor/styles.scoped.css +13 -13
  116. package/lib/internal/template/tag-editor/styles.selectors.js +3 -3
  117. package/lib/internal/template/text-content/styles.css.js +1 -1
  118. package/lib/internal/template/text-content/styles.scoped.css +66 -66
  119. package/lib/internal/template/text-content/styles.selectors.js +1 -1
  120. package/lib/internal/template/textarea/styles.css.js +5 -5
  121. package/lib/internal/template/textarea/styles.scoped.css +45 -45
  122. package/lib/internal/template/textarea/styles.selectors.js +5 -5
  123. package/lib/internal/template/toggle/styles.css.js +10 -10
  124. package/lib/internal/template/toggle/styles.scoped.css +23 -23
  125. package/lib/internal/template/toggle/styles.selectors.js +10 -10
  126. 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_ea0dq_1 {
153
+ @keyframes awsui_drag-handle-entry_155yk_1sukb_1 {
154
154
  from {
155
- transform: translate(var(--awsui-drag-handle-animation-inline-offset-c5ek4l), var(--awsui-drag-handle-animation-block-offset-c5ek4l));
155
+ transform: translate(var(--awsui-drag-handle-animation-inline-offset-n6lfw8), var(--awsui-drag-handle-animation-block-offset-n6lfw8));
156
156
  }
157
157
  to {
158
158
  transform: translate(0, 0);
159
159
  }
160
160
  }
161
- @keyframes awsui_drag-handle-exit_155yk_ea0dq_1 {
161
+ @keyframes awsui_drag-handle-exit_155yk_1sukb_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-c5ek4l), var(--awsui-drag-handle-animation-block-offset-c5ek4l));
166
+ transform: translate(var(--awsui-drag-handle-animation-inline-offset-n6lfw8), var(--awsui-drag-handle-animation-block-offset-n6lfw8));
167
167
  }
168
168
  }
169
- .awsui_direction-button-wrapper_155yk_ea0dq_169:not(#\9) {
170
- --awsui-drag-handle-animation-inline-offset-c5ek4l: 0;
171
- --awsui-drag-handle-animation-block-offset-c5ek4l: 0;
169
+ .awsui_direction-button-wrapper_155yk_1sukb_169:not(#\9) {
170
+ --awsui-drag-handle-animation-inline-offset-n6lfw8: 0;
171
+ --awsui-drag-handle-animation-block-offset-n6lfw8: 0;
172
172
  }
173
- @keyframes awsui_awsui-motion-fade-in_155yk_ea0dq_1 {
173
+ @keyframes awsui_awsui-motion-fade-in_155yk_1sukb_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_ea0dq_1 {
181
+ @keyframes awsui_awsui-motion-fade-out-0_155yk_1sukb_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_ea0dq_189:not(#\9), .awsui_direction-button-wrapper-motion-entering_155yk_ea0dq_189:not(#\9), .awsui_direction-button-wrapper-motion-exit_155yk_ea0dq_189:not(#\9), .awsui_direction-button-wrapper-motion-exiting_155yk_ea0dq_189:not(#\9) {
189
+ .awsui_direction-button-wrapper-motion-enter_155yk_1sukb_189:not(#\9), .awsui_direction-button-wrapper-motion-entering_155yk_1sukb_189:not(#\9), .awsui_direction-button-wrapper-motion-exit_155yk_1sukb_189:not(#\9), .awsui_direction-button-wrapper-motion-exiting_155yk_1sukb_189:not(#\9) {
190
190
  pointer-events: none;
191
191
  }
192
- .awsui_direction-button-wrapper-motion-entering_155yk_ea0dq_189:not(#\9) {
193
- animation: awsui_drag-handle-entry_155yk_ea0dq_1 var(--motion-duration-complex-hv88cf, 270ms) var(--motion-easing-responsive-dxkfpl, ease-out), awsui_awsui-motion-fade-in_155yk_ea0dq_1 var(--motion-duration-complex-hv88cf, 270ms) var(--motion-easing-responsive-dxkfpl, ease-out);
192
+ .awsui_direction-button-wrapper-motion-entering_155yk_1sukb_189:not(#\9) {
193
+ animation: awsui_drag-handle-entry_155yk_1sukb_1 var(--motion-duration-complex-hv88cf, 270ms) var(--motion-easing-responsive-dxkfpl, ease-out), awsui_awsui-motion-fade-in_155yk_1sukb_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_ea0dq_189:not(#\9) {
196
+ .awsui_direction-button-wrapper-motion-entering_155yk_1sukb_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_ea0dq_189:not(#\9), .awsui-mode-entering .awsui_direction-button-wrapper-motion-entering_155yk_ea0dq_189:not(#\9) {
201
+ .awsui-motion-disabled .awsui_direction-button-wrapper-motion-entering_155yk_1sukb_189:not(#\9), .awsui-mode-entering .awsui_direction-button-wrapper-motion-entering_155yk_1sukb_189:not(#\9) {
202
202
  animation: none;
203
203
  transition: none;
204
204
  }
205
- .awsui_direction-button-wrapper-motion-exiting_155yk_ea0dq_189:not(#\9) {
206
- animation: awsui_drag-handle-exit_155yk_ea0dq_1 var(--motion-duration-complex-hv88cf, 270ms) var(--motion-easing-responsive-dxkfpl, ease-out) forwards, awsui_awsui-motion-fade-out-0_155yk_ea0dq_1 var(--motion-duration-complex-hv88cf, 270ms) var(--motion-easing-responsive-dxkfpl, ease-out) forwards;
205
+ .awsui_direction-button-wrapper-motion-exiting_155yk_1sukb_189:not(#\9) {
206
+ animation: awsui_drag-handle-exit_155yk_1sukb_1 var(--motion-duration-complex-hv88cf, 270ms) var(--motion-easing-responsive-dxkfpl, ease-out) forwards, awsui_awsui-motion-fade-out-0_155yk_1sukb_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_ea0dq_189:not(#\9) {
209
+ .awsui_direction-button-wrapper-motion-exiting_155yk_1sukb_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_ea0dq_189:not(#\9), .awsui-mode-entering .awsui_direction-button-wrapper-motion-exiting_155yk_ea0dq_189:not(#\9) {
214
+ .awsui-motion-disabled .awsui_direction-button-wrapper-motion-exiting_155yk_1sukb_189:not(#\9), .awsui-mode-entering .awsui_direction-button-wrapper-motion-exiting_155yk_1sukb_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_ea0dq_169:not(#\9) {
219
+ .awsui_direction-button-wrapper_155yk_1sukb_169:not(#\9) {
220
220
  animation: none;
221
221
  transition: none;
222
222
  }
223
223
  }
224
- .awsui-motion-disabled .awsui_direction-button-wrapper_155yk_ea0dq_169:not(#\9), .awsui-mode-entering .awsui_direction-button-wrapper_155yk_ea0dq_169:not(#\9) {
224
+ .awsui-motion-disabled .awsui_direction-button-wrapper_155yk_1sukb_169:not(#\9), .awsui-mode-entering .awsui_direction-button-wrapper_155yk_1sukb_169:not(#\9) {
225
225
  animation: none;
226
226
  transition: none;
227
227
  }
228
228
 
229
- .awsui_direction-button-wrapper-block-start_155yk_ea0dq_229:not(#\9) {
230
- --awsui-drag-handle-animation-block-offset-c5ek4l: 20px;
229
+ .awsui_direction-button-wrapper-block-start_155yk_1sukb_229:not(#\9) {
230
+ --awsui-drag-handle-animation-block-offset-n6lfw8: 20px;
231
231
  }
232
232
 
233
- .awsui_direction-button-wrapper-block-end_155yk_ea0dq_233:not(#\9) {
234
- --awsui-drag-handle-animation-block-offset-c5ek4l: -20px;
233
+ .awsui_direction-button-wrapper-block-end_155yk_1sukb_233:not(#\9) {
234
+ --awsui-drag-handle-animation-block-offset-n6lfw8: -20px;
235
235
  }
236
236
 
237
- .awsui_direction-button-wrapper-inline-start_155yk_ea0dq_237:not(#\9) {
237
+ .awsui_direction-button-wrapper-inline-start_155yk_1sukb_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_ea0dq_237:not(#\9):dir(ltr) {
242
- --awsui-drag-handle-animation-inline-offset-c5ek4l: 20px;
241
+ .awsui_direction-button-wrapper-inline-start_155yk_1sukb_237:not(#\9):dir(ltr) {
242
+ --awsui-drag-handle-animation-inline-offset-n6lfw8: 20px;
243
243
  }
244
- .awsui_direction-button-wrapper-inline-start_155yk_ea0dq_237:not(#\9):dir(rtl) {
245
- --awsui-drag-handle-animation-inline-offset-c5ek4l: -20px;
244
+ .awsui_direction-button-wrapper-inline-start_155yk_1sukb_237:not(#\9):dir(rtl) {
245
+ --awsui-drag-handle-animation-inline-offset-n6lfw8: -20px;
246
246
  }
247
247
 
248
- .awsui_direction-button-wrapper-inline-end_155yk_ea0dq_248:not(#\9) {
248
+ .awsui_direction-button-wrapper-inline-end_155yk_1sukb_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_ea0dq_248:not(#\9):dir(ltr) {
253
- --awsui-drag-handle-animation-inline-offset-c5ek4l: -20px;
252
+ .awsui_direction-button-wrapper-inline-end_155yk_1sukb_248:not(#\9):dir(ltr) {
253
+ --awsui-drag-handle-animation-inline-offset-n6lfw8: -20px;
254
254
  }
255
- .awsui_direction-button-wrapper-inline-end_155yk_ea0dq_248:not(#\9):dir(rtl) {
256
- --awsui-drag-handle-animation-inline-offset-c5ek4l: 20px;
255
+ .awsui_direction-button-wrapper-inline-end_155yk_1sukb_248:not(#\9):dir(rtl) {
256
+ --awsui-drag-handle-animation-inline-offset-n6lfw8: 20px;
257
257
  }
258
258
 
259
- .awsui_contents_155yk_ea0dq_259:not(#\9) {
259
+ .awsui_contents_155yk_1sukb_259:not(#\9) {
260
260
  display: contents;
261
261
  }
262
262
 
263
- .awsui_portal-overlay_155yk_ea0dq_263:not(#\9) {
263
+ .awsui_portal-overlay_155yk_1sukb_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_ea0dq_271:not(#\9) {
271
+ .awsui_portal-overlay-disabled_155yk_1sukb_271:not(#\9) {
272
272
  display: none;
273
273
  }
274
274
 
275
- .awsui_portal-overlay-contents_155yk_ea0dq_275:not(#\9) {
275
+ .awsui_portal-overlay-contents_155yk_1sukb_275:not(#\9) {
276
276
  pointer-events: auto;
277
277
  }
278
278
 
279
- .awsui_drag-handle_155yk_ea0dq_279:not(#\9) {
279
+ .awsui_drag-handle_155yk_1sukb_279:not(#\9) {
280
280
  position: relative;
281
281
  display: inline-flex;
282
282
  }
283
283
 
284
- .awsui_direction-button-wrapper_155yk_ea0dq_169:not(#\9) {
284
+ .awsui_direction-button-wrapper_155yk_1sukb_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_ea0dq_292:not(#\9) {
292
+ .awsui_direction-button-wrapper-hidden_155yk_1sukb_292:not(#\9) {
293
293
  display: none;
294
294
  }
295
295
 
296
- .awsui_direction-button-wrapper-block-start_155yk_ea0dq_229:not(#\9) {
296
+ .awsui_direction-button-wrapper-block-start_155yk_1sukb_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_ea0dq_233:not(#\9) {
301
+ .awsui_direction-button-wrapper-block-end_155yk_1sukb_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_ea0dq_237:not(#\9) {
306
+ .awsui_direction-button-wrapper-inline-start_155yk_1sukb_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_ea0dq_248:not(#\9) {
311
+ .awsui_direction-button-wrapper-inline-end_155yk_1sukb_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_ea0dq_316:not(#\9) {
316
+ .awsui_direction-button-wrapper-forced_155yk_1sukb_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_ea0dq_320:not(#\9) {
320
+ .awsui_direction-button-wrapper-forced-top-0_155yk_1sukb_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_ea0dq_324:not(#\9) {
324
+ .awsui_direction-button-wrapper-forced-top-1_155yk_1sukb_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_ea0dq_328:not(#\9) {
328
+ .awsui_direction-button-wrapper-forced-top-2_155yk_1sukb_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_ea0dq_332:not(#\9) {
332
+ .awsui_direction-button-wrapper-forced-top-3_155yk_1sukb_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_ea0dq_336:not(#\9) {
336
+ .awsui_direction-button-wrapper-forced-bottom-0_155yk_1sukb_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_ea0dq_340:not(#\9) {
340
+ .awsui_direction-button-wrapper-forced-bottom-1_155yk_1sukb_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_ea0dq_344:not(#\9) {
344
+ .awsui_direction-button-wrapper-forced-bottom-2_155yk_1sukb_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_ea0dq_348:not(#\9) {
348
+ .awsui_direction-button-wrapper-forced-bottom-3_155yk_1sukb_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_ea0dq_169:not(#\9) {
352
+ .awsui_direction-button_155yk_1sukb_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_ea0dq_169:not(#\9):not(.awsui_direction-button-disabled_155yk_ea0dq_371):hover {
371
+ .awsui_direction-button_155yk_1sukb_169:not(#\9):not(.awsui_direction-button-disabled_155yk_1sukb_371):hover {
372
372
  background-color: var(--color-background-direction-button-hover-v5bxfc, #414750);
373
373
  }
374
- .awsui_direction-button_155yk_ea0dq_169:not(#\9):not(.awsui_direction-button-disabled_155yk_ea0dq_371):active {
374
+ .awsui_direction-button_155yk_1sukb_169:not(#\9):not(.awsui_direction-button-disabled_155yk_1sukb_371):active {
375
375
  background-color: var(--color-background-direction-button-active-wn6s2j, #2a2e33);
376
376
  }
377
377
 
378
- .awsui_direction-button-disabled_155yk_ea0dq_371:not(#\9) {
378
+ .awsui_direction-button-disabled_155yk_1sukb_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_ea0dq_169",
6
- "direction-button-wrapper-motion-enter": "awsui_direction-button-wrapper-motion-enter_155yk_ea0dq_189",
7
- "direction-button-wrapper-motion-entering": "awsui_direction-button-wrapper-motion-entering_155yk_ea0dq_189",
8
- "direction-button-wrapper-motion-exit": "awsui_direction-button-wrapper-motion-exit_155yk_ea0dq_189",
9
- "direction-button-wrapper-motion-exiting": "awsui_direction-button-wrapper-motion-exiting_155yk_ea0dq_189",
10
- "drag-handle-entry": "awsui_drag-handle-entry_155yk_ea0dq_1",
11
- "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_155yk_ea0dq_1",
12
- "drag-handle-exit": "awsui_drag-handle-exit_155yk_ea0dq_1",
13
- "awsui-motion-fade-out-0": "awsui_awsui-motion-fade-out-0_155yk_ea0dq_1",
14
- "direction-button-wrapper-block-start": "awsui_direction-button-wrapper-block-start_155yk_ea0dq_229",
15
- "direction-button-wrapper-block-end": "awsui_direction-button-wrapper-block-end_155yk_ea0dq_233",
16
- "direction-button-wrapper-inline-start": "awsui_direction-button-wrapper-inline-start_155yk_ea0dq_237",
17
- "direction-button-wrapper-inline-end": "awsui_direction-button-wrapper-inline-end_155yk_ea0dq_248",
18
- "contents": "awsui_contents_155yk_ea0dq_259",
19
- "portal-overlay": "awsui_portal-overlay_155yk_ea0dq_263",
20
- "portal-overlay-disabled": "awsui_portal-overlay-disabled_155yk_ea0dq_271",
21
- "portal-overlay-contents": "awsui_portal-overlay-contents_155yk_ea0dq_275",
22
- "drag-handle": "awsui_drag-handle_155yk_ea0dq_279",
23
- "direction-button-wrapper-hidden": "awsui_direction-button-wrapper-hidden_155yk_ea0dq_292",
24
- "direction-button-wrapper-forced": "awsui_direction-button-wrapper-forced_155yk_ea0dq_316",
25
- "direction-button-wrapper-forced-top-0": "awsui_direction-button-wrapper-forced-top-0_155yk_ea0dq_320",
26
- "direction-button-wrapper-forced-top-1": "awsui_direction-button-wrapper-forced-top-1_155yk_ea0dq_324",
27
- "direction-button-wrapper-forced-top-2": "awsui_direction-button-wrapper-forced-top-2_155yk_ea0dq_328",
28
- "direction-button-wrapper-forced-top-3": "awsui_direction-button-wrapper-forced-top-3_155yk_ea0dq_332",
29
- "direction-button-wrapper-forced-bottom-0": "awsui_direction-button-wrapper-forced-bottom-0_155yk_ea0dq_336",
30
- "direction-button-wrapper-forced-bottom-1": "awsui_direction-button-wrapper-forced-bottom-1_155yk_ea0dq_340",
31
- "direction-button-wrapper-forced-bottom-2": "awsui_direction-button-wrapper-forced-bottom-2_155yk_ea0dq_344",
32
- "direction-button-wrapper-forced-bottom-3": "awsui_direction-button-wrapper-forced-bottom-3_155yk_ea0dq_348",
33
- "direction-button": "awsui_direction-button_155yk_ea0dq_169",
34
- "direction-button-disabled": "awsui_direction-button-disabled_155yk_ea0dq_371"
5
+ "direction-button-wrapper": "awsui_direction-button-wrapper_155yk_1sukb_169",
6
+ "direction-button-wrapper-motion-enter": "awsui_direction-button-wrapper-motion-enter_155yk_1sukb_189",
7
+ "direction-button-wrapper-motion-entering": "awsui_direction-button-wrapper-motion-entering_155yk_1sukb_189",
8
+ "direction-button-wrapper-motion-exit": "awsui_direction-button-wrapper-motion-exit_155yk_1sukb_189",
9
+ "direction-button-wrapper-motion-exiting": "awsui_direction-button-wrapper-motion-exiting_155yk_1sukb_189",
10
+ "drag-handle-entry": "awsui_drag-handle-entry_155yk_1sukb_1",
11
+ "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_155yk_1sukb_1",
12
+ "drag-handle-exit": "awsui_drag-handle-exit_155yk_1sukb_1",
13
+ "awsui-motion-fade-out-0": "awsui_awsui-motion-fade-out-0_155yk_1sukb_1",
14
+ "direction-button-wrapper-block-start": "awsui_direction-button-wrapper-block-start_155yk_1sukb_229",
15
+ "direction-button-wrapper-block-end": "awsui_direction-button-wrapper-block-end_155yk_1sukb_233",
16
+ "direction-button-wrapper-inline-start": "awsui_direction-button-wrapper-inline-start_155yk_1sukb_237",
17
+ "direction-button-wrapper-inline-end": "awsui_direction-button-wrapper-inline-end_155yk_1sukb_248",
18
+ "contents": "awsui_contents_155yk_1sukb_259",
19
+ "portal-overlay": "awsui_portal-overlay_155yk_1sukb_263",
20
+ "portal-overlay-disabled": "awsui_portal-overlay-disabled_155yk_1sukb_271",
21
+ "portal-overlay-contents": "awsui_portal-overlay-contents_155yk_1sukb_275",
22
+ "drag-handle": "awsui_drag-handle_155yk_1sukb_279",
23
+ "direction-button-wrapper-hidden": "awsui_direction-button-wrapper-hidden_155yk_1sukb_292",
24
+ "direction-button-wrapper-forced": "awsui_direction-button-wrapper-forced_155yk_1sukb_316",
25
+ "direction-button-wrapper-forced-top-0": "awsui_direction-button-wrapper-forced-top-0_155yk_1sukb_320",
26
+ "direction-button-wrapper-forced-top-1": "awsui_direction-button-wrapper-forced-top-1_155yk_1sukb_324",
27
+ "direction-button-wrapper-forced-top-2": "awsui_direction-button-wrapper-forced-top-2_155yk_1sukb_328",
28
+ "direction-button-wrapper-forced-top-3": "awsui_direction-button-wrapper-forced-top-3_155yk_1sukb_332",
29
+ "direction-button-wrapper-forced-bottom-0": "awsui_direction-button-wrapper-forced-bottom-0_155yk_1sukb_336",
30
+ "direction-button-wrapper-forced-bottom-1": "awsui_direction-button-wrapper-forced-bottom-1_155yk_1sukb_340",
31
+ "direction-button-wrapper-forced-bottom-2": "awsui_direction-button-wrapper-forced-bottom-2_155yk_1sukb_344",
32
+ "direction-button-wrapper-forced-bottom-3": "awsui_direction-button-wrapper-forced-bottom-3_155yk_1sukb_348",
33
+ "direction-button": "awsui_direction-button_155yk_1sukb_169",
34
+ "direction-button-disabled": "awsui_direction-button-disabled_155yk_1sukb_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_1cll7_153",
5
- "awsui-motion-fade-in-dropdown": "awsui_awsui-motion-fade-in-dropdown_qwoo0_1cll7_1",
6
- "refresh": "awsui_refresh_qwoo0_1cll7_174",
7
- "awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-0_qwoo0_1cll7_1",
8
- "root": "awsui_root_qwoo0_1cll7_199",
9
- "interior": "awsui_interior_qwoo0_1cll7_232",
10
- "dropdown": "awsui_dropdown_qwoo0_1cll7_153",
11
- "use-portal": "awsui_use-portal_qwoo0_1cll7_242",
12
- "is-empty": "awsui_is-empty_qwoo0_1cll7_318",
13
- "dropdown-drop-up": "awsui_dropdown-drop-up_qwoo0_1cll7_325",
14
- "with-limited-width": "awsui_with-limited-width_qwoo0_1cll7_329",
15
- "dropdown-drop-left": "awsui_dropdown-drop-left_qwoo0_1cll7_332",
16
- "dropdown-drop-right": "awsui_dropdown-drop-right_qwoo0_1cll7_335",
17
- "occupy-entire-width": "awsui_occupy-entire-width_qwoo0_1cll7_338",
18
- "use-flexible-width": "awsui_use-flexible-width_qwoo0_1cll7_341",
19
- "hide-block-border": "awsui_hide-block-border_qwoo0_1cll7_349",
20
- "open": "awsui_open_qwoo0_1cll7_358",
21
- "nowrap": "awsui_nowrap_qwoo0_1cll7_367",
22
- "dropdown-content": "awsui_dropdown-content_qwoo0_1cll7_153",
23
- "stretch-trigger-height": "awsui_stretch-trigger-height_qwoo0_1cll7_378"
4
+ "dropdown-content-wrapper": "awsui_dropdown-content-wrapper_qwoo0_h3p0i_153",
5
+ "awsui-motion-fade-in-dropdown": "awsui_awsui-motion-fade-in-dropdown_qwoo0_h3p0i_1",
6
+ "refresh": "awsui_refresh_qwoo0_h3p0i_174",
7
+ "awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-0_qwoo0_h3p0i_1",
8
+ "root": "awsui_root_qwoo0_h3p0i_199",
9
+ "interior": "awsui_interior_qwoo0_h3p0i_232",
10
+ "dropdown": "awsui_dropdown_qwoo0_h3p0i_153",
11
+ "use-portal": "awsui_use-portal_qwoo0_h3p0i_242",
12
+ "is-empty": "awsui_is-empty_qwoo0_h3p0i_318",
13
+ "dropdown-drop-up": "awsui_dropdown-drop-up_qwoo0_h3p0i_325",
14
+ "with-limited-width": "awsui_with-limited-width_qwoo0_h3p0i_329",
15
+ "dropdown-drop-left": "awsui_dropdown-drop-left_qwoo0_h3p0i_332",
16
+ "dropdown-drop-right": "awsui_dropdown-drop-right_qwoo0_h3p0i_335",
17
+ "occupy-entire-width": "awsui_occupy-entire-width_qwoo0_h3p0i_338",
18
+ "use-flexible-width": "awsui_use-flexible-width_qwoo0_h3p0i_341",
19
+ "hide-block-border": "awsui_hide-block-border_qwoo0_h3p0i_349",
20
+ "open": "awsui_open_qwoo0_h3p0i_358",
21
+ "nowrap": "awsui_nowrap_qwoo0_h3p0i_367",
22
+ "dropdown-content": "awsui_dropdown-content_qwoo0_h3p0i_153",
23
+ "stretch-trigger-height": "awsui_stretch-trigger-height_qwoo0_h3p0i_378"
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_1cll7_153:not(#\9) {
154
- animation: awsui_awsui-motion-fade-in-dropdown_qwoo0_1cll7_1 var(--motion-duration-show-quick-i2gulq, 135ms) var(--motion-easing-show-quick-xucy9w, ease-out);
153
+ .awsui_dropdown-content-wrapper_qwoo0_h3p0i_153:not(#\9) {
154
+ animation: awsui_awsui-motion-fade-in-dropdown_qwoo0_h3p0i_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_1cll7_1 {
156
+ @keyframes awsui_awsui-motion-fade-in-dropdown_qwoo0_h3p0i_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_1cll7_153:not(#\9) {
165
+ .awsui_dropdown-content-wrapper_qwoo0_h3p0i_153:not(#\9) {
166
166
  animation: none;
167
167
  transition: none;
168
168
  }
169
169
  }
170
- .awsui-motion-disabled .awsui_dropdown-content-wrapper_qwoo0_1cll7_153:not(#\9), .awsui-mode-entering .awsui_dropdown-content-wrapper_qwoo0_1cll7_153:not(#\9) {
170
+ .awsui-motion-disabled .awsui_dropdown-content-wrapper_qwoo0_h3p0i_153:not(#\9), .awsui-mode-entering .awsui_dropdown-content-wrapper_qwoo0_h3p0i_153:not(#\9) {
171
171
  animation: none;
172
172
  transition: none;
173
173
  }
174
- .awsui_dropdown-content-wrapper_qwoo0_1cll7_153.awsui_refresh_qwoo0_1cll7_174:not(#\9) {
174
+ .awsui_dropdown-content-wrapper_qwoo0_h3p0i_153.awsui_refresh_qwoo0_h3p0i_174:not(#\9) {
175
175
  transform-origin: top;
176
- animation-name: awsui_awsui-motion-fade-in-0_qwoo0_1cll7_1;
176
+ animation-name: awsui_awsui-motion-fade-in-0_qwoo0_h3p0i_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_1cll7_1 {
180
+ @keyframes awsui_awsui-motion-fade-in-0_qwoo0_h3p0i_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_1cll7_153.awsui_refresh_qwoo0_1cll7_174:not(#\9) {
189
+ .awsui_dropdown-content-wrapper_qwoo0_h3p0i_153.awsui_refresh_qwoo0_h3p0i_174:not(#\9) {
190
190
  animation: none;
191
191
  transition: none;
192
192
  }
193
193
  }
194
- .awsui-motion-disabled .awsui_dropdown-content-wrapper_qwoo0_1cll7_153.awsui_refresh_qwoo0_1cll7_174:not(#\9), .awsui-mode-entering .awsui_dropdown-content-wrapper_qwoo0_1cll7_153.awsui_refresh_qwoo0_1cll7_174:not(#\9) {
194
+ .awsui-motion-disabled .awsui_dropdown-content-wrapper_qwoo0_h3p0i_153.awsui_refresh_qwoo0_h3p0i_174:not(#\9), .awsui-mode-entering .awsui_dropdown-content-wrapper_qwoo0_h3p0i_153.awsui_refresh_qwoo0_h3p0i_174:not(#\9) {
195
195
  animation: none;
196
196
  transition: none;
197
197
  }
198
198
 
199
- .awsui_root_qwoo0_1cll7_199:not(#\9) {
199
+ .awsui_root_qwoo0_h3p0i_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_1cll7_199.awsui_interior_qwoo0_1cll7_232:not(#\9) {
232
+ .awsui_root_qwoo0_h3p0i_199.awsui_interior_qwoo0_h3p0i_232:not(#\9) {
233
233
  position: static;
234
234
  }
235
235
 
236
- .awsui_dropdown_qwoo0_1cll7_153:not(#\9) {
236
+ .awsui_dropdown_qwoo0_h3p0i_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_1cll7_153.awsui_use-portal_qwoo0_1cll7_242:not(#\9) {
242
+ .awsui_dropdown_qwoo0_h3p0i_153.awsui_use-portal_qwoo0_h3p0i_242:not(#\9) {
243
243
  z-index: 7000;
244
244
  }
245
- .awsui_dropdown_qwoo0_1cll7_153:not(#\9):not(.awsui_interior_qwoo0_1cll7_232) {
245
+ .awsui_dropdown_qwoo0_h3p0i_153:not(#\9):not(.awsui_interior_qwoo0_h3p0i_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_1cll7_153:not(#\9):not(.awsui_interior_qwoo0_1cll7_232) {
250
+ .awsui_dropdown_qwoo0_h3p0i_153:not(#\9):not(.awsui_interior_qwoo0_h3p0i_232) {
251
251
  animation: none;
252
252
  transition: none;
253
253
  }
254
254
  }
255
- .awsui-motion-disabled .awsui_dropdown_qwoo0_1cll7_153:not(#\9):not(.awsui_interior_qwoo0_1cll7_232), .awsui-mode-entering .awsui_dropdown_qwoo0_1cll7_153:not(#\9):not(.awsui_interior_qwoo0_1cll7_232) {
255
+ .awsui-motion-disabled .awsui_dropdown_qwoo0_h3p0i_153:not(#\9):not(.awsui_interior_qwoo0_h3p0i_232), .awsui-mode-entering .awsui_dropdown_qwoo0_h3p0i_153:not(#\9):not(.awsui_interior_qwoo0_h3p0i_232) {
256
256
  animation: none;
257
257
  transition: none;
258
258
  }
259
- .awsui_dropdown-content-wrapper_qwoo0_1cll7_153:not(#\9) {
259
+ .awsui_dropdown-content-wrapper_qwoo0_h3p0i_153:not(#\9) {
260
260
  border-collapse: separate;
261
261
  border-spacing: 0;
262
262
  box-sizing: border-box;
@@ -298,7 +298,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
298
298
  border-block: var(--border-divider-list-width-8ggz94, 1px) solid var(--color-border-container-top-svitxz, #eaeded);
299
299
  box-sizing: border-box;
300
300
  }
301
- .awsui_dropdown-content-wrapper_qwoo0_1cll7_153:not(#\9)::after {
301
+ .awsui_dropdown-content-wrapper_qwoo0_h3p0i_153:not(#\9)::after {
302
302
  content: "";
303
303
  position: absolute;
304
304
  z-index: 1;
@@ -315,66 +315,66 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
315
315
  border-end-end-radius: var(--border-radius-dropdown-oaxffg, 0px);
316
316
  pointer-events: none;
317
317
  }
318
- .awsui_dropdown-content-wrapper_qwoo0_1cll7_153.awsui_is-empty_qwoo0_1cll7_318:not(#\9)::after {
318
+ .awsui_dropdown-content-wrapper_qwoo0_h3p0i_153.awsui_is-empty_qwoo0_h3p0i_318:not(#\9)::after {
319
319
  display: none;
320
320
  }
321
- .awsui_dropdown_qwoo0_1cll7_153 > .awsui_dropdown-content-wrapper_qwoo0_1cll7_153:not(#\9) {
321
+ .awsui_dropdown_qwoo0_h3p0i_153 > .awsui_dropdown-content-wrapper_qwoo0_h3p0i_153:not(#\9) {
322
322
  border-block-start: var(--border-divider-list-width-8ggz94, 1px) solid var(--color-border-container-top-svitxz, #eaeded);
323
323
  border-block-end: var(--border-divider-list-width-8ggz94, 1px) solid var(--color-border-dropdown-group-dg9zg5, #eaeded);
324
324
  }
325
- .awsui_dropdown-drop-up_qwoo0_1cll7_325 > .awsui_dropdown-content-wrapper_qwoo0_1cll7_153:not(#\9) {
325
+ .awsui_dropdown-drop-up_qwoo0_h3p0i_325 > .awsui_dropdown-content-wrapper_qwoo0_h3p0i_153:not(#\9) {
326
326
  transform-origin: bottom;
327
327
  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));
328
328
  }
329
- .awsui_dropdown-drop-up_qwoo0_1cll7_325.awsui_with-limited-width_qwoo0_1cll7_329 > .awsui_dropdown-content-wrapper_qwoo0_1cll7_153:not(#\9) {
329
+ .awsui_dropdown-drop-up_qwoo0_h3p0i_325.awsui_with-limited-width_qwoo0_h3p0i_329 > .awsui_dropdown-content-wrapper_qwoo0_h3p0i_153:not(#\9) {
330
330
  border-block-start: none;
331
331
  }
332
- .awsui_dropdown-drop-left_qwoo0_1cll7_332:not(#\9) {
332
+ .awsui_dropdown-drop-left_qwoo0_h3p0i_332:not(#\9) {
333
333
  inset-inline-end: 0;
334
334
  }
335
- .awsui_dropdown-drop-right_qwoo0_1cll7_335:not(#\9) {
335
+ .awsui_dropdown-drop-right_qwoo0_h3p0i_335:not(#\9) {
336
336
  inset-inline-start: 0;
337
337
  }
338
- .awsui_dropdown_qwoo0_1cll7_153.awsui_occupy-entire-width_qwoo0_1cll7_338:not(#\9) {
338
+ .awsui_dropdown_qwoo0_h3p0i_153.awsui_occupy-entire-width_qwoo0_h3p0i_338:not(#\9) {
339
339
  min-inline-size: 100%;
340
340
  }
341
- .awsui_dropdown_qwoo0_1cll7_153.awsui_use-flexible-width_qwoo0_1cll7_341:not(#\9) {
341
+ .awsui_dropdown_qwoo0_h3p0i_153.awsui_use-flexible-width_qwoo0_h3p0i_341:not(#\9) {
342
342
  inline-size: max-content;
343
- max-inline-size: var(--awsui-dropdown-default-max-width-c5ek4l, none);
344
- min-inline-size: var(--awsui-dropdown-default-min-width-c5ek4l, auto);
343
+ max-inline-size: var(--awsui-dropdown-default-max-width-n6lfw8, none);
344
+ min-inline-size: var(--awsui-dropdown-default-min-width-n6lfw8, auto);
345
345
  }
346
- .awsui_dropdown_qwoo0_1cll7_153.awsui_interior_qwoo0_1cll7_232 > .awsui_dropdown-content-wrapper_qwoo0_1cll7_153:not(#\9) {
346
+ .awsui_dropdown_qwoo0_h3p0i_153.awsui_interior_qwoo0_h3p0i_232 > .awsui_dropdown-content-wrapper_qwoo0_h3p0i_153:not(#\9) {
347
347
  margin-block-start: -1px;
348
348
  }
349
- .awsui_dropdown_qwoo0_1cll7_153.awsui_hide-block-border_qwoo0_1cll7_349 > .awsui_dropdown-content-wrapper_qwoo0_1cll7_153:not(#\9) {
349
+ .awsui_dropdown_qwoo0_h3p0i_153.awsui_hide-block-border_qwoo0_h3p0i_349 > .awsui_dropdown-content-wrapper_qwoo0_h3p0i_153:not(#\9) {
350
350
  border-block-start: none;
351
351
  }
352
- .awsui_dropdown_qwoo0_1cll7_153.awsui_hide-block-border_qwoo0_1cll7_349:not(#\9):not(.awsui_dropdown-drop-up_qwoo0_1cll7_325) > .awsui_dropdown-content-wrapper_qwoo0_1cll7_153 {
352
+ .awsui_dropdown_qwoo0_h3p0i_153.awsui_hide-block-border_qwoo0_h3p0i_349:not(#\9):not(.awsui_dropdown-drop-up_qwoo0_h3p0i_325) > .awsui_dropdown-content-wrapper_qwoo0_h3p0i_153 {
353
353
  border-block-end: none;
354
354
  }
355
- .awsui_dropdown_qwoo0_1cll7_153.awsui_hide-block-border_qwoo0_1cll7_349.awsui_refresh_qwoo0_1cll7_174 > .awsui_dropdown-content-wrapper_qwoo0_1cll7_153:not(#\9) {
355
+ .awsui_dropdown_qwoo0_h3p0i_153.awsui_hide-block-border_qwoo0_h3p0i_349.awsui_refresh_qwoo0_h3p0i_174 > .awsui_dropdown-content-wrapper_qwoo0_h3p0i_153:not(#\9) {
356
356
  border-block-end: none;
357
357
  }
358
- .awsui_dropdown_qwoo0_1cll7_153.awsui_open_qwoo0_1cll7_358:not(#\9) {
358
+ .awsui_dropdown_qwoo0_h3p0i_153.awsui_open_qwoo0_h3p0i_358:not(#\9) {
359
359
  display: block;
360
360
  }
361
- .awsui_dropdown_qwoo0_1cll7_153.awsui_open_qwoo0_1cll7_358:not(#\9):not(.awsui_interior_qwoo0_1cll7_232).awsui_refresh_qwoo0_1cll7_174[data-animating=true] {
361
+ .awsui_dropdown_qwoo0_h3p0i_153.awsui_open_qwoo0_h3p0i_358:not(#\9):not(.awsui_interior_qwoo0_h3p0i_232).awsui_refresh_qwoo0_h3p0i_174[data-animating=true] {
362
362
  transform: translateY(4px);
363
363
  }
364
- .awsui_dropdown_qwoo0_1cll7_153.awsui_open_qwoo0_1cll7_358:not(#\9):not(.awsui_interior_qwoo0_1cll7_232).awsui_refresh_qwoo0_1cll7_174[data-animating=true].awsui_dropdown-drop-up_qwoo0_1cll7_325 {
364
+ .awsui_dropdown_qwoo0_h3p0i_153.awsui_open_qwoo0_h3p0i_358:not(#\9):not(.awsui_interior_qwoo0_h3p0i_232).awsui_refresh_qwoo0_h3p0i_174[data-animating=true].awsui_dropdown-drop-up_qwoo0_h3p0i_325 {
365
365
  transform: translateY(-4px);
366
366
  }
367
- .awsui_dropdown_qwoo0_1cll7_153.awsui_open_qwoo0_1cll7_358.awsui_nowrap_qwoo0_1cll7_367:not(#\9) {
367
+ .awsui_dropdown_qwoo0_h3p0i_153.awsui_open_qwoo0_h3p0i_358.awsui_nowrap_qwoo0_h3p0i_367:not(#\9) {
368
368
  white-space: nowrap;
369
369
  overflow: scroll;
370
370
  }
371
371
 
372
- .awsui_dropdown-content_qwoo0_1cll7_153:not(#\9) {
372
+ .awsui_dropdown-content_qwoo0_h3p0i_153:not(#\9) {
373
373
  display: flex;
374
374
  flex-direction: column;
375
375
  inline-size: 100%;
376
376
  }
377
377
 
378
- .awsui_stretch-trigger-height_qwoo0_1cll7_378:not(#\9) {
378
+ .awsui_stretch-trigger-height_qwoo0_h3p0i_378:not(#\9) {
379
379
  block-size: 100%;
380
380
  }