@cloudscape-design/components 3.0.28 → 3.0.31

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 (279) hide show
  1. package/app-layout/visual-refresh/styles.css.js +59 -59
  2. package/app-layout/visual-refresh/styles.scoped.css +146 -146
  3. package/app-layout/visual-refresh/styles.selectors.js +59 -59
  4. package/autosuggest/autosuggest-option.d.ts +1 -0
  5. package/autosuggest/autosuggest-option.d.ts.map +1 -1
  6. package/autosuggest/autosuggest-option.js +2 -2
  7. package/autosuggest/autosuggest-option.js.map +1 -1
  8. package/autosuggest/controller.d.ts +2 -5
  9. package/autosuggest/controller.d.ts.map +1 -1
  10. package/autosuggest/controller.js +5 -49
  11. package/autosuggest/controller.js.map +1 -1
  12. package/autosuggest/internal.d.ts.map +1 -1
  13. package/autosuggest/internal.js +19 -25
  14. package/autosuggest/internal.js.map +1 -1
  15. package/autosuggest/options-controller.d.ts +25 -0
  16. package/autosuggest/options-controller.d.ts.map +1 -0
  17. package/autosuggest/options-controller.js +64 -0
  18. package/autosuggest/options-controller.js.map +1 -0
  19. package/autosuggest/options-list.d.ts +3 -2
  20. package/autosuggest/options-list.d.ts.map +1 -1
  21. package/autosuggest/options-list.js +8 -7
  22. package/autosuggest/options-list.js.map +1 -1
  23. package/autosuggest/plain-list.d.ts +2 -2
  24. package/autosuggest/plain-list.d.ts.map +1 -1
  25. package/autosuggest/plain-list.js +4 -4
  26. package/autosuggest/plain-list.js.map +1 -1
  27. package/autosuggest/virtual-list.d.ts +1 -1
  28. package/autosuggest/virtual-list.d.ts.map +1 -1
  29. package/autosuggest/virtual-list.js +4 -4
  30. package/autosuggest/virtual-list.js.map +1 -1
  31. package/breadcrumb-group/internal.d.ts.map +1 -1
  32. package/breadcrumb-group/internal.js +4 -4
  33. package/breadcrumb-group/internal.js.map +1 -1
  34. package/button-dropdown/category-elements/category-element.d.ts +1 -1
  35. package/button-dropdown/category-elements/category-element.d.ts.map +1 -1
  36. package/button-dropdown/category-elements/category-element.js +2 -2
  37. package/button-dropdown/category-elements/category-element.js.map +1 -1
  38. package/button-dropdown/category-elements/expandable-category-element.d.ts +1 -1
  39. package/button-dropdown/category-elements/expandable-category-element.d.ts.map +1 -1
  40. package/button-dropdown/category-elements/expandable-category-element.js +4 -2
  41. package/button-dropdown/category-elements/expandable-category-element.js.map +1 -1
  42. package/button-dropdown/category-elements/mobile-expandable-category-element.d.ts +1 -1
  43. package/button-dropdown/category-elements/mobile-expandable-category-element.d.ts.map +1 -1
  44. package/button-dropdown/category-elements/mobile-expandable-category-element.js +4 -2
  45. package/button-dropdown/category-elements/mobile-expandable-category-element.js.map +1 -1
  46. package/button-dropdown/category-elements/styles.css.js +13 -12
  47. package/button-dropdown/category-elements/styles.scoped.css +26 -22
  48. package/button-dropdown/category-elements/styles.selectors.js +13 -12
  49. package/button-dropdown/interfaces.d.ts +3 -1
  50. package/button-dropdown/interfaces.d.ts.map +1 -1
  51. package/button-dropdown/interfaces.js.map +1 -1
  52. package/button-dropdown/internal.d.ts.map +1 -1
  53. package/button-dropdown/internal.js +6 -11
  54. package/button-dropdown/internal.js.map +1 -1
  55. package/button-dropdown/item-element/index.d.ts +1 -1
  56. package/button-dropdown/item-element/index.d.ts.map +1 -1
  57. package/button-dropdown/item-element/index.js +2 -1
  58. package/button-dropdown/item-element/index.js.map +1 -1
  59. package/button-dropdown/item-element/styles.css.js +14 -13
  60. package/button-dropdown/item-element/styles.scoped.css +21 -17
  61. package/button-dropdown/item-element/styles.selectors.js +14 -13
  62. package/button-dropdown/items-list.d.ts +1 -1
  63. package/button-dropdown/items-list.d.ts.map +1 -1
  64. package/button-dropdown/items-list.js +4 -4
  65. package/button-dropdown/items-list.js.map +1 -1
  66. package/button-dropdown/utils/use-button-dropdown.d.ts +2 -2
  67. package/button-dropdown/utils/use-button-dropdown.d.ts.map +1 -1
  68. package/button-dropdown/utils/use-button-dropdown.js +7 -5
  69. package/button-dropdown/utils/use-button-dropdown.js.map +1 -1
  70. package/button-dropdown/utils/use-highlighted-menu.d.ts +1 -0
  71. package/button-dropdown/utils/use-highlighted-menu.d.ts.map +1 -1
  72. package/button-dropdown/utils/use-highlighted-menu.js +11 -3
  73. package/button-dropdown/utils/use-highlighted-menu.js.map +1 -1
  74. package/checkbox/styles.css.js +3 -3
  75. package/checkbox/styles.scoped.css +6 -6
  76. package/checkbox/styles.selectors.js +3 -3
  77. package/date-picker/calendar/index.d.ts.map +1 -1
  78. package/date-picker/calendar/index.js +2 -1
  79. package/date-picker/calendar/index.js.map +1 -1
  80. package/date-picker/calendar/utils/memoized-date.d.ts +2 -0
  81. package/date-picker/calendar/utils/memoized-date.d.ts.map +1 -0
  82. package/date-picker/calendar/utils/memoized-date.js +13 -0
  83. package/date-picker/calendar/utils/memoized-date.js.map +1 -0
  84. package/date-picker/embedded.js +1 -1
  85. package/date-picker/embedded.js.map +1 -1
  86. package/date-picker/index.js +1 -1
  87. package/date-picker/index.js.map +1 -1
  88. package/date-picker/use-date-picker.d.ts.map +1 -1
  89. package/date-picker/use-date-picker.js +1 -1
  90. package/date-picker/use-date-picker.js.map +1 -1
  91. package/date-range-picker/calendar/grids/day/index.js +1 -1
  92. package/date-range-picker/calendar/grids/day/index.js.map +1 -1
  93. package/date-range-picker/calendar/index.d.ts.map +1 -1
  94. package/date-range-picker/calendar/index.js +3 -3
  95. package/date-range-picker/calendar/index.js.map +1 -1
  96. package/date-range-picker/dropdown.d.ts +1 -0
  97. package/date-range-picker/dropdown.d.ts.map +1 -1
  98. package/date-range-picker/dropdown.js +18 -30
  99. package/date-range-picker/dropdown.js.map +1 -1
  100. package/date-range-picker/embedded.d.ts +7 -0
  101. package/date-range-picker/embedded.d.ts.map +1 -0
  102. package/date-range-picker/embedded.js +46 -0
  103. package/date-range-picker/embedded.js.map +1 -0
  104. package/date-range-picker/index.d.ts.map +1 -1
  105. package/date-range-picker/index.js +5 -18
  106. package/date-range-picker/index.js.map +1 -1
  107. package/date-range-picker/interfaces.d.ts +46 -44
  108. package/date-range-picker/interfaces.d.ts.map +1 -1
  109. package/date-range-picker/interfaces.js.map +1 -1
  110. package/date-range-picker/time-offset.d.ts +0 -7
  111. package/date-range-picker/time-offset.d.ts.map +1 -1
  112. package/date-range-picker/time-offset.js +4 -60
  113. package/date-range-picker/time-offset.js.map +1 -1
  114. package/date-range-picker/use-date-range-picker.d.ts +29 -0
  115. package/date-range-picker/use-date-range-picker.d.ts.map +1 -0
  116. package/date-range-picker/use-date-range-picker.js +58 -0
  117. package/date-range-picker/use-date-range-picker.js.map +1 -0
  118. package/icon/icons.js +1 -1
  119. package/icon/interfaces.d.ts +1 -1
  120. package/icon/interfaces.d.ts.map +1 -1
  121. package/icon/interfaces.js.map +1 -1
  122. package/input/styles.css.js +13 -13
  123. package/input/styles.scoped.css +35 -37
  124. package/input/styles.selectors.js +13 -13
  125. package/internal/components/abstract-switch/index.d.ts.map +1 -1
  126. package/internal/components/abstract-switch/index.js +5 -5
  127. package/internal/components/abstract-switch/index.js.map +1 -1
  128. package/internal/components/abstract-switch/styles.css.js +11 -11
  129. package/internal/components/abstract-switch/styles.scoped.css +20 -13
  130. package/internal/components/abstract-switch/styles.selectors.js +11 -11
  131. package/internal/components/date-input/index.d.ts.map +1 -1
  132. package/internal/components/date-input/index.js +3 -2
  133. package/internal/components/date-input/index.js.map +1 -1
  134. package/internal/components/masked-input/utils/mask-format.d.ts.map +1 -1
  135. package/internal/components/masked-input/utils/mask-format.js +2 -1
  136. package/internal/components/masked-input/utils/mask-format.js.map +1 -1
  137. package/internal/components/masked-input/utils/strings.d.ts +0 -1
  138. package/internal/components/masked-input/utils/strings.d.ts.map +1 -1
  139. package/internal/components/masked-input/utils/strings.js +0 -6
  140. package/internal/components/masked-input/utils/strings.js.map +1 -1
  141. package/internal/components/options-list/utils/use-highlight-option.d.ts +7 -2
  142. package/internal/components/options-list/utils/use-highlight-option.d.ts.map +1 -1
  143. package/internal/components/options-list/utils/use-highlight-option.js +10 -3
  144. package/internal/components/options-list/utils/use-highlight-option.js.map +1 -1
  145. package/internal/components/selectable-item/index.d.ts +1 -1
  146. package/internal/components/selectable-item/index.d.ts.map +1 -1
  147. package/internal/components/selectable-item/index.js +2 -2
  148. package/internal/components/selectable-item/index.js.map +1 -1
  149. package/internal/components/selectable-item/styles.css.js +16 -16
  150. package/internal/components/selectable-item/styles.scoped.css +29 -30
  151. package/internal/components/selectable-item/styles.selectors.js +16 -16
  152. package/internal/environment.js +1 -1
  153. package/internal/utils/date-time/display-format.d.ts +9 -0
  154. package/internal/utils/date-time/display-format.d.ts.map +1 -0
  155. package/internal/utils/date-time/display-format.js +15 -0
  156. package/internal/utils/date-time/display-format.js.map +1 -0
  157. package/internal/utils/date-time/format-date.d.ts +7 -0
  158. package/internal/utils/date-time/format-date.d.ts.map +1 -0
  159. package/internal/utils/date-time/format-date.js +15 -0
  160. package/internal/utils/date-time/format-date.js.map +1 -0
  161. package/internal/utils/date-time/format-time.d.ts +5 -0
  162. package/internal/utils/date-time/format-time.d.ts.map +1 -0
  163. package/internal/utils/date-time/format-time.js +13 -0
  164. package/internal/utils/date-time/format-time.js.map +1 -0
  165. package/internal/utils/date-time/format-timezone-offset.d.ts +2 -0
  166. package/internal/utils/date-time/format-timezone-offset.d.ts.map +1 -0
  167. package/internal/utils/date-time/format-timezone-offset.js +11 -0
  168. package/internal/utils/date-time/format-timezone-offset.js.map +1 -0
  169. package/internal/utils/date-time/get-browser-timezone-offset.d.ts +7 -0
  170. package/internal/utils/date-time/get-browser-timezone-offset.d.ts.map +1 -0
  171. package/internal/utils/date-time/get-browser-timezone-offset.js +11 -0
  172. package/internal/utils/date-time/get-browser-timezone-offset.js.map +1 -0
  173. package/internal/utils/date-time/index.d.ts +11 -0
  174. package/internal/utils/date-time/index.d.ts.map +1 -0
  175. package/internal/utils/date-time/index.js +13 -0
  176. package/internal/utils/date-time/index.js.map +1 -0
  177. package/internal/utils/date-time/is-iso-date-only.d.ts +5 -0
  178. package/internal/utils/date-time/is-iso-date-only.d.ts.map +1 -0
  179. package/internal/utils/date-time/is-iso-date-only.js +10 -0
  180. package/internal/utils/date-time/is-iso-date-only.js.map +1 -0
  181. package/internal/utils/date-time/join-date-time.d.ts +2 -0
  182. package/internal/utils/date-time/join-date-time.d.ts.map +1 -0
  183. package/internal/utils/date-time/join-date-time.js +6 -0
  184. package/internal/utils/date-time/join-date-time.js.map +1 -0
  185. package/internal/utils/date-time/parse-date.d.ts +8 -0
  186. package/internal/utils/date-time/parse-date.d.ts.map +1 -0
  187. package/internal/utils/date-time/parse-date.js +16 -0
  188. package/internal/utils/date-time/parse-date.js.map +1 -0
  189. package/internal/utils/date-time/parse-timezone-offset.d.ts +5 -0
  190. package/internal/utils/date-time/parse-timezone-offset.d.ts.map +1 -0
  191. package/internal/utils/date-time/parse-timezone-offset.js +20 -0
  192. package/internal/utils/date-time/parse-timezone-offset.js.map +1 -0
  193. package/internal/utils/date-time/shift-timezone-offset.d.ts +12 -0
  194. package/internal/utils/date-time/shift-timezone-offset.d.ts.map +1 -0
  195. package/internal/utils/date-time/shift-timezone-offset.js +27 -0
  196. package/internal/utils/date-time/shift-timezone-offset.js.map +1 -0
  197. package/internal/utils/strings/index.d.ts +3 -0
  198. package/internal/utils/strings/index.d.ts.map +1 -0
  199. package/internal/utils/strings/index.js +5 -0
  200. package/internal/utils/strings/index.js.map +1 -0
  201. package/internal/utils/strings/join-strings.d.ts +5 -0
  202. package/internal/utils/strings/join-strings.d.ts.map +1 -0
  203. package/internal/utils/{strings.js → strings/join-strings.js} +7 -6
  204. package/internal/utils/strings/join-strings.js.map +1 -0
  205. package/internal/utils/strings/pad-left-zeros.d.ts +5 -0
  206. package/internal/utils/strings/pad-left-zeros.d.ts.map +1 -0
  207. package/internal/utils/strings/pad-left-zeros.js +12 -0
  208. package/internal/utils/strings/pad-left-zeros.js.map +1 -0
  209. package/multiselect/internal.d.ts.map +1 -1
  210. package/multiselect/internal.js +2 -2
  211. package/multiselect/internal.js.map +1 -1
  212. package/package.json +1 -1
  213. package/popover/styles.css.js +48 -48
  214. package/popover/styles.scoped.css +65 -60
  215. package/popover/styles.selectors.js +48 -48
  216. package/radio-group/styles.css.js +9 -9
  217. package/radio-group/styles.scoped.css +16 -16
  218. package/radio-group/styles.selectors.js +9 -9
  219. package/select/internal.d.ts.map +1 -1
  220. package/select/internal.js +2 -2
  221. package/select/internal.js.map +1 -1
  222. package/select/parts/item.d.ts +1 -1
  223. package/select/parts/item.d.ts.map +1 -1
  224. package/select/parts/item.js +6 -3
  225. package/select/parts/item.js.map +1 -1
  226. package/select/parts/multiselect-item.d.ts +1 -1
  227. package/select/parts/multiselect-item.d.ts.map +1 -1
  228. package/select/parts/multiselect-item.js +2 -2
  229. package/select/parts/multiselect-item.js.map +1 -1
  230. package/select/parts/plain-list.d.ts +1 -1
  231. package/select/parts/plain-list.d.ts.map +1 -1
  232. package/select/parts/plain-list.js +4 -4
  233. package/select/parts/plain-list.js.map +1 -1
  234. package/select/parts/styles.css.js +8 -7
  235. package/select/parts/styles.scoped.css +12 -7
  236. package/select/parts/styles.selectors.js +8 -7
  237. package/select/parts/virtual-list.js +4 -4
  238. package/select/parts/virtual-list.js.map +1 -1
  239. package/select/utils/get-item-props.d.ts +1 -2
  240. package/select/utils/get-item-props.d.ts.map +1 -1
  241. package/select/utils/get-item-props.js +3 -3
  242. package/select/utils/get-item-props.js.map +1 -1
  243. package/select/utils/render-options.d.ts +2 -2
  244. package/select/utils/render-options.d.ts.map +1 -1
  245. package/select/utils/render-options.js +2 -3
  246. package/select/utils/render-options.js.map +1 -1
  247. package/select/utils/use-select.d.ts +1 -0
  248. package/select/utils/use-select.d.ts.map +1 -1
  249. package/select/utils/use-select.js +2 -1
  250. package/select/utils/use-select.js.map +1 -1
  251. package/split-panel/index.d.ts.map +1 -1
  252. package/split-panel/index.js +2 -2
  253. package/split-panel/index.js.map +1 -1
  254. package/table/styles.css.js +32 -32
  255. package/table/styles.scoped.css +40 -43
  256. package/table/styles.selectors.js +32 -32
  257. package/tabs/styles.css.js +21 -21
  258. package/tabs/styles.scoped.css +40 -43
  259. package/tabs/styles.selectors.js +21 -21
  260. package/textarea/styles.css.js +4 -4
  261. package/textarea/styles.scoped.css +13 -14
  262. package/textarea/styles.selectors.js +4 -4
  263. package/toggle/internal.d.ts.map +1 -1
  264. package/toggle/internal.js +3 -1
  265. package/toggle/internal.js.map +1 -1
  266. package/toggle/styles.css.js +8 -8
  267. package/toggle/styles.scoped.css +15 -14
  268. package/toggle/styles.selectors.js +8 -8
  269. package/date-picker/calendar/utils/date.d.ts +0 -10
  270. package/date-picker/calendar/utils/date.d.ts.map +0 -1
  271. package/date-picker/calendar/utils/date.js +0 -50
  272. package/date-picker/calendar/utils/date.js.map +0 -1
  273. package/internal/components/date-input/utils/date.d.ts +0 -5
  274. package/internal/components/date-input/utils/date.d.ts.map +0 -1
  275. package/internal/components/date-input/utils/date.js +0 -11
  276. package/internal/components/date-input/utils/date.js.map +0 -1
  277. package/internal/utils/strings.d.ts +0 -2
  278. package/internal/utils/strings.d.ts.map +0 -1
  279. package/internal/utils/strings.js.map +0 -1
