@manafishrov/ui 1.4.5 → 1.5.0

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 (1025) hide show
  1. package/dist/Locale.js +22 -23
  2. package/dist/Locale.js.map +1 -1
  3. package/dist/Theme.js +52 -56
  4. package/dist/Theme.js.map +1 -1
  5. package/dist/_virtual/~icons/material-symbols/calendar-month.js +10 -0
  6. package/dist/_virtual/~icons/material-symbols/calendar-month.js.map +1 -0
  7. package/dist/_virtual/~icons/material-symbols/check-circle.js +10 -0
  8. package/dist/_virtual/~icons/material-symbols/check-circle.js.map +1 -0
  9. package/dist/_virtual/~icons/material-symbols/check.js +10 -0
  10. package/dist/_virtual/~icons/material-symbols/check.js.map +1 -0
  11. package/dist/_virtual/~icons/material-symbols/chevron-left.js +10 -0
  12. package/dist/_virtual/~icons/material-symbols/chevron-left.js.map +1 -0
  13. package/dist/_virtual/~icons/material-symbols/chevron-right.js +10 -0
  14. package/dist/_virtual/~icons/material-symbols/chevron-right.js.map +1 -0
  15. package/dist/_virtual/~icons/material-symbols/close.js +10 -0
  16. package/dist/_virtual/~icons/material-symbols/close.js.map +1 -0
  17. package/dist/_virtual/~icons/material-symbols/error.js +10 -0
  18. package/dist/_virtual/~icons/material-symbols/error.js.map +1 -0
  19. package/dist/_virtual/~icons/material-symbols/expand-less.js +10 -0
  20. package/dist/_virtual/~icons/material-symbols/expand-less.js.map +1 -0
  21. package/dist/_virtual/~icons/material-symbols/expand-more.js +10 -0
  22. package/dist/_virtual/~icons/material-symbols/expand-more.js.map +1 -0
  23. package/dist/_virtual/~icons/material-symbols/info.js +10 -0
  24. package/dist/_virtual/~icons/material-symbols/info.js.map +1 -0
  25. package/dist/_virtual/~icons/material-symbols/more-horiz.js +10 -0
  26. package/dist/_virtual/~icons/material-symbols/more-horiz.js.map +1 -0
  27. package/dist/_virtual/~icons/material-symbols/progress-activity.js +10 -0
  28. package/dist/_virtual/~icons/material-symbols/progress-activity.js.map +1 -0
  29. package/dist/_virtual/~icons/material-symbols/search.js +10 -0
  30. package/dist/_virtual/~icons/material-symbols/search.js.map +1 -0
  31. package/dist/_virtual/~icons/material-symbols/side-navigation.js +10 -0
  32. package/dist/_virtual/~icons/material-symbols/side-navigation.js.map +1 -0
  33. package/dist/_virtual/~icons/material-symbols/visibility-off.js +10 -0
  34. package/dist/_virtual/~icons/material-symbols/visibility-off.js.map +1 -0
  35. package/dist/_virtual/~icons/material-symbols/visibility.js +10 -0
  36. package/dist/_virtual/~icons/material-symbols/visibility.js.map +1 -0
  37. package/dist/_virtual/~icons/material-symbols/warning.js +10 -0
  38. package/dist/_virtual/~icons/material-symbols/warning.js.map +1 -0
  39. package/dist/components/Accordion.js +63 -77
  40. package/dist/components/Accordion.js.map +1 -1
  41. package/dist/components/AlertDialog.js +105 -119
  42. package/dist/components/AlertDialog.js.map +1 -1
  43. package/dist/components/AspectRatio.js +21 -23
  44. package/dist/components/AspectRatio.js.map +1 -1
  45. package/dist/components/Avatar.js +59 -70
  46. package/dist/components/Avatar.js.map +1 -1
  47. package/dist/components/Badge.js +30 -37
  48. package/dist/components/Badge.js.map +1 -1
  49. package/dist/components/Breadcrumb.js +73 -91
  50. package/dist/components/Breadcrumb.js.map +1 -1
  51. package/dist/components/Button.js +111 -116
  52. package/dist/components/Button.js.map +1 -1
  53. package/dist/components/Card.js +69 -87
  54. package/dist/components/Card.js.map +1 -1
  55. package/dist/components/Carousel.js +89 -102
  56. package/dist/components/Carousel.js.map +1 -1
  57. package/dist/components/Checkbox.js +40 -52
  58. package/dist/components/Checkbox.js.map +1 -1
  59. package/dist/components/Collapsible.js +33 -34
  60. package/dist/components/Collapsible.js.map +1 -1
  61. package/dist/components/Combobox.js +132 -159
  62. package/dist/components/Combobox.js.map +1 -1
  63. package/dist/components/DatePicker.js +247 -354
  64. package/dist/components/DatePicker.js.map +1 -1
  65. package/dist/components/Dialog.js +83 -102
  66. package/dist/components/Dialog.js.map +1 -1
  67. package/dist/components/Empty.js +71 -91
  68. package/dist/components/Empty.js.map +1 -1
  69. package/dist/components/Field.js +229 -260
  70. package/dist/components/Field.js.map +1 -1
  71. package/dist/components/HoverCard.js +34 -42
  72. package/dist/components/HoverCard.js.map +1 -1
  73. package/dist/components/InputGroup.js +108 -124
  74. package/dist/components/InputGroup.js.map +1 -1
  75. package/dist/components/Item.js +140 -165
  76. package/dist/components/Item.js.map +1 -1
  77. package/dist/components/Kbd.js +24 -29
  78. package/dist/components/Kbd.js.map +1 -1
  79. package/dist/components/Link.js +20 -17
  80. package/dist/components/Link.js.map +1 -1
  81. package/dist/components/Marquee.js +2 -10
  82. package/dist/components/Menu.js +110 -143
  83. package/dist/components/Menu.js.map +1 -1
  84. package/dist/components/MenuCombobox.js +140 -179
  85. package/dist/components/MenuCombobox.js.map +1 -1
  86. package/dist/components/MenuComboboxList.js +139 -149
  87. package/dist/components/MenuComboboxList.js.map +1 -1
  88. package/dist/components/NavigationMenu.js +95 -104
  89. package/dist/components/NavigationMenu.js.map +1 -1
  90. package/dist/components/NumberInput.js +84 -109
  91. package/dist/components/NumberInput.js.map +1 -1
  92. package/dist/components/Pagination.js +113 -121
  93. package/dist/components/Pagination.js.map +1 -1
  94. package/dist/components/PasswordInput.js +54 -71
  95. package/dist/components/PasswordInput.js.map +1 -1
  96. package/dist/components/PinInput.js +48 -67
  97. package/dist/components/PinInput.js.map +1 -1
  98. package/dist/components/Popover.js +58 -75
  99. package/dist/components/Popover.js.map +1 -1
  100. package/dist/components/Progress.js +82 -100
  101. package/dist/components/Progress.js.map +1 -1
  102. package/dist/components/RadioGroup.js +44 -57
  103. package/dist/components/RadioGroup.js.map +1 -1
  104. package/dist/components/ScrollArea.js +49 -53
  105. package/dist/components/ScrollArea.js.map +1 -1
  106. package/dist/components/Select.js +195 -218
  107. package/dist/components/Select.js.map +1 -1
  108. package/dist/components/Separator.js +35 -42
  109. package/dist/components/Separator.js.map +1 -1
  110. package/dist/components/Sheet.js +94 -111
  111. package/dist/components/Sheet.js.map +1 -1
  112. package/dist/components/Skeleton.js +22 -22
  113. package/dist/components/Skeleton.js.map +1 -1
  114. package/dist/components/Slider.js +134 -176
  115. package/dist/components/Slider.js.map +1 -1
  116. package/dist/components/Spinner.js +26 -26
  117. package/dist/components/Spinner.js.map +1 -1
  118. package/dist/components/Splitter.js +34 -38
  119. package/dist/components/Splitter.js.map +1 -1
  120. package/dist/components/Swap.js +25 -26
  121. package/dist/components/Swap.js.map +1 -1
  122. package/dist/components/Switch.js +40 -47
  123. package/dist/components/Switch.js.map +1 -1
  124. package/dist/components/Table.js +72 -95
  125. package/dist/components/Table.js.map +1 -1
  126. package/dist/components/Tabs.js +49 -52
  127. package/dist/components/Tabs.js.map +1 -1
  128. package/dist/components/TagsInput.js +67 -103
  129. package/dist/components/TagsInput.js.map +1 -1
  130. package/dist/components/TextInput.js +39 -63
  131. package/dist/components/TextInput.js.map +1 -1
  132. package/dist/components/Toggle.js +121 -113
  133. package/dist/components/Toggle.js.map +1 -1
  134. package/dist/components/Tooltip.js +34 -42
  135. package/dist/components/Tooltip.js.map +1 -1
  136. package/dist/components/TreeView.js +65 -88
  137. package/dist/components/TreeView.js.map +1 -1
  138. package/dist/components/Typography.js +104 -139
  139. package/dist/components/Typography.js.map +1 -1
  140. package/dist/components/form/AutoSubmit.js +20 -20
  141. package/dist/components/form/AutoSubmit.js.map +1 -1
  142. package/dist/components/form/CheckboxField.js +73 -74
  143. package/dist/components/form/CheckboxField.js.map +1 -1
  144. package/dist/components/form/ComboboxField.js +117 -118
  145. package/dist/components/form/ComboboxField.js.map +1 -1
  146. package/dist/components/form/DatePickerField.js +97 -103
  147. package/dist/components/form/DatePickerField.js.map +1 -1
  148. package/dist/components/form/Form.js +60 -69
  149. package/dist/components/form/Form.js.map +1 -1
  150. package/dist/components/form/NumberInputField.js +135 -117
  151. package/dist/components/form/NumberInputField.js.map +1 -1
  152. package/dist/components/form/PasswordInputField.js +98 -97
  153. package/dist/components/form/PasswordInputField.js.map +1 -1
  154. package/dist/components/form/PinInputField.js +91 -98
  155. package/dist/components/form/PinInputField.js.map +1 -1
  156. package/dist/components/form/RadioGroupField.js +81 -78
  157. package/dist/components/form/RadioGroupField.js.map +1 -1
  158. package/dist/components/form/SelectField.js +107 -112
  159. package/dist/components/form/SelectField.js.map +1 -1
  160. package/dist/components/form/SliderField.js +108 -114
  161. package/dist/components/form/SliderField.js.map +1 -1
  162. package/dist/components/form/SubmitButton.js +30 -26
  163. package/dist/components/form/SubmitButton.js.map +1 -1
  164. package/dist/components/form/SwitchField.js +73 -74
  165. package/dist/components/form/SwitchField.js.map +1 -1
  166. package/dist/components/form/TagsInputField.js +128 -112
  167. package/dist/components/form/TagsInputField.js.map +1 -1
  168. package/dist/components/form/TextInputField.js +68 -66
  169. package/dist/components/form/TextInputField.js.map +1 -1
  170. package/dist/components/form/TextareaField.js +68 -66
  171. package/dist/components/form/TextareaField.js.map +1 -1
  172. package/dist/components/form/WithTrailingAddon.js +17 -17
  173. package/dist/components/form/WithTrailingAddon.js.map +1 -1
  174. package/dist/components/form/context.js +7 -9
  175. package/dist/components/form/context.js.map +1 -1
  176. package/dist/components/form/index.js +19 -45
  177. package/dist/components/marquee/Marquee.js +29 -41
  178. package/dist/components/marquee/Marquee.js.map +1 -1
  179. package/dist/components/marquee/index.js +2 -10
  180. package/dist/components/sidebar/Sidebar.js +38 -42
  181. package/dist/components/sidebar/Sidebar.js.map +1 -1
  182. package/dist/components/sidebar/SidebarDesktop.js +70 -62
  183. package/dist/components/sidebar/SidebarDesktop.js.map +1 -1
  184. package/dist/components/sidebar/SidebarMenu.js +164 -203
  185. package/dist/components/sidebar/SidebarMenu.js.map +1 -1
  186. package/dist/components/sidebar/SidebarMobile.js +56 -63
  187. package/dist/components/sidebar/SidebarMobile.js.map +1 -1
  188. package/dist/components/sidebar/SidebarProvider.js +67 -74
  189. package/dist/components/sidebar/SidebarProvider.js.map +1 -1
  190. package/dist/components/sidebar/SidebarSubComponents.js +155 -188
  191. package/dist/components/sidebar/SidebarSubComponents.js.map +1 -1
  192. package/dist/components/sidebar/constants.js +6 -17
  193. package/dist/components/sidebar/constants.js.map +1 -1
  194. package/dist/components/sidebar/context.js +10 -11
  195. package/dist/components/sidebar/context.js.map +1 -1
  196. package/dist/components/sidebar/index.js +7 -49
  197. package/dist/components/sidebar/utils.js +13 -13
  198. package/dist/components/sidebar/utils.js.map +1 -1
  199. package/dist/components/toaster/Toaster.js +109 -108
  200. package/dist/components/toaster/Toaster.js.map +1 -1
  201. package/dist/components/toaster/index.js +2 -6
  202. package/dist/index.js +15 -40
  203. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/24WXBTEA.js +7 -6
  204. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/24WXBTEA.js.map +1 -1
  205. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/262SJY3P.js +43 -58
  206. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/262SJY3P.js.map +1 -1
  207. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/2JT4XMQZ.js +305 -303
  208. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/2JT4XMQZ.js.map +1 -1
  209. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/3JJJT3ZB.js +102 -90
  210. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/3JJJT3ZB.js.map +1 -1
  211. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/4CRPJKY4.js +178 -180
  212. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/4CRPJKY4.js.map +1 -1
  213. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/4OJLSY6B.js +85 -93
  214. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/4OJLSY6B.js.map +1 -1
  215. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/4V5X4XYS.js +304 -352
  216. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/4V5X4XYS.js.map +1 -1
  217. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/4YNGVMW2.js +5 -6
  218. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/4YNGVMW2.js.map +1 -1
  219. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/5BSMJBO7.js +98 -106
  220. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/5BSMJBO7.js.map +1 -1
  221. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/5UOOPLZE.js +88 -103
  222. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/5UOOPLZE.js.map +1 -1
  223. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/64BWQJ5X.js +116 -118
  224. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/64BWQJ5X.js.map +1 -1
  225. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/65QK7XXR.js +99 -96
  226. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/65QK7XXR.js.map +1 -1
  227. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/6P2AQNUE.js +5 -6
  228. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/6P2AQNUE.js.map +1 -1
  229. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/6WEDGJKQ.js +7 -6
  230. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/6WEDGJKQ.js.map +1 -1
  231. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/7IUG3E2V.js +10 -9
  232. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/7IUG3E2V.js.map +1 -1
  233. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/AIK4SKXT.js +125 -134
  234. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/AIK4SKXT.js.map +1 -1
  235. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/BB22DOQW.js +113 -111
  236. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/BB22DOQW.js.map +1 -1
  237. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/BKN7PQAU.js +91 -89
  238. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/BKN7PQAU.js.map +1 -1
  239. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/BNSRP6TN.js +86 -82
  240. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/BNSRP6TN.js.map +1 -1
  241. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/BRHQTJMC.js +28 -22
  242. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/BRHQTJMC.js.map +1 -1
  243. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/BWUVF6ZV.js +80 -95
  244. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/BWUVF6ZV.js.map +1 -1
  245. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/BYLUEJKC.js +7 -6
  246. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/BYLUEJKC.js.map +1 -1
  247. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/EFII6TXL.js +105 -109
  248. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/EFII6TXL.js.map +1 -1
  249. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/EQKTJ63X.js +6 -5
  250. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/EQKTJ63X.js.map +1 -1
  251. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/GOIBDXMD.js +153 -154
  252. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/GOIBDXMD.js.map +1 -1
  253. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/GVJQBGKQ.js +67 -62
  254. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/GVJQBGKQ.js.map +1 -1
  255. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/H72X6NDR.js +116 -115
  256. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/H72X6NDR.js.map +1 -1
  257. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/HDGILMRT.js +42 -42
  258. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/HDGILMRT.js.map +1 -1
  259. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/HOPBYFHD.js +26 -29
  260. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/HOPBYFHD.js.map +1 -1
  261. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/JBLKWLWL.js +153 -179
  262. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/JBLKWLWL.js.map +1 -1
  263. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/JCNWK3IN.js +7 -6
  264. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/JCNWK3IN.js.map +1 -1
  265. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/KGOB2IMX.js +6 -5
  266. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/KGOB2IMX.js.map +1 -1
  267. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/LXG74MYL.js +22 -21
  268. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/LXG74MYL.js.map +1 -1
  269. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/MB6S2OKT.js +93 -92
  270. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/MB6S2OKT.js.map +1 -1
  271. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/MQWCA23U.js +140 -143
  272. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/MQWCA23U.js.map +1 -1
  273. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/NEU4F4NG.js +39 -34
  274. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/NEU4F4NG.js.map +1 -1
  275. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/NH3KCKN2.js +97 -101
  276. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/NH3KCKN2.js.map +1 -1
  277. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/O6MULJWC.js +122 -138
  278. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/O6MULJWC.js.map +1 -1
  279. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/OEGORBLT.js +32 -30
  280. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/OEGORBLT.js.map +1 -1
  281. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/OWH3LOUE.js +38 -35
  282. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/OWH3LOUE.js.map +1 -1
  283. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/PPH4D7AF.js +198 -218
  284. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/PPH4D7AF.js.map +1 -1
  285. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/PT2CJE3O.js +15 -15
  286. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/PT2CJE3O.js.map +1 -1
  287. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/QM5PBW35.js +118 -117
  288. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/QM5PBW35.js.map +1 -1
  289. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/QY2YSMFW.js +127 -122
  290. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/QY2YSMFW.js.map +1 -1
  291. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/RJHFA54S.js +203 -244
  292. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/RJHFA54S.js.map +1 -1
  293. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/RROG5OYX.js +89 -86
  294. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/RROG5OYX.js.map +1 -1
  295. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/SPOOGCGR.js +96 -95
  296. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/SPOOGCGR.js.map +1 -1
  297. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/TFTY2V3E.js +63 -67
  298. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/TFTY2V3E.js.map +1 -1
  299. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/TGBMUR4Z.js +180 -216
  300. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/TGBMUR4Z.js.map +1 -1
  301. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/TYHUUGLH.js +33 -29
  302. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/TYHUUGLH.js.map +1 -1
  303. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/UFYZ7HLU.js +26 -31
  304. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/UFYZ7HLU.js.map +1 -1
  305. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/UQTBTRSG.js +89 -86
  306. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/UQTBTRSG.js.map +1 -1
  307. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/UZJJWJQM.js +24 -25
  308. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/UZJJWJQM.js.map +1 -1
  309. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/VNMGX67M.js +11 -12
  310. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/VNMGX67M.js.map +1 -1
  311. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/VQPWR4W5.js +7 -6
  312. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/VQPWR4W5.js.map +1 -1
  313. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/WZBYH43M.js +57 -58
  314. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/WZBYH43M.js.map +1 -1
  315. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/XVU3GCCX.js +7 -7
  316. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/XVU3GCCX.js.map +1 -1
  317. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/Z5FQB54Q.js +127 -129
  318. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/Z5FQB54Q.js.map +1 -1
  319. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/ZLZED63N.js +117 -120
  320. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/ZLZED63N.js.map +1 -1
  321. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/ZMQW6EBL.js +254 -275
  322. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/ZMQW6EBL.js.map +1 -1
  323. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/ZW5OSILD.js +107 -108
  324. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/chunk/ZW5OSILD.js.map +1 -1
  325. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/components/navigation-menu/index.js +203 -214
  326. package/dist/node_modules/.bun/@ark-ui_solid@5.34.1_2e1854f049906f04/node_modules/@ark-ui/solid/dist/components/navigation-menu/index.js.map +1 -1
  327. package/dist/node_modules/.bun/@floating-ui_core@1.7.5/node_modules/@floating-ui/core/dist/floating-ui.core.js +354 -526
  328. package/dist/node_modules/.bun/@floating-ui_core@1.7.5/node_modules/@floating-ui/core/dist/floating-ui.core.js.map +1 -1
  329. package/dist/node_modules/.bun/@floating-ui_dom@1.7.6/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +301 -375
  330. package/dist/node_modules/.bun/@floating-ui_dom@1.7.6/node_modules/@floating-ui/dom/dist/floating-ui.dom.js.map +1 -1
  331. package/dist/node_modules/.bun/@floating-ui_utils@0.2.11/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +96 -134
  332. package/dist/node_modules/.bun/@floating-ui_utils@0.2.11/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js.map +1 -1
  333. package/dist/node_modules/.bun/@floating-ui_utils@0.2.11/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +107 -128
  334. package/dist/node_modules/.bun/@floating-ui_utils@0.2.11/node_modules/@floating-ui/utils/dist/floating-ui.utils.js.map +1 -1
  335. package/dist/node_modules/.bun/@internationalized_date@3.11.0/node_modules/@internationalized/date/dist/CalendarDate.js +135 -177
  336. package/dist/node_modules/.bun/@internationalized_date@3.11.0/node_modules/@internationalized/date/dist/CalendarDate.js.map +1 -1
  337. package/dist/node_modules/.bun/@internationalized_date@3.11.0/node_modules/@internationalized/date/dist/DateFormatter.js +81 -95
  338. package/dist/node_modules/.bun/@internationalized_date@3.11.0/node_modules/@internationalized/date/dist/DateFormatter.js.map +1 -1
  339. package/dist/node_modules/.bun/@internationalized_date@3.11.0/node_modules/@internationalized/date/dist/GregorianCalendar.js +88 -100
  340. package/dist/node_modules/.bun/@internationalized_date@3.11.0/node_modules/@internationalized/date/dist/GregorianCalendar.js.map +1 -1
  341. package/dist/node_modules/.bun/@internationalized_date@3.11.0/node_modules/@internationalized/date/dist/conversion.js +94 -123
  342. package/dist/node_modules/.bun/@internationalized_date@3.11.0/node_modules/@internationalized/date/dist/conversion.js.map +1 -1
  343. package/dist/node_modules/.bun/@internationalized_date@3.11.0/node_modules/@internationalized/date/dist/manipulation.js +162 -204
  344. package/dist/node_modules/.bun/@internationalized_date@3.11.0/node_modules/@internationalized/date/dist/manipulation.js.map +1 -1
  345. package/dist/node_modules/.bun/@internationalized_date@3.11.0/node_modules/@internationalized/date/dist/queries.js +121 -229
  346. package/dist/node_modules/.bun/@internationalized_date@3.11.0/node_modules/@internationalized/date/dist/queries.js.map +1 -1
  347. package/dist/node_modules/.bun/@internationalized_date@3.11.0/node_modules/@internationalized/date/dist/string.js +20 -23
  348. package/dist/node_modules/.bun/@internationalized_date@3.11.0/node_modules/@internationalized/date/dist/string.js.map +1 -1
  349. package/dist/node_modules/.bun/@internationalized_date@3.11.0/node_modules/@internationalized/date/dist/utils.js +7 -6
  350. package/dist/node_modules/.bun/@internationalized_date@3.11.0/node_modules/@internationalized/date/dist/utils.js.map +1 -1
  351. package/dist/node_modules/.bun/@internationalized_date@3.11.0/node_modules/@internationalized/date/dist/weekStartData.js +101 -100
  352. package/dist/node_modules/.bun/@internationalized_date@3.11.0/node_modules/@internationalized/date/dist/weekStartData.js.map +1 -1
  353. package/dist/node_modules/.bun/@internationalized_number@3.6.5/node_modules/@internationalized/number/dist/NumberFormatter.js +98 -116
  354. package/dist/node_modules/.bun/@internationalized_number@3.6.5/node_modules/@internationalized/number/dist/NumberFormatter.js.map +1 -1
  355. package/dist/node_modules/.bun/@internationalized_number@3.6.5/node_modules/@internationalized/number/dist/NumberParser.js +118 -152
  356. package/dist/node_modules/.bun/@internationalized_number@3.6.5/node_modules/@internationalized/number/dist/NumberParser.js.map +1 -1
  357. package/dist/node_modules/.bun/@solid-primitives_keyed@1.5.3_2e1854f049906f04/node_modules/@solid-primitives/keyed/dist/index.js +58 -62
  358. package/dist/node_modules/.bun/@solid-primitives_keyed@1.5.3_2e1854f049906f04/node_modules/@solid-primitives/keyed/dist/index.js.map +1 -1
  359. package/dist/node_modules/.bun/@swc_helpers@0.5.19/node_modules/@swc/helpers/esm/_check_private_redeclaration.js +7 -7
  360. package/dist/node_modules/.bun/@swc_helpers@0.5.19/node_modules/@swc/helpers/esm/_check_private_redeclaration.js.map +1 -1
  361. package/dist/node_modules/.bun/@swc_helpers@0.5.19/node_modules/@swc/helpers/esm/_class_private_field_init.js +8 -7
  362. package/dist/node_modules/.bun/@swc_helpers@0.5.19/node_modules/@swc/helpers/esm/_class_private_field_init.js.map +1 -1
  363. package/dist/node_modules/.bun/@zag-js_accordion@1.35.3/node_modules/@zag-js/accordion/dist/accordion.anatomy.js +6 -7
  364. package/dist/node_modules/.bun/@zag-js_accordion@1.35.3/node_modules/@zag-js/accordion/dist/accordion.anatomy.js.map +1 -1
  365. package/dist/node_modules/.bun/@zag-js_accordion@1.35.3/node_modules/@zag-js/accordion/dist/accordion.connect.js +156 -128
  366. package/dist/node_modules/.bun/@zag-js_accordion@1.35.3/node_modules/@zag-js/accordion/dist/accordion.connect.js.map +1 -1
  367. package/dist/node_modules/.bun/@zag-js_accordion@1.35.3/node_modules/@zag-js/accordion/dist/accordion.dom.js +11 -19
  368. package/dist/node_modules/.bun/@zag-js_accordion@1.35.3/node_modules/@zag-js/accordion/dist/accordion.dom.js.map +1 -1
  369. package/dist/node_modules/.bun/@zag-js_accordion@1.35.3/node_modules/@zag-js/accordion/dist/accordion.machine.js +107 -131
  370. package/dist/node_modules/.bun/@zag-js_accordion@1.35.3/node_modules/@zag-js/accordion/dist/accordion.machine.js.map +1 -1
  371. package/dist/node_modules/.bun/@zag-js_anatomy@1.35.3/node_modules/@zag-js/anatomy/dist/create-anatomy.js +22 -27
  372. package/dist/node_modules/.bun/@zag-js_anatomy@1.35.3/node_modules/@zag-js/anatomy/dist/create-anatomy.js.map +1 -1
  373. package/dist/node_modules/.bun/@zag-js_angle-slider@1.35.3/node_modules/@zag-js/angle-slider/dist/angle-slider.anatomy.js +6 -16
  374. package/dist/node_modules/.bun/@zag-js_angle-slider@1.35.3/node_modules/@zag-js/angle-slider/dist/angle-slider.anatomy.js.map +1 -1
  375. package/dist/node_modules/.bun/@zag-js_angle-slider@1.35.3/node_modules/@zag-js/angle-slider/dist/angle-slider.connect.js +178 -161
  376. package/dist/node_modules/.bun/@zag-js_angle-slider@1.35.3/node_modules/@zag-js/angle-slider/dist/angle-slider.connect.js.map +1 -1
  377. package/dist/node_modules/.bun/@zag-js_angle-slider@1.35.3/node_modules/@zag-js/angle-slider/dist/angle-slider.dom.js +6 -13
  378. package/dist/node_modules/.bun/@zag-js_angle-slider@1.35.3/node_modules/@zag-js/angle-slider/dist/angle-slider.dom.js.map +1 -1
  379. package/dist/node_modules/.bun/@zag-js_angle-slider@1.35.3/node_modules/@zag-js/angle-slider/dist/angle-slider.machine.js +146 -160
  380. package/dist/node_modules/.bun/@zag-js_angle-slider@1.35.3/node_modules/@zag-js/angle-slider/dist/angle-slider.machine.js.map +1 -1
  381. package/dist/node_modules/.bun/@zag-js_angle-slider@1.35.3/node_modules/@zag-js/angle-slider/dist/angle-slider.utils.js +25 -35
  382. package/dist/node_modules/.bun/@zag-js_angle-slider@1.35.3/node_modules/@zag-js/angle-slider/dist/angle-slider.utils.js.map +1 -1
  383. package/dist/node_modules/.bun/@zag-js_aria-hidden@1.35.3/node_modules/@zag-js/aria-hidden/dist/aria-hidden.js +14 -14
  384. package/dist/node_modules/.bun/@zag-js_aria-hidden@1.35.3/node_modules/@zag-js/aria-hidden/dist/aria-hidden.js.map +1 -1
  385. package/dist/node_modules/.bun/@zag-js_aria-hidden@1.35.3/node_modules/@zag-js/aria-hidden/dist/index.js +17 -18
  386. package/dist/node_modules/.bun/@zag-js_aria-hidden@1.35.3/node_modules/@zag-js/aria-hidden/dist/index.js.map +1 -1
  387. package/dist/node_modules/.bun/@zag-js_aria-hidden@1.35.3/node_modules/@zag-js/aria-hidden/dist/walk-tree-outside.js +45 -41
  388. package/dist/node_modules/.bun/@zag-js_aria-hidden@1.35.3/node_modules/@zag-js/aria-hidden/dist/walk-tree-outside.js.map +1 -1
  389. package/dist/node_modules/.bun/@zag-js_async-list@1.35.3/node_modules/@zag-js/async-list/dist/async-list.connect.js +45 -35
  390. package/dist/node_modules/.bun/@zag-js_async-list@1.35.3/node_modules/@zag-js/async-list/dist/async-list.connect.js.map +1 -1
  391. package/dist/node_modules/.bun/@zag-js_async-list@1.35.3/node_modules/@zag-js/async-list/dist/async-list.machine.js +245 -227
  392. package/dist/node_modules/.bun/@zag-js_async-list@1.35.3/node_modules/@zag-js/async-list/dist/async-list.machine.js.map +1 -1
  393. package/dist/node_modules/.bun/@zag-js_auto-resize@1.35.3/node_modules/@zag-js/auto-resize/dist/autoresize-input.js +24 -23
  394. package/dist/node_modules/.bun/@zag-js_auto-resize@1.35.3/node_modules/@zag-js/auto-resize/dist/autoresize-input.js.map +1 -1
  395. package/dist/node_modules/.bun/@zag-js_auto-resize@1.35.3/node_modules/@zag-js/auto-resize/dist/autoresize-textarea.js +38 -34
  396. package/dist/node_modules/.bun/@zag-js_auto-resize@1.35.3/node_modules/@zag-js/auto-resize/dist/autoresize-textarea.js.map +1 -1
  397. package/dist/node_modules/.bun/@zag-js_auto-resize@1.35.3/node_modules/@zag-js/auto-resize/dist/visual-style.js +10 -9
  398. package/dist/node_modules/.bun/@zag-js_auto-resize@1.35.3/node_modules/@zag-js/auto-resize/dist/visual-style.js.map +1 -1
  399. package/dist/node_modules/.bun/@zag-js_avatar@1.35.3/node_modules/@zag-js/avatar/dist/avatar.anatomy.js +6 -7
  400. package/dist/node_modules/.bun/@zag-js_avatar@1.35.3/node_modules/@zag-js/avatar/dist/avatar.anatomy.js.map +1 -1
  401. package/dist/node_modules/.bun/@zag-js_avatar@1.35.3/node_modules/@zag-js/avatar/dist/avatar.connect.js +64 -51
  402. package/dist/node_modules/.bun/@zag-js_avatar@1.35.3/node_modules/@zag-js/avatar/dist/avatar.connect.js.map +1 -1
  403. package/dist/node_modules/.bun/@zag-js_avatar@1.35.3/node_modules/@zag-js/avatar/dist/avatar.dom.js +6 -9
  404. package/dist/node_modules/.bun/@zag-js_avatar@1.35.3/node_modules/@zag-js/avatar/dist/avatar.dom.js.map +1 -1
  405. package/dist/node_modules/.bun/@zag-js_avatar@1.35.3/node_modules/@zag-js/avatar/dist/avatar.machine.js +74 -90
  406. package/dist/node_modules/.bun/@zag-js_avatar@1.35.3/node_modules/@zag-js/avatar/dist/avatar.machine.js.map +1 -1
  407. package/dist/node_modules/.bun/@zag-js_carousel@1.35.3/node_modules/@zag-js/carousel/dist/carousel.anatomy.js +7 -18
  408. package/dist/node_modules/.bun/@zag-js_carousel@1.35.3/node_modules/@zag-js/carousel/dist/carousel.anatomy.js.map +1 -1
  409. package/dist/node_modules/.bun/@zag-js_carousel@1.35.3/node_modules/@zag-js/carousel/dist/carousel.connect.js +280 -234
  410. package/dist/node_modules/.bun/@zag-js_carousel@1.35.3/node_modules/@zag-js/carousel/dist/carousel.connect.js.map +1 -1
  411. package/dist/node_modules/.bun/@zag-js_carousel@1.35.3/node_modules/@zag-js/carousel/dist/carousel.dom.js +12 -21
  412. package/dist/node_modules/.bun/@zag-js_carousel@1.35.3/node_modules/@zag-js/carousel/dist/carousel.dom.js.map +1 -1
  413. package/dist/node_modules/.bun/@zag-js_carousel@1.35.3/node_modules/@zag-js/carousel/dist/carousel.machine.js +486 -466
  414. package/dist/node_modules/.bun/@zag-js_carousel@1.35.3/node_modules/@zag-js/carousel/dist/carousel.machine.js.map +1 -1
  415. package/dist/node_modules/.bun/@zag-js_checkbox@1.35.3/node_modules/@zag-js/checkbox/dist/checkbox.anatomy.js +7 -7
  416. package/dist/node_modules/.bun/@zag-js_checkbox@1.35.3/node_modules/@zag-js/checkbox/dist/checkbox.anatomy.js.map +1 -1
  417. package/dist/node_modules/.bun/@zag-js_checkbox@1.35.3/node_modules/@zag-js/checkbox/dist/checkbox.connect.js +138 -108
  418. package/dist/node_modules/.bun/@zag-js_checkbox@1.35.3/node_modules/@zag-js/checkbox/dist/checkbox.connect.js.map +1 -1
  419. package/dist/node_modules/.bun/@zag-js_checkbox@1.35.3/node_modules/@zag-js/checkbox/dist/checkbox.dom.js +6 -10
  420. package/dist/node_modules/.bun/@zag-js_checkbox@1.35.3/node_modules/@zag-js/checkbox/dist/checkbox.dom.js.map +1 -1
  421. package/dist/node_modules/.bun/@zag-js_checkbox@1.35.3/node_modules/@zag-js/checkbox/dist/checkbox.machine.js +121 -136
  422. package/dist/node_modules/.bun/@zag-js_checkbox@1.35.3/node_modules/@zag-js/checkbox/dist/checkbox.machine.js.map +1 -1
  423. package/dist/node_modules/.bun/@zag-js_collapsible@1.35.3/node_modules/@zag-js/collapsible/dist/collapsible.anatomy.js +6 -7
  424. package/dist/node_modules/.bun/@zag-js_collapsible@1.35.3/node_modules/@zag-js/collapsible/dist/collapsible.anatomy.js.map +1 -1
  425. package/dist/node_modules/.bun/@zag-js_collapsible@1.35.3/node_modules/@zag-js/collapsible/dist/collapsible.connect.js +81 -80
  426. package/dist/node_modules/.bun/@zag-js_collapsible@1.35.3/node_modules/@zag-js/collapsible/dist/collapsible.connect.js.map +1 -1
  427. package/dist/node_modules/.bun/@zag-js_collapsible@1.35.3/node_modules/@zag-js/collapsible/dist/collapsible.dom.js +6 -8
  428. package/dist/node_modules/.bun/@zag-js_collapsible@1.35.3/node_modules/@zag-js/collapsible/dist/collapsible.dom.js.map +1 -1
  429. package/dist/node_modules/.bun/@zag-js_collapsible@1.35.3/node_modules/@zag-js/collapsible/dist/collapsible.machine.js +224 -234
  430. package/dist/node_modules/.bun/@zag-js_collapsible@1.35.3/node_modules/@zag-js/collapsible/dist/collapsible.machine.js.map +1 -1
  431. package/dist/node_modules/.bun/@zag-js_collection@1.35.3/node_modules/@zag-js/collection/dist/chunk-QZ7TP4HQ.js +11 -5
  432. package/dist/node_modules/.bun/@zag-js_collection@1.35.3/node_modules/@zag-js/collection/dist/chunk-QZ7TP4HQ.js.map +1 -1
  433. package/dist/node_modules/.bun/@zag-js_collection@1.35.3/node_modules/@zag-js/collection/dist/grid-collection.js +63 -67
  434. package/dist/node_modules/.bun/@zag-js_collection@1.35.3/node_modules/@zag-js/collection/dist/grid-collection.js.map +1 -1
  435. package/dist/node_modules/.bun/@zag-js_collection@1.35.3/node_modules/@zag-js/collection/dist/list-collection.js +219 -218
  436. package/dist/node_modules/.bun/@zag-js_collection@1.35.3/node_modules/@zag-js/collection/dist/list-collection.js.map +1 -1
  437. package/dist/node_modules/.bun/@zag-js_collection@1.35.3/node_modules/@zag-js/collection/dist/selection-map.js +43 -55
  438. package/dist/node_modules/.bun/@zag-js_collection@1.35.3/node_modules/@zag-js/collection/dist/selection-map.js.map +1 -1
  439. package/dist/node_modules/.bun/@zag-js_collection@1.35.3/node_modules/@zag-js/collection/dist/tree-collection.js +269 -235
  440. package/dist/node_modules/.bun/@zag-js_collection@1.35.3/node_modules/@zag-js/collection/dist/tree-collection.js.map +1 -1
  441. package/dist/node_modules/.bun/@zag-js_collection@1.35.3/node_modules/@zag-js/collection/dist/tree-visit.js +255 -275
  442. package/dist/node_modules/.bun/@zag-js_collection@1.35.3/node_modules/@zag-js/collection/dist/tree-visit.js.map +1 -1
  443. package/dist/node_modules/.bun/@zag-js_combobox@1.35.3/node_modules/@zag-js/combobox/dist/combobox.anatomy.js +7 -22
  444. package/dist/node_modules/.bun/@zag-js_combobox@1.35.3/node_modules/@zag-js/combobox/dist/combobox.anatomy.js.map +1 -1
  445. package/dist/node_modules/.bun/@zag-js_combobox@1.35.3/node_modules/@zag-js/combobox/dist/combobox.collection.js +7 -6
  446. package/dist/node_modules/.bun/@zag-js_combobox@1.35.3/node_modules/@zag-js/combobox/dist/combobox.collection.js.map +1 -1
  447. package/dist/node_modules/.bun/@zag-js_combobox@1.35.3/node_modules/@zag-js/combobox/dist/combobox.connect.js +417 -336
  448. package/dist/node_modules/.bun/@zag-js_combobox@1.35.3/node_modules/@zag-js/combobox/dist/combobox.connect.js.map +1 -1
  449. package/dist/node_modules/.bun/@zag-js_combobox@1.35.3/node_modules/@zag-js/combobox/dist/combobox.dom.js +16 -34
  450. package/dist/node_modules/.bun/@zag-js_combobox@1.35.3/node_modules/@zag-js/combobox/dist/combobox.dom.js.map +1 -1
  451. package/dist/node_modules/.bun/@zag-js_combobox@1.35.3/node_modules/@zag-js/combobox/dist/combobox.machine.js +868 -899
  452. package/dist/node_modules/.bun/@zag-js_combobox@1.35.3/node_modules/@zag-js/combobox/dist/combobox.machine.js.map +1 -1
  453. package/dist/node_modules/.bun/@zag-js_core@1.35.3/node_modules/@zag-js/core/dist/create-machine.js +28 -29
  454. package/dist/node_modules/.bun/@zag-js_core@1.35.3/node_modules/@zag-js/core/dist/create-machine.js.map +1 -1
  455. package/dist/node_modules/.bun/@zag-js_core@1.35.3/node_modules/@zag-js/core/dist/memo.js +12 -11
  456. package/dist/node_modules/.bun/@zag-js_core@1.35.3/node_modules/@zag-js/core/dist/memo.js.map +1 -1
  457. package/dist/node_modules/.bun/@zag-js_core@1.35.3/node_modules/@zag-js/core/dist/merge-props.js +41 -44
  458. package/dist/node_modules/.bun/@zag-js_core@1.35.3/node_modules/@zag-js/core/dist/merge-props.js.map +1 -1
  459. package/dist/node_modules/.bun/@zag-js_core@1.35.3/node_modules/@zag-js/core/dist/scope.js +17 -16
  460. package/dist/node_modules/.bun/@zag-js_core@1.35.3/node_modules/@zag-js/core/dist/scope.js.map +1 -1
  461. package/dist/node_modules/.bun/@zag-js_core@1.35.3/node_modules/@zag-js/core/dist/state.js +129 -130
  462. package/dist/node_modules/.bun/@zag-js_core@1.35.3/node_modules/@zag-js/core/dist/state.js.map +1 -1
  463. package/dist/node_modules/.bun/@zag-js_core@1.35.3/node_modules/@zag-js/core/dist/types.js +6 -6
  464. package/dist/node_modules/.bun/@zag-js_core@1.35.3/node_modules/@zag-js/core/dist/types.js.map +1 -1
  465. package/dist/node_modules/.bun/@zag-js_date-picker@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-picker/dist/date-picker.anatomy.js +6 -31
  466. package/dist/node_modules/.bun/@zag-js_date-picker@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-picker/dist/date-picker.anatomy.js.map +1 -1
  467. package/dist/node_modules/.bun/@zag-js_date-picker@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-picker/dist/date-picker.connect.js +868 -722
  468. package/dist/node_modules/.bun/@zag-js_date-picker@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-picker/dist/date-picker.connect.js.map +1 -1
  469. package/dist/node_modules/.bun/@zag-js_date-picker@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-picker/dist/date-picker.dom.js +7 -29
  470. package/dist/node_modules/.bun/@zag-js_date-picker@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-picker/dist/date-picker.dom.js.map +1 -1
  471. package/dist/node_modules/.bun/@zag-js_date-picker@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-picker/dist/date-picker.machine.js +1010 -1018
  472. package/dist/node_modules/.bun/@zag-js_date-picker@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-picker/dist/date-picker.machine.js.map +1 -1
  473. package/dist/node_modules/.bun/@zag-js_date-picker@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-picker/dist/date-picker.utils.js +141 -140
  474. package/dist/node_modules/.bun/@zag-js_date-picker@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-picker/dist/date-picker.utils.js.map +1 -1
  475. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/align.js +12 -14
  476. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/align.js.map +1 -1
  477. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/assertion.js +18 -21
  478. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/assertion.js.map +1 -1
  479. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/constrain.js +29 -36
  480. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/constrain.js.map +1 -1
  481. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/date-month.js +82 -67
  482. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/date-month.js.map +1 -1
  483. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/date-year.js +35 -34
  484. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/date-year.js.map +1 -1
  485. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/duration.js +12 -12
  486. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/duration.js.map +1 -1
  487. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/format.js +21 -24
  488. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/format.js.map +1 -1
  489. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/formatter.js +29 -29
  490. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/formatter.js.map +1 -1
  491. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/get-era-format.js +9 -8
  492. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/get-era-format.js.map +1 -1
  493. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/mutation.js +10 -9
  494. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/mutation.js.map +1 -1
  495. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/pagination.js +71 -91
  496. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/pagination.js.map +1 -1
  497. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/parse-date.js +34 -30
  498. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/parse-date.js.map +1 -1
  499. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/preset.js +25 -41
  500. package/dist/node_modules/.bun/@zag-js_date-utils@1.35.3_ee33ebb1f804619f/node_modules/@zag-js/date-utils/dist/preset.js.map +1 -1
  501. package/dist/node_modules/.bun/@zag-js_dialog@1.35.3/node_modules/@zag-js/dialog/dist/dialog.anatomy.js +6 -15
  502. package/dist/node_modules/.bun/@zag-js_dialog@1.35.3/node_modules/@zag-js/dialog/dist/dialog.anatomy.js.map +1 -1
  503. package/dist/node_modules/.bun/@zag-js_dialog@1.35.3/node_modules/@zag-js/dialog/dist/dialog.connect.js +88 -89
  504. package/dist/node_modules/.bun/@zag-js_dialog@1.35.3/node_modules/@zag-js/dialog/dist/dialog.connect.js.map +1 -1
  505. package/dist/node_modules/.bun/@zag-js_dialog@1.35.3/node_modules/@zag-js/dialog/dist/dialog.dom.js +6 -18
  506. package/dist/node_modules/.bun/@zag-js_dialog@1.35.3/node_modules/@zag-js/dialog/dist/dialog.dom.js.map +1 -1
  507. package/dist/node_modules/.bun/@zag-js_dialog@1.35.3/node_modules/@zag-js/dialog/dist/dialog.machine.js +163 -176
  508. package/dist/node_modules/.bun/@zag-js_dialog@1.35.3/node_modules/@zag-js/dialog/dist/dialog.machine.js.map +1 -1
  509. package/dist/node_modules/.bun/@zag-js_dismissable@1.35.3/node_modules/@zag-js/dismissable/dist/dismissable-layer.js +80 -74
  510. package/dist/node_modules/.bun/@zag-js_dismissable@1.35.3/node_modules/@zag-js/dismissable/dist/dismissable-layer.js.map +1 -1
  511. package/dist/node_modules/.bun/@zag-js_dismissable@1.35.3/node_modules/@zag-js/dismissable/dist/escape-keydown.js +11 -11
  512. package/dist/node_modules/.bun/@zag-js_dismissable@1.35.3/node_modules/@zag-js/dismissable/dist/escape-keydown.js.map +1 -1
  513. package/dist/node_modules/.bun/@zag-js_dismissable@1.35.3/node_modules/@zag-js/dismissable/dist/layer-stack.js +101 -98
  514. package/dist/node_modules/.bun/@zag-js_dismissable@1.35.3/node_modules/@zag-js/dismissable/dist/layer-stack.js.map +1 -1
  515. package/dist/node_modules/.bun/@zag-js_dismissable@1.35.3/node_modules/@zag-js/dismissable/dist/pointer-event-outside.js +31 -35
  516. package/dist/node_modules/.bun/@zag-js_dismissable@1.35.3/node_modules/@zag-js/dismissable/dist/pointer-event-outside.js.map +1 -1
  517. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/caret.js +18 -20
  518. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/caret.js.map +1 -1
  519. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/chunk-QZ7TP4HQ.js +11 -5
  520. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/chunk-QZ7TP4HQ.js.map +1 -1
  521. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/computed-style.js +9 -8
  522. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/computed-style.js.map +1 -1
  523. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/controller.js +67 -66
  524. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/controller.js.map +1 -1
  525. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/event.js +69 -78
  526. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/event.js.map +1 -1
  527. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/form.js +67 -67
  528. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/form.js.map +1 -1
  529. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/initial-focus.js +21 -21
  530. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/initial-focus.js.map +1 -1
  531. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/mutation-observer.js +39 -38
  532. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/mutation-observer.js.map +1 -1
  533. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/navigate.js +26 -28
  534. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/navigate.js.map +1 -1
  535. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/node.js +60 -76
  536. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/node.js.map +1 -1
  537. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/overflow.js +21 -23
  538. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/overflow.js.map +1 -1
  539. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/platform.js +12 -22
  540. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/platform.js.map +1 -1
  541. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/pointer-lock.js +22 -24
  542. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/pointer-lock.js.map +1 -1
  543. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/pointer-move.js +35 -29
  544. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/pointer-move.js.map +1 -1
  545. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/press.js +46 -61
  546. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/press.js.map +1 -1
  547. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/proxy-tab-focus.js +34 -27
  548. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/proxy-tab-focus.js.map +1 -1
  549. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/query.js +21 -26
  550. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/query.js.map +1 -1
  551. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/raf.js +48 -47
  552. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/raf.js.map +1 -1
  553. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/resize-observer.js +29 -34
  554. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/resize-observer.js.map +1 -1
  555. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/searchable.js +14 -14
  556. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/searchable.js.map +1 -1
  557. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/set.js +25 -26
  558. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/set.js.map +1 -1
  559. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/shared.js +6 -12
  560. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/shared.js.map +1 -1
  561. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/tabbable.js +87 -98
  562. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/tabbable.js.map +1 -1
  563. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/text-selection.js +38 -34
  564. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/text-selection.js.map +1 -1
  565. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/typeahead.js +25 -23
  566. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/typeahead.js.map +1 -1
  567. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/visually-hidden.js +15 -14
  568. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/visually-hidden.js.map +1 -1
  569. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/wait-for.js +37 -41
  570. package/dist/node_modules/.bun/@zag-js_dom-query@1.35.3/node_modules/@zag-js/dom-query/dist/wait-for.js.map +1 -1
  571. package/dist/node_modules/.bun/@zag-js_file-utils@1.35.3/node_modules/@zag-js/file-utils/dist/download-file.js +31 -30
  572. package/dist/node_modules/.bun/@zag-js_file-utils@1.35.3/node_modules/@zag-js/file-utils/dist/download-file.js.map +1 -1
  573. package/dist/node_modules/.bun/@zag-js_focus-trap@1.35.3/node_modules/@zag-js/focus-trap/dist/chunk-QZ7TP4HQ.js +11 -5
  574. package/dist/node_modules/.bun/@zag-js_focus-trap@1.35.3/node_modules/@zag-js/focus-trap/dist/chunk-QZ7TP4HQ.js.map +1 -1
  575. package/dist/node_modules/.bun/@zag-js_focus-trap@1.35.3/node_modules/@zag-js/focus-trap/dist/focus-trap.js +294 -331
  576. package/dist/node_modules/.bun/@zag-js_focus-trap@1.35.3/node_modules/@zag-js/focus-trap/dist/focus-trap.js.map +1 -1
  577. package/dist/node_modules/.bun/@zag-js_focus-trap@1.35.3/node_modules/@zag-js/focus-trap/dist/index.js +30 -32
  578. package/dist/node_modules/.bun/@zag-js_focus-trap@1.35.3/node_modules/@zag-js/focus-trap/dist/index.js.map +1 -1
  579. package/dist/node_modules/.bun/@zag-js_focus-visible@1.35.3/node_modules/@zag-js/focus-visible/dist/index.js +89 -84
  580. package/dist/node_modules/.bun/@zag-js_focus-visible@1.35.3/node_modules/@zag-js/focus-visible/dist/index.js.map +1 -1
  581. package/dist/node_modules/.bun/@zag-js_highlight-word@1.35.3/node_modules/@zag-js/highlight-word/dist/escape-regex.js +6 -5
  582. package/dist/node_modules/.bun/@zag-js_highlight-word@1.35.3/node_modules/@zag-js/highlight-word/dist/escape-regex.js.map +1 -1
  583. package/dist/node_modules/.bun/@zag-js_highlight-word@1.35.3/node_modules/@zag-js/highlight-word/dist/highlight-first.js +35 -26
  584. package/dist/node_modules/.bun/@zag-js_highlight-word@1.35.3/node_modules/@zag-js/highlight-word/dist/highlight-first.js.map +1 -1
  585. package/dist/node_modules/.bun/@zag-js_highlight-word@1.35.3/node_modules/@zag-js/highlight-word/dist/highlight-multiple.js +25 -22
  586. package/dist/node_modules/.bun/@zag-js_highlight-word@1.35.3/node_modules/@zag-js/highlight-word/dist/highlight-multiple.js.map +1 -1
  587. package/dist/node_modules/.bun/@zag-js_highlight-word@1.35.3/node_modules/@zag-js/highlight-word/dist/highlight.js +9 -9
  588. package/dist/node_modules/.bun/@zag-js_highlight-word@1.35.3/node_modules/@zag-js/highlight-word/dist/highlight.js.map +1 -1
  589. package/dist/node_modules/.bun/@zag-js_highlight-word@1.35.3/node_modules/@zag-js/highlight-word/dist/normalize-span.js +20 -17
  590. package/dist/node_modules/.bun/@zag-js_highlight-word@1.35.3/node_modules/@zag-js/highlight-word/dist/normalize-span.js.map +1 -1
  591. package/dist/node_modules/.bun/@zag-js_hover-card@1.35.3/node_modules/@zag-js/hover-card/dist/hover-card.anatomy.js +6 -7
  592. package/dist/node_modules/.bun/@zag-js_hover-card@1.35.3/node_modules/@zag-js/hover-card/dist/hover-card.anatomy.js.map +1 -1
  593. package/dist/node_modules/.bun/@zag-js_hover-card@1.35.3/node_modules/@zag-js/hover-card/dist/hover-card.connect.js +98 -82
  594. package/dist/node_modules/.bun/@zag-js_hover-card@1.35.3/node_modules/@zag-js/hover-card/dist/hover-card.connect.js.map +1 -1
  595. package/dist/node_modules/.bun/@zag-js_hover-card@1.35.3/node_modules/@zag-js/hover-card/dist/hover-card.dom.js +6 -11
  596. package/dist/node_modules/.bun/@zag-js_hover-card@1.35.3/node_modules/@zag-js/hover-card/dist/hover-card.dom.js.map +1 -1
  597. package/dist/node_modules/.bun/@zag-js_hover-card@1.35.3/node_modules/@zag-js/hover-card/dist/hover-card.machine.js +223 -267
  598. package/dist/node_modules/.bun/@zag-js_hover-card@1.35.3/node_modules/@zag-js/hover-card/dist/hover-card.machine.js.map +1 -1
  599. package/dist/node_modules/.bun/@zag-js_i18n-utils@1.35.3/node_modules/@zag-js/i18n-utils/dist/cache.js +13 -13
  600. package/dist/node_modules/.bun/@zag-js_i18n-utils@1.35.3/node_modules/@zag-js/i18n-utils/dist/cache.js.map +1 -1
  601. package/dist/node_modules/.bun/@zag-js_i18n-utils@1.35.3/node_modules/@zag-js/i18n-utils/dist/format-bytes.js +30 -18
  602. package/dist/node_modules/.bun/@zag-js_i18n-utils@1.35.3/node_modules/@zag-js/i18n-utils/dist/format-bytes.js.map +1 -1
  603. package/dist/node_modules/.bun/@zag-js_i18n-utils@1.35.3/node_modules/@zag-js/i18n-utils/dist/format-number.js +9 -8
  604. package/dist/node_modules/.bun/@zag-js_i18n-utils@1.35.3/node_modules/@zag-js/i18n-utils/dist/format-number.js.map +1 -1
  605. package/dist/node_modules/.bun/@zag-js_i18n-utils@1.35.3/node_modules/@zag-js/i18n-utils/dist/format-relative-time.js +23 -22
  606. package/dist/node_modules/.bun/@zag-js_i18n-utils@1.35.3/node_modules/@zag-js/i18n-utils/dist/format-relative-time.js.map +1 -1
  607. package/dist/node_modules/.bun/@zag-js_i18n-utils@1.35.3/node_modules/@zag-js/i18n-utils/dist/format-time.js +42 -38
  608. package/dist/node_modules/.bun/@zag-js_i18n-utils@1.35.3/node_modules/@zag-js/i18n-utils/dist/format-time.js.map +1 -1
  609. package/dist/node_modules/.bun/@zag-js_i18n-utils@1.35.3/node_modules/@zag-js/i18n-utils/dist/is-rtl.js +43 -42
  610. package/dist/node_modules/.bun/@zag-js_i18n-utils@1.35.3/node_modules/@zag-js/i18n-utils/dist/is-rtl.js.map +1 -1
  611. package/dist/node_modules/.bun/@zag-js_interact-outside@1.35.3/node_modules/@zag-js/interact-outside/dist/frame-utils.js +52 -58
  612. package/dist/node_modules/.bun/@zag-js_interact-outside@1.35.3/node_modules/@zag-js/interact-outside/dist/frame-utils.js.map +1 -1
  613. package/dist/node_modules/.bun/@zag-js_interact-outside@1.35.3/node_modules/@zag-js/interact-outside/dist/index.js +110 -124
  614. package/dist/node_modules/.bun/@zag-js_interact-outside@1.35.3/node_modules/@zag-js/interact-outside/dist/index.js.map +1 -1
  615. package/dist/node_modules/.bun/@zag-js_json-tree-utils@1.35.3/node_modules/@zag-js/json-tree-utils/dist/accessibility.js +17 -32
  616. package/dist/node_modules/.bun/@zag-js_json-tree-utils@1.35.3/node_modules/@zag-js/json-tree-utils/dist/accessibility.js.map +1 -1
  617. package/dist/node_modules/.bun/@zag-js_json-tree-utils@1.35.3/node_modules/@zag-js/json-tree-utils/dist/data-type.js +1120 -1093
  618. package/dist/node_modules/.bun/@zag-js_json-tree-utils@1.35.3/node_modules/@zag-js/json-tree-utils/dist/data-type.js.map +1 -1
  619. package/dist/node_modules/.bun/@zag-js_json-tree-utils@1.35.3/node_modules/@zag-js/json-tree-utils/dist/json-to-tree.js +33 -34
  620. package/dist/node_modules/.bun/@zag-js_json-tree-utils@1.35.3/node_modules/@zag-js/json-tree-utils/dist/json-to-tree.js.map +1 -1
  621. package/dist/node_modules/.bun/@zag-js_json-tree-utils@1.35.3/node_modules/@zag-js/json-tree-utils/dist/node-conversion.js +33 -45
  622. package/dist/node_modules/.bun/@zag-js_json-tree-utils@1.35.3/node_modules/@zag-js/json-tree-utils/dist/node-conversion.js.map +1 -1
  623. package/dist/node_modules/.bun/@zag-js_json-tree-utils@1.35.3/node_modules/@zag-js/json-tree-utils/dist/shared.js +17 -22
  624. package/dist/node_modules/.bun/@zag-js_json-tree-utils@1.35.3/node_modules/@zag-js/json-tree-utils/dist/shared.js.map +1 -1
  625. package/dist/node_modules/.bun/@zag-js_live-region@1.35.3/node_modules/@zag-js/live-region/dist/index.js +38 -37
  626. package/dist/node_modules/.bun/@zag-js_live-region@1.35.3/node_modules/@zag-js/live-region/dist/index.js.map +1 -1
  627. package/dist/node_modules/.bun/@zag-js_marquee@1.35.3/node_modules/@zag-js/marquee/dist/marquee.anatomy.js +6 -7
  628. package/dist/node_modules/.bun/@zag-js_marquee@1.35.3/node_modules/@zag-js/marquee/dist/marquee.anatomy.js.map +1 -1
  629. package/dist/node_modules/.bun/@zag-js_marquee@1.35.3/node_modules/@zag-js/marquee/dist/marquee.connect.js +140 -141
  630. package/dist/node_modules/.bun/@zag-js_marquee@1.35.3/node_modules/@zag-js/marquee/dist/marquee.connect.js.map +1 -1
  631. package/dist/node_modules/.bun/@zag-js_marquee@1.35.3/node_modules/@zag-js/marquee/dist/marquee.dom.js +12 -11
  632. package/dist/node_modules/.bun/@zag-js_marquee@1.35.3/node_modules/@zag-js/marquee/dist/marquee.dom.js.map +1 -1
  633. package/dist/node_modules/.bun/@zag-js_marquee@1.35.3/node_modules/@zag-js/marquee/dist/marquee.machine.js +145 -157
  634. package/dist/node_modules/.bun/@zag-js_marquee@1.35.3/node_modules/@zag-js/marquee/dist/marquee.machine.js.map +1 -1
  635. package/dist/node_modules/.bun/@zag-js_marquee@1.35.3/node_modules/@zag-js/marquee/dist/marquee.utils.js +32 -36
  636. package/dist/node_modules/.bun/@zag-js_marquee@1.35.3/node_modules/@zag-js/marquee/dist/marquee.utils.js.map +1 -1
  637. package/dist/node_modules/.bun/@zag-js_menu@1.35.3/node_modules/@zag-js/menu/dist/menu.anatomy.js +6 -22
  638. package/dist/node_modules/.bun/@zag-js_menu@1.35.3/node_modules/@zag-js/menu/dist/menu.anatomy.js.map +1 -1
  639. package/dist/node_modules/.bun/@zag-js_menu@1.35.3/node_modules/@zag-js/menu/dist/menu.connect.js +418 -353
  640. package/dist/node_modules/.bun/@zag-js_menu@1.35.3/node_modules/@zag-js/menu/dist/menu.connect.js.map +1 -1
  641. package/dist/node_modules/.bun/@zag-js_menu@1.35.3/node_modules/@zag-js/menu/dist/menu.dom.js +29 -47
  642. package/dist/node_modules/.bun/@zag-js_menu@1.35.3/node_modules/@zag-js/menu/dist/menu.dom.js.map +1 -1
  643. package/dist/node_modules/.bun/@zag-js_menu@1.35.3/node_modules/@zag-js/menu/dist/menu.machine.js +704 -791
  644. package/dist/node_modules/.bun/@zag-js_menu@1.35.3/node_modules/@zag-js/menu/dist/menu.machine.js.map +1 -1
  645. package/dist/node_modules/.bun/@zag-js_navigation-menu@1.35.3/node_modules/@zag-js/navigation-menu/dist/navigation-menu.anatomy.js +7 -19
  646. package/dist/node_modules/.bun/@zag-js_navigation-menu@1.35.3/node_modules/@zag-js/navigation-menu/dist/navigation-menu.anatomy.js.map +1 -1
  647. package/dist/node_modules/.bun/@zag-js_navigation-menu@1.35.3/node_modules/@zag-js/navigation-menu/dist/navigation-menu.connect.js +327 -302
  648. package/dist/node_modules/.bun/@zag-js_navigation-menu@1.35.3/node_modules/@zag-js/navigation-menu/dist/navigation-menu.connect.js.map +1 -1
  649. package/dist/node_modules/.bun/@zag-js_navigation-menu@1.35.3/node_modules/@zag-js/navigation-menu/dist/navigation-menu.dom.js +54 -79
  650. package/dist/node_modules/.bun/@zag-js_navigation-menu@1.35.3/node_modules/@zag-js/navigation-menu/dist/navigation-menu.dom.js.map +1 -1
  651. package/dist/node_modules/.bun/@zag-js_navigation-menu@1.35.3/node_modules/@zag-js/navigation-menu/dist/navigation-menu.machine.js +263 -298
  652. package/dist/node_modules/.bun/@zag-js_navigation-menu@1.35.3/node_modules/@zag-js/navigation-menu/dist/navigation-menu.machine.js.map +1 -1
  653. package/dist/node_modules/.bun/@zag-js_navigation-menu@1.35.3/node_modules/@zag-js/navigation-menu/dist/navigation-menu.utils.js +32 -35
  654. package/dist/node_modules/.bun/@zag-js_navigation-menu@1.35.3/node_modules/@zag-js/navigation-menu/dist/navigation-menu.utils.js.map +1 -1
  655. package/dist/node_modules/.bun/@zag-js_number-input@1.35.3/node_modules/@zag-js/number-input/dist/cursor.js +55 -64
  656. package/dist/node_modules/.bun/@zag-js_number-input@1.35.3/node_modules/@zag-js/number-input/dist/cursor.js.map +1 -1
  657. package/dist/node_modules/.bun/@zag-js_number-input@1.35.3/node_modules/@zag-js/number-input/dist/number-input.anatomy.js +6 -16
  658. package/dist/node_modules/.bun/@zag-js_number-input@1.35.3/node_modules/@zag-js/number-input/dist/number-input.anatomy.js.map +1 -1
  659. package/dist/node_modules/.bun/@zag-js_number-input@1.35.3/node_modules/@zag-js/number-input/dist/number-input.connect.js +275 -229
  660. package/dist/node_modules/.bun/@zag-js_number-input@1.35.3/node_modules/@zag-js/number-input/dist/number-input.connect.js.map +1 -1
  661. package/dist/node_modules/.bun/@zag-js_number-input@1.35.3/node_modules/@zag-js/number-input/dist/number-input.dom.js +44 -60
  662. package/dist/node_modules/.bun/@zag-js_number-input@1.35.3/node_modules/@zag-js/number-input/dist/number-input.dom.js.map +1 -1
  663. package/dist/node_modules/.bun/@zag-js_number-input@1.35.3/node_modules/@zag-js/number-input/dist/number-input.machine.js +466 -408
  664. package/dist/node_modules/.bun/@zag-js_number-input@1.35.3/node_modules/@zag-js/number-input/dist/number-input.machine.js.map +1 -1
  665. package/dist/node_modules/.bun/@zag-js_number-input@1.35.3/node_modules/@zag-js/number-input/dist/number-input.utils.js +15 -18
  666. package/dist/node_modules/.bun/@zag-js_number-input@1.35.3/node_modules/@zag-js/number-input/dist/number-input.utils.js.map +1 -1
  667. package/dist/node_modules/.bun/@zag-js_pagination@1.35.3/node_modules/@zag-js/pagination/dist/pagination.anatomy.js +6 -15
  668. package/dist/node_modules/.bun/@zag-js_pagination@1.35.3/node_modules/@zag-js/pagination/dist/pagination.anatomy.js.map +1 -1
  669. package/dist/node_modules/.bun/@zag-js_pagination@1.35.3/node_modules/@zag-js/pagination/dist/pagination.connect.js +174 -144
  670. package/dist/node_modules/.bun/@zag-js_pagination@1.35.3/node_modules/@zag-js/pagination/dist/pagination.connect.js.map +1 -1
  671. package/dist/node_modules/.bun/@zag-js_pagination@1.35.3/node_modules/@zag-js/pagination/dist/pagination.dom.js +6 -11
  672. package/dist/node_modules/.bun/@zag-js_pagination@1.35.3/node_modules/@zag-js/pagination/dist/pagination.dom.js.map +1 -1
  673. package/dist/node_modules/.bun/@zag-js_pagination@1.35.3/node_modules/@zag-js/pagination/dist/pagination.machine.js +128 -131
  674. package/dist/node_modules/.bun/@zag-js_pagination@1.35.3/node_modules/@zag-js/pagination/dist/pagination.machine.js.map +1 -1
  675. package/dist/node_modules/.bun/@zag-js_pagination@1.35.3/node_modules/@zag-js/pagination/dist/pagination.utils.js +37 -40
  676. package/dist/node_modules/.bun/@zag-js_pagination@1.35.3/node_modules/@zag-js/pagination/dist/pagination.utils.js.map +1 -1
  677. package/dist/node_modules/.bun/@zag-js_password-input@1.35.3/node_modules/@zag-js/password-input/dist/password-input.anatomy.js +6 -14
  678. package/dist/node_modules/.bun/@zag-js_password-input@1.35.3/node_modules/@zag-js/password-input/dist/password-input.anatomy.js.map +1 -1
  679. package/dist/node_modules/.bun/@zag-js_password-input@1.35.3/node_modules/@zag-js/password-input/dist/password-input.connect.js +111 -109
  680. package/dist/node_modules/.bun/@zag-js_password-input@1.35.3/node_modules/@zag-js/password-input/dist/password-input.connect.js.map +1 -1
  681. package/dist/node_modules/.bun/@zag-js_password-input@1.35.3/node_modules/@zag-js/password-input/dist/password-input.dom.js +6 -6
  682. package/dist/node_modules/.bun/@zag-js_password-input@1.35.3/node_modules/@zag-js/password-input/dist/password-input.dom.js.map +1 -1
  683. package/dist/node_modules/.bun/@zag-js_password-input@1.35.3/node_modules/@zag-js/password-input/dist/password-input.machine.js +70 -83
  684. package/dist/node_modules/.bun/@zag-js_password-input@1.35.3/node_modules/@zag-js/password-input/dist/password-input.machine.js.map +1 -1
  685. package/dist/node_modules/.bun/@zag-js_pin-input@1.35.3/node_modules/@zag-js/pin-input/dist/pin-input.anatomy.js +6 -7
  686. package/dist/node_modules/.bun/@zag-js_pin-input@1.35.3/node_modules/@zag-js/pin-input/dist/pin-input.anatomy.js.map +1 -1
  687. package/dist/node_modules/.bun/@zag-js_pin-input@1.35.3/node_modules/@zag-js/pin-input/dist/pin-input.connect.js +200 -170
  688. package/dist/node_modules/.bun/@zag-js_pin-input@1.35.3/node_modules/@zag-js/pin-input/dist/pin-input.connect.js.map +1 -1
  689. package/dist/node_modules/.bun/@zag-js_pin-input@1.35.3/node_modules/@zag-js/pin-input/dist/pin-input.dom.js +11 -20
  690. package/dist/node_modules/.bun/@zag-js_pin-input@1.35.3/node_modules/@zag-js/pin-input/dist/pin-input.dom.js.map +1 -1
  691. package/dist/node_modules/.bun/@zag-js_pin-input@1.35.3/node_modules/@zag-js/pin-input/dist/pin-input.machine.js +230 -259
  692. package/dist/node_modules/.bun/@zag-js_pin-input@1.35.3/node_modules/@zag-js/pin-input/dist/pin-input.machine.js.map +1 -1
  693. package/dist/node_modules/.bun/@zag-js_pin-input@1.35.3/node_modules/@zag-js/pin-input/dist/pin-input.utils.js +13 -13
  694. package/dist/node_modules/.bun/@zag-js_pin-input@1.35.3/node_modules/@zag-js/pin-input/dist/pin-input.utils.js.map +1 -1
  695. package/dist/node_modules/.bun/@zag-js_popover@1.35.3/node_modules/@zag-js/popover/dist/popover.anatomy.js +6 -18
  696. package/dist/node_modules/.bun/@zag-js_popover@1.35.3/node_modules/@zag-js/popover/dist/popover.anatomy.js.map +1 -1
  697. package/dist/node_modules/.bun/@zag-js_popover@1.35.3/node_modules/@zag-js/popover/dist/popover.connect.js +133 -126
  698. package/dist/node_modules/.bun/@zag-js_popover@1.35.3/node_modules/@zag-js/popover/dist/popover.connect.js.map +1 -1
  699. package/dist/node_modules/.bun/@zag-js_popover@1.35.3/node_modules/@zag-js/popover/dist/popover.dom.js +6 -18
  700. package/dist/node_modules/.bun/@zag-js_popover@1.35.3/node_modules/@zag-js/popover/dist/popover.dom.js.map +1 -1
  701. package/dist/node_modules/.bun/@zag-js_popover@1.35.3/node_modules/@zag-js/popover/dist/popover.machine.js +219 -237
  702. package/dist/node_modules/.bun/@zag-js_popover@1.35.3/node_modules/@zag-js/popover/dist/popover.machine.js.map +1 -1
  703. package/dist/node_modules/.bun/@zag-js_popper@1.35.3/node_modules/@zag-js/popper/dist/get-anchor.js +34 -32
  704. package/dist/node_modules/.bun/@zag-js_popper@1.35.3/node_modules/@zag-js/popper/dist/get-anchor.js.map +1 -1
  705. package/dist/node_modules/.bun/@zag-js_popper@1.35.3/node_modules/@zag-js/popper/dist/get-placement.js +135 -126
  706. package/dist/node_modules/.bun/@zag-js_popper@1.35.3/node_modules/@zag-js/popper/dist/get-placement.js.map +1 -1
  707. package/dist/node_modules/.bun/@zag-js_popper@1.35.3/node_modules/@zag-js/popper/dist/get-styles.js +44 -45
  708. package/dist/node_modules/.bun/@zag-js_popper@1.35.3/node_modules/@zag-js/popper/dist/get-styles.js.map +1 -1
  709. package/dist/node_modules/.bun/@zag-js_popper@1.35.3/node_modules/@zag-js/popper/dist/middleware.js +46 -55
  710. package/dist/node_modules/.bun/@zag-js_popper@1.35.3/node_modules/@zag-js/popper/dist/middleware.js.map +1 -1
  711. package/dist/node_modules/.bun/@zag-js_popper@1.35.3/node_modules/@zag-js/popper/dist/placement.js +14 -10
  712. package/dist/node_modules/.bun/@zag-js_popper@1.35.3/node_modules/@zag-js/popper/dist/placement.js.map +1 -1
  713. package/dist/node_modules/.bun/@zag-js_presence@1.35.3/node_modules/@zag-js/presence/dist/presence.connect.js +20 -16
  714. package/dist/node_modules/.bun/@zag-js_presence@1.35.3/node_modules/@zag-js/presence/dist/presence.connect.js.map +1 -1
  715. package/dist/node_modules/.bun/@zag-js_presence@1.35.3/node_modules/@zag-js/presence/dist/presence.machine.js +148 -145
  716. package/dist/node_modules/.bun/@zag-js_presence@1.35.3/node_modules/@zag-js/presence/dist/presence.machine.js.map +1 -1
  717. package/dist/node_modules/.bun/@zag-js_progress@1.35.3/node_modules/@zag-js/progress/dist/progress.anatomy.js +6 -17
  718. package/dist/node_modules/.bun/@zag-js_progress@1.35.3/node_modules/@zag-js/progress/dist/progress.anatomy.js.map +1 -1
  719. package/dist/node_modules/.bun/@zag-js_progress@1.35.3/node_modules/@zag-js/progress/dist/progress.connect.js +160 -152
  720. package/dist/node_modules/.bun/@zag-js_progress@1.35.3/node_modules/@zag-js/progress/dist/progress.connect.js.map +1 -1
  721. package/dist/node_modules/.bun/@zag-js_progress@1.35.3/node_modules/@zag-js/progress/dist/progress.dom.js +6 -8
  722. package/dist/node_modules/.bun/@zag-js_progress@1.35.3/node_modules/@zag-js/progress/dist/progress.dom.js.map +1 -1
  723. package/dist/node_modules/.bun/@zag-js_progress@1.35.3/node_modules/@zag-js/progress/dist/progress.machine.js +73 -90
  724. package/dist/node_modules/.bun/@zag-js_progress@1.35.3/node_modules/@zag-js/progress/dist/progress.machine.js.map +1 -1
  725. package/dist/node_modules/.bun/@zag-js_radio-group@1.35.3/node_modules/@zag-js/radio-group/dist/radio-group.anatomy.js +6 -14
  726. package/dist/node_modules/.bun/@zag-js_radio-group@1.35.3/node_modules/@zag-js/radio-group/dist/radio-group.anatomy.js.map +1 -1
  727. package/dist/node_modules/.bun/@zag-js_radio-group@1.35.3/node_modules/@zag-js/radio-group/dist/radio-group.connect.js +232 -190
  728. package/dist/node_modules/.bun/@zag-js_radio-group@1.35.3/node_modules/@zag-js/radio-group/dist/radio-group.connect.js.map +1 -1
  729. package/dist/node_modules/.bun/@zag-js_radio-group@1.35.3/node_modules/@zag-js/radio-group/dist/radio-group.dom.js +16 -30
  730. package/dist/node_modules/.bun/@zag-js_radio-group@1.35.3/node_modules/@zag-js/radio-group/dist/radio-group.dom.js.map +1 -1
  731. package/dist/node_modules/.bun/@zag-js_radio-group@1.35.3/node_modules/@zag-js/radio-group/dist/radio-group.machine.js +128 -158
  732. package/dist/node_modules/.bun/@zag-js_radio-group@1.35.3/node_modules/@zag-js/radio-group/dist/radio-group.machine.js.map +1 -1
  733. package/dist/node_modules/.bun/@zag-js_rect-utils@1.35.3/node_modules/@zag-js/rect-utils/dist/angle.js +8 -7
  734. package/dist/node_modules/.bun/@zag-js_rect-utils@1.35.3/node_modules/@zag-js/rect-utils/dist/angle.js.map +1 -1
  735. package/dist/node_modules/.bun/@zag-js_rect-utils@1.35.3/node_modules/@zag-js/rect-utils/dist/polygon.js +41 -22
  736. package/dist/node_modules/.bun/@zag-js_rect-utils@1.35.3/node_modules/@zag-js/rect-utils/dist/polygon.js.map +1 -1
  737. package/dist/node_modules/.bun/@zag-js_rect-utils@1.35.3/node_modules/@zag-js/rect-utils/dist/rect.js +31 -25
  738. package/dist/node_modules/.bun/@zag-js_rect-utils@1.35.3/node_modules/@zag-js/rect-utils/dist/rect.js.map +1 -1
  739. package/dist/node_modules/.bun/@zag-js_remove-scroll@1.35.3/node_modules/@zag-js/remove-scroll/dist/index.js +44 -41
  740. package/dist/node_modules/.bun/@zag-js_remove-scroll@1.35.3/node_modules/@zag-js/remove-scroll/dist/index.js.map +1 -1
  741. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/chunk-QZ7TP4HQ.js +11 -5
  742. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/chunk-QZ7TP4HQ.js.map +1 -1
  743. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/scroll-area.anatomy.js +6 -7
  744. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/scroll-area.anatomy.js.map +1 -1
  745. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/scroll-area.connect.js +203 -192
  746. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/scroll-area.connect.js.map +1 -1
  747. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/scroll-area.dom.js +7 -16
  748. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/scroll-area.dom.js.map +1 -1
  749. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/scroll-area.machine.js +312 -302
  750. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/scroll-area.machine.js.map +1 -1
  751. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/utils/scroll-offset.js +10 -9
  752. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/utils/scroll-offset.js.map +1 -1
  753. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/utils/scroll-progress.js +17 -11
  754. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/utils/scroll-progress.js.map +1 -1
  755. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/utils/scroll-sides.js +13 -13
  756. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/utils/scroll-sides.js.map +1 -1
  757. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/utils/scroll-to-edge.js +38 -30
  758. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/utils/scroll-to-edge.js.map +1 -1
  759. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/utils/scroll-to.js +24 -15
  760. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/utils/scroll-to.js.map +1 -1
  761. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/utils/smooth-scroll.js +24 -25
  762. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/utils/smooth-scroll.js.map +1 -1
  763. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/utils/timeout.js +20 -19
  764. package/dist/node_modules/.bun/@zag-js_scroll-area@1.35.3/node_modules/@zag-js/scroll-area/dist/utils/timeout.js.map +1 -1
  765. package/dist/node_modules/.bun/@zag-js_scroll-snap@1.35.3/node_modules/@zag-js/scroll-snap/dist/index.js +111 -100
  766. package/dist/node_modules/.bun/@zag-js_scroll-snap@1.35.3/node_modules/@zag-js/scroll-snap/dist/index.js.map +1 -1
  767. package/dist/node_modules/.bun/@zag-js_select@1.35.3/node_modules/@zag-js/select/dist/select.anatomy.js +6 -23
  768. package/dist/node_modules/.bun/@zag-js_select@1.35.3/node_modules/@zag-js/select/dist/select.anatomy.js.map +1 -1
  769. package/dist/node_modules/.bun/@zag-js_select@1.35.3/node_modules/@zag-js/select/dist/select.collection.js +7 -6
  770. package/dist/node_modules/.bun/@zag-js_select@1.35.3/node_modules/@zag-js/select/dist/select.collection.js.map +1 -1
  771. package/dist/node_modules/.bun/@zag-js_select@1.35.3/node_modules/@zag-js/select/dist/select.connect.js +407 -367
  772. package/dist/node_modules/.bun/@zag-js_select@1.35.3/node_modules/@zag-js/select/dist/select.connect.js.map +1 -1
  773. package/dist/node_modules/.bun/@zag-js_select@1.35.3/node_modules/@zag-js/select/dist/select.dom.js +6 -21
  774. package/dist/node_modules/.bun/@zag-js_select@1.35.3/node_modules/@zag-js/select/dist/select.dom.js.map +1 -1
  775. package/dist/node_modules/.bun/@zag-js_select@1.35.3/node_modules/@zag-js/select/dist/select.machine.js +631 -661
  776. package/dist/node_modules/.bun/@zag-js_select@1.35.3/node_modules/@zag-js/select/dist/select.machine.js.map +1 -1
  777. package/dist/node_modules/.bun/@zag-js_slider@1.35.3/node_modules/@zag-js/slider/dist/slider.anatomy.js +6 -18
  778. package/dist/node_modules/.bun/@zag-js_slider@1.35.3/node_modules/@zag-js/slider/dist/slider.anatomy.js.map +1 -1
  779. package/dist/node_modules/.bun/@zag-js_slider@1.35.3/node_modules/@zag-js/slider/dist/slider.connect.js +324 -270
  780. package/dist/node_modules/.bun/@zag-js_slider@1.35.3/node_modules/@zag-js/slider/dist/slider.connect.js.map +1 -1
  781. package/dist/node_modules/.bun/@zag-js_slider@1.35.3/node_modules/@zag-js/slider/dist/slider.dom.js +47 -59
  782. package/dist/node_modules/.bun/@zag-js_slider@1.35.3/node_modules/@zag-js/slider/dist/slider.dom.js.map +1 -1
  783. package/dist/node_modules/.bun/@zag-js_slider@1.35.3/node_modules/@zag-js/slider/dist/slider.machine.js +298 -305
  784. package/dist/node_modules/.bun/@zag-js_slider@1.35.3/node_modules/@zag-js/slider/dist/slider.machine.js.map +1 -1
  785. package/dist/node_modules/.bun/@zag-js_slider@1.35.3/node_modules/@zag-js/slider/dist/slider.style.js +111 -107
  786. package/dist/node_modules/.bun/@zag-js_slider@1.35.3/node_modules/@zag-js/slider/dist/slider.style.js.map +1 -1
  787. package/dist/node_modules/.bun/@zag-js_slider@1.35.3/node_modules/@zag-js/slider/dist/slider.utils.js +106 -92
  788. package/dist/node_modules/.bun/@zag-js_slider@1.35.3/node_modules/@zag-js/slider/dist/slider.utils.js.map +1 -1
  789. package/dist/node_modules/.bun/@zag-js_solid@1.35.3_2e1854f049906f04/node_modules/@zag-js/solid/dist/bindable.js +46 -43
  790. package/dist/node_modules/.bun/@zag-js_solid@1.35.3_2e1854f049906f04/node_modules/@zag-js/solid/dist/bindable.js.map +1 -1
  791. package/dist/node_modules/.bun/@zag-js_solid@1.35.3_2e1854f049906f04/node_modules/@zag-js/solid/dist/machine.js +189 -187
  792. package/dist/node_modules/.bun/@zag-js_solid@1.35.3_2e1854f049906f04/node_modules/@zag-js/solid/dist/machine.js.map +1 -1
  793. package/dist/node_modules/.bun/@zag-js_solid@1.35.3_2e1854f049906f04/node_modules/@zag-js/solid/dist/merge-props.js +32 -32
  794. package/dist/node_modules/.bun/@zag-js_solid@1.35.3_2e1854f049906f04/node_modules/@zag-js/solid/dist/merge-props.js.map +1 -1
  795. package/dist/node_modules/.bun/@zag-js_solid@1.35.3_2e1854f049906f04/node_modules/@zag-js/solid/dist/normalize-props.js +51 -50
  796. package/dist/node_modules/.bun/@zag-js_solid@1.35.3_2e1854f049906f04/node_modules/@zag-js/solid/dist/normalize-props.js.map +1 -1
  797. package/dist/node_modules/.bun/@zag-js_solid@1.35.3_2e1854f049906f04/node_modules/@zag-js/solid/dist/refs.js +15 -14
  798. package/dist/node_modules/.bun/@zag-js_solid@1.35.3_2e1854f049906f04/node_modules/@zag-js/solid/dist/refs.js.map +1 -1
  799. package/dist/node_modules/.bun/@zag-js_solid@1.35.3_2e1854f049906f04/node_modules/@zag-js/solid/dist/track.js +24 -24
  800. package/dist/node_modules/.bun/@zag-js_solid@1.35.3_2e1854f049906f04/node_modules/@zag-js/solid/dist/track.js.map +1 -1
  801. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/splitter.anatomy.js +6 -7
  802. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/splitter.anatomy.js.map +1 -1
  803. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/splitter.connect.js +281 -214
  804. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/splitter.connect.js.map +1 -1
  805. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/splitter.dom.js +18 -27
  806. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/splitter.dom.js.map +1 -1
  807. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/splitter.machine.js +341 -367
  808. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/splitter.machine.js.map +1 -1
  809. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/utils/aria.js +29 -36
  810. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/utils/aria.js.map +1 -1
  811. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/utils/fuzzy.js +15 -21
  812. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/utils/fuzzy.js.map +1 -1
  813. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/utils/panel.js +56 -72
  814. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/utils/panel.js.map +1 -1
  815. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/utils/resize-by-delta.js +94 -90
  816. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/utils/resize-by-delta.js.map +1 -1
  817. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/utils/resize-panel.js +16 -17
  818. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/utils/resize-panel.js.map +1 -1
  819. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/utils/validate-sizes.js +37 -34
  820. package/dist/node_modules/.bun/@zag-js_splitter@1.35.3/node_modules/@zag-js/splitter/dist/utils/validate-sizes.js.map +1 -1
  821. package/dist/node_modules/.bun/@zag-js_switch@1.35.3/node_modules/@zag-js/switch/dist/switch.anatomy.js +6 -7
  822. package/dist/node_modules/.bun/@zag-js_switch@1.35.3/node_modules/@zag-js/switch/dist/switch.anatomy.js.map +1 -1
  823. package/dist/node_modules/.bun/@zag-js_switch@1.35.3/node_modules/@zag-js/switch/dist/switch.connect.js +138 -109
  824. package/dist/node_modules/.bun/@zag-js_switch@1.35.3/node_modules/@zag-js/switch/dist/switch.connect.js.map +1 -1
  825. package/dist/node_modules/.bun/@zag-js_switch@1.35.3/node_modules/@zag-js/switch/dist/switch.dom.js +6 -11
  826. package/dist/node_modules/.bun/@zag-js_switch@1.35.3/node_modules/@zag-js/switch/dist/switch.dom.js.map +1 -1
  827. package/dist/node_modules/.bun/@zag-js_switch@1.35.3/node_modules/@zag-js/switch/dist/switch.machine.js +118 -142
  828. package/dist/node_modules/.bun/@zag-js_switch@1.35.3/node_modules/@zag-js/switch/dist/switch.machine.js.map +1 -1
  829. package/dist/node_modules/.bun/@zag-js_tabs@1.35.3/node_modules/@zag-js/tabs/dist/tabs.anatomy.js +6 -7
  830. package/dist/node_modules/.bun/@zag-js_tabs@1.35.3/node_modules/@zag-js/tabs/dist/tabs.anatomy.js.map +1 -1
  831. package/dist/node_modules/.bun/@zag-js_tabs@1.35.3/node_modules/@zag-js/tabs/dist/tabs.connect.js +206 -170
  832. package/dist/node_modules/.bun/@zag-js_tabs@1.35.3/node_modules/@zag-js/tabs/dist/tabs.connect.js.map +1 -1
  833. package/dist/node_modules/.bun/@zag-js_tabs@1.35.3/node_modules/@zag-js/tabs/dist/tabs.dom.js +16 -33
  834. package/dist/node_modules/.bun/@zag-js_tabs@1.35.3/node_modules/@zag-js/tabs/dist/tabs.dom.js.map +1 -1
  835. package/dist/node_modules/.bun/@zag-js_tabs@1.35.3/node_modules/@zag-js/tabs/dist/tabs.machine.js +213 -241
  836. package/dist/node_modules/.bun/@zag-js_tabs@1.35.3/node_modules/@zag-js/tabs/dist/tabs.machine.js.map +1 -1
  837. package/dist/node_modules/.bun/@zag-js_tags-input@1.35.3/node_modules/@zag-js/tags-input/dist/tags-input.anatomy.js +6 -18
  838. package/dist/node_modules/.bun/@zag-js_tags-input@1.35.3/node_modules/@zag-js/tags-input/dist/tags-input.anatomy.js.map +1 -1
  839. package/dist/node_modules/.bun/@zag-js_tags-input@1.35.3/node_modules/@zag-js/tags-input/dist/tags-input.connect.js +323 -280
  840. package/dist/node_modules/.bun/@zag-js_tags-input@1.35.3/node_modules/@zag-js/tags-input/dist/tags-input.connect.js.map +1 -1
  841. package/dist/node_modules/.bun/@zag-js_tags-input@1.35.3/node_modules/@zag-js/tags-input/dist/tags-input.dom.js +16 -40
  842. package/dist/node_modules/.bun/@zag-js_tags-input@1.35.3/node_modules/@zag-js/tags-input/dist/tags-input.dom.js.map +1 -1
  843. package/dist/node_modules/.bun/@zag-js_tags-input@1.35.3/node_modules/@zag-js/tags-input/dist/tags-input.machine.js +634 -628
  844. package/dist/node_modules/.bun/@zag-js_tags-input@1.35.3/node_modules/@zag-js/tags-input/dist/tags-input.machine.js.map +1 -1
  845. package/dist/node_modules/.bun/@zag-js_toast@1.35.3/node_modules/@zag-js/toast/dist/index.js +14 -9
  846. package/dist/node_modules/.bun/@zag-js_toast@1.35.3/node_modules/@zag-js/toast/dist/index.js.map +1 -1
  847. package/dist/node_modules/.bun/@zag-js_toast@1.35.3/node_modules/@zag-js/toast/dist/toast-group.connect.js +65 -52
  848. package/dist/node_modules/.bun/@zag-js_toast@1.35.3/node_modules/@zag-js/toast/dist/toast-group.connect.js.map +1 -1
  849. package/dist/node_modules/.bun/@zag-js_toast@1.35.3/node_modules/@zag-js/toast/dist/toast-group.machine.js +243 -230
  850. package/dist/node_modules/.bun/@zag-js_toast@1.35.3/node_modules/@zag-js/toast/dist/toast-group.machine.js.map +1 -1
  851. package/dist/node_modules/.bun/@zag-js_toast@1.35.3/node_modules/@zag-js/toast/dist/toast.anatomy.js +7 -14
  852. package/dist/node_modules/.bun/@zag-js_toast@1.35.3/node_modules/@zag-js/toast/dist/toast.anatomy.js.map +1 -1
  853. package/dist/node_modules/.bun/@zag-js_toast@1.35.3/node_modules/@zag-js/toast/dist/toast.connect.js +112 -101
  854. package/dist/node_modules/.bun/@zag-js_toast@1.35.3/node_modules/@zag-js/toast/dist/toast.connect.js.map +1 -1
  855. package/dist/node_modules/.bun/@zag-js_toast@1.35.3/node_modules/@zag-js/toast/dist/toast.dom.js +6 -11
  856. package/dist/node_modules/.bun/@zag-js_toast@1.35.3/node_modules/@zag-js/toast/dist/toast.dom.js.map +1 -1
  857. package/dist/node_modules/.bun/@zag-js_toast@1.35.3/node_modules/@zag-js/toast/dist/toast.machine.js +236 -222
  858. package/dist/node_modules/.bun/@zag-js_toast@1.35.3/node_modules/@zag-js/toast/dist/toast.machine.js.map +1 -1
  859. package/dist/node_modules/.bun/@zag-js_toast@1.35.3/node_modules/@zag-js/toast/dist/toast.store.js +183 -115
  860. package/dist/node_modules/.bun/@zag-js_toast@1.35.3/node_modules/@zag-js/toast/dist/toast.store.js.map +1 -1
  861. package/dist/node_modules/.bun/@zag-js_toast@1.35.3/node_modules/@zag-js/toast/dist/toast.utils.js +91 -115
  862. package/dist/node_modules/.bun/@zag-js_toast@1.35.3/node_modules/@zag-js/toast/dist/toast.utils.js.map +1 -1
  863. package/dist/node_modules/.bun/@zag-js_toggle-group@1.35.3/node_modules/@zag-js/toggle-group/dist/toggle-group.anatomy.js +6 -7
  864. package/dist/node_modules/.bun/@zag-js_toggle-group@1.35.3/node_modules/@zag-js/toggle-group/dist/toggle-group.anatomy.js.map +1 -1
  865. package/dist/node_modules/.bun/@zag-js_toggle-group@1.35.3/node_modules/@zag-js/toggle-group/dist/toggle-group.connect.js +118 -106
  866. package/dist/node_modules/.bun/@zag-js_toggle-group@1.35.3/node_modules/@zag-js/toggle-group/dist/toggle-group.connect.js.map +1 -1
  867. package/dist/node_modules/.bun/@zag-js_toggle-group@1.35.3/node_modules/@zag-js/toggle-group/dist/toggle-group.dom.js +11 -17
  868. package/dist/node_modules/.bun/@zag-js_toggle-group@1.35.3/node_modules/@zag-js/toggle-group/dist/toggle-group.dom.js.map +1 -1
  869. package/dist/node_modules/.bun/@zag-js_toggle-group@1.35.3/node_modules/@zag-js/toggle-group/dist/toggle-group.machine.js +139 -169
  870. package/dist/node_modules/.bun/@zag-js_toggle-group@1.35.3/node_modules/@zag-js/toggle-group/dist/toggle-group.machine.js.map +1 -1
  871. package/dist/node_modules/.bun/@zag-js_toggle@1.35.3/node_modules/@zag-js/toggle/dist/toggle.anatomy.js +6 -7
  872. package/dist/node_modules/.bun/@zag-js_toggle@1.35.3/node_modules/@zag-js/toggle/dist/toggle.anatomy.js.map +1 -1
  873. package/dist/node_modules/.bun/@zag-js_toggle@1.35.3/node_modules/@zag-js/toggle/dist/toggle.connect.js +41 -37
  874. package/dist/node_modules/.bun/@zag-js_toggle@1.35.3/node_modules/@zag-js/toggle/dist/toggle.connect.js.map +1 -1
  875. package/dist/node_modules/.bun/@zag-js_toggle@1.35.3/node_modules/@zag-js/toggle/dist/toggle.machine.js +38 -47
  876. package/dist/node_modules/.bun/@zag-js_toggle@1.35.3/node_modules/@zag-js/toggle/dist/toggle.machine.js.map +1 -1
  877. package/dist/node_modules/.bun/@zag-js_tooltip@1.35.3/node_modules/@zag-js/tooltip/dist/tooltip.anatomy.js +6 -7
  878. package/dist/node_modules/.bun/@zag-js_tooltip@1.35.3/node_modules/@zag-js/tooltip/dist/tooltip.anatomy.js.map +1 -1
  879. package/dist/node_modules/.bun/@zag-js_tooltip@1.35.3/node_modules/@zag-js/tooltip/dist/tooltip.connect.js +120 -106
  880. package/dist/node_modules/.bun/@zag-js_tooltip@1.35.3/node_modules/@zag-js/tooltip/dist/tooltip.connect.js.map +1 -1
  881. package/dist/node_modules/.bun/@zag-js_tooltip@1.35.3/node_modules/@zag-js/tooltip/dist/tooltip.dom.js +6 -10
  882. package/dist/node_modules/.bun/@zag-js_tooltip@1.35.3/node_modules/@zag-js/tooltip/dist/tooltip.dom.js.map +1 -1
  883. package/dist/node_modules/.bun/@zag-js_tooltip@1.35.3/node_modules/@zag-js/tooltip/dist/tooltip.machine.js +310 -332
  884. package/dist/node_modules/.bun/@zag-js_tooltip@1.35.3/node_modules/@zag-js/tooltip/dist/tooltip.machine.js.map +1 -1
  885. package/dist/node_modules/.bun/@zag-js_tooltip@1.35.3/node_modules/@zag-js/tooltip/dist/tooltip.store.js +10 -9
  886. package/dist/node_modules/.bun/@zag-js_tooltip@1.35.3/node_modules/@zag-js/tooltip/dist/tooltip.store.js.map +1 -1
  887. package/dist/node_modules/.bun/@zag-js_tree-view@1.35.3/node_modules/@zag-js/tree-view/dist/tree-view.anatomy.js +5 -22
  888. package/dist/node_modules/.bun/@zag-js_tree-view@1.35.3/node_modules/@zag-js/tree-view/dist/tree-view.anatomy.js.map +1 -1
  889. package/dist/node_modules/.bun/@zag-js_tree-view@1.35.3/node_modules/@zag-js/tree-view/dist/tree-view.collection.js +7 -6
  890. package/dist/node_modules/.bun/@zag-js_tree-view@1.35.3/node_modules/@zag-js/tree-view/dist/tree-view.collection.js.map +1 -1
  891. package/dist/node_modules/.bun/@zag-js_tree-view@1.35.3/node_modules/@zag-js/tree-view/dist/tree-view.connect.js +483 -382
  892. package/dist/node_modules/.bun/@zag-js_tree-view@1.35.3/node_modules/@zag-js/tree-view/dist/tree-view.connect.js.map +1 -1
  893. package/dist/node_modules/.bun/@zag-js_tree-view@1.35.3/node_modules/@zag-js/tree-view/dist/tree-view.dom.js +8 -13
  894. package/dist/node_modules/.bun/@zag-js_tree-view@1.35.3/node_modules/@zag-js/tree-view/dist/tree-view.dom.js.map +1 -1
  895. package/dist/node_modules/.bun/@zag-js_tree-view@1.35.3/node_modules/@zag-js/tree-view/dist/tree-view.machine.js +453 -535
  896. package/dist/node_modules/.bun/@zag-js_tree-view@1.35.3/node_modules/@zag-js/tree-view/dist/tree-view.machine.js.map +1 -1
  897. package/dist/node_modules/.bun/@zag-js_tree-view@1.35.3/node_modules/@zag-js/tree-view/dist/utils/checked-state.js +23 -27
  898. package/dist/node_modules/.bun/@zag-js_tree-view@1.35.3/node_modules/@zag-js/tree-view/dist/utils/checked-state.js.map +1 -1
  899. package/dist/node_modules/.bun/@zag-js_tree-view@1.35.3/node_modules/@zag-js/tree-view/dist/utils/expand-branch.js +63 -47
  900. package/dist/node_modules/.bun/@zag-js_tree-view@1.35.3/node_modules/@zag-js/tree-view/dist/utils/expand-branch.js.map +1 -1
  901. package/dist/node_modules/.bun/@zag-js_tree-view@1.35.3/node_modules/@zag-js/tree-view/dist/utils/visit-skip.js +10 -9
  902. package/dist/node_modules/.bun/@zag-js_tree-view@1.35.3/node_modules/@zag-js/tree-view/dist/utils/visit-skip.js.map +1 -1
  903. package/dist/node_modules/.bun/@zag-js_types@1.35.3/node_modules/@zag-js/types/dist/prop-types.js +9 -10
  904. package/dist/node_modules/.bun/@zag-js_types@1.35.3/node_modules/@zag-js/types/dist/prop-types.js.map +1 -1
  905. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/array.js +28 -42
  906. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/array.js.map +1 -1
  907. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/chunk-MXGZDBDQ.js +13 -9
  908. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/chunk-MXGZDBDQ.js.map +1 -1
  909. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/equal.js +23 -27
  910. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/equal.js.map +1 -1
  911. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/functions.js +28 -34
  912. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/functions.js.map +1 -1
  913. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/guard.js +12 -20
  914. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/guard.js.map +1 -1
  915. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/number.js +60 -83
  916. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/number.js.map +1 -1
  917. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/object.js +21 -21
  918. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/object.js.map +1 -1
  919. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/store.js +25 -25
  920. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/store.js.map +1 -1
  921. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/timers.js +40 -37
  922. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/timers.js.map +1 -1
  923. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/warning.js +17 -22
  924. package/dist/node_modules/.bun/@zag-js_utils@1.35.3/node_modules/@zag-js/utils/dist/warning.js.map +1 -1
  925. package/dist/node_modules/.bun/tailwind-merge@3.5.0/node_modules/tailwind-merge/dist/bundle-mjs.js +1683 -2946
  926. package/dist/node_modules/.bun/tailwind-merge@3.5.0/node_modules/tailwind-merge/dist/bundle-mjs.js.map +1 -1
  927. package/dist/node_modules/.bun/tailwind-variants@3.2.2_7ac958b541464b98/node_modules/tailwind-variants/dist/chunk-LQJYWU4O.js +71 -82
  928. package/dist/node_modules/.bun/tailwind-variants@3.2.2_7ac958b541464b98/node_modules/tailwind-variants/dist/chunk-LQJYWU4O.js.map +1 -1
  929. package/dist/node_modules/.bun/tailwind-variants@3.2.2_7ac958b541464b98/node_modules/tailwind-variants/dist/chunk-RZF76H2U.js +165 -208
  930. package/dist/node_modules/.bun/tailwind-variants@3.2.2_7ac958b541464b98/node_modules/tailwind-variants/dist/chunk-RZF76H2U.js.map +1 -1
  931. package/dist/node_modules/.bun/tailwind-variants@3.2.2_7ac958b541464b98/node_modules/tailwind-variants/dist/index.js +20 -24
  932. package/dist/node_modules/.bun/tailwind-variants@3.2.2_7ac958b541464b98/node_modules/tailwind-variants/dist/index.js.map +1 -1
  933. package/dist/paraglide/messages/_index.d.ts +15 -0
  934. package/dist/paraglide/messages/ui_breadcrumb_label.d.ts +16 -0
  935. package/dist/paraglide/messages/ui_breadcrumb_label.js +7 -21
  936. package/dist/paraglide/messages/ui_breadcrumb_label.js.map +1 -1
  937. package/dist/paraglide/messages/ui_carousel_next.d.ts +16 -0
  938. package/dist/paraglide/messages/ui_carousel_next.js +7 -21
  939. package/dist/paraglide/messages/ui_carousel_next.js.map +1 -1
  940. package/dist/paraglide/messages/ui_carousel_previous.d.ts +16 -0
  941. package/dist/paraglide/messages/ui_carousel_previous.js +7 -21
  942. package/dist/paraglide/messages/ui_carousel_previous.js.map +1 -1
  943. package/dist/paraglide/messages/ui_checkbox_checked.d.ts +16 -0
  944. package/dist/paraglide/messages/ui_common_close.d.ts +16 -0
  945. package/dist/paraglide/messages/ui_common_close.js +6 -20
  946. package/dist/paraglide/messages/ui_common_close.js.map +1 -1
  947. package/dist/paraglide/messages/ui_common_loading.d.ts +16 -0
  948. package/dist/paraglide/messages/ui_common_loading.js +7 -21
  949. package/dist/paraglide/messages/ui_common_loading.js.map +1 -1
  950. package/dist/paraglide/messages/ui_common_more.d.ts +16 -0
  951. package/dist/paraglide/messages/ui_common_more.js +6 -20
  952. package/dist/paraglide/messages/ui_common_more.js.map +1 -1
  953. package/dist/paraglide/messages/ui_pagination_more.d.ts +16 -0
  954. package/dist/paraglide/messages/ui_pagination_more.js +7 -21
  955. package/dist/paraglide/messages/ui_pagination_more.js.map +1 -1
  956. package/dist/paraglide/messages/ui_pagination_next.d.ts +16 -0
  957. package/dist/paraglide/messages/ui_pagination_next.js +7 -21
  958. package/dist/paraglide/messages/ui_pagination_next.js.map +1 -1
  959. package/dist/paraglide/messages/ui_pagination_previous.d.ts +16 -0
  960. package/dist/paraglide/messages/ui_pagination_previous.js +7 -21
  961. package/dist/paraglide/messages/ui_pagination_previous.js.map +1 -1
  962. package/dist/paraglide/messages/ui_sidebar_description.d.ts +16 -0
  963. package/dist/paraglide/messages/ui_sidebar_description.js +7 -21
  964. package/dist/paraglide/messages/ui_sidebar_description.js.map +1 -1
  965. package/dist/paraglide/messages/ui_sidebar_title.d.ts +16 -0
  966. package/dist/paraglide/messages/ui_sidebar_title.js +7 -21
  967. package/dist/paraglide/messages/ui_sidebar_title.js.map +1 -1
  968. package/dist/paraglide/messages/ui_sidebar_toggle.d.ts +16 -0
  969. package/dist/paraglide/messages/ui_sidebar_toggle.js +7 -21
  970. package/dist/paraglide/messages/ui_sidebar_toggle.js.map +1 -1
  971. package/dist/paraglide/messages/ui_skeleton_loading.d.ts +16 -0
  972. package/dist/paraglide/messages/ui_skeleton_loading.js +6 -20
  973. package/dist/paraglide/messages/ui_skeleton_loading.js.map +1 -1
  974. package/dist/paraglide/messages.d.ts +2 -0
  975. package/dist/paraglide/runtime.d.ts +749 -0
  976. package/dist/paraglide/runtime.js +84 -120
  977. package/dist/paraglide/runtime.js.map +1 -1
  978. package/dist/primitives/createMediaQuery.js +16 -15
  979. package/dist/primitives/createMediaQuery.js.map +1 -1
  980. package/dist/primitives/selectTriggerRef.js +14 -21
  981. package/dist/primitives/selectTriggerRef.js.map +1 -1
  982. package/dist/theme.css +1 -1
  983. package/package.json +2 -1
  984. package/src/primitives/selectTriggerRef.ts +3 -1
  985. package/src/theme.css +8 -3
  986. package/dist/_virtual/calendar-month.js +0 -10
  987. package/dist/_virtual/calendar-month.js.map +0 -1
  988. package/dist/_virtual/check-circle.js +0 -10
  989. package/dist/_virtual/check-circle.js.map +0 -1
  990. package/dist/_virtual/check.js +0 -10
  991. package/dist/_virtual/check.js.map +0 -1
  992. package/dist/_virtual/chevron-left.js +0 -10
  993. package/dist/_virtual/chevron-left.js.map +0 -1
  994. package/dist/_virtual/chevron-right.js +0 -10
  995. package/dist/_virtual/chevron-right.js.map +0 -1
  996. package/dist/_virtual/close.js +0 -10
  997. package/dist/_virtual/close.js.map +0 -1
  998. package/dist/_virtual/error.js +0 -10
  999. package/dist/_virtual/error.js.map +0 -1
  1000. package/dist/_virtual/expand-less.js +0 -10
  1001. package/dist/_virtual/expand-less.js.map +0 -1
  1002. package/dist/_virtual/expand-more.js +0 -10
  1003. package/dist/_virtual/expand-more.js.map +0 -1
  1004. package/dist/_virtual/info.js +0 -10
  1005. package/dist/_virtual/info.js.map +0 -1
  1006. package/dist/_virtual/more-horiz.js +0 -10
  1007. package/dist/_virtual/more-horiz.js.map +0 -1
  1008. package/dist/_virtual/progress-activity.js +0 -10
  1009. package/dist/_virtual/progress-activity.js.map +0 -1
  1010. package/dist/_virtual/search.js +0 -10
  1011. package/dist/_virtual/search.js.map +0 -1
  1012. package/dist/_virtual/side-navigation.js +0 -10
  1013. package/dist/_virtual/side-navigation.js.map +0 -1
  1014. package/dist/_virtual/visibility-off.js +0 -10
  1015. package/dist/_virtual/visibility-off.js.map +0 -1
  1016. package/dist/_virtual/visibility.js +0 -10
  1017. package/dist/_virtual/visibility.js.map +0 -1
  1018. package/dist/_virtual/warning.js +0 -10
  1019. package/dist/_virtual/warning.js.map +0 -1
  1020. package/dist/components/Marquee.js.map +0 -1
  1021. package/dist/components/form/index.js.map +0 -1
  1022. package/dist/components/marquee/index.js.map +0 -1
  1023. package/dist/components/sidebar/index.js.map +0 -1
  1024. package/dist/components/toaster/index.js.map +0 -1
  1025. package/dist/index.js.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"floating-ui.core.js","sources":["../../../../../../../../../../node_modules/.bun/@floating-ui+core@1.7.5/node_modules/@floating-ui/core/dist/floating-ui.core.mjs"],"sourcesContent":["import { getSideAxis, getAlignmentAxis, getAxisLength, getSide, getAlignment, evaluate, getPaddingObject, rectToClientRect, min, clamp, placements, getAlignmentSides, getOppositeAlignmentPlacement, getOppositePlacement, getExpandedPlacements, getOppositeAxisPlacements, sides, max, getOppositeAxis } from '@floating-ui/utils';\nexport { rectToClientRect } from '@floating-ui/utils';\n\nfunction computeCoordsFromPlacement(_ref, placement, rtl) {\n let {\n reference,\n floating\n } = _ref;\n const sideAxis = getSideAxis(placement);\n const alignmentAxis = getAlignmentAxis(placement);\n const alignLength = getAxisLength(alignmentAxis);\n const side = getSide(placement);\n const isVertical = sideAxis === 'y';\n const commonX = reference.x + reference.width / 2 - floating.width / 2;\n const commonY = reference.y + reference.height / 2 - floating.height / 2;\n const commonAlign = reference[alignLength] / 2 - floating[alignLength] / 2;\n let coords;\n switch (side) {\n case 'top':\n coords = {\n x: commonX,\n y: reference.y - floating.height\n };\n break;\n case 'bottom':\n coords = {\n x: commonX,\n y: reference.y + reference.height\n };\n break;\n case 'right':\n coords = {\n x: reference.x + reference.width,\n y: commonY\n };\n break;\n case 'left':\n coords = {\n x: reference.x - floating.width,\n y: commonY\n };\n break;\n default:\n coords = {\n x: reference.x,\n y: reference.y\n };\n }\n switch (getAlignment(placement)) {\n case 'start':\n coords[alignmentAxis] -= commonAlign * (rtl && isVertical ? -1 : 1);\n break;\n case 'end':\n coords[alignmentAxis] += commonAlign * (rtl && isVertical ? -1 : 1);\n break;\n }\n return coords;\n}\n\n/**\n * Resolves with an object of overflow side offsets that determine how much the\n * element is overflowing a given clipping boundary on each side.\n * - positive = overflowing the boundary by that number of pixels\n * - negative = how many pixels left before it will overflow\n * - 0 = lies flush with the boundary\n * @see https://floating-ui.com/docs/detectOverflow\n */\nasync function detectOverflow(state, options) {\n var _await$platform$isEle;\n if (options === void 0) {\n options = {};\n }\n const {\n x,\n y,\n platform,\n rects,\n elements,\n strategy\n } = state;\n const {\n boundary = 'clippingAncestors',\n rootBoundary = 'viewport',\n elementContext = 'floating',\n altBoundary = false,\n padding = 0\n } = evaluate(options, state);\n const paddingObject = getPaddingObject(padding);\n const altContext = elementContext === 'floating' ? 'reference' : 'floating';\n const element = elements[altBoundary ? altContext : elementContext];\n const clippingClientRect = rectToClientRect(await platform.getClippingRect({\n element: ((_await$platform$isEle = await (platform.isElement == null ? void 0 : platform.isElement(element))) != null ? _await$platform$isEle : true) ? element : element.contextElement || (await (platform.getDocumentElement == null ? void 0 : platform.getDocumentElement(elements.floating))),\n boundary,\n rootBoundary,\n strategy\n }));\n const rect = elementContext === 'floating' ? {\n x,\n y,\n width: rects.floating.width,\n height: rects.floating.height\n } : rects.reference;\n const offsetParent = await (platform.getOffsetParent == null ? void 0 : platform.getOffsetParent(elements.floating));\n const offsetScale = (await (platform.isElement == null ? void 0 : platform.isElement(offsetParent))) ? (await (platform.getScale == null ? void 0 : platform.getScale(offsetParent))) || {\n x: 1,\n y: 1\n } : {\n x: 1,\n y: 1\n };\n const elementClientRect = rectToClientRect(platform.convertOffsetParentRelativeRectToViewportRelativeRect ? await platform.convertOffsetParentRelativeRectToViewportRelativeRect({\n elements,\n rect,\n offsetParent,\n strategy\n }) : rect);\n return {\n top: (clippingClientRect.top - elementClientRect.top + paddingObject.top) / offsetScale.y,\n bottom: (elementClientRect.bottom - clippingClientRect.bottom + paddingObject.bottom) / offsetScale.y,\n left: (clippingClientRect.left - elementClientRect.left + paddingObject.left) / offsetScale.x,\n right: (elementClientRect.right - clippingClientRect.right + paddingObject.right) / offsetScale.x\n };\n}\n\n// Maximum number of resets that can occur before bailing to avoid infinite reset loops.\nconst MAX_RESET_COUNT = 50;\n\n/**\n * Computes the `x` and `y` coordinates that will place the floating element\n * next to a given reference element.\n *\n * This export does not have any `platform` interface logic. You will need to\n * write one for the platform you are using Floating UI with.\n */\nconst computePosition = async (reference, floating, config) => {\n const {\n placement = 'bottom',\n strategy = 'absolute',\n middleware = [],\n platform\n } = config;\n const platformWithDetectOverflow = platform.detectOverflow ? platform : {\n ...platform,\n detectOverflow\n };\n const rtl = await (platform.isRTL == null ? void 0 : platform.isRTL(floating));\n let rects = await platform.getElementRects({\n reference,\n floating,\n strategy\n });\n let {\n x,\n y\n } = computeCoordsFromPlacement(rects, placement, rtl);\n let statefulPlacement = placement;\n let resetCount = 0;\n const middlewareData = {};\n for (let i = 0; i < middleware.length; i++) {\n const currentMiddleware = middleware[i];\n if (!currentMiddleware) {\n continue;\n }\n const {\n name,\n fn\n } = currentMiddleware;\n const {\n x: nextX,\n y: nextY,\n data,\n reset\n } = await fn({\n x,\n y,\n initialPlacement: placement,\n placement: statefulPlacement,\n strategy,\n middlewareData,\n rects,\n platform: platformWithDetectOverflow,\n elements: {\n reference,\n floating\n }\n });\n x = nextX != null ? nextX : x;\n y = nextY != null ? nextY : y;\n middlewareData[name] = {\n ...middlewareData[name],\n ...data\n };\n if (reset && resetCount < MAX_RESET_COUNT) {\n resetCount++;\n if (typeof reset === 'object') {\n if (reset.placement) {\n statefulPlacement = reset.placement;\n }\n if (reset.rects) {\n rects = reset.rects === true ? await platform.getElementRects({\n reference,\n floating,\n strategy\n }) : reset.rects;\n }\n ({\n x,\n y\n } = computeCoordsFromPlacement(rects, statefulPlacement, rtl));\n }\n i = -1;\n }\n }\n return {\n x,\n y,\n placement: statefulPlacement,\n strategy,\n middlewareData\n };\n};\n\n/**\n * Provides data to position an inner element of the floating element so that it\n * appears centered to the reference element.\n * @see https://floating-ui.com/docs/arrow\n */\nconst arrow = options => ({\n name: 'arrow',\n options,\n async fn(state) {\n const {\n x,\n y,\n placement,\n rects,\n platform,\n elements,\n middlewareData\n } = state;\n // Since `element` is required, we don't Partial<> the type.\n const {\n element,\n padding = 0\n } = evaluate(options, state) || {};\n if (element == null) {\n return {};\n }\n const paddingObject = getPaddingObject(padding);\n const coords = {\n x,\n y\n };\n const axis = getAlignmentAxis(placement);\n const length = getAxisLength(axis);\n const arrowDimensions = await platform.getDimensions(element);\n const isYAxis = axis === 'y';\n const minProp = isYAxis ? 'top' : 'left';\n const maxProp = isYAxis ? 'bottom' : 'right';\n const clientProp = isYAxis ? 'clientHeight' : 'clientWidth';\n const endDiff = rects.reference[length] + rects.reference[axis] - coords[axis] - rects.floating[length];\n const startDiff = coords[axis] - rects.reference[axis];\n const arrowOffsetParent = await (platform.getOffsetParent == null ? void 0 : platform.getOffsetParent(element));\n let clientSize = arrowOffsetParent ? arrowOffsetParent[clientProp] : 0;\n\n // DOM platform can return `window` as the `offsetParent`.\n if (!clientSize || !(await (platform.isElement == null ? void 0 : platform.isElement(arrowOffsetParent)))) {\n clientSize = elements.floating[clientProp] || rects.floating[length];\n }\n const centerToReference = endDiff / 2 - startDiff / 2;\n\n // If the padding is large enough that it causes the arrow to no longer be\n // centered, modify the padding so that it is centered.\n const largestPossiblePadding = clientSize / 2 - arrowDimensions[length] / 2 - 1;\n const minPadding = min(paddingObject[minProp], largestPossiblePadding);\n const maxPadding = min(paddingObject[maxProp], largestPossiblePadding);\n\n // Make sure the arrow doesn't overflow the floating element if the center\n // point is outside the floating element's bounds.\n const min$1 = minPadding;\n const max = clientSize - arrowDimensions[length] - maxPadding;\n const center = clientSize / 2 - arrowDimensions[length] / 2 + centerToReference;\n const offset = clamp(min$1, center, max);\n\n // If the reference is small enough that the arrow's padding causes it to\n // to point to nothing for an aligned placement, adjust the offset of the\n // floating element itself. To ensure `shift()` continues to take action,\n // a single reset is performed when this is true.\n const shouldAddOffset = !middlewareData.arrow && getAlignment(placement) != null && center !== offset && rects.reference[length] / 2 - (center < min$1 ? minPadding : maxPadding) - arrowDimensions[length] / 2 < 0;\n const alignmentOffset = shouldAddOffset ? center < min$1 ? center - min$1 : center - max : 0;\n return {\n [axis]: coords[axis] + alignmentOffset,\n data: {\n [axis]: offset,\n centerOffset: center - offset - alignmentOffset,\n ...(shouldAddOffset && {\n alignmentOffset\n })\n },\n reset: shouldAddOffset\n };\n }\n});\n\nfunction getPlacementList(alignment, autoAlignment, allowedPlacements) {\n const allowedPlacementsSortedByAlignment = alignment ? [...allowedPlacements.filter(placement => getAlignment(placement) === alignment), ...allowedPlacements.filter(placement => getAlignment(placement) !== alignment)] : allowedPlacements.filter(placement => getSide(placement) === placement);\n return allowedPlacementsSortedByAlignment.filter(placement => {\n if (alignment) {\n return getAlignment(placement) === alignment || (autoAlignment ? getOppositeAlignmentPlacement(placement) !== placement : false);\n }\n return true;\n });\n}\n/**\n * Optimizes the visibility of the floating element by choosing the placement\n * that has the most space available automatically, without needing to specify a\n * preferred placement. Alternative to `flip`.\n * @see https://floating-ui.com/docs/autoPlacement\n */\nconst autoPlacement = function (options) {\n if (options === void 0) {\n options = {};\n }\n return {\n name: 'autoPlacement',\n options,\n async fn(state) {\n var _middlewareData$autoP, _middlewareData$autoP2, _placementsThatFitOnE;\n const {\n rects,\n middlewareData,\n placement,\n platform,\n elements\n } = state;\n const {\n crossAxis = false,\n alignment,\n allowedPlacements = placements,\n autoAlignment = true,\n ...detectOverflowOptions\n } = evaluate(options, state);\n const placements$1 = alignment !== undefined || allowedPlacements === placements ? getPlacementList(alignment || null, autoAlignment, allowedPlacements) : allowedPlacements;\n const overflow = await platform.detectOverflow(state, detectOverflowOptions);\n const currentIndex = ((_middlewareData$autoP = middlewareData.autoPlacement) == null ? void 0 : _middlewareData$autoP.index) || 0;\n const currentPlacement = placements$1[currentIndex];\n if (currentPlacement == null) {\n return {};\n }\n const alignmentSides = getAlignmentSides(currentPlacement, rects, await (platform.isRTL == null ? void 0 : platform.isRTL(elements.floating)));\n\n // Make `computeCoords` start from the right place.\n if (placement !== currentPlacement) {\n return {\n reset: {\n placement: placements$1[0]\n }\n };\n }\n const currentOverflows = [overflow[getSide(currentPlacement)], overflow[alignmentSides[0]], overflow[alignmentSides[1]]];\n const allOverflows = [...(((_middlewareData$autoP2 = middlewareData.autoPlacement) == null ? void 0 : _middlewareData$autoP2.overflows) || []), {\n placement: currentPlacement,\n overflows: currentOverflows\n }];\n const nextPlacement = placements$1[currentIndex + 1];\n\n // There are more placements to check.\n if (nextPlacement) {\n return {\n data: {\n index: currentIndex + 1,\n overflows: allOverflows\n },\n reset: {\n placement: nextPlacement\n }\n };\n }\n const placementsSortedByMostSpace = allOverflows.map(d => {\n const alignment = getAlignment(d.placement);\n return [d.placement, alignment && crossAxis ?\n // Check along the mainAxis and main crossAxis side.\n d.overflows.slice(0, 2).reduce((acc, v) => acc + v, 0) :\n // Check only the mainAxis.\n d.overflows[0], d.overflows];\n }).sort((a, b) => a[1] - b[1]);\n const placementsThatFitOnEachSide = placementsSortedByMostSpace.filter(d => d[2].slice(0,\n // Aligned placements should not check their opposite crossAxis\n // side.\n getAlignment(d[0]) ? 2 : 3).every(v => v <= 0));\n const resetPlacement = ((_placementsThatFitOnE = placementsThatFitOnEachSide[0]) == null ? void 0 : _placementsThatFitOnE[0]) || placementsSortedByMostSpace[0][0];\n if (resetPlacement !== placement) {\n return {\n data: {\n index: currentIndex + 1,\n overflows: allOverflows\n },\n reset: {\n placement: resetPlacement\n }\n };\n }\n return {};\n }\n };\n};\n\n/**\n * Optimizes the visibility of the floating element by flipping the `placement`\n * in order to keep it in view when the preferred placement(s) will overflow the\n * clipping boundary. Alternative to `autoPlacement`.\n * @see https://floating-ui.com/docs/flip\n */\nconst flip = function (options) {\n if (options === void 0) {\n options = {};\n }\n return {\n name: 'flip',\n options,\n async fn(state) {\n var _middlewareData$arrow, _middlewareData$flip;\n const {\n placement,\n middlewareData,\n rects,\n initialPlacement,\n platform,\n elements\n } = state;\n const {\n mainAxis: checkMainAxis = true,\n crossAxis: checkCrossAxis = true,\n fallbackPlacements: specifiedFallbackPlacements,\n fallbackStrategy = 'bestFit',\n fallbackAxisSideDirection = 'none',\n flipAlignment = true,\n ...detectOverflowOptions\n } = evaluate(options, state);\n\n // If a reset by the arrow was caused due to an alignment offset being\n // added, we should skip any logic now since `flip()` has already done its\n // work.\n // https://github.com/floating-ui/floating-ui/issues/2549#issuecomment-1719601643\n if ((_middlewareData$arrow = middlewareData.arrow) != null && _middlewareData$arrow.alignmentOffset) {\n return {};\n }\n const side = getSide(placement);\n const initialSideAxis = getSideAxis(initialPlacement);\n const isBasePlacement = getSide(initialPlacement) === initialPlacement;\n const rtl = await (platform.isRTL == null ? void 0 : platform.isRTL(elements.floating));\n const fallbackPlacements = specifiedFallbackPlacements || (isBasePlacement || !flipAlignment ? [getOppositePlacement(initialPlacement)] : getExpandedPlacements(initialPlacement));\n const hasFallbackAxisSideDirection = fallbackAxisSideDirection !== 'none';\n if (!specifiedFallbackPlacements && hasFallbackAxisSideDirection) {\n fallbackPlacements.push(...getOppositeAxisPlacements(initialPlacement, flipAlignment, fallbackAxisSideDirection, rtl));\n }\n const placements = [initialPlacement, ...fallbackPlacements];\n const overflow = await platform.detectOverflow(state, detectOverflowOptions);\n const overflows = [];\n let overflowsData = ((_middlewareData$flip = middlewareData.flip) == null ? void 0 : _middlewareData$flip.overflows) || [];\n if (checkMainAxis) {\n overflows.push(overflow[side]);\n }\n if (checkCrossAxis) {\n const sides = getAlignmentSides(placement, rects, rtl);\n overflows.push(overflow[sides[0]], overflow[sides[1]]);\n }\n overflowsData = [...overflowsData, {\n placement,\n overflows\n }];\n\n // One or more sides is overflowing.\n if (!overflows.every(side => side <= 0)) {\n var _middlewareData$flip2, _overflowsData$filter;\n const nextIndex = (((_middlewareData$flip2 = middlewareData.flip) == null ? void 0 : _middlewareData$flip2.index) || 0) + 1;\n const nextPlacement = placements[nextIndex];\n if (nextPlacement) {\n const ignoreCrossAxisOverflow = checkCrossAxis === 'alignment' ? initialSideAxis !== getSideAxis(nextPlacement) : false;\n if (!ignoreCrossAxisOverflow ||\n // We leave the current main axis only if every placement on that axis\n // overflows the main axis.\n overflowsData.every(d => getSideAxis(d.placement) === initialSideAxis ? d.overflows[0] > 0 : true)) {\n // Try next placement and re-run the lifecycle.\n return {\n data: {\n index: nextIndex,\n overflows: overflowsData\n },\n reset: {\n placement: nextPlacement\n }\n };\n }\n }\n\n // First, find the candidates that fit on the mainAxis side of overflow,\n // then find the placement that fits the best on the main crossAxis side.\n let resetPlacement = (_overflowsData$filter = overflowsData.filter(d => d.overflows[0] <= 0).sort((a, b) => a.overflows[1] - b.overflows[1])[0]) == null ? void 0 : _overflowsData$filter.placement;\n\n // Otherwise fallback.\n if (!resetPlacement) {\n switch (fallbackStrategy) {\n case 'bestFit':\n {\n var _overflowsData$filter2;\n const placement = (_overflowsData$filter2 = overflowsData.filter(d => {\n if (hasFallbackAxisSideDirection) {\n const currentSideAxis = getSideAxis(d.placement);\n return currentSideAxis === initialSideAxis ||\n // Create a bias to the `y` side axis due to horizontal\n // reading directions favoring greater width.\n currentSideAxis === 'y';\n }\n return true;\n }).map(d => [d.placement, d.overflows.filter(overflow => overflow > 0).reduce((acc, overflow) => acc + overflow, 0)]).sort((a, b) => a[1] - b[1])[0]) == null ? void 0 : _overflowsData$filter2[0];\n if (placement) {\n resetPlacement = placement;\n }\n break;\n }\n case 'initialPlacement':\n resetPlacement = initialPlacement;\n break;\n }\n }\n if (placement !== resetPlacement) {\n return {\n reset: {\n placement: resetPlacement\n }\n };\n }\n }\n return {};\n }\n };\n};\n\nfunction getSideOffsets(overflow, rect) {\n return {\n top: overflow.top - rect.height,\n right: overflow.right - rect.width,\n bottom: overflow.bottom - rect.height,\n left: overflow.left - rect.width\n };\n}\nfunction isAnySideFullyClipped(overflow) {\n return sides.some(side => overflow[side] >= 0);\n}\n/**\n * Provides data to hide the floating element in applicable situations, such as\n * when it is not in the same clipping context as the reference element.\n * @see https://floating-ui.com/docs/hide\n */\nconst hide = function (options) {\n if (options === void 0) {\n options = {};\n }\n return {\n name: 'hide',\n options,\n async fn(state) {\n const {\n rects,\n platform\n } = state;\n const {\n strategy = 'referenceHidden',\n ...detectOverflowOptions\n } = evaluate(options, state);\n switch (strategy) {\n case 'referenceHidden':\n {\n const overflow = await platform.detectOverflow(state, {\n ...detectOverflowOptions,\n elementContext: 'reference'\n });\n const offsets = getSideOffsets(overflow, rects.reference);\n return {\n data: {\n referenceHiddenOffsets: offsets,\n referenceHidden: isAnySideFullyClipped(offsets)\n }\n };\n }\n case 'escaped':\n {\n const overflow = await platform.detectOverflow(state, {\n ...detectOverflowOptions,\n altBoundary: true\n });\n const offsets = getSideOffsets(overflow, rects.floating);\n return {\n data: {\n escapedOffsets: offsets,\n escaped: isAnySideFullyClipped(offsets)\n }\n };\n }\n default:\n {\n return {};\n }\n }\n }\n };\n};\n\nfunction getBoundingRect(rects) {\n const minX = min(...rects.map(rect => rect.left));\n const minY = min(...rects.map(rect => rect.top));\n const maxX = max(...rects.map(rect => rect.right));\n const maxY = max(...rects.map(rect => rect.bottom));\n return {\n x: minX,\n y: minY,\n width: maxX - minX,\n height: maxY - minY\n };\n}\nfunction getRectsByLine(rects) {\n const sortedRects = rects.slice().sort((a, b) => a.y - b.y);\n const groups = [];\n let prevRect = null;\n for (let i = 0; i < sortedRects.length; i++) {\n const rect = sortedRects[i];\n if (!prevRect || rect.y - prevRect.y > prevRect.height / 2) {\n groups.push([rect]);\n } else {\n groups[groups.length - 1].push(rect);\n }\n prevRect = rect;\n }\n return groups.map(rect => rectToClientRect(getBoundingRect(rect)));\n}\n/**\n * Provides improved positioning for inline reference elements that can span\n * over multiple lines, such as hyperlinks or range selections.\n * @see https://floating-ui.com/docs/inline\n */\nconst inline = function (options) {\n if (options === void 0) {\n options = {};\n }\n return {\n name: 'inline',\n options,\n async fn(state) {\n const {\n placement,\n elements,\n rects,\n platform,\n strategy\n } = state;\n // A MouseEvent's client{X,Y} coords can be up to 2 pixels off a\n // ClientRect's bounds, despite the event listener being triggered. A\n // padding of 2 seems to handle this issue.\n const {\n padding = 2,\n x,\n y\n } = evaluate(options, state);\n const nativeClientRects = Array.from((await (platform.getClientRects == null ? void 0 : platform.getClientRects(elements.reference))) || []);\n const clientRects = getRectsByLine(nativeClientRects);\n const fallback = rectToClientRect(getBoundingRect(nativeClientRects));\n const paddingObject = getPaddingObject(padding);\n function getBoundingClientRect() {\n // There are two rects and they are disjoined.\n if (clientRects.length === 2 && clientRects[0].left > clientRects[1].right && x != null && y != null) {\n // Find the first rect in which the point is fully inside.\n return clientRects.find(rect => x > rect.left - paddingObject.left && x < rect.right + paddingObject.right && y > rect.top - paddingObject.top && y < rect.bottom + paddingObject.bottom) || fallback;\n }\n\n // There are 2 or more connected rects.\n if (clientRects.length >= 2) {\n if (getSideAxis(placement) === 'y') {\n const firstRect = clientRects[0];\n const lastRect = clientRects[clientRects.length - 1];\n const isTop = getSide(placement) === 'top';\n const top = firstRect.top;\n const bottom = lastRect.bottom;\n const left = isTop ? firstRect.left : lastRect.left;\n const right = isTop ? firstRect.right : lastRect.right;\n const width = right - left;\n const height = bottom - top;\n return {\n top,\n bottom,\n left,\n right,\n width,\n height,\n x: left,\n y: top\n };\n }\n const isLeftSide = getSide(placement) === 'left';\n const maxRight = max(...clientRects.map(rect => rect.right));\n const minLeft = min(...clientRects.map(rect => rect.left));\n const measureRects = clientRects.filter(rect => isLeftSide ? rect.left === minLeft : rect.right === maxRight);\n const top = measureRects[0].top;\n const bottom = measureRects[measureRects.length - 1].bottom;\n const left = minLeft;\n const right = maxRight;\n const width = right - left;\n const height = bottom - top;\n return {\n top,\n bottom,\n left,\n right,\n width,\n height,\n x: left,\n y: top\n };\n }\n return fallback;\n }\n const resetRects = await platform.getElementRects({\n reference: {\n getBoundingClientRect\n },\n floating: elements.floating,\n strategy\n });\n if (rects.reference.x !== resetRects.reference.x || rects.reference.y !== resetRects.reference.y || rects.reference.width !== resetRects.reference.width || rects.reference.height !== resetRects.reference.height) {\n return {\n reset: {\n rects: resetRects\n }\n };\n }\n return {};\n }\n };\n};\n\nconst originSides = /*#__PURE__*/new Set(['left', 'top']);\n\n// For type backwards-compatibility, the `OffsetOptions` type was also\n// Derivable.\n\nasync function convertValueToCoords(state, options) {\n const {\n placement,\n platform,\n elements\n } = state;\n const rtl = await (platform.isRTL == null ? void 0 : platform.isRTL(elements.floating));\n const side = getSide(placement);\n const alignment = getAlignment(placement);\n const isVertical = getSideAxis(placement) === 'y';\n const mainAxisMulti = originSides.has(side) ? -1 : 1;\n const crossAxisMulti = rtl && isVertical ? -1 : 1;\n const rawValue = evaluate(options, state);\n\n // eslint-disable-next-line prefer-const\n let {\n mainAxis,\n crossAxis,\n alignmentAxis\n } = typeof rawValue === 'number' ? {\n mainAxis: rawValue,\n crossAxis: 0,\n alignmentAxis: null\n } : {\n mainAxis: rawValue.mainAxis || 0,\n crossAxis: rawValue.crossAxis || 0,\n alignmentAxis: rawValue.alignmentAxis\n };\n if (alignment && typeof alignmentAxis === 'number') {\n crossAxis = alignment === 'end' ? alignmentAxis * -1 : alignmentAxis;\n }\n return isVertical ? {\n x: crossAxis * crossAxisMulti,\n y: mainAxis * mainAxisMulti\n } : {\n x: mainAxis * mainAxisMulti,\n y: crossAxis * crossAxisMulti\n };\n}\n\n/**\n * Modifies the placement by translating the floating element along the\n * specified axes.\n * A number (shorthand for `mainAxis` or distance), or an axes configuration\n * object may be passed.\n * @see https://floating-ui.com/docs/offset\n */\nconst offset = function (options) {\n if (options === void 0) {\n options = 0;\n }\n return {\n name: 'offset',\n options,\n async fn(state) {\n var _middlewareData$offse, _middlewareData$arrow;\n const {\n x,\n y,\n placement,\n middlewareData\n } = state;\n const diffCoords = await convertValueToCoords(state, options);\n\n // If the placement is the same and the arrow caused an alignment offset\n // then we don't need to change the positioning coordinates.\n if (placement === ((_middlewareData$offse = middlewareData.offset) == null ? void 0 : _middlewareData$offse.placement) && (_middlewareData$arrow = middlewareData.arrow) != null && _middlewareData$arrow.alignmentOffset) {\n return {};\n }\n return {\n x: x + diffCoords.x,\n y: y + diffCoords.y,\n data: {\n ...diffCoords,\n placement\n }\n };\n }\n };\n};\n\n/**\n * Optimizes the visibility of the floating element by shifting it in order to\n * keep it in view when it will overflow the clipping boundary.\n * @see https://floating-ui.com/docs/shift\n */\nconst shift = function (options) {\n if (options === void 0) {\n options = {};\n }\n return {\n name: 'shift',\n options,\n async fn(state) {\n const {\n x,\n y,\n placement,\n platform\n } = state;\n const {\n mainAxis: checkMainAxis = true,\n crossAxis: checkCrossAxis = false,\n limiter = {\n fn: _ref => {\n let {\n x,\n y\n } = _ref;\n return {\n x,\n y\n };\n }\n },\n ...detectOverflowOptions\n } = evaluate(options, state);\n const coords = {\n x,\n y\n };\n const overflow = await platform.detectOverflow(state, detectOverflowOptions);\n const crossAxis = getSideAxis(getSide(placement));\n const mainAxis = getOppositeAxis(crossAxis);\n let mainAxisCoord = coords[mainAxis];\n let crossAxisCoord = coords[crossAxis];\n if (checkMainAxis) {\n const minSide = mainAxis === 'y' ? 'top' : 'left';\n const maxSide = mainAxis === 'y' ? 'bottom' : 'right';\n const min = mainAxisCoord + overflow[minSide];\n const max = mainAxisCoord - overflow[maxSide];\n mainAxisCoord = clamp(min, mainAxisCoord, max);\n }\n if (checkCrossAxis) {\n const minSide = crossAxis === 'y' ? 'top' : 'left';\n const maxSide = crossAxis === 'y' ? 'bottom' : 'right';\n const min = crossAxisCoord + overflow[minSide];\n const max = crossAxisCoord - overflow[maxSide];\n crossAxisCoord = clamp(min, crossAxisCoord, max);\n }\n const limitedCoords = limiter.fn({\n ...state,\n [mainAxis]: mainAxisCoord,\n [crossAxis]: crossAxisCoord\n });\n return {\n ...limitedCoords,\n data: {\n x: limitedCoords.x - x,\n y: limitedCoords.y - y,\n enabled: {\n [mainAxis]: checkMainAxis,\n [crossAxis]: checkCrossAxis\n }\n }\n };\n }\n };\n};\n/**\n * Built-in `limiter` that will stop `shift()` at a certain point.\n */\nconst limitShift = function (options) {\n if (options === void 0) {\n options = {};\n }\n return {\n options,\n fn(state) {\n const {\n x,\n y,\n placement,\n rects,\n middlewareData\n } = state;\n const {\n offset = 0,\n mainAxis: checkMainAxis = true,\n crossAxis: checkCrossAxis = true\n } = evaluate(options, state);\n const coords = {\n x,\n y\n };\n const crossAxis = getSideAxis(placement);\n const mainAxis = getOppositeAxis(crossAxis);\n let mainAxisCoord = coords[mainAxis];\n let crossAxisCoord = coords[crossAxis];\n const rawOffset = evaluate(offset, state);\n const computedOffset = typeof rawOffset === 'number' ? {\n mainAxis: rawOffset,\n crossAxis: 0\n } : {\n mainAxis: 0,\n crossAxis: 0,\n ...rawOffset\n };\n if (checkMainAxis) {\n const len = mainAxis === 'y' ? 'height' : 'width';\n const limitMin = rects.reference[mainAxis] - rects.floating[len] + computedOffset.mainAxis;\n const limitMax = rects.reference[mainAxis] + rects.reference[len] - computedOffset.mainAxis;\n if (mainAxisCoord < limitMin) {\n mainAxisCoord = limitMin;\n } else if (mainAxisCoord > limitMax) {\n mainAxisCoord = limitMax;\n }\n }\n if (checkCrossAxis) {\n var _middlewareData$offse, _middlewareData$offse2;\n const len = mainAxis === 'y' ? 'width' : 'height';\n const isOriginSide = originSides.has(getSide(placement));\n const limitMin = rects.reference[crossAxis] - rects.floating[len] + (isOriginSide ? ((_middlewareData$offse = middlewareData.offset) == null ? void 0 : _middlewareData$offse[crossAxis]) || 0 : 0) + (isOriginSide ? 0 : computedOffset.crossAxis);\n const limitMax = rects.reference[crossAxis] + rects.reference[len] + (isOriginSide ? 0 : ((_middlewareData$offse2 = middlewareData.offset) == null ? void 0 : _middlewareData$offse2[crossAxis]) || 0) - (isOriginSide ? computedOffset.crossAxis : 0);\n if (crossAxisCoord < limitMin) {\n crossAxisCoord = limitMin;\n } else if (crossAxisCoord > limitMax) {\n crossAxisCoord = limitMax;\n }\n }\n return {\n [mainAxis]: mainAxisCoord,\n [crossAxis]: crossAxisCoord\n };\n }\n };\n};\n\n/**\n * Provides data that allows you to change the size of the floating element —\n * for instance, prevent it from overflowing the clipping boundary or match the\n * width of the reference element.\n * @see https://floating-ui.com/docs/size\n */\nconst size = function (options) {\n if (options === void 0) {\n options = {};\n }\n return {\n name: 'size',\n options,\n async fn(state) {\n var _state$middlewareData, _state$middlewareData2;\n const {\n placement,\n rects,\n platform,\n elements\n } = state;\n const {\n apply = () => {},\n ...detectOverflowOptions\n } = evaluate(options, state);\n const overflow = await platform.detectOverflow(state, detectOverflowOptions);\n const side = getSide(placement);\n const alignment = getAlignment(placement);\n const isYAxis = getSideAxis(placement) === 'y';\n const {\n width,\n height\n } = rects.floating;\n let heightSide;\n let widthSide;\n if (side === 'top' || side === 'bottom') {\n heightSide = side;\n widthSide = alignment === ((await (platform.isRTL == null ? void 0 : platform.isRTL(elements.floating))) ? 'start' : 'end') ? 'left' : 'right';\n } else {\n widthSide = side;\n heightSide = alignment === 'end' ? 'top' : 'bottom';\n }\n const maximumClippingHeight = height - overflow.top - overflow.bottom;\n const maximumClippingWidth = width - overflow.left - overflow.right;\n const overflowAvailableHeight = min(height - overflow[heightSide], maximumClippingHeight);\n const overflowAvailableWidth = min(width - overflow[widthSide], maximumClippingWidth);\n const noShift = !state.middlewareData.shift;\n let availableHeight = overflowAvailableHeight;\n let availableWidth = overflowAvailableWidth;\n if ((_state$middlewareData = state.middlewareData.shift) != null && _state$middlewareData.enabled.x) {\n availableWidth = maximumClippingWidth;\n }\n if ((_state$middlewareData2 = state.middlewareData.shift) != null && _state$middlewareData2.enabled.y) {\n availableHeight = maximumClippingHeight;\n }\n if (noShift && !alignment) {\n const xMin = max(overflow.left, 0);\n const xMax = max(overflow.right, 0);\n const yMin = max(overflow.top, 0);\n const yMax = max(overflow.bottom, 0);\n if (isYAxis) {\n availableWidth = width - 2 * (xMin !== 0 || xMax !== 0 ? xMin + xMax : max(overflow.left, overflow.right));\n } else {\n availableHeight = height - 2 * (yMin !== 0 || yMax !== 0 ? yMin + yMax : max(overflow.top, overflow.bottom));\n }\n }\n await apply({\n ...state,\n availableWidth,\n availableHeight\n });\n const nextDimensions = await platform.getDimensions(elements.floating);\n if (width !== nextDimensions.width || height !== nextDimensions.height) {\n return {\n reset: {\n rects: true\n }\n };\n }\n return {};\n }\n };\n};\n\nexport { arrow, autoPlacement, computePosition, detectOverflow, flip, hide, inline, limitShift, offset, shift, size };\n"],"names":["computeCoordsFromPlacement","_ref","placement","rtl","reference","floating","sideAxis","getSideAxis","alignmentAxis","getAlignmentAxis","alignLength","getAxisLength","side","getSide","isVertical","commonX","commonY","commonAlign","coords","getAlignment","detectOverflow","state","options","_await$platform$isEle","x","y","platform","rects","elements","strategy","boundary","rootBoundary","elementContext","altBoundary","padding","evaluate","paddingObject","getPaddingObject","element","clippingClientRect","rectToClientRect","rect","offsetParent","offsetScale","elementClientRect","MAX_RESET_COUNT","computePosition","config","middleware","platformWithDetectOverflow","statefulPlacement","resetCount","middlewareData","i","currentMiddleware","name","fn","nextX","nextY","data","reset","arrow","axis","length","arrowDimensions","isYAxis","minProp","maxProp","clientProp","endDiff","startDiff","arrowOffsetParent","clientSize","centerToReference","largestPossiblePadding","minPadding","min","maxPadding","min$1","max","center","offset","clamp","shouldAddOffset","alignmentOffset","flip","_middlewareData$arrow","_middlewareData$flip","initialPlacement","checkMainAxis","checkCrossAxis","specifiedFallbackPlacements","fallbackStrategy","fallbackAxisSideDirection","flipAlignment","detectOverflowOptions","initialSideAxis","isBasePlacement","fallbackPlacements","getOppositePlacement","getExpandedPlacements","hasFallbackAxisSideDirection","getOppositeAxisPlacements","placements","overflow","overflows","overflowsData","sides","getAlignmentSides","_middlewareData$flip2","_overflowsData$filter","nextIndex","nextPlacement","d","resetPlacement","a","b","_overflowsData$filter2","currentSideAxis","acc","getSideOffsets","isAnySideFullyClipped","hide","offsets","originSides","convertValueToCoords","alignment","mainAxisMulti","crossAxisMulti","rawValue","mainAxis","crossAxis","_middlewareData$offse","diffCoords","shift","limiter","getOppositeAxis","mainAxisCoord","crossAxisCoord","minSide","maxSide","limitedCoords","limitShift","rawOffset","computedOffset","len","limitMin","limitMax","_middlewareData$offse2","isOriginSide","size","_state$middlewareData","_state$middlewareData2","apply","width","height","heightSide","widthSide","maximumClippingHeight","maximumClippingWidth","overflowAvailableHeight","overflowAvailableWidth","noShift","availableHeight","availableWidth","xMin","xMax","yMin","yMax","nextDimensions"],"mappings":"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","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"floating-ui.core.js","names":[],"sources":["../../../../../../../../../../node_modules/.bun/@floating-ui+core@1.7.5/node_modules/@floating-ui/core/dist/floating-ui.core.mjs"],"sourcesContent":["import { getSideAxis, getAlignmentAxis, getAxisLength, getSide, getAlignment, evaluate, getPaddingObject, rectToClientRect, min, clamp, placements, getAlignmentSides, getOppositeAlignmentPlacement, getOppositePlacement, getExpandedPlacements, getOppositeAxisPlacements, sides, max, getOppositeAxis } from '@floating-ui/utils';\nexport { rectToClientRect } from '@floating-ui/utils';\n\nfunction computeCoordsFromPlacement(_ref, placement, rtl) {\n let {\n reference,\n floating\n } = _ref;\n const sideAxis = getSideAxis(placement);\n const alignmentAxis = getAlignmentAxis(placement);\n const alignLength = getAxisLength(alignmentAxis);\n const side = getSide(placement);\n const isVertical = sideAxis === 'y';\n const commonX = reference.x + reference.width / 2 - floating.width / 2;\n const commonY = reference.y + reference.height / 2 - floating.height / 2;\n const commonAlign = reference[alignLength] / 2 - floating[alignLength] / 2;\n let coords;\n switch (side) {\n case 'top':\n coords = {\n x: commonX,\n y: reference.y - floating.height\n };\n break;\n case 'bottom':\n coords = {\n x: commonX,\n y: reference.y + reference.height\n };\n break;\n case 'right':\n coords = {\n x: reference.x + reference.width,\n y: commonY\n };\n break;\n case 'left':\n coords = {\n x: reference.x - floating.width,\n y: commonY\n };\n break;\n default:\n coords = {\n x: reference.x,\n y: reference.y\n };\n }\n switch (getAlignment(placement)) {\n case 'start':\n coords[alignmentAxis] -= commonAlign * (rtl && isVertical ? -1 : 1);\n break;\n case 'end':\n coords[alignmentAxis] += commonAlign * (rtl && isVertical ? -1 : 1);\n break;\n }\n return coords;\n}\n\n/**\n * Resolves with an object of overflow side offsets that determine how much the\n * element is overflowing a given clipping boundary on each side.\n * - positive = overflowing the boundary by that number of pixels\n * - negative = how many pixels left before it will overflow\n * - 0 = lies flush with the boundary\n * @see https://floating-ui.com/docs/detectOverflow\n */\nasync function detectOverflow(state, options) {\n var _await$platform$isEle;\n if (options === void 0) {\n options = {};\n }\n const {\n x,\n y,\n platform,\n rects,\n elements,\n strategy\n } = state;\n const {\n boundary = 'clippingAncestors',\n rootBoundary = 'viewport',\n elementContext = 'floating',\n altBoundary = false,\n padding = 0\n } = evaluate(options, state);\n const paddingObject = getPaddingObject(padding);\n const altContext = elementContext === 'floating' ? 'reference' : 'floating';\n const element = elements[altBoundary ? altContext : elementContext];\n const clippingClientRect = rectToClientRect(await platform.getClippingRect({\n element: ((_await$platform$isEle = await (platform.isElement == null ? void 0 : platform.isElement(element))) != null ? _await$platform$isEle : true) ? element : element.contextElement || (await (platform.getDocumentElement == null ? void 0 : platform.getDocumentElement(elements.floating))),\n boundary,\n rootBoundary,\n strategy\n }));\n const rect = elementContext === 'floating' ? {\n x,\n y,\n width: rects.floating.width,\n height: rects.floating.height\n } : rects.reference;\n const offsetParent = await (platform.getOffsetParent == null ? void 0 : platform.getOffsetParent(elements.floating));\n const offsetScale = (await (platform.isElement == null ? void 0 : platform.isElement(offsetParent))) ? (await (platform.getScale == null ? void 0 : platform.getScale(offsetParent))) || {\n x: 1,\n y: 1\n } : {\n x: 1,\n y: 1\n };\n const elementClientRect = rectToClientRect(platform.convertOffsetParentRelativeRectToViewportRelativeRect ? await platform.convertOffsetParentRelativeRectToViewportRelativeRect({\n elements,\n rect,\n offsetParent,\n strategy\n }) : rect);\n return {\n top: (clippingClientRect.top - elementClientRect.top + paddingObject.top) / offsetScale.y,\n bottom: (elementClientRect.bottom - clippingClientRect.bottom + paddingObject.bottom) / offsetScale.y,\n left: (clippingClientRect.left - elementClientRect.left + paddingObject.left) / offsetScale.x,\n right: (elementClientRect.right - clippingClientRect.right + paddingObject.right) / offsetScale.x\n };\n}\n\n// Maximum number of resets that can occur before bailing to avoid infinite reset loops.\nconst MAX_RESET_COUNT = 50;\n\n/**\n * Computes the `x` and `y` coordinates that will place the floating element\n * next to a given reference element.\n *\n * This export does not have any `platform` interface logic. You will need to\n * write one for the platform you are using Floating UI with.\n */\nconst computePosition = async (reference, floating, config) => {\n const {\n placement = 'bottom',\n strategy = 'absolute',\n middleware = [],\n platform\n } = config;\n const platformWithDetectOverflow = platform.detectOverflow ? platform : {\n ...platform,\n detectOverflow\n };\n const rtl = await (platform.isRTL == null ? void 0 : platform.isRTL(floating));\n let rects = await platform.getElementRects({\n reference,\n floating,\n strategy\n });\n let {\n x,\n y\n } = computeCoordsFromPlacement(rects, placement, rtl);\n let statefulPlacement = placement;\n let resetCount = 0;\n const middlewareData = {};\n for (let i = 0; i < middleware.length; i++) {\n const currentMiddleware = middleware[i];\n if (!currentMiddleware) {\n continue;\n }\n const {\n name,\n fn\n } = currentMiddleware;\n const {\n x: nextX,\n y: nextY,\n data,\n reset\n } = await fn({\n x,\n y,\n initialPlacement: placement,\n placement: statefulPlacement,\n strategy,\n middlewareData,\n rects,\n platform: platformWithDetectOverflow,\n elements: {\n reference,\n floating\n }\n });\n x = nextX != null ? nextX : x;\n y = nextY != null ? nextY : y;\n middlewareData[name] = {\n ...middlewareData[name],\n ...data\n };\n if (reset && resetCount < MAX_RESET_COUNT) {\n resetCount++;\n if (typeof reset === 'object') {\n if (reset.placement) {\n statefulPlacement = reset.placement;\n }\n if (reset.rects) {\n rects = reset.rects === true ? await platform.getElementRects({\n reference,\n floating,\n strategy\n }) : reset.rects;\n }\n ({\n x,\n y\n } = computeCoordsFromPlacement(rects, statefulPlacement, rtl));\n }\n i = -1;\n }\n }\n return {\n x,\n y,\n placement: statefulPlacement,\n strategy,\n middlewareData\n };\n};\n\n/**\n * Provides data to position an inner element of the floating element so that it\n * appears centered to the reference element.\n * @see https://floating-ui.com/docs/arrow\n */\nconst arrow = options => ({\n name: 'arrow',\n options,\n async fn(state) {\n const {\n x,\n y,\n placement,\n rects,\n platform,\n elements,\n middlewareData\n } = state;\n // Since `element` is required, we don't Partial<> the type.\n const {\n element,\n padding = 0\n } = evaluate(options, state) || {};\n if (element == null) {\n return {};\n }\n const paddingObject = getPaddingObject(padding);\n const coords = {\n x,\n y\n };\n const axis = getAlignmentAxis(placement);\n const length = getAxisLength(axis);\n const arrowDimensions = await platform.getDimensions(element);\n const isYAxis = axis === 'y';\n const minProp = isYAxis ? 'top' : 'left';\n const maxProp = isYAxis ? 'bottom' : 'right';\n const clientProp = isYAxis ? 'clientHeight' : 'clientWidth';\n const endDiff = rects.reference[length] + rects.reference[axis] - coords[axis] - rects.floating[length];\n const startDiff = coords[axis] - rects.reference[axis];\n const arrowOffsetParent = await (platform.getOffsetParent == null ? void 0 : platform.getOffsetParent(element));\n let clientSize = arrowOffsetParent ? arrowOffsetParent[clientProp] : 0;\n\n // DOM platform can return `window` as the `offsetParent`.\n if (!clientSize || !(await (platform.isElement == null ? void 0 : platform.isElement(arrowOffsetParent)))) {\n clientSize = elements.floating[clientProp] || rects.floating[length];\n }\n const centerToReference = endDiff / 2 - startDiff / 2;\n\n // If the padding is large enough that it causes the arrow to no longer be\n // centered, modify the padding so that it is centered.\n const largestPossiblePadding = clientSize / 2 - arrowDimensions[length] / 2 - 1;\n const minPadding = min(paddingObject[minProp], largestPossiblePadding);\n const maxPadding = min(paddingObject[maxProp], largestPossiblePadding);\n\n // Make sure the arrow doesn't overflow the floating element if the center\n // point is outside the floating element's bounds.\n const min$1 = minPadding;\n const max = clientSize - arrowDimensions[length] - maxPadding;\n const center = clientSize / 2 - arrowDimensions[length] / 2 + centerToReference;\n const offset = clamp(min$1, center, max);\n\n // If the reference is small enough that the arrow's padding causes it to\n // to point to nothing for an aligned placement, adjust the offset of the\n // floating element itself. To ensure `shift()` continues to take action,\n // a single reset is performed when this is true.\n const shouldAddOffset = !middlewareData.arrow && getAlignment(placement) != null && center !== offset && rects.reference[length] / 2 - (center < min$1 ? minPadding : maxPadding) - arrowDimensions[length] / 2 < 0;\n const alignmentOffset = shouldAddOffset ? center < min$1 ? center - min$1 : center - max : 0;\n return {\n [axis]: coords[axis] + alignmentOffset,\n data: {\n [axis]: offset,\n centerOffset: center - offset - alignmentOffset,\n ...(shouldAddOffset && {\n alignmentOffset\n })\n },\n reset: shouldAddOffset\n };\n }\n});\n\nfunction getPlacementList(alignment, autoAlignment, allowedPlacements) {\n const allowedPlacementsSortedByAlignment = alignment ? [...allowedPlacements.filter(placement => getAlignment(placement) === alignment), ...allowedPlacements.filter(placement => getAlignment(placement) !== alignment)] : allowedPlacements.filter(placement => getSide(placement) === placement);\n return allowedPlacementsSortedByAlignment.filter(placement => {\n if (alignment) {\n return getAlignment(placement) === alignment || (autoAlignment ? getOppositeAlignmentPlacement(placement) !== placement : false);\n }\n return true;\n });\n}\n/**\n * Optimizes the visibility of the floating element by choosing the placement\n * that has the most space available automatically, without needing to specify a\n * preferred placement. Alternative to `flip`.\n * @see https://floating-ui.com/docs/autoPlacement\n */\nconst autoPlacement = function (options) {\n if (options === void 0) {\n options = {};\n }\n return {\n name: 'autoPlacement',\n options,\n async fn(state) {\n var _middlewareData$autoP, _middlewareData$autoP2, _placementsThatFitOnE;\n const {\n rects,\n middlewareData,\n placement,\n platform,\n elements\n } = state;\n const {\n crossAxis = false,\n alignment,\n allowedPlacements = placements,\n autoAlignment = true,\n ...detectOverflowOptions\n } = evaluate(options, state);\n const placements$1 = alignment !== undefined || allowedPlacements === placements ? getPlacementList(alignment || null, autoAlignment, allowedPlacements) : allowedPlacements;\n const overflow = await platform.detectOverflow(state, detectOverflowOptions);\n const currentIndex = ((_middlewareData$autoP = middlewareData.autoPlacement) == null ? void 0 : _middlewareData$autoP.index) || 0;\n const currentPlacement = placements$1[currentIndex];\n if (currentPlacement == null) {\n return {};\n }\n const alignmentSides = getAlignmentSides(currentPlacement, rects, await (platform.isRTL == null ? void 0 : platform.isRTL(elements.floating)));\n\n // Make `computeCoords` start from the right place.\n if (placement !== currentPlacement) {\n return {\n reset: {\n placement: placements$1[0]\n }\n };\n }\n const currentOverflows = [overflow[getSide(currentPlacement)], overflow[alignmentSides[0]], overflow[alignmentSides[1]]];\n const allOverflows = [...(((_middlewareData$autoP2 = middlewareData.autoPlacement) == null ? void 0 : _middlewareData$autoP2.overflows) || []), {\n placement: currentPlacement,\n overflows: currentOverflows\n }];\n const nextPlacement = placements$1[currentIndex + 1];\n\n // There are more placements to check.\n if (nextPlacement) {\n return {\n data: {\n index: currentIndex + 1,\n overflows: allOverflows\n },\n reset: {\n placement: nextPlacement\n }\n };\n }\n const placementsSortedByMostSpace = allOverflows.map(d => {\n const alignment = getAlignment(d.placement);\n return [d.placement, alignment && crossAxis ?\n // Check along the mainAxis and main crossAxis side.\n d.overflows.slice(0, 2).reduce((acc, v) => acc + v, 0) :\n // Check only the mainAxis.\n d.overflows[0], d.overflows];\n }).sort((a, b) => a[1] - b[1]);\n const placementsThatFitOnEachSide = placementsSortedByMostSpace.filter(d => d[2].slice(0,\n // Aligned placements should not check their opposite crossAxis\n // side.\n getAlignment(d[0]) ? 2 : 3).every(v => v <= 0));\n const resetPlacement = ((_placementsThatFitOnE = placementsThatFitOnEachSide[0]) == null ? void 0 : _placementsThatFitOnE[0]) || placementsSortedByMostSpace[0][0];\n if (resetPlacement !== placement) {\n return {\n data: {\n index: currentIndex + 1,\n overflows: allOverflows\n },\n reset: {\n placement: resetPlacement\n }\n };\n }\n return {};\n }\n };\n};\n\n/**\n * Optimizes the visibility of the floating element by flipping the `placement`\n * in order to keep it in view when the preferred placement(s) will overflow the\n * clipping boundary. Alternative to `autoPlacement`.\n * @see https://floating-ui.com/docs/flip\n */\nconst flip = function (options) {\n if (options === void 0) {\n options = {};\n }\n return {\n name: 'flip',\n options,\n async fn(state) {\n var _middlewareData$arrow, _middlewareData$flip;\n const {\n placement,\n middlewareData,\n rects,\n initialPlacement,\n platform,\n elements\n } = state;\n const {\n mainAxis: checkMainAxis = true,\n crossAxis: checkCrossAxis = true,\n fallbackPlacements: specifiedFallbackPlacements,\n fallbackStrategy = 'bestFit',\n fallbackAxisSideDirection = 'none',\n flipAlignment = true,\n ...detectOverflowOptions\n } = evaluate(options, state);\n\n // If a reset by the arrow was caused due to an alignment offset being\n // added, we should skip any logic now since `flip()` has already done its\n // work.\n // https://github.com/floating-ui/floating-ui/issues/2549#issuecomment-1719601643\n if ((_middlewareData$arrow = middlewareData.arrow) != null && _middlewareData$arrow.alignmentOffset) {\n return {};\n }\n const side = getSide(placement);\n const initialSideAxis = getSideAxis(initialPlacement);\n const isBasePlacement = getSide(initialPlacement) === initialPlacement;\n const rtl = await (platform.isRTL == null ? void 0 : platform.isRTL(elements.floating));\n const fallbackPlacements = specifiedFallbackPlacements || (isBasePlacement || !flipAlignment ? [getOppositePlacement(initialPlacement)] : getExpandedPlacements(initialPlacement));\n const hasFallbackAxisSideDirection = fallbackAxisSideDirection !== 'none';\n if (!specifiedFallbackPlacements && hasFallbackAxisSideDirection) {\n fallbackPlacements.push(...getOppositeAxisPlacements(initialPlacement, flipAlignment, fallbackAxisSideDirection, rtl));\n }\n const placements = [initialPlacement, ...fallbackPlacements];\n const overflow = await platform.detectOverflow(state, detectOverflowOptions);\n const overflows = [];\n let overflowsData = ((_middlewareData$flip = middlewareData.flip) == null ? void 0 : _middlewareData$flip.overflows) || [];\n if (checkMainAxis) {\n overflows.push(overflow[side]);\n }\n if (checkCrossAxis) {\n const sides = getAlignmentSides(placement, rects, rtl);\n overflows.push(overflow[sides[0]], overflow[sides[1]]);\n }\n overflowsData = [...overflowsData, {\n placement,\n overflows\n }];\n\n // One or more sides is overflowing.\n if (!overflows.every(side => side <= 0)) {\n var _middlewareData$flip2, _overflowsData$filter;\n const nextIndex = (((_middlewareData$flip2 = middlewareData.flip) == null ? void 0 : _middlewareData$flip2.index) || 0) + 1;\n const nextPlacement = placements[nextIndex];\n if (nextPlacement) {\n const ignoreCrossAxisOverflow = checkCrossAxis === 'alignment' ? initialSideAxis !== getSideAxis(nextPlacement) : false;\n if (!ignoreCrossAxisOverflow ||\n // We leave the current main axis only if every placement on that axis\n // overflows the main axis.\n overflowsData.every(d => getSideAxis(d.placement) === initialSideAxis ? d.overflows[0] > 0 : true)) {\n // Try next placement and re-run the lifecycle.\n return {\n data: {\n index: nextIndex,\n overflows: overflowsData\n },\n reset: {\n placement: nextPlacement\n }\n };\n }\n }\n\n // First, find the candidates that fit on the mainAxis side of overflow,\n // then find the placement that fits the best on the main crossAxis side.\n let resetPlacement = (_overflowsData$filter = overflowsData.filter(d => d.overflows[0] <= 0).sort((a, b) => a.overflows[1] - b.overflows[1])[0]) == null ? void 0 : _overflowsData$filter.placement;\n\n // Otherwise fallback.\n if (!resetPlacement) {\n switch (fallbackStrategy) {\n case 'bestFit':\n {\n var _overflowsData$filter2;\n const placement = (_overflowsData$filter2 = overflowsData.filter(d => {\n if (hasFallbackAxisSideDirection) {\n const currentSideAxis = getSideAxis(d.placement);\n return currentSideAxis === initialSideAxis ||\n // Create a bias to the `y` side axis due to horizontal\n // reading directions favoring greater width.\n currentSideAxis === 'y';\n }\n return true;\n }).map(d => [d.placement, d.overflows.filter(overflow => overflow > 0).reduce((acc, overflow) => acc + overflow, 0)]).sort((a, b) => a[1] - b[1])[0]) == null ? void 0 : _overflowsData$filter2[0];\n if (placement) {\n resetPlacement = placement;\n }\n break;\n }\n case 'initialPlacement':\n resetPlacement = initialPlacement;\n break;\n }\n }\n if (placement !== resetPlacement) {\n return {\n reset: {\n placement: resetPlacement\n }\n };\n }\n }\n return {};\n }\n };\n};\n\nfunction getSideOffsets(overflow, rect) {\n return {\n top: overflow.top - rect.height,\n right: overflow.right - rect.width,\n bottom: overflow.bottom - rect.height,\n left: overflow.left - rect.width\n };\n}\nfunction isAnySideFullyClipped(overflow) {\n return sides.some(side => overflow[side] >= 0);\n}\n/**\n * Provides data to hide the floating element in applicable situations, such as\n * when it is not in the same clipping context as the reference element.\n * @see https://floating-ui.com/docs/hide\n */\nconst hide = function (options) {\n if (options === void 0) {\n options = {};\n }\n return {\n name: 'hide',\n options,\n async fn(state) {\n const {\n rects,\n platform\n } = state;\n const {\n strategy = 'referenceHidden',\n ...detectOverflowOptions\n } = evaluate(options, state);\n switch (strategy) {\n case 'referenceHidden':\n {\n const overflow = await platform.detectOverflow(state, {\n ...detectOverflowOptions,\n elementContext: 'reference'\n });\n const offsets = getSideOffsets(overflow, rects.reference);\n return {\n data: {\n referenceHiddenOffsets: offsets,\n referenceHidden: isAnySideFullyClipped(offsets)\n }\n };\n }\n case 'escaped':\n {\n const overflow = await platform.detectOverflow(state, {\n ...detectOverflowOptions,\n altBoundary: true\n });\n const offsets = getSideOffsets(overflow, rects.floating);\n return {\n data: {\n escapedOffsets: offsets,\n escaped: isAnySideFullyClipped(offsets)\n }\n };\n }\n default:\n {\n return {};\n }\n }\n }\n };\n};\n\nfunction getBoundingRect(rects) {\n const minX = min(...rects.map(rect => rect.left));\n const minY = min(...rects.map(rect => rect.top));\n const maxX = max(...rects.map(rect => rect.right));\n const maxY = max(...rects.map(rect => rect.bottom));\n return {\n x: minX,\n y: minY,\n width: maxX - minX,\n height: maxY - minY\n };\n}\nfunction getRectsByLine(rects) {\n const sortedRects = rects.slice().sort((a, b) => a.y - b.y);\n const groups = [];\n let prevRect = null;\n for (let i = 0; i < sortedRects.length; i++) {\n const rect = sortedRects[i];\n if (!prevRect || rect.y - prevRect.y > prevRect.height / 2) {\n groups.push([rect]);\n } else {\n groups[groups.length - 1].push(rect);\n }\n prevRect = rect;\n }\n return groups.map(rect => rectToClientRect(getBoundingRect(rect)));\n}\n/**\n * Provides improved positioning for inline reference elements that can span\n * over multiple lines, such as hyperlinks or range selections.\n * @see https://floating-ui.com/docs/inline\n */\nconst inline = function (options) {\n if (options === void 0) {\n options = {};\n }\n return {\n name: 'inline',\n options,\n async fn(state) {\n const {\n placement,\n elements,\n rects,\n platform,\n strategy\n } = state;\n // A MouseEvent's client{X,Y} coords can be up to 2 pixels off a\n // ClientRect's bounds, despite the event listener being triggered. A\n // padding of 2 seems to handle this issue.\n const {\n padding = 2,\n x,\n y\n } = evaluate(options, state);\n const nativeClientRects = Array.from((await (platform.getClientRects == null ? void 0 : platform.getClientRects(elements.reference))) || []);\n const clientRects = getRectsByLine(nativeClientRects);\n const fallback = rectToClientRect(getBoundingRect(nativeClientRects));\n const paddingObject = getPaddingObject(padding);\n function getBoundingClientRect() {\n // There are two rects and they are disjoined.\n if (clientRects.length === 2 && clientRects[0].left > clientRects[1].right && x != null && y != null) {\n // Find the first rect in which the point is fully inside.\n return clientRects.find(rect => x > rect.left - paddingObject.left && x < rect.right + paddingObject.right && y > rect.top - paddingObject.top && y < rect.bottom + paddingObject.bottom) || fallback;\n }\n\n // There are 2 or more connected rects.\n if (clientRects.length >= 2) {\n if (getSideAxis(placement) === 'y') {\n const firstRect = clientRects[0];\n const lastRect = clientRects[clientRects.length - 1];\n const isTop = getSide(placement) === 'top';\n const top = firstRect.top;\n const bottom = lastRect.bottom;\n const left = isTop ? firstRect.left : lastRect.left;\n const right = isTop ? firstRect.right : lastRect.right;\n const width = right - left;\n const height = bottom - top;\n return {\n top,\n bottom,\n left,\n right,\n width,\n height,\n x: left,\n y: top\n };\n }\n const isLeftSide = getSide(placement) === 'left';\n const maxRight = max(...clientRects.map(rect => rect.right));\n const minLeft = min(...clientRects.map(rect => rect.left));\n const measureRects = clientRects.filter(rect => isLeftSide ? rect.left === minLeft : rect.right === maxRight);\n const top = measureRects[0].top;\n const bottom = measureRects[measureRects.length - 1].bottom;\n const left = minLeft;\n const right = maxRight;\n const width = right - left;\n const height = bottom - top;\n return {\n top,\n bottom,\n left,\n right,\n width,\n height,\n x: left,\n y: top\n };\n }\n return fallback;\n }\n const resetRects = await platform.getElementRects({\n reference: {\n getBoundingClientRect\n },\n floating: elements.floating,\n strategy\n });\n if (rects.reference.x !== resetRects.reference.x || rects.reference.y !== resetRects.reference.y || rects.reference.width !== resetRects.reference.width || rects.reference.height !== resetRects.reference.height) {\n return {\n reset: {\n rects: resetRects\n }\n };\n }\n return {};\n }\n };\n};\n\nconst originSides = /*#__PURE__*/new Set(['left', 'top']);\n\n// For type backwards-compatibility, the `OffsetOptions` type was also\n// Derivable.\n\nasync function convertValueToCoords(state, options) {\n const {\n placement,\n platform,\n elements\n } = state;\n const rtl = await (platform.isRTL == null ? void 0 : platform.isRTL(elements.floating));\n const side = getSide(placement);\n const alignment = getAlignment(placement);\n const isVertical = getSideAxis(placement) === 'y';\n const mainAxisMulti = originSides.has(side) ? -1 : 1;\n const crossAxisMulti = rtl && isVertical ? -1 : 1;\n const rawValue = evaluate(options, state);\n\n // eslint-disable-next-line prefer-const\n let {\n mainAxis,\n crossAxis,\n alignmentAxis\n } = typeof rawValue === 'number' ? {\n mainAxis: rawValue,\n crossAxis: 0,\n alignmentAxis: null\n } : {\n mainAxis: rawValue.mainAxis || 0,\n crossAxis: rawValue.crossAxis || 0,\n alignmentAxis: rawValue.alignmentAxis\n };\n if (alignment && typeof alignmentAxis === 'number') {\n crossAxis = alignment === 'end' ? alignmentAxis * -1 : alignmentAxis;\n }\n return isVertical ? {\n x: crossAxis * crossAxisMulti,\n y: mainAxis * mainAxisMulti\n } : {\n x: mainAxis * mainAxisMulti,\n y: crossAxis * crossAxisMulti\n };\n}\n\n/**\n * Modifies the placement by translating the floating element along the\n * specified axes.\n * A number (shorthand for `mainAxis` or distance), or an axes configuration\n * object may be passed.\n * @see https://floating-ui.com/docs/offset\n */\nconst offset = function (options) {\n if (options === void 0) {\n options = 0;\n }\n return {\n name: 'offset',\n options,\n async fn(state) {\n var _middlewareData$offse, _middlewareData$arrow;\n const {\n x,\n y,\n placement,\n middlewareData\n } = state;\n const diffCoords = await convertValueToCoords(state, options);\n\n // If the placement is the same and the arrow caused an alignment offset\n // then we don't need to change the positioning coordinates.\n if (placement === ((_middlewareData$offse = middlewareData.offset) == null ? void 0 : _middlewareData$offse.placement) && (_middlewareData$arrow = middlewareData.arrow) != null && _middlewareData$arrow.alignmentOffset) {\n return {};\n }\n return {\n x: x + diffCoords.x,\n y: y + diffCoords.y,\n data: {\n ...diffCoords,\n placement\n }\n };\n }\n };\n};\n\n/**\n * Optimizes the visibility of the floating element by shifting it in order to\n * keep it in view when it will overflow the clipping boundary.\n * @see https://floating-ui.com/docs/shift\n */\nconst shift = function (options) {\n if (options === void 0) {\n options = {};\n }\n return {\n name: 'shift',\n options,\n async fn(state) {\n const {\n x,\n y,\n placement,\n platform\n } = state;\n const {\n mainAxis: checkMainAxis = true,\n crossAxis: checkCrossAxis = false,\n limiter = {\n fn: _ref => {\n let {\n x,\n y\n } = _ref;\n return {\n x,\n y\n };\n }\n },\n ...detectOverflowOptions\n } = evaluate(options, state);\n const coords = {\n x,\n y\n };\n const overflow = await platform.detectOverflow(state, detectOverflowOptions);\n const crossAxis = getSideAxis(getSide(placement));\n const mainAxis = getOppositeAxis(crossAxis);\n let mainAxisCoord = coords[mainAxis];\n let crossAxisCoord = coords[crossAxis];\n if (checkMainAxis) {\n const minSide = mainAxis === 'y' ? 'top' : 'left';\n const maxSide = mainAxis === 'y' ? 'bottom' : 'right';\n const min = mainAxisCoord + overflow[minSide];\n const max = mainAxisCoord - overflow[maxSide];\n mainAxisCoord = clamp(min, mainAxisCoord, max);\n }\n if (checkCrossAxis) {\n const minSide = crossAxis === 'y' ? 'top' : 'left';\n const maxSide = crossAxis === 'y' ? 'bottom' : 'right';\n const min = crossAxisCoord + overflow[minSide];\n const max = crossAxisCoord - overflow[maxSide];\n crossAxisCoord = clamp(min, crossAxisCoord, max);\n }\n const limitedCoords = limiter.fn({\n ...state,\n [mainAxis]: mainAxisCoord,\n [crossAxis]: crossAxisCoord\n });\n return {\n ...limitedCoords,\n data: {\n x: limitedCoords.x - x,\n y: limitedCoords.y - y,\n enabled: {\n [mainAxis]: checkMainAxis,\n [crossAxis]: checkCrossAxis\n }\n }\n };\n }\n };\n};\n/**\n * Built-in `limiter` that will stop `shift()` at a certain point.\n */\nconst limitShift = function (options) {\n if (options === void 0) {\n options = {};\n }\n return {\n options,\n fn(state) {\n const {\n x,\n y,\n placement,\n rects,\n middlewareData\n } = state;\n const {\n offset = 0,\n mainAxis: checkMainAxis = true,\n crossAxis: checkCrossAxis = true\n } = evaluate(options, state);\n const coords = {\n x,\n y\n };\n const crossAxis = getSideAxis(placement);\n const mainAxis = getOppositeAxis(crossAxis);\n let mainAxisCoord = coords[mainAxis];\n let crossAxisCoord = coords[crossAxis];\n const rawOffset = evaluate(offset, state);\n const computedOffset = typeof rawOffset === 'number' ? {\n mainAxis: rawOffset,\n crossAxis: 0\n } : {\n mainAxis: 0,\n crossAxis: 0,\n ...rawOffset\n };\n if (checkMainAxis) {\n const len = mainAxis === 'y' ? 'height' : 'width';\n const limitMin = rects.reference[mainAxis] - rects.floating[len] + computedOffset.mainAxis;\n const limitMax = rects.reference[mainAxis] + rects.reference[len] - computedOffset.mainAxis;\n if (mainAxisCoord < limitMin) {\n mainAxisCoord = limitMin;\n } else if (mainAxisCoord > limitMax) {\n mainAxisCoord = limitMax;\n }\n }\n if (checkCrossAxis) {\n var _middlewareData$offse, _middlewareData$offse2;\n const len = mainAxis === 'y' ? 'width' : 'height';\n const isOriginSide = originSides.has(getSide(placement));\n const limitMin = rects.reference[crossAxis] - rects.floating[len] + (isOriginSide ? ((_middlewareData$offse = middlewareData.offset) == null ? void 0 : _middlewareData$offse[crossAxis]) || 0 : 0) + (isOriginSide ? 0 : computedOffset.crossAxis);\n const limitMax = rects.reference[crossAxis] + rects.reference[len] + (isOriginSide ? 0 : ((_middlewareData$offse2 = middlewareData.offset) == null ? void 0 : _middlewareData$offse2[crossAxis]) || 0) - (isOriginSide ? computedOffset.crossAxis : 0);\n if (crossAxisCoord < limitMin) {\n crossAxisCoord = limitMin;\n } else if (crossAxisCoord > limitMax) {\n crossAxisCoord = limitMax;\n }\n }\n return {\n [mainAxis]: mainAxisCoord,\n [crossAxis]: crossAxisCoord\n };\n }\n };\n};\n\n/**\n * Provides data that allows you to change the size of the floating element —\n * for instance, prevent it from overflowing the clipping boundary or match the\n * width of the reference element.\n * @see https://floating-ui.com/docs/size\n */\nconst size = function (options) {\n if (options === void 0) {\n options = {};\n }\n return {\n name: 'size',\n options,\n async fn(state) {\n var _state$middlewareData, _state$middlewareData2;\n const {\n placement,\n rects,\n platform,\n elements\n } = state;\n const {\n apply = () => {},\n ...detectOverflowOptions\n } = evaluate(options, state);\n const overflow = await platform.detectOverflow(state, detectOverflowOptions);\n const side = getSide(placement);\n const alignment = getAlignment(placement);\n const isYAxis = getSideAxis(placement) === 'y';\n const {\n width,\n height\n } = rects.floating;\n let heightSide;\n let widthSide;\n if (side === 'top' || side === 'bottom') {\n heightSide = side;\n widthSide = alignment === ((await (platform.isRTL == null ? void 0 : platform.isRTL(elements.floating))) ? 'start' : 'end') ? 'left' : 'right';\n } else {\n widthSide = side;\n heightSide = alignment === 'end' ? 'top' : 'bottom';\n }\n const maximumClippingHeight = height - overflow.top - overflow.bottom;\n const maximumClippingWidth = width - overflow.left - overflow.right;\n const overflowAvailableHeight = min(height - overflow[heightSide], maximumClippingHeight);\n const overflowAvailableWidth = min(width - overflow[widthSide], maximumClippingWidth);\n const noShift = !state.middlewareData.shift;\n let availableHeight = overflowAvailableHeight;\n let availableWidth = overflowAvailableWidth;\n if ((_state$middlewareData = state.middlewareData.shift) != null && _state$middlewareData.enabled.x) {\n availableWidth = maximumClippingWidth;\n }\n if ((_state$middlewareData2 = state.middlewareData.shift) != null && _state$middlewareData2.enabled.y) {\n availableHeight = maximumClippingHeight;\n }\n if (noShift && !alignment) {\n const xMin = max(overflow.left, 0);\n const xMax = max(overflow.right, 0);\n const yMin = max(overflow.top, 0);\n const yMax = max(overflow.bottom, 0);\n if (isYAxis) {\n availableWidth = width - 2 * (xMin !== 0 || xMax !== 0 ? xMin + xMax : max(overflow.left, overflow.right));\n } else {\n availableHeight = height - 2 * (yMin !== 0 || yMax !== 0 ? yMin + yMax : max(overflow.top, overflow.bottom));\n }\n }\n await apply({\n ...state,\n availableWidth,\n availableHeight\n });\n const nextDimensions = await platform.getDimensions(elements.floating);\n if (width !== nextDimensions.width || height !== nextDimensions.height) {\n return {\n reset: {\n rects: true\n }\n };\n }\n return {};\n }\n };\n};\n\nexport { arrow, autoPlacement, computePosition, detectOverflow, flip, hide, inline, limitShift, offset, shift, size };\n"],"x_google_ignoreList":[0],"mappings":"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"}