@hirely/ui 0.1.6 → 0.1.8

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 (1673) hide show
  1. package/README.md +228 -123
  2. package/dist/App.d.ts +1 -0
  3. package/dist/_virtual/__vite-optional-peer-dep_@emotion/is-prop-valid_framer-motion.cjs.js +2 -0
  4. package/dist/_virtual/__vite-optional-peer-dep_@emotion/is-prop-valid_framer-motion.cjs.js.map +1 -0
  5. package/dist/_virtual/__vite-optional-peer-dep_@emotion/is-prop-valid_framer-motion.es.js +10 -0
  6. package/dist/_virtual/__vite-optional-peer-dep_@emotion/is-prop-valid_framer-motion.es.js.map +1 -0
  7. package/dist/_virtual/_rolldown/runtime.cjs.js +1 -0
  8. package/dist/_virtual/_rolldown/runtime.es.js +27 -0
  9. package/dist/components/ui/accordion.cjs.js +2 -0
  10. package/dist/components/ui/accordion.cjs.js.map +1 -0
  11. package/dist/components/ui/accordion.d.ts +1 -1
  12. package/dist/components/ui/accordion.es.js +55 -0
  13. package/dist/components/ui/accordion.es.js.map +1 -0
  14. package/dist/components/ui/alert-dialog.cjs.js +2 -0
  15. package/dist/components/ui/alert-dialog.cjs.js.map +1 -0
  16. package/dist/components/ui/alert-dialog.d.ts +2 -2
  17. package/dist/components/ui/alert-dialog.es.js +97 -0
  18. package/dist/components/ui/alert-dialog.es.js.map +1 -0
  19. package/dist/components/ui/alert-wrapper.cjs.js +2 -0
  20. package/dist/components/ui/alert-wrapper.cjs.js.map +1 -0
  21. package/dist/components/ui/{AlertWrapper.d.ts → alert-wrapper.d.ts} +2 -2
  22. package/dist/components/ui/alert-wrapper.es.js +20 -0
  23. package/dist/components/ui/alert-wrapper.es.js.map +1 -0
  24. package/dist/components/ui/alert.cjs.js +2 -0
  25. package/dist/components/ui/alert.cjs.js.map +1 -0
  26. package/dist/components/ui/alert.d.ts +2 -2
  27. package/dist/components/ui/alert.es.js +45 -0
  28. package/dist/components/ui/alert.es.js.map +1 -0
  29. package/dist/components/ui/aspect-ratio.cjs.js +2 -0
  30. package/dist/components/ui/aspect-ratio.cjs.js.map +1 -0
  31. package/dist/components/ui/aspect-ratio.es.js +15 -0
  32. package/dist/components/ui/aspect-ratio.es.js.map +1 -0
  33. package/dist/components/ui/attachment.cjs.js +2 -0
  34. package/dist/components/ui/attachment.cjs.js.map +1 -0
  35. package/dist/components/ui/attachment.d.ts +6 -6
  36. package/dist/components/ui/attachment.es.js +106 -0
  37. package/dist/components/ui/attachment.es.js.map +1 -0
  38. package/dist/components/ui/avatar.cjs.js +2 -0
  39. package/dist/components/ui/avatar.cjs.js.map +1 -0
  40. package/dist/components/ui/avatar.d.ts +1 -1
  41. package/dist/components/ui/avatar.es.js +52 -0
  42. package/dist/components/ui/avatar.es.js.map +1 -0
  43. package/dist/components/ui/badge.cjs.js +2 -0
  44. package/dist/components/ui/badge.cjs.js.map +1 -0
  45. package/dist/components/ui/badge.d.ts +5 -5
  46. package/dist/components/ui/badge.es.js +31 -0
  47. package/dist/components/ui/badge.es.js.map +1 -0
  48. package/dist/components/ui/bouncy-accordion.cjs.js +2 -0
  49. package/dist/components/ui/bouncy-accordion.cjs.js.map +1 -0
  50. package/dist/components/ui/bouncy-accordion.d.ts +28 -0
  51. package/dist/components/ui/bouncy-accordion.es.js +149 -0
  52. package/dist/components/ui/bouncy-accordion.es.js.map +1 -0
  53. package/dist/components/ui/breadcrumb.cjs.js +2 -0
  54. package/dist/components/ui/breadcrumb.cjs.js.map +1 -0
  55. package/dist/components/ui/breadcrumb.d.ts +1 -1
  56. package/dist/components/ui/breadcrumb.es.js +74 -0
  57. package/dist/components/ui/breadcrumb.es.js.map +1 -0
  58. package/dist/components/ui/bubble.cjs.js +2 -0
  59. package/dist/components/ui/bubble.cjs.js.map +1 -0
  60. package/dist/components/ui/bubble.d.ts +4 -4
  61. package/dist/components/ui/bubble.es.js +75 -0
  62. package/dist/components/ui/bubble.es.js.map +1 -0
  63. package/dist/components/ui/button-group.cjs.js +2 -0
  64. package/dist/components/ui/button-group.cjs.js.map +1 -0
  65. package/dist/components/ui/button-group.d.ts +5 -5
  66. package/dist/components/ui/button-group.es.js +43 -0
  67. package/dist/components/ui/button-group.es.js.map +1 -0
  68. package/dist/components/ui/button.cjs.js +2 -0
  69. package/dist/components/ui/button.cjs.js.map +1 -0
  70. package/dist/components/ui/button.d.ts +5 -5
  71. package/dist/components/ui/button.es.js +46 -0
  72. package/dist/components/ui/button.es.js.map +1 -0
  73. package/dist/components/ui/calendar.cjs.js +2 -0
  74. package/dist/components/ui/calendar.cjs.js.map +1 -0
  75. package/dist/components/ui/calendar.d.ts +2 -2
  76. package/dist/components/ui/calendar.es.js +93 -0
  77. package/dist/components/ui/calendar.es.js.map +1 -0
  78. package/dist/components/ui/card.cjs.js +2 -0
  79. package/dist/components/ui/card.cjs.js.map +1 -0
  80. package/dist/components/ui/card.es.js +58 -0
  81. package/dist/components/ui/card.es.js.map +1 -0
  82. package/dist/components/ui/carousel.cjs.js +2 -0
  83. package/dist/components/ui/carousel.cjs.js.map +1 -0
  84. package/dist/components/ui/carousel.d.ts +2 -2
  85. package/dist/components/ui/carousel.es.js +113 -0
  86. package/dist/components/ui/carousel.es.js.map +1 -0
  87. package/dist/components/ui/chart.cjs.js +8 -0
  88. package/dist/components/ui/chart.cjs.js.map +1 -0
  89. package/dist/components/ui/chart.d.ts +1 -1
  90. package/dist/components/ui/chart.es.js +133 -0
  91. package/dist/components/ui/chart.es.js.map +1 -0
  92. package/dist/components/ui/checkbox.cjs.js +2 -0
  93. package/dist/components/ui/checkbox.cjs.js.map +1 -0
  94. package/dist/components/ui/checkbox.d.ts +1 -1
  95. package/dist/components/ui/checkbox.es.js +22 -0
  96. package/dist/components/ui/checkbox.es.js.map +1 -0
  97. package/dist/components/ui/collapsible.cjs.js +2 -0
  98. package/dist/components/ui/collapsible.cjs.js.map +1 -0
  99. package/dist/components/ui/collapsible.d.ts +1 -1
  100. package/dist/components/ui/collapsible.es.js +25 -0
  101. package/dist/components/ui/collapsible.es.js.map +1 -0
  102. package/dist/components/ui/combobox.cjs.js +2 -0
  103. package/dist/components/ui/combobox.cjs.js.map +1 -0
  104. package/dist/components/ui/combobox.d.ts +2 -2
  105. package/dist/components/ui/combobox.es.js +164 -0
  106. package/dist/components/ui/combobox.es.js.map +1 -0
  107. package/dist/components/ui/command.cjs.js +2 -0
  108. package/dist/components/ui/command.cjs.js.map +1 -0
  109. package/dist/components/ui/command.d.ts +2 -2
  110. package/dist/components/ui/command.es.js +89 -0
  111. package/dist/components/ui/command.es.js.map +1 -0
  112. package/dist/components/ui/context-menu.cjs.js +2 -0
  113. package/dist/components/ui/context-menu.cjs.js.map +1 -0
  114. package/dist/components/ui/context-menu.d.ts +1 -1
  115. package/dist/components/ui/context-menu.es.js +135 -0
  116. package/dist/components/ui/context-menu.es.js.map +1 -0
  117. package/dist/components/ui/dashboard-pagination.d.ts +7 -0
  118. package/dist/components/ui/dialog.cjs.js +2 -0
  119. package/dist/components/ui/dialog.cjs.js.map +1 -0
  120. package/dist/components/ui/dialog.d.ts +1 -1
  121. package/dist/components/ui/dialog.es.js +93 -0
  122. package/dist/components/ui/dialog.es.js.map +1 -0
  123. package/dist/components/ui/direction.d.ts +1 -1
  124. package/dist/components/ui/direction.es.js +2 -0
  125. package/dist/components/ui/drawer.cjs.js +2 -0
  126. package/dist/components/ui/drawer.cjs.js.map +1 -0
  127. package/dist/components/ui/drawer.d.ts +1 -1
  128. package/dist/components/ui/drawer.es.js +123 -0
  129. package/dist/components/ui/drawer.es.js.map +1 -0
  130. package/dist/components/ui/dropdown-menu.cjs.js +2 -0
  131. package/dist/components/ui/dropdown-menu.cjs.js.map +1 -0
  132. package/dist/components/ui/dropdown-menu.d.ts +1 -1
  133. package/dist/components/ui/dropdown-menu.es.js +138 -0
  134. package/dist/components/ui/dropdown-menu.es.js.map +1 -0
  135. package/dist/components/ui/empty.cjs.js +2 -0
  136. package/dist/components/ui/empty.cjs.js.map +1 -0
  137. package/dist/components/ui/empty.d.ts +9 -8
  138. package/dist/components/ui/empty.es.js +62 -0
  139. package/dist/components/ui/empty.es.js.map +1 -0
  140. package/dist/components/ui/field.cjs.js +2 -0
  141. package/dist/components/ui/field.cjs.js.map +1 -0
  142. package/dist/components/ui/field.d.ts +3 -3
  143. package/dist/components/ui/field.es.js +110 -0
  144. package/dist/components/ui/field.es.js.map +1 -0
  145. package/dist/components/ui/generate-ai-button.cjs.js +2 -0
  146. package/dist/components/ui/generate-ai-button.cjs.js.map +1 -0
  147. package/dist/components/ui/generate-ai-button.d.ts +10 -0
  148. package/dist/components/ui/generate-ai-button.es.js +20 -0
  149. package/dist/components/ui/generate-ai-button.es.js.map +1 -0
  150. package/dist/components/ui/hover-card.cjs.js +2 -0
  151. package/dist/components/ui/hover-card.cjs.js.map +1 -0
  152. package/dist/components/ui/hover-card.d.ts +1 -1
  153. package/dist/components/ui/hover-card.es.js +38 -0
  154. package/dist/components/ui/hover-card.es.js.map +1 -0
  155. package/dist/components/ui/image-cropper.cjs.js +2 -0
  156. package/dist/components/ui/image-cropper.cjs.js.map +1 -0
  157. package/dist/components/ui/image-cropper.d.ts +19 -0
  158. package/dist/components/ui/image-cropper.es.js +155 -0
  159. package/dist/components/ui/image-cropper.es.js.map +1 -0
  160. package/dist/components/ui/image-upload.cjs.js +2 -0
  161. package/dist/components/ui/image-upload.cjs.js.map +1 -0
  162. package/dist/components/ui/image-upload.d.ts +30 -0
  163. package/dist/components/ui/image-upload.es.js +121 -0
  164. package/dist/components/ui/image-upload.es.js.map +1 -0
  165. package/dist/components/ui/input-group.cjs.js +2 -0
  166. package/dist/components/ui/input-group.cjs.js.map +1 -0
  167. package/dist/components/ui/input-group.d.ts +6 -6
  168. package/dist/components/ui/input-group.es.js +79 -0
  169. package/dist/components/ui/input-group.es.js.map +1 -0
  170. package/dist/components/ui/input-otp.cjs.js +2 -0
  171. package/dist/components/ui/input-otp.cjs.js.map +1 -0
  172. package/dist/components/ui/input-otp.d.ts +1 -1
  173. package/dist/components/ui/input-otp.es.js +48 -0
  174. package/dist/components/ui/input-otp.es.js.map +1 -0
  175. package/dist/components/ui/input.cjs.js +2 -0
  176. package/dist/components/ui/input.cjs.js.map +1 -0
  177. package/dist/components/ui/input.es.js +17 -0
  178. package/dist/components/ui/input.es.js.map +1 -0
  179. package/dist/components/ui/item.cjs.js +2 -0
  180. package/dist/components/ui/item.cjs.js.map +1 -0
  181. package/dist/components/ui/item.d.ts +6 -6
  182. package/dist/components/ui/item.es.js +123 -0
  183. package/dist/components/ui/item.es.js.map +1 -0
  184. package/dist/components/ui/kbd.cjs.js +2 -0
  185. package/dist/components/ui/kbd.cjs.js.map +1 -0
  186. package/dist/components/ui/kbd.d.ts +3 -2
  187. package/dist/components/ui/kbd.es.js +22 -0
  188. package/dist/components/ui/kbd.es.js.map +1 -0
  189. package/dist/components/ui/label.cjs.js +2 -0
  190. package/dist/components/ui/label.cjs.js.map +1 -0
  191. package/dist/components/ui/label.es.js +16 -0
  192. package/dist/components/ui/label.es.js.map +1 -0
  193. package/dist/components/ui/marker.cjs.js +2 -0
  194. package/dist/components/ui/marker.cjs.js.map +1 -0
  195. package/dist/components/ui/marker.d.ts +3 -3
  196. package/dist/components/ui/marker.es.js +45 -0
  197. package/dist/components/ui/marker.es.js.map +1 -0
  198. package/dist/components/ui/menubar.cjs.js +2 -0
  199. package/dist/components/ui/menubar.cjs.js.map +1 -0
  200. package/dist/components/ui/menubar.d.ts +3 -3
  201. package/dist/components/ui/menubar.es.js +137 -0
  202. package/dist/components/ui/menubar.es.js.map +1 -0
  203. package/dist/components/ui/message-scroller.cjs.js +2 -0
  204. package/dist/components/ui/message-scroller.cjs.js.map +1 -0
  205. package/dist/components/ui/message-scroller.d.ts +2 -2
  206. package/dist/components/ui/message-scroller.es.js +63 -0
  207. package/dist/components/ui/message-scroller.es.js.map +1 -0
  208. package/dist/components/ui/message.cjs.js +2 -0
  209. package/dist/components/ui/message.cjs.js.map +1 -0
  210. package/dist/components/ui/message.es.js +51 -0
  211. package/dist/components/ui/message.es.js.map +1 -0
  212. package/dist/components/ui/native-select.cjs.js +2 -0
  213. package/dist/components/ui/native-select.cjs.js.map +1 -0
  214. package/dist/components/ui/native-select.es.js +40 -0
  215. package/dist/components/ui/native-select.es.js.map +1 -0
  216. package/dist/components/ui/navigation-menu.cjs.js +2 -0
  217. package/dist/components/ui/navigation-menu.cjs.js.map +1 -0
  218. package/dist/components/ui/navigation-menu.d.ts +2 -2
  219. package/dist/components/ui/navigation-menu.es.js +84 -0
  220. package/dist/components/ui/navigation-menu.es.js.map +1 -0
  221. package/dist/components/ui/not-found-dashboard.d.ts +5 -0
  222. package/dist/components/ui/pagination.cjs.js +2 -0
  223. package/dist/components/ui/pagination.cjs.js.map +1 -0
  224. package/dist/components/ui/pagination.d.ts +1 -1
  225. package/dist/components/ui/pagination.es.js +82 -0
  226. package/dist/components/ui/pagination.es.js.map +1 -0
  227. package/dist/components/ui/popover.cjs.js +2 -0
  228. package/dist/components/ui/popover.cjs.js.map +1 -0
  229. package/dist/components/ui/popover.d.ts +1 -1
  230. package/dist/components/ui/popover.es.js +56 -0
  231. package/dist/components/ui/popover.es.js.map +1 -0
  232. package/dist/components/ui/progress.cjs.js +2 -0
  233. package/dist/components/ui/progress.cjs.js.map +1 -0
  234. package/dist/components/ui/progress.d.ts +1 -1
  235. package/dist/components/ui/progress.es.js +46 -0
  236. package/dist/components/ui/progress.es.js.map +1 -0
  237. package/dist/components/ui/radio-group.cjs.js +2 -0
  238. package/dist/components/ui/radio-group.cjs.js.map +1 -0
  239. package/dist/components/ui/radio-group.d.ts +2 -2
  240. package/dist/components/ui/radio-group.es.js +28 -0
  241. package/dist/components/ui/radio-group.es.js.map +1 -0
  242. package/dist/components/ui/resizable.cjs.js +2 -0
  243. package/dist/components/ui/resizable.cjs.js.map +1 -0
  244. package/dist/components/ui/resizable.es.js +30 -0
  245. package/dist/components/ui/resizable.es.js.map +1 -0
  246. package/dist/components/ui/scroll-area.cjs.js +2 -0
  247. package/dist/components/ui/scroll-area.cjs.js.map +1 -0
  248. package/dist/components/ui/scroll-area.d.ts +1 -1
  249. package/dist/components/ui/scroll-area.es.js +37 -0
  250. package/dist/components/ui/scroll-area.es.js.map +1 -0
  251. package/dist/components/ui/select.cjs.js +2 -0
  252. package/dist/components/ui/select.cjs.js.map +1 -0
  253. package/dist/components/ui/select.d.ts +1 -1
  254. package/dist/components/ui/select.es.js +100 -0
  255. package/dist/components/ui/select.es.js.map +1 -0
  256. package/dist/components/ui/separator.cjs.js +2 -0
  257. package/dist/components/ui/separator.cjs.js.map +1 -0
  258. package/dist/components/ui/separator.d.ts +1 -1
  259. package/dist/components/ui/separator.es.js +16 -0
  260. package/dist/components/ui/separator.es.js.map +1 -0
  261. package/dist/components/ui/sheet.cjs.js +2 -0
  262. package/dist/components/ui/sheet.cjs.js.map +1 -0
  263. package/dist/components/ui/sheet.d.ts +1 -1
  264. package/dist/components/ui/sheet.es.js +90 -0
  265. package/dist/components/ui/sheet.es.js.map +1 -0
  266. package/dist/components/ui/sidebar.cjs.js +2 -0
  267. package/dist/components/ui/sidebar.cjs.js.map +1 -0
  268. package/dist/components/ui/sidebar.d.ts +19 -8
  269. package/dist/components/ui/sidebar.es.js +363 -0
  270. package/dist/components/ui/sidebar.es.js.map +1 -0
  271. package/dist/components/ui/skeleton.cjs.js +2 -0
  272. package/dist/components/ui/skeleton.cjs.js.map +1 -0
  273. package/dist/components/ui/skeleton.d.ts +2 -1
  274. package/dist/components/ui/skeleton.es.js +15 -0
  275. package/dist/components/ui/skeleton.es.js.map +1 -0
  276. package/dist/components/ui/slider.cjs.js +2 -0
  277. package/dist/components/ui/slider.cjs.js.map +1 -0
  278. package/dist/components/ui/slider.d.ts +1 -1
  279. package/dist/components/ui/slider.es.js +35 -0
  280. package/dist/components/ui/slider.es.js.map +1 -0
  281. package/dist/components/ui/sonner.cjs.js +2 -0
  282. package/dist/components/ui/sonner.cjs.js.map +1 -0
  283. package/dist/components/ui/sonner.d.ts +22 -2
  284. package/dist/components/ui/sonner.es.js +29 -0
  285. package/dist/components/ui/sonner.es.js.map +1 -0
  286. package/dist/components/ui/spinner.cjs.js +2 -0
  287. package/dist/components/ui/spinner.cjs.js.map +1 -0
  288. package/dist/components/ui/spinner.d.ts +2 -1
  289. package/dist/components/ui/spinner.es.js +18 -0
  290. package/dist/components/ui/spinner.es.js.map +1 -0
  291. package/dist/components/ui/stats-header.d.ts +13 -0
  292. package/dist/components/ui/switch.cjs.js +2 -0
  293. package/dist/components/ui/switch.cjs.js.map +1 -0
  294. package/dist/components/ui/switch.d.ts +1 -1
  295. package/dist/components/ui/switch.es.js +20 -0
  296. package/dist/components/ui/switch.es.js.map +1 -0
  297. package/dist/components/ui/table.cjs.js +2 -0
  298. package/dist/components/ui/table.cjs.js.map +1 -0
  299. package/dist/components/ui/table.es.js +69 -0
  300. package/dist/components/ui/table.es.js.map +1 -0
  301. package/dist/components/ui/tabs.cjs.js +2 -0
  302. package/dist/components/ui/tabs.cjs.js.map +1 -0
  303. package/dist/components/ui/tabs.d.ts +3 -3
  304. package/dist/components/ui/tabs.es.js +46 -0
  305. package/dist/components/ui/tabs.es.js.map +1 -0
  306. package/dist/components/ui/text-header.d.ts +6 -0
  307. package/dist/components/ui/textarea.cjs.js +2 -0
  308. package/dist/components/ui/textarea.cjs.js.map +1 -0
  309. package/dist/components/ui/textarea.es.js +15 -0
  310. package/dist/components/ui/textarea.es.js.map +1 -0
  311. package/dist/components/ui/toggle-group.cjs.js +2 -0
  312. package/dist/components/ui/toggle-group.cjs.js.map +1 -0
  313. package/dist/components/ui/toggle-group.d.ts +4 -4
  314. package/dist/components/ui/toggle-group.es.js +54 -0
  315. package/dist/components/ui/toggle-group.es.js.map +1 -0
  316. package/dist/components/ui/toggle.cjs.js +2 -0
  317. package/dist/components/ui/toggle.cjs.js.map +1 -0
  318. package/dist/components/ui/toggle.d.ts +3 -3
  319. package/dist/components/ui/toggle.es.js +38 -0
  320. package/dist/components/ui/toggle.es.js.map +1 -0
  321. package/dist/components/ui/tooltip.cjs.js +2 -0
  322. package/dist/components/ui/tooltip.cjs.js.map +1 -0
  323. package/dist/components/ui/tooltip.d.ts +1 -1
  324. package/dist/components/ui/tooltip.es.js +42 -0
  325. package/dist/components/ui/tooltip.es.js.map +1 -0
  326. package/dist/functions/cropImage.cjs.js +2 -0
  327. package/dist/functions/cropImage.cjs.js.map +1 -0
  328. package/dist/functions/cropImage.d.ts +15 -0
  329. package/dist/functions/cropImage.es.js +38 -0
  330. package/dist/functions/cropImage.es.js.map +1 -0
  331. package/dist/hooks/index.cjs.js +1 -0
  332. package/dist/hooks/index.d.ts +10 -0
  333. package/dist/hooks/index.es.js +2 -0
  334. package/dist/hooks/use-mobile.cjs.js +2 -0
  335. package/dist/hooks/use-mobile.cjs.js.map +1 -0
  336. package/dist/hooks/use-mobile.es.js +16 -0
  337. package/dist/hooks/use-mobile.es.js.map +1 -0
  338. package/dist/index.cjs.js +1 -7
  339. package/dist/index.d.ts +70 -61
  340. package/dist/index.es.js +67 -5447
  341. package/dist/lib/ease.cjs.js +2 -0
  342. package/dist/lib/ease.cjs.js.map +1 -0
  343. package/dist/lib/ease.d.ts +39 -0
  344. package/dist/lib/ease.es.js +11 -0
  345. package/dist/lib/ease.es.js.map +1 -0
  346. package/dist/lib/utils.d.ts +1 -1
  347. package/dist/main.d.ts +0 -0
  348. package/dist/node_modules/.bun/@radix-ui_primitive@1.1.5/node_modules/@radix-ui/primitive/dist/index.cjs.js +2 -0
  349. package/dist/node_modules/.bun/@radix-ui_primitive@1.1.5/node_modules/@radix-ui/primitive/dist/index.cjs.js.map +1 -0
  350. package/dist/node_modules/.bun/@radix-ui_primitive@1.1.5/node_modules/@radix-ui/primitive/dist/index.es.js +10 -0
  351. package/dist/node_modules/.bun/@radix-ui_primitive@1.1.5/node_modules/@radix-ui/primitive/dist/index.es.js.map +1 -0
  352. package/dist/node_modules/.bun/@radix-ui_react-compose-refs@1.1.3_93dbe784b8baa420/node_modules/@radix-ui/react-compose-refs/dist/index.cjs.js +2 -0
  353. package/dist/node_modules/.bun/@radix-ui_react-compose-refs@1.1.3_93dbe784b8baa420/node_modules/@radix-ui/react-compose-refs/dist/index.cjs.js.map +1 -0
  354. package/dist/node_modules/.bun/@radix-ui_react-compose-refs@1.1.3_93dbe784b8baa420/node_modules/@radix-ui/react-compose-refs/dist/index.es.js +27 -0
  355. package/dist/node_modules/.bun/@radix-ui_react-compose-refs@1.1.3_93dbe784b8baa420/node_modules/@radix-ui/react-compose-refs/dist/index.es.js.map +1 -0
  356. package/dist/node_modules/.bun/@radix-ui_react-context@1.2.0_93dbe784b8baa420/node_modules/@radix-ui/react-context/dist/index.cjs.js +2 -0
  357. package/dist/node_modules/.bun/@radix-ui_react-context@1.2.0_93dbe784b8baa420/node_modules/@radix-ui/react-context/dist/index.cjs.js.map +1 -0
  358. package/dist/node_modules/.bun/@radix-ui_react-context@1.2.0_93dbe784b8baa420/node_modules/@radix-ui/react-context/dist/index.es.js +63 -0
  359. package/dist/node_modules/.bun/@radix-ui_react-context@1.2.0_93dbe784b8baa420/node_modules/@radix-ui/react-context/dist/index.es.js.map +1 -0
  360. package/dist/node_modules/.bun/@radix-ui_react-dialog@1.1.19_ae2b4604ef263bc9/node_modules/@radix-ui/react-dialog/dist/index.cjs.js +2 -0
  361. package/dist/node_modules/.bun/@radix-ui_react-dialog@1.1.19_ae2b4604ef263bc9/node_modules/@radix-ui/react-dialog/dist/index.cjs.js.map +1 -0
  362. package/dist/node_modules/.bun/@radix-ui_react-dialog@1.1.19_ae2b4604ef263bc9/node_modules/@radix-ui/react-dialog/dist/index.es.js +201 -0
  363. package/dist/node_modules/.bun/@radix-ui_react-dialog@1.1.19_ae2b4604ef263bc9/node_modules/@radix-ui/react-dialog/dist/index.es.js.map +1 -0
  364. package/dist/node_modules/.bun/@radix-ui_react-dismissable-layer@1.1.15_ae2b4604ef263bc9/node_modules/@radix-ui/react-dismissable-layer/dist/index.cjs.js +2 -0
  365. package/dist/node_modules/.bun/@radix-ui_react-dismissable-layer@1.1.15_ae2b4604ef263bc9/node_modules/@radix-ui/react-dismissable-layer/dist/index.cjs.js.map +1 -0
  366. package/dist/node_modules/.bun/@radix-ui_react-dismissable-layer@1.1.15_ae2b4604ef263bc9/node_modules/@radix-ui/react-dismissable-layer/dist/index.es.js +175 -0
  367. package/dist/node_modules/.bun/@radix-ui_react-dismissable-layer@1.1.15_ae2b4604ef263bc9/node_modules/@radix-ui/react-dismissable-layer/dist/index.es.js.map +1 -0
  368. package/dist/node_modules/.bun/@radix-ui_react-focus-guards@1.1.4_93dbe784b8baa420/node_modules/@radix-ui/react-focus-guards/dist/index.cjs.js +2 -0
  369. package/dist/node_modules/.bun/@radix-ui_react-focus-guards@1.1.4_93dbe784b8baa420/node_modules/@radix-ui/react-focus-guards/dist/index.cjs.js.map +1 -0
  370. package/dist/node_modules/.bun/@radix-ui_react-focus-guards@1.1.4_93dbe784b8baa420/node_modules/@radix-ui/react-focus-guards/dist/index.es.js +24 -0
  371. package/dist/node_modules/.bun/@radix-ui_react-focus-guards@1.1.4_93dbe784b8baa420/node_modules/@radix-ui/react-focus-guards/dist/index.es.js.map +1 -0
  372. package/dist/node_modules/.bun/@radix-ui_react-focus-scope@1.1.12_ae2b4604ef263bc9/node_modules/@radix-ui/react-focus-scope/dist/index.cjs.js +2 -0
  373. package/dist/node_modules/.bun/@radix-ui_react-focus-scope@1.1.12_ae2b4604ef263bc9/node_modules/@radix-ui/react-focus-scope/dist/index.cjs.js.map +1 -0
  374. package/dist/node_modules/.bun/@radix-ui_react-focus-scope@1.1.12_ae2b4604ef263bc9/node_modules/@radix-ui/react-focus-scope/dist/index.es.js +149 -0
  375. package/dist/node_modules/.bun/@radix-ui_react-focus-scope@1.1.12_ae2b4604ef263bc9/node_modules/@radix-ui/react-focus-scope/dist/index.es.js.map +1 -0
  376. package/dist/node_modules/.bun/@radix-ui_react-id@1.1.2_93dbe784b8baa420/node_modules/@radix-ui/react-id/dist/index.cjs.js +2 -0
  377. package/dist/node_modules/.bun/@radix-ui_react-id@1.1.2_93dbe784b8baa420/node_modules/@radix-ui/react-id/dist/index.cjs.js.map +1 -0
  378. package/dist/node_modules/.bun/@radix-ui_react-id@1.1.2_93dbe784b8baa420/node_modules/@radix-ui/react-id/dist/index.es.js +14 -0
  379. package/dist/node_modules/.bun/@radix-ui_react-id@1.1.2_93dbe784b8baa420/node_modules/@radix-ui/react-id/dist/index.es.js.map +1 -0
  380. package/dist/node_modules/.bun/@radix-ui_react-portal@1.1.13_ae2b4604ef263bc9/node_modules/@radix-ui/react-portal/dist/index.cjs.js +2 -0
  381. package/dist/node_modules/.bun/@radix-ui_react-portal@1.1.13_ae2b4604ef263bc9/node_modules/@radix-ui/react-portal/dist/index.cjs.js.map +1 -0
  382. package/dist/node_modules/.bun/@radix-ui_react-portal@1.1.13_ae2b4604ef263bc9/node_modules/@radix-ui/react-portal/dist/index.es.js +21 -0
  383. package/dist/node_modules/.bun/@radix-ui_react-portal@1.1.13_ae2b4604ef263bc9/node_modules/@radix-ui/react-portal/dist/index.es.js.map +1 -0
  384. package/dist/node_modules/.bun/@radix-ui_react-presence@1.1.7_ae2b4604ef263bc9/node_modules/@radix-ui/react-presence/dist/index.cjs.js +2 -0
  385. package/dist/node_modules/.bun/@radix-ui_react-presence@1.1.7_ae2b4604ef263bc9/node_modules/@radix-ui/react-presence/dist/index.cjs.js.map +1 -0
  386. package/dist/node_modules/.bun/@radix-ui_react-presence@1.1.7_ae2b4604ef263bc9/node_modules/@radix-ui/react-presence/dist/index.es.js +90 -0
  387. package/dist/node_modules/.bun/@radix-ui_react-presence@1.1.7_ae2b4604ef263bc9/node_modules/@radix-ui/react-presence/dist/index.es.js.map +1 -0
  388. package/dist/node_modules/.bun/@radix-ui_react-primitive@2.1.7_ae2b4604ef263bc9/node_modules/@radix-ui/react-primitive/dist/index.cjs.js +2 -0
  389. package/dist/node_modules/.bun/@radix-ui_react-primitive@2.1.7_ae2b4604ef263bc9/node_modules/@radix-ui/react-primitive/dist/index.cjs.js.map +1 -0
  390. package/dist/node_modules/.bun/@radix-ui_react-primitive@2.1.7_ae2b4604ef263bc9/node_modules/@radix-ui/react-primitive/dist/index.es.js +43 -0
  391. package/dist/node_modules/.bun/@radix-ui_react-primitive@2.1.7_ae2b4604ef263bc9/node_modules/@radix-ui/react-primitive/dist/index.es.js.map +1 -0
  392. package/dist/node_modules/.bun/@radix-ui_react-slot@1.3.0_93dbe784b8baa420/node_modules/@radix-ui/react-slot/dist/index.cjs.js +2 -0
  393. package/dist/node_modules/.bun/@radix-ui_react-slot@1.3.0_93dbe784b8baa420/node_modules/@radix-ui/react-slot/dist/index.cjs.js.map +1 -0
  394. package/dist/node_modules/.bun/@radix-ui_react-slot@1.3.0_93dbe784b8baa420/node_modules/@radix-ui/react-slot/dist/index.es.js +67 -0
  395. package/dist/node_modules/.bun/@radix-ui_react-slot@1.3.0_93dbe784b8baa420/node_modules/@radix-ui/react-slot/dist/index.es.js.map +1 -0
  396. package/dist/node_modules/.bun/@radix-ui_react-use-callback-ref@1.1.2_93dbe784b8baa420/node_modules/@radix-ui/react-use-callback-ref/dist/index.cjs.js +2 -0
  397. package/dist/node_modules/.bun/@radix-ui_react-use-callback-ref@1.1.2_93dbe784b8baa420/node_modules/@radix-ui/react-use-callback-ref/dist/index.cjs.js.map +1 -0
  398. package/dist/node_modules/.bun/@radix-ui_react-use-callback-ref@1.1.2_93dbe784b8baa420/node_modules/@radix-ui/react-use-callback-ref/dist/index.es.js +12 -0
  399. package/dist/node_modules/.bun/@radix-ui_react-use-callback-ref@1.1.2_93dbe784b8baa420/node_modules/@radix-ui/react-use-callback-ref/dist/index.es.js.map +1 -0
  400. package/dist/node_modules/.bun/@radix-ui_react-use-controllable-state@1.2.3_93dbe784b8baa420/node_modules/@radix-ui/react-use-controllable-state/dist/index.cjs.js +2 -0
  401. package/dist/node_modules/.bun/@radix-ui_react-use-controllable-state@1.2.3_93dbe784b8baa420/node_modules/@radix-ui/react-use-controllable-state/dist/index.cjs.js.map +1 -0
  402. package/dist/node_modules/.bun/@radix-ui_react-use-controllable-state@1.2.3_93dbe784b8baa420/node_modules/@radix-ui/react-use-controllable-state/dist/index.es.js +47 -0
  403. package/dist/node_modules/.bun/@radix-ui_react-use-controllable-state@1.2.3_93dbe784b8baa420/node_modules/@radix-ui/react-use-controllable-state/dist/index.es.js.map +1 -0
  404. package/dist/node_modules/.bun/@radix-ui_react-use-layout-effect@1.1.2_93dbe784b8baa420/node_modules/@radix-ui/react-use-layout-effect/dist/index.cjs.js +2 -0
  405. package/dist/node_modules/.bun/@radix-ui_react-use-layout-effect@1.1.2_93dbe784b8baa420/node_modules/@radix-ui/react-use-layout-effect/dist/index.cjs.js.map +1 -0
  406. package/dist/node_modules/.bun/@radix-ui_react-use-layout-effect@1.1.2_93dbe784b8baa420/node_modules/@radix-ui/react-use-layout-effect/dist/index.es.js +7 -0
  407. package/dist/node_modules/.bun/@radix-ui_react-use-layout-effect@1.1.2_93dbe784b8baa420/node_modules/@radix-ui/react-use-layout-effect/dist/index.es.js.map +1 -0
  408. package/dist/node_modules/.bun/aria-hidden@1.2.6/node_modules/aria-hidden/dist/es2015/index.cjs.js +2 -0
  409. package/dist/node_modules/.bun/aria-hidden@1.2.6/node_modules/aria-hidden/dist/es2015/index.cjs.js.map +1 -0
  410. package/dist/node_modules/.bun/aria-hidden@1.2.6/node_modules/aria-hidden/dist/es2015/index.es.js +48 -0
  411. package/dist/node_modules/.bun/aria-hidden@1.2.6/node_modules/aria-hidden/dist/es2015/index.es.js.map +1 -0
  412. package/dist/node_modules/.bun/attr-accept@2.2.5/node_modules/attr-accept/dist/es/index.cjs.js +2 -0
  413. package/dist/node_modules/.bun/attr-accept@2.2.5/node_modules/attr-accept/dist/es/index.cjs.js.map +1 -0
  414. package/dist/node_modules/.bun/attr-accept@2.2.5/node_modules/attr-accept/dist/es/index.es.js +21 -0
  415. package/dist/node_modules/.bun/attr-accept@2.2.5/node_modules/attr-accept/dist/es/index.es.js.map +1 -0
  416. package/dist/node_modules/.bun/class-variance-authority@0.7.1/node_modules/class-variance-authority/dist/index.cjs.js +2 -0
  417. package/dist/node_modules/.bun/class-variance-authority@0.7.1/node_modules/class-variance-authority/dist/index.cjs.js.map +1 -0
  418. package/dist/node_modules/.bun/class-variance-authority@0.7.1/node_modules/class-variance-authority/dist/index.es.js +35 -0
  419. package/dist/node_modules/.bun/class-variance-authority@0.7.1/node_modules/class-variance-authority/dist/index.es.js.map +1 -0
  420. package/dist/node_modules/.bun/clsx@2.1.1/node_modules/clsx/dist/clsx.cjs.js +2 -0
  421. package/dist/node_modules/.bun/clsx@2.1.1/node_modules/clsx/dist/clsx.cjs.js.map +1 -0
  422. package/dist/node_modules/.bun/clsx@2.1.1/node_modules/clsx/dist/clsx.es.js +18 -0
  423. package/dist/node_modules/.bun/clsx@2.1.1/node_modules/clsx/dist/clsx.es.js.map +1 -0
  424. package/dist/node_modules/.bun/cmdk@1.1.1_ae2b4604ef263bc9/node_modules/cmdk/dist/chunk-NZJY6EH4.cjs.js +2 -0
  425. package/dist/node_modules/.bun/cmdk@1.1.1_ae2b4604ef263bc9/node_modules/cmdk/dist/chunk-NZJY6EH4.cjs.js.map +1 -0
  426. package/dist/node_modules/.bun/cmdk@1.1.1_ae2b4604ef263bc9/node_modules/cmdk/dist/chunk-NZJY6EH4.es.js +19 -0
  427. package/dist/node_modules/.bun/cmdk@1.1.1_ae2b4604ef263bc9/node_modules/cmdk/dist/chunk-NZJY6EH4.es.js.map +1 -0
  428. package/dist/node_modules/.bun/cmdk@1.1.1_ae2b4604ef263bc9/node_modules/cmdk/dist/index.cjs.js +2 -0
  429. package/dist/node_modules/.bun/cmdk@1.1.1_ae2b4604ef263bc9/node_modules/cmdk/dist/index.cjs.js.map +1 -0
  430. package/dist/node_modules/.bun/cmdk@1.1.1_ae2b4604ef263bc9/node_modules/cmdk/dist/index.es.js +446 -0
  431. package/dist/node_modules/.bun/cmdk@1.1.1_ae2b4604ef263bc9/node_modules/cmdk/dist/index.es.js.map +1 -0
  432. package/dist/node_modules/.bun/cnfast@0.0.8/node_modules/cnfast/dist/index.cjs.js +2 -0
  433. package/dist/node_modules/.bun/cnfast@0.0.8/node_modules/cnfast/dist/index.cjs.js.map +1 -0
  434. package/dist/node_modules/.bun/cnfast@0.0.8/node_modules/cnfast/dist/index.es.js +1860 -0
  435. package/dist/node_modules/.bun/cnfast@0.0.8/node_modules/cnfast/dist/index.es.js.map +1 -0
  436. package/dist/node_modules/.bun/embla-carousel-react@8.6.0_e14d3f224186685e/node_modules/embla-carousel-react/esm/embla-carousel-react.esm.cjs.js +2 -0
  437. package/dist/node_modules/.bun/embla-carousel-react@8.6.0_e14d3f224186685e/node_modules/embla-carousel-react/esm/embla-carousel-react.esm.cjs.js.map +1 -0
  438. package/dist/node_modules/.bun/embla-carousel-react@8.6.0_e14d3f224186685e/node_modules/embla-carousel-react/esm/embla-carousel-react.esm.es.js +25 -0
  439. package/dist/node_modules/.bun/embla-carousel-react@8.6.0_e14d3f224186685e/node_modules/embla-carousel-react/esm/embla-carousel-react.esm.es.js.map +1 -0
  440. package/dist/node_modules/.bun/embla-carousel-reactive-utils@8.6.0_3dde5556684c958d/node_modules/embla-carousel-reactive-utils/esm/embla-carousel-reactive-utils.esm.cjs.js +2 -0
  441. package/dist/node_modules/.bun/embla-carousel-reactive-utils@8.6.0_3dde5556684c958d/node_modules/embla-carousel-reactive-utils/esm/embla-carousel-reactive-utils.esm.cjs.js.map +1 -0
  442. package/dist/node_modules/.bun/embla-carousel-reactive-utils@8.6.0_3dde5556684c958d/node_modules/embla-carousel-reactive-utils/esm/embla-carousel-reactive-utils.esm.es.js +32 -0
  443. package/dist/node_modules/.bun/embla-carousel-reactive-utils@8.6.0_3dde5556684c958d/node_modules/embla-carousel-reactive-utils/esm/embla-carousel-reactive-utils.esm.es.js.map +1 -0
  444. package/dist/node_modules/.bun/embla-carousel@8.6.0/node_modules/embla-carousel/esm/embla-carousel.esm.cjs.js +2 -0
  445. package/dist/node_modules/.bun/embla-carousel@8.6.0/node_modules/embla-carousel/esm/embla-carousel.esm.cjs.js.map +1 -0
  446. package/dist/node_modules/.bun/embla-carousel@8.6.0/node_modules/embla-carousel/esm/embla-carousel.esm.es.js +1019 -0
  447. package/dist/node_modules/.bun/embla-carousel@8.6.0/node_modules/embla-carousel/esm/embla-carousel.esm.es.js.map +1 -0
  448. package/dist/node_modules/.bun/file-selector@2.1.2/node_modules/file-selector/dist/es2015/file-selector.cjs.js +2 -0
  449. package/dist/node_modules/.bun/file-selector@2.1.2/node_modules/file-selector/dist/es2015/file-selector.cjs.js.map +1 -0
  450. package/dist/node_modules/.bun/file-selector@2.1.2/node_modules/file-selector/dist/es2015/file-selector.es.js +111 -0
  451. package/dist/node_modules/.bun/file-selector@2.1.2/node_modules/file-selector/dist/es2015/file-selector.es.js.map +1 -0
  452. package/dist/node_modules/.bun/file-selector@2.1.2/node_modules/file-selector/dist/es2015/file.cjs.js +2 -0
  453. package/dist/node_modules/.bun/file-selector@2.1.2/node_modules/file-selector/dist/es2015/file.cjs.js.map +1 -0
  454. package/dist/node_modules/.bun/file-selector@2.1.2/node_modules/file-selector/dist/es2015/file.es.js +1236 -0
  455. package/dist/node_modules/.bun/file-selector@2.1.2/node_modules/file-selector/dist/es2015/file.es.js.map +1 -0
  456. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/components/AnimatePresence/use-presence.cjs.js +2 -0
  457. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/components/AnimatePresence/use-presence.cjs.js.map +1 -0
  458. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/components/AnimatePresence/use-presence.es.js +22 -0
  459. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/components/AnimatePresence/use-presence.es.js.map +1 -0
  460. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/LayoutGroupContext.cjs.js +2 -0
  461. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/LayoutGroupContext.cjs.js.map +1 -0
  462. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/LayoutGroupContext.es.js +8 -0
  463. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/LayoutGroupContext.es.js.map +1 -0
  464. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/LazyContext.cjs.js +2 -0
  465. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/LazyContext.cjs.js.map +1 -0
  466. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/LazyContext.es.js +8 -0
  467. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/LazyContext.es.js.map +1 -0
  468. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/MotionConfigContext.cjs.js +2 -0
  469. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/MotionConfigContext.cjs.js.map +1 -0
  470. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/MotionConfigContext.es.js +12 -0
  471. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/MotionConfigContext.es.js.map +1 -0
  472. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/MotionContext/create.cjs.js +2 -0
  473. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/MotionContext/create.cjs.js.map +1 -0
  474. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/MotionContext/create.es.js +19 -0
  475. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/MotionContext/create.es.js.map +1 -0
  476. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/MotionContext/index.cjs.js +2 -0
  477. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/MotionContext/index.cjs.js.map +1 -0
  478. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/MotionContext/index.es.js +8 -0
  479. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/MotionContext/index.es.js.map +1 -0
  480. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/MotionContext/utils.cjs.js +2 -0
  481. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/MotionContext/utils.cjs.js.map +1 -0
  482. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/MotionContext/utils.es.js +17 -0
  483. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/MotionContext/utils.es.js.map +1 -0
  484. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/PresenceContext.cjs.js +2 -0
  485. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/PresenceContext.cjs.js.map +1 -0
  486. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/PresenceContext.es.js +8 -0
  487. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/PresenceContext.es.js.map +1 -0
  488. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/SwitchLayoutGroupContext.cjs.js +2 -0
  489. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/SwitchLayoutGroupContext.cjs.js.map +1 -0
  490. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/SwitchLayoutGroupContext.es.js +8 -0
  491. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/context/SwitchLayoutGroupContext.es.js.map +1 -0
  492. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/events/add-pointer-event.cjs.js +2 -0
  493. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/events/add-pointer-event.cjs.js.map +1 -0
  494. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/events/add-pointer-event.es.js +10 -0
  495. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/events/add-pointer-event.es.js.map +1 -0
  496. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/events/event-info.cjs.js +2 -0
  497. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/events/event-info.cjs.js.map +1 -0
  498. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/events/event-info.es.js +13 -0
  499. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/events/event-info.es.js.map +1 -0
  500. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/drag/VisualElementDragControls.cjs.js +2 -0
  501. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/drag/VisualElementDragControls.cjs.js.map +1 -0
  502. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/drag/VisualElementDragControls.es.js +260 -0
  503. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/drag/VisualElementDragControls.es.js.map +1 -0
  504. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/drag/index.cjs.js +2 -0
  505. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/drag/index.cjs.js.map +1 -0
  506. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/drag/index.es.js +24 -0
  507. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/drag/index.es.js.map +1 -0
  508. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/drag/utils/constraints.cjs.js +2 -0
  509. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/drag/utils/constraints.cjs.js.map +1 -0
  510. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/drag/utils/constraints.es.js +61 -0
  511. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/drag/utils/constraints.es.js.map +1 -0
  512. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/focus.cjs.js +2 -0
  513. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/focus.cjs.js.map +1 -0
  514. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/focus.es.js +29 -0
  515. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/focus.es.js.map +1 -0
  516. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/hover.cjs.js +2 -0
  517. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/hover.cjs.js.map +1 -0
  518. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/hover.es.js +22 -0
  519. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/hover.es.js.map +1 -0
  520. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/pan/PanSession.cjs.js +2 -0
  521. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/pan/PanSession.cjs.js.map +1 -0
  522. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/pan/PanSession.es.js +140 -0
  523. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/pan/PanSession.es.js.map +1 -0
  524. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/pan/index.cjs.js +2 -0
  525. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/pan/index.cjs.js.map +1 -0
  526. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/pan/index.es.js +44 -0
  527. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/pan/index.es.js.map +1 -0
  528. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/press.cjs.js +2 -0
  529. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/press.cjs.js.map +1 -0
  530. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/press.es.js +28 -0
  531. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/gestures/press.es.js.map +1 -0
  532. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/animation/exit.cjs.js +2 -0
  533. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/animation/exit.cjs.js.map +1 -0
  534. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/animation/exit.es.js +41 -0
  535. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/animation/exit.es.js.map +1 -0
  536. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/animation/index.cjs.js +2 -0
  537. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/animation/index.cjs.js.map +1 -0
  538. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/animation/index.es.js +27 -0
  539. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/animation/index.es.js.map +1 -0
  540. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/animations.cjs.js +2 -0
  541. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/animations.cjs.js.map +1 -0
  542. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/animations.es.js +11 -0
  543. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/animations.es.js.map +1 -0
  544. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/definitions.cjs.js +2 -0
  545. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/definitions.cjs.js.map +1 -0
  546. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/definitions.es.js +53 -0
  547. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/definitions.es.js.map +1 -0
  548. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/drag.cjs.js +2 -0
  549. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/drag.cjs.js.map +1 -0
  550. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/drag.es.js +17 -0
  551. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/drag.es.js.map +1 -0
  552. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/gestures.cjs.js +2 -0
  553. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/gestures.cjs.js.map +1 -0
  554. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/gestures.es.js +15 -0
  555. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/gestures.es.js.map +1 -0
  556. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/layout/MeasureLayout.cjs.js +2 -0
  557. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/layout/MeasureLayout.cjs.js.map +1 -0
  558. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/layout/MeasureLayout.es.js +63 -0
  559. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/layout/MeasureLayout.es.js.map +1 -0
  560. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/layout.cjs.js +2 -0
  561. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/layout.cjs.js.map +1 -0
  562. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/layout.es.js +11 -0
  563. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/layout.es.js.map +1 -0
  564. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/load-features.cjs.js +2 -0
  565. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/load-features.cjs.js.map +1 -0
  566. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/load-features.es.js +15 -0
  567. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/load-features.es.js.map +1 -0
  568. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/viewport/index.cjs.js +2 -0
  569. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/viewport/index.cjs.js.map +1 -0
  570. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/viewport/index.es.js +48 -0
  571. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/viewport/index.es.js.map +1 -0
  572. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/viewport/observers.cjs.js +2 -0
  573. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/viewport/observers.cjs.js.map +1 -0
  574. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/viewport/observers.es.js +26 -0
  575. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/features/viewport/observers.es.js.map +1 -0
  576. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/index.cjs.js +2 -0
  577. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/index.cjs.js.map +1 -0
  578. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/index.es.js +72 -0
  579. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/index.es.js.map +1 -0
  580. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/utils/symbol.cjs.js +2 -0
  581. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/utils/symbol.cjs.js.map +1 -0
  582. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/utils/symbol.es.js +6 -0
  583. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/utils/symbol.es.js.map +1 -0
  584. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/utils/use-motion-ref.cjs.js +2 -0
  585. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/utils/use-motion-ref.cjs.js.map +1 -0
  586. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/utils/use-motion-ref.es.js +23 -0
  587. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/utils/use-motion-ref.es.js.map +1 -0
  588. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/utils/use-visual-element.cjs.js +2 -0
  589. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/utils/use-visual-element.cjs.js.map +1 -0
  590. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/utils/use-visual-element.es.js +60 -0
  591. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/utils/use-visual-element.es.js.map +1 -0
  592. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/utils/use-visual-state.cjs.js +2 -0
  593. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/utils/use-visual-state.cjs.js.map +1 -0
  594. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/utils/use-visual-state.es.js +52 -0
  595. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/utils/use-visual-state.es.js.map +1 -0
  596. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/utils/valid-prop.cjs.js +2 -0
  597. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/utils/valid-prop.cjs.js.map +1 -0
  598. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/utils/valid-prop.es.js +9 -0
  599. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/motion/utils/valid-prop.es.js.map +1 -0
  600. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/components/create-proxy.cjs.js +2 -0
  601. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/components/create-proxy.cjs.js.map +1 -0
  602. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/components/create-proxy.es.js +12 -0
  603. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/components/create-proxy.es.js.map +1 -0
  604. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/components/motion/feature-bundle.cjs.js +2 -0
  605. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/components/motion/feature-bundle.cjs.js.map +1 -0
  606. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/components/motion/feature-bundle.es.js +15 -0
  607. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/components/motion/feature-bundle.es.js.map +1 -0
  608. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/components/motion/proxy.cjs.js +2 -0
  609. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/components/motion/proxy.cjs.js.map +1 -0
  610. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/components/motion/proxy.es.js +9 -0
  611. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/components/motion/proxy.es.js.map +1 -0
  612. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/dom/create-visual-element.cjs.js +2 -0
  613. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/dom/create-visual-element.cjs.js.map +1 -0
  614. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/dom/create-visual-element.es.js +10 -0
  615. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/dom/create-visual-element.es.js.map +1 -0
  616. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/dom/use-render.cjs.js +2 -0
  617. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/dom/use-render.cjs.js.map +1 -0
  618. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/dom/use-render.es.js +23 -0
  619. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/dom/use-render.es.js.map +1 -0
  620. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/dom/utils/filter-props.cjs.js +2 -0
  621. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/dom/utils/filter-props.cjs.js.map +1 -0
  622. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/dom/utils/filter-props.es.js +21 -0
  623. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/dom/utils/filter-props.es.js.map +1 -0
  624. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/dom/utils/is-svg-component.cjs.js +2 -0
  625. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/dom/utils/is-svg-component.cjs.js.map +1 -0
  626. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/dom/utils/is-svg-component.es.js +9 -0
  627. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/dom/utils/is-svg-component.es.js.map +1 -0
  628. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/html/use-html-visual-state.cjs.js +2 -0
  629. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/html/use-html-visual-state.cjs.js.map +1 -0
  630. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/html/use-html-visual-state.es.js +13 -0
  631. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/html/use-html-visual-state.es.js.map +1 -0
  632. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/html/use-props.cjs.js +2 -0
  633. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/html/use-props.cjs.js.map +1 -0
  634. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/html/use-props.es.js +28 -0
  635. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/html/use-props.es.js.map +1 -0
  636. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/html/utils/create-render-state.cjs.js +2 -0
  637. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/html/utils/create-render-state.cjs.js.map +1 -0
  638. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/html/utils/create-render-state.es.js +11 -0
  639. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/html/utils/create-render-state.es.js.map +1 -0
  640. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/svg/lowercase-elements.cjs.js +2 -0
  641. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/svg/lowercase-elements.cjs.js.map +1 -0
  642. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/svg/lowercase-elements.es.js +32 -0
  643. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/svg/lowercase-elements.es.js.map +1 -0
  644. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/svg/use-props.cjs.js +2 -0
  645. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/svg/use-props.cjs.js.map +1 -0
  646. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/svg/use-props.es.js +28 -0
  647. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/svg/use-props.es.js.map +1 -0
  648. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/svg/use-svg-visual-state.cjs.js +2 -0
  649. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/svg/use-svg-visual-state.cjs.js.map +1 -0
  650. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/svg/use-svg-visual-state.es.js +13 -0
  651. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/svg/use-svg-visual-state.es.js.map +1 -0
  652. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/svg/utils/create-render-state.cjs.js +2 -0
  653. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/svg/utils/create-render-state.cjs.js.map +1 -0
  654. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/svg/utils/create-render-state.es.js +10 -0
  655. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/render/svg/utils/create-render-state.es.js.map +1 -0
  656. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/utils/distance.cjs.js +2 -0
  657. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/utils/distance.cjs.js.map +1 -0
  658. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/utils/distance.es.js +10 -0
  659. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/utils/distance.es.js.map +1 -0
  660. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/utils/get-context-window.cjs.js +2 -0
  661. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/utils/get-context-window.cjs.js.map +1 -0
  662. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/utils/get-context-window.es.js +6 -0
  663. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/utils/get-context-window.es.js.map +1 -0
  664. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/utils/is-browser.cjs.js +2 -0
  665. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/utils/is-browser.cjs.js.map +1 -0
  666. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/utils/is-browser.es.js +6 -0
  667. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/utils/is-browser.es.js.map +1 -0
  668. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/utils/is-ref-object.cjs.js +2 -0
  669. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/utils/is-ref-object.cjs.js.map +1 -0
  670. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/utils/is-ref-object.es.js +8 -0
  671. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/utils/is-ref-object.es.js.map +1 -0
  672. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/utils/reduced-motion/use-reduced-motion.cjs.js +2 -0
  673. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/utils/reduced-motion/use-reduced-motion.cjs.js.map +1 -0
  674. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/utils/reduced-motion/use-reduced-motion.es.js +15 -0
  675. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/utils/reduced-motion/use-reduced-motion.es.js.map +1 -0
  676. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/utils/use-constant.cjs.js +2 -0
  677. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/utils/use-constant.cjs.js.map +1 -0
  678. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/utils/use-constant.es.js +11 -0
  679. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/utils/use-constant.es.js.map +1 -0
  680. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/utils/use-isomorphic-effect.cjs.js +2 -0
  681. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/utils/use-isomorphic-effect.cjs.js.map +1 -0
  682. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/utils/use-isomorphic-effect.es.js +9 -0
  683. package/dist/node_modules/.bun/framer-motion@12.42.2_7492c01c6988791b/node_modules/framer-motion/dist/es/utils/use-isomorphic-effect.es.js.map +1 -0
  684. package/dist/node_modules/.bun/get-nonce@1.0.1/node_modules/get-nonce/dist/es2015/index.cjs.js +2 -0
  685. package/dist/node_modules/.bun/get-nonce@1.0.1/node_modules/get-nonce/dist/es2015/index.cjs.js.map +1 -0
  686. package/dist/node_modules/.bun/get-nonce@1.0.1/node_modules/get-nonce/dist/es2015/index.es.js +9 -0
  687. package/dist/node_modules/.bun/get-nonce@1.0.1/node_modules/get-nonce/dist/es2015/index.es.js.map +1 -0
  688. package/dist/node_modules/.bun/input-otp@1.4.2_7492c01c6988791b/node_modules/input-otp/dist/index.cjs.js +21 -0
  689. package/dist/node_modules/.bun/input-otp@1.4.2_7492c01c6988791b/node_modules/input-otp/dist/index.cjs.js.map +1 -0
  690. package/dist/node_modules/.bun/input-otp@1.4.2_7492c01c6988791b/node_modules/input-otp/dist/index.es.js +351 -0
  691. package/dist/node_modules/.bun/input-otp@1.4.2_7492c01c6988791b/node_modules/input-otp/dist/index.es.js.map +1 -0
  692. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/AsyncMotionValueAnimation.cjs.js +2 -0
  693. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/AsyncMotionValueAnimation.cjs.js.map +1 -0
  694. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/AsyncMotionValueAnimation.es.js +109 -0
  695. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/AsyncMotionValueAnimation.es.js.map +1 -0
  696. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/JSAnimation.cjs.js +2 -0
  697. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/JSAnimation.cjs.js.map +1 -0
  698. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/JSAnimation.es.js +131 -0
  699. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/JSAnimation.es.js.map +1 -0
  700. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/NativeAnimation.cjs.js +2 -0
  701. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/NativeAnimation.cjs.js.map +1 -0
  702. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/NativeAnimation.es.js +86 -0
  703. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/NativeAnimation.es.js.map +1 -0
  704. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/NativeAnimationExtended.cjs.js +2 -0
  705. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/NativeAnimationExtended.cjs.js.map +1 -0
  706. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/NativeAnimationExtended.es.js +30 -0
  707. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/NativeAnimationExtended.es.js.map +1 -0
  708. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/animate/single-value.cjs.js +2 -0
  709. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/animate/single-value.cjs.js.map +1 -0
  710. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/animate/single-value.es.js +12 -0
  711. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/animate/single-value.es.js.map +1 -0
  712. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/drivers/frame.cjs.js +2 -0
  713. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/drivers/frame.cjs.js.map +1 -0
  714. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/drivers/frame.es.js +15 -0
  715. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/drivers/frame.es.js.map +1 -0
  716. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/generators/inertia.cjs.js +2 -0
  717. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/generators/inertia.cjs.js.map +1 -0
  718. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/generators/inertia.es.js +34 -0
  719. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/generators/inertia.es.js.map +1 -0
  720. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/generators/keyframes.cjs.js +2 -0
  721. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/generators/keyframes.cjs.js.map +1 -0
  722. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/generators/keyframes.es.js +24 -0
  723. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/generators/keyframes.es.js.map +1 -0
  724. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/generators/spring.cjs.js +2 -0
  725. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/generators/spring.cjs.js.map +1 -0
  726. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/generators/spring.es.js +168 -0
  727. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/generators/spring.es.js.map +1 -0
  728. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/generators/utils/calc-duration.cjs.js +2 -0
  729. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/generators/utils/calc-duration.cjs.js.map +1 -0
  730. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/generators/utils/calc-duration.es.js +11 -0
  731. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/generators/utils/calc-duration.es.js.map +1 -0
  732. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/generators/utils/create-generator-easing.cjs.js +2 -0
  733. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/generators/utils/create-generator-easing.cjs.js.map +1 -0
  734. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/generators/utils/create-generator-easing.es.js +18 -0
  735. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/generators/utils/create-generator-easing.es.js.map +1 -0
  736. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/generators/utils/is-generator.cjs.js +2 -0
  737. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/generators/utils/is-generator.cjs.js.map +1 -0
  738. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/generators/utils/is-generator.es.js +8 -0
  739. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/generators/utils/is-generator.es.js.map +1 -0
  740. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/generators/utils/velocity.cjs.js +2 -0
  741. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/generators/utils/velocity.cjs.js.map +1 -0
  742. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/generators/utils/velocity.es.js +11 -0
  743. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/generators/utils/velocity.es.js.map +1 -0
  744. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/interfaces/motion-value.cjs.js +2 -0
  745. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/interfaces/motion-value.cjs.js.map +1 -0
  746. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/interfaces/motion-value.es.js +47 -0
  747. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/interfaces/motion-value.es.js.map +1 -0
  748. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/interfaces/visual-element-target.cjs.js +2 -0
  749. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/interfaces/visual-element-target.cjs.js.map +1 -0
  750. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/interfaces/visual-element-target.es.js +59 -0
  751. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/interfaces/visual-element-target.es.js.map +1 -0
  752. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/interfaces/visual-element-variant.cjs.js +2 -0
  753. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/interfaces/visual-element-variant.cjs.js.map +1 -0
  754. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/interfaces/visual-element-variant.es.js +28 -0
  755. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/interfaces/visual-element-variant.es.js.map +1 -0
  756. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/interfaces/visual-element.cjs.js +2 -0
  757. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/interfaces/visual-element.cjs.js.map +1 -0
  758. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/interfaces/visual-element.es.js +23 -0
  759. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/interfaces/visual-element.es.js.map +1 -0
  760. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/DOMKeyframesResolver.cjs.js +2 -0
  761. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/DOMKeyframesResolver.cjs.js.map +1 -0
  762. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/DOMKeyframesResolver.es.js +63 -0
  763. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/DOMKeyframesResolver.es.js.map +1 -0
  764. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/KeyframesResolver.cjs.js +2 -0
  765. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/KeyframesResolver.cjs.js.map +1 -0
  766. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/KeyframesResolver.es.js +69 -0
  767. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/KeyframesResolver.es.js.map +1 -0
  768. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/get-final.cjs.js +2 -0
  769. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/get-final.cjs.js.map +1 -0
  770. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/get-final.es.js +10 -0
  771. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/get-final.es.js.map +1 -0
  772. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/offsets/default.cjs.js +2 -0
  773. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/offsets/default.cjs.js.map +1 -0
  774. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/offsets/default.es.js +10 -0
  775. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/offsets/default.es.js.map +1 -0
  776. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/offsets/fill.cjs.js +2 -0
  777. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/offsets/fill.cjs.js.map +1 -0
  778. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/offsets/fill.es.js +14 -0
  779. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/offsets/fill.es.js.map +1 -0
  780. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/offsets/time.cjs.js +2 -0
  781. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/offsets/time.cjs.js.map +1 -0
  782. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/offsets/time.es.js +8 -0
  783. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/offsets/time.es.js.map +1 -0
  784. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/utils/fill-wildcards.cjs.js +2 -0
  785. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/utils/fill-wildcards.cjs.js.map +1 -0
  786. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/utils/fill-wildcards.es.js +8 -0
  787. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/utils/fill-wildcards.es.js.map +1 -0
  788. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/utils/is-none.cjs.js +2 -0
  789. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/utils/is-none.cjs.js.map +1 -0
  790. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/utils/is-none.es.js +9 -0
  791. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/utils/is-none.es.js.map +1 -0
  792. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/utils/make-none-animatable.cjs.js +2 -0
  793. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/utils/make-none-animatable.cjs.js.map +1 -0
  794. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/utils/make-none-animatable.es.js +20 -0
  795. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/utils/make-none-animatable.es.js.map +1 -0
  796. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/utils/unit-conversion.cjs.js +2 -0
  797. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/utils/unit-conversion.cjs.js.map +1 -0
  798. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/utils/unit-conversion.es.js +38 -0
  799. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/keyframes/utils/unit-conversion.es.js.map +1 -0
  800. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/optimized-appear/data-id.cjs.js +2 -0
  801. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/optimized-appear/data-id.cjs.js.map +1 -0
  802. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/optimized-appear/data-id.es.js +7 -0
  803. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/optimized-appear/data-id.es.js.map +1 -0
  804. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/optimized-appear/get-appear-id.cjs.js +2 -0
  805. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/optimized-appear/get-appear-id.cjs.js.map +1 -0
  806. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/optimized-appear/get-appear-id.es.js +9 -0
  807. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/optimized-appear/get-appear-id.es.js.map +1 -0
  808. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/WithPromise.cjs.js +2 -0
  809. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/WithPromise.cjs.js.map +1 -0
  810. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/WithPromise.es.js +24 -0
  811. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/WithPromise.es.js.map +1 -0
  812. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/calc-child-stagger.cjs.js +2 -0
  813. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/calc-child-stagger.cjs.js.map +1 -0
  814. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/calc-child-stagger.es.js +9 -0
  815. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/calc-child-stagger.es.js.map +1 -0
  816. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/can-animate.cjs.js +2 -0
  817. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/can-animate.cjs.js.map +1 -0
  818. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/can-animate.es.js +20 -0
  819. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/can-animate.es.js.map +1 -0
  820. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/css-variables-conversion.cjs.js +2 -0
  821. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/css-variables-conversion.cjs.js.map +1 -0
  822. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/css-variables-conversion.es.js +27 -0
  823. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/css-variables-conversion.es.js.map +1 -0
  824. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/default-transitions.cjs.js +2 -0
  825. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/default-transitions.cjs.js.map +1 -0
  826. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/default-transitions.es.js +29 -0
  827. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/default-transitions.es.js.map +1 -0
  828. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/get-value-transition.cjs.js +2 -0
  829. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/get-value-transition.cjs.js.map +1 -0
  830. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/get-value-transition.es.js +10 -0
  831. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/get-value-transition.es.js.map +1 -0
  832. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/is-animatable.cjs.js +2 -0
  833. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/is-animatable.cjs.js.map +1 -0
  834. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/is-animatable.es.js +7 -0
  835. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/is-animatable.es.js.map +1 -0
  836. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/is-css-variable.cjs.js +2 -0
  837. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/is-css-variable.cjs.js.map +1 -0
  838. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/is-css-variable.es.js +9 -0
  839. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/is-css-variable.es.js.map +1 -0
  840. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/is-transition-defined.cjs.js +2 -0
  841. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/is-transition-defined.cjs.js.map +1 -0
  842. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/is-transition-defined.es.js +21 -0
  843. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/is-transition-defined.es.js.map +1 -0
  844. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/make-animation-instant.cjs.js +2 -0
  845. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/make-animation-instant.cjs.js.map +1 -0
  846. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/make-animation-instant.es.js +8 -0
  847. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/make-animation-instant.es.js.map +1 -0
  848. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/replace-transition-type.cjs.js +2 -0
  849. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/replace-transition-type.cjs.js.map +1 -0
  850. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/replace-transition-type.es.js +18 -0
  851. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/replace-transition-type.es.js.map +1 -0
  852. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/resolve-transition.cjs.js +2 -0
  853. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/resolve-transition.cjs.js.map +1 -0
  854. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/resolve-transition.es.js +15 -0
  855. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/utils/resolve-transition.es.js.map +1 -0
  856. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/easing/cubic-bezier.cjs.js +2 -0
  857. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/easing/cubic-bezier.cjs.js.map +1 -0
  858. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/easing/cubic-bezier.es.js +6 -0
  859. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/easing/cubic-bezier.es.js.map +1 -0
  860. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/easing/map-easing.cjs.js +2 -0
  861. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/easing/map-easing.cjs.js.map +1 -0
  862. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/easing/map-easing.es.js +13 -0
  863. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/easing/map-easing.es.js.map +1 -0
  864. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/easing/supported.cjs.js +2 -0
  865. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/easing/supported.cjs.js.map +1 -0
  866. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/easing/supported.es.js +37 -0
  867. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/easing/supported.es.js.map +1 -0
  868. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/start-waapi-animation.cjs.js +2 -0
  869. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/start-waapi-animation.cjs.js.map +1 -0
  870. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/start-waapi-animation.es.js +21 -0
  871. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/start-waapi-animation.es.js.map +1 -0
  872. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/supports/waapi.cjs.js +2 -0
  873. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/supports/waapi.cjs.js.map +1 -0
  874. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/supports/waapi.es.js +26 -0
  875. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/supports/waapi.es.js.map +1 -0
  876. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/utils/accelerated-values.cjs.js +2 -0
  877. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/utils/accelerated-values.cjs.js.map +1 -0
  878. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/utils/accelerated-values.es.js +11 -0
  879. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/utils/accelerated-values.es.js.map +1 -0
  880. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/utils/apply-generator.cjs.js +2 -0
  881. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/utils/apply-generator.cjs.js.map +1 -0
  882. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/utils/apply-generator.es.js +10 -0
  883. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/utils/apply-generator.es.js.map +1 -0
  884. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/utils/is-browser-color.cjs.js +2 -0
  885. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/utils/is-browser-color.cjs.js.map +1 -0
  886. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/utils/is-browser-color.es.js +10 -0
  887. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/utils/is-browser-color.es.js.map +1 -0
  888. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/utils/linear.cjs.js +2 -0
  889. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/utils/linear.cjs.js.map +1 -0
  890. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/utils/linear.es.js +10 -0
  891. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/utils/linear.es.js.map +1 -0
  892. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/utils/unsupported-easing.cjs.js +2 -0
  893. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/utils/unsupported-easing.cjs.js.map +1 -0
  894. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/utils/unsupported-easing.es.js +19 -0
  895. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/animation/waapi/utils/unsupported-easing.es.js.map +1 -0
  896. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/events/add-dom-event.cjs.js +2 -0
  897. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/events/add-dom-event.cjs.js.map +1 -0
  898. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/events/add-dom-event.es.js +8 -0
  899. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/events/add-dom-event.es.js.map +1 -0
  900. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/frameloop/batcher.cjs.js +2 -0
  901. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/frameloop/batcher.cjs.js.map +1 -0
  902. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/frameloop/batcher.es.js +32 -0
  903. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/frameloop/batcher.es.js.map +1 -0
  904. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/frameloop/frame.cjs.js +2 -0
  905. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/frameloop/frame.cjs.js.map +1 -0
  906. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/frameloop/frame.es.js +8 -0
  907. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/frameloop/frame.es.js.map +1 -0
  908. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/frameloop/microtask.cjs.js +2 -0
  909. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/frameloop/microtask.cjs.js.map +1 -0
  910. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/frameloop/microtask.es.js +7 -0
  911. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/frameloop/microtask.es.js.map +1 -0
  912. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/frameloop/order.cjs.js +2 -0
  913. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/frameloop/order.cjs.js.map +1 -0
  914. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/frameloop/order.es.js +15 -0
  915. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/frameloop/order.es.js.map +1 -0
  916. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/frameloop/render-step.cjs.js +2 -0
  917. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/frameloop/render-step.cjs.js.map +1 -0
  918. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/frameloop/render-step.es.js +34 -0
  919. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/frameloop/render-step.es.js.map +1 -0
  920. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/frameloop/sync-time.cjs.js +2 -0
  921. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/frameloop/sync-time.cjs.js.map +1 -0
  922. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/frameloop/sync-time.es.js +17 -0
  923. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/frameloop/sync-time.es.js.map +1 -0
  924. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/drag/state/is-active.cjs.js +2 -0
  925. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/drag/state/is-active.cjs.js.map +1 -0
  926. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/drag/state/is-active.es.js +12 -0
  927. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/drag/state/is-active.es.js.map +1 -0
  928. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/drag/state/set-active.cjs.js +2 -0
  929. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/drag/state/set-active.cjs.js.map +1 -0
  930. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/drag/state/set-active.es.js +13 -0
  931. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/drag/state/set-active.es.js.map +1 -0
  932. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/hover.cjs.js +2 -0
  933. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/hover.cjs.js.map +1 -0
  934. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/hover.es.js +38 -0
  935. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/hover.es.js.map +1 -0
  936. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/press/index.cjs.js +2 -0
  937. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/press/index.cjs.js.map +1 -0
  938. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/press/index.es.js +38 -0
  939. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/press/index.es.js.map +1 -0
  940. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/press/utils/is-keyboard-accessible.cjs.js +2 -0
  941. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/press/utils/is-keyboard-accessible.cjs.js.map +1 -0
  942. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/press/utils/is-keyboard-accessible.es.js +23 -0
  943. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/press/utils/is-keyboard-accessible.es.js.map +1 -0
  944. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/press/utils/keyboard.cjs.js +2 -0
  945. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/press/utils/keyboard.cjs.js.map +1 -0
  946. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/press/utils/keyboard.es.js +30 -0
  947. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/press/utils/keyboard.es.js.map +1 -0
  948. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/press/utils/state.cjs.js +2 -0
  949. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/press/utils/state.cjs.js.map +1 -0
  950. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/press/utils/state.es.js +6 -0
  951. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/press/utils/state.es.js.map +1 -0
  952. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/utils/is-node-or-child.cjs.js +2 -0
  953. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/utils/is-node-or-child.cjs.js.map +1 -0
  954. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/utils/is-node-or-child.es.js +6 -0
  955. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/utils/is-node-or-child.es.js.map +1 -0
  956. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/utils/is-primary-pointer.cjs.js +2 -0
  957. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/utils/is-primary-pointer.cjs.js.map +1 -0
  958. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/utils/is-primary-pointer.es.js +6 -0
  959. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/utils/is-primary-pointer.es.js.map +1 -0
  960. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/utils/setup.cjs.js +2 -0
  961. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/utils/setup.cjs.js.map +1 -0
  962. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/utils/setup.es.js +18 -0
  963. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/gestures/utils/setup.es.js.map +1 -0
  964. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/animation/mix-values.cjs.js +2 -0
  965. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/animation/mix-values.cjs.js.map +1 -0
  966. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/animation/mix-values.es.js +27 -0
  967. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/animation/mix-values.es.js.map +1 -0
  968. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/geometry/conversion.cjs.js +2 -0
  969. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/geometry/conversion.cjs.js.map +1 -0
  970. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/geometry/conversion.es.js +41 -0
  971. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/geometry/conversion.es.js.map +1 -0
  972. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/geometry/copy.cjs.js +2 -0
  973. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/geometry/copy.cjs.js.map +1 -0
  974. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/geometry/copy.es.js +14 -0
  975. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/geometry/copy.es.js.map +1 -0
  976. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/geometry/delta-apply.cjs.js +2 -0
  977. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/geometry/delta-apply.cjs.js.map +1 -0
  978. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/geometry/delta-apply.es.js +45 -0
  979. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/geometry/delta-apply.es.js.map +1 -0
  980. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/geometry/delta-calc.cjs.js +2 -0
  981. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/geometry/delta-calc.cjs.js.map +1 -0
  982. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/geometry/delta-calc.es.js +32 -0
  983. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/geometry/delta-calc.es.js.map +1 -0
  984. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/geometry/delta-remove.cjs.js +2 -0
  985. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/geometry/delta-remove.cjs.js.map +1 -0
  986. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/geometry/delta-remove.es.js +31 -0
  987. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/geometry/delta-remove.es.js.map +1 -0
  988. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/geometry/models.cjs.js +2 -0
  989. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/geometry/models.cjs.js.map +1 -0
  990. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/geometry/models.es.js +20 -0
  991. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/geometry/models.es.js.map +1 -0
  992. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/geometry/utils.cjs.js +2 -0
  993. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/geometry/utils.cjs.js.map +1 -0
  994. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/geometry/utils.es.js +30 -0
  995. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/geometry/utils.es.js.map +1 -0
  996. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/node/DocumentProjectionNode.cjs.js +2 -0
  997. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/node/DocumentProjectionNode.cjs.js.map +1 -0
  998. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/node/DocumentProjectionNode.es.js +15 -0
  999. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/node/DocumentProjectionNode.es.js.map +1 -0
  1000. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/node/HTMLProjectionNode.cjs.js +2 -0
  1001. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/node/HTMLProjectionNode.cjs.js.map +1 -0
  1002. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/node/HTMLProjectionNode.es.js +24 -0
  1003. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/node/HTMLProjectionNode.es.js.map +1 -0
  1004. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/node/create-projection-node.cjs.js +2 -0
  1005. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/node/create-projection-node.cjs.js.map +1 -0
  1006. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/node/create-projection-node.es.js +586 -0
  1007. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/node/create-projection-node.es.js.map +1 -0
  1008. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/node/state.cjs.js +2 -0
  1009. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/node/state.cjs.js.map +1 -0
  1010. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/node/state.es.js +9 -0
  1011. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/node/state.es.js.map +1 -0
  1012. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/shared/stack.cjs.js +2 -0
  1013. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/shared/stack.cjs.js.map +1 -0
  1014. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/shared/stack.es.js +53 -0
  1015. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/shared/stack.es.js.map +1 -0
  1016. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/styles/scale-border-radius.cjs.js +2 -0
  1017. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/styles/scale-border-radius.cjs.js.map +1 -0
  1018. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/styles/scale-border-radius.es.js +15 -0
  1019. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/styles/scale-border-radius.es.js.map +1 -0
  1020. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/styles/scale-box-shadow.cjs.js +2 -0
  1021. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/styles/scale-box-shadow.cjs.js.map +1 -0
  1022. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/styles/scale-box-shadow.es.js +15 -0
  1023. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/styles/scale-box-shadow.es.js.map +1 -0
  1024. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/styles/scale-correction.cjs.js +2 -0
  1025. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/styles/scale-correction.cjs.js.map +1 -0
  1026. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/styles/scale-correction.es.js +19 -0
  1027. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/styles/scale-correction.es.js.map +1 -0
  1028. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/styles/transform.cjs.js +2 -0
  1029. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/styles/transform.cjs.js.map +1 -0
  1030. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/styles/transform.es.js +14 -0
  1031. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/styles/transform.es.js.map +1 -0
  1032. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/utils/compare-by-depth.cjs.js +2 -0
  1033. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/utils/compare-by-depth.cjs.js.map +1 -0
  1034. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/utils/compare-by-depth.es.js +6 -0
  1035. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/utils/compare-by-depth.es.js.map +1 -0
  1036. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/utils/each-axis.cjs.js +2 -0
  1037. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/utils/each-axis.cjs.js.map +1 -0
  1038. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/utils/each-axis.es.js +8 -0
  1039. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/utils/each-axis.es.js.map +1 -0
  1040. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/utils/flat-tree.cjs.js +2 -0
  1041. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/utils/flat-tree.cjs.js.map +1 -0
  1042. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/utils/flat-tree.es.js +21 -0
  1043. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/utils/flat-tree.es.js.map +1 -0
  1044. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/utils/has-transform.cjs.js +2 -0
  1045. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/utils/has-transform.cjs.js.map +1 -0
  1046. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/utils/has-transform.es.js +20 -0
  1047. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/utils/has-transform.es.js.map +1 -0
  1048. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/utils/measure.cjs.js +2 -0
  1049. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/utils/measure.cjs.js.map +1 -0
  1050. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/utils/measure.es.js +14 -0
  1051. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/utils/measure.es.js.map +1 -0
  1052. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/Feature.cjs.js +2 -0
  1053. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/Feature.cjs.js.map +1 -0
  1054. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/Feature.es.js +11 -0
  1055. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/Feature.es.js.map +1 -0
  1056. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/VisualElement.cjs.js +2 -0
  1057. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/VisualElement.cjs.js.map +1 -0
  1058. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/VisualElement.es.js +206 -0
  1059. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/VisualElement.es.js.map +1 -0
  1060. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/dom/DOMVisualElement.cjs.js +2 -0
  1061. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/dom/DOMVisualElement.cjs.js.map +1 -0
  1062. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/dom/DOMVisualElement.es.js +30 -0
  1063. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/dom/DOMVisualElement.es.js.map +1 -0
  1064. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/dom/is-css-var.cjs.js +2 -0
  1065. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/dom/is-css-var.cjs.js.map +1 -0
  1066. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/dom/is-css-var.es.js +6 -0
  1067. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/dom/is-css-var.es.js.map +1 -0
  1068. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/dom/parse-transform.cjs.js +2 -0
  1069. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/dom/parse-transform.cjs.js.map +1 -0
  1070. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/dom/parse-transform.es.js +58 -0
  1071. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/dom/parse-transform.es.js.map +1 -0
  1072. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/dom/style-set.cjs.js +2 -0
  1073. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/dom/style-set.cjs.js.map +1 -0
  1074. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/dom/style-set.es.js +9 -0
  1075. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/dom/style-set.es.js.map +1 -0
  1076. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/dom/utils/camel-to-dash.cjs.js +2 -0
  1077. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/dom/utils/camel-to-dash.cjs.js.map +1 -0
  1078. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/dom/utils/camel-to-dash.es.js +8 -0
  1079. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/dom/utils/camel-to-dash.es.js.map +1 -0
  1080. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/html/HTMLVisualElement.cjs.js +2 -0
  1081. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/html/HTMLVisualElement.cjs.js.map +1 -0
  1082. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/html/HTMLVisualElement.es.js +37 -0
  1083. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/html/HTMLVisualElement.es.js.map +1 -0
  1084. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/html/utils/build-styles.cjs.js +2 -0
  1085. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/html/utils/build-styles.cjs.js.map +1 -0
  1086. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/html/utils/build-styles.es.js +30 -0
  1087. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/html/utils/build-styles.es.js.map +1 -0
  1088. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/html/utils/build-transform.cjs.js +2 -0
  1089. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/html/utils/build-transform.cjs.js.map +1 -0
  1090. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/html/utils/build-transform.es.js +38 -0
  1091. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/html/utils/build-transform.es.js.map +1 -0
  1092. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/html/utils/render.cjs.js +2 -0
  1093. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/html/utils/render.cjs.js.map +1 -0
  1094. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/html/utils/render.es.js +10 -0
  1095. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/html/utils/render.es.js.map +1 -0
  1096. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/html/utils/scrape-motion-values.cjs.js +2 -0
  1097. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/html/utils/scrape-motion-values.cjs.js.map +1 -0
  1098. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/html/utils/scrape-motion-values.es.js +13 -0
  1099. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/html/utils/scrape-motion-values.es.js.map +1 -0
  1100. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/store.cjs.js +2 -0
  1101. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/store.cjs.js.map +1 -0
  1102. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/store.es.js +6 -0
  1103. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/store.es.js.map +1 -0
  1104. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/svg/SVGVisualElement.cjs.js +2 -0
  1105. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/svg/SVGVisualElement.cjs.js.map +1 -0
  1106. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/svg/SVGVisualElement.es.js +42 -0
  1107. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/svg/SVGVisualElement.es.js.map +1 -0
  1108. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/svg/utils/build-attrs.cjs.js +2 -0
  1109. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/svg/utils/build-attrs.cjs.js.map +1 -0
  1110. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/svg/utils/build-attrs.es.js +24 -0
  1111. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/svg/utils/build-attrs.es.js.map +1 -0
  1112. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/svg/utils/camel-case-attrs.cjs.js +2 -0
  1113. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/svg/utils/camel-case-attrs.cjs.js.map +1 -0
  1114. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/svg/utils/camel-case-attrs.es.js +30 -0
  1115. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/svg/utils/camel-case-attrs.es.js.map +1 -0
  1116. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/svg/utils/is-svg-tag.cjs.js +2 -0
  1117. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/svg/utils/is-svg-tag.cjs.js.map +1 -0
  1118. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/svg/utils/is-svg-tag.es.js +6 -0
  1119. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/svg/utils/is-svg-tag.es.js.map +1 -0
  1120. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/svg/utils/path.cjs.js +2 -0
  1121. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/svg/utils/path.cjs.js.map +1 -0
  1122. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/svg/utils/path.es.js +17 -0
  1123. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/svg/utils/path.es.js.map +1 -0
  1124. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/svg/utils/render.cjs.js +2 -0
  1125. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/svg/utils/render.cjs.js.map +1 -0
  1126. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/svg/utils/render.es.js +12 -0
  1127. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/svg/utils/render.es.js.map +1 -0
  1128. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/svg/utils/scrape-motion-values.cjs.js +2 -0
  1129. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/svg/utils/scrape-motion-values.cjs.js.map +1 -0
  1130. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/svg/utils/scrape-motion-values.es.js +16 -0
  1131. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/svg/utils/scrape-motion-values.es.js.map +1 -0
  1132. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/animation-state.cjs.js +2 -0
  1133. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/animation-state.cjs.js.map +1 -0
  1134. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/animation-state.es.js +137 -0
  1135. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/animation-state.es.js.map +1 -0
  1136. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/get-variant-context.cjs.js +2 -0
  1137. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/get-variant-context.cjs.js.map +1 -0
  1138. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/get-variant-context.es.js +21 -0
  1139. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/get-variant-context.es.js.map +1 -0
  1140. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/is-animation-controls.cjs.js +2 -0
  1141. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/is-animation-controls.cjs.js.map +1 -0
  1142. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/is-animation-controls.es.js +8 -0
  1143. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/is-animation-controls.es.js.map +1 -0
  1144. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/is-controlling-variants.cjs.js +2 -0
  1145. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/is-controlling-variants.cjs.js.map +1 -0
  1146. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/is-controlling-variants.es.js +14 -0
  1147. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/is-controlling-variants.es.js.map +1 -0
  1148. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/is-forced-motion-value.cjs.js +2 -0
  1149. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/is-forced-motion-value.cjs.js.map +1 -0
  1150. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/is-forced-motion-value.es.js +10 -0
  1151. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/is-forced-motion-value.es.js.map +1 -0
  1152. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/is-keyframes-target.cjs.js +2 -0
  1153. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/is-keyframes-target.cjs.js.map +1 -0
  1154. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/is-keyframes-target.es.js +6 -0
  1155. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/is-keyframes-target.es.js.map +1 -0
  1156. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/is-variant-label.cjs.js +2 -0
  1157. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/is-variant-label.cjs.js.map +1 -0
  1158. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/is-variant-label.es.js +8 -0
  1159. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/is-variant-label.es.js.map +1 -0
  1160. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/keys-position.cjs.js +2 -0
  1161. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/keys-position.cjs.js.map +1 -0
  1162. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/keys-position.es.js +15 -0
  1163. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/keys-position.es.js.map +1 -0
  1164. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/keys-transform.cjs.js +2 -0
  1165. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/keys-transform.cjs.js.map +1 -0
  1166. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/keys-transform.es.js +24 -0
  1167. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/keys-transform.es.js.map +1 -0
  1168. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/motion-values.cjs.js +2 -0
  1169. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/motion-values.cjs.js.map +1 -0
  1170. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/motion-values.es.js +23 -0
  1171. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/motion-values.es.js.map +1 -0
  1172. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/reduced-motion/index.cjs.js +2 -0
  1173. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/reduced-motion/index.cjs.js.map +1 -0
  1174. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/reduced-motion/index.es.js +13 -0
  1175. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/reduced-motion/index.es.js.map +1 -0
  1176. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/reduced-motion/state.cjs.js +2 -0
  1177. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/reduced-motion/state.cjs.js.map +1 -0
  1178. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/reduced-motion/state.es.js +6 -0
  1179. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/reduced-motion/state.es.js.map +1 -0
  1180. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/resolve-dynamic-variants.cjs.js +2 -0
  1181. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/resolve-dynamic-variants.cjs.js.map +1 -0
  1182. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/resolve-dynamic-variants.es.js +10 -0
  1183. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/resolve-dynamic-variants.es.js.map +1 -0
  1184. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/resolve-variants.cjs.js +2 -0
  1185. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/resolve-variants.cjs.js.map +1 -0
  1186. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/resolve-variants.es.js +22 -0
  1187. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/resolve-variants.es.js.map +1 -0
  1188. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/setters.cjs.js +2 -0
  1189. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/setters.cjs.js.map +1 -0
  1190. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/setters.es.js +22 -0
  1191. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/setters.es.js.map +1 -0
  1192. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/shallow-compare.cjs.js +2 -0
  1193. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/shallow-compare.cjs.js.map +1 -0
  1194. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/shallow-compare.es.js +12 -0
  1195. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/shallow-compare.es.js.map +1 -0
  1196. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/variant-props.cjs.js +2 -0
  1197. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/variant-props.cjs.js.map +1 -0
  1198. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/variant-props.es.js +14 -0
  1199. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/utils/variant-props.es.js.map +1 -0
  1200. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/resize/handle-element.cjs.js +2 -0
  1201. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/resize/handle-element.cjs.js.map +1 -0
  1202. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/resize/handle-element.es.js +39 -0
  1203. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/resize/handle-element.es.js.map +1 -0
  1204. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/resize/handle-window.cjs.js +2 -0
  1205. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/resize/handle-window.cjs.js.map +1 -0
  1206. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/resize/handle-window.es.js +24 -0
  1207. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/resize/handle-window.es.js.map +1 -0
  1208. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/resize/index.cjs.js +2 -0
  1209. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/resize/index.cjs.js.map +1 -0
  1210. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/resize/index.es.js +10 -0
  1211. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/resize/index.es.js.map +1 -0
  1212. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/stats/buffer.cjs.js +2 -0
  1213. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/stats/buffer.cjs.js.map +1 -0
  1214. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/stats/buffer.es.js +9 -0
  1215. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/stats/buffer.es.js.map +1 -0
  1216. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/border-radius.cjs.js +2 -0
  1217. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/border-radius.cjs.js.map +1 -0
  1218. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/border-radius.es.js +11 -0
  1219. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/border-radius.es.js.map +1 -0
  1220. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/delay.cjs.js +2 -0
  1221. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/delay.cjs.js.map +1 -0
  1222. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/delay.es.js +14 -0
  1223. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/delay.es.js.map +1 -0
  1224. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/interpolate.cjs.js +2 -0
  1225. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/interpolate.cjs.js.map +1 -0
  1226. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/interpolate.es.js +35 -0
  1227. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/interpolate.es.js.map +1 -0
  1228. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/is-html-element.cjs.js +2 -0
  1229. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/is-html-element.cjs.js.map +1 -0
  1230. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/is-html-element.es.js +9 -0
  1231. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/is-html-element.es.js.map +1 -0
  1232. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/is-svg-element.cjs.js +2 -0
  1233. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/is-svg-element.cjs.js.map +1 -0
  1234. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/is-svg-element.es.js +9 -0
  1235. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/is-svg-element.es.js.map +1 -0
  1236. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/is-svg-svg-element.cjs.js +2 -0
  1237. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/is-svg-svg-element.cjs.js.map +1 -0
  1238. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/is-svg-svg-element.es.js +9 -0
  1239. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/is-svg-svg-element.es.js.map +1 -0
  1240. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/mix/color.cjs.js +2 -0
  1241. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/mix/color.cjs.js.map +1 -0
  1242. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/mix/color.es.js +32 -0
  1243. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/mix/color.es.js.map +1 -0
  1244. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/mix/complex.cjs.js +2 -0
  1245. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/mix/complex.cjs.js.map +1 -0
  1246. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/mix/complex.es.js +54 -0
  1247. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/mix/complex.es.js.map +1 -0
  1248. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/mix/immediate.cjs.js +2 -0
  1249. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/mix/immediate.cjs.js.map +1 -0
  1250. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/mix/immediate.es.js +8 -0
  1251. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/mix/immediate.es.js.map +1 -0
  1252. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/mix/index.cjs.js +2 -0
  1253. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/mix/index.cjs.js.map +1 -0
  1254. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/mix/index.es.js +10 -0
  1255. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/mix/index.es.js.map +1 -0
  1256. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/mix/number.cjs.js +2 -0
  1257. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/mix/number.cjs.js.map +1 -0
  1258. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/mix/number.es.js +6 -0
  1259. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/mix/number.es.js.map +1 -0
  1260. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/mix/visibility.cjs.js +2 -0
  1261. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/mix/visibility.cjs.js.map +1 -0
  1262. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/mix/visibility.es.js +9 -0
  1263. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/mix/visibility.es.js.map +1 -0
  1264. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/resolve-elements.cjs.js +2 -0
  1265. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/resolve-elements.cjs.js.map +1 -0
  1266. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/resolve-elements.es.js +16 -0
  1267. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/resolve-elements.es.js.map +1 -0
  1268. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/supports/flags.cjs.js +2 -0
  1269. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/supports/flags.cjs.js.map +1 -0
  1270. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/supports/flags.es.js +6 -0
  1271. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/supports/flags.es.js.map +1 -0
  1272. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/supports/linear-easing.cjs.js +2 -0
  1273. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/supports/linear-easing.cjs.js.map +1 -0
  1274. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/supports/linear-easing.es.js +14 -0
  1275. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/supports/linear-easing.es.js.map +1 -0
  1276. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/supports/memo.cjs.js +2 -0
  1277. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/supports/memo.cjs.js.map +1 -0
  1278. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/supports/memo.es.js +11 -0
  1279. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/supports/memo.es.js.map +1 -0
  1280. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/supports/scroll-timeline.cjs.js +2 -0
  1281. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/supports/scroll-timeline.cjs.js.map +1 -0
  1282. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/supports/scroll-timeline.es.js +7 -0
  1283. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/utils/supports/scroll-timeline.es.js.map +1 -0
  1284. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/index.cjs.js +2 -0
  1285. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/index.cjs.js.map +1 -0
  1286. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/index.es.js +94 -0
  1287. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/index.es.js.map +1 -0
  1288. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/auto.cjs.js +2 -0
  1289. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/auto.cjs.js.map +1 -0
  1290. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/auto.es.js +9 -0
  1291. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/auto.es.js.map +1 -0
  1292. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/color/hex.cjs.js +2 -0
  1293. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/color/hex.cjs.js.map +1 -0
  1294. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/color/hex.es.js +21 -0
  1295. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/color/hex.es.js.map +1 -0
  1296. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/color/hsla-to-rgba.cjs.js +2 -0
  1297. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/color/hsla-to-rgba.cjs.js.map +1 -0
  1298. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/color/hsla-to-rgba.es.js +23 -0
  1299. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/color/hsla-to-rgba.es.js.map +1 -0
  1300. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/color/hsla.cjs.js +2 -0
  1301. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/color/hsla.cjs.js.map +1 -0
  1302. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/color/hsla.es.js +14 -0
  1303. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/color/hsla.es.js.map +1 -0
  1304. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/color/index.cjs.js +2 -0
  1305. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/color/index.cjs.js.map +1 -0
  1306. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/color/index.es.js +17 -0
  1307. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/color/index.es.js.map +1 -0
  1308. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/color/rgba.cjs.js +2 -0
  1309. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/color/rgba.cjs.js.map +1 -0
  1310. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/color/rgba.es.js +17 -0
  1311. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/color/rgba.es.js.map +1 -0
  1312. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/color/utils.cjs.js +2 -0
  1313. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/color/utils.cjs.js.map +1 -0
  1314. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/color/utils.es.js +18 -0
  1315. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/color/utils.es.js.map +1 -0
  1316. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/complex/filter.cjs.js +2 -0
  1317. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/complex/filter.cjs.js.map +1 -0
  1318. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/complex/filter.es.js +28 -0
  1319. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/complex/filter.es.js.map +1 -0
  1320. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/complex/index.cjs.js +2 -0
  1321. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/complex/index.cjs.js.map +1 -0
  1322. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/complex/index.es.js +54 -0
  1323. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/complex/index.es.js.map +1 -0
  1324. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/complex/mask.cjs.js +2 -0
  1325. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/complex/mask.cjs.js.map +1 -0
  1326. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/complex/mask.es.js +16 -0
  1327. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/complex/mask.es.js.map +1 -0
  1328. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/dimensions.cjs.js +2 -0
  1329. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/dimensions.cjs.js.map +1 -0
  1330. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/dimensions.es.js +18 -0
  1331. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/dimensions.es.js.map +1 -0
  1332. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/int.cjs.js +2 -0
  1333. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/int.cjs.js.map +1 -0
  1334. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/int.es.js +10 -0
  1335. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/int.es.js.map +1 -0
  1336. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/maps/defaults.cjs.js +2 -0
  1337. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/maps/defaults.cjs.js.map +1 -0
  1338. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/maps/defaults.es.js +26 -0
  1339. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/maps/defaults.es.js.map +1 -0
  1340. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/maps/number.cjs.js +2 -0
  1341. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/maps/number.cjs.js.map +1 -0
  1342. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/maps/number.es.js +66 -0
  1343. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/maps/number.es.js.map +1 -0
  1344. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/maps/transform.cjs.js +2 -0
  1345. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/maps/transform.cjs.js.map +1 -0
  1346. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/maps/transform.es.js +34 -0
  1347. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/maps/transform.es.js.map +1 -0
  1348. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/numbers/index.cjs.js +2 -0
  1349. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/numbers/index.cjs.js.map +1 -0
  1350. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/numbers/index.es.js +17 -0
  1351. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/numbers/index.es.js.map +1 -0
  1352. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/numbers/units.cjs.js +2 -0
  1353. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/numbers/units.cjs.js.map +1 -0
  1354. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/numbers/units.es.js +14 -0
  1355. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/numbers/units.es.js.map +1 -0
  1356. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/test.cjs.js +2 -0
  1357. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/test.cjs.js.map +1 -0
  1358. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/test.es.js +6 -0
  1359. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/test.es.js.map +1 -0
  1360. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/animatable-none.cjs.js +2 -0
  1361. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/animatable-none.cjs.js.map +1 -0
  1362. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/animatable-none.es.js +14 -0
  1363. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/animatable-none.es.js.map +1 -0
  1364. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/color-regex.cjs.js +2 -0
  1365. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/color-regex.cjs.js.map +1 -0
  1366. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/color-regex.es.js +6 -0
  1367. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/color-regex.es.js.map +1 -0
  1368. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/find.cjs.js +2 -0
  1369. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/find.cjs.js.map +1 -0
  1370. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/find.es.js +14 -0
  1371. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/find.es.js.map +1 -0
  1372. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/float-regex.cjs.js +2 -0
  1373. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/float-regex.cjs.js.map +1 -0
  1374. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/float-regex.es.js +6 -0
  1375. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/float-regex.es.js.map +1 -0
  1376. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/get-as-type.cjs.js +2 -0
  1377. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/get-as-type.cjs.js.map +1 -0
  1378. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/get-as-type.es.js +6 -0
  1379. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/get-as-type.es.js.map +1 -0
  1380. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/is-nullish.cjs.js +2 -0
  1381. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/is-nullish.cjs.js.map +1 -0
  1382. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/is-nullish.es.js +8 -0
  1383. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/is-nullish.es.js.map +1 -0
  1384. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/sanitize.cjs.js +2 -0
  1385. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/sanitize.cjs.js.map +1 -0
  1386. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/sanitize.es.js +6 -0
  1387. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/sanitize.es.js.map +1 -0
  1388. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/single-color-regex.cjs.js +2 -0
  1389. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/single-color-regex.cjs.js.map +1 -0
  1390. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/single-color-regex.es.js +6 -0
  1391. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/types/utils/single-color-regex.es.js.map +1 -0
  1392. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/utils/is-motion-value.cjs.js +2 -0
  1393. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/utils/is-motion-value.cjs.js.map +1 -0
  1394. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/utils/is-motion-value.es.js +6 -0
  1395. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/utils/is-motion-value.es.js.map +1 -0
  1396. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/utils/resolve-motion-value.cjs.js +2 -0
  1397. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/utils/resolve-motion-value.cjs.js.map +1 -0
  1398. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/utils/resolve-motion-value.es.js +9 -0
  1399. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/utils/resolve-motion-value.es.js.map +1 -0
  1400. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/will-change/add-will-change.cjs.js +2 -0
  1401. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/will-change/add-will-change.cjs.js.map +1 -0
  1402. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/will-change/add-will-change.es.js +15 -0
  1403. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/will-change/add-will-change.es.js.map +1 -0
  1404. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/will-change/is.cjs.js +2 -0
  1405. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/will-change/is.cjs.js.map +1 -0
  1406. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/will-change/is.es.js +9 -0
  1407. package/dist/node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/value/will-change/is.es.js.map +1 -0
  1408. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/array.cjs.js +2 -0
  1409. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/array.cjs.js.map +1 -0
  1410. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/array.es.js +12 -0
  1411. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/array.es.js.map +1 -0
  1412. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/clamp.cjs.js +2 -0
  1413. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/clamp.cjs.js.map +1 -0
  1414. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/clamp.es.js +6 -0
  1415. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/clamp.es.js.map +1 -0
  1416. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/anticipate.cjs.js +2 -0
  1417. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/anticipate.cjs.js.map +1 -0
  1418. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/anticipate.es.js +7 -0
  1419. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/anticipate.es.js.map +1 -0
  1420. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/back.cjs.js +2 -0
  1421. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/back.cjs.js.map +1 -0
  1422. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/back.es.js +9 -0
  1423. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/back.es.js.map +1 -0
  1424. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/circ.cjs.js +2 -0
  1425. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/circ.cjs.js.map +1 -0
  1426. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/circ.es.js +8 -0
  1427. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/circ.es.js.map +1 -0
  1428. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/cubic-bezier.cjs.js +2 -0
  1429. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/cubic-bezier.cjs.js.map +1 -0
  1430. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/cubic-bezier.es.js +20 -0
  1431. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/cubic-bezier.es.js.map +1 -0
  1432. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/ease.cjs.js +2 -0
  1433. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/ease.cjs.js.map +1 -0
  1434. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/ease.es.js +7 -0
  1435. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/ease.es.js.map +1 -0
  1436. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/modifiers/mirror.cjs.js +2 -0
  1437. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/modifiers/mirror.cjs.js.map +1 -0
  1438. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/modifiers/mirror.es.js +6 -0
  1439. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/modifiers/mirror.es.js.map +1 -0
  1440. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/modifiers/reverse.cjs.js +2 -0
  1441. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/modifiers/reverse.cjs.js.map +1 -0
  1442. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/modifiers/reverse.es.js +6 -0
  1443. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/modifiers/reverse.es.js.map +1 -0
  1444. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/utils/is-bezier-definition.cjs.js +2 -0
  1445. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/utils/is-bezier-definition.cjs.js.map +1 -0
  1446. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/utils/is-bezier-definition.es.js +6 -0
  1447. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/utils/is-bezier-definition.es.js.map +1 -0
  1448. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/utils/is-easing-array.cjs.js +2 -0
  1449. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/utils/is-easing-array.cjs.js.map +1 -0
  1450. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/utils/is-easing-array.es.js +6 -0
  1451. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/utils/is-easing-array.es.js.map +1 -0
  1452. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/utils/map.cjs.js +2 -0
  1453. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/utils/map.cjs.js.map +1 -0
  1454. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/utils/map.es.js +33 -0
  1455. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/easing/utils/map.es.js.map +1 -0
  1456. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/errors.cjs.js +2 -0
  1457. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/errors.cjs.js.map +1 -0
  1458. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/errors.es.js +12 -0
  1459. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/errors.es.js.map +1 -0
  1460. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/format-error-message.cjs.js +2 -0
  1461. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/format-error-message.cjs.js.map +1 -0
  1462. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/format-error-message.es.js +8 -0
  1463. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/format-error-message.es.js.map +1 -0
  1464. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/global-config.cjs.js +2 -0
  1465. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/global-config.cjs.js.map +1 -0
  1466. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/global-config.es.js +6 -0
  1467. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/global-config.es.js.map +1 -0
  1468. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/is-numerical-string.cjs.js +2 -0
  1469. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/is-numerical-string.cjs.js.map +1 -0
  1470. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/is-numerical-string.es.js +6 -0
  1471. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/is-numerical-string.es.js.map +1 -0
  1472. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/is-object.cjs.js +2 -0
  1473. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/is-object.cjs.js.map +1 -0
  1474. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/is-object.es.js +6 -0
  1475. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/is-object.es.js.map +1 -0
  1476. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/is-zero-value-string.cjs.js +2 -0
  1477. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/is-zero-value-string.cjs.js.map +1 -0
  1478. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/is-zero-value-string.es.js +6 -0
  1479. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/is-zero-value-string.es.js.map +1 -0
  1480. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/memo.cjs.js +2 -0
  1481. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/memo.cjs.js.map +1 -0
  1482. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/memo.es.js +10 -0
  1483. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/memo.es.js.map +1 -0
  1484. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/noop.cjs.js +2 -0
  1485. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/noop.cjs.js.map +1 -0
  1486. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/noop.es.js +6 -0
  1487. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/noop.es.js.map +1 -0
  1488. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/pipe.cjs.js +2 -0
  1489. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/pipe.cjs.js.map +1 -0
  1490. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/pipe.es.js +6 -0
  1491. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/pipe.es.js.map +1 -0
  1492. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/progress.cjs.js +2 -0
  1493. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/progress.cjs.js.map +1 -0
  1494. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/progress.es.js +9 -0
  1495. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/progress.es.js.map +1 -0
  1496. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/subscription-manager.cjs.js +2 -0
  1497. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/subscription-manager.cjs.js.map +1 -0
  1498. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/subscription-manager.es.js +28 -0
  1499. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/subscription-manager.es.js.map +1 -0
  1500. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/time-conversion.cjs.js +2 -0
  1501. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/time-conversion.cjs.js.map +1 -0
  1502. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/time-conversion.es.js +6 -0
  1503. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/time-conversion.es.js.map +1 -0
  1504. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/velocity-per-second.cjs.js +2 -0
  1505. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/velocity-per-second.cjs.js.map +1 -0
  1506. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/velocity-per-second.es.js +6 -0
  1507. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/velocity-per-second.es.js.map +1 -0
  1508. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/warn-once.cjs.js +2 -0
  1509. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/warn-once.cjs.js.map +1 -0
  1510. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/warn-once.es.js +10 -0
  1511. package/dist/node_modules/.bun/motion-utils@12.39.0/node_modules/motion-utils/dist/es/warn-once.es.js.map +1 -0
  1512. package/dist/node_modules/.bun/motion@12.42.2_7492c01c6988791b/node_modules/motion/dist/es/react.cjs.js +2 -0
  1513. package/dist/node_modules/.bun/motion@12.42.2_7492c01c6988791b/node_modules/motion/dist/es/react.cjs.js.map +1 -0
  1514. package/dist/node_modules/.bun/motion@12.42.2_7492c01c6988791b/node_modules/motion/dist/es/react.es.js +195 -0
  1515. package/dist/node_modules/.bun/motion@12.42.2_7492c01c6988791b/node_modules/motion/dist/es/react.es.js.map +1 -0
  1516. package/dist/node_modules/.bun/normalize-wheel@1.0.1/node_modules/normalize-wheel/index.cjs.js +2 -0
  1517. package/dist/node_modules/.bun/normalize-wheel@1.0.1/node_modules/normalize-wheel/index.cjs.js.map +1 -0
  1518. package/dist/node_modules/.bun/normalize-wheel@1.0.1/node_modules/normalize-wheel/index.es.js +11 -0
  1519. package/dist/node_modules/.bun/normalize-wheel@1.0.1/node_modules/normalize-wheel/index.es.js.map +1 -0
  1520. package/dist/node_modules/.bun/normalize-wheel@1.0.1/node_modules/normalize-wheel/src/ExecutionEnvironment.cjs.js +2 -0
  1521. package/dist/node_modules/.bun/normalize-wheel@1.0.1/node_modules/normalize-wheel/src/ExecutionEnvironment.cjs.js.map +1 -0
  1522. package/dist/node_modules/.bun/normalize-wheel@1.0.1/node_modules/normalize-wheel/src/ExecutionEnvironment.es.js +17 -0
  1523. package/dist/node_modules/.bun/normalize-wheel@1.0.1/node_modules/normalize-wheel/src/ExecutionEnvironment.es.js.map +1 -0
  1524. package/dist/node_modules/.bun/normalize-wheel@1.0.1/node_modules/normalize-wheel/src/UserAgent_DEPRECATED.cjs.js +2 -0
  1525. package/dist/node_modules/.bun/normalize-wheel@1.0.1/node_modules/normalize-wheel/src/UserAgent_DEPRECATED.cjs.js.map +1 -0
  1526. package/dist/node_modules/.bun/normalize-wheel@1.0.1/node_modules/normalize-wheel/src/UserAgent_DEPRECATED.es.js +79 -0
  1527. package/dist/node_modules/.bun/normalize-wheel@1.0.1/node_modules/normalize-wheel/src/UserAgent_DEPRECATED.es.js.map +1 -0
  1528. package/dist/node_modules/.bun/normalize-wheel@1.0.1/node_modules/normalize-wheel/src/isEventSupported.cjs.js +2 -0
  1529. package/dist/node_modules/.bun/normalize-wheel@1.0.1/node_modules/normalize-wheel/src/isEventSupported.cjs.js.map +1 -0
  1530. package/dist/node_modules/.bun/normalize-wheel@1.0.1/node_modules/normalize-wheel/src/isEventSupported.es.js +22 -0
  1531. package/dist/node_modules/.bun/normalize-wheel@1.0.1/node_modules/normalize-wheel/src/isEventSupported.es.js.map +1 -0
  1532. package/dist/node_modules/.bun/normalize-wheel@1.0.1/node_modules/normalize-wheel/src/normalizeWheel.cjs.js +2 -0
  1533. package/dist/node_modules/.bun/normalize-wheel@1.0.1/node_modules/normalize-wheel/src/normalizeWheel.cjs.js.map +1 -0
  1534. package/dist/node_modules/.bun/normalize-wheel@1.0.1/node_modules/normalize-wheel/src/normalizeWheel.es.js +24 -0
  1535. package/dist/node_modules/.bun/normalize-wheel@1.0.1/node_modules/normalize-wheel/src/normalizeWheel.es.js.map +1 -0
  1536. package/dist/node_modules/.bun/object-assign@4.1.1/node_modules/object-assign/index.cjs.js +2 -0
  1537. package/dist/node_modules/.bun/object-assign@4.1.1/node_modules/object-assign/index.cjs.js.map +1 -0
  1538. package/dist/node_modules/.bun/object-assign@4.1.1/node_modules/object-assign/index.es.js +41 -0
  1539. package/dist/node_modules/.bun/object-assign@4.1.1/node_modules/object-assign/index.es.js.map +1 -0
  1540. package/dist/node_modules/.bun/prop-types@15.8.1/node_modules/prop-types/checkPropTypes.cjs.js +2 -0
  1541. package/dist/node_modules/.bun/prop-types@15.8.1/node_modules/prop-types/checkPropTypes.cjs.js.map +1 -0
  1542. package/dist/node_modules/.bun/prop-types@15.8.1/node_modules/prop-types/checkPropTypes.es.js +46 -0
  1543. package/dist/node_modules/.bun/prop-types@15.8.1/node_modules/prop-types/checkPropTypes.es.js.map +1 -0
  1544. package/dist/node_modules/.bun/prop-types@15.8.1/node_modules/prop-types/factoryWithThrowingShims.cjs.js +2 -0
  1545. package/dist/node_modules/.bun/prop-types@15.8.1/node_modules/prop-types/factoryWithThrowingShims.cjs.js.map +1 -0
  1546. package/dist/node_modules/.bun/prop-types@15.8.1/node_modules/prop-types/factoryWithThrowingShims.es.js +49 -0
  1547. package/dist/node_modules/.bun/prop-types@15.8.1/node_modules/prop-types/factoryWithThrowingShims.es.js.map +1 -0
  1548. package/dist/node_modules/.bun/prop-types@15.8.1/node_modules/prop-types/factoryWithTypeCheckers.cjs.js +4 -0
  1549. package/dist/node_modules/.bun/prop-types@15.8.1/node_modules/prop-types/factoryWithTypeCheckers.cjs.js.map +1 -0
  1550. package/dist/node_modules/.bun/prop-types@15.8.1/node_modules/prop-types/factoryWithTypeCheckers.es.js +272 -0
  1551. package/dist/node_modules/.bun/prop-types@15.8.1/node_modules/prop-types/factoryWithTypeCheckers.es.js.map +1 -0
  1552. package/dist/node_modules/.bun/prop-types@15.8.1/node_modules/prop-types/index.cjs.js +2 -0
  1553. package/dist/node_modules/.bun/prop-types@15.8.1/node_modules/prop-types/index.cjs.js.map +1 -0
  1554. package/dist/node_modules/.bun/prop-types@15.8.1/node_modules/prop-types/index.es.js +16 -0
  1555. package/dist/node_modules/.bun/prop-types@15.8.1/node_modules/prop-types/index.es.js.map +1 -0
  1556. package/dist/node_modules/.bun/prop-types@15.8.1/node_modules/prop-types/lib/ReactPropTypesSecret.cjs.js +2 -0
  1557. package/dist/node_modules/.bun/prop-types@15.8.1/node_modules/prop-types/lib/ReactPropTypesSecret.cjs.js.map +1 -0
  1558. package/dist/node_modules/.bun/prop-types@15.8.1/node_modules/prop-types/lib/ReactPropTypesSecret.es.js +10 -0
  1559. package/dist/node_modules/.bun/prop-types@15.8.1/node_modules/prop-types/lib/ReactPropTypesSecret.es.js.map +1 -0
  1560. package/dist/node_modules/.bun/prop-types@15.8.1/node_modules/prop-types/lib/has.cjs.js +2 -0
  1561. package/dist/node_modules/.bun/prop-types@15.8.1/node_modules/prop-types/lib/has.cjs.js.map +1 -0
  1562. package/dist/node_modules/.bun/prop-types@15.8.1/node_modules/prop-types/lib/has.es.js +10 -0
  1563. package/dist/node_modules/.bun/prop-types@15.8.1/node_modules/prop-types/lib/has.es.js.map +1 -0
  1564. package/dist/node_modules/.bun/react-dropzone@15.0.0_e14d3f224186685e/node_modules/react-dropzone/dist/es/index.cjs.js +4 -0
  1565. package/dist/node_modules/.bun/react-dropzone@15.0.0_e14d3f224186685e/node_modules/react-dropzone/dist/es/index.cjs.js.map +1 -0
  1566. package/dist/node_modules/.bun/react-dropzone@15.0.0_e14d3f224186685e/node_modules/react-dropzone/dist/es/index.es.js +485 -0
  1567. package/dist/node_modules/.bun/react-dropzone@15.0.0_e14d3f224186685e/node_modules/react-dropzone/dist/es/index.es.js.map +1 -0
  1568. package/dist/node_modules/.bun/react-dropzone@15.0.0_e14d3f224186685e/node_modules/react-dropzone/dist/es/utils/index.cjs.js +4 -0
  1569. package/dist/node_modules/.bun/react-dropzone@15.0.0_e14d3f224186685e/node_modules/react-dropzone/dist/es/utils/index.cjs.js.map +1 -0
  1570. package/dist/node_modules/.bun/react-dropzone@15.0.0_e14d3f224186685e/node_modules/react-dropzone/dist/es/utils/index.es.js +201 -0
  1571. package/dist/node_modules/.bun/react-dropzone@15.0.0_e14d3f224186685e/node_modules/react-dropzone/dist/es/utils/index.es.js.map +1 -0
  1572. package/dist/node_modules/.bun/react-easy-crop@6.2.2_7492c01c6988791b/node_modules/react-easy-crop/index.module.cjs.js +83 -0
  1573. package/dist/node_modules/.bun/react-easy-crop@6.2.2_7492c01c6988791b/node_modules/react-easy-crop/index.module.cjs.js.map +1 -0
  1574. package/dist/node_modules/.bun/react-easy-crop@6.2.2_7492c01c6988791b/node_modules/react-easy-crop/index.module.es.js +512 -0
  1575. package/dist/node_modules/.bun/react-easy-crop@6.2.2_7492c01c6988791b/node_modules/react-easy-crop/index.module.es.js.map +1 -0
  1576. package/dist/node_modules/.bun/react-is@16.13.1/node_modules/react-is/cjs/react-is.development.cjs.js +2 -0
  1577. package/dist/node_modules/.bun/react-is@16.13.1/node_modules/react-is/cjs/react-is.development.cjs.js.map +1 -0
  1578. package/dist/node_modules/.bun/react-is@16.13.1/node_modules/react-is/cjs/react-is.development.es.js +84 -0
  1579. package/dist/node_modules/.bun/react-is@16.13.1/node_modules/react-is/cjs/react-is.development.es.js.map +1 -0
  1580. package/dist/node_modules/.bun/react-is@16.13.1/node_modules/react-is/cjs/react-is.production.min.cjs.js +2 -0
  1581. package/dist/node_modules/.bun/react-is@16.13.1/node_modules/react-is/cjs/react-is.production.min.cjs.js.map +1 -0
  1582. package/dist/node_modules/.bun/react-is@16.13.1/node_modules/react-is/cjs/react-is.production.min.es.js +64 -0
  1583. package/dist/node_modules/.bun/react-is@16.13.1/node_modules/react-is/cjs/react-is.production.min.es.js.map +1 -0
  1584. package/dist/node_modules/.bun/react-is@16.13.1/node_modules/react-is/index.cjs.js +2 -0
  1585. package/dist/node_modules/.bun/react-is@16.13.1/node_modules/react-is/index.cjs.js.map +1 -0
  1586. package/dist/node_modules/.bun/react-is@16.13.1/node_modules/react-is/index.es.js +12 -0
  1587. package/dist/node_modules/.bun/react-is@16.13.1/node_modules/react-is/index.es.js.map +1 -0
  1588. package/dist/node_modules/.bun/react-remove-scroll-bar@2.3.8_93dbe784b8baa420/node_modules/react-remove-scroll-bar/dist/es2015/component.cjs.js +39 -0
  1589. package/dist/node_modules/.bun/react-remove-scroll-bar@2.3.8_93dbe784b8baa420/node_modules/react-remove-scroll-bar/dist/es2015/component.cjs.js.map +1 -0
  1590. package/dist/node_modules/.bun/react-remove-scroll-bar@2.3.8_93dbe784b8baa420/node_modules/react-remove-scroll-bar/dist/es2015/component.es.js +72 -0
  1591. package/dist/node_modules/.bun/react-remove-scroll-bar@2.3.8_93dbe784b8baa420/node_modules/react-remove-scroll-bar/dist/es2015/component.es.js.map +1 -0
  1592. package/dist/node_modules/.bun/react-remove-scroll-bar@2.3.8_93dbe784b8baa420/node_modules/react-remove-scroll-bar/dist/es2015/constants.cjs.js +2 -0
  1593. package/dist/node_modules/.bun/react-remove-scroll-bar@2.3.8_93dbe784b8baa420/node_modules/react-remove-scroll-bar/dist/es2015/constants.cjs.js.map +1 -0
  1594. package/dist/node_modules/.bun/react-remove-scroll-bar@2.3.8_93dbe784b8baa420/node_modules/react-remove-scroll-bar/dist/es2015/constants.es.js +6 -0
  1595. package/dist/node_modules/.bun/react-remove-scroll-bar@2.3.8_93dbe784b8baa420/node_modules/react-remove-scroll-bar/dist/es2015/constants.es.js.map +1 -0
  1596. package/dist/node_modules/.bun/react-remove-scroll-bar@2.3.8_93dbe784b8baa420/node_modules/react-remove-scroll-bar/dist/es2015/index.cjs.js +1 -0
  1597. package/dist/node_modules/.bun/react-remove-scroll-bar@2.3.8_93dbe784b8baa420/node_modules/react-remove-scroll-bar/dist/es2015/index.es.js +4 -0
  1598. package/dist/node_modules/.bun/react-remove-scroll-bar@2.3.8_93dbe784b8baa420/node_modules/react-remove-scroll-bar/dist/es2015/utils.cjs.js +2 -0
  1599. package/dist/node_modules/.bun/react-remove-scroll-bar@2.3.8_93dbe784b8baa420/node_modules/react-remove-scroll-bar/dist/es2015/utils.cjs.js.map +1 -0
  1600. package/dist/node_modules/.bun/react-remove-scroll-bar@2.3.8_93dbe784b8baa420/node_modules/react-remove-scroll-bar/dist/es2015/utils.es.js +29 -0
  1601. package/dist/node_modules/.bun/react-remove-scroll-bar@2.3.8_93dbe784b8baa420/node_modules/react-remove-scroll-bar/dist/es2015/utils.es.js.map +1 -0
  1602. package/dist/node_modules/.bun/react-remove-scroll@2.7.2_93dbe784b8baa420/node_modules/react-remove-scroll/dist/es2015/Combination.cjs.js +2 -0
  1603. package/dist/node_modules/.bun/react-remove-scroll@2.7.2_93dbe784b8baa420/node_modules/react-remove-scroll/dist/es2015/Combination.cjs.js.map +1 -0
  1604. package/dist/node_modules/.bun/react-remove-scroll@2.7.2_93dbe784b8baa420/node_modules/react-remove-scroll/dist/es2015/Combination.es.js +16 -0
  1605. package/dist/node_modules/.bun/react-remove-scroll@2.7.2_93dbe784b8baa420/node_modules/react-remove-scroll/dist/es2015/Combination.es.js.map +1 -0
  1606. package/dist/node_modules/.bun/react-remove-scroll@2.7.2_93dbe784b8baa420/node_modules/react-remove-scroll/dist/es2015/SideEffect.cjs.js +5 -0
  1607. package/dist/node_modules/.bun/react-remove-scroll@2.7.2_93dbe784b8baa420/node_modules/react-remove-scroll/dist/es2015/SideEffect.cjs.js.map +1 -0
  1608. package/dist/node_modules/.bun/react-remove-scroll@2.7.2_93dbe784b8baa420/node_modules/react-remove-scroll/dist/es2015/SideEffect.es.js +118 -0
  1609. package/dist/node_modules/.bun/react-remove-scroll@2.7.2_93dbe784b8baa420/node_modules/react-remove-scroll/dist/es2015/SideEffect.es.js.map +1 -0
  1610. package/dist/node_modules/.bun/react-remove-scroll@2.7.2_93dbe784b8baa420/node_modules/react-remove-scroll/dist/es2015/UI.cjs.js +2 -0
  1611. package/dist/node_modules/.bun/react-remove-scroll@2.7.2_93dbe784b8baa420/node_modules/react-remove-scroll/dist/es2015/UI.cjs.js.map +1 -0
  1612. package/dist/node_modules/.bun/react-remove-scroll@2.7.2_93dbe784b8baa420/node_modules/react-remove-scroll/dist/es2015/UI.es.js +54 -0
  1613. package/dist/node_modules/.bun/react-remove-scroll@2.7.2_93dbe784b8baa420/node_modules/react-remove-scroll/dist/es2015/UI.es.js.map +1 -0
  1614. package/dist/node_modules/.bun/react-remove-scroll@2.7.2_93dbe784b8baa420/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.cjs.js +2 -0
  1615. package/dist/node_modules/.bun/react-remove-scroll@2.7.2_93dbe784b8baa420/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.cjs.js.map +1 -0
  1616. package/dist/node_modules/.bun/react-remove-scroll@2.7.2_93dbe784b8baa420/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.es.js +15 -0
  1617. package/dist/node_modules/.bun/react-remove-scroll@2.7.2_93dbe784b8baa420/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.es.js.map +1 -0
  1618. package/dist/node_modules/.bun/react-remove-scroll@2.7.2_93dbe784b8baa420/node_modules/react-remove-scroll/dist/es2015/handleScroll.cjs.js +2 -0
  1619. package/dist/node_modules/.bun/react-remove-scroll@2.7.2_93dbe784b8baa420/node_modules/react-remove-scroll/dist/es2015/handleScroll.cjs.js.map +1 -0
  1620. package/dist/node_modules/.bun/react-remove-scroll@2.7.2_93dbe784b8baa420/node_modules/react-remove-scroll/dist/es2015/handleScroll.es.js +54 -0
  1621. package/dist/node_modules/.bun/react-remove-scroll@2.7.2_93dbe784b8baa420/node_modules/react-remove-scroll/dist/es2015/handleScroll.es.js.map +1 -0
  1622. package/dist/node_modules/.bun/react-remove-scroll@2.7.2_93dbe784b8baa420/node_modules/react-remove-scroll/dist/es2015/medium.cjs.js +2 -0
  1623. package/dist/node_modules/.bun/react-remove-scroll@2.7.2_93dbe784b8baa420/node_modules/react-remove-scroll/dist/es2015/medium.cjs.js.map +1 -0
  1624. package/dist/node_modules/.bun/react-remove-scroll@2.7.2_93dbe784b8baa420/node_modules/react-remove-scroll/dist/es2015/medium.es.js +7 -0
  1625. package/dist/node_modules/.bun/react-remove-scroll@2.7.2_93dbe784b8baa420/node_modules/react-remove-scroll/dist/es2015/medium.es.js.map +1 -0
  1626. package/dist/node_modules/.bun/react-remove-scroll@2.7.2_93dbe784b8baa420/node_modules/react-remove-scroll/dist/es2015/sidecar.cjs.js +2 -0
  1627. package/dist/node_modules/.bun/react-remove-scroll@2.7.2_93dbe784b8baa420/node_modules/react-remove-scroll/dist/es2015/sidecar.cjs.js.map +1 -0
  1628. package/dist/node_modules/.bun/react-remove-scroll@2.7.2_93dbe784b8baa420/node_modules/react-remove-scroll/dist/es2015/sidecar.es.js +9 -0
  1629. package/dist/node_modules/.bun/react-remove-scroll@2.7.2_93dbe784b8baa420/node_modules/react-remove-scroll/dist/es2015/sidecar.es.js.map +1 -0
  1630. package/dist/node_modules/.bun/react-resizable-panels@4.12.1_7492c01c6988791b/node_modules/react-resizable-panels/dist/react-resizable-panels.cjs.js +2 -0
  1631. package/dist/node_modules/.bun/react-resizable-panels@4.12.1_7492c01c6988791b/node_modules/react-resizable-panels/dist/react-resizable-panels.cjs.js.map +1 -0
  1632. package/dist/node_modules/.bun/react-resizable-panels@4.12.1_7492c01c6988791b/node_modules/react-resizable-panels/dist/react-resizable-panels.es.js +1550 -0
  1633. package/dist/node_modules/.bun/react-resizable-panels@4.12.1_7492c01c6988791b/node_modules/react-resizable-panels/dist/react-resizable-panels.es.js.map +1 -0
  1634. package/dist/node_modules/.bun/react-style-singleton@2.2.3_93dbe784b8baa420/node_modules/react-style-singleton/dist/es2015/component.cjs.js +2 -0
  1635. package/dist/node_modules/.bun/react-style-singleton@2.2.3_93dbe784b8baa420/node_modules/react-style-singleton/dist/es2015/component.cjs.js.map +1 -0
  1636. package/dist/node_modules/.bun/react-style-singleton@2.2.3_93dbe784b8baa420/node_modules/react-style-singleton/dist/es2015/component.es.js +13 -0
  1637. package/dist/node_modules/.bun/react-style-singleton@2.2.3_93dbe784b8baa420/node_modules/react-style-singleton/dist/es2015/component.es.js.map +1 -0
  1638. package/dist/node_modules/.bun/react-style-singleton@2.2.3_93dbe784b8baa420/node_modules/react-style-singleton/dist/es2015/hook.cjs.js +2 -0
  1639. package/dist/node_modules/.bun/react-style-singleton@2.2.3_93dbe784b8baa420/node_modules/react-style-singleton/dist/es2015/hook.cjs.js.map +1 -0
  1640. package/dist/node_modules/.bun/react-style-singleton@2.2.3_93dbe784b8baa420/node_modules/react-style-singleton/dist/es2015/hook.es.js +17 -0
  1641. package/dist/node_modules/.bun/react-style-singleton@2.2.3_93dbe784b8baa420/node_modules/react-style-singleton/dist/es2015/hook.es.js.map +1 -0
  1642. package/dist/node_modules/.bun/react-style-singleton@2.2.3_93dbe784b8baa420/node_modules/react-style-singleton/dist/es2015/index.cjs.js +1 -0
  1643. package/dist/node_modules/.bun/react-style-singleton@2.2.3_93dbe784b8baa420/node_modules/react-style-singleton/dist/es2015/index.es.js +4 -0
  1644. package/dist/node_modules/.bun/react-style-singleton@2.2.3_93dbe784b8baa420/node_modules/react-style-singleton/dist/es2015/singleton.cjs.js +2 -0
  1645. package/dist/node_modules/.bun/react-style-singleton@2.2.3_93dbe784b8baa420/node_modules/react-style-singleton/dist/es2015/singleton.cjs.js.map +1 -0
  1646. package/dist/node_modules/.bun/react-style-singleton@2.2.3_93dbe784b8baa420/node_modules/react-style-singleton/dist/es2015/singleton.es.js +30 -0
  1647. package/dist/node_modules/.bun/react-style-singleton@2.2.3_93dbe784b8baa420/node_modules/react-style-singleton/dist/es2015/singleton.es.js.map +1 -0
  1648. package/dist/node_modules/.bun/tslib@2.8.1/node_modules/tslib/tslib.es6.cjs.js +2 -0
  1649. package/dist/node_modules/.bun/tslib@2.8.1/node_modules/tslib/tslib.es6.cjs.js.map +1 -0
  1650. package/dist/node_modules/.bun/tslib@2.8.1/node_modules/tslib/tslib.es6.es.js +48 -0
  1651. package/dist/node_modules/.bun/tslib@2.8.1/node_modules/tslib/tslib.es6.es.js.map +1 -0
  1652. package/dist/node_modules/.bun/use-callback-ref@1.3.3_93dbe784b8baa420/node_modules/use-callback-ref/dist/es2015/assignRef.cjs.js +2 -0
  1653. package/dist/node_modules/.bun/use-callback-ref@1.3.3_93dbe784b8baa420/node_modules/use-callback-ref/dist/es2015/assignRef.cjs.js.map +1 -0
  1654. package/dist/node_modules/.bun/use-callback-ref@1.3.3_93dbe784b8baa420/node_modules/use-callback-ref/dist/es2015/assignRef.es.js +8 -0
  1655. package/dist/node_modules/.bun/use-callback-ref@1.3.3_93dbe784b8baa420/node_modules/use-callback-ref/dist/es2015/assignRef.es.js.map +1 -0
  1656. package/dist/node_modules/.bun/use-callback-ref@1.3.3_93dbe784b8baa420/node_modules/use-callback-ref/dist/es2015/useMergeRef.cjs.js +2 -0
  1657. package/dist/node_modules/.bun/use-callback-ref@1.3.3_93dbe784b8baa420/node_modules/use-callback-ref/dist/es2015/useMergeRef.cjs.js.map +1 -0
  1658. package/dist/node_modules/.bun/use-callback-ref@1.3.3_93dbe784b8baa420/node_modules/use-callback-ref/dist/es2015/useMergeRef.es.js +28 -0
  1659. package/dist/node_modules/.bun/use-callback-ref@1.3.3_93dbe784b8baa420/node_modules/use-callback-ref/dist/es2015/useMergeRef.es.js.map +1 -0
  1660. package/dist/node_modules/.bun/use-callback-ref@1.3.3_93dbe784b8baa420/node_modules/use-callback-ref/dist/es2015/useRef.cjs.js +2 -0
  1661. package/dist/node_modules/.bun/use-callback-ref@1.3.3_93dbe784b8baa420/node_modules/use-callback-ref/dist/es2015/useRef.cjs.js.map +1 -0
  1662. package/dist/node_modules/.bun/use-callback-ref@1.3.3_93dbe784b8baa420/node_modules/use-callback-ref/dist/es2015/useRef.es.js +24 -0
  1663. package/dist/node_modules/.bun/use-callback-ref@1.3.3_93dbe784b8baa420/node_modules/use-callback-ref/dist/es2015/useRef.es.js.map +1 -0
  1664. package/dist/node_modules/.bun/use-sidecar@1.1.3_93dbe784b8baa420/node_modules/use-sidecar/dist/es2015/exports.cjs.js +2 -0
  1665. package/dist/node_modules/.bun/use-sidecar@1.1.3_93dbe784b8baa420/node_modules/use-sidecar/dist/es2015/exports.cjs.js.map +1 -0
  1666. package/dist/node_modules/.bun/use-sidecar@1.1.3_93dbe784b8baa420/node_modules/use-sidecar/dist/es2015/exports.es.js +18 -0
  1667. package/dist/node_modules/.bun/use-sidecar@1.1.3_93dbe784b8baa420/node_modules/use-sidecar/dist/es2015/exports.es.js.map +1 -0
  1668. package/dist/node_modules/.bun/use-sidecar@1.1.3_93dbe784b8baa420/node_modules/use-sidecar/dist/es2015/medium.cjs.js +2 -0
  1669. package/dist/node_modules/.bun/use-sidecar@1.1.3_93dbe784b8baa420/node_modules/use-sidecar/dist/es2015/medium.cjs.js.map +1 -0
  1670. package/dist/node_modules/.bun/use-sidecar@1.1.3_93dbe784b8baa420/node_modules/use-sidecar/dist/es2015/medium.es.js +71 -0
  1671. package/dist/node_modules/.bun/use-sidecar@1.1.3_93dbe784b8baa420/node_modules/use-sidecar/dist/es2015/medium.es.js.map +1 -0
  1672. package/package.json +90 -25
  1673. package/src/index.css +0 -1