@@ -182,11 +182,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
182
182
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
183
183
  SPDX-License-Identifier: Apache-2.0
184
184
  */
185
- .awsui_arrow_xjuzf_jcb5h_185:not(#\9) {
185
+ .awsui_arrow_xjuzf_1bftv_185:not(#\9) {
186
186
  width: 20px;
187
187
  height: 10px;
188
188
  }
189
- .awsui_arrow-outer_xjuzf_jcb5h_189:not(#\9), .awsui_arrow-inner_xjuzf_jcb5h_189:not(#\9) {
189
+ .awsui_arrow-outer_xjuzf_1bftv_189:not(#\9), .awsui_arrow-inner_xjuzf_1bftv_189:not(#\9) {
190
190
  position: absolute;
191
191
  overflow: hidden;
192
192
  width: 20px;
@@ -194,7 +194,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
194
194
  top: 0;
195
195
  left: 0;
196
196
  }
197
- .awsui_arrow-outer_xjuzf_jcb5h_189:not(#\9)::after, .awsui_arrow-inner_xjuzf_jcb5h_189:not(#\9)::after {
197
+ .awsui_arrow-outer_xjuzf_1bftv_189:not(#\9)::after, .awsui_arrow-inner_xjuzf_1bftv_189:not(#\9)::after {
198
198
  content: "";
199
199
  box-sizing: border-box;
200
200
  display: inline-block;
@@ -207,26 +207,26 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
207
207
  transform: rotate(45deg);
208
208
  transform-origin: 0 100%;
209
209
  }
210
- .awsui_arrow-outer_xjuzf_jcb5h_189:not(#\9)::after {
210
+ .awsui_arrow-outer_xjuzf_1bftv_189:not(#\9)::after {
211
211
  background-color: var(--color-border-popover-5pygk7, #9ba7b6);
212
212
  }
213
- .awsui_arrow-inner_xjuzf_jcb5h_189:not(#\9) {
213
+ .awsui_arrow-inner_xjuzf_1bftv_189:not(#\9) {
214
214
  top: 2px;
215
215
  }
216
- .awsui_arrow-inner_xjuzf_jcb5h_189:not(#\9)::after {
216
+ .awsui_arrow-inner_xjuzf_1bftv_189:not(#\9)::after {
217
217
  border-radius: 1px 0 0 0;
218
218
  background-color: var(--color-background-popover-mn5o9k, #ffffff);
219
219
  }
220
- .awsui_arrow-position-right-top_xjuzf_jcb5h_220 > .awsui_arrow-outer_xjuzf_jcb5h_189:not(#\9)::after, .awsui_arrow-position-right-bottom_xjuzf_jcb5h_220 > .awsui_arrow-outer_xjuzf_jcb5h_189:not(#\9)::after {
220
+ .awsui_arrow-position-right-top_xjuzf_1bftv_220 > .awsui_arrow-outer_xjuzf_1bftv_189:not(#\9)::after, .awsui_arrow-position-right-bottom_xjuzf_1bftv_220 > .awsui_arrow-outer_xjuzf_1bftv_189:not(#\9)::after {
221
221
  box-shadow: -0.71px 0.71px 4px -2px var(--color-shadow-default-3se70f, rgba(0, 7, 22, 0.12));
222
222
  }
223
- .awsui_arrow-position-left-top_xjuzf_jcb5h_223 > .awsui_arrow-outer_xjuzf_jcb5h_189:not(#\9)::after, .awsui_arrow-position-left-bottom_xjuzf_jcb5h_223 > .awsui_arrow-outer_xjuzf_jcb5h_189:not(#\9)::after {
223
+ .awsui_arrow-position-left-top_xjuzf_1bftv_223 > .awsui_arrow-outer_xjuzf_1bftv_189:not(#\9)::after, .awsui_arrow-position-left-bottom_xjuzf_1bftv_223 > .awsui_arrow-outer_xjuzf_1bftv_189:not(#\9)::after {
224
224
  box-shadow: 0.71px -0.71px 4px -2px var(--color-shadow-default-3se70f, rgba(0, 7, 22, 0.12));
225
225
  }
226
- .awsui_arrow-position-top-center_xjuzf_jcb5h_226 > .awsui_arrow-outer_xjuzf_jcb5h_189:not(#\9)::after, .awsui_arrow-position-top-right_xjuzf_jcb5h_226 > .awsui_arrow-outer_xjuzf_jcb5h_189:not(#\9)::after, .awsui_arrow-position-top-left_xjuzf_jcb5h_226 > .awsui_arrow-outer_xjuzf_jcb5h_189:not(#\9)::after, .awsui_arrow-position-top-responsive_xjuzf_jcb5h_226 > .awsui_arrow-outer_xjuzf_jcb5h_189:not(#\9)::after {
226
+ .awsui_arrow-position-top-center_xjuzf_1bftv_226 > .awsui_arrow-outer_xjuzf_1bftv_189:not(#\9)::after, .awsui_arrow-position-top-right_xjuzf_1bftv_226 > .awsui_arrow-outer_xjuzf_1bftv_189:not(#\9)::after, .awsui_arrow-position-top-left_xjuzf_1bftv_226 > .awsui_arrow-outer_xjuzf_1bftv_189:not(#\9)::after, .awsui_arrow-position-top-responsive_xjuzf_1bftv_226 > .awsui_arrow-outer_xjuzf_1bftv_189:not(#\9)::after {
227
227
  box-shadow: -0.71px -0.71px 4px -2px var(--color-shadow-default-3se70f, rgba(0, 7, 22, 0.12));
228
228
  }
229
- .awsui_arrow-position-bottom-center_xjuzf_jcb5h_229 > .awsui_arrow-outer_xjuzf_jcb5h_189:not(#\9)::after, .awsui_arrow-position-bottom-right_xjuzf_jcb5h_229 > .awsui_arrow-outer_xjuzf_jcb5h_189:not(#\9)::after, .awsui_arrow-position-bottom-left_xjuzf_jcb5h_229 > .awsui_arrow-outer_xjuzf_jcb5h_189:not(#\9)::after, .awsui_arrow-position-bottom-responsive_xjuzf_jcb5h_229 > .awsui_arrow-outer_xjuzf_jcb5h_189:not(#\9)::after {
229
+ .awsui_arrow-position-bottom-center_xjuzf_1bftv_229 > .awsui_arrow-outer_xjuzf_1bftv_189:not(#\9)::after, .awsui_arrow-position-bottom-right_xjuzf_1bftv_229 > .awsui_arrow-outer_xjuzf_1bftv_189:not(#\9)::after, .awsui_arrow-position-bottom-left_xjuzf_1bftv_229 > .awsui_arrow-outer_xjuzf_1bftv_189:not(#\9)::after, .awsui_arrow-position-bottom-responsive_xjuzf_1bftv_229 > .awsui_arrow-outer_xjuzf_1bftv_189:not(#\9)::after {
230
230
  box-shadow: 0.71px 0.71px 4px -2px var(--color-shadow-default-3se70f, rgba(0, 7, 22, 0.12));
231
231
  }
232
232
 
@@ -322,7 +322,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
322
322
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
323
323
  SPDX-License-Identifier: Apache-2.0
324
324
  */
325
- .awsui_body_xjuzf_jcb5h_325:not(#\9) {
325
+ .awsui_body_xjuzf_1bftv_325:not(#\9) {
326
326
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
327
327
  border-collapse: separate;
328
328
  border-spacing: 0;
@@ -367,57 +367,62 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
367
367
  box-shadow: var(--shadow-popover-kzy6rd, 0px 4px 20px 1px rgba(0, 7, 22, 0.1));
368
368
  border: var(--border-field-width-idlekx, 2px) solid var(--color-border-popover-5pygk7, #9ba7b6);
369
369
  }
370
- .awsui_body-overflow-visible_xjuzf_jcb5h_344:not(#\9) {
370
+ .awsui_body-overflow-visible_xjuzf_1bftv_344:not(#\9) {
371
371
  overflow: visible;
372
372
  }
373
373
 
374
- .awsui_variant-annotation_xjuzf_jcb5h_348:not(#\9) {
374
+ .awsui_variant-annotation_xjuzf_1bftv_348:not(#\9) {
375
375
  background-color: var(--color-background-status-info-usb30e, #f2f8fd);
376
376
  border-color: var(--color-border-status-info-546i7i, #0972d3);
377
377
  }
378
378
 
379
- .awsui_body-size-small_xjuzf_jcb5h_353:not(#\9) {
379
+ .awsui_body-size-small_xjuzf_1bftv_353:not(#\9) {
380
380
  max-width: 210px;
381
381
  }
382
- .awsui_body-size-small_xjuzf_jcb5h_353.awsui_fixed-width_xjuzf_jcb5h_356:not(#\9) {
382
+ .awsui_body-size-small_xjuzf_1bftv_353.awsui_fixed-width_xjuzf_1bftv_356:not(#\9) {
383
383
  width: 210px;
384
384
  }
385
385
 
386
- .awsui_body-size-medium_xjuzf_jcb5h_360:not(#\9) {
386
+ .awsui_body-size-medium_xjuzf_1bftv_360:not(#\9) {
387
387
  max-width: 310px;
388
388
  }
389
- .awsui_body-size-medium_xjuzf_jcb5h_360.awsui_fixed-width_xjuzf_jcb5h_356:not(#\9) {
389
+ .awsui_body-size-medium_xjuzf_1bftv_360.awsui_fixed-width_xjuzf_1bftv_356:not(#\9) {
390
390
  width: 310px;
391
391
  }
392
392
 
393
- .awsui_body-size-large_xjuzf_jcb5h_367:not(#\9) {
393
+ .awsui_body-size-large_xjuzf_1bftv_367:not(#\9) {
394
394
  max-width: 480px;
395
395
  }
396
- .awsui_body-size-large_xjuzf_jcb5h_367.awsui_fixed-width_xjuzf_jcb5h_356:not(#\9) {
396
+ @media (max-width: 480px) {
397
+ .awsui_body-size-large_xjuzf_1bftv_367:not(#\9) {
398
+ max-width: 310px;
399
+ }
400
+ }
401
+ .awsui_body-size-large_xjuzf_1bftv_367.awsui_fixed-width_xjuzf_1bftv_356:not(#\9) {
397
402
  width: 480px;
398
403
  }
399
404
 
400
- .awsui_has-dismiss_xjuzf_jcb5h_374:not(#\9) {
405
+ .awsui_has-dismiss_xjuzf_1bftv_379:not(#\9) {
401
406
  display: flex;
402
407
  align-items: baseline;
403
408
  }
404
409
 
405
- .awsui_dismiss_xjuzf_jcb5h_379:not(#\9) {
410
+ .awsui_dismiss_xjuzf_1bftv_384:not(#\9) {
406
411
  margin: calc(-1 * (var(--space-scaled-xxs-95dhkm, 4px) + var(--border-field-width-idlekx, 2px))) calc(-1 * (var(--space-xxs-ynfts5, 4px) + var(--border-field-width-idlekx, 2px)));
407
412
  margin-left: 0;
408
413
  flex: 0 0 auto;
409
414
  order: 1;
410
415
  }
411
416
 
412
- .awsui_dismiss-control_xjuzf_jcb5h_386:not(#\9) {
417
+ .awsui_dismiss-control_xjuzf_1bftv_391:not(#\9) {
413
418
  /* used in test-utils */
414
419
  }
415
420
 
416
- .awsui_header-row_xjuzf_jcb5h_390:not(#\9) {
421
+ .awsui_header-row_xjuzf_1bftv_395:not(#\9) {
417
422
  margin-bottom: var(--space-xs-rsr2qu, 8px);
418
423
  }
419
424
 
420
- .awsui_header_xjuzf_jcb5h_390:not(#\9) {
425
+ .awsui_header_xjuzf_1bftv_395:not(#\9) {
421
426
  word-wrap: break-word;
422
427
  max-width: 100%;
423
428
  overflow: hidden;
@@ -428,21 +433,21 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
428
433
  /* stylelint-disable selector-max-type */
429
434
  /* stylelint-enable selector-max-type */
430
435
  }
431
- .awsui_header_xjuzf_jcb5h_390 > h2:not(#\9) {
436
+ .awsui_header_xjuzf_1bftv_395 > h2:not(#\9) {
432
437
  font-size: var(--font-heading-xs-size-fryxro, 14px);
433
438
  line-height: var(--font-heading-xs-line-height-5x131j, 18px);
434
439
  font-weight: var(--font-heading-xs-weight-wwznty, 800);
435
440
  display: inline;
436
441
  }
437
442
 
438
- .awsui_content_xjuzf_jcb5h_412:not(#\9) {
443
+ .awsui_content_xjuzf_1bftv_417:not(#\9) {
439
444
  word-wrap: break-word;
440
445
  max-width: 100%;
441
446
  overflow: hidden;
442
447
  color: var(--color-text-body-secondary-fdstdf, #414d5c);
443
448
  flex: 1 1 auto;
444
449
  }
445
- .awsui_content-overflow-visible_xjuzf_jcb5h_419:not(#\9) {
450
+ .awsui_content-overflow-visible_xjuzf_1bftv_424:not(#\9) {
446
451
  overflow: visible;
447
452
  }
448
453
 
@@ -454,7 +459,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
454
459
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
455
460
  SPDX-License-Identifier: Apache-2.0
456
461
  */
457
- .awsui_container_xjuzf_jcb5h_431:not(#\9) {
462
+ .awsui_container_xjuzf_1bftv_436:not(#\9) {
458
463
  display: inline-block;
459
464
  position: fixed;
460
465
  top: -9999px;
@@ -462,59 +467,59 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
462
467
  z-index: 2000;
463
468
  }
464
469
 
465
- .awsui_container-arrow_xjuzf_jcb5h_439:not(#\9) {
470
+ .awsui_container-arrow_xjuzf_1bftv_444:not(#\9) {
466
471
  position: absolute;
467
472
  display: inline-block;
468
473
  }
469
- .awsui_container-arrow-position-right-top_xjuzf_jcb5h_443:not(#\9), .awsui_container-arrow-position-right-bottom_xjuzf_jcb5h_443:not(#\9) {
474
+ .awsui_container-arrow-position-right-top_xjuzf_1bftv_448:not(#\9), .awsui_container-arrow-position-right-bottom_xjuzf_1bftv_448:not(#\9) {
470
475
  transform: rotate(-90deg);
471
476
  transform-origin: 0 100%;
472
477
  }
473
- .awsui_container-arrow-position-right-top_xjuzf_jcb5h_443:not(#\9) {
478
+ .awsui_container-arrow-position-right-top_xjuzf_1bftv_448:not(#\9) {
474
479
  top: calc(12px + 10px);
475
480
  left: 0;
476
481
  }
477
- .awsui_container-arrow-position-right-bottom_xjuzf_jcb5h_443:not(#\9) {
482
+ .awsui_container-arrow-position-right-bottom_xjuzf_1bftv_448:not(#\9) {
478
483
  bottom: 12px;
479
484
  left: 0;
480
485
  }
481
- .awsui_container-arrow-position-left-top_xjuzf_jcb5h_455:not(#\9), .awsui_container-arrow-position-left-bottom_xjuzf_jcb5h_455:not(#\9) {
486
+ .awsui_container-arrow-position-left-top_xjuzf_1bftv_460:not(#\9), .awsui_container-arrow-position-left-bottom_xjuzf_1bftv_460:not(#\9) {
482
487
  transform: rotate(90deg);
483
488
  transform-origin: 100% 100%;
484
489
  }
485
- .awsui_container-arrow-position-left-top_xjuzf_jcb5h_455:not(#\9) {
490
+ .awsui_container-arrow-position-left-top_xjuzf_1bftv_460:not(#\9) {
486
491
  top: calc(12px + 10px);
487
492
  right: 0;
488
493
  }
489
- .awsui_container-arrow-position-left-bottom_xjuzf_jcb5h_455:not(#\9) {
494
+ .awsui_container-arrow-position-left-bottom_xjuzf_1bftv_460:not(#\9) {
490
495
  bottom: 12px;
491
496
  right: 0;
492
497
  }
493
- .awsui_container-arrow-position-top-center_xjuzf_jcb5h_467:not(#\9), .awsui_container-arrow-position-top-right_xjuzf_jcb5h_467:not(#\9), .awsui_container-arrow-position-top-left_xjuzf_jcb5h_467:not(#\9), .awsui_container-arrow-position-top-responsive_xjuzf_jcb5h_467:not(#\9) {
498
+ .awsui_container-arrow-position-top-center_xjuzf_1bftv_472:not(#\9), .awsui_container-arrow-position-top-right_xjuzf_1bftv_472:not(#\9), .awsui_container-arrow-position-top-left_xjuzf_1bftv_472:not(#\9), .awsui_container-arrow-position-top-responsive_xjuzf_1bftv_472:not(#\9) {
494
499
  transform: rotate(180deg);
495
500
  transform-origin: 50% 50%;
496
501
  }
497
- .awsui_container-arrow-position-top-center_xjuzf_jcb5h_467:not(#\9) {
502
+ .awsui_container-arrow-position-top-center_xjuzf_1bftv_472:not(#\9) {
498
503
  bottom: -10px;
499
504
  left: calc(50% - 10px);
500
505
  }
501
- .awsui_container-arrow-position-top-right_xjuzf_jcb5h_467:not(#\9) {
506
+ .awsui_container-arrow-position-top-right_xjuzf_1bftv_472:not(#\9) {
502
507
  bottom: -10px;
503
508
  left: 12px;
504
509
  }
505
- .awsui_container-arrow-position-top-left_xjuzf_jcb5h_467:not(#\9) {
510
+ .awsui_container-arrow-position-top-left_xjuzf_1bftv_472:not(#\9) {
506
511
  bottom: -10px;
507
512
  left: calc(100% - 20px - 12px);
508
513
  }
509
- .awsui_container-arrow-position-bottom-center_xjuzf_jcb5h_483:not(#\9) {
514
+ .awsui_container-arrow-position-bottom-center_xjuzf_1bftv_488:not(#\9) {
510
515
  top: -10px;
511
516
  left: calc(50% - 10px);
512
517
  }
513
- .awsui_container-arrow-position-bottom-right_xjuzf_jcb5h_487:not(#\9) {
518
+ .awsui_container-arrow-position-bottom-right_xjuzf_1bftv_492:not(#\9) {
514
519
  top: -10px;
515
520
  left: 12px;
516
521
  }
517
- .awsui_container-arrow-position-bottom-left_xjuzf_jcb5h_491:not(#\9) {
522
+ .awsui_container-arrow-position-bottom-left_xjuzf_1bftv_496:not(#\9) {
518
523
  top: -10px;
519
524
  left: calc(100% - 20px - 12px);
520
525
  }
@@ -611,10 +616,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
611
616
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
612
617
  SPDX-License-Identifier: Apache-2.0
613
618
  */
614
- .awsui_container_xjuzf_jcb5h_431:not(#\9) {
615
- animation: awsui_awsui-motion-fade-in_xjuzf_jcb5h_1 var(--motion-duration-show-paced-7wspqf, 180ms) var(--motion-easing-show-paced-wj4ybn, ease-out);
619
+ .awsui_container_xjuzf_1bftv_436:not(#\9) {
620
+ animation: awsui_awsui-motion-fade-in_xjuzf_1bftv_1 var(--motion-duration-show-paced-7wspqf, 180ms) var(--motion-easing-show-paced-wj4ybn, ease-out);
616
621
  }
617
- @keyframes awsui_awsui-motion-fade-in_xjuzf_jcb5h_1 {
622
+ @keyframes awsui_awsui-motion-fade-in_xjuzf_1bftv_1 {
618
623
  from {
619
624
  opacity: 0.2;
620
625
  }
@@ -623,19 +628,19 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
623
628
  }
624
629
  }
625
630
  @media (prefers-reduced-motion: reduce) {
626
- .awsui_container_xjuzf_jcb5h_431:not(#\9) {
631
+ .awsui_container_xjuzf_1bftv_436:not(#\9) {
627
632
  animation: none;
628
633
  transition: none;
629
634
  }
630
635
  }
631
- .awsui-motion-disabled .awsui_container_xjuzf_jcb5h_431:not(#\9), .awsui-mode-entering .awsui_container_xjuzf_jcb5h_431:not(#\9) {
636
+ .awsui-motion-disabled .awsui_container_xjuzf_1bftv_436:not(#\9), .awsui-mode-entering .awsui_container_xjuzf_1bftv_436:not(#\9) {
632
637
  animation: none;
633
638
  transition: none;
634
639
  }
635
- .awsui_container_xjuzf_jcb5h_431.awsui_refresh_xjuzf_jcb5h_609:not(#\9) {
636
- animation: awsui_awsui-motion-fade-in_xjuzf_jcb5h_1 var(--motion-duration-refresh-only-fast-addxjd, 115ms) var(--motion-easing-refresh-only-a-sy0g8m, cubic-bezier(0, 0, 0, 1));
640
+ .awsui_container_xjuzf_1bftv_436.awsui_refresh_xjuzf_1bftv_614:not(#\9) {
641
+ animation: awsui_awsui-motion-fade-in_xjuzf_1bftv_1 var(--motion-duration-refresh-only-fast-addxjd, 115ms) var(--motion-easing-refresh-only-a-sy0g8m, cubic-bezier(0, 0, 0, 1));
637
642
  }
638
- @keyframes awsui_awsui-motion-fade-in_xjuzf_jcb5h_1 {
643
+ @keyframes awsui_awsui-motion-fade-in_xjuzf_1bftv_1 {
639
644
  from {
640
645
  opacity: 0.2;
641
646
  }
@@ -644,17 +649,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
644
649
  }
645
650
  }
646
651
  @media (prefers-reduced-motion: reduce) {
647
- .awsui_container_xjuzf_jcb5h_431.awsui_refresh_xjuzf_jcb5h_609:not(#\9) {
652
+ .awsui_container_xjuzf_1bftv_436.awsui_refresh_xjuzf_1bftv_614:not(#\9) {
648
653
  animation: none;
649
654
  transition: none;
650
655
  }
651
656
  }
652
- .awsui-motion-disabled .awsui_container_xjuzf_jcb5h_431.awsui_refresh_xjuzf_jcb5h_609:not(#\9), .awsui-mode-entering .awsui_container_xjuzf_jcb5h_431.awsui_refresh_xjuzf_jcb5h_609:not(#\9) {
657
+ .awsui-motion-disabled .awsui_container_xjuzf_1bftv_436.awsui_refresh_xjuzf_1bftv_614:not(#\9), .awsui-mode-entering .awsui_container_xjuzf_1bftv_436.awsui_refresh_xjuzf_1bftv_614:not(#\9) {
653
658
  animation: none;
654
659
  transition: none;
655
660
  }
656
661
 
657
- .awsui_root_xjuzf_jcb5h_631:not(#\9) {
662
+ .awsui_root_xjuzf_1bftv_636:not(#\9) {
658
663
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
659
664
  border-collapse: separate;
660
665
  border-spacing: 0;
@@ -692,14 +697,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
692
697
  color: inherit;
693
698
  }
694
699
 
695
- .awsui_trigger_xjuzf_jcb5h_643:not(#\9) {
700
+ .awsui_trigger_xjuzf_1bftv_648:not(#\9) {
696
701
  display: inline-block;
697
702
  max-width: 100%;
698
703
  color: inherit;
699
704
  text-align: inherit;
700
705
  }
701
706
 
702
- .awsui_trigger-type-text_xjuzf_jcb5h_650:not(#\9) {
707
+ .awsui_trigger-type-text_xjuzf_1bftv_655:not(#\9) {
703
708
  border: 0;
704
709
  margin: 0;
705
710
  padding: 0;
@@ -707,17 +712,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
707
712
  cursor: pointer;
708
713
  border-bottom: var(--border-divider-list-width-hacikr, 1px) dashed currentColor;
709
714
  }
710
- .awsui_trigger-type-text_xjuzf_jcb5h_650:not(#\9):focus {
715
+ .awsui_trigger-type-text_xjuzf_1bftv_655:not(#\9):focus {
711
716
  outline: none;
712
717
  }
713
- .awsui_trigger-type-text_xjuzf_jcb5h_650[data-awsui-focus-visible=true]:not(#\9):focus {
718
+ .awsui_trigger-type-text_xjuzf_1bftv_655[data-awsui-focus-visible=true]:not(#\9):focus {
714
719
  position: relative;
715
720
  }
716
- .awsui_trigger-type-text_xjuzf_jcb5h_650[data-awsui-focus-visible=true]:not(#\9):focus {
721
+ .awsui_trigger-type-text_xjuzf_1bftv_655[data-awsui-focus-visible=true]:not(#\9):focus {
717
722
  outline: 2px dotted transparent;
718
723
  outline-offset: calc(1px - 1px);
719
724
  }
720
- .awsui_trigger-type-text_xjuzf_jcb5h_650[data-awsui-focus-visible=true]:not(#\9):focus::before {
725
+ .awsui_trigger-type-text_xjuzf_1bftv_655[data-awsui-focus-visible=true]:not(#\9):focus::before {
721
726
  content: " ";
722
727
  display: block;
723
728
  position: absolute;
@@ -728,6 +733,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
728
733
  border-radius: var(--border-radius-control-default-focus-ring-7661kz, 4px);
729
734
  box-shadow: 0 0 0 2px var(--color-border-item-focused-ap3b6s, #0972d3);
730
735
  }
731
- .awsui_trigger-type-text_xjuzf_jcb5h_650 > .awsui_trigger-inner-text_xjuzf_jcb5h_679:not(#\9) {
736
+ .awsui_trigger-type-text_xjuzf_1bftv_655 > .awsui_trigger-inner-text_xjuzf_1bftv_684:not(#\9) {
732
737
  position: relative;
733
738
  }
@@ -2,53 +2,53 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "arrow": "awsui_arrow_xjuzf_jcb5h_185",
6
- "arrow-outer": "awsui_arrow-outer_xjuzf_jcb5h_189",
7
- "arrow-inner": "awsui_arrow-inner_xjuzf_jcb5h_189",
8
- "arrow-position-right-top": "awsui_arrow-position-right-top_xjuzf_jcb5h_220",
9
- "arrow-position-right-bottom": "awsui_arrow-position-right-bottom_xjuzf_jcb5h_220",
10
- "arrow-position-left-top": "awsui_arrow-position-left-top_xjuzf_jcb5h_223",
11
- "arrow-position-left-bottom": "awsui_arrow-position-left-bottom_xjuzf_jcb5h_223",
12
- "arrow-position-top-center": "awsui_arrow-position-top-center_xjuzf_jcb5h_226",
13
- "arrow-position-top-right": "awsui_arrow-position-top-right_xjuzf_jcb5h_226",
14
- "arrow-position-top-left": "awsui_arrow-position-top-left_xjuzf_jcb5h_226",
15
- "arrow-position-top-responsive": "awsui_arrow-position-top-responsive_xjuzf_jcb5h_226",
16
- "arrow-position-bottom-center": "awsui_arrow-position-bottom-center_xjuzf_jcb5h_229",
17
- "arrow-position-bottom-right": "awsui_arrow-position-bottom-right_xjuzf_jcb5h_229",
18
- "arrow-position-bottom-left": "awsui_arrow-position-bottom-left_xjuzf_jcb5h_229",
19
- "arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_xjuzf_jcb5h_229",
20
- "body": "awsui_body_xjuzf_jcb5h_325",
21
- "body-overflow-visible": "awsui_body-overflow-visible_xjuzf_jcb5h_344",
22
- "variant-annotation": "awsui_variant-annotation_xjuzf_jcb5h_348",
23
- "body-size-small": "awsui_body-size-small_xjuzf_jcb5h_353",
24
- "fixed-width": "awsui_fixed-width_xjuzf_jcb5h_356",
25
- "body-size-medium": "awsui_body-size-medium_xjuzf_jcb5h_360",
26
- "body-size-large": "awsui_body-size-large_xjuzf_jcb5h_367",
27
- "has-dismiss": "awsui_has-dismiss_xjuzf_jcb5h_374",
28
- "dismiss": "awsui_dismiss_xjuzf_jcb5h_379",
29
- "dismiss-control": "awsui_dismiss-control_xjuzf_jcb5h_386",
30
- "header-row": "awsui_header-row_xjuzf_jcb5h_390",
31
- "header": "awsui_header_xjuzf_jcb5h_390",
32
- "content": "awsui_content_xjuzf_jcb5h_412",
33
- "content-overflow-visible": "awsui_content-overflow-visible_xjuzf_jcb5h_419",
34
- "container": "awsui_container_xjuzf_jcb5h_431",
35
- "container-arrow": "awsui_container-arrow_xjuzf_jcb5h_439",
36
- "container-arrow-position-right-top": "awsui_container-arrow-position-right-top_xjuzf_jcb5h_443",
37
- "container-arrow-position-right-bottom": "awsui_container-arrow-position-right-bottom_xjuzf_jcb5h_443",
38
- "container-arrow-position-left-top": "awsui_container-arrow-position-left-top_xjuzf_jcb5h_455",
39
- "container-arrow-position-left-bottom": "awsui_container-arrow-position-left-bottom_xjuzf_jcb5h_455",
40
- "container-arrow-position-top-center": "awsui_container-arrow-position-top-center_xjuzf_jcb5h_467",
41
- "container-arrow-position-top-right": "awsui_container-arrow-position-top-right_xjuzf_jcb5h_467",
42
- "container-arrow-position-top-left": "awsui_container-arrow-position-top-left_xjuzf_jcb5h_467",
43
- "container-arrow-position-top-responsive": "awsui_container-arrow-position-top-responsive_xjuzf_jcb5h_467",
44
- "container-arrow-position-bottom-center": "awsui_container-arrow-position-bottom-center_xjuzf_jcb5h_483",
45
- "container-arrow-position-bottom-right": "awsui_container-arrow-position-bottom-right_xjuzf_jcb5h_487",
46
- "container-arrow-position-bottom-left": "awsui_container-arrow-position-bottom-left_xjuzf_jcb5h_491",
47
- "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_xjuzf_jcb5h_1",
48
- "refresh": "awsui_refresh_xjuzf_jcb5h_609",
49
- "root": "awsui_root_xjuzf_jcb5h_631",
50
- "trigger": "awsui_trigger_xjuzf_jcb5h_643",
51
- "trigger-type-text": "awsui_trigger-type-text_xjuzf_jcb5h_650",
52
- "trigger-inner-text": "awsui_trigger-inner-text_xjuzf_jcb5h_679"
5
+ "arrow": "awsui_arrow_xjuzf_1bftv_185",
6
+ "arrow-outer": "awsui_arrow-outer_xjuzf_1bftv_189",
7
+ "arrow-inner": "awsui_arrow-inner_xjuzf_1bftv_189",
8
+ "arrow-position-right-top": "awsui_arrow-position-right-top_xjuzf_1bftv_220",
9
+ "arrow-position-right-bottom": "awsui_arrow-position-right-bottom_xjuzf_1bftv_220",
10
+ "arrow-position-left-top": "awsui_arrow-position-left-top_xjuzf_1bftv_223",
11
+ "arrow-position-left-bottom": "awsui_arrow-position-left-bottom_xjuzf_1bftv_223",
12
+ "arrow-position-top-center": "awsui_arrow-position-top-center_xjuzf_1bftv_226",
13
+ "arrow-position-top-right": "awsui_arrow-position-top-right_xjuzf_1bftv_226",
14
+ "arrow-position-top-left": "awsui_arrow-position-top-left_xjuzf_1bftv_226",
15
+ "arrow-position-top-responsive": "awsui_arrow-position-top-responsive_xjuzf_1bftv_226",
16
+ "arrow-position-bottom-center": "awsui_arrow-position-bottom-center_xjuzf_1bftv_229",
17
+ "arrow-position-bottom-right": "awsui_arrow-position-bottom-right_xjuzf_1bftv_229",
18
+ "arrow-position-bottom-left": "awsui_arrow-position-bottom-left_xjuzf_1bftv_229",
19
+ "arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_xjuzf_1bftv_229",
20
+ "body": "awsui_body_xjuzf_1bftv_325",
21
+ "body-overflow-visible": "awsui_body-overflow-visible_xjuzf_1bftv_344",
22
+ "variant-annotation": "awsui_variant-annotation_xjuzf_1bftv_348",
23
+ "body-size-small": "awsui_body-size-small_xjuzf_1bftv_353",
24
+ "fixed-width": "awsui_fixed-width_xjuzf_1bftv_356",
25
+ "body-size-medium": "awsui_body-size-medium_xjuzf_1bftv_360",
26
+ "body-size-large": "awsui_body-size-large_xjuzf_1bftv_367",
27
+ "has-dismiss": "awsui_has-dismiss_xjuzf_1bftv_379",
28
+ "dismiss": "awsui_dismiss_xjuzf_1bftv_384",
29
+ "dismiss-control": "awsui_dismiss-control_xjuzf_1bftv_391",
30
+ "header-row": "awsui_header-row_xjuzf_1bftv_395",
31
+ "header": "awsui_header_xjuzf_1bftv_395",
32
+ "content": "awsui_content_xjuzf_1bftv_417",
33
+ "content-overflow-visible": "awsui_content-overflow-visible_xjuzf_1bftv_424",
34
+ "container": "awsui_container_xjuzf_1bftv_436",
35
+ "container-arrow": "awsui_container-arrow_xjuzf_1bftv_444",
36
+ "container-arrow-position-right-top": "awsui_container-arrow-position-right-top_xjuzf_1bftv_448",
37
+ "container-arrow-position-right-bottom": "awsui_container-arrow-position-right-bottom_xjuzf_1bftv_448",
38
+ "container-arrow-position-left-top": "awsui_container-arrow-position-left-top_xjuzf_1bftv_460",
39
+ "container-arrow-position-left-bottom": "awsui_container-arrow-position-left-bottom_xjuzf_1bftv_460",
40
+ "container-arrow-position-top-center": "awsui_container-arrow-position-top-center_xjuzf_1bftv_472",
41
+ "container-arrow-position-top-right": "awsui_container-arrow-position-top-right_xjuzf_1bftv_472",
42
+ "container-arrow-position-top-left": "awsui_container-arrow-position-top-left_xjuzf_1bftv_472",
43
+ "container-arrow-position-top-responsive": "awsui_container-arrow-position-top-responsive_xjuzf_1bftv_472",
44
+ "container-arrow-position-bottom-center": "awsui_container-arrow-position-bottom-center_xjuzf_1bftv_488",
45
+ "container-arrow-position-bottom-right": "awsui_container-arrow-position-bottom-right_xjuzf_1bftv_492",
46
+ "container-arrow-position-bottom-left": "awsui_container-arrow-position-bottom-left_xjuzf_1bftv_496",
47
+ "awsui-motion-fade-in": "awsui_awsui-motion-fade-in_xjuzf_1bftv_1",
48
+ "refresh": "awsui_refresh_xjuzf_1bftv_614",
49
+ "root": "awsui_root_xjuzf_1bftv_636",
50
+ "trigger": "awsui_trigger_xjuzf_1bftv_648",
51
+ "trigger-type-text": "awsui_trigger-type-text_xjuzf_1bftv_655",
52
+ "trigger-inner-text": "awsui_trigger-inner-text_xjuzf_1bftv_684"
53
53
  };
54
54
 
@@ -1,14 +1,14 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "root": "awsui_root_1mabk_6gh4j_93",
5
- "radio": "awsui_radio_1mabk_6gh4j_105",
6
- "radio--has-description": "awsui_radio--has-description_1mabk_6gh4j_113",
7
- "radio-control": "awsui_radio-control_1mabk_6gh4j_117",
8
- "input": "awsui_input_1mabk_6gh4j_125",
9
- "styled-circle-border": "awsui_styled-circle-border_1mabk_6gh4j_147",
10
- "styled-circle-disabled": "awsui_styled-circle-disabled_1mabk_6gh4j_151",
11
- "styled-circle-fill": "awsui_styled-circle-fill_1mabk_6gh4j_156",
12
- "styled-circle-checked": "awsui_styled-circle-checked_1mabk_6gh4j_162"
4
+ "root": "awsui_root_1mabk_r7q1e_93",
5
+ "radio": "awsui_radio_1mabk_r7q1e_105",
6
+ "radio--has-description": "awsui_radio--has-description_1mabk_r7q1e_113",
7
+ "radio-control": "awsui_radio-control_1mabk_r7q1e_117",
8
+ "input": "awsui_input_1mabk_r7q1e_125",
9
+ "styled-circle-border": "awsui_styled-circle-border_1mabk_r7q1e_147",
10
+ "styled-circle-disabled": "awsui_styled-circle-disabled_1mabk_r7q1e_151",
11
+ "styled-circle-fill": "awsui_styled-circle-fill_1mabk_r7q1e_156",
12
+ "styled-circle-checked": "awsui_styled-circle-checked_1mabk_r7q1e_162"
13
13
  };
14
14
 
@@ -90,7 +90,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
90
90
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
91
91
  SPDX-License-Identifier: Apache-2.0
92
92
  */
93
- .awsui_root_1mabk_6gh4j_93:not(#\9) {
93
+ .awsui_root_1mabk_r7q1e_93:not(#\9) {
94
94
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
95
95
  border-collapse: separate;
96
96
  border-spacing: 0;
@@ -128,19 +128,19 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
128
128
  display: block;
129
129
  }
130
130
 
131
- .awsui_radio_1mabk_6gh4j_105:not(#\9) {
131
+ .awsui_radio_1mabk_r7q1e_105:not(#\9) {
132
132
  /*used in test-utils*/
133
133
  }
134
134
 
135
- .awsui_radio_1mabk_6gh4j_105 + .awsui_radio_1mabk_6gh4j_105:not(#\9) {
135
+ .awsui_radio_1mabk_r7q1e_105 + .awsui_radio_1mabk_r7q1e_105:not(#\9) {
136
136
  margin-top: var(--space-scaled-xxs-95dhkm, 4px);
137
137
  }
138
138
 
139
- .awsui_radio--has-description_1mabk_6gh4j_113 + .awsui_radio_1mabk_6gh4j_105:not(#\9) {
139
+ .awsui_radio--has-description_1mabk_r7q1e_113 + .awsui_radio_1mabk_r7q1e_105:not(#\9) {
140
140
  margin-top: var(--space-scaled-xs-6859qs, 8px);
141
141
  }
142
142
 
143
- .awsui_radio-control_1mabk_6gh4j_117:not(#\9) {
143
+ .awsui_radio-control_1mabk_r7q1e_117:not(#\9) {
144
144
  margin-top: calc((var(--font-body-m-line-height-i7xxvv, 22px) - var(--size-control-n9i4yo, 16px)) / 2);
145
145
  min-height: var(--size-control-n9i4yo, 16px);
146
146
  min-width: var(--size-control-n9i4yo, 16px);
@@ -148,17 +148,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
148
148
  width: var(--size-control-n9i4yo, 16px);
149
149
  }
150
150
 
151
- .awsui_input_1mabk_6gh4j_125[data-awsui-focus-visible=true]:not(#\9):focus {
151
+ .awsui_input_1mabk_r7q1e_125[data-awsui-focus-visible=true]:not(#\9):focus {
152
152
  /* stylelint-disable-next-line selector-max-type, @cloudscape-design/no-implicit-descendant */
153
153
  }
154
- .awsui_input_1mabk_6gh4j_125[data-awsui-focus-visible=true]:not(#\9):focus + div {
154
+ .awsui_input_1mabk_r7q1e_125[data-awsui-focus-visible=true]:not(#\9):focus + span {
155
155
  position: relative;
156
156
  }
157
- .awsui_input_1mabk_6gh4j_125[data-awsui-focus-visible=true]:not(#\9):focus + div {
157
+ .awsui_input_1mabk_r7q1e_125[data-awsui-focus-visible=true]:not(#\9):focus + span {
158
158
  outline: 2px dotted transparent;
159
159
  outline-offset: calc(2px - 1px);
160
160
  }
161
- .awsui_input_1mabk_6gh4j_125[data-awsui-focus-visible=true]:not(#\9):focus + div::before {
161
+ .awsui_input_1mabk_r7q1e_125[data-awsui-focus-visible=true]:not(#\9):focus + span::before {
162
162
  content: " ";
163
163
  display: block;
164
164
  position: absolute;
@@ -170,35 +170,35 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
170
170
  box-shadow: 0 0 0 2px var(--color-border-item-focused-ap3b6s, #0972d3);
171
171
  }
172
172
 
173
- .awsui_styled-circle-border_1mabk_6gh4j_147:not(#\9) {
173
+ .awsui_styled-circle-border_1mabk_r7q1e_147:not(#\9) {
174
174
  stroke: var(--color-border-control-default-m3lmsh, #7d8998);
175
175
  fill: var(--color-background-control-default-4pa05r, #ffffff);
176
176
  }
177
- .awsui_styled-circle-border_1mabk_6gh4j_147.awsui_styled-circle-disabled_1mabk_6gh4j_151:not(#\9) {
177
+ .awsui_styled-circle-border_1mabk_r7q1e_147.awsui_styled-circle-disabled_1mabk_r7q1e_151:not(#\9) {
178
178
  fill: var(--color-background-control-disabled-zplipy, #d1d5db);
179
179
  stroke: var(--color-background-control-disabled-zplipy, #d1d5db);
180
180
  }
181
181
 
182
- .awsui_styled-circle-fill_1mabk_6gh4j_156:not(#\9) {
182
+ .awsui_styled-circle-fill_1mabk_r7q1e_156:not(#\9) {
183
183
  stroke: var(--color-background-control-checked-9admlu, #0972d3);
184
184
  fill: var(--color-foreground-control-default-7ajdem, #ffffff);
185
185
  opacity: 0;
186
186
  transition: opacity var(--motion-duration-transition-quick-x85tae, 90ms) var(--motion-easing-transition-quick-lukbd8, linear);
187
187
  }
188
- .awsui_styled-circle-fill_1mabk_6gh4j_156.awsui_styled-circle-checked_1mabk_6gh4j_162:not(#\9) {
188
+ .awsui_styled-circle-fill_1mabk_r7q1e_156.awsui_styled-circle-checked_1mabk_r7q1e_162:not(#\9) {
189
189
  opacity: 1;
190
190
  }
191
- .awsui_styled-circle-fill_1mabk_6gh4j_156.awsui_styled-circle-disabled_1mabk_6gh4j_151:not(#\9) {
191
+ .awsui_styled-circle-fill_1mabk_r7q1e_156.awsui_styled-circle-disabled_1mabk_r7q1e_151:not(#\9) {
192
192
  fill: var(--color-foreground-control-disabled-v6a97u, #ffffff);
193
193
  stroke: var(--color-background-control-disabled-zplipy, #d1d5db);
194
194
  }
195
195
  @media (prefers-reduced-motion: reduce) {
196
- .awsui_styled-circle-fill_1mabk_6gh4j_156:not(#\9) {
196
+ .awsui_styled-circle-fill_1mabk_r7q1e_156:not(#\9) {
197
197
  animation: none;
198
198
  transition: none;
199
199
  }
200
200
  }
201
- .awsui-motion-disabled .awsui_styled-circle-fill_1mabk_6gh4j_156:not(#\9), .awsui-mode-entering .awsui_styled-circle-fill_1mabk_6gh4j_156:not(#\9) {
201
+ .awsui-motion-disabled .awsui_styled-circle-fill_1mabk_r7q1e_156:not(#\9), .awsui-mode-entering .awsui_styled-circle-fill_1mabk_r7q1e_156:not(#\9) {
202
202
  animation: none;
203
203
  transition: none;
204
204
  }
@@ -2,14 +2,14 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "root": "awsui_root_1mabk_6gh4j_93",
6
- "radio": "awsui_radio_1mabk_6gh4j_105",
7
- "radio--has-description": "awsui_radio--has-description_1mabk_6gh4j_113",
8
- "radio-control": "awsui_radio-control_1mabk_6gh4j_117",
9
- "input": "awsui_input_1mabk_6gh4j_125",
10
- "styled-circle-border": "awsui_styled-circle-border_1mabk_6gh4j_147",
11
- "styled-circle-disabled": "awsui_styled-circle-disabled_1mabk_6gh4j_151",
12
- "styled-circle-fill": "awsui_styled-circle-fill_1mabk_6gh4j_156",
13
- "styled-circle-checked": "awsui_styled-circle-checked_1mabk_6gh4j_162"
5
+ "root": "awsui_root_1mabk_r7q1e_93",
6
+ "radio": "awsui_radio_1mabk_r7q1e_105",
7
+ "radio--has-description": "awsui_radio--has-description_1mabk_r7q1e_113",
8
+ "radio-control": "awsui_radio-control_1mabk_r7q1e_117",
9
+ "input": "awsui_input_1mabk_r7q1e_125",
10
+ "styled-circle-border": "awsui_styled-circle-border_1mabk_r7q1e_147",
11
+ "styled-circle-disabled": "awsui_styled-circle-disabled_1mabk_r7q1e_151",
12
+ "styled-circle-fill": "awsui_styled-circle-fill_1mabk_r7q1e_156",
13
+ "styled-circle-checked": "awsui_styled-circle-checked_1mabk_r7q1e_162"
14
14
  };
15
15
 
@@ -1 +1 @@
1
- {"version":3,"file":"internal.d.ts","sourceRoot":"","sources":["../../../src/select/internal.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAW3D,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAa3C,OAAO,EAAE,0BAA0B,EAAE,MAAM,sCAAsC,CAAC;AAGlF,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAEpD,MAAM,WAAW,mBAAoB,SAAQ,YAAY,CAAC,WAAW,EAAE,SAAS,CAAC,EAAE,0BAA0B;IAC3G,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAC9B;AAED,QAAA,MAAM,cAAc,6FAkMnB,CAAC;AAEF,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"internal.d.ts","sourceRoot":"","sources":["../../../src/select/internal.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAW3D,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAa3C,OAAO,EAAE,0BAA0B,EAAE,MAAM,sCAAsC,CAAC;AAGlF,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAEpD,MAAM,WAAW,mBAAoB,SAAQ,YAAY,CAAC,WAAW,EAAE,SAAS,CAAC,EAAE,0BAA0B;IAC3G,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAC9B;AAED,QAAA,MAAM,cAAc,6FAmMnB,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -52,7 +52,7 @@ var InternalSelect = React.forwardRef(function (_a, externalRef) {
52
52
  externalRef: externalRef,
53
53
  fireLoadItems: fireLoadItems,
54
54
  setFilteringValue: setFilteringValue
55
- }), isOpen = _k.isOpen, highlightedOption = _k.highlightedOption, highlightedIndex = _k.highlightedIndex, getTriggerProps = _k.getTriggerProps, getFilterProps = _k.getFilterProps, getMenuProps = _k.getMenuProps, getOptionProps = _k.getOptionProps, isKeyboard = _k.isKeyboard, highlightOption = _k.highlightOption, selectOption = _k.selectOption, announceSelected = _k.announceSelected;
55
+ }), isOpen = _k.isOpen, highlightedOption = _k.highlightedOption, highlightedIndex = _k.highlightedIndex, highlightedType = _k.highlightedType, getTriggerProps = _k.getTriggerProps, getFilterProps = _k.getFilterProps, getMenuProps = _k.getMenuProps, getOptionProps = _k.getOptionProps, isKeyboard = _k.isKeyboard, highlightOption = _k.highlightOption, selectOption = _k.selectOption, announceSelected = _k.announceSelected;
56
56
  var handleNativeSearch = useNativeSearch({
57
57
  isEnabled: filteringType === 'none',
58
58
  options: filteredOptions,
@@ -99,7 +99,7 @@ var InternalSelect = React.forwardRef(function (_a, externalRef) {
99
99
  var mergedRef = useMergeRefs(rootRef, __internalRootRef);
100
100
  return (React.createElement("div", __assign({}, baseProps, { ref: mergedRef, className: clsx(styles.root, baseProps.className), onKeyPress: handleNativeSearch }),
101
101
  React.createElement(Dropdown, { open: isOpen, stretchTriggerHeight: __inFilteringToken, trigger: trigger, header: filter, onMouseDown: handleMouseDown, footer: dropdownStatus.isSticky ? React.createElement(DropdownFooter, { content: dropdownStatus.content }) : null, expandToViewport: expandToViewport },
102
- React.createElement(ListComponent, { listBottom: !dropdownStatus.isSticky ? React.createElement(DropdownFooter, { content: dropdownStatus.content }) : null, menuProps: menuProps, getOptionProps: getOptionProps, filteredOptions: filteredOptions, filteringValue: filteringValue, isKeyboard: isKeyboard.current, ref: scrollToIndex, hasDropdownStatus: dropdownStatus.content !== null, screenReaderContent: announcement }))));
102
+ React.createElement(ListComponent, { listBottom: !dropdownStatus.isSticky ? React.createElement(DropdownFooter, { content: dropdownStatus.content }) : null, menuProps: menuProps, getOptionProps: getOptionProps, filteredOptions: filteredOptions, filteringValue: filteringValue, ref: scrollToIndex, hasDropdownStatus: dropdownStatus.content !== null, screenReaderContent: announcement, highlightedType: highlightedType }))));
103
103
  });
104
104
  export default InternalSelect;
105
105
  //# sourceMappingURL=internal.js.map