@arolariu/components 0.0.40 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (461) hide show
  1. package/DEBUGGING.md +396 -401
  2. package/{readme.md → README.md} +627 -627
  3. package/changelog.md +8 -0
  4. package/dist/components/ui/accordion.d.ts.map +1 -0
  5. package/dist/components/ui/alert-dialog.d.ts.map +1 -0
  6. package/dist/components/ui/alert.d.ts.map +1 -0
  7. package/dist/components/ui/aspect-ratio.d.ts.map +1 -0
  8. package/dist/components/ui/avatar.d.ts.map +1 -0
  9. package/dist/components/ui/background-beams.d.ts.map +1 -0
  10. package/dist/components/ui/badge.d.ts.map +1 -0
  11. package/dist/components/ui/breadcrumb.d.ts.map +1 -0
  12. package/dist/components/ui/bubble-background.d.ts.map +1 -0
  13. package/dist/components/ui/button.d.ts.map +1 -0
  14. package/dist/components/ui/calendar.d.ts.map +1 -0
  15. package/dist/{esm/components → components}/ui/calendar.js +1 -1
  16. package/dist/components/ui/calendar.js.map +1 -0
  17. package/dist/components/ui/card.d.ts.map +1 -0
  18. package/dist/components/ui/carousel.d.ts.map +1 -0
  19. package/dist/components/ui/chart.d.ts +41 -0
  20. package/dist/components/ui/chart.d.ts.map +1 -0
  21. package/dist/{esm/components → components}/ui/chart.js +10 -10
  22. package/dist/components/ui/chart.js.map +1 -0
  23. package/dist/components/ui/checkbox.d.ts.map +1 -0
  24. package/dist/components/ui/collapsible.d.ts.map +1 -0
  25. package/dist/components/ui/command.d.ts.map +1 -0
  26. package/dist/components/ui/context-menu.d.ts.map +1 -0
  27. package/dist/components/ui/counting-number.d.ts.map +1 -0
  28. package/dist/components/ui/dialog.d.ts.map +1 -0
  29. package/dist/components/ui/dot-background.d.ts.map +1 -0
  30. package/dist/components/ui/drawer.d.ts.map +1 -0
  31. package/dist/components/ui/drawer.js.map +1 -0
  32. package/dist/components/ui/dropdown-menu.d.ts.map +1 -0
  33. package/dist/components/ui/dropdrawer.d.ts.map +1 -0
  34. package/dist/components/ui/fireworks-background.d.ts.map +1 -0
  35. package/dist/components/ui/flip-button.d.ts.map +1 -0
  36. package/dist/components/ui/form.d.ts.map +1 -0
  37. package/dist/components/ui/gradient-background.d.ts.map +1 -0
  38. package/dist/components/ui/gradient-text.d.ts.map +1 -0
  39. package/dist/components/ui/highlight-text.d.ts.map +1 -0
  40. package/dist/components/ui/hole-background.d.ts.map +1 -0
  41. package/dist/components/ui/hover-card.d.ts.map +1 -0
  42. package/dist/components/ui/input-otp.d.ts.map +1 -0
  43. package/dist/components/ui/input.d.ts.map +1 -0
  44. package/dist/components/ui/input.js.map +1 -0
  45. package/dist/components/ui/label.d.ts.map +1 -0
  46. package/dist/components/ui/menubar.d.ts.map +1 -0
  47. package/dist/components/ui/navigation-menu.d.ts.map +1 -0
  48. package/dist/components/ui/pagination.d.ts.map +1 -0
  49. package/dist/components/ui/popover.d.ts.map +1 -0
  50. package/dist/components/ui/progress.d.ts.map +1 -0
  51. package/dist/components/ui/radio-group.d.ts.map +1 -0
  52. package/dist/components/ui/resizable.d.ts.map +1 -0
  53. package/dist/components/ui/ripple-button.d.ts.map +1 -0
  54. package/dist/components/ui/ripple-button.js.map +1 -0
  55. package/dist/components/ui/scratcher.d.ts.map +1 -0
  56. package/dist/components/ui/scratcher.js.map +1 -0
  57. package/dist/components/ui/scroll-area.d.ts.map +1 -0
  58. package/dist/components/ui/select.d.ts.map +1 -0
  59. package/dist/components/ui/separator.d.ts.map +1 -0
  60. package/dist/components/ui/sheet.d.ts.map +1 -0
  61. package/dist/components/ui/sidebar.d.ts.map +1 -0
  62. package/dist/components/ui/skeleton.d.ts.map +1 -0
  63. package/dist/components/ui/slider.d.ts.map +1 -0
  64. package/dist/components/ui/sonner.d.ts.map +1 -0
  65. package/dist/components/ui/switch.d.ts.map +1 -0
  66. package/dist/components/ui/table.d.ts.map +1 -0
  67. package/dist/components/ui/tabs.d.ts.map +1 -0
  68. package/dist/components/ui/textarea.d.ts.map +1 -0
  69. package/dist/components/ui/toggle-group.d.ts.map +1 -0
  70. package/dist/components/ui/toggle.d.ts.map +1 -0
  71. package/dist/components/ui/tooltip.d.ts.map +1 -0
  72. package/dist/hooks/use-mobile.d.ts.map +1 -0
  73. package/dist/index.css +25 -1
  74. package/dist/index.css.map +1 -0
  75. package/dist/index.d.ts.map +1 -0
  76. package/dist/index.js +61 -61
  77. package/dist/lib/utils.d.ts.map +1 -0
  78. package/package.json +226 -296
  79. package/src/components/ui/calendar.tsx +216 -213
  80. package/src/components/ui/chart.tsx +353 -380
  81. package/src/components/ui/drawer.tsx +141 -141
  82. package/src/components/ui/input.tsx +22 -22
  83. package/src/components/ui/ripple-button.tsx +111 -111
  84. package/src/components/ui/scratcher.tsx +171 -171
  85. package/src/index.css +67 -69
  86. package/dist/cjs/components/ui/accordion.cjs +0 -92
  87. package/dist/cjs/components/ui/accordion.cjs.map +0 -1
  88. package/dist/cjs/components/ui/alert-dialog.cjs +0 -152
  89. package/dist/cjs/components/ui/alert-dialog.cjs.map +0 -1
  90. package/dist/cjs/components/ui/alert.cjs +0 -83
  91. package/dist/cjs/components/ui/alert.cjs.map +0 -1
  92. package/dist/cjs/components/ui/aspect-ratio.cjs +0 -47
  93. package/dist/cjs/components/ui/aspect-ratio.cjs.map +0 -1
  94. package/dist/cjs/components/ui/avatar.cjs +0 -69
  95. package/dist/cjs/components/ui/avatar.cjs.map +0 -1
  96. package/dist/cjs/components/ui/background-beams.cjs +0 -200
  97. package/dist/cjs/components/ui/background-beams.cjs.map +0 -1
  98. package/dist/cjs/components/ui/badge.cjs +0 -69
  99. package/dist/cjs/components/ui/badge.cjs.map +0 -1
  100. package/dist/cjs/components/ui/breadcrumb.cjs +0 -128
  101. package/dist/cjs/components/ui/breadcrumb.cjs.map +0 -1
  102. package/dist/cjs/components/ui/bubble-background.cjs +0 -213
  103. package/dist/cjs/components/ui/bubble-background.cjs.map +0 -1
  104. package/dist/cjs/components/ui/button.cjs +0 -80
  105. package/dist/cjs/components/ui/button.cjs.map +0 -1
  106. package/dist/cjs/components/ui/calendar.cjs +0 -146
  107. package/dist/cjs/components/ui/calendar.cjs.map +0 -1
  108. package/dist/cjs/components/ui/card.cjs +0 -108
  109. package/dist/cjs/components/ui/card.cjs.map +0 -1
  110. package/dist/cjs/components/ui/carousel.cjs +0 -207
  111. package/dist/cjs/components/ui/carousel.cjs.map +0 -1
  112. package/dist/cjs/components/ui/chart.cjs +0 -221
  113. package/dist/cjs/components/ui/chart.cjs.map +0 -1
  114. package/dist/cjs/components/ui/checkbox.cjs +0 -57
  115. package/dist/cjs/components/ui/checkbox.cjs.map +0 -1
  116. package/dist/cjs/components/ui/collapsible.cjs +0 -65
  117. package/dist/cjs/components/ui/collapsible.cjs.map +0 -1
  118. package/dist/cjs/components/ui/command.cjs +0 -159
  119. package/dist/cjs/components/ui/command.cjs.map +0 -1
  120. package/dist/cjs/components/ui/context-menu.cjs +0 -219
  121. package/dist/cjs/components/ui/context-menu.cjs.map +0 -1
  122. package/dist/cjs/components/ui/counting-number.cjs +0 -95
  123. package/dist/cjs/components/ui/counting-number.cjs.map +0 -1
  124. package/dist/cjs/components/ui/dialog.cjs +0 -156
  125. package/dist/cjs/components/ui/dialog.cjs.map +0 -1
  126. package/dist/cjs/components/ui/dot-background.cjs +0 -131
  127. package/dist/cjs/components/ui/dot-background.cjs.map +0 -1
  128. package/dist/cjs/components/ui/drawer.cjs +0 -147
  129. package/dist/cjs/components/ui/drawer.cjs.map +0 -1
  130. package/dist/cjs/components/ui/dropdown-menu.cjs +0 -220
  131. package/dist/cjs/components/ui/dropdown-menu.cjs.map +0 -1
  132. package/dist/cjs/components/ui/dropdrawer.cjs +0 -627
  133. package/dist/cjs/components/ui/dropdrawer.cjs.map +0 -1
  134. package/dist/cjs/components/ui/fireworks-background.cjs +0 -259
  135. package/dist/cjs/components/ui/fireworks-background.cjs.map +0 -1
  136. package/dist/cjs/components/ui/flip-button.cjs +0 -100
  137. package/dist/cjs/components/ui/flip-button.cjs.map +0 -1
  138. package/dist/cjs/components/ui/form.cjs +0 -149
  139. package/dist/cjs/components/ui/form.cjs.map +0 -1
  140. package/dist/cjs/components/ui/gradient-background.cjs +0 -60
  141. package/dist/cjs/components/ui/gradient-background.cjs.map +0 -1
  142. package/dist/cjs/components/ui/gradient-text.cjs +0 -83
  143. package/dist/cjs/components/ui/gradient-text.cjs.map +0 -1
  144. package/dist/cjs/components/ui/highlight-text.cjs +0 -74
  145. package/dist/cjs/components/ui/highlight-text.cjs.map +0 -1
  146. package/dist/cjs/components/ui/hole-background.cjs +0 -361
  147. package/dist/cjs/components/ui/hole-background.cjs.map +0 -1
  148. package/dist/cjs/components/ui/hover-card.cjs +0 -72
  149. package/dist/cjs/components/ui/hover-card.cjs.map +0 -1
  150. package/dist/cjs/components/ui/input-otp.cjs +0 -94
  151. package/dist/cjs/components/ui/input-otp.cjs.map +0 -1
  152. package/dist/cjs/components/ui/input.cjs +0 -49
  153. package/dist/cjs/components/ui/input.cjs.map +0 -1
  154. package/dist/cjs/components/ui/label.cjs +0 -49
  155. package/dist/cjs/components/ui/label.cjs.map +0 -1
  156. package/dist/cjs/components/ui/menubar.cjs +0 -233
  157. package/dist/cjs/components/ui/menubar.cjs.map +0 -1
  158. package/dist/cjs/components/ui/navigation-menu.cjs +0 -144
  159. package/dist/cjs/components/ui/navigation-menu.cjs.map +0 -1
  160. package/dist/cjs/components/ui/pagination.cjs +0 -142
  161. package/dist/cjs/components/ui/pagination.cjs.map +0 -1
  162. package/dist/cjs/components/ui/popover.cjs +0 -80
  163. package/dist/cjs/components/ui/popover.cjs.map +0 -1
  164. package/dist/cjs/components/ui/progress.cjs +0 -56
  165. package/dist/cjs/components/ui/progress.cjs.map +0 -1
  166. package/dist/cjs/components/ui/radio-group.cjs +0 -67
  167. package/dist/cjs/components/ui/radio-group.cjs.map +0 -1
  168. package/dist/cjs/components/ui/resizable.cjs +0 -75
  169. package/dist/cjs/components/ui/resizable.cjs.map +0 -1
  170. package/dist/cjs/components/ui/ripple-button.cjs +0 -108
  171. package/dist/cjs/components/ui/ripple-button.cjs.map +0 -1
  172. package/dist/cjs/components/ui/scratcher.cjs +0 -179
  173. package/dist/cjs/components/ui/scratcher.cjs.map +0 -1
  174. package/dist/cjs/components/ui/scroll-area.cjs +0 -73
  175. package/dist/cjs/components/ui/scroll-area.cjs.map +0 -1
  176. package/dist/cjs/components/ui/select.cjs +0 -177
  177. package/dist/cjs/components/ui/select.cjs.map +0 -1
  178. package/dist/cjs/components/ui/separator.cjs +0 -51
  179. package/dist/cjs/components/ui/separator.cjs.map +0 -1
  180. package/dist/cjs/components/ui/sheet.cjs +0 -150
  181. package/dist/cjs/components/ui/sheet.cjs.map +0 -1
  182. package/dist/cjs/components/ui/sidebar.cjs +0 -513
  183. package/dist/cjs/components/ui/sidebar.cjs.map +0 -1
  184. package/dist/cjs/components/ui/skeleton.cjs +0 -48
  185. package/dist/cjs/components/ui/skeleton.cjs.map +0 -1
  186. package/dist/cjs/components/ui/slider.cjs +0 -78
  187. package/dist/cjs/components/ui/slider.cjs.map +0 -1
  188. package/dist/cjs/components/ui/sonner.cjs +0 -58
  189. package/dist/cjs/components/ui/sonner.cjs.map +0 -1
  190. package/dist/cjs/components/ui/switch.cjs +0 -53
  191. package/dist/cjs/components/ui/switch.cjs.map +0 -1
  192. package/dist/cjs/components/ui/table.cjs +0 -122
  193. package/dist/cjs/components/ui/table.cjs.map +0 -1
  194. package/dist/cjs/components/ui/tabs.cjs +0 -79
  195. package/dist/cjs/components/ui/tabs.cjs.map +0 -1
  196. package/dist/cjs/components/ui/textarea.cjs +0 -48
  197. package/dist/cjs/components/ui/textarea.cjs.map +0 -1
  198. package/dist/cjs/components/ui/toggle-group.cjs +0 -80
  199. package/dist/cjs/components/ui/toggle-group.cjs.map +0 -1
  200. package/dist/cjs/components/ui/toggle.cjs +0 -74
  201. package/dist/cjs/components/ui/toggle.cjs.map +0 -1
  202. package/dist/cjs/components/ui/tooltip.cjs +0 -88
  203. package/dist/cjs/components/ui/tooltip.cjs.map +0 -1
  204. package/dist/cjs/hooks/use-mobile.cjs +0 -52
  205. package/dist/cjs/hooks/use-mobile.cjs.map +0 -1
  206. package/dist/cjs/index.cjs +0 -905
  207. package/dist/cjs/index.cjs.map +0 -1
  208. package/dist/cjs/index.css +0 -7309
  209. package/dist/cjs/index.css.map +0 -1
  210. package/dist/cjs/lib/utils.cjs +0 -42
  211. package/dist/cjs/lib/utils.cjs.map +0 -1
  212. package/dist/esm/components/ui/calendar.js.map +0 -1
  213. package/dist/esm/components/ui/chart.js.map +0 -1
  214. package/dist/esm/components/ui/drawer.js.map +0 -1
  215. package/dist/esm/components/ui/input.js.map +0 -1
  216. package/dist/esm/components/ui/ripple-button.js.map +0 -1
  217. package/dist/esm/components/ui/scratcher.js.map +0 -1
  218. package/dist/esm/index.css +0 -7309
  219. package/dist/esm/index.css.map +0 -1
  220. package/dist/esm/index.js +0 -62
  221. package/dist/types/components/ui/accordion.d.ts.map +0 -1
  222. package/dist/types/components/ui/alert-dialog.d.ts.map +0 -1
  223. package/dist/types/components/ui/alert.d.ts.map +0 -1
  224. package/dist/types/components/ui/aspect-ratio.d.ts.map +0 -1
  225. package/dist/types/components/ui/avatar.d.ts.map +0 -1
  226. package/dist/types/components/ui/background-beams.d.ts.map +0 -1
  227. package/dist/types/components/ui/badge.d.ts.map +0 -1
  228. package/dist/types/components/ui/breadcrumb.d.ts.map +0 -1
  229. package/dist/types/components/ui/bubble-background.d.ts.map +0 -1
  230. package/dist/types/components/ui/button.d.ts.map +0 -1
  231. package/dist/types/components/ui/calendar.d.ts.map +0 -1
  232. package/dist/types/components/ui/card.d.ts.map +0 -1
  233. package/dist/types/components/ui/carousel.d.ts.map +0 -1
  234. package/dist/types/components/ui/chart.d.ts +0 -55
  235. package/dist/types/components/ui/chart.d.ts.map +0 -1
  236. package/dist/types/components/ui/checkbox.d.ts.map +0 -1
  237. package/dist/types/components/ui/collapsible.d.ts.map +0 -1
  238. package/dist/types/components/ui/command.d.ts.map +0 -1
  239. package/dist/types/components/ui/context-menu.d.ts.map +0 -1
  240. package/dist/types/components/ui/counting-number.d.ts.map +0 -1
  241. package/dist/types/components/ui/dialog.d.ts.map +0 -1
  242. package/dist/types/components/ui/dot-background.d.ts.map +0 -1
  243. package/dist/types/components/ui/drawer.d.ts.map +0 -1
  244. package/dist/types/components/ui/dropdown-menu.d.ts.map +0 -1
  245. package/dist/types/components/ui/dropdrawer.d.ts.map +0 -1
  246. package/dist/types/components/ui/fireworks-background.d.ts.map +0 -1
  247. package/dist/types/components/ui/flip-button.d.ts.map +0 -1
  248. package/dist/types/components/ui/form.d.ts.map +0 -1
  249. package/dist/types/components/ui/gradient-background.d.ts.map +0 -1
  250. package/dist/types/components/ui/gradient-text.d.ts.map +0 -1
  251. package/dist/types/components/ui/highlight-text.d.ts.map +0 -1
  252. package/dist/types/components/ui/hole-background.d.ts.map +0 -1
  253. package/dist/types/components/ui/hover-card.d.ts.map +0 -1
  254. package/dist/types/components/ui/input-otp.d.ts.map +0 -1
  255. package/dist/types/components/ui/input.d.ts.map +0 -1
  256. package/dist/types/components/ui/label.d.ts.map +0 -1
  257. package/dist/types/components/ui/menubar.d.ts.map +0 -1
  258. package/dist/types/components/ui/navigation-menu.d.ts.map +0 -1
  259. package/dist/types/components/ui/pagination.d.ts.map +0 -1
  260. package/dist/types/components/ui/popover.d.ts.map +0 -1
  261. package/dist/types/components/ui/progress.d.ts.map +0 -1
  262. package/dist/types/components/ui/radio-group.d.ts.map +0 -1
  263. package/dist/types/components/ui/resizable.d.ts.map +0 -1
  264. package/dist/types/components/ui/ripple-button.d.ts.map +0 -1
  265. package/dist/types/components/ui/scratcher.d.ts.map +0 -1
  266. package/dist/types/components/ui/scroll-area.d.ts.map +0 -1
  267. package/dist/types/components/ui/select.d.ts.map +0 -1
  268. package/dist/types/components/ui/separator.d.ts.map +0 -1
  269. package/dist/types/components/ui/sheet.d.ts.map +0 -1
  270. package/dist/types/components/ui/sidebar.d.ts.map +0 -1
  271. package/dist/types/components/ui/skeleton.d.ts.map +0 -1
  272. package/dist/types/components/ui/slider.d.ts.map +0 -1
  273. package/dist/types/components/ui/sonner.d.ts.map +0 -1
  274. package/dist/types/components/ui/switch.d.ts.map +0 -1
  275. package/dist/types/components/ui/table.d.ts.map +0 -1
  276. package/dist/types/components/ui/tabs.d.ts.map +0 -1
  277. package/dist/types/components/ui/textarea.d.ts.map +0 -1
  278. package/dist/types/components/ui/toggle-group.d.ts.map +0 -1
  279. package/dist/types/components/ui/toggle.d.ts.map +0 -1
  280. package/dist/types/components/ui/tooltip.d.ts.map +0 -1
  281. package/dist/types/hooks/use-mobile.d.ts.map +0 -1
  282. package/dist/types/index.d.ts.map +0 -1
  283. package/dist/types/lib/utils.d.ts.map +0 -1
  284. package/tailwind.config.mjs +0 -65
  285. package/tsconfig.json +0 -58
  286. /package/{LICENSE → LICENSE.md} +0 -0
  287. /package/dist/{types/components → components}/ui/accordion.d.ts +0 -0
  288. /package/dist/{esm/components → components}/ui/accordion.js +0 -0
  289. /package/dist/{esm/components → components}/ui/accordion.js.map +0 -0
  290. /package/dist/{types/components → components}/ui/alert-dialog.d.ts +0 -0
  291. /package/dist/{esm/components → components}/ui/alert-dialog.js +0 -0
  292. /package/dist/{esm/components → components}/ui/alert-dialog.js.map +0 -0
  293. /package/dist/{types/components → components}/ui/alert.d.ts +0 -0
  294. /package/dist/{esm/components → components}/ui/alert.js +0 -0
  295. /package/dist/{esm/components → components}/ui/alert.js.map +0 -0
  296. /package/dist/{types/components → components}/ui/aspect-ratio.d.ts +0 -0
  297. /package/dist/{esm/components → components}/ui/aspect-ratio.js +0 -0
  298. /package/dist/{esm/components → components}/ui/aspect-ratio.js.map +0 -0
  299. /package/dist/{types/components → components}/ui/avatar.d.ts +0 -0
  300. /package/dist/{esm/components → components}/ui/avatar.js +0 -0
  301. /package/dist/{esm/components → components}/ui/avatar.js.map +0 -0
  302. /package/dist/{types/components → components}/ui/background-beams.d.ts +0 -0
  303. /package/dist/{esm/components → components}/ui/background-beams.js +0 -0
  304. /package/dist/{esm/components → components}/ui/background-beams.js.map +0 -0
  305. /package/dist/{types/components → components}/ui/badge.d.ts +0 -0
  306. /package/dist/{esm/components → components}/ui/badge.js +0 -0
  307. /package/dist/{esm/components → components}/ui/badge.js.map +0 -0
  308. /package/dist/{types/components → components}/ui/breadcrumb.d.ts +0 -0
  309. /package/dist/{esm/components → components}/ui/breadcrumb.js +0 -0
  310. /package/dist/{esm/components → components}/ui/breadcrumb.js.map +0 -0
  311. /package/dist/{types/components → components}/ui/bubble-background.d.ts +0 -0
  312. /package/dist/{esm/components → components}/ui/bubble-background.js +0 -0
  313. /package/dist/{esm/components → components}/ui/bubble-background.js.map +0 -0
  314. /package/dist/{types/components → components}/ui/button.d.ts +0 -0
  315. /package/dist/{esm/components → components}/ui/button.js +0 -0
  316. /package/dist/{esm/components → components}/ui/button.js.map +0 -0
  317. /package/dist/{types/components → components}/ui/calendar.d.ts +0 -0
  318. /package/dist/{types/components → components}/ui/card.d.ts +0 -0
  319. /package/dist/{esm/components → components}/ui/card.js +0 -0
  320. /package/dist/{esm/components → components}/ui/card.js.map +0 -0
  321. /package/dist/{types/components → components}/ui/carousel.d.ts +0 -0
  322. /package/dist/{esm/components → components}/ui/carousel.js +0 -0
  323. /package/dist/{esm/components → components}/ui/carousel.js.map +0 -0
  324. /package/dist/{types/components → components}/ui/checkbox.d.ts +0 -0
  325. /package/dist/{esm/components → components}/ui/checkbox.js +0 -0
  326. /package/dist/{esm/components → components}/ui/checkbox.js.map +0 -0
  327. /package/dist/{types/components → components}/ui/collapsible.d.ts +0 -0
  328. /package/dist/{esm/components → components}/ui/collapsible.js +0 -0
  329. /package/dist/{esm/components → components}/ui/collapsible.js.map +0 -0
  330. /package/dist/{types/components → components}/ui/command.d.ts +0 -0
  331. /package/dist/{esm/components → components}/ui/command.js +0 -0
  332. /package/dist/{esm/components → components}/ui/command.js.map +0 -0
  333. /package/dist/{types/components → components}/ui/context-menu.d.ts +0 -0
  334. /package/dist/{esm/components → components}/ui/context-menu.js +0 -0
  335. /package/dist/{esm/components → components}/ui/context-menu.js.map +0 -0
  336. /package/dist/{types/components → components}/ui/counting-number.d.ts +0 -0
  337. /package/dist/{esm/components → components}/ui/counting-number.js +0 -0
  338. /package/dist/{esm/components → components}/ui/counting-number.js.map +0 -0
  339. /package/dist/{types/components → components}/ui/dialog.d.ts +0 -0
  340. /package/dist/{esm/components → components}/ui/dialog.js +0 -0
  341. /package/dist/{esm/components → components}/ui/dialog.js.map +0 -0
  342. /package/dist/{types/components → components}/ui/dot-background.d.ts +0 -0
  343. /package/dist/{esm/components → components}/ui/dot-background.js +0 -0
  344. /package/dist/{esm/components → components}/ui/dot-background.js.map +0 -0
  345. /package/dist/{types/components → components}/ui/drawer.d.ts +0 -0
  346. /package/dist/{esm/components → components}/ui/drawer.js +0 -0
  347. /package/dist/{types/components → components}/ui/dropdown-menu.d.ts +0 -0
  348. /package/dist/{esm/components → components}/ui/dropdown-menu.js +0 -0
  349. /package/dist/{esm/components → components}/ui/dropdown-menu.js.map +0 -0
  350. /package/dist/{types/components → components}/ui/dropdrawer.d.ts +0 -0
  351. /package/dist/{esm/components → components}/ui/dropdrawer.js +0 -0
  352. /package/dist/{esm/components → components}/ui/dropdrawer.js.map +0 -0
  353. /package/dist/{types/components → components}/ui/fireworks-background.d.ts +0 -0
  354. /package/dist/{esm/components → components}/ui/fireworks-background.js +0 -0
  355. /package/dist/{esm/components → components}/ui/fireworks-background.js.map +0 -0
  356. /package/dist/{types/components → components}/ui/flip-button.d.ts +0 -0
  357. /package/dist/{esm/components → components}/ui/flip-button.js +0 -0
  358. /package/dist/{esm/components → components}/ui/flip-button.js.map +0 -0
  359. /package/dist/{types/components → components}/ui/form.d.ts +0 -0
  360. /package/dist/{esm/components → components}/ui/form.js +0 -0
  361. /package/dist/{esm/components → components}/ui/form.js.map +0 -0
  362. /package/dist/{types/components → components}/ui/gradient-background.d.ts +0 -0
  363. /package/dist/{esm/components → components}/ui/gradient-background.js +0 -0
  364. /package/dist/{esm/components → components}/ui/gradient-background.js.map +0 -0
  365. /package/dist/{types/components → components}/ui/gradient-text.d.ts +0 -0
  366. /package/dist/{esm/components → components}/ui/gradient-text.js +0 -0
  367. /package/dist/{esm/components → components}/ui/gradient-text.js.map +0 -0
  368. /package/dist/{types/components → components}/ui/highlight-text.d.ts +0 -0
  369. /package/dist/{esm/components → components}/ui/highlight-text.js +0 -0
  370. /package/dist/{esm/components → components}/ui/highlight-text.js.map +0 -0
  371. /package/dist/{types/components → components}/ui/hole-background.d.ts +0 -0
  372. /package/dist/{esm/components → components}/ui/hole-background.js +0 -0
  373. /package/dist/{esm/components → components}/ui/hole-background.js.map +0 -0
  374. /package/dist/{types/components → components}/ui/hover-card.d.ts +0 -0
  375. /package/dist/{esm/components → components}/ui/hover-card.js +0 -0
  376. /package/dist/{esm/components → components}/ui/hover-card.js.map +0 -0
  377. /package/dist/{types/components → components}/ui/input-otp.d.ts +0 -0
  378. /package/dist/{esm/components → components}/ui/input-otp.js +0 -0
  379. /package/dist/{esm/components → components}/ui/input-otp.js.map +0 -0
  380. /package/dist/{types/components → components}/ui/input.d.ts +0 -0
  381. /package/dist/{esm/components → components}/ui/input.js +0 -0
  382. /package/dist/{types/components → components}/ui/label.d.ts +0 -0
  383. /package/dist/{esm/components → components}/ui/label.js +0 -0
  384. /package/dist/{esm/components → components}/ui/label.js.map +0 -0
  385. /package/dist/{types/components → components}/ui/menubar.d.ts +0 -0
  386. /package/dist/{esm/components → components}/ui/menubar.js +0 -0
  387. /package/dist/{esm/components → components}/ui/menubar.js.map +0 -0
  388. /package/dist/{types/components → components}/ui/navigation-menu.d.ts +0 -0
  389. /package/dist/{esm/components → components}/ui/navigation-menu.js +0 -0
  390. /package/dist/{esm/components → components}/ui/navigation-menu.js.map +0 -0
  391. /package/dist/{types/components → components}/ui/pagination.d.ts +0 -0
  392. /package/dist/{esm/components → components}/ui/pagination.js +0 -0
  393. /package/dist/{esm/components → components}/ui/pagination.js.map +0 -0
  394. /package/dist/{types/components → components}/ui/popover.d.ts +0 -0
  395. /package/dist/{esm/components → components}/ui/popover.js +0 -0
  396. /package/dist/{esm/components → components}/ui/popover.js.map +0 -0
  397. /package/dist/{types/components → components}/ui/progress.d.ts +0 -0
  398. /package/dist/{esm/components → components}/ui/progress.js +0 -0
  399. /package/dist/{esm/components → components}/ui/progress.js.map +0 -0
  400. /package/dist/{types/components → components}/ui/radio-group.d.ts +0 -0
  401. /package/dist/{esm/components → components}/ui/radio-group.js +0 -0
  402. /package/dist/{esm/components → components}/ui/radio-group.js.map +0 -0
  403. /package/dist/{types/components → components}/ui/resizable.d.ts +0 -0
  404. /package/dist/{esm/components → components}/ui/resizable.js +0 -0
  405. /package/dist/{esm/components → components}/ui/resizable.js.map +0 -0
  406. /package/dist/{types/components → components}/ui/ripple-button.d.ts +0 -0
  407. /package/dist/{esm/components → components}/ui/ripple-button.js +0 -0
  408. /package/dist/{types/components → components}/ui/scratcher.d.ts +0 -0
  409. /package/dist/{esm/components → components}/ui/scratcher.js +0 -0
  410. /package/dist/{types/components → components}/ui/scroll-area.d.ts +0 -0
  411. /package/dist/{esm/components → components}/ui/scroll-area.js +0 -0
  412. /package/dist/{esm/components → components}/ui/scroll-area.js.map +0 -0
  413. /package/dist/{types/components → components}/ui/select.d.ts +0 -0
  414. /package/dist/{esm/components → components}/ui/select.js +0 -0
  415. /package/dist/{esm/components → components}/ui/select.js.map +0 -0
  416. /package/dist/{types/components → components}/ui/separator.d.ts +0 -0
  417. /package/dist/{esm/components → components}/ui/separator.js +0 -0
  418. /package/dist/{esm/components → components}/ui/separator.js.map +0 -0
  419. /package/dist/{types/components → components}/ui/sheet.d.ts +0 -0
  420. /package/dist/{esm/components → components}/ui/sheet.js +0 -0
  421. /package/dist/{esm/components → components}/ui/sheet.js.map +0 -0
  422. /package/dist/{types/components → components}/ui/sidebar.d.ts +0 -0
  423. /package/dist/{esm/components → components}/ui/sidebar.js +0 -0
  424. /package/dist/{esm/components → components}/ui/sidebar.js.map +0 -0
  425. /package/dist/{types/components → components}/ui/skeleton.d.ts +0 -0
  426. /package/dist/{esm/components → components}/ui/skeleton.js +0 -0
  427. /package/dist/{esm/components → components}/ui/skeleton.js.map +0 -0
  428. /package/dist/{types/components → components}/ui/slider.d.ts +0 -0
  429. /package/dist/{esm/components → components}/ui/slider.js +0 -0
  430. /package/dist/{esm/components → components}/ui/slider.js.map +0 -0
  431. /package/dist/{types/components → components}/ui/sonner.d.ts +0 -0
  432. /package/dist/{esm/components → components}/ui/sonner.js +0 -0
  433. /package/dist/{esm/components → components}/ui/sonner.js.map +0 -0
  434. /package/dist/{types/components → components}/ui/switch.d.ts +0 -0
  435. /package/dist/{esm/components → components}/ui/switch.js +0 -0
  436. /package/dist/{esm/components → components}/ui/switch.js.map +0 -0
  437. /package/dist/{types/components → components}/ui/table.d.ts +0 -0
  438. /package/dist/{esm/components → components}/ui/table.js +0 -0
  439. /package/dist/{esm/components → components}/ui/table.js.map +0 -0
  440. /package/dist/{types/components → components}/ui/tabs.d.ts +0 -0
  441. /package/dist/{esm/components → components}/ui/tabs.js +0 -0
  442. /package/dist/{esm/components → components}/ui/tabs.js.map +0 -0
  443. /package/dist/{types/components → components}/ui/textarea.d.ts +0 -0
  444. /package/dist/{esm/components → components}/ui/textarea.js +0 -0
  445. /package/dist/{esm/components → components}/ui/textarea.js.map +0 -0
  446. /package/dist/{types/components → components}/ui/toggle-group.d.ts +0 -0
  447. /package/dist/{esm/components → components}/ui/toggle-group.js +0 -0
  448. /package/dist/{esm/components → components}/ui/toggle-group.js.map +0 -0
  449. /package/dist/{types/components → components}/ui/toggle.d.ts +0 -0
  450. /package/dist/{esm/components → components}/ui/toggle.js +0 -0
  451. /package/dist/{esm/components → components}/ui/toggle.js.map +0 -0
  452. /package/dist/{types/components → components}/ui/tooltip.d.ts +0 -0
  453. /package/dist/{esm/components → components}/ui/tooltip.js +0 -0
  454. /package/dist/{esm/components → components}/ui/tooltip.js.map +0 -0
  455. /package/dist/{types/hooks → hooks}/use-mobile.d.ts +0 -0
  456. /package/dist/{esm/hooks → hooks}/use-mobile.js +0 -0
  457. /package/dist/{esm/hooks → hooks}/use-mobile.js.map +0 -0
  458. /package/dist/{types/index.d.ts → index.d.ts} +0 -0
  459. /package/dist/{types/lib → lib}/utils.d.ts +0 -0
  460. /package/dist/{esm/lib → lib}/utils.js +0 -0
  461. /package/dist/{esm/lib → lib}/utils.js.map +0 -0