@@ -0,0 +1,21 @@
1
+ import { addUniqueItem as e, removeItem as t } from "../../../../../../../motion-utils@12.39.0/node_modules/motion-utils/dist/es/array.es.js";
2
+ import { compareByDepth as n } from "./compare-by-depth.es.js";
3
+ //#region ../../node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/utils/flat-tree.mjs
4
+ var r = class {
5
+ constructor() {
6
+ this.children = [], this.isDirty = !1;
7
+ }
8
+ add(t) {
9
+ e(this.children, t), this.isDirty = !0;
10
+ }
11
+ remove(e) {
12
+ t(this.children, e), this.isDirty = !0;
13
+ }
14
+ forEach(e) {
15
+ this.isDirty && this.children.sort(n), this.isDirty = !1, this.children.forEach(e);
16
+ }
17
+ };
18
+ //#endregion
19
+ export { r as FlatTree };
20
+
21
+ //# sourceMappingURL=flat-tree.es.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"flat-tree.es.js","names":[],"sources":["../../../../../../../../../../../../node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/utils/flat-tree.mjs"],"sourcesContent":["import { addUniqueItem, removeItem } from 'motion-utils';\nimport { compareByDepth } from './compare-by-depth.mjs';\n\nclass FlatTree {\n constructor() {\n this.children = [];\n this.isDirty = false;\n }\n add(child) {\n addUniqueItem(this.children, child);\n this.isDirty = true;\n }\n remove(child) {\n removeItem(this.children, child);\n this.isDirty = true;\n }\n forEach(callback) {\n this.isDirty && this.children.sort(compareByDepth);\n this.isDirty = false;\n this.children.forEach(callback);\n }\n}\n\nexport { FlatTree };\n//# sourceMappingURL=flat-tree.mjs.map\n"],"x_google_ignoreList":[0],"mappings":";;;AAGA,IAAM,IAAN,MAAe;CACX,cAAc;EAEV,AADA,KAAK,WAAW,CAAC,GACjB,KAAK,UAAU;CACnB;CACA,IAAI,GAAO;EAEP,AADA,EAAc,KAAK,UAAU,CAAK,GAClC,KAAK,UAAU;CACnB;CACA,OAAO,GAAO;EAEV,AADA,EAAW,KAAK,UAAU,CAAK,GAC/B,KAAK,UAAU;CACnB;CACA,QAAQ,GAAU;EAGd,AAFA,KAAK,WAAW,KAAK,SAAS,KAAK,CAAc,GACjD,KAAK,UAAU,IACf,KAAK,SAAS,QAAQ,CAAQ;CAClC;AACJ"}
@@ -0,0 +1,2 @@
1
+ require("../../../../../../../../../_virtual/_rolldown/runtime.cjs.js");function e(e){return e===void 0||e===1}function t({scale:t,scaleX:n,scaleY:r}){return!e(t)||!e(n)||!e(r)}function n(e){return t(e)||r(e)||e.z||e.rotate||e.rotateX||e.rotateY||e.skewX||e.skewY}function r(e){return i(e.x)||i(e.y)}function i(e){return e&&e!==`0%`}exports.has2DTranslate=r,exports.hasScale=t,exports.hasTransform=n;
2
+ //# sourceMappingURL=has-transform.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"has-transform.cjs.js","names":[],"sources":["../../../../../../../../../../../../node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/utils/has-transform.mjs"],"sourcesContent":["function isIdentityScale(scale) {\n return scale === undefined || scale === 1;\n}\nfunction hasScale({ scale, scaleX, scaleY }) {\n return (!isIdentityScale(scale) ||\n !isIdentityScale(scaleX) ||\n !isIdentityScale(scaleY));\n}\nfunction hasTransform(values) {\n return (hasScale(values) ||\n has2DTranslate(values) ||\n values.z ||\n values.rotate ||\n values.rotateX ||\n values.rotateY ||\n values.skewX ||\n values.skewY);\n}\nfunction has2DTranslate(values) {\n return is2DTranslate(values.x) || is2DTranslate(values.y);\n}\nfunction is2DTranslate(value) {\n return value && value !== \"0%\";\n}\n\nexport { has2DTranslate, hasScale, hasTransform };\n//# sourceMappingURL=has-transform.mjs.map\n"],"x_google_ignoreList":[0],"mappings":"wEAAA,SAAS,EAAgB,EAAO,CAC5B,OAAO,IAAU,IAAA,IAAa,IAAU,CAC5C,CACA,SAAS,EAAS,CAAE,QAAO,SAAQ,UAAU,CACzC,MAAQ,CAAC,EAAgB,CAAK,GAC1B,CAAC,EAAgB,CAAM,GACvB,CAAC,EAAgB,CAAM,CAC/B,CACA,SAAS,EAAa,EAAQ,CAC1B,OAAQ,EAAS,CAAM,GACnB,EAAe,CAAM,GACrB,EAAO,GACP,EAAO,QACP,EAAO,SACP,EAAO,SACP,EAAO,OACP,EAAO,KACf,CACA,SAAS,EAAe,EAAQ,CAC5B,OAAO,EAAc,EAAO,CAAC,GAAK,EAAc,EAAO,CAAC,CAC5D,CACA,SAAS,EAAc,EAAO,CAC1B,OAAO,GAAS,IAAU,IAC9B"}
@@ -0,0 +1,20 @@
1
+ //#region ../../node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/utils/has-transform.mjs
2
+ function e(e) {
3
+ return e === void 0 || e === 1;
4
+ }
5
+ function t({ scale: t, scaleX: n, scaleY: r }) {
6
+ return !e(t) || !e(n) || !e(r);
7
+ }
8
+ function n(e) {
9
+ return t(e) || r(e) || e.z || e.rotate || e.rotateX || e.rotateY || e.skewX || e.skewY;
10
+ }
11
+ function r(e) {
12
+ return i(e.x) || i(e.y);
13
+ }
14
+ function i(e) {
15
+ return e && e !== "0%";
16
+ }
17
+ //#endregion
18
+ export { r as has2DTranslate, t as hasScale, n as hasTransform };
19
+
20
+ //# sourceMappingURL=has-transform.es.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"has-transform.es.js","names":[],"sources":["../../../../../../../../../../../../node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/utils/has-transform.mjs"],"sourcesContent":["function isIdentityScale(scale) {\n return scale === undefined || scale === 1;\n}\nfunction hasScale({ scale, scaleX, scaleY }) {\n return (!isIdentityScale(scale) ||\n !isIdentityScale(scaleX) ||\n !isIdentityScale(scaleY));\n}\nfunction hasTransform(values) {\n return (hasScale(values) ||\n has2DTranslate(values) ||\n values.z ||\n values.rotate ||\n values.rotateX ||\n values.rotateY ||\n values.skewX ||\n values.skewY);\n}\nfunction has2DTranslate(values) {\n return is2DTranslate(values.x) || is2DTranslate(values.y);\n}\nfunction is2DTranslate(value) {\n return value && value !== \"0%\";\n}\n\nexport { has2DTranslate, hasScale, hasTransform };\n//# sourceMappingURL=has-transform.mjs.map\n"],"x_google_ignoreList":[0],"mappings":";AAAA,SAAS,EAAgB,GAAO;CAC5B,OAAO,MAAU,KAAA,KAAa,MAAU;AAC5C;AACA,SAAS,EAAS,EAAE,UAAO,WAAQ,aAAU;CACzC,OAAQ,CAAC,EAAgB,CAAK,KAC1B,CAAC,EAAgB,CAAM,KACvB,CAAC,EAAgB,CAAM;AAC/B;AACA,SAAS,EAAa,GAAQ;CAC1B,OAAQ,EAAS,CAAM,KACnB,EAAe,CAAM,KACrB,EAAO,KACP,EAAO,UACP,EAAO,WACP,EAAO,WACP,EAAO,SACP,EAAO;AACf;AACA,SAAS,EAAe,GAAQ;CAC5B,OAAO,EAAc,EAAO,CAAC,KAAK,EAAc,EAAO,CAAC;AAC5D;AACA,SAAS,EAAc,GAAO;CAC1B,OAAO,KAAS,MAAU;AAC9B"}
@@ -0,0 +1,2 @@
1
+ require("../../../../../../../../../_virtual/_rolldown/runtime.cjs.js");const e=require("../geometry/conversion.cjs.js"),t=require("../geometry/delta-apply.cjs.js");function n(t,n){return e.convertBoundingBoxToBox(e.transformBoxPoints(t.getBoundingClientRect(),n))}function r(e,r,i){let a=n(e,i),{scroll:o}=r;return o&&(t.translateAxis(a.x,o.offset.x),t.translateAxis(a.y,o.offset.y)),a}exports.measurePageBox=r,exports.measureViewportBox=n;
2
+ //# sourceMappingURL=measure.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"measure.cjs.js","names":["convertBoundingBoxToBox","transformBoxPoints"],"sources":["../../../../../../../../../../../../node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/utils/measure.mjs"],"sourcesContent":["import { convertBoundingBoxToBox, transformBoxPoints } from '../geometry/conversion.mjs';\nimport { translateAxis } from '../geometry/delta-apply.mjs';\n\nfunction measureViewportBox(instance, transformPoint) {\n return convertBoundingBoxToBox(transformBoxPoints(instance.getBoundingClientRect(), transformPoint));\n}\nfunction measurePageBox(element, rootProjectionNode, transformPagePoint) {\n const viewportBox = measureViewportBox(element, transformPagePoint);\n const { scroll } = rootProjectionNode;\n if (scroll) {\n translateAxis(viewportBox.x, scroll.offset.x);\n translateAxis(viewportBox.y, scroll.offset.y);\n }\n return viewportBox;\n}\n\nexport { measurePageBox, measureViewportBox };\n//# sourceMappingURL=measure.mjs.map\n"],"x_google_ignoreList":[0],"mappings":"qKAGA,SAAS,EAAmB,EAAU,EAAgB,CAClD,OAAOA,EAAAA,wBAAwBC,EAAAA,mBAAmB,EAAS,sBAAsB,EAAG,CAAc,CAAC,CACvG,CACA,SAAS,EAAe,EAAS,EAAoB,EAAoB,CACrE,IAAM,EAAc,EAAmB,EAAS,CAAkB,EAC5D,CAAE,UAAW,EAKnB,OAJI,IACA,EAAA,cAAc,EAAY,EAAG,EAAO,OAAO,CAAC,EAC5C,EAAA,cAAc,EAAY,EAAG,EAAO,OAAO,CAAC,GAEzC,CACX"}
@@ -0,0 +1,14 @@
1
+ import { convertBoundingBoxToBox as e, transformBoxPoints as t } from "../geometry/conversion.es.js";
2
+ import { translateAxis as n } from "../geometry/delta-apply.es.js";
3
+ //#region ../../node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/utils/measure.mjs
4
+ function r(n, r) {
5
+ return e(t(n.getBoundingClientRect(), r));
6
+ }
7
+ function i(e, t, i) {
8
+ let a = r(e, i), { scroll: o } = t;
9
+ return o && (n(a.x, o.offset.x), n(a.y, o.offset.y)), a;
10
+ }
11
+ //#endregion
12
+ export { i as measurePageBox, r as measureViewportBox };
13
+
14
+ //# sourceMappingURL=measure.es.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"measure.es.js","names":[],"sources":["../../../../../../../../../../../../node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/projection/utils/measure.mjs"],"sourcesContent":["import { convertBoundingBoxToBox, transformBoxPoints } from '../geometry/conversion.mjs';\nimport { translateAxis } from '../geometry/delta-apply.mjs';\n\nfunction measureViewportBox(instance, transformPoint) {\n return convertBoundingBoxToBox(transformBoxPoints(instance.getBoundingClientRect(), transformPoint));\n}\nfunction measurePageBox(element, rootProjectionNode, transformPagePoint) {\n const viewportBox = measureViewportBox(element, transformPagePoint);\n const { scroll } = rootProjectionNode;\n if (scroll) {\n translateAxis(viewportBox.x, scroll.offset.x);\n translateAxis(viewportBox.y, scroll.offset.y);\n }\n return viewportBox;\n}\n\nexport { measurePageBox, measureViewportBox };\n//# sourceMappingURL=measure.mjs.map\n"],"x_google_ignoreList":[0],"mappings":";;;AAGA,SAAS,EAAmB,GAAU,GAAgB;CAClD,OAAO,EAAwB,EAAmB,EAAS,sBAAsB,GAAG,CAAc,CAAC;AACvG;AACA,SAAS,EAAe,GAAS,GAAoB,GAAoB;CACrE,IAAM,IAAc,EAAmB,GAAS,CAAkB,GAC5D,EAAE,cAAW;CAKnB,OAJI,MACA,EAAc,EAAY,GAAG,EAAO,OAAO,CAAC,GAC5C,EAAc,EAAY,GAAG,EAAO,OAAO,CAAC,IAEzC;AACX"}
@@ -0,0 +1,2 @@
1
+ require("../../../../../../../../_virtual/_rolldown/runtime.cjs.js");var e=class{constructor(e){this.isMounted=!1,this.node=e}update(){}};exports.Feature=e;
2
+ //# sourceMappingURL=Feature.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Feature.cjs.js","names":[],"sources":["../../../../../../../../../../../node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/Feature.mjs"],"sourcesContent":["/**\n * Feature base class for extending VisualElement functionality.\n * Features are plugins that can be mounted/unmounted to add behavior\n * like gestures, animations, or layout tracking.\n */\nclass Feature {\n constructor(node) {\n this.isMounted = false;\n this.node = node;\n }\n update() { }\n}\n\nexport { Feature };\n//# sourceMappingURL=Feature.mjs.map\n"],"x_google_ignoreList":[0],"mappings":"qEAKA,IAAM,EAAN,KAAc,CACV,YAAY,EAAM,CACd,KAAK,UAAY,GACjB,KAAK,KAAO,CAChB,CACA,QAAS,CAAE,CACf"}
@@ -0,0 +1,11 @@
1
+ //#region ../../node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/Feature.mjs
2
+ var e = class {
3
+ constructor(e) {
4
+ this.isMounted = !1, this.node = e;
5
+ }
6
+ update() {}
7
+ };
8
+ //#endregion
9
+ export { e as Feature };
10
+
11
+ //# sourceMappingURL=Feature.es.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Feature.es.js","names":[],"sources":["../../../../../../../../../../../node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/Feature.mjs"],"sourcesContent":["/**\n * Feature base class for extending VisualElement functionality.\n * Features are plugins that can be mounted/unmounted to add behavior\n * like gestures, animations, or layout tracking.\n */\nclass Feature {\n constructor(node) {\n this.isMounted = false;\n this.node = node;\n }\n update() { }\n}\n\nexport { Feature };\n//# sourceMappingURL=Feature.mjs.map\n"],"x_google_ignoreList":[0],"mappings":";AAKA,IAAM,IAAN,MAAc;CACV,YAAY,GAAM;EAEd,AADA,KAAK,YAAY,IACjB,KAAK,OAAO;CAChB;CACA,SAAS,CAAE;AACf"}
@@ -0,0 +1,2 @@
1
+ require("../../../../../../../../_virtual/_rolldown/runtime.cjs.js");const e=require("../../../../../../motion-utils@12.39.0/node_modules/motion-utils/dist/es/is-numerical-string.cjs.js"),t=require("../../../../../../motion-utils@12.39.0/node_modules/motion-utils/dist/es/is-zero-value-string.cjs.js"),n=require("../../../../../../motion-utils@12.39.0/node_modules/motion-utils/dist/es/subscription-manager.cjs.js"),r=require("../../../../../../motion-utils@12.39.0/node_modules/motion-utils/dist/es/time-conversion.cjs.js"),i=require("../../../../../../motion-utils@12.39.0/node_modules/motion-utils/dist/es/warn-once.cjs.js"),a=require("../frameloop/frame.cjs.js"),o=require("../frameloop/sync-time.cjs.js"),s=require("../value/types/complex/index.cjs.js"),c=require("./utils/keys-transform.cjs.js"),l=require("../animation/keyframes/KeyframesResolver.cjs.js"),u=require("../animation/NativeAnimation.cjs.js"),d=require("../animation/waapi/utils/accelerated-values.cjs.js"),f=require("../value/index.cjs.js"),p=require("./utils/resolve-variants.cjs.js"),m=require("../value/utils/is-motion-value.cjs.js"),h=require("../value/types/utils/animatable-none.cjs.js"),g=require("../frameloop/microtask.cjs.js"),_=require("../value/types/utils/find.cjs.js"),v=require("../projection/geometry/models.cjs.js"),y=require("./store.cjs.js"),b=require("./utils/is-controlling-variants.cjs.js"),x=require("./utils/motion-values.cjs.js"),S=require("./utils/reduced-motion/state.cjs.js"),C=require("./utils/reduced-motion/index.cjs.js");var w=[`AnimationStart`,`AnimationComplete`,`Update`,`BeforeLayoutMeasure`,`LayoutMeasure`,`LayoutAnimationStart`,`LayoutAnimationComplete`],T={};function E(e){T=e}function D(){return T}var O=class{scrapeMotionValuesFromProps(e,t,n){return{}}constructor({parent:e,props:t,presenceContext:n,reducedMotionConfig:r,skipAnimations:i,blockInitialAnimation:s,visualState:c},u={}){this.current=null,this.children=new Set,this.isVariantNode=!1,this.isControllingVariants=!1,this.shouldReduceMotion=null,this.shouldSkipAnimations=!1,this.values=new Map,this.KeyframeResolver=l.KeyframeResolver,this.features={},this.valueSubscriptions=new Map,this.prevMotionValues={},this.hasBeenMounted=!1,this.events={},this.propEventSubscriptions={},this.notifyUpdate=()=>this.notify(`Update`,this.latestValues),this.render=()=>{this.current&&(this.triggerBuild(),this.renderInstance(this.current,this.renderState,this.props.style,this.projection))},this.renderScheduledAt=0,this.scheduleRender=()=>{let e=o.time.now();this.renderScheduledAt<e&&(this.renderScheduledAt=e,a.frame.render(this.render,!1,!0))};let{latestValues:d,renderState:f}=c;this.latestValues=d,this.baseTarget={...d},this.initialValues=t.initial?{...d}:{},this.renderState=f,this.parent=e,this.props=t,this.presenceContext=n,this.depth=e?e.depth+1:0,this.reducedMotionConfig=r,this.skipAnimationsConfig=i,this.options=u,this.blockInitialAnimation=!!s,this.isControllingVariants=b.isControllingVariants(t),this.isVariantNode=b.isVariantNode(t),this.isVariantNode&&(this.variantChildren=new Set),this.manuallyAnimateOnMount=!!(e&&e.current);let{willChange:p,...h}=this.scrapeMotionValuesFromProps(t,{},this);for(let e in h){let t=h[e];d[e]!==void 0&&m.isMotionValue(t)&&t.set(d[e])}}mount(e){if(this.hasBeenMounted)for(let e in this.initialValues)this.values.get(e)?.jump(this.initialValues[e]),this.latestValues[e]=this.initialValues[e];this.current=e,y.visualElementStore.set(e,this),this.projection&&!this.projection.instance&&this.projection.mount(e),this.parent&&this.isVariantNode&&!this.isControllingVariants&&(this.removeFromVariantTree=this.parent.addVariantChild(this)),this.values.forEach((e,t)=>this.bindToMotionValue(t,e)),this.reducedMotionConfig===`never`?this.shouldReduceMotion=!1:this.reducedMotionConfig===`always`?this.shouldReduceMotion=!0:(S.hasReducedMotionListener.current||C.initPrefersReducedMotion(),this.shouldReduceMotion=S.prefersReducedMotion.current),process.env.NODE_ENV!==`production`&&i.warnOnce(this.shouldReduceMotion!==!0,`You have Reduced Motion enabled on your device. Animations may not appear as expected.`,`reduced-motion-disabled`),this.shouldSkipAnimations=this.skipAnimationsConfig??!1,this.parent?.addChild(this),this.update(this.props,this.presenceContext),this.hasBeenMounted=!0}unmount(){this.projection&&this.projection.unmount(),a.cancelFrame(this.notifyUpdate),a.cancelFrame(this.render),this.valueSubscriptions.forEach(e=>e()),this.valueSubscriptions.clear(),this.removeFromVariantTree&&this.removeFromVariantTree(),this.parent?.removeChild(this);for(let e in this.events)this.events[e].clear();for(let e in this.features){let t=this.features[e];t&&(t.unmount(),t.isMounted=!1)}this.current=null}addChild(e){this.children.add(e),this.enteringChildren??=new Set,this.enteringChildren.add(e)}removeChild(e){this.children.delete(e),this.enteringChildren&&this.enteringChildren.delete(e)}bindToMotionValue(e,t){if(this.valueSubscriptions.has(e)&&this.valueSubscriptions.get(e)(),t.accelerate&&d.acceleratedValues.has(e)&&this.current instanceof HTMLElement){let{factory:n,keyframes:i,times:a,ease:o,duration:s}=t.accelerate,c=new u.NativeAnimation({element:this.current,name:e,keyframes:i,times:a,ease:o,duration:r.secondsToMilliseconds(s)}),l=n(c);this.valueSubscriptions.set(e,()=>{l(),c.cancel()});return}let n=c.transformProps.has(e);n&&this.onBindTransform&&this.onBindTransform();let i=t.on(`change`,t=>{this.latestValues[e]=t,this.props.onUpdate&&a.frame.preRender(this.notifyUpdate),n&&this.projection&&(this.projection.isTransformDirty=!0),this.scheduleRender()}),o;typeof window<`u`&&window.MotionCheckAppearSync&&(o=window.MotionCheckAppearSync(this,e,t)),this.valueSubscriptions.set(e,()=>{i(),o&&o()})}sortNodePosition(e){return!this.current||!this.sortInstanceNodePosition||this.type!==e.type?0:this.sortInstanceNodePosition(this.current,e.current)}updateFeatures(){let e=`animation`;for(e in T){let t=T[e];if(!t)continue;let{isEnabled:n,Feature:r}=t;if(!this.features[e]&&r&&n(this.props)&&(this.features[e]=new r(this)),this.features[e]){let t=this.features[e];t.isMounted?t.update():(t.mount(),t.isMounted=!0)}}}triggerBuild(){this.build(this.renderState,this.latestValues,this.props)}measureViewportBox(){return this.current?this.measureInstanceViewportBox(this.current,this.props):v.createBox()}getStaticValue(e){return this.latestValues[e]}setStaticValue(e,t){this.latestValues[e]=t}update(e,t){(e.transformTemplate||this.props.transformTemplate)&&this.scheduleRender(),this.prevProps=this.props,this.props=e,this.prevPresenceContext=this.presenceContext,this.presenceContext=t;for(let t=0;t<w.length;t++){let n=w[t];this.propEventSubscriptions[n]&&(this.propEventSubscriptions[n](),delete this.propEventSubscriptions[n]);let r=e[`on`+n];r&&(this.propEventSubscriptions[n]=this.on(n,r))}this.prevMotionValues=x.updateMotionValuesFromProps(this,this.scrapeMotionValuesFromProps(e,this.prevProps||{},this),this.prevMotionValues),this.handleChildMotionValue&&this.handleChildMotionValue()}getProps(){return this.props}getVariant(e){return this.props.variants?this.props.variants[e]:void 0}getDefaultTransition(){return this.props.transition}getTransformPagePoint(){return this.props.transformPagePoint}getClosestVariantNode(){return this.isVariantNode?this:this.parent?this.parent.getClosestVariantNode():void 0}addVariantChild(e){let t=this.getClosestVariantNode();if(t)return t.variantChildren&&t.variantChildren.add(e),()=>t.variantChildren.delete(e)}addValue(e,t){let n=this.values.get(e);t!==n&&(n&&this.removeValue(e),this.bindToMotionValue(e,t),this.values.set(e,t),this.latestValues[e]=t.get())}removeValue(e){this.values.delete(e);let t=this.valueSubscriptions.get(e);t&&(t(),this.valueSubscriptions.delete(e)),delete this.latestValues[e],this.removeValueFromRenderState(e,this.renderState)}hasValue(e){return this.values.has(e)}getValue(e,t){if(this.props.values&&this.props.values[e])return this.props.values[e];let n=this.values.get(e);return n===void 0&&t!==void 0&&(n=f.motionValue(t===null?void 0:t,{owner:this}),this.addValue(e,n)),n}readValue(n,r){let i=this.latestValues[n]!==void 0||!this.current?this.latestValues[n]:this.getBaseTargetFromProps(this.props,n)??this.readValueFromInstance(this.current,n,this.options);return i!=null&&(typeof i==`string`&&(e.isNumericalString(i)||t.isZeroValueString(i))?i=parseFloat(i):!_.findValueType(i)&&s.complex.test(r)&&(i=h.getAnimatableNone(n,r)),this.setBaseTarget(n,m.isMotionValue(i)?i.get():i)),m.isMotionValue(i)?i.get():i}setBaseTarget(e,t){this.baseTarget[e]=t}getBaseTarget(e){let{initial:t}=this.props,n;if(typeof t==`string`||typeof t==`object`){let r=p.resolveVariantFromProps(this.props,t,this.presenceContext?.custom);r&&(n=r[e])}if(t&&n!==void 0)return n;let r=this.getBaseTargetFromProps(this.props,e);return r!==void 0&&!m.isMotionValue(r)?r:this.initialValues[e]!==void 0&&n===void 0?void 0:this.baseTarget[e]}on(e,t){return this.events[e]||(this.events[e]=new n.SubscriptionManager),this.events[e].add(t)}notify(e,...t){this.events[e]&&this.events[e].notify(...t)}scheduleRenderMicrotask(){g.microtask.render(this.render)}};exports.VisualElement=O,exports.getFeatureDefinitions=D,exports.setFeatureDefinitions=E;
2
+ //# sourceMappingURL=VisualElement.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VisualElement.cjs.js","names":["KeyframeResolver","time","isControllingVariants","isVariantNode","isMotionValue","hasReducedMotionListener","prefersReducedMotion","acceleratedValues","NativeAnimation","secondsToMilliseconds","transformProps","frame","createBox","updateMotionValuesFromProps","motionValue","isNumericalString","isZeroValueString","findValueType","complex","getAnimatableNone","resolveVariantFromProps","SubscriptionManager"],"sources":["../../../../../../../../../../../node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/VisualElement.mjs"],"sourcesContent":["import { warnOnce, secondsToMilliseconds, isNumericalString, isZeroValueString, SubscriptionManager } from 'motion-utils';\nimport { KeyframeResolver } from '../animation/keyframes/KeyframesResolver.mjs';\nimport { NativeAnimation } from '../animation/NativeAnimation.mjs';\nimport { acceleratedValues } from '../animation/waapi/utils/accelerated-values.mjs';\nimport { microtask } from '../frameloop/microtask.mjs';\nimport { time } from '../frameloop/sync-time.mjs';\nimport { createBox } from '../projection/geometry/models.mjs';\nimport { motionValue } from '../value/index.mjs';\nimport { complex } from '../value/types/complex/index.mjs';\nimport { getAnimatableNone } from '../value/types/utils/animatable-none.mjs';\nimport { findValueType } from '../value/types/utils/find.mjs';\nimport { isMotionValue } from '../value/utils/is-motion-value.mjs';\nimport { visualElementStore } from './store.mjs';\nimport { isControllingVariants, isVariantNode } from './utils/is-controlling-variants.mjs';\nimport { transformProps } from './utils/keys-transform.mjs';\nimport { updateMotionValuesFromProps } from './utils/motion-values.mjs';\nimport { initPrefersReducedMotion } from './utils/reduced-motion/index.mjs';\nimport { resolveVariantFromProps } from './utils/resolve-variants.mjs';\nimport { hasReducedMotionListener, prefersReducedMotion } from './utils/reduced-motion/state.mjs';\nimport { frame, cancelFrame } from '../frameloop/frame.mjs';\n\nconst propEventHandlers = [\n \"AnimationStart\",\n \"AnimationComplete\",\n \"Update\",\n \"BeforeLayoutMeasure\",\n \"LayoutMeasure\",\n \"LayoutAnimationStart\",\n \"LayoutAnimationComplete\",\n];\n/**\n * Static feature definitions - can be injected by framework layer\n */\nlet featureDefinitions = {};\n/**\n * Set feature definitions for all VisualElements.\n * This should be called by the framework layer (e.g., framer-motion) during initialization.\n */\nfunction setFeatureDefinitions(definitions) {\n featureDefinitions = definitions;\n}\n/**\n * Get the current feature definitions\n */\nfunction getFeatureDefinitions() {\n return featureDefinitions;\n}\n/**\n * A VisualElement is an imperative abstraction around UI elements such as\n * HTMLElement, SVGElement, Three.Object3D etc.\n */\nclass VisualElement {\n /**\n * This method takes React props and returns found MotionValues. For example, HTML\n * MotionValues will be found within the style prop, whereas for Three.js within attribute arrays.\n *\n * This isn't an abstract method as it needs calling in the constructor, but it is\n * intended to be one.\n */\n scrapeMotionValuesFromProps(_props, _prevProps, _visualElement) {\n return {};\n }\n constructor({ parent, props, presenceContext, reducedMotionConfig, skipAnimations, blockInitialAnimation, visualState, }, options = {}) {\n /**\n * A reference to the current underlying Instance, e.g. a HTMLElement\n * or Three.Mesh etc.\n */\n this.current = null;\n /**\n * A set containing references to this VisualElement's children.\n */\n this.children = new Set();\n /**\n * Determine what role this visual element should take in the variant tree.\n */\n this.isVariantNode = false;\n this.isControllingVariants = false;\n /**\n * Decides whether this VisualElement should animate in reduced motion\n * mode.\n *\n * TODO: This is currently set on every individual VisualElement but feels\n * like it could be set globally.\n */\n this.shouldReduceMotion = null;\n /**\n * Decides whether animations should be skipped for this VisualElement.\n * Useful for E2E tests and visual regression testing.\n */\n this.shouldSkipAnimations = false;\n /**\n * A map of all motion values attached to this visual element. Motion\n * values are source of truth for any given animated value. A motion\n * value might be provided externally by the component via props.\n */\n this.values = new Map();\n this.KeyframeResolver = KeyframeResolver;\n /**\n * Cleanup functions for active features (hover/tap/exit etc)\n */\n this.features = {};\n /**\n * A map of every subscription that binds the provided or generated\n * motion values onChange listeners to this visual element.\n */\n this.valueSubscriptions = new Map();\n /**\n * A reference to the previously-provided motion values as returned\n * from scrapeMotionValuesFromProps. We use the keys in here to determine\n * if any motion values need to be removed after props are updated.\n */\n this.prevMotionValues = {};\n /**\n * Track whether this element has been mounted before, to detect\n * remounts after Suspense unmount/remount cycles.\n */\n this.hasBeenMounted = false;\n /**\n * An object containing a SubscriptionManager for each active event.\n */\n this.events = {};\n /**\n * An object containing an unsubscribe function for each prop event subscription.\n * For example, every \"Update\" event can have multiple subscribers via\n * VisualElement.on(), but only one of those can be defined via the onUpdate prop.\n */\n this.propEventSubscriptions = {};\n this.notifyUpdate = () => this.notify(\"Update\", this.latestValues);\n this.render = () => {\n if (!this.current)\n return;\n this.triggerBuild();\n this.renderInstance(this.current, this.renderState, this.props.style, this.projection);\n };\n this.renderScheduledAt = 0.0;\n this.scheduleRender = () => {\n const now = time.now();\n if (this.renderScheduledAt < now) {\n this.renderScheduledAt = now;\n frame.render(this.render, false, true);\n }\n };\n const { latestValues, renderState } = visualState;\n this.latestValues = latestValues;\n this.baseTarget = { ...latestValues };\n this.initialValues = props.initial ? { ...latestValues } : {};\n this.renderState = renderState;\n this.parent = parent;\n this.props = props;\n this.presenceContext = presenceContext;\n this.depth = parent ? parent.depth + 1 : 0;\n this.reducedMotionConfig = reducedMotionConfig;\n this.skipAnimationsConfig = skipAnimations;\n this.options = options;\n this.blockInitialAnimation = Boolean(blockInitialAnimation);\n this.isControllingVariants = isControllingVariants(props);\n this.isVariantNode = isVariantNode(props);\n if (this.isVariantNode) {\n this.variantChildren = new Set();\n }\n this.manuallyAnimateOnMount = Boolean(parent && parent.current);\n /**\n * Any motion values that are provided to the element when created\n * aren't yet bound to the element, as this would technically be impure.\n * However, we iterate through the motion values and set them to the\n * initial values for this component.\n *\n * TODO: This is impure and we should look at changing this to run on mount.\n * Doing so will break some tests but this isn't necessarily a breaking change,\n * more a reflection of the test.\n */\n const { willChange, ...initialMotionValues } = this.scrapeMotionValuesFromProps(props, {}, this);\n for (const key in initialMotionValues) {\n const value = initialMotionValues[key];\n if (latestValues[key] !== undefined && isMotionValue(value)) {\n value.set(latestValues[key]);\n }\n }\n }\n mount(instance) {\n /**\n * If this element has been mounted before (e.g. after a Suspense\n * unmount/remount), reset motion values to their initial state\n * so animations replay correctly from initial → animate.\n */\n if (this.hasBeenMounted) {\n for (const key in this.initialValues) {\n this.values.get(key)?.jump(this.initialValues[key]);\n this.latestValues[key] = this.initialValues[key];\n }\n }\n this.current = instance;\n visualElementStore.set(instance, this);\n if (this.projection && !this.projection.instance) {\n this.projection.mount(instance);\n }\n if (this.parent && this.isVariantNode && !this.isControllingVariants) {\n this.removeFromVariantTree = this.parent.addVariantChild(this);\n }\n this.values.forEach((value, key) => this.bindToMotionValue(key, value));\n /**\n * Determine reduced motion preference. Only initialize the matchMedia\n * listener if we actually need the dynamic value (i.e., when config\n * is neither \"never\" nor \"always\").\n */\n if (this.reducedMotionConfig === \"never\") {\n this.shouldReduceMotion = false;\n }\n else if (this.reducedMotionConfig === \"always\") {\n this.shouldReduceMotion = true;\n }\n else {\n if (!hasReducedMotionListener.current) {\n initPrefersReducedMotion();\n }\n this.shouldReduceMotion = prefersReducedMotion.current;\n }\n if (process.env.NODE_ENV !== \"production\") {\n warnOnce(this.shouldReduceMotion !== true, \"You have Reduced Motion enabled on your device. Animations may not appear as expected.\", \"reduced-motion-disabled\");\n }\n /**\n * Set whether animations should be skipped based on the config.\n */\n this.shouldSkipAnimations = this.skipAnimationsConfig ?? false;\n this.parent?.addChild(this);\n this.update(this.props, this.presenceContext);\n this.hasBeenMounted = true;\n }\n unmount() {\n this.projection && this.projection.unmount();\n cancelFrame(this.notifyUpdate);\n cancelFrame(this.render);\n this.valueSubscriptions.forEach((remove) => remove());\n this.valueSubscriptions.clear();\n this.removeFromVariantTree && this.removeFromVariantTree();\n this.parent?.removeChild(this);\n for (const key in this.events) {\n this.events[key].clear();\n }\n for (const key in this.features) {\n const feature = this.features[key];\n if (feature) {\n feature.unmount();\n feature.isMounted = false;\n }\n }\n this.current = null;\n }\n addChild(child) {\n this.children.add(child);\n this.enteringChildren ?? (this.enteringChildren = new Set());\n this.enteringChildren.add(child);\n }\n removeChild(child) {\n this.children.delete(child);\n this.enteringChildren && this.enteringChildren.delete(child);\n }\n bindToMotionValue(key, value) {\n if (this.valueSubscriptions.has(key)) {\n this.valueSubscriptions.get(key)();\n }\n if (value.accelerate &&\n acceleratedValues.has(key) &&\n this.current instanceof HTMLElement) {\n const { factory, keyframes, times, ease, duration } = value.accelerate;\n const animation = new NativeAnimation({\n element: this.current,\n name: key,\n keyframes,\n times,\n ease,\n duration: secondsToMilliseconds(duration),\n });\n const cleanup = factory(animation);\n this.valueSubscriptions.set(key, () => {\n cleanup();\n animation.cancel();\n });\n return;\n }\n const valueIsTransform = transformProps.has(key);\n if (valueIsTransform && this.onBindTransform) {\n this.onBindTransform();\n }\n const removeOnChange = value.on(\"change\", (latestValue) => {\n this.latestValues[key] = latestValue;\n this.props.onUpdate && frame.preRender(this.notifyUpdate);\n if (valueIsTransform && this.projection) {\n this.projection.isTransformDirty = true;\n }\n this.scheduleRender();\n });\n let removeSyncCheck;\n if (typeof window !== \"undefined\" &&\n window.MotionCheckAppearSync) {\n removeSyncCheck = window.MotionCheckAppearSync(this, key, value);\n }\n this.valueSubscriptions.set(key, () => {\n removeOnChange();\n if (removeSyncCheck)\n removeSyncCheck();\n // Defer to MotionValue.on(\"change\") auto-stop so React 19 remounts\n // can resubscribe before the animation is cancelled (#3315).\n });\n }\n sortNodePosition(other) {\n /**\n * If these nodes aren't even of the same type we can't compare their depth.\n */\n if (!this.current ||\n !this.sortInstanceNodePosition ||\n this.type !== other.type) {\n return 0;\n }\n return this.sortInstanceNodePosition(this.current, other.current);\n }\n updateFeatures() {\n let key = \"animation\";\n for (key in featureDefinitions) {\n const featureDefinition = featureDefinitions[key];\n if (!featureDefinition)\n continue;\n const { isEnabled, Feature: FeatureConstructor } = featureDefinition;\n /**\n * If this feature is enabled but not active, make a new instance.\n */\n if (!this.features[key] &&\n FeatureConstructor &&\n isEnabled(this.props)) {\n this.features[key] = new FeatureConstructor(this);\n }\n /**\n * If we have a feature, mount or update it.\n */\n if (this.features[key]) {\n const feature = this.features[key];\n if (feature.isMounted) {\n feature.update();\n }\n else {\n feature.mount();\n feature.isMounted = true;\n }\n }\n }\n }\n triggerBuild() {\n this.build(this.renderState, this.latestValues, this.props);\n }\n /**\n * Measure the current viewport box with or without transforms.\n * Only measures axis-aligned boxes, rotate and skew must be manually\n * removed with a re-render to work.\n */\n measureViewportBox() {\n return this.current\n ? this.measureInstanceViewportBox(this.current, this.props)\n : createBox();\n }\n getStaticValue(key) {\n return this.latestValues[key];\n }\n setStaticValue(key, value) {\n this.latestValues[key] = value;\n }\n /**\n * Update the provided props. Ensure any newly-added motion values are\n * added to our map, old ones removed, and listeners updated.\n */\n update(props, presenceContext) {\n if (props.transformTemplate || this.props.transformTemplate) {\n this.scheduleRender();\n }\n this.prevProps = this.props;\n this.props = props;\n this.prevPresenceContext = this.presenceContext;\n this.presenceContext = presenceContext;\n /**\n * Update prop event handlers ie onAnimationStart, onAnimationComplete\n */\n for (let i = 0; i < propEventHandlers.length; i++) {\n const key = propEventHandlers[i];\n if (this.propEventSubscriptions[key]) {\n this.propEventSubscriptions[key]();\n delete this.propEventSubscriptions[key];\n }\n const listenerName = (\"on\" + key);\n const listener = props[listenerName];\n if (listener) {\n this.propEventSubscriptions[key] = this.on(key, listener);\n }\n }\n this.prevMotionValues = updateMotionValuesFromProps(this, this.scrapeMotionValuesFromProps(props, this.prevProps || {}, this), this.prevMotionValues);\n if (this.handleChildMotionValue) {\n this.handleChildMotionValue();\n }\n }\n getProps() {\n return this.props;\n }\n /**\n * Returns the variant definition with a given name.\n */\n getVariant(name) {\n return this.props.variants ? this.props.variants[name] : undefined;\n }\n /**\n * Returns the defined default transition on this component.\n */\n getDefaultTransition() {\n return this.props.transition;\n }\n getTransformPagePoint() {\n return this.props.transformPagePoint;\n }\n getClosestVariantNode() {\n return this.isVariantNode\n ? this\n : this.parent\n ? this.parent.getClosestVariantNode()\n : undefined;\n }\n /**\n * Add a child visual element to our set of children.\n */\n addVariantChild(child) {\n const closestVariantNode = this.getClosestVariantNode();\n if (closestVariantNode) {\n closestVariantNode.variantChildren &&\n closestVariantNode.variantChildren.add(child);\n return () => closestVariantNode.variantChildren.delete(child);\n }\n }\n /**\n * Add a motion value and bind it to this visual element.\n */\n addValue(key, value) {\n // Remove existing value if it exists\n const existingValue = this.values.get(key);\n if (value !== existingValue) {\n if (existingValue)\n this.removeValue(key);\n this.bindToMotionValue(key, value);\n this.values.set(key, value);\n this.latestValues[key] = value.get();\n }\n }\n /**\n * Remove a motion value and unbind any active subscriptions.\n */\n removeValue(key) {\n this.values.delete(key);\n const unsubscribe = this.valueSubscriptions.get(key);\n if (unsubscribe) {\n unsubscribe();\n this.valueSubscriptions.delete(key);\n }\n delete this.latestValues[key];\n this.removeValueFromRenderState(key, this.renderState);\n }\n /**\n * Check whether we have a motion value for this key\n */\n hasValue(key) {\n return this.values.has(key);\n }\n getValue(key, defaultValue) {\n if (this.props.values && this.props.values[key]) {\n return this.props.values[key];\n }\n let value = this.values.get(key);\n if (value === undefined && defaultValue !== undefined) {\n value = motionValue(defaultValue === null ? undefined : defaultValue, { owner: this });\n this.addValue(key, value);\n }\n return value;\n }\n /**\n * If we're trying to animate to a previously unencountered value,\n * we need to check for it in our state and as a last resort read it\n * directly from the instance (which might have performance implications).\n */\n readValue(key, target) {\n let value = this.latestValues[key] !== undefined || !this.current\n ? this.latestValues[key]\n : this.getBaseTargetFromProps(this.props, key) ??\n this.readValueFromInstance(this.current, key, this.options);\n if (value !== undefined && value !== null) {\n if (typeof value === \"string\" &&\n (isNumericalString(value) || isZeroValueString(value))) {\n // If this is a number read as a string, ie \"0\" or \"200\", convert it to a number\n value = parseFloat(value);\n }\n else if (!findValueType(value) && complex.test(target)) {\n value = getAnimatableNone(key, target);\n }\n this.setBaseTarget(key, isMotionValue(value) ? value.get() : value);\n }\n return isMotionValue(value) ? value.get() : value;\n }\n /**\n * Set the base target to later animate back to. This is currently\n * only hydrated on creation and when we first read a value.\n */\n setBaseTarget(key, value) {\n this.baseTarget[key] = value;\n }\n /**\n * Find the base target for a value thats been removed from all animation\n * props.\n */\n getBaseTarget(key) {\n const { initial } = this.props;\n let valueFromInitial;\n if (typeof initial === \"string\" || typeof initial === \"object\") {\n const variant = resolveVariantFromProps(this.props, initial, this.presenceContext?.custom);\n if (variant) {\n valueFromInitial = variant[key];\n }\n }\n /**\n * If this value still exists in the current initial variant, read that.\n */\n if (initial && valueFromInitial !== undefined) {\n return valueFromInitial;\n }\n /**\n * Alternatively, if this VisualElement config has defined a getBaseTarget\n * so we can read the value from an alternative source, try that.\n */\n const target = this.getBaseTargetFromProps(this.props, key);\n if (target !== undefined && !isMotionValue(target))\n return target;\n /**\n * If the value was initially defined on initial, but it doesn't any more,\n * return undefined. Otherwise return the value as initially read from the DOM.\n */\n return this.initialValues[key] !== undefined &&\n valueFromInitial === undefined\n ? undefined\n : this.baseTarget[key];\n }\n on(eventName, callback) {\n if (!this.events[eventName]) {\n this.events[eventName] = new SubscriptionManager();\n }\n return this.events[eventName].add(callback);\n }\n notify(eventName, ...args) {\n if (this.events[eventName]) {\n this.events[eventName].notify(...args);\n }\n }\n scheduleRenderMicrotask() {\n microtask.render(this.render);\n }\n}\n\nexport { VisualElement, getFeatureDefinitions, setFeatureDefinitions };\n//# sourceMappingURL=VisualElement.mjs.map\n"],"x_google_ignoreList":[0],"mappings":"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"}
@@ -0,0 +1,206 @@
1
+ import { isNumericalString as e } from "../../../../../../motion-utils@12.39.0/node_modules/motion-utils/dist/es/is-numerical-string.es.js";
2
+ import { isZeroValueString as t } from "../../../../../../motion-utils@12.39.0/node_modules/motion-utils/dist/es/is-zero-value-string.es.js";
3
+ import { SubscriptionManager as n } from "../../../../../../motion-utils@12.39.0/node_modules/motion-utils/dist/es/subscription-manager.es.js";
4
+ import { secondsToMilliseconds as r } from "../../../../../../motion-utils@12.39.0/node_modules/motion-utils/dist/es/time-conversion.es.js";
5
+ import { warnOnce as i } from "../../../../../../motion-utils@12.39.0/node_modules/motion-utils/dist/es/warn-once.es.js";
6
+ import { cancelFrame as a, frame as o } from "../frameloop/frame.es.js";
7
+ import { time as s } from "../frameloop/sync-time.es.js";
8
+ import { complex as c } from "../value/types/complex/index.es.js";
9
+ import { transformProps as l } from "./utils/keys-transform.es.js";
10
+ import { KeyframeResolver as u } from "../animation/keyframes/KeyframesResolver.es.js";
11
+ import { NativeAnimation as d } from "../animation/NativeAnimation.es.js";
12
+ import { acceleratedValues as f } from "../animation/waapi/utils/accelerated-values.es.js";
13
+ import { motionValue as p } from "../value/index.es.js";
14
+ import { resolveVariantFromProps as m } from "./utils/resolve-variants.es.js";
15
+ import { isMotionValue as h } from "../value/utils/is-motion-value.es.js";
16
+ import { getAnimatableNone as g } from "../value/types/utils/animatable-none.es.js";
17
+ import { microtask as _ } from "../frameloop/microtask.es.js";
18
+ import { findValueType as v } from "../value/types/utils/find.es.js";
19
+ import { createBox as y } from "../projection/geometry/models.es.js";
20
+ import { visualElementStore as b } from "./store.es.js";
21
+ import { isControllingVariants as x, isVariantNode as S } from "./utils/is-controlling-variants.es.js";
22
+ import { updateMotionValuesFromProps as C } from "./utils/motion-values.es.js";
23
+ import { hasReducedMotionListener as w, prefersReducedMotion as T } from "./utils/reduced-motion/state.es.js";
24
+ import { initPrefersReducedMotion as E } from "./utils/reduced-motion/index.es.js";
25
+ //#region ../../node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/VisualElement.mjs
26
+ var D = [
27
+ "AnimationStart",
28
+ "AnimationComplete",
29
+ "Update",
30
+ "BeforeLayoutMeasure",
31
+ "LayoutMeasure",
32
+ "LayoutAnimationStart",
33
+ "LayoutAnimationComplete"
34
+ ], O = {};
35
+ function k(e) {
36
+ O = e;
37
+ }
38
+ function A() {
39
+ return O;
40
+ }
41
+ var j = class {
42
+ scrapeMotionValuesFromProps(e, t, n) {
43
+ return {};
44
+ }
45
+ constructor({ parent: e, props: t, presenceContext: n, reducedMotionConfig: r, skipAnimations: i, blockInitialAnimation: a, visualState: c }, l = {}) {
46
+ this.current = null, this.children = /* @__PURE__ */ new Set(), this.isVariantNode = !1, this.isControllingVariants = !1, this.shouldReduceMotion = null, this.shouldSkipAnimations = !1, this.values = /* @__PURE__ */ new Map(), this.KeyframeResolver = u, this.features = {}, this.valueSubscriptions = /* @__PURE__ */ new Map(), this.prevMotionValues = {}, this.hasBeenMounted = !1, this.events = {}, this.propEventSubscriptions = {}, this.notifyUpdate = () => this.notify("Update", this.latestValues), this.render = () => {
47
+ this.current && (this.triggerBuild(), this.renderInstance(this.current, this.renderState, this.props.style, this.projection));
48
+ }, this.renderScheduledAt = 0, this.scheduleRender = () => {
49
+ let e = s.now();
50
+ this.renderScheduledAt < e && (this.renderScheduledAt = e, o.render(this.render, !1, !0));
51
+ };
52
+ let { latestValues: d, renderState: f } = c;
53
+ this.latestValues = d, this.baseTarget = { ...d }, this.initialValues = t.initial ? { ...d } : {}, this.renderState = f, this.parent = e, this.props = t, this.presenceContext = n, this.depth = e ? e.depth + 1 : 0, this.reducedMotionConfig = r, this.skipAnimationsConfig = i, this.options = l, this.blockInitialAnimation = !!a, this.isControllingVariants = x(t), this.isVariantNode = S(t), this.isVariantNode && (this.variantChildren = /* @__PURE__ */ new Set()), this.manuallyAnimateOnMount = !!(e && e.current);
54
+ let { willChange: p, ...m } = this.scrapeMotionValuesFromProps(t, {}, this);
55
+ for (let e in m) {
56
+ let t = m[e];
57
+ d[e] !== void 0 && h(t) && t.set(d[e]);
58
+ }
59
+ }
60
+ mount(e) {
61
+ if (this.hasBeenMounted) for (let e in this.initialValues) this.values.get(e)?.jump(this.initialValues[e]), this.latestValues[e] = this.initialValues[e];
62
+ this.current = e, b.set(e, this), this.projection && !this.projection.instance && this.projection.mount(e), this.parent && this.isVariantNode && !this.isControllingVariants && (this.removeFromVariantTree = this.parent.addVariantChild(this)), this.values.forEach((e, t) => this.bindToMotionValue(t, e)), this.reducedMotionConfig === "never" ? this.shouldReduceMotion = !1 : this.reducedMotionConfig === "always" ? this.shouldReduceMotion = !0 : (w.current || E(), this.shouldReduceMotion = T.current), process.env.NODE_ENV !== "production" && i(this.shouldReduceMotion !== !0, "You have Reduced Motion enabled on your device. Animations may not appear as expected.", "reduced-motion-disabled"), this.shouldSkipAnimations = this.skipAnimationsConfig ?? !1, this.parent?.addChild(this), this.update(this.props, this.presenceContext), this.hasBeenMounted = !0;
63
+ }
64
+ unmount() {
65
+ this.projection && this.projection.unmount(), a(this.notifyUpdate), a(this.render), this.valueSubscriptions.forEach((e) => e()), this.valueSubscriptions.clear(), this.removeFromVariantTree && this.removeFromVariantTree(), this.parent?.removeChild(this);
66
+ for (let e in this.events) this.events[e].clear();
67
+ for (let e in this.features) {
68
+ let t = this.features[e];
69
+ t && (t.unmount(), t.isMounted = !1);
70
+ }
71
+ this.current = null;
72
+ }
73
+ addChild(e) {
74
+ this.children.add(e), this.enteringChildren ??= /* @__PURE__ */ new Set(), this.enteringChildren.add(e);
75
+ }
76
+ removeChild(e) {
77
+ this.children.delete(e), this.enteringChildren && this.enteringChildren.delete(e);
78
+ }
79
+ bindToMotionValue(e, t) {
80
+ if (this.valueSubscriptions.has(e) && this.valueSubscriptions.get(e)(), t.accelerate && f.has(e) && this.current instanceof HTMLElement) {
81
+ let { factory: n, keyframes: i, times: a, ease: o, duration: s } = t.accelerate, c = new d({
82
+ element: this.current,
83
+ name: e,
84
+ keyframes: i,
85
+ times: a,
86
+ ease: o,
87
+ duration: r(s)
88
+ }), l = n(c);
89
+ this.valueSubscriptions.set(e, () => {
90
+ l(), c.cancel();
91
+ });
92
+ return;
93
+ }
94
+ let n = l.has(e);
95
+ n && this.onBindTransform && this.onBindTransform();
96
+ let i = t.on("change", (t) => {
97
+ this.latestValues[e] = t, this.props.onUpdate && o.preRender(this.notifyUpdate), n && this.projection && (this.projection.isTransformDirty = !0), this.scheduleRender();
98
+ }), a;
99
+ typeof window < "u" && window.MotionCheckAppearSync && (a = window.MotionCheckAppearSync(this, e, t)), this.valueSubscriptions.set(e, () => {
100
+ i(), a && a();
101
+ });
102
+ }
103
+ sortNodePosition(e) {
104
+ return !this.current || !this.sortInstanceNodePosition || this.type !== e.type ? 0 : this.sortInstanceNodePosition(this.current, e.current);
105
+ }
106
+ updateFeatures() {
107
+ let e = "animation";
108
+ for (e in O) {
109
+ let t = O[e];
110
+ if (!t) continue;
111
+ let { isEnabled: n, Feature: r } = t;
112
+ if (!this.features[e] && r && n(this.props) && (this.features[e] = new r(this)), this.features[e]) {
113
+ let t = this.features[e];
114
+ t.isMounted ? t.update() : (t.mount(), t.isMounted = !0);
115
+ }
116
+ }
117
+ }
118
+ triggerBuild() {
119
+ this.build(this.renderState, this.latestValues, this.props);
120
+ }
121
+ measureViewportBox() {
122
+ return this.current ? this.measureInstanceViewportBox(this.current, this.props) : y();
123
+ }
124
+ getStaticValue(e) {
125
+ return this.latestValues[e];
126
+ }
127
+ setStaticValue(e, t) {
128
+ this.latestValues[e] = t;
129
+ }
130
+ update(e, t) {
131
+ (e.transformTemplate || this.props.transformTemplate) && this.scheduleRender(), this.prevProps = this.props, this.props = e, this.prevPresenceContext = this.presenceContext, this.presenceContext = t;
132
+ for (let t = 0; t < D.length; t++) {
133
+ let n = D[t];
134
+ this.propEventSubscriptions[n] && (this.propEventSubscriptions[n](), delete this.propEventSubscriptions[n]);
135
+ let r = e["on" + n];
136
+ r && (this.propEventSubscriptions[n] = this.on(n, r));
137
+ }
138
+ this.prevMotionValues = C(this, this.scrapeMotionValuesFromProps(e, this.prevProps || {}, this), this.prevMotionValues), this.handleChildMotionValue && this.handleChildMotionValue();
139
+ }
140
+ getProps() {
141
+ return this.props;
142
+ }
143
+ getVariant(e) {
144
+ return this.props.variants ? this.props.variants[e] : void 0;
145
+ }
146
+ getDefaultTransition() {
147
+ return this.props.transition;
148
+ }
149
+ getTransformPagePoint() {
150
+ return this.props.transformPagePoint;
151
+ }
152
+ getClosestVariantNode() {
153
+ return this.isVariantNode ? this : this.parent ? this.parent.getClosestVariantNode() : void 0;
154
+ }
155
+ addVariantChild(e) {
156
+ let t = this.getClosestVariantNode();
157
+ if (t) return t.variantChildren && t.variantChildren.add(e), () => t.variantChildren.delete(e);
158
+ }
159
+ addValue(e, t) {
160
+ let n = this.values.get(e);
161
+ t !== n && (n && this.removeValue(e), this.bindToMotionValue(e, t), this.values.set(e, t), this.latestValues[e] = t.get());
162
+ }
163
+ removeValue(e) {
164
+ this.values.delete(e);
165
+ let t = this.valueSubscriptions.get(e);
166
+ t && (t(), this.valueSubscriptions.delete(e)), delete this.latestValues[e], this.removeValueFromRenderState(e, this.renderState);
167
+ }
168
+ hasValue(e) {
169
+ return this.values.has(e);
170
+ }
171
+ getValue(e, t) {
172
+ if (this.props.values && this.props.values[e]) return this.props.values[e];
173
+ let n = this.values.get(e);
174
+ return n === void 0 && t !== void 0 && (n = p(t === null ? void 0 : t, { owner: this }), this.addValue(e, n)), n;
175
+ }
176
+ readValue(n, r) {
177
+ let i = this.latestValues[n] !== void 0 || !this.current ? this.latestValues[n] : this.getBaseTargetFromProps(this.props, n) ?? this.readValueFromInstance(this.current, n, this.options);
178
+ return i != null && (typeof i == "string" && (e(i) || t(i)) ? i = parseFloat(i) : !v(i) && c.test(r) && (i = g(n, r)), this.setBaseTarget(n, h(i) ? i.get() : i)), h(i) ? i.get() : i;
179
+ }
180
+ setBaseTarget(e, t) {
181
+ this.baseTarget[e] = t;
182
+ }
183
+ getBaseTarget(e) {
184
+ let { initial: t } = this.props, n;
185
+ if (typeof t == "string" || typeof t == "object") {
186
+ let r = m(this.props, t, this.presenceContext?.custom);
187
+ r && (n = r[e]);
188
+ }
189
+ if (t && n !== void 0) return n;
190
+ let r = this.getBaseTargetFromProps(this.props, e);
191
+ return r !== void 0 && !h(r) ? r : this.initialValues[e] !== void 0 && n === void 0 ? void 0 : this.baseTarget[e];
192
+ }
193
+ on(e, t) {
194
+ return this.events[e] || (this.events[e] = new n()), this.events[e].add(t);
195
+ }
196
+ notify(e, ...t) {
197
+ this.events[e] && this.events[e].notify(...t);
198
+ }
199
+ scheduleRenderMicrotask() {
200
+ _.render(this.render);
201
+ }
202
+ };
203
+ //#endregion
204
+ export { j as VisualElement, A as getFeatureDefinitions, k as setFeatureDefinitions };
205
+
206
+ //# sourceMappingURL=VisualElement.es.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VisualElement.es.js","names":[],"sources":["../../../../../../../../../../../node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/VisualElement.mjs"],"sourcesContent":["import { warnOnce, secondsToMilliseconds, isNumericalString, isZeroValueString, SubscriptionManager } from 'motion-utils';\nimport { KeyframeResolver } from '../animation/keyframes/KeyframesResolver.mjs';\nimport { NativeAnimation } from '../animation/NativeAnimation.mjs';\nimport { acceleratedValues } from '../animation/waapi/utils/accelerated-values.mjs';\nimport { microtask } from '../frameloop/microtask.mjs';\nimport { time } from '../frameloop/sync-time.mjs';\nimport { createBox } from '../projection/geometry/models.mjs';\nimport { motionValue } from '../value/index.mjs';\nimport { complex } from '../value/types/complex/index.mjs';\nimport { getAnimatableNone } from '../value/types/utils/animatable-none.mjs';\nimport { findValueType } from '../value/types/utils/find.mjs';\nimport { isMotionValue } from '../value/utils/is-motion-value.mjs';\nimport { visualElementStore } from './store.mjs';\nimport { isControllingVariants, isVariantNode } from './utils/is-controlling-variants.mjs';\nimport { transformProps } from './utils/keys-transform.mjs';\nimport { updateMotionValuesFromProps } from './utils/motion-values.mjs';\nimport { initPrefersReducedMotion } from './utils/reduced-motion/index.mjs';\nimport { resolveVariantFromProps } from './utils/resolve-variants.mjs';\nimport { hasReducedMotionListener, prefersReducedMotion } from './utils/reduced-motion/state.mjs';\nimport { frame, cancelFrame } from '../frameloop/frame.mjs';\n\nconst propEventHandlers = [\n \"AnimationStart\",\n \"AnimationComplete\",\n \"Update\",\n \"BeforeLayoutMeasure\",\n \"LayoutMeasure\",\n \"LayoutAnimationStart\",\n \"LayoutAnimationComplete\",\n];\n/**\n * Static feature definitions - can be injected by framework layer\n */\nlet featureDefinitions = {};\n/**\n * Set feature definitions for all VisualElements.\n * This should be called by the framework layer (e.g., framer-motion) during initialization.\n */\nfunction setFeatureDefinitions(definitions) {\n featureDefinitions = definitions;\n}\n/**\n * Get the current feature definitions\n */\nfunction getFeatureDefinitions() {\n return featureDefinitions;\n}\n/**\n * A VisualElement is an imperative abstraction around UI elements such as\n * HTMLElement, SVGElement, Three.Object3D etc.\n */\nclass VisualElement {\n /**\n * This method takes React props and returns found MotionValues. For example, HTML\n * MotionValues will be found within the style prop, whereas for Three.js within attribute arrays.\n *\n * This isn't an abstract method as it needs calling in the constructor, but it is\n * intended to be one.\n */\n scrapeMotionValuesFromProps(_props, _prevProps, _visualElement) {\n return {};\n }\n constructor({ parent, props, presenceContext, reducedMotionConfig, skipAnimations, blockInitialAnimation, visualState, }, options = {}) {\n /**\n * A reference to the current underlying Instance, e.g. a HTMLElement\n * or Three.Mesh etc.\n */\n this.current = null;\n /**\n * A set containing references to this VisualElement's children.\n */\n this.children = new Set();\n /**\n * Determine what role this visual element should take in the variant tree.\n */\n this.isVariantNode = false;\n this.isControllingVariants = false;\n /**\n * Decides whether this VisualElement should animate in reduced motion\n * mode.\n *\n * TODO: This is currently set on every individual VisualElement but feels\n * like it could be set globally.\n */\n this.shouldReduceMotion = null;\n /**\n * Decides whether animations should be skipped for this VisualElement.\n * Useful for E2E tests and visual regression testing.\n */\n this.shouldSkipAnimations = false;\n /**\n * A map of all motion values attached to this visual element. Motion\n * values are source of truth for any given animated value. A motion\n * value might be provided externally by the component via props.\n */\n this.values = new Map();\n this.KeyframeResolver = KeyframeResolver;\n /**\n * Cleanup functions for active features (hover/tap/exit etc)\n */\n this.features = {};\n /**\n * A map of every subscription that binds the provided or generated\n * motion values onChange listeners to this visual element.\n */\n this.valueSubscriptions = new Map();\n /**\n * A reference to the previously-provided motion values as returned\n * from scrapeMotionValuesFromProps. We use the keys in here to determine\n * if any motion values need to be removed after props are updated.\n */\n this.prevMotionValues = {};\n /**\n * Track whether this element has been mounted before, to detect\n * remounts after Suspense unmount/remount cycles.\n */\n this.hasBeenMounted = false;\n /**\n * An object containing a SubscriptionManager for each active event.\n */\n this.events = {};\n /**\n * An object containing an unsubscribe function for each prop event subscription.\n * For example, every \"Update\" event can have multiple subscribers via\n * VisualElement.on(), but only one of those can be defined via the onUpdate prop.\n */\n this.propEventSubscriptions = {};\n this.notifyUpdate = () => this.notify(\"Update\", this.latestValues);\n this.render = () => {\n if (!this.current)\n return;\n this.triggerBuild();\n this.renderInstance(this.current, this.renderState, this.props.style, this.projection);\n };\n this.renderScheduledAt = 0.0;\n this.scheduleRender = () => {\n const now = time.now();\n if (this.renderScheduledAt < now) {\n this.renderScheduledAt = now;\n frame.render(this.render, false, true);\n }\n };\n const { latestValues, renderState } = visualState;\n this.latestValues = latestValues;\n this.baseTarget = { ...latestValues };\n this.initialValues = props.initial ? { ...latestValues } : {};\n this.renderState = renderState;\n this.parent = parent;\n this.props = props;\n this.presenceContext = presenceContext;\n this.depth = parent ? parent.depth + 1 : 0;\n this.reducedMotionConfig = reducedMotionConfig;\n this.skipAnimationsConfig = skipAnimations;\n this.options = options;\n this.blockInitialAnimation = Boolean(blockInitialAnimation);\n this.isControllingVariants = isControllingVariants(props);\n this.isVariantNode = isVariantNode(props);\n if (this.isVariantNode) {\n this.variantChildren = new Set();\n }\n this.manuallyAnimateOnMount = Boolean(parent && parent.current);\n /**\n * Any motion values that are provided to the element when created\n * aren't yet bound to the element, as this would technically be impure.\n * However, we iterate through the motion values and set them to the\n * initial values for this component.\n *\n * TODO: This is impure and we should look at changing this to run on mount.\n * Doing so will break some tests but this isn't necessarily a breaking change,\n * more a reflection of the test.\n */\n const { willChange, ...initialMotionValues } = this.scrapeMotionValuesFromProps(props, {}, this);\n for (const key in initialMotionValues) {\n const value = initialMotionValues[key];\n if (latestValues[key] !== undefined && isMotionValue(value)) {\n value.set(latestValues[key]);\n }\n }\n }\n mount(instance) {\n /**\n * If this element has been mounted before (e.g. after a Suspense\n * unmount/remount), reset motion values to their initial state\n * so animations replay correctly from initial → animate.\n */\n if (this.hasBeenMounted) {\n for (const key in this.initialValues) {\n this.values.get(key)?.jump(this.initialValues[key]);\n this.latestValues[key] = this.initialValues[key];\n }\n }\n this.current = instance;\n visualElementStore.set(instance, this);\n if (this.projection && !this.projection.instance) {\n this.projection.mount(instance);\n }\n if (this.parent && this.isVariantNode && !this.isControllingVariants) {\n this.removeFromVariantTree = this.parent.addVariantChild(this);\n }\n this.values.forEach((value, key) => this.bindToMotionValue(key, value));\n /**\n * Determine reduced motion preference. Only initialize the matchMedia\n * listener if we actually need the dynamic value (i.e., when config\n * is neither \"never\" nor \"always\").\n */\n if (this.reducedMotionConfig === \"never\") {\n this.shouldReduceMotion = false;\n }\n else if (this.reducedMotionConfig === \"always\") {\n this.shouldReduceMotion = true;\n }\n else {\n if (!hasReducedMotionListener.current) {\n initPrefersReducedMotion();\n }\n this.shouldReduceMotion = prefersReducedMotion.current;\n }\n if (process.env.NODE_ENV !== \"production\") {\n warnOnce(this.shouldReduceMotion !== true, \"You have Reduced Motion enabled on your device. Animations may not appear as expected.\", \"reduced-motion-disabled\");\n }\n /**\n * Set whether animations should be skipped based on the config.\n */\n this.shouldSkipAnimations = this.skipAnimationsConfig ?? false;\n this.parent?.addChild(this);\n this.update(this.props, this.presenceContext);\n this.hasBeenMounted = true;\n }\n unmount() {\n this.projection && this.projection.unmount();\n cancelFrame(this.notifyUpdate);\n cancelFrame(this.render);\n this.valueSubscriptions.forEach((remove) => remove());\n this.valueSubscriptions.clear();\n this.removeFromVariantTree && this.removeFromVariantTree();\n this.parent?.removeChild(this);\n for (const key in this.events) {\n this.events[key].clear();\n }\n for (const key in this.features) {\n const feature = this.features[key];\n if (feature) {\n feature.unmount();\n feature.isMounted = false;\n }\n }\n this.current = null;\n }\n addChild(child) {\n this.children.add(child);\n this.enteringChildren ?? (this.enteringChildren = new Set());\n this.enteringChildren.add(child);\n }\n removeChild(child) {\n this.children.delete(child);\n this.enteringChildren && this.enteringChildren.delete(child);\n }\n bindToMotionValue(key, value) {\n if (this.valueSubscriptions.has(key)) {\n this.valueSubscriptions.get(key)();\n }\n if (value.accelerate &&\n acceleratedValues.has(key) &&\n this.current instanceof HTMLElement) {\n const { factory, keyframes, times, ease, duration } = value.accelerate;\n const animation = new NativeAnimation({\n element: this.current,\n name: key,\n keyframes,\n times,\n ease,\n duration: secondsToMilliseconds(duration),\n });\n const cleanup = factory(animation);\n this.valueSubscriptions.set(key, () => {\n cleanup();\n animation.cancel();\n });\n return;\n }\n const valueIsTransform = transformProps.has(key);\n if (valueIsTransform && this.onBindTransform) {\n this.onBindTransform();\n }\n const removeOnChange = value.on(\"change\", (latestValue) => {\n this.latestValues[key] = latestValue;\n this.props.onUpdate && frame.preRender(this.notifyUpdate);\n if (valueIsTransform && this.projection) {\n this.projection.isTransformDirty = true;\n }\n this.scheduleRender();\n });\n let removeSyncCheck;\n if (typeof window !== \"undefined\" &&\n window.MotionCheckAppearSync) {\n removeSyncCheck = window.MotionCheckAppearSync(this, key, value);\n }\n this.valueSubscriptions.set(key, () => {\n removeOnChange();\n if (removeSyncCheck)\n removeSyncCheck();\n // Defer to MotionValue.on(\"change\") auto-stop so React 19 remounts\n // can resubscribe before the animation is cancelled (#3315).\n });\n }\n sortNodePosition(other) {\n /**\n * If these nodes aren't even of the same type we can't compare their depth.\n */\n if (!this.current ||\n !this.sortInstanceNodePosition ||\n this.type !== other.type) {\n return 0;\n }\n return this.sortInstanceNodePosition(this.current, other.current);\n }\n updateFeatures() {\n let key = \"animation\";\n for (key in featureDefinitions) {\n const featureDefinition = featureDefinitions[key];\n if (!featureDefinition)\n continue;\n const { isEnabled, Feature: FeatureConstructor } = featureDefinition;\n /**\n * If this feature is enabled but not active, make a new instance.\n */\n if (!this.features[key] &&\n FeatureConstructor &&\n isEnabled(this.props)) {\n this.features[key] = new FeatureConstructor(this);\n }\n /**\n * If we have a feature, mount or update it.\n */\n if (this.features[key]) {\n const feature = this.features[key];\n if (feature.isMounted) {\n feature.update();\n }\n else {\n feature.mount();\n feature.isMounted = true;\n }\n }\n }\n }\n triggerBuild() {\n this.build(this.renderState, this.latestValues, this.props);\n }\n /**\n * Measure the current viewport box with or without transforms.\n * Only measures axis-aligned boxes, rotate and skew must be manually\n * removed with a re-render to work.\n */\n measureViewportBox() {\n return this.current\n ? this.measureInstanceViewportBox(this.current, this.props)\n : createBox();\n }\n getStaticValue(key) {\n return this.latestValues[key];\n }\n setStaticValue(key, value) {\n this.latestValues[key] = value;\n }\n /**\n * Update the provided props. Ensure any newly-added motion values are\n * added to our map, old ones removed, and listeners updated.\n */\n update(props, presenceContext) {\n if (props.transformTemplate || this.props.transformTemplate) {\n this.scheduleRender();\n }\n this.prevProps = this.props;\n this.props = props;\n this.prevPresenceContext = this.presenceContext;\n this.presenceContext = presenceContext;\n /**\n * Update prop event handlers ie onAnimationStart, onAnimationComplete\n */\n for (let i = 0; i < propEventHandlers.length; i++) {\n const key = propEventHandlers[i];\n if (this.propEventSubscriptions[key]) {\n this.propEventSubscriptions[key]();\n delete this.propEventSubscriptions[key];\n }\n const listenerName = (\"on\" + key);\n const listener = props[listenerName];\n if (listener) {\n this.propEventSubscriptions[key] = this.on(key, listener);\n }\n }\n this.prevMotionValues = updateMotionValuesFromProps(this, this.scrapeMotionValuesFromProps(props, this.prevProps || {}, this), this.prevMotionValues);\n if (this.handleChildMotionValue) {\n this.handleChildMotionValue();\n }\n }\n getProps() {\n return this.props;\n }\n /**\n * Returns the variant definition with a given name.\n */\n getVariant(name) {\n return this.props.variants ? this.props.variants[name] : undefined;\n }\n /**\n * Returns the defined default transition on this component.\n */\n getDefaultTransition() {\n return this.props.transition;\n }\n getTransformPagePoint() {\n return this.props.transformPagePoint;\n }\n getClosestVariantNode() {\n return this.isVariantNode\n ? this\n : this.parent\n ? this.parent.getClosestVariantNode()\n : undefined;\n }\n /**\n * Add a child visual element to our set of children.\n */\n addVariantChild(child) {\n const closestVariantNode = this.getClosestVariantNode();\n if (closestVariantNode) {\n closestVariantNode.variantChildren &&\n closestVariantNode.variantChildren.add(child);\n return () => closestVariantNode.variantChildren.delete(child);\n }\n }\n /**\n * Add a motion value and bind it to this visual element.\n */\n addValue(key, value) {\n // Remove existing value if it exists\n const existingValue = this.values.get(key);\n if (value !== existingValue) {\n if (existingValue)\n this.removeValue(key);\n this.bindToMotionValue(key, value);\n this.values.set(key, value);\n this.latestValues[key] = value.get();\n }\n }\n /**\n * Remove a motion value and unbind any active subscriptions.\n */\n removeValue(key) {\n this.values.delete(key);\n const unsubscribe = this.valueSubscriptions.get(key);\n if (unsubscribe) {\n unsubscribe();\n this.valueSubscriptions.delete(key);\n }\n delete this.latestValues[key];\n this.removeValueFromRenderState(key, this.renderState);\n }\n /**\n * Check whether we have a motion value for this key\n */\n hasValue(key) {\n return this.values.has(key);\n }\n getValue(key, defaultValue) {\n if (this.props.values && this.props.values[key]) {\n return this.props.values[key];\n }\n let value = this.values.get(key);\n if (value === undefined && defaultValue !== undefined) {\n value = motionValue(defaultValue === null ? undefined : defaultValue, { owner: this });\n this.addValue(key, value);\n }\n return value;\n }\n /**\n * If we're trying to animate to a previously unencountered value,\n * we need to check for it in our state and as a last resort read it\n * directly from the instance (which might have performance implications).\n */\n readValue(key, target) {\n let value = this.latestValues[key] !== undefined || !this.current\n ? this.latestValues[key]\n : this.getBaseTargetFromProps(this.props, key) ??\n this.readValueFromInstance(this.current, key, this.options);\n if (value !== undefined && value !== null) {\n if (typeof value === \"string\" &&\n (isNumericalString(value) || isZeroValueString(value))) {\n // If this is a number read as a string, ie \"0\" or \"200\", convert it to a number\n value = parseFloat(value);\n }\n else if (!findValueType(value) && complex.test(target)) {\n value = getAnimatableNone(key, target);\n }\n this.setBaseTarget(key, isMotionValue(value) ? value.get() : value);\n }\n return isMotionValue(value) ? value.get() : value;\n }\n /**\n * Set the base target to later animate back to. This is currently\n * only hydrated on creation and when we first read a value.\n */\n setBaseTarget(key, value) {\n this.baseTarget[key] = value;\n }\n /**\n * Find the base target for a value thats been removed from all animation\n * props.\n */\n getBaseTarget(key) {\n const { initial } = this.props;\n let valueFromInitial;\n if (typeof initial === \"string\" || typeof initial === \"object\") {\n const variant = resolveVariantFromProps(this.props, initial, this.presenceContext?.custom);\n if (variant) {\n valueFromInitial = variant[key];\n }\n }\n /**\n * If this value still exists in the current initial variant, read that.\n */\n if (initial && valueFromInitial !== undefined) {\n return valueFromInitial;\n }\n /**\n * Alternatively, if this VisualElement config has defined a getBaseTarget\n * so we can read the value from an alternative source, try that.\n */\n const target = this.getBaseTargetFromProps(this.props, key);\n if (target !== undefined && !isMotionValue(target))\n return target;\n /**\n * If the value was initially defined on initial, but it doesn't any more,\n * return undefined. Otherwise return the value as initially read from the DOM.\n */\n return this.initialValues[key] !== undefined &&\n valueFromInitial === undefined\n ? undefined\n : this.baseTarget[key];\n }\n on(eventName, callback) {\n if (!this.events[eventName]) {\n this.events[eventName] = new SubscriptionManager();\n }\n return this.events[eventName].add(callback);\n }\n notify(eventName, ...args) {\n if (this.events[eventName]) {\n this.events[eventName].notify(...args);\n }\n }\n scheduleRenderMicrotask() {\n microtask.render(this.render);\n }\n}\n\nexport { VisualElement, getFeatureDefinitions, setFeatureDefinitions };\n//# sourceMappingURL=VisualElement.mjs.map\n"],"x_google_ignoreList":[0],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ require("../../../../../../../../../_virtual/_rolldown/runtime.cjs.js");const e=require("../../value/utils/is-motion-value.cjs.js"),t=require("../../animation/keyframes/DOMKeyframesResolver.cjs.js"),n=require("../VisualElement.cjs.js");var r=class extends n.VisualElement{constructor(){super(...arguments),this.KeyframeResolver=t.DOMKeyframesResolver}sortInstanceNodePosition(e,t){return e.compareDocumentPosition(t)&2?1:-1}getBaseTargetFromProps(e,t){let n=e.style;return n?n[t]:void 0}removeValueFromRenderState(e,{vars:t,style:n}){delete t[e],delete n[e]}handleChildMotionValue(){this.childSubscription&&(this.childSubscription(),delete this.childSubscription);let{children:t}=this.props;e.isMotionValue(t)&&(this.childSubscription=t.on(`change`,e=>{this.current&&(this.current.textContent=`${e}`)}))}};exports.DOMVisualElement=r;
2
+ //# sourceMappingURL=DOMVisualElement.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DOMVisualElement.cjs.js","names":["VisualElement","DOMKeyframesResolver","isMotionValue"],"sources":["../../../../../../../../../../../../node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/dom/DOMVisualElement.mjs"],"sourcesContent":["import { isMotionValue } from '../../value/utils/is-motion-value.mjs';\nimport { DOMKeyframesResolver } from '../../animation/keyframes/DOMKeyframesResolver.mjs';\nimport { VisualElement } from '../VisualElement.mjs';\n\nclass DOMVisualElement extends VisualElement {\n constructor() {\n super(...arguments);\n this.KeyframeResolver = DOMKeyframesResolver;\n }\n sortInstanceNodePosition(a, b) {\n /**\n * compareDocumentPosition returns a bitmask, by using the bitwise &\n * we're returning true if 2 in that bitmask is set to true. 2 is set\n * to true if b preceeds a.\n */\n return a.compareDocumentPosition(b) & 2 ? 1 : -1;\n }\n getBaseTargetFromProps(props, key) {\n const style = props.style;\n return style ? style[key] : undefined;\n }\n removeValueFromRenderState(key, { vars, style }) {\n delete vars[key];\n delete style[key];\n }\n handleChildMotionValue() {\n if (this.childSubscription) {\n this.childSubscription();\n delete this.childSubscription;\n }\n const { children } = this.props;\n if (isMotionValue(children)) {\n this.childSubscription = children.on(\"change\", (latest) => {\n if (this.current) {\n this.current.textContent = `${latest}`;\n }\n });\n }\n }\n}\n\nexport { DOMVisualElement };\n//# sourceMappingURL=DOMVisualElement.mjs.map\n"],"x_google_ignoreList":[0],"mappings":"4OAIA,IAAM,EAAN,cAA+BA,EAAAA,aAAc,CACzC,aAAc,CACV,MAAM,GAAG,SAAS,EAClB,KAAK,iBAAmBC,EAAAA,oBAC5B,CACA,yBAAyB,EAAG,EAAG,CAM3B,OAAO,EAAE,wBAAwB,CAAC,EAAI,EAAI,EAAI,EAClD,CACA,uBAAuB,EAAO,EAAK,CAC/B,IAAM,EAAQ,EAAM,MACpB,OAAO,EAAQ,EAAM,GAAO,IAAA,EAChC,CACA,2BAA2B,EAAK,CAAE,OAAM,SAAS,CAC7C,OAAO,EAAK,GACZ,OAAO,EAAM,EACjB,CACA,wBAAyB,CACjB,KAAK,oBACL,KAAK,kBAAkB,EACvB,OAAO,KAAK,mBAEhB,GAAM,CAAE,YAAa,KAAK,MACtBC,EAAAA,cAAc,CAAQ,IACtB,KAAK,kBAAoB,EAAS,GAAG,SAAW,GAAW,CACnD,KAAK,UACL,KAAK,QAAQ,YAAc,GAAG,IAEtC,CAAC,EAET,CACJ"}
@@ -0,0 +1,30 @@
1
+ import { isMotionValue as e } from "../../value/utils/is-motion-value.es.js";
2
+ import { DOMKeyframesResolver as t } from "../../animation/keyframes/DOMKeyframesResolver.es.js";
3
+ import { VisualElement as n } from "../VisualElement.es.js";
4
+ //#region ../../node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/dom/DOMVisualElement.mjs
5
+ var r = class extends n {
6
+ constructor() {
7
+ super(...arguments), this.KeyframeResolver = t;
8
+ }
9
+ sortInstanceNodePosition(e, t) {
10
+ return e.compareDocumentPosition(t) & 2 ? 1 : -1;
11
+ }
12
+ getBaseTargetFromProps(e, t) {
13
+ let n = e.style;
14
+ return n ? n[t] : void 0;
15
+ }
16
+ removeValueFromRenderState(e, { vars: t, style: n }) {
17
+ delete t[e], delete n[e];
18
+ }
19
+ handleChildMotionValue() {
20
+ this.childSubscription && (this.childSubscription(), delete this.childSubscription);
21
+ let { children: t } = this.props;
22
+ e(t) && (this.childSubscription = t.on("change", (e) => {
23
+ this.current && (this.current.textContent = `${e}`);
24
+ }));
25
+ }
26
+ };
27
+ //#endregion
28
+ export { r as DOMVisualElement };
29
+
30
+ //# sourceMappingURL=DOMVisualElement.es.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DOMVisualElement.es.js","names":[],"sources":["../../../../../../../../../../../../node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/dom/DOMVisualElement.mjs"],"sourcesContent":["import { isMotionValue } from '../../value/utils/is-motion-value.mjs';\nimport { DOMKeyframesResolver } from '../../animation/keyframes/DOMKeyframesResolver.mjs';\nimport { VisualElement } from '../VisualElement.mjs';\n\nclass DOMVisualElement extends VisualElement {\n constructor() {\n super(...arguments);\n this.KeyframeResolver = DOMKeyframesResolver;\n }\n sortInstanceNodePosition(a, b) {\n /**\n * compareDocumentPosition returns a bitmask, by using the bitwise &\n * we're returning true if 2 in that bitmask is set to true. 2 is set\n * to true if b preceeds a.\n */\n return a.compareDocumentPosition(b) & 2 ? 1 : -1;\n }\n getBaseTargetFromProps(props, key) {\n const style = props.style;\n return style ? style[key] : undefined;\n }\n removeValueFromRenderState(key, { vars, style }) {\n delete vars[key];\n delete style[key];\n }\n handleChildMotionValue() {\n if (this.childSubscription) {\n this.childSubscription();\n delete this.childSubscription;\n }\n const { children } = this.props;\n if (isMotionValue(children)) {\n this.childSubscription = children.on(\"change\", (latest) => {\n if (this.current) {\n this.current.textContent = `${latest}`;\n }\n });\n }\n }\n}\n\nexport { DOMVisualElement };\n//# sourceMappingURL=DOMVisualElement.mjs.map\n"],"x_google_ignoreList":[0],"mappings":";;;;AAIA,IAAM,IAAN,cAA+B,EAAc;CACzC,cAAc;EAEV,AADA,MAAM,GAAG,SAAS,GAClB,KAAK,mBAAmB;CAC5B;CACA,yBAAyB,GAAG,GAAG;EAM3B,OAAO,EAAE,wBAAwB,CAAC,IAAI,IAAI,IAAI;CAClD;CACA,uBAAuB,GAAO,GAAK;EAC/B,IAAM,IAAQ,EAAM;EACpB,OAAO,IAAQ,EAAM,KAAO,KAAA;CAChC;CACA,2BAA2B,GAAK,EAAE,SAAM,YAAS;EAE7C,AADA,OAAO,EAAK,IACZ,OAAO,EAAM;CACjB;CACA,yBAAyB;EACrB,AAAI,KAAK,sBACL,KAAK,kBAAkB,GACvB,OAAO,KAAK;EAEhB,IAAM,EAAE,gBAAa,KAAK;EAC1B,AAAI,EAAc,CAAQ,MACtB,KAAK,oBAAoB,EAAS,GAAG,WAAW,MAAW;GACvD,AAAI,KAAK,YACL,KAAK,QAAQ,cAAc,GAAG;EAEtC,CAAC;CAET;AACJ"}
@@ -0,0 +1,2 @@
1
+ require("../../../../../../../../../_virtual/_rolldown/runtime.cjs.js");var e=e=>e.startsWith(`--`);exports.isCSSVar=e;
2
+ //# sourceMappingURL=is-css-var.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"is-css-var.cjs.js","names":[],"sources":["../../../../../../../../../../../../node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/dom/is-css-var.mjs"],"sourcesContent":["const isCSSVar = (name) => name.startsWith(\"--\");\n\nexport { isCSSVar };\n//# sourceMappingURL=is-css-var.mjs.map\n"],"x_google_ignoreList":[0],"mappings":"wEAAA,IAAM,EAAY,GAAS,EAAK,WAAW,IAAI"}
@@ -0,0 +1,6 @@
1
+ //#region ../../node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/dom/is-css-var.mjs
2
+ var e = (e) => e.startsWith("--");
3
+ //#endregion
4
+ export { e as isCSSVar };
5
+
6
+ //# sourceMappingURL=is-css-var.es.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"is-css-var.es.js","names":[],"sources":["../../../../../../../../../../../../node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/dom/is-css-var.mjs"],"sourcesContent":["const isCSSVar = (name) => name.startsWith(\"--\");\n\nexport { isCSSVar };\n//# sourceMappingURL=is-css-var.mjs.map\n"],"x_google_ignoreList":[0],"mappings":";AAAA,IAAM,KAAY,MAAS,EAAK,WAAW,IAAI"}
@@ -0,0 +1,2 @@
1
+ require("../../../../../../../../../_virtual/_rolldown/runtime.cjs.js");var e=e=>e*180/Math.PI,t=t=>r(e(Math.atan2(t[1],t[0]))),n={x:4,y:5,translateX:4,translateY:5,scaleX:0,scaleY:3,scale:e=>(Math.abs(e[0])+Math.abs(e[3]))/2,rotate:t,rotateZ:t,skewX:t=>e(Math.atan(t[1])),skewY:t=>e(Math.atan(t[2])),skew:e=>(Math.abs(e[1])+Math.abs(e[2]))/2},r=e=>(e%=360,e<0&&(e+=360),e),i=t,a=e=>Math.sqrt(e[0]*e[0]+e[1]*e[1]),o=e=>Math.sqrt(e[4]*e[4]+e[5]*e[5]),s={x:12,y:13,z:14,translateX:12,translateY:13,translateZ:14,scaleX:a,scaleY:o,scale:e=>(a(e)+o(e))/2,rotateX:t=>r(e(Math.atan2(t[6],t[5]))),rotateY:t=>r(e(Math.atan2(-t[2],t[0]))),rotateZ:i,rotate:i,skewX:t=>e(Math.atan(t[4])),skewY:t=>e(Math.atan(t[1])),skew:e=>(Math.abs(e[1])+Math.abs(e[4]))/2};function c(e){return+!!e.includes(`scale`)}function l(e,t){if(!e||e===`none`)return c(t);let r=e.match(/^matrix3d\(([-\d.e\s,]+)\)$/u),i,a;if(r)i=s,a=r;else{let t=e.match(/^matrix\(([-\d.e\s,]+)\)$/u);i=n,a=t}if(!a)return c(t);let o=i[t],l=a[1].split(`,`).map(d);return typeof o==`function`?o(l):l[o]}var u=(e,t)=>{let{transform:n=`none`}=getComputedStyle(e);return l(n,t)};function d(e){return parseFloat(e.trim())}exports.defaultTransformValue=c,exports.parseValueFromTransform=l,exports.readTransformValue=u;
2
+ //# sourceMappingURL=parse-transform.cjs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"parse-transform.cjs.js","names":[],"sources":["../../../../../../../../../../../../node_modules/.bun/motion-dom@12.42.2/node_modules/motion-dom/dist/es/render/dom/parse-transform.mjs"],"sourcesContent":["const radToDeg = (rad) => (rad * 180) / Math.PI;\nconst rotate = (v) => {\n const angle = radToDeg(Math.atan2(v[1], v[0]));\n return rebaseAngle(angle);\n};\nconst matrix2dParsers = {\n x: 4,\n y: 5,\n translateX: 4,\n translateY: 5,\n scaleX: 0,\n scaleY: 3,\n scale: (v) => (Math.abs(v[0]) + Math.abs(v[3])) / 2,\n rotate,\n rotateZ: rotate,\n skewX: (v) => radToDeg(Math.atan(v[1])),\n skewY: (v) => radToDeg(Math.atan(v[2])),\n skew: (v) => (Math.abs(v[1]) + Math.abs(v[2])) / 2,\n};\nconst rebaseAngle = (angle) => {\n angle = angle % 360;\n if (angle < 0)\n angle += 360;\n return angle;\n};\nconst rotateZ = rotate;\nconst scaleX = (v) => Math.sqrt(v[0] * v[0] + v[1] * v[1]);\nconst scaleY = (v) => Math.sqrt(v[4] * v[4] + v[5] * v[5]);\nconst matrix3dParsers = {\n x: 12,\n y: 13,\n z: 14,\n translateX: 12,\n translateY: 13,\n translateZ: 14,\n scaleX,\n scaleY,\n scale: (v) => (scaleX(v) + scaleY(v)) / 2,\n rotateX: (v) => rebaseAngle(radToDeg(Math.atan2(v[6], v[5]))),\n rotateY: (v) => rebaseAngle(radToDeg(Math.atan2(-v[2], v[0]))),\n rotateZ,\n rotate: rotateZ,\n skewX: (v) => radToDeg(Math.atan(v[4])),\n skewY: (v) => radToDeg(Math.atan(v[1])),\n skew: (v) => (Math.abs(v[1]) + Math.abs(v[4])) / 2,\n};\nfunction defaultTransformValue(name) {\n return name.includes(\"scale\") ? 1 : 0;\n}\nfunction parseValueFromTransform(transform, name) {\n if (!transform || transform === \"none\") {\n return defaultTransformValue(name);\n }\n const matrix3dMatch = transform.match(/^matrix3d\\(([-\\d.e\\s,]+)\\)$/u);\n let parsers;\n let match;\n if (matrix3dMatch) {\n parsers = matrix3dParsers;\n match = matrix3dMatch;\n }\n else {\n const matrix2dMatch = transform.match(/^matrix\\(([-\\d.e\\s,]+)\\)$/u);\n parsers = matrix2dParsers;\n match = matrix2dMatch;\n }\n if (!match) {\n return defaultTransformValue(name);\n }\n const valueParser = parsers[name];\n const values = match[1].split(\",\").map(convertTransformToNumber);\n return typeof valueParser === \"function\"\n ? valueParser(values)\n : values[valueParser];\n}\nconst readTransformValue = (instance, name) => {\n const { transform = \"none\" } = getComputedStyle(instance);\n return parseValueFromTransform(transform, name);\n};\nfunction convertTransformToNumber(value) {\n return parseFloat(value.trim());\n}\n\nexport { defaultTransformValue, parseValueFromTransform, readTransformValue };\n//# sourceMappingURL=parse-transform.mjs.map\n"],"x_google_ignoreList":[0],"mappings":"wEAAA,IAAM,EAAY,GAAS,EAAM,IAAO,KAAK,GACvC,EAAU,GAEL,EADO,EAAS,KAAK,MAAM,EAAE,GAAI,EAAE,EAAE,CACzB,CAAK,EAEtB,EAAkB,CACpB,EAAG,EACH,EAAG,EACH,WAAY,EACZ,WAAY,EACZ,OAAQ,EACR,OAAQ,EACR,MAAQ,IAAO,KAAK,IAAI,EAAE,EAAE,EAAI,KAAK,IAAI,EAAE,EAAE,GAAK,EAClD,SACA,QAAS,EACT,MAAQ,GAAM,EAAS,KAAK,KAAK,EAAE,EAAE,CAAC,EACtC,MAAQ,GAAM,EAAS,KAAK,KAAK,EAAE,EAAE,CAAC,EACtC,KAAO,IAAO,KAAK,IAAI,EAAE,EAAE,EAAI,KAAK,IAAI,EAAE,EAAE,GAAK,CACrD,EACM,EAAe,IACjB,GAAgB,IACZ,EAAQ,IACR,GAAS,KACN,GAEL,EAAU,EACV,EAAU,GAAM,KAAK,KAAK,EAAE,GAAK,EAAE,GAAK,EAAE,GAAK,EAAE,EAAE,EACnD,EAAU,GAAM,KAAK,KAAK,EAAE,GAAK,EAAE,GAAK,EAAE,GAAK,EAAE,EAAE,EACnD,EAAkB,CACpB,EAAG,GACH,EAAG,GACH,EAAG,GACH,WAAY,GACZ,WAAY,GACZ,WAAY,GACZ,SACA,SACA,MAAQ,IAAO,EAAO,CAAC,EAAI,EAAO,CAAC,GAAK,EACxC,QAAU,GAAM,EAAY,EAAS,KAAK,MAAM,EAAE,GAAI,EAAE,EAAE,CAAC,CAAC,EAC5D,QAAU,GAAM,EAAY,EAAS,KAAK,MAAM,CAAC,EAAE,GAAI,EAAE,EAAE,CAAC,CAAC,EAC7D,UACA,OAAQ,EACR,MAAQ,GAAM,EAAS,KAAK,KAAK,EAAE,EAAE,CAAC,EACtC,MAAQ,GAAM,EAAS,KAAK,KAAK,EAAE,EAAE,CAAC,EACtC,KAAO,IAAO,KAAK,IAAI,EAAE,EAAE,EAAI,KAAK,IAAI,EAAE,EAAE,GAAK,CACrD,EACA,SAAS,EAAsB,EAAM,CACjC,MAAO,KAAK,SAAS,OAAO,CAChC,CACA,SAAS,EAAwB,EAAW,EAAM,CAC9C,GAAI,CAAC,GAAa,IAAc,OAC5B,OAAO,EAAsB,CAAI,EAErC,IAAM,EAAgB,EAAU,MAAM,8BAA8B,EAChE,EACA,EACJ,GAAI,EACA,EAAU,EACV,EAAQ,MAEP,CACD,IAAM,EAAgB,EAAU,MAAM,4BAA4B,EAClE,EAAU,EACV,EAAQ,CACZ,CACA,GAAI,CAAC,EACD,OAAO,EAAsB,CAAI,EAErC,IAAM,EAAc,EAAQ,GACtB,EAAS,EAAM,EAAE,CAAC,MAAM,GAAG,CAAC,CAAC,IAAI,CAAwB,EAC/D,OAAO,OAAO,GAAgB,WACxB,EAAY,CAAM,EAClB,EAAO,EACjB,CACA,IAAM,GAAsB,EAAU,IAAS,CAC3C,GAAM,CAAE,YAAY,QAAW,iBAAiB,CAAQ,EACxD,OAAO,EAAwB,EAAW,CAAI,CAClD,EACA,SAAS,EAAyB,EAAO,CACrC,OAAO,WAAW,EAAM,KAAK,CAAC,CAClC"}