@m5kdev/web-ui 0.1.2 → 0.1.4

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 (371) hide show
  1. package/.turbo/turbo-build.log +1 -1
  2. package/CHANGELOG.md +12 -0
  3. package/dist/src/animations/card.motion.d.ts +3 -0
  4. package/dist/src/animations/card.motion.d.ts.map +1 -0
  5. package/dist/src/animations/card.motion.js +7 -0
  6. package/dist/src/components/AvatarUpload.d.ts +8 -0
  7. package/dist/src/components/AvatarUpload.d.ts.map +1 -0
  8. package/dist/src/components/AvatarUpload.js +67 -0
  9. package/dist/src/components/Button.d.ts +6 -0
  10. package/dist/src/components/Button.d.ts.map +1 -0
  11. package/dist/src/components/Button.js +5 -0
  12. package/dist/src/components/Calendar.d.ts +36 -0
  13. package/dist/src/components/Calendar.d.ts.map +1 -0
  14. package/dist/src/components/Calendar.js +10 -0
  15. package/dist/src/components/CardsSelect.d.ts +24 -0
  16. package/dist/src/components/CardsSelect.d.ts.map +1 -0
  17. package/dist/src/components/CardsSelect.js +46 -0
  18. package/dist/src/components/CollapsibleSidebarMenuItem.d.ts +10 -0
  19. package/dist/src/components/CollapsibleSidebarMenuItem.d.ts.map +1 -0
  20. package/dist/src/components/CollapsibleSidebarMenuItem.js +11 -0
  21. package/dist/src/components/ColorPicker.d.ts +5 -0
  22. package/dist/src/components/ColorPicker.d.ts.map +1 -0
  23. package/dist/src/components/ColorPicker.js +21 -0
  24. package/dist/src/components/CopyButton.d.ts +7 -0
  25. package/dist/src/components/CopyButton.d.ts.map +1 -0
  26. package/dist/src/components/CopyButton.js +24 -0
  27. package/dist/src/components/CropDialog.d.ts +11 -0
  28. package/dist/src/components/CropDialog.d.ts.map +1 -0
  29. package/dist/src/components/CropDialog.js +67 -0
  30. package/dist/src/components/DialogProvider.d.ts +16 -0
  31. package/dist/src/components/DialogProvider.d.ts.map +1 -0
  32. package/dist/src/components/DialogProvider.js +50 -0
  33. package/dist/src/components/ErrorFallback.d.ts +5 -0
  34. package/dist/src/components/ErrorFallback.d.ts.map +1 -0
  35. package/dist/src/components/ErrorFallback.js +5 -0
  36. package/dist/src/components/FileDropzone.d.ts +7 -0
  37. package/dist/src/components/FileDropzone.d.ts.map +1 -0
  38. package/dist/src/components/FileDropzone.js +63 -0
  39. package/dist/src/components/MultiSelectDropdown.d.ts +27 -0
  40. package/dist/src/components/MultiSelectDropdown.d.ts.map +1 -0
  41. package/dist/src/components/MultiSelectDropdown.js +53 -0
  42. package/dist/src/components/Orb.d.ts +7 -0
  43. package/dist/src/components/Orb.d.ts.map +1 -0
  44. package/dist/src/components/Orb.js +259 -0
  45. package/dist/src/components/PageAlert.d.ts +19 -0
  46. package/dist/src/components/PageAlert.d.ts.map +1 -0
  47. package/dist/src/components/PageAlert.js +48 -0
  48. package/dist/src/components/SelectChips.d.ts +11 -0
  49. package/dist/src/components/SelectChips.d.ts.map +1 -0
  50. package/dist/src/components/SelectChips.js +11 -0
  51. package/dist/src/components/SidebarItem.d.ts +8 -0
  52. package/dist/src/components/SidebarItem.d.ts.map +1 -0
  53. package/dist/src/components/SidebarItem.js +6 -0
  54. package/dist/src/components/Steps.d.ts +20 -0
  55. package/dist/src/components/Steps.d.ts.map +1 -0
  56. package/dist/src/components/Steps.js +34 -0
  57. package/dist/src/components/TablerIconPicker.d.ts +3 -0
  58. package/dist/src/components/TablerIconPicker.d.ts.map +1 -0
  59. package/dist/src/components/TablerIconPicker.js +4238 -0
  60. package/dist/src/components/app-header.d.ts +7 -0
  61. package/dist/src/components/app-header.d.ts.map +1 -0
  62. package/dist/src/components/app-header.js +8 -0
  63. package/dist/src/components/blur-card.d.ts +14 -0
  64. package/dist/src/components/blur-card.d.ts.map +1 -0
  65. package/dist/src/components/blur-card.js +34 -0
  66. package/dist/src/components/features-section-demo-1.d.ts +7 -0
  67. package/dist/src/components/features-section-demo-1.d.ts.map +1 -0
  68. package/dist/src/components/features-section-demo-1.js +53 -0
  69. package/dist/src/components/features-section-demo-2.d.ts +2 -0
  70. package/dist/src/components/features-section-demo-2.d.ts.map +1 -0
  71. package/dist/src/components/features-section-demo-2.js +51 -0
  72. package/dist/src/components/features-section-demo-3.d.ts +9 -0
  73. package/dist/src/components/features-section-demo-3.d.ts.map +1 -0
  74. package/dist/src/components/features-section-demo-3.js +116 -0
  75. package/dist/src/components/mode-toggle.d.ts +2 -0
  76. package/dist/src/components/mode-toggle.d.ts.map +1 -0
  77. package/dist/src/components/mode-toggle.js +9 -0
  78. package/dist/src/components/nav-main.d.ts +14 -0
  79. package/dist/src/components/nav-main.d.ts.map +1 -0
  80. package/dist/src/components/nav-main.js +9 -0
  81. package/dist/src/components/pricing-cards.d.ts +2 -0
  82. package/dist/src/components/pricing-cards.d.ts.map +1 -0
  83. package/dist/src/components/pricing-cards.js +27 -0
  84. package/dist/src/components/shared/ButtonCopy.d.ts +7 -0
  85. package/dist/src/components/shared/ButtonCopy.d.ts.map +1 -0
  86. package/dist/src/components/shared/ButtonCopy.js +24 -0
  87. package/dist/src/components/team-switcher.d.ts +9 -0
  88. package/dist/src/components/team-switcher.d.ts.map +1 -0
  89. package/dist/src/components/team-switcher.js +10 -0
  90. package/dist/src/components/theme-provider.d.ts +14 -0
  91. package/dist/src/components/theme-provider.d.ts.map +1 -0
  92. package/dist/src/components/theme-provider.js +41 -0
  93. package/dist/src/components/typewriter.d.ts +19 -0
  94. package/dist/src/components/typewriter.d.ts.map +1 -0
  95. package/dist/src/components/typewriter.js +38 -0
  96. package/dist/src/components/ui/alert-dialog.d.ts +15 -0
  97. package/dist/src/components/ui/alert-dialog.d.ts.map +1 -0
  98. package/dist/src/components/ui/alert-dialog.js +38 -0
  99. package/dist/src/components/ui/alert.d.ts +10 -0
  100. package/dist/src/components/ui/alert.d.ts.map +1 -0
  101. package/dist/src/components/ui/alert.js +24 -0
  102. package/dist/src/components/ui/avatar.d.ts +7 -0
  103. package/dist/src/components/ui/avatar.d.ts.map +1 -0
  104. package/dist/src/components/ui/avatar.js +12 -0
  105. package/dist/src/components/ui/badge.d.ts +10 -0
  106. package/dist/src/components/ui/badge.d.ts.map +1 -0
  107. package/dist/src/components/ui/badge.js +20 -0
  108. package/dist/src/components/ui/bento-grid.d.ts +12 -0
  109. package/dist/src/components/ui/bento-grid.d.ts.map +1 -0
  110. package/dist/src/components/ui/bento-grid.js +8 -0
  111. package/dist/src/components/ui/bento-grid2.d.ts +16 -0
  112. package/dist/src/components/ui/bento-grid2.d.ts.map +1 -0
  113. package/dist/src/components/ui/bento-grid2.js +13 -0
  114. package/dist/src/components/ui/breadcrumb.d.ts +20 -0
  115. package/dist/src/components/ui/breadcrumb.d.ts.map +1 -0
  116. package/dist/src/components/ui/breadcrumb.js +23 -0
  117. package/dist/src/components/ui/button.d.ts +12 -0
  118. package/dist/src/components/ui/button.d.ts.map +1 -0
  119. package/dist/src/components/ui/button.js +33 -0
  120. package/dist/src/components/ui/card.d.ts +9 -0
  121. package/dist/src/components/ui/card.d.ts.map +1 -0
  122. package/dist/src/components/ui/card.js +16 -0
  123. package/dist/src/components/ui/checkbox.d.ts +5 -0
  124. package/dist/src/components/ui/checkbox.d.ts.map +1 -0
  125. package/dist/src/components/ui/checkbox.js +8 -0
  126. package/dist/src/components/ui/collapsible.d.ts +6 -0
  127. package/dist/src/components/ui/collapsible.d.ts.map +1 -0
  128. package/dist/src/components/ui/collapsible.js +5 -0
  129. package/dist/src/components/ui/dialog.d.ts +14 -0
  130. package/dist/src/components/ui/dialog.d.ts.map +1 -0
  131. package/dist/src/components/ui/dialog.js +35 -0
  132. package/dist/src/components/ui/dropdown-menu.d.ts +28 -0
  133. package/dist/src/components/ui/dropdown-menu.d.ts.map +1 -0
  134. package/dist/src/components/ui/dropdown-menu.js +32 -0
  135. package/dist/src/components/ui/floating-navbar.d.ts +10 -0
  136. package/dist/src/components/ui/floating-navbar.d.ts.map +1 -0
  137. package/dist/src/components/ui/floating-navbar.js +38 -0
  138. package/dist/src/components/ui/form.d.ts +24 -0
  139. package/dist/src/components/ui/form.d.ts.map +1 -0
  140. package/dist/src/components/ui/form.js +60 -0
  141. package/dist/src/components/ui/image.d.ts +7 -0
  142. package/dist/src/components/ui/image.d.ts.map +1 -0
  143. package/dist/src/components/ui/image.js +15 -0
  144. package/dist/src/components/ui/input.d.ts +4 -0
  145. package/dist/src/components/ui/input.d.ts.map +1 -0
  146. package/dist/src/components/ui/input.js +8 -0
  147. package/dist/src/components/ui/label.d.ts +6 -0
  148. package/dist/src/components/ui/label.d.ts.map +1 -0
  149. package/dist/src/components/ui/label.js +9 -0
  150. package/dist/src/components/ui/pagination.d.ts +14 -0
  151. package/dist/src/components/ui/pagination.d.ts.map +1 -0
  152. package/dist/src/components/ui/pagination.js +29 -0
  153. package/dist/src/components/ui/progress.d.ts +5 -0
  154. package/dist/src/components/ui/progress.d.ts.map +1 -0
  155. package/dist/src/components/ui/progress.js +7 -0
  156. package/dist/src/components/ui/resizable-navbar.d.ts +57 -0
  157. package/dist/src/components/ui/resizable-navbar.d.ts.map +1 -0
  158. package/dist/src/components/ui/resizable-navbar.js +86 -0
  159. package/dist/src/components/ui/segment-control.d.ts +10 -0
  160. package/dist/src/components/ui/segment-control.d.ts.map +1 -0
  161. package/dist/src/components/ui/segment-control.js +42 -0
  162. package/dist/src/components/ui/select.d.ts +14 -0
  163. package/dist/src/components/ui/select.d.ts.map +1 -0
  164. package/dist/src/components/ui/select.js +26 -0
  165. package/dist/src/components/ui/separator.d.ts +5 -0
  166. package/dist/src/components/ui/separator.d.ts.map +1 -0
  167. package/dist/src/components/ui/separator.js +7 -0
  168. package/dist/src/components/ui/sheet.d.ts +26 -0
  169. package/dist/src/components/ui/sheet.d.ts.map +1 -0
  170. package/dist/src/components/ui/sheet.js +37 -0
  171. package/dist/src/components/ui/sidebar.d.ts +67 -0
  172. package/dist/src/components/ui/sidebar.d.ts.map +1 -0
  173. package/dist/src/components/ui/sidebar.js +222 -0
  174. package/dist/src/components/ui/skeleton.d.ts +3 -0
  175. package/dist/src/components/ui/skeleton.d.ts.map +1 -0
  176. package/dist/src/components/ui/skeleton.js +6 -0
  177. package/dist/src/components/ui/slider.d.ts +5 -0
  178. package/dist/src/components/ui/slider.d.ts.map +1 -0
  179. package/dist/src/components/ui/slider.js +7 -0
  180. package/dist/src/components/ui/sonner.d.ts +5 -0
  181. package/dist/src/components/ui/sonner.d.ts.map +1 -0
  182. package/dist/src/components/ui/sonner.js +15 -0
  183. package/dist/src/components/ui/spinner.d.ts +15 -0
  184. package/dist/src/components/ui/spinner.d.ts.map +1 -0
  185. package/dist/src/components/ui/spinner.js +30 -0
  186. package/dist/src/components/ui/switch.d.ts +5 -0
  187. package/dist/src/components/ui/switch.d.ts.map +1 -0
  188. package/dist/src/components/ui/switch.js +7 -0
  189. package/dist/src/components/ui/table.d.ts +11 -0
  190. package/dist/src/components/ui/table.d.ts.map +1 -0
  191. package/dist/src/components/ui/table.js +27 -0
  192. package/dist/src/components/ui/tabs.d.ts +8 -0
  193. package/dist/src/components/ui/tabs.d.ts.map +1 -0
  194. package/dist/src/components/ui/tabs.js +16 -0
  195. package/dist/src/components/ui/textarea.d.ts +4 -0
  196. package/dist/src/components/ui/textarea.d.ts.map +1 -0
  197. package/dist/src/components/ui/textarea.js +6 -0
  198. package/dist/src/components/ui/timeline.d.ts +12 -0
  199. package/dist/src/components/ui/timeline.d.ts.map +1 -0
  200. package/dist/src/components/ui/timeline.js +27 -0
  201. package/dist/src/components/ui/toast.d.ts +16 -0
  202. package/dist/src/components/ui/toast.d.ts.map +1 -0
  203. package/dist/src/components/ui/toast.js +33 -0
  204. package/dist/src/components/ui/tooltip.d.ts +8 -0
  205. package/dist/src/components/ui/tooltip.d.ts.map +1 -0
  206. package/dist/src/components/ui/tooltip.js +16 -0
  207. package/dist/src/components/ui/typewriter-effect.d.ts +17 -0
  208. package/dist/src/components/ui/typewriter-effect.d.ts.map +1 -0
  209. package/dist/src/components/ui/typewriter-effect.js +76 -0
  210. package/dist/src/hooks/use-mobile.d.ts +2 -0
  211. package/dist/src/hooks/use-mobile.d.ts.map +1 -0
  212. package/dist/src/hooks/use-mobile.js +15 -0
  213. package/dist/src/hooks/useDialog.d.ts +5 -0
  214. package/dist/src/hooks/useDialog.d.ts.map +1 -0
  215. package/dist/src/hooks/useDialog.js +22 -0
  216. package/dist/src/icons/GoogleIcon.d.ts +6 -0
  217. package/dist/src/icons/GoogleIcon.d.ts.map +1 -0
  218. package/dist/src/icons/GoogleIcon.js +4 -0
  219. package/dist/src/icons/LinkedInIcon.d.ts +6 -0
  220. package/dist/src/icons/LinkedInIcon.d.ts.map +1 -0
  221. package/dist/src/icons/LinkedInIcon.js +4 -0
  222. package/dist/src/icons/MicrosoftIcon.d.ts +6 -0
  223. package/dist/src/icons/MicrosoftIcon.d.ts.map +1 -0
  224. package/dist/src/icons/MicrosoftIcon.js +4 -0
  225. package/dist/src/lib/chatwoot.d.ts +12 -0
  226. package/dist/src/lib/chatwoot.d.ts.map +1 -0
  227. package/dist/src/lib/chatwoot.js +28 -0
  228. package/dist/src/lib/utils.d.ts +3 -0
  229. package/dist/src/lib/utils.d.ts.map +1 -0
  230. package/dist/src/lib/utils.js +5 -0
  231. package/dist/src/modules/app/components/AppLoader.d.ts +3 -0
  232. package/dist/src/modules/app/components/AppLoader.d.ts.map +1 -0
  233. package/dist/src/modules/app/components/AppLoader.js +5 -0
  234. package/dist/src/modules/app/components/AppShell.d.ts +8 -0
  235. package/dist/src/modules/app/components/AppShell.d.ts.map +1 -0
  236. package/dist/src/modules/app/components/AppShell.js +7 -0
  237. package/dist/src/modules/app/components/AppSidebar.d.ts +8 -0
  238. package/dist/src/modules/app/components/AppSidebar.d.ts.map +1 -0
  239. package/dist/src/modules/app/components/AppSidebar.js +5 -0
  240. package/dist/src/modules/app/components/AppSidebarContent.d.ts +17 -0
  241. package/dist/src/modules/app/components/AppSidebarContent.d.ts.map +1 -0
  242. package/dist/src/modules/app/components/AppSidebarContent.js +7 -0
  243. package/dist/src/modules/app/components/AppSidebarHeader.d.ts +9 -0
  244. package/dist/src/modules/app/components/AppSidebarHeader.d.ts.map +1 -0
  245. package/dist/src/modules/app/components/AppSidebarHeader.js +10 -0
  246. package/dist/src/modules/app/components/AppSidebarInvites.d.ts +4 -0
  247. package/dist/src/modules/app/components/AppSidebarInvites.d.ts.map +1 -0
  248. package/dist/src/modules/app/components/AppSidebarInvites.js +12 -0
  249. package/dist/src/modules/app/components/AppSidebarUser.d.ts +12 -0
  250. package/dist/src/modules/app/components/AppSidebarUser.d.ts.map +1 -0
  251. package/dist/src/modules/app/components/AppSidebarUser.js +16 -0
  252. package/dist/src/modules/auth/components/AdminUserManagement.d.ts +7 -0
  253. package/dist/src/modules/auth/components/AdminUserManagement.d.ts.map +1 -0
  254. package/dist/src/modules/auth/components/AdminUserManagement.js +422 -0
  255. package/dist/src/modules/auth/components/AdminWaitlist.d.ts +7 -0
  256. package/dist/src/modules/auth/components/AdminWaitlist.d.ts.map +1 -0
  257. package/dist/src/modules/auth/components/AdminWaitlist.js +118 -0
  258. package/dist/src/modules/auth/components/AuthLayout.d.ts +5 -0
  259. package/dist/src/modules/auth/components/AuthLayout.d.ts.map +1 -0
  260. package/dist/src/modules/auth/components/AuthLayout.js +5 -0
  261. package/dist/src/modules/auth/components/AuthProviders.d.ts +7 -0
  262. package/dist/src/modules/auth/components/AuthProviders.d.ts.map +1 -0
  263. package/dist/src/modules/auth/components/AuthProviders.js +45 -0
  264. package/dist/src/modules/auth/components/AuthRouter.d.ts +10 -0
  265. package/dist/src/modules/auth/components/AuthRouter.d.ts.map +1 -0
  266. package/dist/src/modules/auth/components/AuthRouter.js +12 -0
  267. package/dist/src/modules/auth/components/ClaimAccountRoute.d.ts +5 -0
  268. package/dist/src/modules/auth/components/ClaimAccountRoute.d.ts.map +1 -0
  269. package/dist/src/modules/auth/components/ClaimAccountRoute.js +143 -0
  270. package/dist/src/modules/auth/components/ErrorAuthRoute.d.ts +2 -0
  271. package/dist/src/modules/auth/components/ErrorAuthRoute.d.ts.map +1 -0
  272. package/dist/src/modules/auth/components/ErrorAuthRoute.js +93 -0
  273. package/dist/src/modules/auth/components/ForgotPasswordForm.d.ts +2 -0
  274. package/dist/src/modules/auth/components/ForgotPasswordForm.d.ts.map +1 -0
  275. package/dist/src/modules/auth/components/ForgotPasswordForm.js +27 -0
  276. package/dist/src/modules/auth/components/ForgotPasswordRoute.d.ts +2 -0
  277. package/dist/src/modules/auth/components/ForgotPasswordRoute.d.ts.map +1 -0
  278. package/dist/src/modules/auth/components/ForgotPasswordRoute.js +9 -0
  279. package/dist/src/modules/auth/components/InviteFriends.d.ts +6 -0
  280. package/dist/src/modules/auth/components/InviteFriends.d.ts.map +1 -0
  281. package/dist/src/modules/auth/components/InviteFriends.js +74 -0
  282. package/dist/src/modules/auth/components/LastUsedBadge.d.ts +6 -0
  283. package/dist/src/modules/auth/components/LastUsedBadge.d.ts.map +1 -0
  284. package/dist/src/modules/auth/components/LastUsedBadge.js +9 -0
  285. package/dist/src/modules/auth/components/LoginForm.d.ts +4 -0
  286. package/dist/src/modules/auth/components/LoginForm.d.ts.map +1 -0
  287. package/dist/src/modules/auth/components/LoginForm.js +44 -0
  288. package/dist/src/modules/auth/components/LoginRoute.d.ts +4 -0
  289. package/dist/src/modules/auth/components/LoginRoute.d.ts.map +1 -0
  290. package/dist/src/modules/auth/components/LoginRoute.js +11 -0
  291. package/dist/src/modules/auth/components/LogoutRoute.d.ts +2 -0
  292. package/dist/src/modules/auth/components/LogoutRoute.d.ts.map +1 -0
  293. package/dist/src/modules/auth/components/LogoutRoute.js +15 -0
  294. package/dist/src/modules/auth/components/OrganizationAcceptInvitationRoute.d.ts +10 -0
  295. package/dist/src/modules/auth/components/OrganizationAcceptInvitationRoute.d.ts.map +1 -0
  296. package/dist/src/modules/auth/components/OrganizationAcceptInvitationRoute.js +102 -0
  297. package/dist/src/modules/auth/components/OrganizationMembersRoute.d.ts +52 -0
  298. package/dist/src/modules/auth/components/OrganizationMembersRoute.d.ts.map +1 -0
  299. package/dist/src/modules/auth/components/OrganizationMembersRoute.js +359 -0
  300. package/dist/src/modules/auth/components/OrganizationSettingsRoute.d.ts +21 -0
  301. package/dist/src/modules/auth/components/OrganizationSettingsRoute.d.ts.map +1 -0
  302. package/dist/src/modules/auth/components/OrganizationSettingsRoute.js +153 -0
  303. package/dist/src/modules/auth/components/OrganizationSwitcher.d.ts +8 -0
  304. package/dist/src/modules/auth/components/OrganizationSwitcher.d.ts.map +1 -0
  305. package/dist/src/modules/auth/components/OrganizationSwitcher.js +74 -0
  306. package/dist/src/modules/auth/components/ProfileRoute.d.ts +2 -0
  307. package/dist/src/modules/auth/components/ProfileRoute.d.ts.map +1 -0
  308. package/dist/src/modules/auth/components/ProfileRoute.js +42 -0
  309. package/dist/src/modules/auth/components/RangeNuqsDatePicker.d.ts +32 -0
  310. package/dist/src/modules/auth/components/RangeNuqsDatePicker.d.ts.map +1 -0
  311. package/dist/src/modules/auth/components/RangeNuqsDatePicker.js +236 -0
  312. package/dist/src/modules/auth/components/ResetPasswordForm.d.ts +2 -0
  313. package/dist/src/modules/auth/components/ResetPasswordForm.d.ts.map +1 -0
  314. package/dist/src/modules/auth/components/ResetPasswordForm.js +39 -0
  315. package/dist/src/modules/auth/components/ResetPasswordRoute.d.ts +2 -0
  316. package/dist/src/modules/auth/components/ResetPasswordRoute.d.ts.map +1 -0
  317. package/dist/src/modules/auth/components/ResetPasswordRoute.js +9 -0
  318. package/dist/src/modules/auth/components/SignupFormRoute.d.ts +6 -0
  319. package/dist/src/modules/auth/components/SignupFormRoute.d.ts.map +1 -0
  320. package/dist/src/modules/auth/components/SignupFormRoute.js +106 -0
  321. package/dist/src/modules/auth/components/SignupRoute.d.ts +8 -0
  322. package/dist/src/modules/auth/components/SignupRoute.d.ts.map +1 -0
  323. package/dist/src/modules/auth/components/SignupRoute.js +16 -0
  324. package/dist/src/modules/auth/components/UserPreferences.d.ts +31 -0
  325. package/dist/src/modules/auth/components/UserPreferences.d.ts.map +1 -0
  326. package/dist/src/modules/auth/components/UserPreferences.js +60 -0
  327. package/dist/src/modules/auth/components/WaitlistCard.d.ts +7 -0
  328. package/dist/src/modules/auth/components/WaitlistCard.d.ts.map +1 -0
  329. package/dist/src/modules/auth/components/WaitlistCard.js +32 -0
  330. package/dist/src/modules/auth/components/WaitlistCodeValidation.d.ts +8 -0
  331. package/dist/src/modules/auth/components/WaitlistCodeValidation.d.ts.map +1 -0
  332. package/dist/src/modules/auth/components/WaitlistCodeValidation.js +43 -0
  333. package/dist/src/modules/billing/components/BillingBetaPage.d.ts +9 -0
  334. package/dist/src/modules/billing/components/BillingBetaPage.d.ts.map +1 -0
  335. package/dist/src/modules/billing/components/BillingBetaPage.js +11 -0
  336. package/dist/src/modules/billing/components/BillingInvoicePage.d.ts +8 -0
  337. package/dist/src/modules/billing/components/BillingInvoicePage.d.ts.map +1 -0
  338. package/dist/src/modules/billing/components/BillingInvoicePage.js +32 -0
  339. package/dist/src/modules/billing/components/BillingPlanSelect.d.ts +7 -0
  340. package/dist/src/modules/billing/components/BillingPlanSelect.d.ts.map +1 -0
  341. package/dist/src/modules/billing/components/BillingPlanSelect.js +8 -0
  342. package/dist/src/modules/billing/components/BillingRouter.d.ts +10 -0
  343. package/dist/src/modules/billing/components/BillingRouter.d.ts.map +1 -0
  344. package/dist/src/modules/billing/components/BillingRouter.js +8 -0
  345. package/dist/src/modules/billing/components/BillingSinglePlanSelect.d.ts +9 -0
  346. package/dist/src/modules/billing/components/BillingSinglePlanSelect.d.ts.map +1 -0
  347. package/dist/src/modules/billing/components/BillingSinglePlanSelect.js +46 -0
  348. package/dist/src/modules/table/components/ColumnOrderAndVisibility.d.ts +11 -0
  349. package/dist/src/modules/table/components/ColumnOrderAndVisibility.d.ts.map +1 -0
  350. package/dist/src/modules/table/components/ColumnOrderAndVisibility.js +42 -0
  351. package/dist/src/modules/table/components/NuqsTable.d.ts +24 -0
  352. package/dist/src/modules/table/components/NuqsTable.d.ts.map +1 -0
  353. package/dist/src/modules/table/components/NuqsTable.js +198 -0
  354. package/dist/src/modules/table/components/TableFiltering.d.ts +24 -0
  355. package/dist/src/modules/table/components/TableFiltering.d.ts.map +1 -0
  356. package/dist/src/modules/table/components/TableFiltering.js +236 -0
  357. package/dist/src/modules/table/components/TablePagination.d.ts +10 -0
  358. package/dist/src/modules/table/components/TablePagination.d.ts.map +1 -0
  359. package/dist/src/modules/table/components/TablePagination.js +21 -0
  360. package/dist/src/modules/table/components/table.types.d.ts +13 -0
  361. package/dist/src/modules/table/components/table.types.d.ts.map +1 -0
  362. package/dist/src/modules/table/components/table.types.js +1 -0
  363. package/dist/src/modules/table/filterTransformers.d.ts +54 -0
  364. package/dist/src/modules/table/filterTransformers.d.ts.map +1 -0
  365. package/dist/src/modules/table/filterTransformers.js +276 -0
  366. package/dist/src/types.d.ts +4 -0
  367. package/dist/src/types.d.ts.map +1 -0
  368. package/dist/src/types.js +1 -0
  369. package/dist/tsconfig.lib.tsbuildinfo +1 -1
  370. package/package.json +5 -5
  371. package/tsconfig.json +4 -1