@@ -1 +0,0 @@
1
- {"version":3,"file":"components\\ui\\dropdrawer.cjs","sources":["webpack://@arolariu/components/webpack/runtime/define_property_getters","webpack://@arolariu/components/webpack/runtime/has_own_property","webpack://@arolariu/components/webpack/runtime/make_namespace_object","webpack://@arolariu/components/./src/components/ui/dropdrawer.tsx"],"sourcesContent":["__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n }\n }\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","\r\n\r\nimport { AnimatePresence, motion, Transition } from \"motion/react\";\r\nimport { ChevronLeftIcon, ChevronRightIcon } from \"lucide-react\";\r\nimport * as React from \"react\";\r\n\r\nimport {\r\n Drawer,\r\n DrawerClose,\r\n DrawerContent,\r\n DrawerFooter,\r\n DrawerHeader,\r\n DrawerTitle,\r\n DrawerTrigger,\r\n} from \"@/components/ui/drawer\";\r\nimport {\r\n DropdownMenu,\r\n DropdownMenuContent,\r\n DropdownMenuItem,\r\n DropdownMenuLabel,\r\n DropdownMenuSeparator,\r\n DropdownMenuSub,\r\n DropdownMenuSubContent,\r\n DropdownMenuSubTrigger,\r\n DropdownMenuTrigger,\r\n} from \"@/components/ui/dropdown-menu\";\r\nimport { useIsMobile } from \"@/hooks/use-mobile\";\r\nimport { cn } from \"@/lib/utils\";\r\n\r\nconst DropDrawerContext = React.createContext<{ isMobile: boolean }>({\r\n isMobile: false,\r\n});\r\n\r\nconst useDropDrawerContext = () => {\r\n const context = React.useContext(DropDrawerContext);\r\n if (!context) {\r\n throw new Error(\r\n \"DropDrawer components cannot be rendered outside the Context\",\r\n );\r\n }\r\n return context;\r\n};\r\n\r\nfunction DropDrawer({\r\n children,\r\n ...props\r\n}:\r\n | React.ComponentProps<typeof Drawer>\r\n | React.ComponentProps<typeof DropdownMenu>) {\r\n const isMobile = useIsMobile();\r\n const DropdownComponent = isMobile ? Drawer : DropdownMenu;\r\n\r\n return (\r\n <DropDrawerContext.Provider value={{ isMobile }}>\r\n <DropdownComponent\r\n data-slot=\"drop-drawer\"\r\n {...(isMobile && { autoFocus: true })}\r\n {...props}\r\n >\r\n {children}\r\n </DropdownComponent>\r\n </DropDrawerContext.Provider>\r\n );\r\n}\r\n\r\nfunction DropDrawerTrigger({\r\n className,\r\n children,\r\n ...props\r\n}:\r\n | React.ComponentProps<typeof DrawerTrigger>\r\n | React.ComponentProps<typeof DropdownMenuTrigger>) {\r\n const { isMobile } = useDropDrawerContext();\r\n const TriggerComponent = isMobile ? DrawerTrigger : DropdownMenuTrigger;\r\n\r\n return (\r\n <TriggerComponent\r\n data-slot=\"drop-drawer-trigger\"\r\n className={className}\r\n {...props}\r\n >\r\n {children}\r\n </TriggerComponent>\r\n );\r\n}\r\n\r\nfunction DropDrawerContent({\r\n className,\r\n children,\r\n ...props\r\n}:\r\n | React.ComponentProps<typeof DrawerContent>\r\n | React.ComponentProps<typeof DropdownMenuContent>) {\r\n const { isMobile } = useDropDrawerContext();\r\n const [activeSubmenu, setActiveSubmenu] = React.useState<string | null>(null);\r\n const [submenuTitle, setSubmenuTitle] = React.useState<string | null>(null);\r\n const [submenuStack, setSubmenuStack] = React.useState<\r\n { id: string; title: string }[]\r\n >([]);\r\n // Add animation direction state\r\n const [animationDirection, setAnimationDirection] = React.useState<\r\n \"forward\" | \"backward\"\r\n >(\"forward\");\r\n\r\n // Create a ref to store submenu content by ID\r\n const submenuContentRef = React.useRef<Map<string, React.ReactNode[]>>(\r\n new Map(),\r\n );\r\n\r\n // Function to navigate to a submenu\r\n const navigateToSubmenu = React.useCallback((id: string, title: string) => {\r\n // Set animation direction to forward when navigating to a submenu\r\n setAnimationDirection(\"forward\");\r\n setActiveSubmenu(id);\r\n setSubmenuTitle(title);\r\n setSubmenuStack((prev) => [...prev, { id, title }]);\r\n }, []);\r\n\r\n // Function to go back to previous menu\r\n const goBack = React.useCallback(() => {\r\n // Set animation direction to backward when going back\r\n setAnimationDirection(\"backward\");\r\n\r\n if (submenuStack.length <= 1) {\r\n // If we're at the first level, go back to main menu\r\n setActiveSubmenu(null);\r\n setSubmenuTitle(null);\r\n setSubmenuStack([]);\r\n } else {\r\n // Go back to previous submenu\r\n const newStack = [...submenuStack];\r\n newStack.pop(); // Remove current\r\n const previous = newStack[newStack.length - 1];\r\n setActiveSubmenu(previous.id);\r\n setSubmenuTitle(previous.title);\r\n setSubmenuStack(newStack);\r\n }\r\n }, [submenuStack]);\r\n\r\n // Function to register submenu content\r\n const registerSubmenuContent = React.useCallback(\r\n (id: string, content: React.ReactNode[]) => {\r\n submenuContentRef.current.set(id, content);\r\n },\r\n [],\r\n );\r\n\r\n // Function to extract submenu content\r\n const extractSubmenuContent = React.useCallback(\r\n (elements: React.ReactNode, targetId: string): React.ReactNode[] => {\r\n const result: React.ReactNode[] = [];\r\n\r\n // Recursive function to search through all children\r\n const findSubmenuContent = (node: React.ReactNode) => {\r\n // Skip if not a valid element\r\n if (!React.isValidElement(node)) return;\r\n\r\n const element = node as React.ReactElement;\r\n // Use a more specific type to avoid 'any'\r\n const props = element.props as {\r\n id?: string;\r\n \"data-submenu-id\"?: string;\r\n children?: React.ReactNode;\r\n };\r\n\r\n // Check if this is a DropDrawerSub\r\n if (element.type === DropDrawerSub) {\r\n // Get all possible ID values\r\n const elementId = props.id;\r\n const dataSubmenuId = props[\"data-submenu-id\"];\r\n\r\n // If this is the submenu we're looking for\r\n if (elementId === targetId || dataSubmenuId === targetId) {\r\n // Find the SubContent within this Sub\r\n if (props.children) {\r\n React.Children.forEach(props.children, (child) => {\r\n if (\r\n React.isValidElement(child) &&\r\n child.type === DropDrawerSubContent\r\n ) {\r\n // Add all children of the SubContent to the result\r\n const subContentProps = child.props as {\r\n children?: React.ReactNode;\r\n };\r\n if (subContentProps.children) {\r\n React.Children.forEach(\r\n subContentProps.children,\r\n (contentChild) => {\r\n result.push(contentChild);\r\n },\r\n );\r\n }\r\n }\r\n });\r\n }\r\n return; // Found what we needed, no need to search deeper\r\n }\r\n }\r\n\r\n // If this element has children, search through them\r\n if (props.children) {\r\n if (Array.isArray(props.children)) {\r\n props.children.forEach((child: React.ReactNode) =>\r\n findSubmenuContent(child),\r\n );\r\n } else {\r\n findSubmenuContent(props.children);\r\n }\r\n }\r\n };\r\n\r\n // Start the search from the root elements\r\n if (Array.isArray(elements)) {\r\n elements.forEach((child) => findSubmenuContent(child));\r\n } else {\r\n findSubmenuContent(elements);\r\n }\r\n\r\n return result;\r\n },\r\n [],\r\n );\r\n\r\n // Get submenu content (either from cache or extract it)\r\n const getSubmenuContent = React.useCallback(\r\n (id: string) => {\r\n // Check if we have the content in our ref\r\n const cachedContent = submenuContentRef.current.get(id || \"\");\r\n if (cachedContent && cachedContent.length > 0) {\r\n return cachedContent;\r\n }\r\n\r\n // If not in cache, extract it\r\n const submenuContent = extractSubmenuContent(children, id);\r\n\r\n if (submenuContent.length === 0) {\r\n return [];\r\n }\r\n\r\n // Store in cache for future use\r\n if (id) {\r\n submenuContentRef.current.set(id, submenuContent);\r\n }\r\n\r\n return submenuContent;\r\n },\r\n [children, extractSubmenuContent],\r\n );\r\n\r\n // Animation variants for Framer Motion\r\n const variants = {\r\n enter: (direction: \"forward\" | \"backward\") => ({\r\n x: direction === \"forward\" ? \"100%\" : \"-100%\",\r\n opacity: 0,\r\n }),\r\n center: {\r\n x: 0,\r\n opacity: 1,\r\n },\r\n exit: (direction: \"forward\" | \"backward\") => ({\r\n x: direction === \"forward\" ? \"-100%\" : \"100%\",\r\n opacity: 0,\r\n }),\r\n };\r\n\r\n // Animation transition\r\n const transition = {\r\n duration: 0.3,\r\n ease: [0.25, 0.1, 0.25, 1.0], // cubic-bezier easing\r\n } satisfies Transition;\r\n\r\n if (isMobile) {\r\n return (\r\n <SubmenuContext.Provider\r\n value={{\r\n activeSubmenu,\r\n setActiveSubmenu: (id) => {\r\n if (id === null) {\r\n setActiveSubmenu(null);\r\n setSubmenuTitle(null);\r\n setSubmenuStack([]);\r\n }\r\n },\r\n submenuTitle,\r\n setSubmenuTitle,\r\n navigateToSubmenu,\r\n registerSubmenuContent,\r\n }}\r\n >\r\n <DrawerContent\r\n data-slot=\"drop-drawer-content\"\r\n className={cn(\"max-h-[90vh]\", className)}\r\n {...props}\r\n >\r\n {activeSubmenu ? (\r\n <>\r\n <DrawerHeader>\r\n <div className=\"flex items-center gap-2\">\r\n <button\r\n onClick={goBack}\r\n className=\"hover:bg-neutral-100/50 rounded-full p-1 dark:hover:bg-neutral-800/50\"\r\n >\r\n <ChevronLeftIcon className=\"h-5 w-5\" />\r\n </button>\r\n <DrawerTitle>{submenuTitle || \"Submenu\"}</DrawerTitle>\r\n </div>\r\n </DrawerHeader>\r\n <div className=\"flex-1 relative overflow-y-auto max-h-[70vh]\">\r\n {/* Use AnimatePresence to handle exit animations */}\r\n <AnimatePresence\r\n initial={false}\r\n mode=\"wait\"\r\n custom={animationDirection}\r\n >\r\n <motion.div\r\n key={activeSubmenu || \"main\"}\r\n custom={animationDirection}\r\n variants={variants}\r\n initial=\"enter\"\r\n animate=\"center\"\r\n exit=\"exit\"\r\n transition={transition}\r\n className=\"pb-6 space-y-1.5 w-full h-full\"\r\n >\r\n {activeSubmenu\r\n ? getSubmenuContent(activeSubmenu)\r\n : children}\r\n </motion.div>\r\n </AnimatePresence>\r\n </div>\r\n </>\r\n ) : (\r\n <>\r\n <DrawerHeader className=\"sr-only\">\r\n <DrawerTitle>Menu</DrawerTitle>\r\n </DrawerHeader>\r\n <div className=\"overflow-y-auto max-h-[70vh]\">\r\n <AnimatePresence\r\n initial={false}\r\n mode=\"wait\"\r\n custom={animationDirection}\r\n >\r\n <motion.div\r\n key=\"main-menu\"\r\n custom={animationDirection}\r\n variants={variants}\r\n initial=\"enter\"\r\n animate=\"center\"\r\n exit=\"exit\"\r\n transition={transition}\r\n className=\"pb-6 space-y-1.5 w-full\"\r\n >\r\n {children}\r\n </motion.div>\r\n </AnimatePresence>\r\n </div>\r\n </>\r\n )}\r\n </DrawerContent>\r\n </SubmenuContext.Provider>\r\n );\r\n }\r\n\r\n return (\r\n <SubmenuContext.Provider\r\n value={{\r\n activeSubmenu,\r\n setActiveSubmenu,\r\n submenuTitle,\r\n setSubmenuTitle,\r\n registerSubmenuContent,\r\n }}\r\n >\r\n <DropdownMenuContent\r\n data-slot=\"drop-drawer-content\"\r\n align=\"end\"\r\n sideOffset={4}\r\n className={cn(\r\n \"max-h-[var(--radix-dropdown-menu-content-available-height)] min-w-[220px] overflow-y-auto\",\r\n className,\r\n )}\r\n {...props}\r\n >\r\n {children}\r\n </DropdownMenuContent>\r\n </SubmenuContext.Provider>\r\n );\r\n}\r\n\r\nfunction DropDrawerItem({\r\n className,\r\n children,\r\n onSelect,\r\n onClick,\r\n icon,\r\n variant = \"default\",\r\n inset,\r\n disabled,\r\n ...props\r\n}: React.ComponentProps<typeof DropdownMenuItem> & {\r\n icon?: React.ReactNode;\r\n}) {\r\n const { isMobile } = useDropDrawerContext();\r\n\r\n // Define hooks outside of conditionals to follow React rules\r\n // Check if this item is inside a group by looking at parent elements\r\n const isInGroup = React.useCallback(\r\n (element: HTMLElement | null): boolean => {\r\n if (!element) return false;\r\n\r\n // Check if any parent has a data-drop-drawer-group attribute\r\n let parent = element.parentElement;\r\n while (parent) {\r\n if (parent.hasAttribute(\"data-drop-drawer-group\")) {\r\n return true;\r\n }\r\n parent = parent.parentElement;\r\n }\r\n return false;\r\n },\r\n [],\r\n );\r\n\r\n // Create a ref to check if the item is in a group\r\n const itemRef = React.useRef<HTMLDivElement>(null);\r\n const [isInsideGroup, setIsInsideGroup] = React.useState(false);\r\n\r\n React.useEffect(() => {\r\n // Only run this effect in mobile mode\r\n if (!isMobile) return;\r\n\r\n // Use a short timeout to ensure the DOM is fully rendered\r\n const timer = setTimeout(() => {\r\n if (itemRef.current) {\r\n setIsInsideGroup(isInGroup(itemRef.current));\r\n }\r\n }, 0);\r\n\r\n return () => clearTimeout(timer);\r\n }, [isInGroup, isMobile]);\r\n\r\n if (isMobile) {\r\n const handleClick = (e: React.MouseEvent<HTMLDivElement>) => {\r\n if (disabled) return;\r\n if (onClick) onClick(e);\r\n if (onSelect) onSelect(e as unknown as Event);\r\n };\r\n\r\n // Only wrap in DrawerClose if it's not a submenu item\r\n const content = (\r\n <div\r\n ref={itemRef}\r\n data-slot=\"drop-drawer-item\"\r\n data-variant={variant}\r\n data-inset={inset}\r\n data-disabled={disabled}\r\n className={cn(\r\n \"flex cursor-pointer items-center justify-between px-4 py-4\",\r\n // Only apply margin, background and rounded corners if not in a group\r\n !isInsideGroup &&\r\n \"bg-neutral-100 dark:bg-neutral-100 mx-2 my-1.5 rounded-md dark:bg-neutral-800 dark:dark:bg-neutral-800\",\r\n // For items in a group, don't add background but add more padding\r\n isInsideGroup && \"bg-transparent py-4\",\r\n inset && \"pl-8\",\r\n variant === \"destructive\" &&\r\n \"text-red-500 dark:text-red-500 dark:text-red-900 dark:dark:text-red-900\",\r\n disabled && \"pointer-events-none opacity-50\",\r\n className,\r\n )}\r\n onClick={handleClick}\r\n aria-disabled={disabled}\r\n {...props}\r\n >\r\n <div className=\"flex items-center gap-2\">{children}</div>\r\n {icon && <div className=\"flex-shrink-0\">{icon}</div>}\r\n </div>\r\n );\r\n\r\n // Check if this is inside a submenu\r\n const isInSubmenu =\r\n (props as Record<string, unknown>)[\"data-parent-submenu-id\"] ||\r\n (props as Record<string, unknown>)[\"data-parent-submenu\"];\r\n\r\n if (isInSubmenu) {\r\n return content;\r\n }\r\n\r\n return <DrawerClose asChild>{content}</DrawerClose>;\r\n }\r\n\r\n return (\r\n <DropdownMenuItem\r\n data-slot=\"drop-drawer-item\"\r\n data-variant={variant}\r\n data-inset={inset}\r\n className={className}\r\n onSelect={onSelect}\r\n onClick={onClick as React.MouseEventHandler<HTMLDivElement>}\r\n variant={variant}\r\n inset={inset}\r\n disabled={disabled}\r\n {...props}\r\n >\r\n <div className=\"flex w-full items-center justify-between\">\r\n <div>{children}</div>\r\n {icon && <div>{icon}</div>}\r\n </div>\r\n </DropdownMenuItem>\r\n );\r\n}\r\n\r\nfunction DropDrawerSeparator({\r\n className,\r\n ...props\r\n}: React.ComponentProps<typeof DropdownMenuSeparator>) {\r\n const { isMobile } = useDropDrawerContext();\r\n\r\n // For mobile, render a simple divider\r\n if (isMobile) {\r\n return null;\r\n }\r\n\r\n // For desktop, use the standard dropdown separator\r\n return (\r\n <DropdownMenuSeparator\r\n data-slot=\"drop-drawer-separator\"\r\n className={className}\r\n {...props}\r\n />\r\n );\r\n}\r\n\r\nfunction DropDrawerLabel({\r\n className,\r\n children,\r\n ...props\r\n}:\r\n | React.ComponentProps<typeof DropdownMenuLabel>\r\n | React.ComponentProps<typeof DrawerTitle>) {\r\n const { isMobile } = useDropDrawerContext();\r\n\r\n if (isMobile) {\r\n return (\r\n <DrawerHeader className=\"p-0\">\r\n <DrawerTitle\r\n data-slot=\"drop-drawer-label\"\r\n className={cn(\r\n \"text-neutral-500 px-4 py-2 text-sm font-medium dark:text-neutral-400\",\r\n className,\r\n )}\r\n {...props}\r\n >\r\n {children}\r\n </DrawerTitle>\r\n </DrawerHeader>\r\n );\r\n }\r\n\r\n return (\r\n <DropdownMenuLabel\r\n data-slot=\"drop-drawer-label\"\r\n className={className}\r\n {...props}\r\n >\r\n {children}\r\n </DropdownMenuLabel>\r\n );\r\n}\r\n\r\nfunction DropDrawerFooter({\r\n className,\r\n children,\r\n ...props\r\n}: React.ComponentProps<typeof DrawerFooter> | React.ComponentProps<\"div\">) {\r\n const { isMobile } = useDropDrawerContext();\r\n\r\n if (isMobile) {\r\n return (\r\n <DrawerFooter\r\n data-slot=\"drop-drawer-footer\"\r\n className={cn(\"p-4\", className)}\r\n {...props}\r\n >\r\n {children}\r\n </DrawerFooter>\r\n );\r\n }\r\n\r\n // No direct equivalent in DropdownMenu, so we'll just render a div\r\n return (\r\n <div\r\n data-slot=\"drop-drawer-footer\"\r\n className={cn(\"p-2\", className)}\r\n {...props}\r\n >\r\n {children}\r\n </div>\r\n );\r\n}\r\n\r\nfunction DropDrawerGroup({\r\n className,\r\n children,\r\n ...props\r\n}: React.ComponentProps<\"div\"> & {\r\n children: React.ReactNode;\r\n}) {\r\n const { isMobile } = useDropDrawerContext();\r\n\r\n // Add separators between children on mobile\r\n const childrenWithSeparators = React.useMemo(() => {\r\n if (!isMobile) return children;\r\n\r\n const childArray = React.Children.toArray(children);\r\n\r\n // Filter out any existing separators\r\n const filteredChildren = childArray.filter(\r\n (child) =>\r\n React.isValidElement(child) && child.type !== DropDrawerSeparator,\r\n );\r\n\r\n // Add separators between items\r\n return filteredChildren.flatMap((child, index) => {\r\n if (index === filteredChildren.length - 1) return [child];\r\n return [\r\n child,\r\n <div\r\n key={`separator-${index}`}\r\n className=\"bg-neutral-200 h-px dark:bg-neutral-800\"\r\n aria-hidden=\"true\"\r\n />,\r\n ];\r\n });\r\n }, [children, isMobile]);\r\n\r\n if (isMobile) {\r\n return (\r\n <div\r\n data-drop-drawer-group\r\n data-slot=\"drop-drawer-group\"\r\n role=\"group\"\r\n className={cn(\r\n \"bg-neutral-100 dark:bg-neutral-100 mx-2 my-3 overflow-hidden rounded-xl dark:bg-neutral-800 dark:dark:bg-neutral-800\",\r\n className,\r\n )}\r\n {...props}\r\n >\r\n {childrenWithSeparators}\r\n </div>\r\n );\r\n }\r\n\r\n // On desktop, use a div with proper role and attributes\r\n return (\r\n <div\r\n data-drop-drawer-group\r\n data-slot=\"drop-drawer-group\"\r\n role=\"group\"\r\n className={className}\r\n {...props}\r\n >\r\n {children}\r\n </div>\r\n );\r\n}\r\n\r\n// Context for managing submenu state on mobile\r\ninterface SubmenuContextType {\r\n activeSubmenu: string | null;\r\n setActiveSubmenu: (id: string | null) => void;\r\n submenuTitle: string | null;\r\n setSubmenuTitle: (title: string | null) => void;\r\n navigateToSubmenu?: (id: string, title: string) => void;\r\n registerSubmenuContent?: (id: string, content: React.ReactNode[]) => void;\r\n}\r\n\r\nconst SubmenuContext = React.createContext<SubmenuContextType>({\r\n activeSubmenu: null,\r\n setActiveSubmenu: () => {},\r\n submenuTitle: null,\r\n setSubmenuTitle: () => {},\r\n navigateToSubmenu: undefined,\r\n registerSubmenuContent: undefined,\r\n});\r\n\r\n// Submenu components\r\n// Counter for generating simple numeric IDs\r\nlet submenuIdCounter = 0;\r\n\r\nfunction DropDrawerSub({\r\n children,\r\n id,\r\n ...props\r\n}: React.ComponentProps<typeof DropdownMenuSub> & {\r\n id?: string;\r\n}) {\r\n const { isMobile } = useDropDrawerContext();\r\n const { registerSubmenuContent } = React.useContext(SubmenuContext);\r\n\r\n // Generate a simple numeric ID instead of using React.useId()\r\n const [generatedId] = React.useState(() => `submenu-${submenuIdCounter++}`);\r\n const submenuId = id || generatedId;\r\n\r\n // Extract submenu content to register with parent\r\n React.useEffect(() => {\r\n if (!registerSubmenuContent) return;\r\n\r\n // Find the SubContent within this Sub\r\n const contentItems: React.ReactNode[] = [];\r\n React.Children.forEach(children, (child) => {\r\n if (React.isValidElement(child) && child.type === DropDrawerSubContent) {\r\n // Add all children of the SubContent to the result\r\n React.Children.forEach(\r\n (child.props as { children?: React.ReactNode }).children,\r\n (contentChild) => {\r\n contentItems.push(contentChild);\r\n },\r\n );\r\n }\r\n });\r\n\r\n // Register the content with the parent\r\n if (contentItems.length > 0) {\r\n registerSubmenuContent(submenuId, contentItems);\r\n }\r\n }, [children, registerSubmenuContent, submenuId]);\r\n\r\n if (isMobile) {\r\n // For mobile, we'll use the context to manage submenu state\r\n // Process children to pass the submenu ID to the trigger and content\r\n const processedChildren = React.Children.map(children, (child) => {\r\n if (!React.isValidElement(child)) return child;\r\n\r\n if (child.type === DropDrawerSubTrigger) {\r\n return React.cloneElement(\r\n child as React.ReactElement,\r\n {\r\n ...(child.props as object),\r\n \"data-parent-submenu-id\": submenuId,\r\n \"data-submenu-id\": submenuId,\r\n // Use only data attributes, not custom props\r\n \"data-parent-submenu\": submenuId,\r\n } as React.HTMLAttributes<HTMLElement>,\r\n );\r\n }\r\n\r\n if (child.type === DropDrawerSubContent) {\r\n return React.cloneElement(\r\n child as React.ReactElement,\r\n {\r\n ...(child.props as object),\r\n \"data-parent-submenu-id\": submenuId,\r\n \"data-submenu-id\": submenuId,\r\n // Use only data attributes, not custom props\r\n \"data-parent-submenu\": submenuId,\r\n } as React.HTMLAttributes<HTMLElement>,\r\n );\r\n }\r\n\r\n return child;\r\n });\r\n\r\n return (\r\n <div\r\n data-slot=\"drop-drawer-sub\"\r\n data-submenu-id={submenuId}\r\n id={submenuId}\r\n >\r\n {processedChildren}\r\n </div>\r\n );\r\n }\r\n\r\n // For desktop, pass the generated ID to the DropdownMenuSub\r\n return (\r\n <DropdownMenuSub\r\n data-slot=\"drop-drawer-sub\"\r\n data-submenu-id={submenuId}\r\n // Don't pass id to DropdownMenuSub as it doesn't accept this prop\r\n {...props}\r\n >\r\n {children}\r\n </DropdownMenuSub>\r\n );\r\n}\r\n\r\nfunction DropDrawerSubTrigger({\r\n className,\r\n inset,\r\n children,\r\n ...props\r\n}: React.ComponentProps<typeof DropdownMenuSubTrigger> & {\r\n icon?: React.ReactNode;\r\n}) {\r\n const { isMobile } = useDropDrawerContext();\r\n const { navigateToSubmenu } = React.useContext(SubmenuContext);\r\n\r\n // Define hooks outside of conditionals to follow React rules\r\n // Check if this item is inside a group by looking at parent elements\r\n const isInGroup = React.useCallback(\r\n (element: HTMLElement | null): boolean => {\r\n if (!element) return false;\r\n\r\n // Check if any parent has a data-drop-drawer-group attribute\r\n let parent = element.parentElement;\r\n while (parent) {\r\n if (parent.hasAttribute(\"data-drop-drawer-group\")) {\r\n return true;\r\n }\r\n parent = parent.parentElement;\r\n }\r\n return false;\r\n },\r\n [],\r\n );\r\n\r\n // Create a ref to check if the item is in a group\r\n const itemRef = React.useRef<HTMLDivElement>(null);\r\n const [isInsideGroup, setIsInsideGroup] = React.useState(false);\r\n\r\n React.useEffect(() => {\r\n // Only run this effect in mobile mode\r\n if (!isMobile) return;\r\n\r\n // Use a short timeout to ensure the DOM is fully rendered\r\n const timer = setTimeout(() => {\r\n if (itemRef.current) {\r\n setIsInsideGroup(isInGroup(itemRef.current));\r\n }\r\n }, 0);\r\n\r\n return () => clearTimeout(timer);\r\n }, [isInGroup, isMobile]);\r\n\r\n if (isMobile) {\r\n // Find the parent submenu ID\r\n const handleClick = (e: React.MouseEvent) => {\r\n e.preventDefault();\r\n e.stopPropagation();\r\n\r\n // Get the closest parent with data-submenu-id attribute\r\n const element = e.currentTarget as HTMLElement;\r\n let submenuId: string | null = null;\r\n\r\n // First check if the element itself has the data attribute\r\n if (element.closest(\"[data-submenu-id]\")) {\r\n const closestElement = element.closest(\"[data-submenu-id]\");\r\n const id = closestElement?.getAttribute(\"data-submenu-id\");\r\n if (id) {\r\n submenuId = id;\r\n }\r\n }\r\n\r\n // If not found, try props\r\n if (!submenuId) {\r\n submenuId =\r\n ((props as Record<string, unknown>)[\r\n \"data-parent-submenu-id\"\r\n ] as string) ||\r\n ((props as Record<string, unknown>)[\"data-parent-submenu\"] as string);\r\n }\r\n\r\n if (!submenuId) {\r\n return;\r\n }\r\n\r\n // Get the title\r\n const title = typeof children === \"string\" ? children : \"Submenu\";\r\n\r\n // Navigate to the submenu\r\n if (navigateToSubmenu) {\r\n navigateToSubmenu(submenuId, title);\r\n }\r\n };\r\n\r\n // Combine onClick handlers\r\n const combinedOnClick = (e: React.MouseEvent) => {\r\n // Call the original onClick if provided\r\n const typedProps = props as Record<string, unknown>;\r\n if (typedProps[\"onClick\"]) {\r\n const originalOnClick = typedProps[\r\n \"onClick\"\r\n ] as React.MouseEventHandler<HTMLDivElement>;\r\n originalOnClick(e as React.MouseEvent<HTMLDivElement>);\r\n }\r\n\r\n // Call our navigation handler\r\n handleClick(e);\r\n };\r\n\r\n // Remove onClick from props to avoid duplicate handlers\r\n const { ...restProps } = props as Record<string, unknown>;\r\n\r\n // Don't wrap in DrawerClose for submenu triggers\r\n return (\r\n <div\r\n ref={itemRef}\r\n data-slot=\"drop-drawer-sub-trigger\"\r\n data-inset={inset}\r\n className={cn(\r\n \"flex cursor-pointer items-center justify-between px-4 py-4\",\r\n // Only apply margin, background and rounded corners if not in a group\r\n !isInsideGroup &&\r\n \"bg-neutral-100 dark:bg-neutral-100 mx-2 my-1.5 rounded-md dark:bg-neutral-800 dark:dark:bg-neutral-800\",\r\n // For items in a group, don't add background but add more padding\r\n isInsideGroup && \"bg-transparent py-4\",\r\n inset && \"pl-8\",\r\n className,\r\n )}\r\n onClick={combinedOnClick}\r\n {...restProps}\r\n >\r\n <div className=\"flex items-center gap-2\">{children}</div>\r\n <ChevronRightIcon className=\"h-5 w-5\" />\r\n </div>\r\n );\r\n }\r\n\r\n return (\r\n <DropdownMenuSubTrigger\r\n data-slot=\"drop-drawer-sub-trigger\"\r\n data-inset={inset}\r\n className={className}\r\n inset={inset}\r\n {...props}\r\n >\r\n {children}\r\n </DropdownMenuSubTrigger>\r\n );\r\n}\r\n\r\nfunction DropDrawerSubContent({\r\n className,\r\n sideOffset = 4,\r\n children,\r\n ...props\r\n}: React.ComponentProps<typeof DropdownMenuSubContent>) {\r\n const { isMobile } = useDropDrawerContext();\r\n\r\n if (isMobile) {\r\n // For mobile, we don't render the content directly\r\n // It will be rendered by the DropDrawerContent component when active\r\n return null;\r\n }\r\n\r\n return (\r\n <DropdownMenuSubContent\r\n data-slot=\"drop-drawer-sub-content\"\r\n sideOffset={sideOffset}\r\n className={cn(\r\n \"z-50 min-w-[8rem] overflow-hidden rounded-md border border-neutral-200 p-1 shadow-lg dark:border-neutral-800\",\r\n className,\r\n )}\r\n {...props}\r\n >\r\n {children}\r\n </DropdownMenuSubContent>\r\n );\r\n}\r\n\r\nexport {\r\n DropDrawer,\r\n DropDrawerContent,\r\n DropDrawerFooter,\r\n DropDrawerGroup,\r\n DropDrawerItem,\r\n DropDrawerLabel,\r\n DropDrawerSeparator,\r\n DropDrawerSub,\r\n DropDrawerSubContent,\r\n DropDrawerSubTrigger,\r\n DropDrawerTrigger,\r\n};\r\n"],"names":["__webpack_require__","definition","key","Object","obj","prop","Symbol","DropDrawerContext","React","useDropDrawerContext","context","Error","DropDrawer","children","props","isMobile","useIsMobile","DropdownComponent","Drawer","DropdownMenu","DropDrawerTrigger","className","TriggerComponent","DrawerTrigger","DropdownMenuTrigger","DropDrawerContent","activeSubmenu","setActiveSubmenu","submenuTitle","setSubmenuTitle","submenuStack","setSubmenuStack","animationDirection","setAnimationDirection","submenuContentRef","Map","navigateToSubmenu","id","title","prev","goBack","newStack","previous","registerSubmenuContent","content","extractSubmenuContent","elements","targetId","result","findSubmenuContent","node","element","DropDrawerSub","elementId","dataSubmenuId","child","DropDrawerSubContent","subContentProps","contentChild","Array","getSubmenuContent","cachedContent","submenuContent","variants","direction","transition","SubmenuContext","DrawerContent","cn","DrawerHeader","ChevronLeftIcon","DrawerTitle","AnimatePresence","motion","DropdownMenuContent","DropDrawerItem","onSelect","onClick","icon","variant","inset","disabled","isInGroup","parent","itemRef","isInsideGroup","setIsInsideGroup","timer","setTimeout","clearTimeout","handleClick","e","isInSubmenu","DrawerClose","DropdownMenuItem","DropDrawerSeparator","DropdownMenuSeparator","DropDrawerLabel","DropdownMenuLabel","DropDrawerFooter","DrawerFooter","DropDrawerGroup","childrenWithSeparators","childArray","filteredChildren","index","undefined","submenuIdCounter","generatedId","submenuId","contentItems","processedChildren","DropDrawerSubTrigger","DropdownMenuSub","closestElement","combinedOnClick","typedProps","originalOnClick","restProps","ChevronRightIcon","DropdownMenuSubTrigger","sideOffset","DropdownMenuSubContent"],"mappings":"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"}
@@ -1,259 +0,0 @@
1
- "use client";
2
- "use strict";
3
- var __webpack_require__ = {};
4
- (()=>{
5
- __webpack_require__.d = (exports1, definition)=>{
6
- for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports1, key)) Object.defineProperty(exports1, key, {
7
- enumerable: true,
8
- get: definition[key]
9
- });
10
- };
11
- })();
12
- (()=>{
13
- __webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
14
- })();
15
- (()=>{
16
- __webpack_require__.r = (exports1)=>{
17
- if ('undefined' != typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
18
- value: 'Module'
19
- });
20
- Object.defineProperty(exports1, '__esModule', {
21
- value: true
22
- });
23
- };
24
- })();
25
- var __webpack_exports__ = {};
26
- __webpack_require__.r(__webpack_exports__);
27
- __webpack_require__.d(__webpack_exports__, {
28
- FireworksBackground: ()=>FireworksBackground
29
- });
30
- const jsx_runtime_namespaceObject = require("react/jsx-runtime");
31
- const external_react_namespaceObject = require("react");
32
- const utils_cjs_namespaceObject = require("../../lib/utils.cjs");
33
- const rand = (min, max)=>Math.random() * (max - min) + min;
34
- const randInt = (min, max)=>Math.floor(Math.random() * (max - min) + min);
35
- const randColor = ()=>`hsl(${randInt(0, 360)}, 100%, 50%)`;
36
- const createParticle = (x, y, color, speed, direction, gravity, friction, size)=>{
37
- const vx = Math.cos(direction) * speed;
38
- const vy = Math.sin(direction) * speed;
39
- const alpha = 1;
40
- const decay = rand(0.005, 0.02);
41
- return {
42
- x,
43
- y,
44
- color,
45
- speed,
46
- direction,
47
- vx,
48
- vy,
49
- gravity,
50
- friction,
51
- alpha,
52
- decay,
53
- size,
54
- update () {
55
- this.vx *= this.friction;
56
- this.vy *= this.friction;
57
- this.vy += this.gravity;
58
- this.x += this.vx;
59
- this.y += this.vy;
60
- this.alpha -= this.decay;
61
- },
62
- draw (ctx) {
63
- ctx.save();
64
- ctx.globalAlpha = this.alpha;
65
- ctx.beginPath();
66
- ctx.arc(this.x, this.y, this.size, 0, 2 * Math.PI);
67
- ctx.fillStyle = this.color;
68
- ctx.fill();
69
- ctx.restore();
70
- },
71
- isAlive () {
72
- return this.alpha > 0;
73
- }
74
- };
75
- };
76
- const createFirework = (x, y, targetY, color, speed, size, particleSpeed, particleSize, onExplode)=>{
77
- const angle = -Math.PI / 2 + rand(-0.3, 0.3);
78
- const vx = Math.cos(angle) * speed;
79
- const vy = Math.sin(angle) * speed;
80
- const trail = [];
81
- const trailLength = randInt(10, 25);
82
- return {
83
- x,
84
- y,
85
- targetY,
86
- color,
87
- speed,
88
- size,
89
- angle,
90
- vx,
91
- vy,
92
- trail,
93
- trailLength,
94
- exploded: false,
95
- update () {
96
- this.trail.push({
97
- x: this.x,
98
- y: this.y
99
- });
100
- if (this.trail.length > this.trailLength) this.trail.shift();
101
- this.x += this.vx;
102
- this.y += this.vy;
103
- this.vy += 0.02;
104
- if (this.vy >= 0 || this.y <= this.targetY) {
105
- this.explode();
106
- return false;
107
- }
108
- return true;
109
- },
110
- explode () {
111
- const numParticles = randInt(50, 150);
112
- const particles = [];
113
- for(let i = 0; i < numParticles; i++){
114
- const particleAngle = rand(0, 2 * Math.PI);
115
- const localParticleSpeed = getValueByRange(particleSpeed);
116
- const localParticleSize = getValueByRange(particleSize);
117
- particles.push(createParticle(this.x, this.y, this.color, localParticleSpeed, particleAngle, 0.05, 0.98, localParticleSize));
118
- }
119
- onExplode(particles);
120
- },
121
- draw (ctx) {
122
- ctx.save();
123
- ctx.beginPath();
124
- if (this.trail.length > 1) {
125
- ctx.moveTo(this.trail[0].x, this.trail[0].y);
126
- for (const point of this.trail)ctx.lineTo(point.x, point.y);
127
- } else {
128
- ctx.moveTo(this.x, this.y);
129
- ctx.lineTo(this.x, this.y);
130
- }
131
- ctx.strokeStyle = this.color;
132
- ctx.lineWidth = this.size;
133
- ctx.lineCap = "round";
134
- ctx.stroke();
135
- ctx.restore();
136
- }
137
- };
138
- };
139
- const getValueByRange = (range)=>{
140
- if ("number" == typeof range) return range;
141
- return rand(range.min, range.max);
142
- };
143
- const getColor = (color)=>{
144
- if (Array.isArray(color)) return color[randInt(0, color.length)];
145
- return color ?? randColor();
146
- };
147
- const FireworksBackground = /*#__PURE__*/ external_react_namespaceObject.forwardRef(({ className, canvasProps, population = 1, color, fireworkSpeed = {
148
- min: 4,
149
- max: 8
150
- }, fireworkSize = {
151
- min: 2,
152
- max: 5
153
- }, particleSpeed = {
154
- min: 2,
155
- max: 7
156
- }, particleSize = {
157
- min: 1,
158
- max: 5
159
- }, ...props }, ref)=>{
160
- const canvasRef = external_react_namespaceObject.useRef(null);
161
- const containerRef = external_react_namespaceObject.useRef(null);
162
- external_react_namespaceObject.useImperativeHandle(ref, ()=>containerRef.current);
163
- external_react_namespaceObject.useEffect(()=>{
164
- const canvas = canvasRef.current;
165
- const container = containerRef.current;
166
- if (!canvas || !container) return;
167
- const ctx = canvas.getContext("2d");
168
- if (!ctx) return;
169
- let maxX = window.innerWidth;
170
- let ratio = container.offsetHeight / container.offsetWidth;
171
- let maxY = maxX * ratio;
172
- canvas.width = maxX;
173
- canvas.height = maxY;
174
- const setCanvasSize = ()=>{
175
- maxX = window.innerWidth;
176
- ratio = container.offsetHeight / container.offsetWidth;
177
- maxY = maxX * ratio;
178
- canvas.width = maxX;
179
- canvas.height = maxY;
180
- };
181
- window.addEventListener("resize", setCanvasSize);
182
- const explosions = [];
183
- const fireworks = [];
184
- const handleExplosion = (particles)=>{
185
- explosions.push(...particles);
186
- };
187
- const launchFirework = ()=>{
188
- const x = rand(0.1 * maxX, 0.9 * maxX);
189
- const y = maxY;
190
- const targetY = rand(0.1 * maxY, 0.4 * maxY);
191
- const fireworkColor = getColor(color);
192
- const speed = getValueByRange(fireworkSpeed);
193
- const size = getValueByRange(fireworkSize);
194
- fireworks.push(createFirework(x, y, targetY, fireworkColor, speed, size, particleSpeed, particleSize, handleExplosion));
195
- const timeout = rand(300, 800) / population;
196
- setTimeout(launchFirework, timeout);
197
- };
198
- launchFirework();
199
- let animationFrameId;
200
- const animate = ()=>{
201
- ctx.clearRect(0, 0, maxX, maxY);
202
- for(let i = fireworks.length - 1; i >= 0; i--){
203
- const firework = fireworks[i];
204
- if (firework.update()) firework.draw(ctx);
205
- else fireworks.splice(i, 1);
206
- }
207
- for(let i = explosions.length - 1; i >= 0; i--){
208
- const particle = explosions[i];
209
- particle.update();
210
- if (particle.isAlive()) particle.draw(ctx);
211
- else explosions.splice(i, 1);
212
- }
213
- animationFrameId = requestAnimationFrame(animate);
214
- };
215
- animate();
216
- const handleClick = (event)=>{
217
- const x = event.clientX;
218
- const y = maxY;
219
- const targetY = event.clientY;
220
- const fireworkColor = getColor(color);
221
- const speed = getValueByRange(fireworkSpeed);
222
- const size = getValueByRange(fireworkSize);
223
- fireworks.push(createFirework(x, y, targetY, fireworkColor, speed, size, particleSpeed, particleSize, handleExplosion));
224
- };
225
- container.addEventListener("click", handleClick);
226
- return ()=>{
227
- window.removeEventListener("resize", setCanvasSize);
228
- container.removeEventListener("click", handleClick);
229
- cancelAnimationFrame(animationFrameId);
230
- };
231
- }, [
232
- population,
233
- color,
234
- fireworkSpeed,
235
- fireworkSize,
236
- particleSpeed,
237
- particleSize
238
- ]);
239
- return /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("div", {
240
- ref: containerRef,
241
- className: (0, utils_cjs_namespaceObject.cn)("relative size-full overflow-hidden", className),
242
- ...props,
243
- children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("canvas", {
244
- ...canvasProps,
245
- ref: canvasRef,
246
- className: (0, utils_cjs_namespaceObject.cn)("absolute inset-0 size-full", canvasProps?.className)
247
- })
248
- });
249
- });
250
- FireworksBackground.displayName = "FireworksBackground";
251
- exports.FireworksBackground = __webpack_exports__.FireworksBackground;
252
- for(var __webpack_i__ in __webpack_exports__)if (-1 === [
253
- "FireworksBackground"
254
- ].indexOf(__webpack_i__)) exports[__webpack_i__] = __webpack_exports__[__webpack_i__];
255
- Object.defineProperty(exports, '__esModule', {
256
- value: true
257
- });
258
-
259
- //# sourceMappingURL=fireworks-background.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"components\\ui\\fireworks-background.cjs","sources":["webpack://@arolariu/components/webpack/runtime/define_property_getters","webpack://@arolariu/components/webpack/runtime/has_own_property","webpack://@arolariu/components/webpack/runtime/make_namespace_object","webpack://@arolariu/components/./src/components/ui/fireworks-background.tsx"],"sourcesContent":["__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n }\n }\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","\n\nimport * as React from \"react\";\n\nimport { cn } from \"@/lib/utils\";\n\nconst rand = (min: number, max: number): number =>\n Math.random() * (max - min) + min;\nconst randInt = (min: number, max: number): number =>\n Math.floor(Math.random() * (max - min) + min);\nconst randColor = (): string => `hsl(${randInt(0, 360)}, 100%, 50%)`;\n\ninterface ParticleType {\n x: number;\n y: number;\n color: string;\n speed: number;\n direction: number;\n vx: number;\n vy: number;\n gravity: number;\n friction: number;\n alpha: number;\n decay: number;\n size: number;\n update: () => void;\n draw: (ctx: CanvasRenderingContext2D) => void;\n isAlive: () => boolean;\n}\n\nconst createParticle = (\n x: number,\n y: number,\n color: string,\n speed: number,\n direction: number,\n gravity: number,\n friction: number,\n size: number,\n): ParticleType => {\n const vx = Math.cos(direction) * speed;\n const vy = Math.sin(direction) * speed;\n const alpha = 1;\n const decay = rand(0.005, 0.02);\n\n return {\n x,\n y,\n color,\n speed,\n direction,\n vx,\n vy,\n gravity,\n friction,\n alpha,\n decay,\n size,\n update() {\n this.vx *= this.friction;\n this.vy *= this.friction;\n this.vy += this.gravity;\n this.x += this.vx;\n this.y += this.vy;\n this.alpha -= this.decay;\n },\n draw(ctx: CanvasRenderingContext2D) {\n ctx.save();\n ctx.globalAlpha = this.alpha;\n ctx.beginPath();\n ctx.arc(this.x, this.y, this.size, 0, Math.PI * 2);\n ctx.fillStyle = this.color;\n ctx.fill();\n ctx.restore();\n },\n isAlive() {\n return this.alpha > 0;\n },\n };\n};\n\ninterface FireworkType {\n x: number;\n y: number;\n targetY: number;\n color: string;\n speed: number;\n size: number;\n angle: number;\n vx: number;\n vy: number;\n trail: { x: number; y: number }[];\n trailLength: number;\n exploded: boolean;\n update: () => boolean;\n explode: () => void;\n draw: (ctx: CanvasRenderingContext2D) => void;\n}\n\nconst createFirework = (\n x: number,\n y: number,\n targetY: number,\n color: string,\n speed: number,\n size: number,\n particleSpeed: { min: number; max: number } | number,\n particleSize: { min: number; max: number } | number,\n onExplode: (particles: ParticleType[]) => void,\n): FireworkType => {\n const angle = -Math.PI / 2 + rand(-0.3, 0.3);\n const vx = Math.cos(angle) * speed;\n const vy = Math.sin(angle) * speed;\n const trail: { x: number; y: number }[] = [];\n const trailLength = randInt(10, 25);\n\n return {\n x,\n y,\n targetY,\n color,\n speed,\n size,\n angle,\n vx,\n vy,\n trail,\n trailLength,\n exploded: false,\n update() {\n this.trail.push({ x: this.x, y: this.y });\n if (this.trail.length > this.trailLength) {\n this.trail.shift();\n }\n this.x += this.vx;\n this.y += this.vy;\n this.vy += 0.02;\n if (this.vy >= 0 || this.y <= this.targetY) {\n this.explode();\n return false;\n }\n return true;\n },\n explode() {\n const numParticles = randInt(50, 150);\n const particles: ParticleType[] = [];\n for (let i = 0; i < numParticles; i++) {\n const particleAngle = rand(0, Math.PI * 2);\n const localParticleSpeed = getValueByRange(particleSpeed);\n const localParticleSize = getValueByRange(particleSize);\n particles.push(\n createParticle(\n this.x,\n this.y,\n this.color,\n localParticleSpeed,\n particleAngle,\n 0.05,\n 0.98,\n localParticleSize,\n ),\n );\n }\n onExplode(particles);\n },\n draw(ctx: CanvasRenderingContext2D) {\n ctx.save();\n ctx.beginPath();\n if (this.trail.length > 1) {\n ctx.moveTo(this.trail[0].x, this.trail[0].y);\n for (const point of this.trail) {\n ctx.lineTo(point.x, point.y);\n }\n } else {\n ctx.moveTo(this.x, this.y);\n ctx.lineTo(this.x, this.y);\n }\n ctx.strokeStyle = this.color;\n ctx.lineWidth = this.size;\n ctx.lineCap = \"round\";\n ctx.stroke();\n ctx.restore();\n },\n };\n};\n\nconst getValueByRange = (\n range: { min: number; max: number } | number,\n): number => {\n if (typeof range === \"number\") {\n return range;\n }\n return rand(range.min, range.max);\n};\n\nconst getColor = (color: string | string[] | undefined): string => {\n if (Array.isArray(color)) {\n return color[randInt(0, color.length)];\n }\n return color ?? randColor();\n};\n\ninterface FireworksBackgroundProps\n extends Omit<React.HTMLAttributes<HTMLDivElement>, \"color\"> {\n canvasProps?: React.HTMLAttributes<HTMLCanvasElement>;\n population?: number;\n color?: string | string[];\n fireworkSpeed?: { min: number; max: number } | number;\n fireworkSize?: { min: number; max: number } | number;\n particleSpeed?: { min: number; max: number } | number;\n particleSize?: { min: number; max: number } | number;\n}\n\nconst FireworksBackground = React.forwardRef<\n HTMLDivElement,\n FireworksBackgroundProps\n>(\n (\n {\n className,\n canvasProps,\n population = 1,\n color,\n fireworkSpeed = { min: 4, max: 8 },\n fireworkSize = { min: 2, max: 5 },\n particleSpeed = { min: 2, max: 7 },\n particleSize = { min: 1, max: 5 },\n ...props\n },\n ref,\n ) => {\n const canvasRef = React.useRef<HTMLCanvasElement>(null);\n const containerRef = React.useRef<HTMLDivElement>(null);\n React.useImperativeHandle(\n ref,\n () => containerRef.current as HTMLDivElement,\n );\n\n React.useEffect(() => {\n const canvas = canvasRef.current;\n const container = containerRef.current;\n if (!canvas || !container) return;\n const ctx = canvas.getContext(\"2d\");\n if (!ctx) return;\n\n let maxX = window.innerWidth;\n let ratio = container.offsetHeight / container.offsetWidth;\n let maxY = maxX * ratio;\n canvas.width = maxX;\n canvas.height = maxY;\n\n const setCanvasSize = () => {\n maxX = window.innerWidth;\n ratio = container.offsetHeight / container.offsetWidth;\n maxY = maxX * ratio;\n canvas.width = maxX;\n canvas.height = maxY;\n };\n window.addEventListener(\"resize\", setCanvasSize);\n\n const explosions: ParticleType[] = [];\n const fireworks: FireworkType[] = [];\n\n const handleExplosion = (particles: ParticleType[]) => {\n explosions.push(...particles);\n };\n\n const launchFirework = () => {\n const x = rand(maxX * 0.1, maxX * 0.9);\n const y = maxY;\n const targetY = rand(maxY * 0.1, maxY * 0.4);\n const fireworkColor = getColor(color);\n const speed = getValueByRange(fireworkSpeed);\n const size = getValueByRange(fireworkSize);\n fireworks.push(\n createFirework(\n x,\n y,\n targetY,\n fireworkColor,\n speed,\n size,\n particleSpeed,\n particleSize,\n handleExplosion,\n ),\n );\n const timeout = rand(300, 800) / population;\n setTimeout(launchFirework, timeout);\n };\n\n launchFirework();\n\n let animationFrameId: number;\n const animate = () => {\n ctx.clearRect(0, 0, maxX, maxY);\n\n for (let i = fireworks.length - 1; i >= 0; i--) {\n const firework = fireworks[i];\n if (!firework.update()) {\n fireworks.splice(i, 1);\n } else {\n firework.draw(ctx);\n }\n }\n\n for (let i = explosions.length - 1; i >= 0; i--) {\n const particle = explosions[i];\n particle.update();\n if (particle.isAlive()) {\n particle.draw(ctx);\n } else {\n explosions.splice(i, 1);\n }\n }\n\n animationFrameId = requestAnimationFrame(animate);\n };\n\n animate();\n\n const handleClick = (event: MouseEvent) => {\n const x = event.clientX;\n const y = maxY;\n const targetY = event.clientY;\n const fireworkColor = getColor(color);\n const speed = getValueByRange(fireworkSpeed);\n const size = getValueByRange(fireworkSize);\n fireworks.push(\n createFirework(\n x,\n y,\n targetY,\n fireworkColor,\n speed,\n size,\n particleSpeed,\n particleSize,\n handleExplosion,\n ),\n );\n };\n\n container.addEventListener(\"click\", handleClick);\n\n return () => {\n window.removeEventListener(\"resize\", setCanvasSize);\n container.removeEventListener(\"click\", handleClick);\n cancelAnimationFrame(animationFrameId);\n };\n }, [\n population,\n color,\n fireworkSpeed,\n fireworkSize,\n particleSpeed,\n particleSize,\n ]);\n\n return (\n <div\n ref={containerRef}\n className={cn(\"relative size-full overflow-hidden\", className)}\n {...props}\n >\n <canvas\n {...canvasProps}\n ref={canvasRef}\n className={cn(\"absolute inset-0 size-full\", canvasProps?.className)}\n />\n </div>\n );\n },\n);\n\nFireworksBackground.displayName = \"FireworksBackground\";\n\nexport { FireworksBackground, type FireworksBackgroundProps };\n"],"names":["__webpack_require__","definition","key","Object","obj","prop","Symbol","rand","min","max","Math","randInt","randColor","createParticle","x","y","color","speed","direction","gravity","friction","size","vx","vy","alpha","decay","ctx","createFirework","targetY","particleSpeed","particleSize","onExplode","angle","trail","trailLength","numParticles","particles","i","particleAngle","localParticleSpeed","getValueByRange","localParticleSize","point","range","getColor","Array","FireworksBackground","React","className","canvasProps","population","fireworkSpeed","fireworkSize","props","ref","canvasRef","containerRef","canvas","container","maxX","window","ratio","maxY","setCanvasSize","explosions","fireworks","handleExplosion","launchFirework","fireworkColor","timeout","setTimeout","animationFrameId","animate","firework","particle","requestAnimationFrame","handleClick","event","cancelAnimationFrame","cn"],"mappings":"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"}
@@ -1,100 +0,0 @@
1
- "use client";
2
- "use strict";
3
- var __webpack_require__ = {};
4
- (()=>{
5
- __webpack_require__.d = (exports1, definition)=>{
6
- for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports1, key)) Object.defineProperty(exports1, key, {
7
- enumerable: true,
8
- get: definition[key]
9
- });
10
- };
11
- })();
12
- (()=>{
13
- __webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
14
- })();
15
- (()=>{
16
- __webpack_require__.r = (exports1)=>{
17
- if ('undefined' != typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
18
- value: 'Module'
19
- });
20
- Object.defineProperty(exports1, '__esModule', {
21
- value: true
22
- });
23
- };
24
- })();
25
- var __webpack_exports__ = {};
26
- __webpack_require__.r(__webpack_exports__);
27
- __webpack_require__.d(__webpack_exports__, {
28
- FlipButton: ()=>FlipButton
29
- });
30
- const jsx_runtime_namespaceObject = require("react/jsx-runtime");
31
- const external_react_namespaceObject = require("react");
32
- const react_namespaceObject = require("motion/react");
33
- const utils_cjs_namespaceObject = require("../../lib/utils.cjs");
34
- const defaultSpanClassName = "absolute inset-0 flex items-center justify-center rounded-lg";
35
- const FlipButton = /*#__PURE__*/ external_react_namespaceObject.forwardRef(({ frontText, backText, transition = {
36
- type: "spring",
37
- stiffness: 280,
38
- damping: 20
39
- }, className, frontClassName, backClassName, from = "top", ...props }, ref)=>{
40
- const isVertical = "top" === from || "bottom" === from;
41
- const rotateAxis = isVertical ? "rotateX" : "rotateY";
42
- const frontOffset = "top" === from || "left" === from ? "50%" : "-50%";
43
- const backOffset = "top" === from || "left" === from ? "-50%" : "50%";
44
- const buildVariant = (opacity, rotation, offset = null)=>({
45
- opacity,
46
- [rotateAxis]: rotation,
47
- ...isVertical && null !== offset ? {
48
- y: offset
49
- } : {},
50
- ...!isVertical && null !== offset ? {
51
- x: offset
52
- } : {}
53
- });
54
- const frontVariants = {
55
- initial: buildVariant(1, 0, "0%"),
56
- hover: buildVariant(0, 90, frontOffset)
57
- };
58
- const backVariants = {
59
- initial: buildVariant(0, 90, backOffset),
60
- hover: buildVariant(1, 0, "0%")
61
- };
62
- return /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)(react_namespaceObject.motion.button, {
63
- ref: ref,
64
- initial: "initial",
65
- whileHover: "hover",
66
- whileTap: {
67
- scale: 0.95
68
- },
69
- className: (0, utils_cjs_namespaceObject.cn)("relative inline-block h-10 px-4 py-2 text-sm font-medium cursor-pointer perspective-[1000px] focus:outline-none", className),
70
- ...props,
71
- children: [
72
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(react_namespaceObject.motion.span, {
73
- variants: frontVariants,
74
- transition: transition,
75
- className: (0, utils_cjs_namespaceObject.cn)(defaultSpanClassName, "bg-muted text-black dark:text-white", frontClassName),
76
- children: frontText
77
- }),
78
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(react_namespaceObject.motion.span, {
79
- variants: backVariants,
80
- transition: transition,
81
- className: (0, utils_cjs_namespaceObject.cn)(defaultSpanClassName, "bg-primary text-primary-foreground", backClassName),
82
- children: backText
83
- }),
84
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("span", {
85
- className: "invisible",
86
- children: frontText
87
- })
88
- ]
89
- });
90
- });
91
- FlipButton.displayName = "FlipButton";
92
- exports.FlipButton = __webpack_exports__.FlipButton;
93
- for(var __webpack_i__ in __webpack_exports__)if (-1 === [
94
- "FlipButton"
95
- ].indexOf(__webpack_i__)) exports[__webpack_i__] = __webpack_exports__[__webpack_i__];
96
- Object.defineProperty(exports, '__esModule', {
97
- value: true
98
- });
99
-
100
- //# sourceMappingURL=flip-button.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"components\\ui\\flip-button.cjs","sources":["webpack://@arolariu/components/webpack/runtime/define_property_getters","webpack://@arolariu/components/webpack/runtime/has_own_property","webpack://@arolariu/components/webpack/runtime/make_namespace_object","webpack://@arolariu/components/./src/components/ui/flip-button.tsx"],"sourcesContent":["__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n }\n }\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","\n\nimport * as React from \"react\";\nimport {\n type HTMLMotionProps,\n type Transition,\n type Variant,\n motion,\n} from \"motion/react\";\n\nimport { cn } from \"@/lib/utils\";\n\ntype FlipDirection = \"top\" | \"bottom\" | \"left\" | \"righ\";\n\ninterface FlipButtonProps extends HTMLMotionProps<\"button\"> {\n frontText: string;\n backText: string;\n transition?: Transition;\n frontClassName?: string;\n backClassName?: string;\n from?: FlipDirection;\n}\n\nconst defaultSpanClassName =\n \"absolute inset-0 flex items-center justify-center rounded-lg\";\n\nconst FlipButton = React.forwardRef<HTMLButtonElement, FlipButtonProps>(\n (\n {\n frontText,\n backText,\n transition = { type: \"spring\", stiffness: 280, damping: 20 },\n className,\n frontClassName,\n backClassName,\n from = \"top\",\n ...props\n },\n ref,\n ) => {\n const isVertical = from === \"top\" || from === \"bottom\";\n const rotateAxis = isVertical ? \"rotateX\" : \"rotateY\";\n\n const frontOffset = from === \"top\" || from === \"left\" ? \"50%\" : \"-50%\";\n const backOffset = from === \"top\" || from === \"left\" ? \"-50%\" : \"50%\";\n\n const buildVariant = (\n opacity: number,\n rotation: number,\n offset: string | null = null,\n ): Variant => ({\n opacity,\n [rotateAxis]: rotation,\n ...(isVertical && offset !== null ? { y: offset } : {}),\n ...(!isVertical && offset !== null ? { x: offset } : {}),\n });\n\n const frontVariants = {\n initial: buildVariant(1, 0, \"0%\"),\n hover: buildVariant(0, 90, frontOffset),\n };\n\n const backVariants = {\n initial: buildVariant(0, 90, backOffset),\n hover: buildVariant(1, 0, \"0%\"),\n };\n\n return (\n <motion.button\n ref={ref}\n initial=\"initial\"\n whileHover=\"hover\"\n whileTap={{ scale: 0.95 }}\n className={cn(\n \"relative inline-block h-10 px-4 py-2 text-sm font-medium cursor-pointer perspective-[1000px] focus:outline-none\",\n className,\n )}\n {...props}\n >\n <motion.span\n variants={frontVariants}\n transition={transition}\n className={cn(\n defaultSpanClassName,\n \"bg-muted text-black dark:text-white\",\n frontClassName,\n )}\n >\n {frontText}\n </motion.span>\n <motion.span\n variants={backVariants}\n transition={transition}\n className={cn(\n defaultSpanClassName,\n \"bg-primary text-primary-foreground\",\n backClassName,\n )}\n >\n {backText}\n </motion.span>\n <span className=\"invisible\">{frontText}</span>\n </motion.button>\n );\n },\n);\n\nFlipButton.displayName = \"FlipButton\";\n\nexport { FlipButton, type FlipButtonProps, type FlipDirection };\n"],"names":["__webpack_require__","definition","key","Object","obj","prop","Symbol","defaultSpanClassName","FlipButton","React","frontText","backText","transition","className","frontClassName","backClassName","from","props","ref","isVertical","rotateAxis","frontOffset","backOffset","buildVariant","opacity","rotation","offset","frontVariants","backVariants","motion","cn"],"mappings":";;;;IAAAA,oBAAoB,CAAC,GAAG,CAAC,UAASC;QACjC,IAAI,IAAIC,OAAOD,WACR,IAAGD,oBAAoB,CAAC,CAACC,YAAYC,QAAQ,CAACF,oBAAoB,CAAC,CAAC,UAASE,MACzEC,OAAO,cAAc,CAAC,UAASD,KAAK;YAAE,YAAY;YAAM,KAAKD,UAAU,CAACC,IAAI;QAAC;IAGzF;;;ICNAF,oBAAoB,CAAC,GAAG,CAACI,KAAKC,OAAUF,OAAO,SAAS,CAAC,cAAc,CAAC,IAAI,CAACC,KAAKC;;;ICClFL,oBAAoB,CAAC,GAAG,CAAC;QACxB,IAAG,sBAAOM,UAA0BA,OAAO,WAAW,EACrDH,OAAO,cAAc,CAAC,UAASG,OAAO,WAAW,EAAE;YAAE,OAAO;QAAS;QAEtEH,OAAO,cAAc,CAAC,UAAS,cAAc;YAAE,OAAO;QAAK;IAC5D;;;;;;;;;;;ACiBA,MAAMI,uBACJ;AAEF,MAAMC,aAAa,WAAbA,GAAaC,+BAAAA,UAAgB,CACjC,CACE,EACEC,SAAS,EACTC,QAAQ,EACRC,aAAa;IAAE,MAAM;IAAU,WAAW;IAAK,SAAS;AAAG,CAAC,EAC5DC,SAAS,EACTC,cAAc,EACdC,aAAa,EACbC,OAAO,KAAK,EACZ,GAAGC,OACJ,EACDC;IAEA,MAAMC,aAAaH,UAAAA,QAAkBA,aAAAA;IACrC,MAAMI,aAAaD,aAAa,YAAY;IAE5C,MAAME,cAAcL,UAAAA,QAAkBA,WAAAA,OAAkB,QAAQ;IAChE,MAAMM,aAAaN,UAAAA,QAAkBA,WAAAA,OAAkB,SAAS;IAEhE,MAAMO,eAAe,CACnBC,SACAC,UACAC,SAAwB,IAAI,GACf;YACbF;YACA,CAACJ,WAAW,EAAEK;YACd,GAAIN,cAAcO,SAAAA,SAAkB;gBAAE,GAAGA;YAAO,IAAI,CAAC,CAAC;YACtD,GAAI,CAACP,cAAcO,SAAAA,SAAkB;gBAAE,GAAGA;YAAO,IAAI,CAAC,CAAC;QACzD;IAEA,MAAMC,gBAAgB;QACpB,SAASJ,aAAa,GAAG,GAAG;QAC5B,OAAOA,aAAa,GAAG,IAAIF;IAC7B;IAEA,MAAMO,eAAe;QACnB,SAASL,aAAa,GAAG,IAAID;QAC7B,OAAOC,aAAa,GAAG,GAAG;IAC5B;IAEA,OACE,WADF,GACE,sCAACM,sBAAAA,MAAAA,CAAAA,MAAa;QACZ,KAAKX;QACL,SAAQ;QACR,YAAW;QACX,UAAU;YAAE,OAAO;QAAK;QACxB,WAAWY,IAAAA,0BAAAA,EAAAA,EACT,mHACAjB;QAED,GAAGI,KAAK;;0BAET,qCAACY,sBAAAA,MAAAA,CAAAA,IAAW;gBACV,UAAUF;gBACV,YAAYf;gBACZ,WAAWkB,IAAAA,0BAAAA,EAAAA,EACTvB,sBACA,uCACAO;0BAGDJ;;0BAEH,qCAACmB,sBAAAA,MAAAA,CAAAA,IAAW;gBACV,UAAUD;gBACV,YAAYhB;gBACZ,WAAWkB,IAAAA,0BAAAA,EAAAA,EACTvB,sBACA,sCACAQ;0BAGDJ;;0BAEH,qCAAC;gBAAK,WAAU;0BAAaD;;;;AAGnC;AAGFF,WAAW,WAAW,GAAG"}