@cloudscape-design/components 3.0.1252 → 3.0.1254

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 (253) hide show
  1. package/alert/styles.css.js +27 -27
  2. package/alert/styles.scoped.css +50 -50
  3. package/alert/styles.selectors.js +27 -27
  4. package/annotation-context/annotation/styles.css.js +13 -13
  5. package/annotation-context/annotation/styles.scoped.css +21 -21
  6. package/annotation-context/annotation/styles.selectors.js +13 -13
  7. package/app-layout/notifications/styles.css.js +3 -3
  8. package/app-layout/notifications/styles.scoped.css +7 -7
  9. package/app-layout/notifications/styles.selectors.js +3 -3
  10. package/app-layout/visual-refresh/styles.css.js +86 -86
  11. package/app-layout/visual-refresh/styles.scoped.css +258 -258
  12. package/app-layout/visual-refresh/styles.selectors.js +86 -86
  13. package/app-layout/visual-refresh-toolbar/drawer/styles.css.js +32 -32
  14. package/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +89 -89
  15. package/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +32 -32
  16. package/app-layout/visual-refresh-toolbar/navigation/styles.css.js +4 -4
  17. package/app-layout/visual-refresh-toolbar/navigation/styles.scoped.css +7 -7
  18. package/app-layout/visual-refresh-toolbar/navigation/styles.selectors.js +4 -4
  19. package/app-layout/visual-refresh-toolbar/skeleton/styles.css.js +27 -27
  20. package/app-layout/visual-refresh-toolbar/skeleton/styles.scoped.css +54 -54
  21. package/app-layout/visual-refresh-toolbar/skeleton/styles.selectors.js +27 -27
  22. package/attribute-editor/styles.css.js +15 -15
  23. package/attribute-editor/styles.scoped.css +28 -28
  24. package/attribute-editor/styles.selectors.js +15 -15
  25. package/autosuggest/interfaces.d.ts +1 -1
  26. package/autosuggest/interfaces.d.ts.map +1 -1
  27. package/autosuggest/interfaces.js.map +1 -1
  28. package/autosuggest/internal.js.map +1 -1
  29. package/autosuggest/load-more-controller.d.ts +1 -1
  30. package/autosuggest/load-more-controller.d.ts.map +1 -1
  31. package/autosuggest/load-more-controller.js.map +1 -1
  32. package/breadcrumb-group/item/styles.css.js +7 -7
  33. package/breadcrumb-group/item/styles.scoped.css +28 -28
  34. package/breadcrumb-group/item/styles.selectors.js +7 -7
  35. package/button/styles.css.js +22 -22
  36. package/button/styles.scoped.css +256 -256
  37. package/button/styles.selectors.js +22 -22
  38. package/button-dropdown/category-elements/expandable-category-element.js +1 -1
  39. package/button-dropdown/category-elements/expandable-category-element.js.map +1 -1
  40. package/button-dropdown/interfaces.d.ts +1 -1
  41. package/button-dropdown/interfaces.d.ts.map +1 -1
  42. package/button-dropdown/interfaces.js.map +1 -1
  43. package/button-dropdown/internal.js +1 -1
  44. package/button-dropdown/internal.js.map +1 -1
  45. package/button-dropdown/item-element/index.js +1 -1
  46. package/button-dropdown/item-element/index.js.map +1 -1
  47. package/button-dropdown/item-element/styles.css.js +21 -21
  48. package/button-dropdown/item-element/styles.scoped.css +37 -37
  49. package/button-dropdown/item-element/styles.selectors.js +21 -21
  50. package/checkbox/styles.css.js +3 -3
  51. package/checkbox/styles.scoped.css +11 -11
  52. package/checkbox/styles.selectors.js +3 -3
  53. package/content-layout/styles.css.js +14 -14
  54. package/content-layout/styles.scoped.css +27 -27
  55. package/content-layout/styles.selectors.js +14 -14
  56. package/date-picker/index.js +1 -1
  57. package/date-picker/index.js.map +1 -1
  58. package/date-picker/interfaces.d.ts +1 -1
  59. package/date-picker/interfaces.d.ts.map +1 -1
  60. package/date-picker/interfaces.js.map +1 -1
  61. package/date-range-picker/index.js +1 -1
  62. package/date-range-picker/index.js.map +1 -1
  63. package/date-range-picker/interfaces.d.ts +1 -1
  64. package/date-range-picker/interfaces.d.ts.map +1 -1
  65. package/date-range-picker/interfaces.js.map +1 -1
  66. package/dropdown/context.d.ts.map +1 -0
  67. package/dropdown/context.js.map +1 -0
  68. package/{internal/components/dropdown → dropdown}/dropdown-fit-handler.d.ts +1 -1
  69. package/dropdown/dropdown-fit-handler.d.ts.map +1 -0
  70. package/{internal/components/dropdown → dropdown}/dropdown-fit-handler.js +1 -1
  71. package/dropdown/dropdown-fit-handler.js.map +1 -0
  72. package/dropdown/dropdown-position.d.ts.map +1 -0
  73. package/dropdown/dropdown-position.js.map +1 -0
  74. package/dropdown/index.d.ts +9 -0
  75. package/dropdown/index.d.ts.map +1 -0
  76. package/dropdown/index.js +16 -0
  77. package/dropdown/index.js.map +1 -0
  78. package/{internal/components/dropdown → dropdown}/interfaces.d.ts +54 -82
  79. package/dropdown/interfaces.d.ts.map +1 -0
  80. package/dropdown/interfaces.js.map +1 -0
  81. package/dropdown/internal.d.ts +59 -0
  82. package/dropdown/internal.d.ts.map +1 -0
  83. package/{internal/components/dropdown/index.js → dropdown/internal.js} +29 -21
  84. package/dropdown/internal.js.map +1 -0
  85. package/dropdown/style.d.ts +8 -0
  86. package/dropdown/style.d.ts.map +1 -0
  87. package/dropdown/style.js +16 -0
  88. package/dropdown/style.js.map +1 -0
  89. package/dropdown/styles.css.js +25 -0
  90. package/dropdown/styles.scoped.css +380 -0
  91. package/dropdown/styles.selectors.js +26 -0
  92. package/dropdown/test-classes/styles.css.js +8 -0
  93. package/dropdown/test-classes/styles.scoped.css +15 -0
  94. package/dropdown/test-classes/styles.selectors.js +9 -0
  95. package/file-token-group/styles.css.js +23 -23
  96. package/file-token-group/styles.scoped.css +36 -36
  97. package/file-token-group/styles.selectors.js +23 -23
  98. package/flashbar/styles.css.js +50 -50
  99. package/flashbar/styles.scoped.css +187 -187
  100. package/flashbar/styles.selectors.js +50 -50
  101. package/help-panel/styles.css.js +6 -6
  102. package/help-panel/styles.scoped.css +73 -73
  103. package/help-panel/styles.selectors.js +6 -6
  104. package/index.d.ts +1 -0
  105. package/index.d.ts.map +1 -1
  106. package/index.js +1 -0
  107. package/index.js.map +1 -1
  108. package/input/styles.css.js +13 -13
  109. package/input/styles.scoped.css +74 -74
  110. package/input/styles.selectors.js +13 -13
  111. package/internal/base-component/styles.scoped.css +1 -1
  112. package/internal/components/autosuggest-input/index.d.ts +1 -1
  113. package/internal/components/autosuggest-input/index.d.ts.map +1 -1
  114. package/internal/components/autosuggest-input/index.js +2 -2
  115. package/internal/components/autosuggest-input/index.js.map +1 -1
  116. package/internal/components/drag-handle-wrapper/styles.css.js +30 -30
  117. package/internal/components/drag-handle-wrapper/styles.scoped.css +58 -58
  118. package/internal/components/drag-handle-wrapper/styles.selectors.js +30 -30
  119. package/internal/components/dropdown/styles.css.js +2 -20
  120. package/internal/components/dropdown/styles.scoped.css +4 -373
  121. package/internal/components/dropdown/styles.selectors.js +2 -20
  122. package/internal/components/radio-button/styles.css.js +7 -7
  123. package/internal/components/radio-button/styles.scoped.css +18 -18
  124. package/internal/components/radio-button/styles.selectors.js +7 -7
  125. package/internal/components/token-list/styles.css.js +10 -10
  126. package/internal/components/token-list/styles.scoped.css +25 -25
  127. package/internal/components/token-list/styles.selectors.js +10 -10
  128. package/internal/environment.js +2 -2
  129. package/internal/environment.json +2 -2
  130. package/internal/generated/custom-css-properties/index.d.ts +3 -0
  131. package/internal/generated/custom-css-properties/index.d.ts.map +1 -1
  132. package/internal/generated/custom-css-properties/index.js +154 -151
  133. package/internal/generated/custom-css-properties/index.js.map +1 -1
  134. package/internal/manifest.json +1 -1
  135. package/internal/utils/browser-scrollbar-size.js +1 -1
  136. package/internal/utils/browser-scrollbar-size.js.map +1 -1
  137. package/internal/utils/get-dropdown-min-width.d.ts +1 -1
  138. package/internal/utils/get-dropdown-min-width.d.ts.map +1 -1
  139. package/internal/utils/get-dropdown-min-width.js.map +1 -1
  140. package/link/styles.css.js +20 -20
  141. package/link/styles.scoped.css +103 -103
  142. package/link/styles.selectors.js +20 -20
  143. package/list/interfaces.d.ts +2 -2
  144. package/list/interfaces.d.ts.map +1 -1
  145. package/list/interfaces.js.map +1 -1
  146. package/modal/styles.css.js +31 -31
  147. package/modal/styles.scoped.css +48 -48
  148. package/modal/styles.selectors.js +31 -31
  149. package/multiselect/embedded.d.ts +1 -1
  150. package/multiselect/internal.d.ts +1 -1
  151. package/multiselect/internal.js +1 -1
  152. package/multiselect/internal.js.map +1 -1
  153. package/multiselect/use-multiselect.d.ts +1 -1
  154. package/package.json +2 -1
  155. package/progress-bar/styles.css.js +18 -18
  156. package/progress-bar/styles.scoped.css +48 -48
  157. package/progress-bar/styles.selectors.js +18 -18
  158. package/prompt-input/styles.css.js +17 -17
  159. package/prompt-input/styles.scoped.css +79 -79
  160. package/prompt-input/styles.selectors.js +17 -17
  161. package/property-filter/interfaces.d.ts +1 -1
  162. package/property-filter/interfaces.d.ts.map +1 -1
  163. package/property-filter/interfaces.js.map +1 -1
  164. package/property-filter/property-filter-autosuggest.d.ts.map +1 -1
  165. package/property-filter/property-filter-autosuggest.js.map +1 -1
  166. package/property-filter/use-load-items.d.ts +1 -1
  167. package/segmented-control/styles.css.js +16 -16
  168. package/segmented-control/styles.scoped.css +46 -46
  169. package/segmented-control/styles.selectors.js +16 -16
  170. package/select/interfaces.d.ts +1 -1
  171. package/select/interfaces.d.ts.map +1 -1
  172. package/select/interfaces.js.map +1 -1
  173. package/select/internal.js +1 -1
  174. package/select/internal.js.map +1 -1
  175. package/select/utils/use-select.d.ts +2 -2
  176. package/select/utils/use-select.d.ts.map +1 -1
  177. package/select/utils/use-select.js.map +1 -1
  178. package/slider/styles.css.js +26 -26
  179. package/slider/styles.scoped.css +165 -165
  180. package/slider/styles.selectors.js +26 -26
  181. package/spinner/styles.css.js +13 -13
  182. package/spinner/styles.scoped.css +39 -39
  183. package/spinner/styles.selectors.js +13 -13
  184. package/tabs/styles.css.js +30 -30
  185. package/tabs/styles.scoped.css +76 -76
  186. package/tabs/styles.selectors.js +30 -30
  187. package/tag-editor/styles.css.js +3 -3
  188. package/tag-editor/styles.scoped.css +13 -13
  189. package/tag-editor/styles.selectors.js +3 -3
  190. package/test-utils/dom/autosuggest/index.js +18 -17
  191. package/test-utils/dom/autosuggest/index.js.map +1 -1
  192. package/test-utils/dom/button-dropdown/index.js +3 -2
  193. package/test-utils/dom/button-dropdown/index.js.map +1 -1
  194. package/test-utils/dom/dropdown/index.d.ts +41 -0
  195. package/test-utils/dom/dropdown/index.js +65 -0
  196. package/test-utils/dom/dropdown/index.js.map +1 -0
  197. package/test-utils/dom/index.d.ts +28 -0
  198. package/test-utils/dom/index.js +21 -2
  199. package/test-utils/dom/index.js.map +1 -1
  200. package/test-utils/dom/internal/autosuggest-input.js +7 -6
  201. package/test-utils/dom/internal/autosuggest-input.js.map +1 -1
  202. package/test-utils/dom/internal/dropdown-host.d.ts +3 -3
  203. package/test-utils/dom/internal/dropdown-host.js +24 -23
  204. package/test-utils/dom/internal/dropdown-host.js.map +1 -1
  205. package/test-utils/dom/internal/dropdown.d.ts +1 -0
  206. package/test-utils/dom/internal/dropdown.js +7 -2
  207. package/test-utils/dom/internal/dropdown.js.map +1 -1
  208. package/test-utils/selectors/autosuggest/index.js +18 -17
  209. package/test-utils/selectors/autosuggest/index.js.map +1 -1
  210. package/test-utils/selectors/button-dropdown/index.js +3 -2
  211. package/test-utils/selectors/button-dropdown/index.js.map +1 -1
  212. package/test-utils/selectors/dropdown/index.d.ts +41 -0
  213. package/test-utils/selectors/dropdown/index.js +65 -0
  214. package/test-utils/selectors/dropdown/index.js.map +1 -0
  215. package/test-utils/selectors/index.d.ts +18 -0
  216. package/test-utils/selectors/index.js +16 -2
  217. package/test-utils/selectors/index.js.map +1 -1
  218. package/test-utils/selectors/internal/autosuggest-input.js +7 -6
  219. package/test-utils/selectors/internal/autosuggest-input.js.map +1 -1
  220. package/test-utils/selectors/internal/dropdown-host.d.ts +3 -3
  221. package/test-utils/selectors/internal/dropdown-host.js +23 -22
  222. package/test-utils/selectors/internal/dropdown-host.js.map +1 -1
  223. package/test-utils/selectors/internal/dropdown.d.ts +1 -0
  224. package/test-utils/selectors/internal/dropdown.js +7 -2
  225. package/test-utils/selectors/internal/dropdown.js.map +1 -1
  226. package/text-content/styles.css.js +1 -1
  227. package/text-content/styles.scoped.css +66 -66
  228. package/text-content/styles.selectors.js +1 -1
  229. package/textarea/styles.css.js +5 -5
  230. package/textarea/styles.scoped.css +45 -45
  231. package/textarea/styles.selectors.js +5 -5
  232. package/toggle/styles.css.js +10 -10
  233. package/toggle/styles.scoped.css +23 -23
  234. package/toggle/styles.selectors.js +10 -10
  235. package/token/styles.css.js +14 -14
  236. package/token/styles.scoped.css +48 -48
  237. package/token/styles.selectors.js +14 -14
  238. package/internal/components/dropdown/context.d.ts.map +0 -1
  239. package/internal/components/dropdown/context.js.map +0 -1
  240. package/internal/components/dropdown/dropdown-fit-handler.d.ts.map +0 -1
  241. package/internal/components/dropdown/dropdown-fit-handler.js.map +0 -1
  242. package/internal/components/dropdown/dropdown-position.d.ts.map +0 -1
  243. package/internal/components/dropdown/dropdown-position.js.map +0 -1
  244. package/internal/components/dropdown/index.d.ts +0 -36
  245. package/internal/components/dropdown/index.d.ts.map +0 -1
  246. package/internal/components/dropdown/index.js.map +0 -1
  247. package/internal/components/dropdown/interfaces.d.ts.map +0 -1
  248. package/internal/components/dropdown/interfaces.js.map +0 -1
  249. /package/{internal/components/dropdown → dropdown}/context.d.ts +0 -0
  250. /package/{internal/components/dropdown → dropdown}/context.js +0 -0
  251. /package/{internal/components/dropdown → dropdown}/dropdown-position.d.ts +0 -0
  252. /package/{internal/components/dropdown → dropdown}/dropdown-position.js +0 -0
  253. /package/{internal/components/dropdown → dropdown}/interfaces.js +0 -0