@@ -1,5 +1,5 @@
1
1
 
2
2
  
3
- > @m5kdev/web-ui@0.1.1 build /Users/michalkow/Projects/m5kdev/packages/web-ui
3
+ > @m5kdev/web-ui@0.1.3 build /Users/michalkow/Projects/m5kdev/packages/web-ui
4
4
  > tsc --build
5
5
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @m5kdev/web-ui
2
2
 
3
+ ## 0.1.4
4
+
5
+ ### Patch Changes
6
+
7
+ - build added
8
+
9
+ ## 0.1.3
10
+
11
+ ### Patch Changes
12
+
13
+ - build js
14
+
3
15
  ## 0.1.2
4
16
 
5
17
  ### Patch Changes
@@ -0,0 +1,3 @@
1
+ import type { MotionNodeOptions } from "framer-motion";
2
+ export declare const cardMotion: Partial<MotionNodeOptions>;
3
+ //# sourceMappingURL=card.motion.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"card.motion.d.ts","sourceRoot":"","sources":["../../../src/animations/card.motion.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAC;AAEvD,eAAO,MAAM,UAAU,EAAE,OAAO,CAAC,iBAAiB,CAMjD,CAAC"}
@@ -0,0 +1,7 @@
1
+ export const cardMotion = {
2
+ layout: true,
3
+ initial: { opacity: 0, scale: 0.98 },
4
+ animate: { opacity: 1, scale: 1 },
5
+ exit: { opacity: 0, scale: 0.98, transition: { duration: 0.12 } },
6
+ transition: { type: "spring", stiffness: 160, damping: 28 },
7
+ };
@@ -0,0 +1,8 @@
1
+ interface AvatarUploadProps {
2
+ currentAvatarUrl?: string | null;
3
+ onUploadComplete?: (avatarUrl: string) => void;
4
+ className?: string;
5
+ }
6
+ export declare function AvatarUpload({ currentAvatarUrl, onUploadComplete, className }: AvatarUploadProps): import("react/jsx-runtime").JSX.Element;
7
+ export {};
8
+ //# sourceMappingURL=AvatarUpload.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AvatarUpload.d.ts","sourceRoot":"","sources":["../../../src/components/AvatarUpload.tsx"],"names":[],"mappings":"AASA,UAAU,iBAAiB;IACzB,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,gBAAgB,CAAC,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IAC/C,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,YAAY,CAAC,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,SAAS,EAAE,EAAE,iBAAiB,2CAqHhG"}
@@ -0,0 +1,67 @@
1
+ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
2
+ import { useFileUpload } from "@m5kdev/frontend/modules/file/hooks/useUpload";
3
+ import { Edit2, User } from "lucide-react";
4
+ import { useRef, useState } from "react";
5
+ import { useTranslation } from "react-i18next";
6
+ import { CropDialog } from "#components/CropDialog";
7
+ import { Avatar, AvatarFallback, AvatarImage } from "#components/ui/avatar";
8
+ import { Progress } from "#components/ui/progress";
9
+ import { cn } from "#utils";
10
+ export function AvatarUpload({ currentAvatarUrl, onUploadComplete, className }) {
11
+ const { t } = useTranslation();
12
+ const [isHovered, setIsHovered] = useState(false);
13
+ const [selectedFile, setSelectedFile] = useState(null);
14
+ const [previewUrl, setPreviewUrl] = useState(currentAvatarUrl || null);
15
+ const [showCropDialog, setShowCropDialog] = useState(false);
16
+ const fileInputRef = useRef(null);
17
+ const { upload, status, progress, errorMessage, reset } = useFileUpload();
18
+ const handleFileSelect = (event) => {
19
+ const file = event.target.files?.[0];
20
+ if (file) {
21
+ // Validate file type
22
+ if (!["image/jpeg", "image/png", "image/webp", "image/jpg"].includes(file.type)) {
23
+ alert(t("web-ui:upload.errors.invalidType"));
24
+ return;
25
+ }
26
+ // Validate file size (5MB)
27
+ if (file.size > 5 * 1024 * 1024) {
28
+ alert(t("web-ui:upload.errors.tooLarge"));
29
+ return;
30
+ }
31
+ setSelectedFile(file);
32
+ const objectUrl = URL.createObjectURL(file);
33
+ setPreviewUrl(objectUrl);
34
+ setShowCropDialog(true);
35
+ }
36
+ };
37
+ const handleCropComplete = async (croppedBlob) => {
38
+ const croppedFile = new File([croppedBlob], selectedFile?.name || "cropped-image.jpg", {
39
+ type: "image/jpeg",
40
+ });
41
+ setSelectedFile(croppedFile);
42
+ const croppedObjectUrl = URL.createObjectURL(croppedFile);
43
+ setPreviewUrl(croppedObjectUrl);
44
+ setShowCropDialog(false);
45
+ try {
46
+ const res = await upload("image", croppedFile);
47
+ console.log({ res });
48
+ onUploadComplete?.(res.url);
49
+ }
50
+ catch (error) {
51
+ console.error("Error uploading image:", error);
52
+ }
53
+ };
54
+ const removeFile = () => {
55
+ if (previewUrl && previewUrl !== currentAvatarUrl) {
56
+ URL.revokeObjectURL(previewUrl);
57
+ }
58
+ setSelectedFile(null);
59
+ setPreviewUrl(currentAvatarUrl || null);
60
+ setShowCropDialog(false);
61
+ reset();
62
+ if (fileInputRef.current) {
63
+ fileInputRef.current.value = "";
64
+ }
65
+ };
66
+ return (_jsxs(_Fragment, { children: [_jsxs("div", { role: "dialog", className: cn("relative inline-block", className), onMouseEnter: () => setIsHovered(true), onMouseLeave: () => setIsHovered(false), children: [_jsxs(Avatar, { className: "h-24 w-24 cursor-pointer", onClick: () => fileInputRef.current?.click(), children: [previewUrl ? (_jsx(AvatarImage, { src: previewUrl, alt: t("web-ui:avatar.preview.alt") })) : (_jsx(AvatarFallback, { children: _jsx(User, { className: "h-12 w-12" }) })), isHovered && (_jsx("div", { className: "absolute inset-0 flex items-center justify-center bg-black/50 rounded-full", children: _jsx(Edit2, { className: "h-6 w-6 text-white" }) }))] }), _jsx("input", { ref: fileInputRef, type: "file", className: "hidden", accept: "image/jpeg,image/png,image/webp", onChange: handleFileSelect }), status === "uploading" && (_jsx("div", { className: "mt-2 w-full", children: _jsx(Progress, { value: progress, className: "h-2" }) })), status === "error" && _jsx("p", { className: "mt-2 text-sm text-red-500", children: errorMessage })] }), previewUrl && (_jsx(CropDialog, { open: showCropDialog, onOpenChange: setShowCropDialog, imageUrl: previewUrl, onCropComplete: handleCropComplete, onCancel: removeFile, isLoading: status === "uploading" }))] }));
67
+ }
@@ -0,0 +1,6 @@
1
+ import { type ButtonProps as ButtonPrimitiveProps } from "./ui/button";
2
+ export interface ButtonProps extends ButtonPrimitiveProps {
3
+ loading?: boolean;
4
+ }
5
+ export declare function Button({ loading, children, ...props }: ButtonProps): import("react/jsx-runtime").JSX.Element;
6
+ //# sourceMappingURL=Button.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../src/components/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA6B,KAAK,WAAW,IAAI,oBAAoB,EAAE,MAAM,aAAa,CAAC;AAElG,MAAM,WAAW,WAAY,SAAQ,oBAAoB;IACvD,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,wBAAgB,MAAM,CAAC,EAAE,OAAO,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,WAAW,2CAOlE"}
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Button as ButtonPrimitive } from "./ui/button";
3
+ export function Button({ loading, children, ...props }) {
4
+ return (_jsxs(ButtonPrimitive, { ...props, disabled: loading || props.disabled, children: [loading && _jsx("i", { className: "ti ti-refresh animate-spin" }), children] }));
5
+ }
@@ -0,0 +1,36 @@
1
+ import type React from "react";
2
+ import { type CalendarProps } from "react-big-calendar";
3
+ import "react-big-calendar/lib/addons/dragAndDrop/styles.css";
4
+ import "./Calendar.css";
5
+ type CalendarComponents = NonNullable<CalendarProps["components"]>;
6
+ export type CalendarEventRenderer = CalendarComponents extends {
7
+ event?: infer T;
8
+ } ? Exclude<T, undefined> : never;
9
+ interface DragAndDropCalendarProps extends Omit<CalendarProps, "localizer"> {
10
+ onEventDrop?: (args: {
11
+ event: unknown;
12
+ start: Date;
13
+ end: Date;
14
+ }) => void;
15
+ onEventResize?: (args: {
16
+ event: unknown;
17
+ start: Date;
18
+ end: Date;
19
+ }) => void;
20
+ onDragStart?: (args: {
21
+ event: unknown;
22
+ action: "move" | "resize";
23
+ direction?: unknown;
24
+ }) => void;
25
+ dragFromOutsideItem?: () => unknown;
26
+ onDropFromOutside?: (args: {
27
+ start: Date;
28
+ end: Date;
29
+ allDay?: boolean;
30
+ }) => void;
31
+ onDragOverFromOutside?: (event: React.DragEvent) => void;
32
+ resizable?: boolean;
33
+ }
34
+ export declare const Calendar: (props: DragAndDropCalendarProps) => import("react/jsx-runtime").JSX.Element;
35
+ export {};
36
+ //# sourceMappingURL=Calendar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Calendar.d.ts","sourceRoot":"","sources":["../../../src/components/Calendar.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAA2B,KAAK,aAAa,EAAkB,MAAM,oBAAoB,CAAC;AAEjG,OAAO,sDAAsD,CAAC;AAC9D,OAAO,gBAAgB,CAAC;AAKxB,KAAK,kBAAkB,GAAG,WAAW,CAAC,aAAa,CAAC,YAAY,CAAC,CAAC,CAAC;AACnE,MAAM,MAAM,qBAAqB,GAAG,kBAAkB,SAAS;IAAE,KAAK,CAAC,EAAE,MAAM,CAAC,CAAA;CAAE,GAC9E,OAAO,CAAC,CAAC,EAAE,SAAS,CAAC,GACrB,KAAK,CAAC;AAEV,UAAU,wBAAyB,SAAQ,IAAI,CAAC,aAAa,EAAE,WAAW,CAAC;IACzE,WAAW,CAAC,EAAE,CAAC,IAAI,EAAE;QAAE,KAAK,EAAE,OAAO,CAAC;QAAC,KAAK,EAAE,IAAI,CAAC;QAAC,GAAG,EAAE,IAAI,CAAA;KAAE,KAAK,IAAI,CAAC;IACzE,aAAa,CAAC,EAAE,CAAC,IAAI,EAAE;QAAE,KAAK,EAAE,OAAO,CAAC;QAAC,KAAK,EAAE,IAAI,CAAC;QAAC,GAAG,EAAE,IAAI,CAAA;KAAE,KAAK,IAAI,CAAC;IAC3E,WAAW,CAAC,EAAE,CAAC,IAAI,EAAE;QAAE,KAAK,EAAE,OAAO,CAAC;QAAC,MAAM,EAAE,MAAM,GAAG,QAAQ,CAAC;QAAC,SAAS,CAAC,EAAE,OAAO,CAAA;KAAE,KAAK,IAAI,CAAC;IACjG,mBAAmB,CAAC,EAAE,MAAM,OAAO,CAAC;IACpC,iBAAiB,CAAC,EAAE,CAAC,IAAI,EAAE;QAAE,KAAK,EAAE,IAAI,CAAC;QAAC,GAAG,EAAE,IAAI,CAAC;QAAC,MAAM,CAAC,EAAE,OAAO,CAAA;KAAE,KAAK,IAAI,CAAC;IACjF,qBAAqB,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC,SAAS,KAAK,IAAI,CAAC;IACzD,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAMD,eAAO,MAAM,QAAQ,GAAI,OAAO,wBAAwB,4CAEvD,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import dayjs from "dayjs";
3
+ import { Calendar as BigCalendar, dayjsLocalizer } from "react-big-calendar";
4
+ import withDragAndDrop from "react-big-calendar/lib/addons/dragAndDrop";
5
+ import "react-big-calendar/lib/addons/dragAndDrop/styles.css";
6
+ import "./Calendar.css";
7
+ const DnDCalendar = withDragAndDrop(BigCalendar);
8
+ const localizer = dayjsLocalizer(dayjs);
9
+ const TypedDnDCalendar = DnDCalendar;
10
+ export const Calendar = (props) => (_jsx(TypedDnDCalendar, { ...props, localizer: localizer }));
@@ -0,0 +1,24 @@
1
+ import * as React from "react";
2
+ export interface CardSelectItem {
3
+ id: string;
4
+ title: string;
5
+ description?: string;
6
+ content?: React.ReactNode;
7
+ disabled?: boolean;
8
+ icon?: React.ReactNode;
9
+ onEdit?: (id: string) => void;
10
+ }
11
+ export interface CardsSelectProps {
12
+ items: CardSelectItem[];
13
+ selectedIds: string[];
14
+ onSelectionChange: (selectedIds: string[]) => void;
15
+ maxSelections?: number;
16
+ className?: string;
17
+ cardClassName?: string;
18
+ showCheckbox?: boolean;
19
+ disabled?: boolean;
20
+ reversed?: boolean;
21
+ }
22
+ declare const CardsSelect: React.ForwardRefExoticComponent<CardsSelectProps & React.RefAttributes<HTMLDivElement>>;
23
+ export { CardsSelect };
24
+ //# sourceMappingURL=CardsSelect.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CardsSelect.d.ts","sourceRoot":"","sources":["../../../src/components/CardsSelect.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,MAAM,WAAW,cAAc;IAC7B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,MAAM,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;CAC/B;AAED,MAAM,WAAW,gBAAgB;IAC/B,KAAK,EAAE,cAAc,EAAE,CAAC;IACxB,WAAW,EAAE,MAAM,EAAE,CAAC;IACtB,iBAAiB,EAAE,CAAC,WAAW,EAAE,MAAM,EAAE,KAAK,IAAI,CAAC;IACnD,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,QAAA,MAAM,WAAW,yFA2HhB,CAAC;AAIF,OAAO,EAAE,WAAW,EAAE,CAAC"}
@@ -0,0 +1,46 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Check, Edit } from "lucide-react";
3
+ import * as React from "react";
4
+ import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "#components/ui/card";
5
+ import { cn } from "#utils";
6
+ const CardsSelect = React.forwardRef(({ items, selectedIds, onSelectionChange, maxSelections, className, cardClassName, showCheckbox = true, disabled = false, reversed = false, ...props }, ref) => {
7
+ const handleCardClick = (itemId) => {
8
+ if (disabled)
9
+ return;
10
+ const item = items.find((item) => item.id === itemId);
11
+ if (item?.disabled)
12
+ return;
13
+ const isSelected = selectedIds.includes(itemId);
14
+ if (isSelected) {
15
+ // Remove from selection
16
+ onSelectionChange(selectedIds.filter((id) => id !== itemId));
17
+ }
18
+ else {
19
+ // Add to selection
20
+ if (maxSelections && selectedIds.length >= maxSelections) {
21
+ // If max selections reached, replace the first selection
22
+ onSelectionChange([...selectedIds.slice(1), itemId]);
23
+ }
24
+ else {
25
+ onSelectionChange([...selectedIds, itemId]);
26
+ }
27
+ }
28
+ };
29
+ const getGridClasses = () => {
30
+ return "grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-5 gap-4 justify-items-center";
31
+ };
32
+ return (_jsx("div", { ref: ref, className: cn(getGridClasses(), className), ...props, children: items.map((item) => {
33
+ const isSelected = reversed
34
+ ? !selectedIds.includes(item.id)
35
+ : selectedIds.includes(item.id);
36
+ const isDisabled = disabled || item.disabled;
37
+ return (_jsxs(Card, { className: cn("relative cursor-pointer transition-all duration-200 hover:shadow-md w-full", isSelected && "ring-2 ring-primary bg-primary/5 border-primary", isDisabled && "opacity-50 cursor-not-allowed", !isDisabled && "hover:bg-accent/50", cardClassName), onClick: () => handleCardClick(item.id), children: [item.onEdit && (_jsx("div", { className: "absolute top-3 left-3 z-10", children: _jsx("button", { type: "button", className: cn("flex h-6 w-6 items-center justify-center rounded-md transition-colors hover:bg-accent", "text-muted-foreground hover:text-foreground"), onClick: (e) => {
38
+ e.stopPropagation();
39
+ item.onEdit?.(item.id);
40
+ }, "aria-label": "Edit", children: _jsx(Edit, { className: "h-3.5 w-3.5" }) }) })), showCheckbox && (_jsx("div", { className: "absolute top-3 right-3 z-10", children: _jsx("div", { className: cn("flex h-5 w-5 items-center justify-center rounded-full border-2 transition-colors", isSelected
41
+ ? "bg-primary border-primary text-primary-foreground"
42
+ : "border-muted-foreground/30 bg-background"), children: isSelected && _jsx(Check, { className: "h-3 w-3" }) }) })), item.icon && (_jsx("div", { className: "flex items-center justify-center pt-6 pb-4", children: _jsx("div", { className: "text-5xl text-primary", children: _jsx("i", { className: `ti ${item.icon}` }) }) })), _jsxs(CardHeader, { className: cn("pb-3 text-center", item.icon && "pt-2"), children: [_jsx(CardTitle, { className: "text-lg leading-tight", children: item.title }), item.description && (_jsx(CardDescription, { className: "text-sm", children: item.description }))] }), item.content && (_jsx(CardContent, { className: "pt-0 text-center", children: item.content }))] }, item.id));
43
+ }) }));
44
+ });
45
+ CardsSelect.displayName = "CardsSelect";
46
+ export { CardsSelect };
@@ -0,0 +1,10 @@
1
+ import type { CollapsibleProps } from "@radix-ui/react-collapsible";
2
+ import type { ReactNode } from "react";
3
+ export declare function CollapsibleSidebarMenuItem({ children, label, icon, link, badge, ...props }: {
4
+ children: ReactNode;
5
+ label: string;
6
+ icon: ReactNode;
7
+ link: string;
8
+ badge?: ReactNode;
9
+ } & CollapsibleProps): import("react/jsx-runtime").JSX.Element;
10
+ //# sourceMappingURL=CollapsibleSidebarMenuItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CollapsibleSidebarMenuItem.d.ts","sourceRoot":"","sources":["../../../src/components/CollapsibleSidebarMenuItem.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AAEpE,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAUvC,wBAAgB,0BAA0B,CAAC,EACzC,QAAQ,EACR,KAAK,EACL,IAAI,EACJ,IAAI,EACJ,KAAK,EACL,GAAG,KAAK,EACT,EAAE;IACD,QAAQ,EAAE,SAAS,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,SAAS,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,SAAS,CAAC;CACnB,GAAG,gBAAgB,2CA+BnB"}
@@ -0,0 +1,11 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { ChevronRight } from "lucide-react";
3
+ import { Link } from "react-router";
4
+ import { Collapsible, CollapsibleContent, CollapsibleTrigger } from "#components/ui/collapsible";
5
+ import { SidebarMenuButton, SidebarMenuItem, SidebarMenuSub, useSidebar, } from "#components/ui/sidebar";
6
+ export function CollapsibleSidebarMenuItem({ children, label, icon, link, badge, ...props }) {
7
+ const { open } = useSidebar();
8
+ if (!open)
9
+ return (_jsx(SidebarMenuItem, { children: _jsx(SidebarMenuButton, { asChild: true, tooltip: label, children: _jsxs(Link, { to: link, children: [icon, _jsx("span", { children: label })] }) }) }));
10
+ return (_jsx(Collapsible, { asChild: true, className: "group/collapsible", ...props, children: _jsxs(SidebarMenuItem, { children: [_jsx(CollapsibleTrigger, { asChild: true, children: _jsxs(SidebarMenuButton, { children: [icon, badge ? badge : _jsx("span", { children: label }), _jsx(ChevronRight, { className: "ml-auto transition-transform duration-200 group-data-[state=open]/collapsible:rotate-90" })] }) }), _jsx(CollapsibleContent, { children: _jsx(SidebarMenuSub, { children: children }) })] }) }));
11
+ }
@@ -0,0 +1,5 @@
1
+ import { type InputProps } from "@heroui/react";
2
+ export declare function ColorPicker({ disableAlpha, value, onValueChange, ...props }: InputProps & {
3
+ disableAlpha?: boolean;
4
+ }): import("react/jsx-runtime").JSX.Element;
5
+ //# sourceMappingURL=ColorPicker.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ColorPicker.d.ts","sourceRoot":"","sources":["../../../src/components/ColorPicker.tsx"],"names":[],"mappings":"AAAA,OAAO,EAGL,KAAK,UAAU,EAIhB,MAAM,eAAe,CAAC;AAcvB,wBAAgB,WAAW,CAAC,EAC1B,YAAmB,EACnB,KAAK,EAEL,aAAa,EACb,GAAG,KAAK,EACT,EAAE,UAAU,GAAG;IAAE,YAAY,CAAC,EAAE,OAAO,CAAA;CAAE,2CA4BzC"}
@@ -0,0 +1,21 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Button, Input, Popover, PopoverContent, PopoverTrigger, } from "@heroui/react";
3
+ import { hexToHsva } from "@uiw/color-convert";
4
+ import Colorful from "@uiw/react-color-colorful";
5
+ import { PipetteIcon } from "lucide-react";
6
+ import { useState } from "react";
7
+ function safeHexToHsva(hex) {
8
+ try {
9
+ return hexToHsva(hex);
10
+ }
11
+ catch (err) {
12
+ return { h: 0, s: 0, v: 0, a: 1 };
13
+ }
14
+ }
15
+ export function ColorPicker({ disableAlpha = true, value, onValueChange, ...props }) {
16
+ const [hsva, setHsva] = useState(safeHexToHsva(value || ""));
17
+ return (_jsx(Input, { onValueChange: onValueChange, value: value, endContent: _jsxs(Popover, { placement: "bottom", children: [_jsx(PopoverTrigger, { children: _jsx(Button, { isIconOnly: true, "aria-label": "Pick color", size: "sm", variant: "light", children: _jsx(PipetteIcon, { className: "h-4 w-4 text-foreground" }) }) }), _jsx(PopoverContent, { "aria-label": "Color picker", children: _jsx(Colorful, { color: hsva, disableAlpha: disableAlpha, onChange: (color) => {
18
+ setHsva(color.hsva);
19
+ onValueChange?.(color.hex);
20
+ } }) })] }), ...props }));
21
+ }
@@ -0,0 +1,7 @@
1
+ import { type ButtonProps } from "@heroui/react";
2
+ export declare function CopyButton({ text, notificationTimeout, isIconOnly, onCopy, ...props }: ButtonProps & {
3
+ text: string;
4
+ notificationTimeout?: number;
5
+ onCopy?: () => void;
6
+ }): import("react/jsx-runtime").JSX.Element;
7
+ //# sourceMappingURL=CopyButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CopyButton.d.ts","sourceRoot":"","sources":["../../../src/components/CopyButton.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAU,KAAK,WAAW,EAAE,MAAM,eAAe,CAAC;AAMzD,wBAAgB,UAAU,CAAC,EACzB,IAAI,EACJ,mBAA0B,EAC1B,UAAU,EACV,MAAM,EACN,GAAG,KAAK,EACT,EAAE,WAAW,GAAG;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAAC,MAAM,CAAC,EAAE,MAAM,IAAI,CAAA;CAAE,2CAgCnF"}
@@ -0,0 +1,24 @@
1
+ import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { Button } from "@heroui/react";
3
+ import { CheckCircle, Copy } from "lucide-react";
4
+ import { useState } from "react";
5
+ import { useTranslation } from "react-i18next";
6
+ import { toast } from "sonner";
7
+ export function CopyButton({ text, notificationTimeout = 1000, isIconOnly, onCopy, ...props }) {
8
+ const { t } = useTranslation();
9
+ const [isCopied, setIsCopied] = useState(false);
10
+ const handleCopy = async (text) => {
11
+ try {
12
+ await window.navigator.clipboard.writeText(text);
13
+ setIsCopied(true);
14
+ onCopy?.();
15
+ toast.success(t("web-ui:common.copySuccess"));
16
+ setTimeout(() => setIsCopied(false), notificationTimeout);
17
+ }
18
+ catch (error) {
19
+ toast.error(t("web-ui:common.copyError"));
20
+ console.error(error);
21
+ }
22
+ };
23
+ return (_jsx(Button, { isIconOnly: isIconOnly, onPress: () => handleCopy(text), ...props, children: isCopied ? (_jsxs(_Fragment, { children: [_jsx(CheckCircle, { className: "h-4 w-4" }), !isIconOnly && t("web-ui:common.copied")] })) : (_jsxs(_Fragment, { children: [_jsx(Copy, { className: "h-4 w-4" }), !isIconOnly && t("web-ui:common.copy")] })) }));
24
+ }
@@ -0,0 +1,11 @@
1
+ interface CropDialogProps {
2
+ open: boolean;
3
+ onOpenChange: (open: boolean) => void;
4
+ imageUrl: string;
5
+ onCropComplete: (croppedBlob: Blob) => void;
6
+ onCancel: () => void;
7
+ isLoading?: boolean;
8
+ }
9
+ export declare function CropDialog({ open, onOpenChange, imageUrl, onCropComplete, onCancel, isLoading, }: CropDialogProps): import("react/jsx-runtime").JSX.Element;
10
+ export {};
11
+ //# sourceMappingURL=CropDialog.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CropDialog.d.ts","sourceRoot":"","sources":["../../../src/components/CropDialog.tsx"],"names":[],"mappings":"AAeA,UAAU,eAAe;IACvB,IAAI,EAAE,OAAO,CAAC;IACd,YAAY,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACtC,QAAQ,EAAE,MAAM,CAAC;IACjB,cAAc,EAAE,CAAC,WAAW,EAAE,IAAI,KAAK,IAAI,CAAC;IAC5C,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AA4CD,wBAAgB,UAAU,CAAC,EACzB,IAAI,EACJ,YAAY,EACZ,QAAQ,EACR,cAAc,EACd,QAAQ,EACR,SAAiB,GAClB,EAAE,eAAe,2CAgFjB"}
@@ -0,0 +1,67 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { ZoomIn, ZoomOut } from "lucide-react";
3
+ import { useState } from "react";
4
+ import Cropper, {} from "react-easy-crop";
5
+ import { useTranslation } from "react-i18next";
6
+ import { Button } from "#components/ui/button";
7
+ import { Dialog, DialogContent, DialogHeader, DialogTitle } from "#components/ui/dialog";
8
+ import { Slider } from "#components/ui/slider";
9
+ async function getCroppedImg(imageSrc, pixelCrop, t) {
10
+ const image = new Image();
11
+ image.src = imageSrc;
12
+ // Create canvas
13
+ const canvas = document.createElement("canvas");
14
+ const ctx = canvas.getContext("2d");
15
+ if (!ctx) {
16
+ throw new Error(t("web-ui:image.crop.failedContext"));
17
+ }
18
+ // Set canvas size to the crop size
19
+ canvas.width = pixelCrop.width;
20
+ canvas.height = pixelCrop.height;
21
+ // Draw the cropped image
22
+ ctx.drawImage(image, pixelCrop.x, pixelCrop.y, pixelCrop.width, pixelCrop.height, 0, 0, pixelCrop.width, pixelCrop.height);
23
+ // Get the cropped image as blob
24
+ return new Promise((resolve, reject) => {
25
+ canvas.toBlob((blob) => {
26
+ if (!blob)
27
+ reject(new Error(t("web-ui:image.crop.failedCrop")));
28
+ else
29
+ resolve(blob);
30
+ }, "image/jpeg");
31
+ });
32
+ }
33
+ export function CropDialog({ open, onOpenChange, imageUrl, onCropComplete, onCancel, isLoading = false, }) {
34
+ const { t } = useTranslation();
35
+ const [crop, setCrop] = useState({ x: 0, y: 0 });
36
+ const [zoom, setZoom] = useState(1);
37
+ const [croppedAreaPixels, setCroppedAreaPixels] = useState(null);
38
+ const handleCropComplete = (_croppedArea, croppedAreaPixels) => {
39
+ setCroppedAreaPixels(croppedAreaPixels);
40
+ };
41
+ const handleSave = async () => {
42
+ if (!croppedAreaPixels)
43
+ return;
44
+ try {
45
+ const croppedImageBlob = await getCroppedImg(imageUrl, croppedAreaPixels, t);
46
+ onCropComplete(croppedImageBlob);
47
+ }
48
+ catch (error) {
49
+ console.error(t("web-ui:image.crop.error"), error);
50
+ }
51
+ };
52
+ return (_jsx(Dialog, { open: open, onOpenChange: onOpenChange, children: _jsxs(DialogContent, { className: "sm:max-w-[600px]", children: [_jsx(DialogHeader, { children: _jsx(DialogTitle, { children: t("web-ui:image.crop.title") }) }), _jsx("div", { className: "relative h-[400px] w-full", children: _jsx(Cropper, { image: imageUrl, crop: crop, zoom: zoom, aspect: 1, onCropChange: setCrop, onZoomChange: setZoom, onCropComplete: handleCropComplete, objectFit: "contain", showGrid: true, style: {
53
+ containerStyle: {
54
+ position: "relative",
55
+ width: "100%",
56
+ height: "100%",
57
+ backgroundColor: "#262626",
58
+ },
59
+ cropAreaStyle: {
60
+ border: "2px solid #fff",
61
+ color: "rgba(255, 255, 255, 0.9)",
62
+ },
63
+ mediaStyle: {
64
+ backgroundColor: "#262626",
65
+ },
66
+ } }) }), _jsxs("div", { className: "flex items-center gap-4 px-1", children: [_jsx(ZoomOut, { className: "h-4 w-4" }), _jsx(Slider, { value: [zoom], onValueChange: (values) => setZoom(values[0]), min: 1, max: 3, step: 0.1, className: "flex-1" }), _jsx(ZoomIn, { className: "h-4 w-4" })] }), _jsxs("div", { className: "mt-4 flex justify-end space-x-2", children: [_jsx(Button, { variant: "outline", onClick: onCancel, children: t("web-ui:common.cancel") }), _jsx(Button, { onClick: handleSave, disabled: isLoading, children: isLoading ? t("web-ui:common.saving") : t("web-ui:common.save") })] })] }) }));
67
+ }
@@ -0,0 +1,16 @@
1
+ import { type ButtonProps } from "@heroui/react";
2
+ export type DialogProps = {
3
+ title: React.ReactNode;
4
+ description: React.ReactNode;
5
+ color?: ButtonProps["color"];
6
+ cancelable?: boolean;
7
+ onCancel?: () => void;
8
+ onConfirm?: () => void;
9
+ cancelLabel?: string;
10
+ confirmLabel?: string;
11
+ };
12
+ export declare function useDialog(): (dialog: DialogProps) => void;
13
+ export declare function DialogProvider({ children }: {
14
+ children: React.ReactNode;
15
+ }): import("react/jsx-runtime").JSX.Element;
16
+ //# sourceMappingURL=DialogProvider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DialogProvider.d.ts","sourceRoot":"","sources":["../../../src/components/DialogProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,WAAW,EAMjB,MAAM,eAAe,CAAC;AAIvB,MAAM,MAAM,WAAW,GAAG;IACxB,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,WAAW,EAAE,KAAK,CAAC,SAAS,CAAC;IAC7B,KAAK,CAAC,EAAE,WAAW,CAAC,OAAO,CAAC,CAAC;IAC7B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAMF,wBAAgB,SAAS,aAJoB,WAAW,KAAK,IAAI,CAUhE;AAED,wBAAgB,cAAc,CAAC,EAAE,QAAQ,EAAE,EAAE;IAAE,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAAE,2CAqEzE"}
@@ -0,0 +1,50 @@
1
+ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
2
+ import { Button, Modal, ModalBody, ModalContent, ModalFooter, ModalHeader, } from "@heroui/react";
3
+ import { semanticColors } from "@heroui/theme";
4
+ import { createContext, useContext, useRef, useState } from "react";
5
+ const DialogContext = createContext(() => {
6
+ console.warn("DialogProvider is not initialized");
7
+ });
8
+ export function useDialog() {
9
+ const context = useContext(DialogContext);
10
+ if (!context) {
11
+ throw new Error("useDialog must be used within a DialogProvider");
12
+ }
13
+ return context;
14
+ }
15
+ export function DialogProvider({ children }) {
16
+ const [isOpen, setIsOpen] = useState(false);
17
+ const [dialog, setDialog] = useState(null);
18
+ const timeoutRef = useRef(null);
19
+ const handleSetDialog = (dialog) => {
20
+ if (timeoutRef.current) {
21
+ clearTimeout(timeoutRef.current);
22
+ timeoutRef.current = null;
23
+ }
24
+ setDialog(dialog);
25
+ setIsOpen(true);
26
+ };
27
+ const handleUnsetDialog = () => {
28
+ setIsOpen(false);
29
+ if (timeoutRef.current) {
30
+ clearTimeout(timeoutRef.current);
31
+ timeoutRef.current = null;
32
+ }
33
+ timeoutRef.current = setTimeout(() => {
34
+ setDialog(null);
35
+ }, 500);
36
+ };
37
+ const handleCancel = () => {
38
+ dialog?.onCancel?.();
39
+ handleUnsetDialog();
40
+ };
41
+ const handleConfirm = () => {
42
+ dialog?.onConfirm?.();
43
+ handleUnsetDialog();
44
+ };
45
+ return (_jsx(DialogContext.Provider, { value: handleSetDialog, children: _jsxs(_Fragment, { children: [children, dialog && (_jsx(Modal, { isOpen: isOpen, onOpenChange: handleUnsetDialog, style: {
46
+ borderColor: semanticColors.light[dialog.color || "danger"][600],
47
+ }, classNames: {
48
+ base: "border-1",
49
+ }, children: _jsxs(ModalContent, { children: [_jsx(ModalHeader, { children: dialog.title }), _jsx(ModalBody, { children: dialog.description }), _jsx(ModalFooter, { children: _jsxs("div", { className: "flex flex-row gap-2", children: [(dialog.cancelable || dialog.onCancel) && (_jsx(Button, { onPress: handleCancel, children: dialog.cancelLabel ?? "Cancel" })), _jsx(Button, { color: dialog.color, onPress: handleConfirm, children: dialog.confirmLabel ?? "Confirm" })] }) })] }) }))] }) }));
50
+ }
@@ -0,0 +1,5 @@
1
+ export declare function ErrorFallback({ error, componentStack, }: {
2
+ error: unknown;
3
+ componentStack: string;
4
+ }): import("react/jsx-runtime").JSX.Element;
5
+ //# sourceMappingURL=ErrorFallback.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ErrorFallback.d.ts","sourceRoot":"","sources":["../../../src/components/ErrorFallback.tsx"],"names":[],"mappings":"AAAA,wBAAgB,aAAa,CAAC,EAC5B,KAAK,EACL,cAAc,GACf,EAAE;IACD,KAAK,EAAE,OAAO,CAAC;IACf,cAAc,EAAE,MAAM,CAAC;CACxB,2CAUA"}
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ export function ErrorFallback({ error, componentStack, }) {
3
+ const errorMessage = error instanceof Error ? error.message : "Unknown error";
4
+ return (_jsxs("div", { className: "flex flex-grow-1 flex-col items-center justify-center h-[100vh]", children: [_jsx("h1", { className: "text-3xl font-bold", children: "Something went wrong." }), _jsx("h1", { className: "text-2xl text-gray-700 font-bold mb-5", children: "Please try again later." }), _jsx("div", { className: "text-lg text-gray-700 mb-5", children: errorMessage }), _jsx("div", { className: "text-sm text-gray-500 px-10", children: componentStack })] }));
5
+ }
@@ -0,0 +1,7 @@
1
+ interface FileDropzoneProps {
2
+ onUploadComplete?: (filePath: string) => void;
3
+ className?: string;
4
+ }
5
+ export declare function FileDropzone({ onUploadComplete, className }: FileDropzoneProps): import("react/jsx-runtime").JSX.Element;
6
+ export {};
7
+ //# sourceMappingURL=FileDropzone.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FileDropzone.d.ts","sourceRoot":"","sources":["../../../src/components/FileDropzone.tsx"],"names":[],"mappings":"AAOA,UAAU,iBAAiB;IACzB,gBAAgB,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9C,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,YAAY,CAAC,EAAE,gBAAgB,EAAE,SAAS,EAAE,EAAE,iBAAiB,2CA2G9E"}