@@ -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_zac9i_1 {
153
+ @keyframes awsui_drag-handle-entry_155yk_6ruxh_1 {
154
154
  from {
155
- transform: translate(var(--awsui-drag-handle-animation-inline-offset-hzjhvz), var(--awsui-drag-handle-animation-block-offset-hzjhvz));
155
+ transform: translate(var(--awsui-drag-handle-animation-inline-offset-u09ddc), var(--awsui-drag-handle-animation-block-offset-u09ddc));
156
156
  }
157
157
  to {
158
158
  transform: translate(0, 0);
159
159
  }
160
160
  }
161
- @keyframes awsui_drag-handle-exit_155yk_zac9i_1 {
161
+ @keyframes awsui_drag-handle-exit_155yk_6ruxh_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-hzjhvz), var(--awsui-drag-handle-animation-block-offset-hzjhvz));
166
+ transform: translate(var(--awsui-drag-handle-animation-inline-offset-u09ddc), var(--awsui-drag-handle-animation-block-offset-u09ddc));
167
167
  }
168
168
  }
169
- .awsui_direction-button-wrapper_155yk_zac9i_169:not(#\9) {
170
- --awsui-drag-handle-animation-inline-offset-hzjhvz: 0;
171
- --awsui-drag-handle-animation-block-offset-hzjhvz: 0;
169
+ .awsui_direction-button-wrapper_155yk_6ruxh_169:not(#\9) {
170
+ --awsui-drag-handle-animation-inline-offset-u09ddc: 0;
171
+ --awsui-drag-handle-animation-block-offset-u09ddc: 0;
172
172
  }
173
- @keyframes awsui_awsui-motion-fade-in_155yk_zac9i_1 {
173
+ @keyframes awsui_awsui-motion-fade-in_155yk_6ruxh_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_zac9i_1 {
181
+ @keyframes awsui_awsui-motion-fade-out-0_155yk_6ruxh_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_zac9i_189:not(#\9), .awsui_direction-button-wrapper-motion-entering_155yk_zac9i_189:not(#\9), .awsui_direction-button-wrapper-motion-exit_155yk_zac9i_189:not(#\9), .awsui_direction-button-wrapper-motion-exiting_155yk_zac9i_189:not(#\9) {
189
+ .awsui_direction-button-wrapper-motion-enter_155yk_6ruxh_189:not(#\9), .awsui_direction-button-wrapper-motion-entering_155yk_6ruxh_189:not(#\9), .awsui_direction-button-wrapper-motion-exit_155yk_6ruxh_189:not(#\9), .awsui_direction-button-wrapper-motion-exiting_155yk_6ruxh_189:not(#\9) {
190
190
  pointer-events: none;
191
191
  }
192
- .awsui_direction-button-wrapper-motion-entering_155yk_zac9i_189:not(#\9) {
193
- animation: awsui_drag-handle-entry_155yk_zac9i_1 var(--motion-duration-complex-tbdo30, 250ms) var(--motion-easing-responsive-hjj3ai, cubic-bezier(0, 0, 0, 1)), awsui_awsui-motion-fade-in_155yk_zac9i_1 var(--motion-duration-complex-tbdo30, 250ms) var(--motion-easing-responsive-hjj3ai, cubic-bezier(0, 0, 0, 1));
192
+ .awsui_direction-button-wrapper-motion-entering_155yk_6ruxh_189:not(#\9) {
193
+ animation: awsui_drag-handle-entry_155yk_6ruxh_1 var(--motion-duration-complex-tbdo30, 250ms) var(--motion-easing-responsive-hjj3ai, cubic-bezier(0, 0, 0, 1)), awsui_awsui-motion-fade-in_155yk_6ruxh_1 var(--motion-duration-complex-tbdo30, 250ms) var(--motion-easing-responsive-hjj3ai, cubic-bezier(0, 0, 0, 1));
194
194
  }
195
195
  @media (prefers-reduced-motion: reduce) {
196
- .awsui_direction-button-wrapper-motion-entering_155yk_zac9i_189:not(#\9) {
196
+ .awsui_direction-button-wrapper-motion-entering_155yk_6ruxh_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_zac9i_189:not(#\9), .awsui-mode-entering .awsui_direction-button-wrapper-motion-entering_155yk_zac9i_189:not(#\9) {
201
+ .awsui-motion-disabled .awsui_direction-button-wrapper-motion-entering_155yk_6ruxh_189:not(#\9), .awsui-mode-entering .awsui_direction-button-wrapper-motion-entering_155yk_6ruxh_189:not(#\9) {
202
202
  animation: none;
203
203
  transition: none;
204
204
  }
205
- .awsui_direction-button-wrapper-motion-exiting_155yk_zac9i_189:not(#\9) {
206
- animation: awsui_drag-handle-exit_155yk_zac9i_1 var(--motion-duration-complex-tbdo30, 250ms) var(--motion-easing-responsive-hjj3ai, cubic-bezier(0, 0, 0, 1)) forwards, awsui_awsui-motion-fade-out-0_155yk_zac9i_1 var(--motion-duration-complex-tbdo30, 250ms) var(--motion-easing-responsive-hjj3ai, cubic-bezier(0, 0, 0, 1)) forwards;
205
+ .awsui_direction-button-wrapper-motion-exiting_155yk_6ruxh_189:not(#\9) {
206
+ animation: awsui_drag-handle-exit_155yk_6ruxh_1 var(--motion-duration-complex-tbdo30, 250ms) var(--motion-easing-responsive-hjj3ai, cubic-bezier(0, 0, 0, 1)) forwards, awsui_awsui-motion-fade-out-0_155yk_6ruxh_1 var(--motion-duration-complex-tbdo30, 250ms) var(--motion-easing-responsive-hjj3ai, cubic-bezier(0, 0, 0, 1)) forwards;
207
207
  }
208
208
  @media (prefers-reduced-motion: reduce) {
209
- .awsui_direction-button-wrapper-motion-exiting_155yk_zac9i_189:not(#\9) {
209
+ .awsui_direction-button-wrapper-motion-exiting_155yk_6ruxh_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_zac9i_189:not(#\9), .awsui-mode-entering .awsui_direction-button-wrapper-motion-exiting_155yk_zac9i_189:not(#\9) {
214
+ .awsui-motion-disabled .awsui_direction-button-wrapper-motion-exiting_155yk_6ruxh_189:not(#\9), .awsui-mode-entering .awsui_direction-button-wrapper-motion-exiting_155yk_6ruxh_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_zac9i_169:not(#\9) {
219
+ .awsui_direction-button-wrapper_155yk_6ruxh_169:not(#\9) {
220
220
  animation: none;
221
221
  transition: none;
222
222
  }
223
223
  }
224
- .awsui-motion-disabled .awsui_direction-button-wrapper_155yk_zac9i_169:not(#\9), .awsui-mode-entering .awsui_direction-button-wrapper_155yk_zac9i_169:not(#\9) {
224
+ .awsui-motion-disabled .awsui_direction-button-wrapper_155yk_6ruxh_169:not(#\9), .awsui-mode-entering .awsui_direction-button-wrapper_155yk_6ruxh_169:not(#\9) {
225
225
  animation: none;
226
226
  transition: none;
227
227
  }
228
228
 
229
- .awsui_direction-button-wrapper-block-start_155yk_zac9i_229:not(#\9) {
230
- --awsui-drag-handle-animation-block-offset-hzjhvz: 20px;
229
+ .awsui_direction-button-wrapper-block-start_155yk_6ruxh_229:not(#\9) {
230
+ --awsui-drag-handle-animation-block-offset-u09ddc: 20px;
231
231
  }
232
232
 
233
- .awsui_direction-button-wrapper-block-end_155yk_zac9i_233:not(#\9) {
234
- --awsui-drag-handle-animation-block-offset-hzjhvz: -20px;
233
+ .awsui_direction-button-wrapper-block-end_155yk_6ruxh_233:not(#\9) {
234
+ --awsui-drag-handle-animation-block-offset-u09ddc: -20px;
235
235
  }
236
236
 
237
- .awsui_direction-button-wrapper-inline-start_155yk_zac9i_237:not(#\9) {
237
+ .awsui_direction-button-wrapper-inline-start_155yk_6ruxh_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_zac9i_237:not(#\9):dir(ltr) {
242
- --awsui-drag-handle-animation-inline-offset-hzjhvz: 20px;
241
+ .awsui_direction-button-wrapper-inline-start_155yk_6ruxh_237:not(#\9):dir(ltr) {
242
+ --awsui-drag-handle-animation-inline-offset-u09ddc: 20px;
243
243
  }
244
- .awsui_direction-button-wrapper-inline-start_155yk_zac9i_237:not(#\9):dir(rtl) {
245
- --awsui-drag-handle-animation-inline-offset-hzjhvz: -20px;
244
+ .awsui_direction-button-wrapper-inline-start_155yk_6ruxh_237:not(#\9):dir(rtl) {
245
+ --awsui-drag-handle-animation-inline-offset-u09ddc: -20px;
246
246
  }
247
247
 
248
- .awsui_direction-button-wrapper-inline-end_155yk_zac9i_248:not(#\9) {
248
+ .awsui_direction-button-wrapper-inline-end_155yk_6ruxh_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_zac9i_248:not(#\9):dir(ltr) {
253
- --awsui-drag-handle-animation-inline-offset-hzjhvz: -20px;
252
+ .awsui_direction-button-wrapper-inline-end_155yk_6ruxh_248:not(#\9):dir(ltr) {
253
+ --awsui-drag-handle-animation-inline-offset-u09ddc: -20px;
254
254
  }
255
- .awsui_direction-button-wrapper-inline-end_155yk_zac9i_248:not(#\9):dir(rtl) {
256
- --awsui-drag-handle-animation-inline-offset-hzjhvz: 20px;
255
+ .awsui_direction-button-wrapper-inline-end_155yk_6ruxh_248:not(#\9):dir(rtl) {
256
+ --awsui-drag-handle-animation-inline-offset-u09ddc: 20px;
257
257
  }
258
258
 
259
- .awsui_contents_155yk_zac9i_259:not(#\9) {
259
+ .awsui_contents_155yk_6ruxh_259:not(#\9) {
260
260
  display: contents;
261
261
  }
262
262
 
263
- .awsui_portal-overlay_155yk_zac9i_263:not(#\9) {
263
+ .awsui_portal-overlay_155yk_6ruxh_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_zac9i_271:not(#\9) {
271
+ .awsui_portal-overlay-disabled_155yk_6ruxh_271:not(#\9) {
272
272
  display: none;
273
273
  }
274
274
 
275
- .awsui_portal-overlay-contents_155yk_zac9i_275:not(#\9) {
275
+ .awsui_portal-overlay-contents_155yk_6ruxh_275:not(#\9) {
276
276
  pointer-events: auto;
277
277
  }
278
278
 
279
- .awsui_drag-handle_155yk_zac9i_279:not(#\9) {
279
+ .awsui_drag-handle_155yk_6ruxh_279:not(#\9) {
280
280
  position: relative;
281
281
  display: inline-flex;
282
282
  }
283
283
 
284
- .awsui_direction-button-wrapper_155yk_zac9i_169:not(#\9) {
284
+ .awsui_direction-button-wrapper_155yk_6ruxh_169:not(#\9) {
285
285
  position: absolute;
286
286
  block-size: var(--space-static-xl-4tedi6, 24px);
287
287
  inline-size: var(--space-static-xl-4tedi6, 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-ns94dp, 4px);
290
290
  }
291
291
 
292
- .awsui_direction-button-wrapper-hidden_155yk_zac9i_292:not(#\9) {
292
+ .awsui_direction-button-wrapper-hidden_155yk_6ruxh_292:not(#\9) {
293
293
  display: none;
294
294
  }
295
295
 
296
- .awsui_direction-button-wrapper-block-start_155yk_zac9i_229:not(#\9) {
296
+ .awsui_direction-button-wrapper-block-start_155yk_6ruxh_229:not(#\9) {
297
297
  inset-block-start: calc(-1 * (var(--space-static-xl-4tedi6, 24px) + 2 * var(--space-static-xxs-ns94dp, 4px)));
298
298
  inset-inline-start: calc(50% - (var(--space-static-xl-4tedi6, 24px) + 2 * var(--space-static-xxs-ns94dp, 4px)) / 2);
299
299
  }
300
300
 
301
- .awsui_direction-button-wrapper-block-end_155yk_zac9i_233:not(#\9) {
301
+ .awsui_direction-button-wrapper-block-end_155yk_6ruxh_233:not(#\9) {
302
302
  inset-block-end: calc(-1 * (var(--space-static-xl-4tedi6, 24px) + 2 * var(--space-static-xxs-ns94dp, 4px)));
303
303
  inset-inline-start: calc(50% - (var(--space-static-xl-4tedi6, 24px) + 2 * var(--space-static-xxs-ns94dp, 4px)) / 2);
304
304
  }
305
305
 
306
- .awsui_direction-button-wrapper-inline-start_155yk_zac9i_237:not(#\9) {
306
+ .awsui_direction-button-wrapper-inline-start_155yk_6ruxh_237:not(#\9) {
307
307
  inset-inline-start: calc(-1 * (var(--space-static-xl-4tedi6, 24px) + 2 * var(--space-static-xxs-ns94dp, 4px)));
308
308
  inset-block-start: calc(50% - (var(--space-static-xl-4tedi6, 24px) + 2 * var(--space-static-xxs-ns94dp, 4px)) / 2);
309
309
  }
310
310
 
311
- .awsui_direction-button-wrapper-inline-end_155yk_zac9i_248:not(#\9) {
311
+ .awsui_direction-button-wrapper-inline-end_155yk_6ruxh_248:not(#\9) {
312
312
  inset-inline-end: calc(-1 * (var(--space-static-xl-4tedi6, 24px) + 2 * var(--space-static-xxs-ns94dp, 4px)));
313
313
  inset-block-start: calc(50% - (var(--space-static-xl-4tedi6, 24px) + 2 * var(--space-static-xxs-ns94dp, 4px)) / 2);
314
314
  }
315
315
 
316
- .awsui_direction-button-wrapper-forced_155yk_zac9i_316:not(#\9) {
316
+ .awsui_direction-button-wrapper-forced_155yk_6ruxh_316:not(#\9) {
317
317
  inset-inline-start: calc(50% - (var(--space-static-xl-4tedi6, 24px) + 2 * var(--space-static-xxs-ns94dp, 4px)) / 2);
318
318
  }
319
319
 
320
- .awsui_direction-button-wrapper-forced-top-0_155yk_zac9i_320:not(#\9) {
320
+ .awsui_direction-button-wrapper-forced-top-0_155yk_6ruxh_320:not(#\9) {
321
321
  inset-block-start: calc(-1 * (var(--space-static-xl-4tedi6, 24px) + 2 * var(--space-static-xxs-ns94dp, 4px)));
322
322
  }
323
323
 
324
- .awsui_direction-button-wrapper-forced-top-1_155yk_zac9i_324:not(#\9) {
324
+ .awsui_direction-button-wrapper-forced-top-1_155yk_6ruxh_324:not(#\9) {
325
325
  inset-block-start: calc(-2 * (var(--space-static-xl-4tedi6, 24px) + 2 * var(--space-static-xxs-ns94dp, 4px)));
326
326
  }
327
327
 
328
- .awsui_direction-button-wrapper-forced-top-2_155yk_zac9i_328:not(#\9) {
328
+ .awsui_direction-button-wrapper-forced-top-2_155yk_6ruxh_328:not(#\9) {
329
329
  inset-block-start: calc(-3 * (var(--space-static-xl-4tedi6, 24px) + 2 * var(--space-static-xxs-ns94dp, 4px)));
330
330
  }
331
331
 
332
- .awsui_direction-button-wrapper-forced-top-3_155yk_zac9i_332:not(#\9) {
332
+ .awsui_direction-button-wrapper-forced-top-3_155yk_6ruxh_332:not(#\9) {
333
333
  inset-block-start: calc(-4 * (var(--space-static-xl-4tedi6, 24px) + 2 * var(--space-static-xxs-ns94dp, 4px)));
334
334
  }
335
335
 
336
- .awsui_direction-button-wrapper-forced-bottom-0_155yk_zac9i_336:not(#\9) {
336
+ .awsui_direction-button-wrapper-forced-bottom-0_155yk_6ruxh_336:not(#\9) {
337
337
  inset-block-start: calc(1 * (var(--space-static-xl-4tedi6, 24px) + 2 * var(--space-static-xxs-ns94dp, 4px)));
338
338
  }
339
339
 
340
- .awsui_direction-button-wrapper-forced-bottom-1_155yk_zac9i_340:not(#\9) {
340
+ .awsui_direction-button-wrapper-forced-bottom-1_155yk_6ruxh_340:not(#\9) {
341
341
  inset-block-start: calc(2 * (var(--space-static-xl-4tedi6, 24px) + 2 * var(--space-static-xxs-ns94dp, 4px)));
342
342
  }
343
343
 
344
- .awsui_direction-button-wrapper-forced-bottom-2_155yk_zac9i_344:not(#\9) {
344
+ .awsui_direction-button-wrapper-forced-bottom-2_155yk_6ruxh_344:not(#\9) {
345
345
  inset-block-start: calc(3 * (var(--space-static-xl-4tedi6, 24px) + 2 * var(--space-static-xxs-ns94dp, 4px)));
346
346
  }
347
347
 
348
- .awsui_direction-button-wrapper-forced-bottom-3_155yk_zac9i_348:not(#\9) {
348
+ .awsui_direction-button-wrapper-forced-bottom-3_155yk_6ruxh_348:not(#\9) {
349
349
  inset-block-start: calc(4 * (var(--space-static-xl-4tedi6, 24px) + 2 * var(--space-static-xxs-ns94dp, 4px)));
350
350
  }
351
351
 
352
- .awsui_direction-button_155yk_zac9i_169:not(#\9) {
352
+ .awsui_direction-button_155yk_6ruxh_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-p88lvb, #ffffff);
369
369
  box-shadow: var(--shadow-dropdown-isf0w4, 0px 4px 20px 1px rgba(0, 7, 22, 0.1));
370
370
  }
371
- .awsui_direction-button_155yk_zac9i_169:not(#\9):not(.awsui_direction-button-disabled_155yk_zac9i_371):hover {
371
+ .awsui_direction-button_155yk_6ruxh_169:not(#\9):not(.awsui_direction-button-disabled_155yk_6ruxh_371):hover {
372
372
  background-color: var(--color-background-direction-button-hover-74n5o1, #333843);
373
373
  }
374
- .awsui_direction-button_155yk_zac9i_169:not(#\9):not(.awsui_direction-button-disabled_155yk_zac9i_371):active {
374
+ .awsui_direction-button_155yk_6ruxh_169:not(#\9):not(.awsui_direction-button-disabled_155yk_6ruxh_371):active {
375
375
  background-color: var(--color-background-direction-button-active-lvo0dy, #232b37);
376
376
  }
377
377
 
378
- .awsui_direction-button-disabled_155yk_zac9i_371:not(#\9) {
378
+ .awsui_direction-button-disabled_155yk_6ruxh_371:not(#\9) {
379
379
  cursor: default;
380
380
  background-color: var(--color-background-direction-button-disabled-s9x4zq, #ebebf0);
381
381
  color: var(--color-text-direction-button-disabled-2jds36, #b4b4bb);
@@ -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_zac9i_169",
6
- "direction-button-wrapper-motion-enter": "awsui_direction-button-wrapper-motion-enter_155yk_zac9i_189",
7
- "direction-button-wrapper-motion-entering": "awsui_direction-button-wrapper-motion-entering_155yk_zac9i_189",
8
- "direction-button-wrapper-motion-exit": "awsui_direction-button-wrapper-motion-exit_155yk_zac9i_189",
9
- "direction-button-wrapper-motion-exiting": "awsui_direction-button-wrapper-motion-exiting_155yk_zac9i_189",
10
- "drag-handle-entry": "awsui_drag-handle-entry_155yk_zac9i_1",
11
- "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_155yk_zac9i_1",
12
- "drag-handle-exit": "awsui_drag-handle-exit_155yk_zac9i_1",
13
- "awsui-motion-fade-out-0": "awsui_awsui-motion-fade-out-0_155yk_zac9i_1",
14
- "direction-button-wrapper-block-start": "awsui_direction-button-wrapper-block-start_155yk_zac9i_229",
15
- "direction-button-wrapper-block-end": "awsui_direction-button-wrapper-block-end_155yk_zac9i_233",
16
- "direction-button-wrapper-inline-start": "awsui_direction-button-wrapper-inline-start_155yk_zac9i_237",
17
- "direction-button-wrapper-inline-end": "awsui_direction-button-wrapper-inline-end_155yk_zac9i_248",
18
- "contents": "awsui_contents_155yk_zac9i_259",
19
- "portal-overlay": "awsui_portal-overlay_155yk_zac9i_263",
20
- "portal-overlay-disabled": "awsui_portal-overlay-disabled_155yk_zac9i_271",
21
- "portal-overlay-contents": "awsui_portal-overlay-contents_155yk_zac9i_275",
22
- "drag-handle": "awsui_drag-handle_155yk_zac9i_279",
23
- "direction-button-wrapper-hidden": "awsui_direction-button-wrapper-hidden_155yk_zac9i_292",
24
- "direction-button-wrapper-forced": "awsui_direction-button-wrapper-forced_155yk_zac9i_316",
25
- "direction-button-wrapper-forced-top-0": "awsui_direction-button-wrapper-forced-top-0_155yk_zac9i_320",
26
- "direction-button-wrapper-forced-top-1": "awsui_direction-button-wrapper-forced-top-1_155yk_zac9i_324",
27
- "direction-button-wrapper-forced-top-2": "awsui_direction-button-wrapper-forced-top-2_155yk_zac9i_328",
28
- "direction-button-wrapper-forced-top-3": "awsui_direction-button-wrapper-forced-top-3_155yk_zac9i_332",
29
- "direction-button-wrapper-forced-bottom-0": "awsui_direction-button-wrapper-forced-bottom-0_155yk_zac9i_336",
30
- "direction-button-wrapper-forced-bottom-1": "awsui_direction-button-wrapper-forced-bottom-1_155yk_zac9i_340",
31
- "direction-button-wrapper-forced-bottom-2": "awsui_direction-button-wrapper-forced-bottom-2_155yk_zac9i_344",
32
- "direction-button-wrapper-forced-bottom-3": "awsui_direction-button-wrapper-forced-bottom-3_155yk_zac9i_348",
33
- "direction-button": "awsui_direction-button_155yk_zac9i_169",
34
- "direction-button-disabled": "awsui_direction-button-disabled_155yk_zac9i_371"
5
+ "direction-button-wrapper": "awsui_direction-button-wrapper_155yk_6ruxh_169",
6
+ "direction-button-wrapper-motion-enter": "awsui_direction-button-wrapper-motion-enter_155yk_6ruxh_189",
7
+ "direction-button-wrapper-motion-entering": "awsui_direction-button-wrapper-motion-entering_155yk_6ruxh_189",
8
+ "direction-button-wrapper-motion-exit": "awsui_direction-button-wrapper-motion-exit_155yk_6ruxh_189",
9
+ "direction-button-wrapper-motion-exiting": "awsui_direction-button-wrapper-motion-exiting_155yk_6ruxh_189",
10
+ "drag-handle-entry": "awsui_drag-handle-entry_155yk_6ruxh_1",
11
+ "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_155yk_6ruxh_1",
12
+ "drag-handle-exit": "awsui_drag-handle-exit_155yk_6ruxh_1",
13
+ "awsui-motion-fade-out-0": "awsui_awsui-motion-fade-out-0_155yk_6ruxh_1",
14
+ "direction-button-wrapper-block-start": "awsui_direction-button-wrapper-block-start_155yk_6ruxh_229",
15
+ "direction-button-wrapper-block-end": "awsui_direction-button-wrapper-block-end_155yk_6ruxh_233",
16
+ "direction-button-wrapper-inline-start": "awsui_direction-button-wrapper-inline-start_155yk_6ruxh_237",
17
+ "direction-button-wrapper-inline-end": "awsui_direction-button-wrapper-inline-end_155yk_6ruxh_248",
18
+ "contents": "awsui_contents_155yk_6ruxh_259",
19
+ "portal-overlay": "awsui_portal-overlay_155yk_6ruxh_263",
20
+ "portal-overlay-disabled": "awsui_portal-overlay-disabled_155yk_6ruxh_271",
21
+ "portal-overlay-contents": "awsui_portal-overlay-contents_155yk_6ruxh_275",
22
+ "drag-handle": "awsui_drag-handle_155yk_6ruxh_279",
23
+ "direction-button-wrapper-hidden": "awsui_direction-button-wrapper-hidden_155yk_6ruxh_292",
24
+ "direction-button-wrapper-forced": "awsui_direction-button-wrapper-forced_155yk_6ruxh_316",
25
+ "direction-button-wrapper-forced-top-0": "awsui_direction-button-wrapper-forced-top-0_155yk_6ruxh_320",
26
+ "direction-button-wrapper-forced-top-1": "awsui_direction-button-wrapper-forced-top-1_155yk_6ruxh_324",
27
+ "direction-button-wrapper-forced-top-2": "awsui_direction-button-wrapper-forced-top-2_155yk_6ruxh_328",
28
+ "direction-button-wrapper-forced-top-3": "awsui_direction-button-wrapper-forced-top-3_155yk_6ruxh_332",
29
+ "direction-button-wrapper-forced-bottom-0": "awsui_direction-button-wrapper-forced-bottom-0_155yk_6ruxh_336",
30
+ "direction-button-wrapper-forced-bottom-1": "awsui_direction-button-wrapper-forced-bottom-1_155yk_6ruxh_340",
31
+ "direction-button-wrapper-forced-bottom-2": "awsui_direction-button-wrapper-forced-bottom-2_155yk_6ruxh_344",
32
+ "direction-button-wrapper-forced-bottom-3": "awsui_direction-button-wrapper-forced-bottom-3_155yk_6ruxh_348",
33
+ "direction-button": "awsui_direction-button_155yk_6ruxh_169",
34
+ "direction-button-disabled": "awsui_direction-button-disabled_155yk_6ruxh_371"
35
35
  };
36
36
 
@@ -1,25 +1,7 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "dropdown-content-wrapper": "awsui_dropdown-content-wrapper_qwoo0_1aupf_153",
5
- "awsui-motion-fade-in-dropdown": "awsui_awsui-motion-fade-in-dropdown_qwoo0_1aupf_1",
6
- "refresh": "awsui_refresh_qwoo0_1aupf_174",
7
- "awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-0_qwoo0_1aupf_1",
8
- "root": "awsui_root_qwoo0_1aupf_199",
9
- "interior": "awsui_interior_qwoo0_1aupf_232",
10
- "dropdown": "awsui_dropdown_qwoo0_1aupf_153",
11
- "use-portal": "awsui_use-portal_qwoo0_1aupf_242",
12
- "is-empty": "awsui_is-empty_qwoo0_1aupf_318",
13
- "dropdown-drop-up": "awsui_dropdown-drop-up_qwoo0_1aupf_325",
14
- "with-limited-width": "awsui_with-limited-width_qwoo0_1aupf_329",
15
- "dropdown-drop-left": "awsui_dropdown-drop-left_qwoo0_1aupf_332",
16
- "dropdown-drop-right": "awsui_dropdown-drop-right_qwoo0_1aupf_335",
17
- "occupy-entire-width": "awsui_occupy-entire-width_qwoo0_1aupf_338",
18
- "use-flexible-width": "awsui_use-flexible-width_qwoo0_1aupf_341",
19
- "hide-block-border": "awsui_hide-block-border_qwoo0_1aupf_349",
20
- "open": "awsui_open_qwoo0_1aupf_358",
21
- "nowrap": "awsui_nowrap_qwoo0_1aupf_367",
22
- "dropdown-content": "awsui_dropdown-content_qwoo0_1aupf_153",
23
- "stretch-trigger-height": "awsui_stretch-trigger-height_qwoo0_1aupf_378"
4
+ "root": "awsui_root_qwoo0_1mxhq_5",
5
+ "dropdown": "awsui_dropdown_qwoo0_1mxhq_9"
24
6
  };
25
7