@tulip-systems/core 0.5.2 → 0.5.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 (423) hide show
  1. package/dist/auth/client.d.mts +3 -3
  2. package/dist/auth/client.mjs +2 -2
  3. package/dist/components/client.d.mts +2 -2
  4. package/dist/components/common/icons.d.mts +2 -2
  5. package/dist/components/common/icons.d.mts.map +1 -1
  6. package/dist/components/common/status.d.mts +3 -3
  7. package/dist/components/common/status.d.mts.map +1 -1
  8. package/dist/components/editor/components/content.client.d.mts +2 -2
  9. package/dist/components/editor/components/content.client.d.mts.map +1 -1
  10. package/dist/components/editor/components/editor.client.d.mts +6 -6
  11. package/dist/components/editor/components/editor.client.d.mts.map +1 -1
  12. package/dist/components/editor/components/editor.client.mjs +2 -2
  13. package/dist/components/editor/components/editor.client.mjs.map +1 -1
  14. package/dist/components/editor/components/menu.client.d.mts +3 -3
  15. package/dist/components/editor/components/menu.client.d.mts.map +1 -1
  16. package/dist/components/editor/components/menu.client.mjs +3 -0
  17. package/dist/components/editor/components/menu.client.mjs.map +1 -1
  18. package/dist/components/editor/extensions/file-handler/extension.d.mts +21 -0
  19. package/dist/components/editor/extensions/file-handler/extension.d.mts.map +1 -0
  20. package/dist/components/editor/extensions/file-handler/extension.mjs +40 -0
  21. package/dist/components/editor/extensions/file-handler/extension.mjs.map +1 -0
  22. package/dist/components/editor/extensions/file-handler/strategy.d.mts +29 -0
  23. package/dist/components/editor/extensions/file-handler/strategy.d.mts.map +1 -0
  24. package/dist/components/editor/extensions/file-handler/strategy.mjs +111 -0
  25. package/dist/components/editor/extensions/file-handler/strategy.mjs.map +1 -0
  26. package/dist/components/editor/extensions/file-handler/utils.mjs +50 -0
  27. package/dist/components/editor/extensions/file-handler/utils.mjs.map +1 -0
  28. package/dist/components/editor/extensions/image/extension.d.mts +8 -0
  29. package/dist/components/editor/extensions/image/extension.d.mts.map +1 -0
  30. package/dist/components/editor/extensions/image/extension.mjs +51 -0
  31. package/dist/components/editor/extensions/image/extension.mjs.map +1 -0
  32. package/dist/components/editor/extensions/skeleton/extension.mjs +41 -0
  33. package/dist/components/editor/extensions/skeleton/extension.mjs.map +1 -0
  34. package/dist/components/editor/extensions/skeleton/renderer.mjs +25 -0
  35. package/dist/components/editor/extensions/skeleton/renderer.mjs.map +1 -0
  36. package/dist/components/editor/lib/constants.d.mts +31 -28
  37. package/dist/components/editor/lib/constants.d.mts.map +1 -1
  38. package/dist/components/editor/lib/constants.mjs +17 -5
  39. package/dist/components/editor/lib/constants.mjs.map +1 -1
  40. package/dist/components/editor/lib/extensions.d.mts +7 -3
  41. package/dist/components/editor/lib/extensions.d.mts.map +1 -1
  42. package/dist/components/editor/lib/extensions.mjs.map +1 -1
  43. package/dist/components/editor/lib/helpers.d.mts.map +1 -1
  44. package/dist/components/editor/lib/helpers.mjs +38 -3
  45. package/dist/components/editor/lib/helpers.mjs.map +1 -1
  46. package/dist/components/editor/lib/variants.mjs +10 -2
  47. package/dist/components/editor/lib/variants.mjs.map +1 -1
  48. package/dist/components/header/back-button.client.d.mts +2 -2
  49. package/dist/components/header/back-button.client.d.mts.map +1 -1
  50. package/dist/components/header/bottom-bar.client.d.mts +3 -3
  51. package/dist/components/header/bottom-bar.client.d.mts.map +1 -1
  52. package/dist/components/header/breadcrumbs.client.d.mts +7 -7
  53. package/dist/components/header/breadcrumbs.client.d.mts.map +1 -1
  54. package/dist/components/header/header.client.d.mts +2 -2
  55. package/dist/components/header/header.client.d.mts.map +1 -1
  56. package/dist/components/header/mobile-nav-switcher.client.d.mts +2 -2
  57. package/dist/components/header/mobile-nav-switcher.client.d.mts.map +1 -1
  58. package/dist/components/header/top-bar.client.d.mts +4 -4
  59. package/dist/components/header/top-bar.client.d.mts.map +1 -1
  60. package/dist/components/layouts/admin-content.client.d.mts +2 -2
  61. package/dist/components/layouts/admin-content.client.d.mts.map +1 -1
  62. package/dist/components/layouts/admin-layout.d.mts +2 -2
  63. package/dist/components/layouts/admin-layout.d.mts.map +1 -1
  64. package/dist/components/layouts/admin-loading.d.mts +2 -2
  65. package/dist/components/layouts/admin-loading.d.mts.map +1 -1
  66. package/dist/components/layouts/empty-page.d.mts +4 -4
  67. package/dist/components/layouts/empty-page.d.mts.map +1 -1
  68. package/dist/components/layouts/error-page.d.mts +23 -0
  69. package/dist/components/layouts/error-page.d.mts.map +1 -0
  70. package/dist/components/layouts/error-page.mjs +58 -0
  71. package/dist/components/layouts/error-page.mjs.map +1 -0
  72. package/dist/components/layouts/list-layout.d.mts +2 -2
  73. package/dist/components/layouts/list-layout.d.mts.map +1 -1
  74. package/dist/components/layouts/not-allowed-page.d.mts +22 -0
  75. package/dist/components/layouts/not-allowed-page.d.mts.map +1 -0
  76. package/dist/components/layouts/not-allowed-page.mjs +25 -0
  77. package/dist/components/layouts/not-allowed-page.mjs.map +1 -0
  78. package/dist/components/layouts/not-found-page.d.mts +3 -3
  79. package/dist/components/layouts/not-found-page.d.mts.map +1 -1
  80. package/dist/components/layouts/providers.client.d.mts +2 -2
  81. package/dist/components/layouts/providers.client.d.mts.map +1 -1
  82. package/dist/components/layouts/root-layout.server.d.mts +2 -2
  83. package/dist/components/layouts/root-layout.server.d.mts.map +1 -1
  84. package/dist/components/layouts/root-loading.d.mts +2 -2
  85. package/dist/components/layouts/root-loading.d.mts.map +1 -1
  86. package/dist/components/layouts/tab-layout.d.mts +2 -2
  87. package/dist/components/layouts/tab-layout.d.mts.map +1 -1
  88. package/dist/components/lists/data-list.d.mts +5 -5
  89. package/dist/components/lists/data-list.d.mts.map +1 -1
  90. package/dist/components/lists/data-stack.d.mts +8 -8
  91. package/dist/components/lists/data-stack.d.mts.map +1 -1
  92. package/dist/components/navigation/admin-sidebar-paths.client.d.mts +21 -11
  93. package/dist/components/navigation/admin-sidebar-paths.client.d.mts.map +1 -1
  94. package/dist/components/navigation/admin-sidebar-paths.client.mjs +7 -5
  95. package/dist/components/navigation/admin-sidebar-paths.client.mjs.map +1 -1
  96. package/dist/components/ui/accordion.d.mts +5 -5
  97. package/dist/components/ui/accordion.d.mts.map +1 -1
  98. package/dist/components/ui/alert-dialog.d.mts +12 -12
  99. package/dist/components/ui/alert-dialog.d.mts.map +1 -1
  100. package/dist/components/ui/alert.d.mts +6 -6
  101. package/dist/components/ui/alert.d.mts.map +1 -1
  102. package/dist/components/ui/aspect-ratio.d.mts +2 -2
  103. package/dist/components/ui/aspect-ratio.d.mts.map +1 -1
  104. package/dist/components/ui/avatar.client.d.mts +4 -4
  105. package/dist/components/ui/avatar.client.d.mts.map +1 -1
  106. package/dist/components/ui/badge.d.mts +4 -4
  107. package/dist/components/ui/badge.d.mts.map +1 -1
  108. package/dist/components/ui/breadcrumb.d.mts +8 -8
  109. package/dist/components/ui/breadcrumb.d.mts.map +1 -1
  110. package/dist/components/ui/button.d.mts +5 -5
  111. package/dist/components/ui/button.d.mts.map +1 -1
  112. package/dist/components/ui/calendar.d.mts +3 -3
  113. package/dist/components/ui/calendar.d.mts.map +1 -1
  114. package/dist/components/ui/card.d.mts +7 -7
  115. package/dist/components/ui/card.d.mts.map +1 -1
  116. package/dist/components/ui/carousel.d.mts +6 -6
  117. package/dist/components/ui/carousel.d.mts.map +1 -1
  118. package/dist/components/ui/chart.client.d.mts +5 -5
  119. package/dist/components/ui/chart.client.d.mts.map +1 -1
  120. package/dist/components/ui/checkbox.d.mts +2 -2
  121. package/dist/components/ui/checkbox.d.mts.map +1 -1
  122. package/dist/components/ui/collapsible.client.d.mts +4 -4
  123. package/dist/components/ui/collapsible.client.d.mts.map +1 -1
  124. package/dist/components/ui/color-picker.client.d.mts +2 -2
  125. package/dist/components/ui/color-picker.client.d.mts.map +1 -1
  126. package/dist/components/ui/combobox-dropdown.client.d.mts +2 -2
  127. package/dist/components/ui/combobox-dropdown.client.d.mts.map +1 -1
  128. package/dist/components/ui/combobox.client.d.mts +2 -2
  129. package/dist/components/ui/combobox.client.d.mts.map +1 -1
  130. package/dist/components/ui/command.d.mts +10 -10
  131. package/dist/components/ui/command.d.mts.map +1 -1
  132. package/dist/components/ui/context-menu.d.mts +16 -16
  133. package/dist/components/ui/context-menu.d.mts.map +1 -1
  134. package/dist/components/ui/date-picker.client.d.mts +2 -2
  135. package/dist/components/ui/date-picker.client.d.mts.map +1 -1
  136. package/dist/components/ui/dialog.client.d.mts +11 -11
  137. package/dist/components/ui/dialog.client.d.mts.map +1 -1
  138. package/dist/components/ui/drawer.client.d.mts +11 -11
  139. package/dist/components/ui/drawer.client.d.mts.map +1 -1
  140. package/dist/components/ui/dropdown-menu.d.mts +16 -16
  141. package/dist/components/ui/form.client.d.mts +7 -7
  142. package/dist/components/ui/form.client.d.mts.map +1 -1
  143. package/dist/components/ui/hover-card.client.d.mts +4 -4
  144. package/dist/components/ui/hover-card.client.d.mts.map +1 -1
  145. package/dist/components/ui/input-recipient.d.mts +2 -2
  146. package/dist/components/ui/input.d.mts +2 -2
  147. package/dist/components/ui/label.d.mts +2 -2
  148. package/dist/components/ui/navigation-menu.d.mts +11 -11
  149. package/dist/components/ui/pagination.d.mts +8 -8
  150. package/dist/components/ui/popover.d.mts +5 -5
  151. package/dist/components/ui/progress.client.d.mts +2 -2
  152. package/dist/components/ui/progress.client.d.mts.map +1 -1
  153. package/dist/components/ui/radio-group.d.mts +3 -3
  154. package/dist/components/ui/resizable.client.d.mts +4 -4
  155. package/dist/components/ui/resizable.client.d.mts.map +1 -1
  156. package/dist/components/ui/scroll-area.d.mts +3 -3
  157. package/dist/components/ui/select.client.d.mts +11 -11
  158. package/dist/components/ui/select.client.d.mts.map +1 -1
  159. package/dist/components/ui/separator.d.mts +2 -2
  160. package/dist/components/ui/sheet.client.d.mts +9 -9
  161. package/dist/components/ui/sheet.client.d.mts.map +1 -1
  162. package/dist/components/ui/sidebar.client.d.mts +26 -26
  163. package/dist/components/ui/sidebar.client.d.mts.map +1 -1
  164. package/dist/components/ui/skeleton.d.mts +2 -2
  165. package/dist/components/ui/slider.d.mts +2 -2
  166. package/dist/components/ui/sonner.client.d.mts +2 -2
  167. package/dist/components/ui/switch.d.mts +2 -2
  168. package/dist/components/ui/tabs.d.mts +5 -5
  169. package/dist/components/ui/textarea.d.mts +2 -2
  170. package/dist/components/ui/time-input.client.d.mts +2 -2
  171. package/dist/components/ui/toggle-group.client.d.mts +3 -3
  172. package/dist/components/ui/toggle.d.mts +2 -2
  173. package/dist/components/ui/toggle.d.mts.map +1 -1
  174. package/dist/components/ui/tooltip.client.d.mts +5 -5
  175. package/dist/components/ui/tooltip.client.d.mts.map +1 -1
  176. package/dist/components/ui/tooltip.client.mjs +1 -1
  177. package/dist/components/ui/tooltip.client.mjs.map +1 -1
  178. package/dist/components.d.mts +4 -1
  179. package/dist/components.mjs +5 -2
  180. package/dist/data-tables.d.mts +2 -2
  181. package/dist/data-tables.mjs +2 -2
  182. package/dist/inline-edit/client.d.mts +2 -3
  183. package/dist/inline-edit/client.mjs +1 -2
  184. package/dist/lib/client.d.mts +2 -2
  185. package/dist/lib/client.mjs +2 -2
  186. package/dist/lib/hooks/use-action.d.mts +2 -2
  187. package/dist/lib/hooks/use-indicator.d.mts +11 -3
  188. package/dist/lib/hooks/use-indicator.d.mts.map +1 -1
  189. package/dist/lib/hooks/use-indicator.mjs +19 -8
  190. package/dist/lib/hooks/use-indicator.mjs.map +1 -1
  191. package/dist/modules/auth/components/allowed.client.d.mts +21 -7
  192. package/dist/modules/auth/components/allowed.client.d.mts.map +1 -1
  193. package/dist/modules/auth/components/allowed.client.mjs +8 -2
  194. package/dist/modules/auth/components/allowed.client.mjs.map +1 -1
  195. package/dist/modules/auth/components/auth-layout.server.d.mts +2 -2
  196. package/dist/modules/auth/components/auth-layout.server.d.mts.map +1 -1
  197. package/dist/modules/auth/components/auth-loading.d.mts +2 -2
  198. package/dist/modules/auth/components/auth-loading.d.mts.map +1 -1
  199. package/dist/modules/auth/components/create-first-user-page.client.d.mts +2 -2
  200. package/dist/modules/auth/components/create-first-user-page.client.d.mts.map +1 -1
  201. package/dist/modules/auth/components/forget-password-page.client.d.mts +2 -2
  202. package/dist/modules/auth/components/forget-password-page.client.d.mts.map +1 -1
  203. package/dist/modules/auth/components/guard-first-user.server.d.mts +2 -2
  204. package/dist/modules/auth/components/guard-first-user.server.d.mts.map +1 -1
  205. package/dist/modules/auth/components/guard.server.d.mts +2 -2
  206. package/dist/modules/auth/components/guard.server.d.mts.map +1 -1
  207. package/dist/modules/auth/components/login-page.client.d.mts +2 -2
  208. package/dist/modules/auth/components/login-page.client.d.mts.map +1 -1
  209. package/dist/modules/auth/components/reset-password-page.client.d.mts +2 -2
  210. package/dist/modules/auth/components/reset-password-page.client.d.mts.map +1 -1
  211. package/dist/modules/auth/components/update-password-command.d.mts +2 -2
  212. package/dist/modules/auth/components/update-password-command.d.mts.map +1 -1
  213. package/dist/modules/auth/db/schema.d.mts +73 -73
  214. package/dist/modules/auth/db/schema.d.mts.map +1 -1
  215. package/dist/modules/auth/handler/client.client.d.mts +143 -143
  216. package/dist/modules/auth/handler/client.client.d.mts.map +1 -1
  217. package/dist/modules/auth/handler/init.d.mts +131 -131
  218. package/dist/modules/auth/handler/init.d.mts.map +1 -1
  219. package/dist/modules/auth/hooks/use-permission.d.mts +48 -4
  220. package/dist/modules/auth/hooks/use-permission.d.mts.map +1 -1
  221. package/dist/modules/auth/hooks/use-permission.mjs +51 -4
  222. package/dist/modules/auth/hooks/use-permission.mjs.map +1 -1
  223. package/dist/modules/auth/lib/helpers.server.mjs +1 -1
  224. package/dist/modules/auth/lib/validators.d.mts +2 -2
  225. package/dist/modules/auth/lib/validators.d.mts.map +1 -1
  226. package/dist/modules/commands/components/alert-dialog-command.client.d.mts +10 -10
  227. package/dist/modules/commands/components/click-command.client.d.mts +2 -2
  228. package/dist/modules/commands/components/command-trigger.client.d.mts +6 -6
  229. package/dist/modules/commands/components/dialog-command.client.d.mts +8 -8
  230. package/dist/modules/commands/components/dropdown-command.client.d.mts +5 -5
  231. package/dist/modules/commands/components/empty-command.client.d.mts +2 -2
  232. package/dist/modules/commands/components/form-dialog-command.client.d.mts +11 -11
  233. package/dist/modules/commands/hooks/use-command-menu.client.d.mts.map +1 -1
  234. package/dist/modules/commands/hooks/use-command-menu.client.mjs +0 -5
  235. package/dist/modules/commands/hooks/use-command-menu.client.mjs.map +1 -1
  236. package/dist/modules/commands/hooks/use-command-mutation.client.d.mts +2 -2
  237. package/dist/modules/commands/menus/context-menu.client.d.mts +2 -2
  238. package/dist/modules/commands/menus/dropdown-menu.client.d.mts +3 -3
  239. package/dist/modules/commands/menus/inline-menu.client.d.mts +3 -3
  240. package/dist/modules/commands/menus/responsive-menu.client.d.mts +3 -3
  241. package/dist/modules/commands/utils/archive-command.client.d.mts +3 -3
  242. package/dist/modules/commands/utils/delete-command.client.d.mts +3 -3
  243. package/dist/modules/config/db/helpers.d.mts +5 -5
  244. package/dist/modules/config/db/helpers.d.mts.map +1 -1
  245. package/dist/modules/data-tables/components/cell/common.client.d.mts +5 -5
  246. package/dist/modules/data-tables/components/column-header.d.mts +2 -2
  247. package/dist/modules/data-tables/components/filters/combobox.client.d.mts +2 -2
  248. package/dist/modules/data-tables/components/filters/slider.client.d.mts +2 -2
  249. package/dist/modules/data-tables/components/header.d.mts +4 -4
  250. package/dist/modules/data-tables/components/layout.d.mts +2 -2
  251. package/dist/modules/data-tables/components/search-input.client.d.mts +2 -2
  252. package/dist/modules/data-tables/components/skeleton.d.mts +2 -2
  253. package/dist/modules/data-tables/components/table.d.mts +7 -7
  254. package/dist/modules/data-tables/components/toolbar.d.mts +3 -3
  255. package/dist/modules/data-tables/hooks/use-context.client.d.mts +2 -2
  256. package/dist/modules/data-tables/lib/filters/parsers.d.mts +6 -1
  257. package/dist/modules/data-tables/lib/filters/parsers.d.mts.map +1 -1
  258. package/dist/modules/data-tables/lib/filters/parsers.mjs +6 -1
  259. package/dist/modules/data-tables/lib/filters/parsers.mjs.map +1 -1
  260. package/dist/modules/data-tables/tables/data-table/components/table.d.mts +2 -2
  261. package/dist/modules/data-tables/tables/inline-table/components/cells/common.d.mts +2 -2
  262. package/dist/modules/data-tables/tables/inline-table/components/cells/drag-handle.client.d.mts +2 -2
  263. package/dist/modules/data-tables/tables/inline-table/components/inputs/advanced-select.client.d.mts +2 -2
  264. package/dist/modules/data-tables/tables/inline-table/components/inputs/combobox.client.d.mts +2 -2
  265. package/dist/modules/data-tables/tables/inline-table/components/inputs/input.client.d.mts +3 -3
  266. package/dist/modules/data-tables/tables/inline-table/components/inputs/read-only.d.mts +2 -2
  267. package/dist/modules/data-tables/tables/inline-table/components/inputs/select.client.d.mts +2 -2
  268. package/dist/modules/data-tables/tables/inline-table/components/table.d.mts +2 -2
  269. package/dist/modules/data-tables/tables/inline-table/hooks/context.client.d.mts +2 -2
  270. package/dist/modules/inline-edit/components/combobox-dropdown.client.d.mts +6 -4
  271. package/dist/modules/inline-edit/components/combobox-dropdown.client.d.mts.map +1 -1
  272. package/dist/modules/inline-edit/components/combobox-dropdown.client.mjs +11 -6
  273. package/dist/modules/inline-edit/components/combobox-dropdown.client.mjs.map +1 -1
  274. package/dist/modules/inline-edit/components/combobox.client.d.mts +6 -4
  275. package/dist/modules/inline-edit/components/combobox.client.d.mts.map +1 -1
  276. package/dist/modules/inline-edit/components/combobox.client.mjs +7 -5
  277. package/dist/modules/inline-edit/components/combobox.client.mjs.map +1 -1
  278. package/dist/modules/inline-edit/components/date-input.client.d.mts +5 -3
  279. package/dist/modules/inline-edit/components/date-input.client.d.mts.map +1 -1
  280. package/dist/modules/inline-edit/components/date-input.client.mjs +26 -13
  281. package/dist/modules/inline-edit/components/date-input.client.mjs.map +1 -1
  282. package/dist/modules/inline-edit/components/date-picker.client.d.mts +6 -4
  283. package/dist/modules/inline-edit/components/date-picker.client.d.mts.map +1 -1
  284. package/dist/modules/inline-edit/components/date-picker.client.mjs +12 -7
  285. package/dist/modules/inline-edit/components/date-picker.client.mjs.map +1 -1
  286. package/dist/modules/inline-edit/components/editor.client.d.mts +6 -4
  287. package/dist/modules/inline-edit/components/editor.client.d.mts.map +1 -1
  288. package/dist/modules/inline-edit/components/editor.client.mjs +11 -6
  289. package/dist/modules/inline-edit/components/editor.client.mjs.map +1 -1
  290. package/dist/modules/inline-edit/components/input-recipient.client.d.mts +6 -4
  291. package/dist/modules/inline-edit/components/input-recipient.client.d.mts.map +1 -1
  292. package/dist/modules/inline-edit/components/input-recipient.client.mjs +11 -6
  293. package/dist/modules/inline-edit/components/input-recipient.client.mjs.map +1 -1
  294. package/dist/modules/inline-edit/components/input-toggle.client.d.mts +6 -4
  295. package/dist/modules/inline-edit/components/input-toggle.client.d.mts.map +1 -1
  296. package/dist/modules/inline-edit/components/input-toggle.client.mjs +9 -7
  297. package/dist/modules/inline-edit/components/input-toggle.client.mjs.map +1 -1
  298. package/dist/modules/inline-edit/components/input.client.d.mts +13 -10
  299. package/dist/modules/inline-edit/components/input.client.d.mts.map +1 -1
  300. package/dist/modules/inline-edit/components/input.client.mjs +35 -19
  301. package/dist/modules/inline-edit/components/input.client.mjs.map +1 -1
  302. package/dist/modules/inline-edit/components/select.client.d.mts +10 -9
  303. package/dist/modules/inline-edit/components/select.client.d.mts.map +1 -1
  304. package/dist/modules/inline-edit/components/select.client.mjs +14 -7
  305. package/dist/modules/inline-edit/components/select.client.mjs.map +1 -1
  306. package/dist/modules/inline-edit/components/switch.client.d.mts +5 -3
  307. package/dist/modules/inline-edit/components/switch.client.d.mts.map +1 -1
  308. package/dist/modules/inline-edit/components/switch.client.mjs +8 -6
  309. package/dist/modules/inline-edit/components/switch.client.mjs.map +1 -1
  310. package/dist/modules/inline-edit/components/toggle.client.d.mts +6 -4
  311. package/dist/modules/inline-edit/components/toggle.client.d.mts.map +1 -1
  312. package/dist/modules/inline-edit/components/toggle.client.mjs +9 -7
  313. package/dist/modules/inline-edit/components/toggle.client.mjs.map +1 -1
  314. package/dist/modules/inline-edit/hooks/context.client.d.mts +2 -2
  315. package/dist/modules/inline-edit/hooks/use-inline.client.d.mts +35 -3
  316. package/dist/modules/inline-edit/hooks/use-inline.client.d.mts.map +1 -1
  317. package/dist/modules/inline-edit/hooks/use-inline.client.mjs +71 -9
  318. package/dist/modules/inline-edit/hooks/use-inline.client.mjs.map +1 -1
  319. package/dist/modules/inline-edit/lib/variants.d.mts +1 -0
  320. package/dist/modules/inline-edit/lib/variants.d.mts.map +1 -1
  321. package/dist/modules/inline-edit/lib/variants.mjs +12 -4
  322. package/dist/modules/inline-edit/lib/variants.mjs.map +1 -1
  323. package/dist/modules/router/handler/init.server.d.mts +4 -4
  324. package/dist/modules/router/handler/init.server.mjs +1 -1
  325. package/dist/modules/router/lib/query-client.server.d.mts +2 -2
  326. package/dist/modules/storage/components/dropzone-context.client.d.mts +2 -2
  327. package/dist/modules/storage/components/dropzone.client.d.mts +5 -5
  328. package/dist/modules/storage/components/image-grid.client.d.mts +3 -3
  329. package/dist/modules/storage/components/image-grid.client.mjs +2 -2
  330. package/dist/modules/storage/components/image-grid.client.mjs.map +1 -1
  331. package/dist/modules/storage/components/upload-zone-context.client.d.mts +3 -11
  332. package/dist/modules/storage/components/upload-zone-context.client.d.mts.map +1 -1
  333. package/dist/modules/storage/components/upload-zone-context.client.mjs.map +1 -1
  334. package/dist/modules/storage/components/upload-zone.client.d.mts +10 -33
  335. package/dist/modules/storage/components/upload-zone.client.d.mts.map +1 -1
  336. package/dist/modules/storage/components/upload-zone.client.mjs +19 -93
  337. package/dist/modules/storage/components/upload-zone.client.mjs.map +1 -1
  338. package/dist/modules/storage/config/filters.d.mts +1 -0
  339. package/dist/modules/storage/config/filters.d.mts.map +1 -1
  340. package/dist/modules/storage/config/filters.mjs +1 -0
  341. package/dist/modules/storage/config/filters.mjs.map +1 -1
  342. package/dist/modules/storage/lib/create-upload.client.d.mts +56 -0
  343. package/dist/modules/storage/lib/create-upload.client.d.mts.map +1 -0
  344. package/dist/modules/storage/lib/create-upload.client.mjs +98 -0
  345. package/dist/modules/storage/lib/create-upload.client.mjs.map +1 -0
  346. package/dist/modules/storage/lib/helpers.d.mts +1 -1
  347. package/dist/modules/storage/lib/router.server.d.mts +3239 -2319
  348. package/dist/modules/storage/lib/router.server.d.mts.map +1 -1
  349. package/dist/modules/storage/lib/router.server.mjs +5 -2
  350. package/dist/modules/storage/lib/router.server.mjs.map +1 -1
  351. package/dist/modules/storage/lib/schema.d.mts +124 -90
  352. package/dist/modules/storage/lib/schema.d.mts.map +1 -1
  353. package/dist/modules/storage/lib/schema.mjs +2 -1
  354. package/dist/modules/storage/lib/schema.mjs.map +1 -1
  355. package/dist/modules/storage/lib/service.server.d.mts +28 -39
  356. package/dist/modules/storage/lib/service.server.d.mts.map +1 -1
  357. package/dist/modules/storage/lib/service.server.mjs +6 -6
  358. package/dist/modules/storage/lib/service.server.mjs.map +1 -1
  359. package/dist/modules/storage/lib/validators.d.mts +166 -86
  360. package/dist/modules/storage/lib/validators.d.mts.map +1 -1
  361. package/dist/modules/storage/lib/validators.mjs +2 -1
  362. package/dist/modules/storage/lib/validators.mjs.map +1 -1
  363. package/dist/router/server.mjs +1 -1
  364. package/dist/storage/client.d.mts +2 -1
  365. package/dist/storage/client.mjs +2 -8
  366. package/dist/storage.d.mts +2 -2
  367. package/dist/storage.mjs +1 -1
  368. package/package.json +4 -3
  369. package/src/components/editor/components/editor.client.tsx +7 -2
  370. package/src/components/editor/components/menu.client.tsx +26 -0
  371. package/src/components/editor/extensions/file-handler/extension.ts +69 -0
  372. package/src/components/editor/extensions/file-handler/strategy.ts +167 -0
  373. package/src/components/editor/extensions/file-handler/utils.ts +51 -0
  374. package/src/components/editor/extensions/image/extension.ts +55 -0
  375. package/src/components/editor/extensions/skeleton/extension.ts +35 -0
  376. package/src/components/editor/extensions/skeleton/renderer.tsx +14 -0
  377. package/src/components/editor/lib/constants.ts +16 -2
  378. package/src/components/editor/lib/extensions.ts +4 -1
  379. package/src/components/editor/lib/helpers.ts +39 -3
  380. package/src/components/editor/lib/utils.ts +32 -0
  381. package/src/components/editor/lib/variants.ts +72 -1
  382. package/src/components/entry.ts +4 -1
  383. package/src/components/layouts/error-page.tsx +61 -0
  384. package/src/components/layouts/not-allowed-page.tsx +1 -1
  385. package/src/components/navigation/admin-sidebar-paths.client.tsx +18 -2
  386. package/src/components/ui/tooltip.client.tsx +1 -1
  387. package/src/lib/hooks/use-indicator.tsx +27 -18
  388. package/src/modules/auth/components/allowed.client.tsx +35 -7
  389. package/src/modules/auth/hooks/use-permission.ts +88 -2
  390. package/src/modules/commands/hooks/use-command-menu.client.tsx +4 -7
  391. package/src/modules/data-tables/lib/filters/parsers.ts +14 -0
  392. package/src/modules/inline-edit/components/combobox-dropdown.client.tsx +21 -12
  393. package/src/modules/inline-edit/components/combobox.client.tsx +13 -6
  394. package/src/modules/inline-edit/components/date-input.client.tsx +29 -13
  395. package/src/modules/inline-edit/components/date-picker.client.tsx +13 -9
  396. package/src/modules/inline-edit/components/editor.client.tsx +14 -14
  397. package/src/modules/inline-edit/components/input-recipient.client.tsx +15 -8
  398. package/src/modules/inline-edit/components/input-toggle.client.tsx +16 -9
  399. package/src/modules/inline-edit/components/input.client.tsx +38 -24
  400. package/src/modules/inline-edit/components/select.client.tsx +16 -9
  401. package/src/modules/inline-edit/components/switch.client.tsx +10 -6
  402. package/src/modules/inline-edit/components/toggle.client.tsx +13 -9
  403. package/src/modules/inline-edit/entry.client.ts +0 -1
  404. package/src/modules/inline-edit/hooks/use-inline.client.tsx +139 -20
  405. package/src/modules/inline-edit/lib/variants.ts +7 -0
  406. package/src/modules/storage/components/image-grid.client.tsx +2 -2
  407. package/src/modules/storage/components/upload-zone-context.client.tsx +3 -4
  408. package/src/modules/storage/components/upload-zone.client.tsx +17 -116
  409. package/src/modules/storage/config/filters.ts +1 -0
  410. package/src/modules/storage/entry.client.ts +2 -1
  411. package/src/modules/storage/lib/create-upload.client.ts +134 -0
  412. package/src/modules/storage/lib/router.server.ts +1 -0
  413. package/src/modules/storage/lib/schema.ts +1 -0
  414. package/src/modules/storage/lib/service.server.ts +10 -4
  415. package/src/modules/storage/lib/validators.ts +1 -0
  416. package/dist/modules/auth/lib/utils.mjs +0 -21
  417. package/dist/modules/auth/lib/utils.mjs.map +0 -1
  418. package/dist/modules/inline-edit/components/deprecated-editor.client.d.mts +0 -21
  419. package/dist/modules/inline-edit/components/deprecated-editor.client.d.mts.map +0 -1
  420. package/dist/modules/inline-edit/components/deprecated-editor.client.mjs +0 -37
  421. package/dist/modules/inline-edit/components/deprecated-editor.client.mjs.map +0 -1
  422. package/dist/storage/client.mjs.map +0 -1
  423. package/src/modules/inline-edit/components/deprecated-editor.client.tsx +0 -48
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime323 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime68 from "react/jsx-runtime";
2
2
  import { Slot } from "@radix-ui/react-slot";
3
3
  import * as React$1 from "react";
4
4
  import * as react_hook_form0 from "react-hook-form";
@@ -12,7 +12,7 @@ declare const FormField: <TFieldValues extends FieldValues = FieldValues, TName
12
12
  ...props
13
13
  }: ControllerProps<TFieldValues, TName> & {
14
14
  visible?: boolean;
15
- }) => react_jsx_runtime323.JSX.Element | null;
15
+ }) => react_jsx_runtime68.JSX.Element | null;
16
16
  declare const useFormField: () => {
17
17
  invalid: boolean;
18
18
  isDirty: boolean;
@@ -28,22 +28,22 @@ declare const useFormField: () => {
28
28
  declare function FormItem({
29
29
  className,
30
30
  ...props
31
- }: React$1.ComponentProps<"div">): react_jsx_runtime323.JSX.Element;
31
+ }: React$1.ComponentProps<"div">): react_jsx_runtime68.JSX.Element;
32
32
  declare function FormLabel({
33
33
  className,
34
34
  ...props
35
- }: React$1.ComponentProps<typeof LabelPrimitive.Root>): react_jsx_runtime323.JSX.Element;
35
+ }: React$1.ComponentProps<typeof LabelPrimitive.Root>): react_jsx_runtime68.JSX.Element;
36
36
  declare function FormControl({
37
37
  ...props
38
- }: React$1.ComponentProps<typeof Slot>): react_jsx_runtime323.JSX.Element;
38
+ }: React$1.ComponentProps<typeof Slot>): react_jsx_runtime68.JSX.Element;
39
39
  declare function FormDescription({
40
40
  className,
41
41
  ...props
42
- }: React$1.ComponentProps<"p">): react_jsx_runtime323.JSX.Element;
42
+ }: React$1.ComponentProps<"p">): react_jsx_runtime68.JSX.Element;
43
43
  declare function FormMessage({
44
44
  className,
45
45
  ...props
46
- }: React$1.ComponentProps<"p">): react_jsx_runtime323.JSX.Element | null;
46
+ }: React$1.ComponentProps<"p">): react_jsx_runtime68.JSX.Element | null;
47
47
  //#endregion
48
48
  export { Form$1 as Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage, useFormField };
49
49
  //# sourceMappingURL=form.client.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"form.client.d.mts","names":[],"sources":["../../../src/components/ui/form.client.tsx"],"sourcesContent":[],"mappings":";;;;;;;;cAkBM,8BAAI,kDAAA,qBAAA,gBAAA,CAAA,kBAAA,cAAA,UAAA,wBAAA,OAAA,CAAA,GAAA,CAAA;cAWJ,iCACiB,cAAc,2BACrB,UAAU,gBAAgB,UAAU;;;GAIjD,gBAAgB,cAAc;;MAA8B,oBAAA,CAAA,GAAA,CAAA,OAAA;AAtBtC,cAgCnB,YA3BmB,EAAA,GAAA,GAAA;EAAf,OAAA,EAAA,OAAA;EAAA,OAAA,EAAA,OAAA;EAAA,SAAA,EAAA,OAAA;EAAA,YAAA,EAAA,OAAA;EAAA,KAAA,CAAA,EAgDT,gBAAA,CAAA,UAhDS;EAAA,EAAA,EAAA,MAAA;EAAA,IAAA,EAAA,MAAA;EAAe,UAAA,EAAA,MAAA;EAWnB,iBAcL,EAAA,MAAA;EAbsB,aAAA,EAAA,MAAA;CAAc;iBA4C5B,QAAA,CA3CiB;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EA2CiB,OAAA,CAAM,cA3CvB,CAAA,KAAA,CAAA,CAAA,EA2C4C,oBAAA,CAAA,GAAA,CAAA,OA3C5C;iBAqDjB,SAAA,CArDO;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAqD4B,OAAA,CAAM,cArDlC,CAAA,OAqDwD,cAAA,CAAe,IArDvE,CAAA,CAAA,EAqD4E,oBAAA,CAAA,GAAA,CAAA,OArD5E;iBAmEP,WAAA,CAnE2C;EAAA,GAAA;AAAA,CAAA,EAmEjB,OAAA,CAAM,cAnEW,CAAA,OAmEW,IAnEX,CAAA,CAAA,EAmEgB,oBAAA,CAAA,GAAA,CAAA,OAnEhB;iBAiF3C,eAAA,CAjFiC;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAiFQ,OAAA,CAAM,cAjFd,CAAA,GAAA,CAAA,CAAA,EAiFiC,oBAAA,CAAA,GAAA,CAAA,OAjFjC;iBA8FjC,WAAA,CA7FP;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EA6F4C,OAAA,CAAM,cA7FlD,CAAA,GAAA,CAAA,CAAA,EA6FqE,oBAAA,CAAA,GAAA,CAAA,OAAA,GA7FrE,IAAA"}
1
+ {"version":3,"file":"form.client.d.mts","names":[],"sources":["../../../src/components/ui/form.client.tsx"],"sourcesContent":[],"mappings":";;;;;;;;cAkBM,8BAAI,kDAAA,qBAAA,gBAAA,CAAA,kBAAA,cAAA,UAAA,wBAAA,OAAA,CAAA,GAAA,CAAA;cAWJ,iCACiB,cAAc,2BACrB,UAAU,gBAAgB,UAAU;;;GAIjD,gBAAgB,cAAc;;MAA8B,mBAAA,CAAA,GAAA,CAAA,OAAA;AAtBtC,cAgCnB,YA3BmB,EAAA,GAAA,GAAA;EAAf,OAAA,EAAA,OAAA;EAAA,OAAA,EAAA,OAAA;EAAA,SAAA,EAAA,OAAA;EAAA,YAAA,EAAA,OAAA;EAAA,KAAA,CAAA,EAgDT,gBAAA,CAAA,UAhDS;EAAA,EAAA,EAAA,MAAA;EAAA,IAAA,EAAA,MAAA;EAAe,UAAA,EAAA,MAAA;EAWnB,iBAcL,EAAA,MAAA;EAbsB,aAAA,EAAA,MAAA;CAAc;iBA4C5B,QAAA,CA3CiB;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EA2CiB,OAAA,CAAM,cA3CvB,CAAA,KAAA,CAAA,CAAA,EA2C4C,mBAAA,CAAA,GAAA,CAAA,OA3C5C;iBAqDjB,SAAA,CArDO;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAqD4B,OAAA,CAAM,cArDlC,CAAA,OAqDwD,cAAA,CAAe,IArDvE,CAAA,CAAA,EAqD4E,mBAAA,CAAA,GAAA,CAAA,OArD5E;iBAmEP,WAAA,CAnE2C;EAAA,GAAA;AAAA,CAAA,EAmEjB,OAAA,CAAM,cAnEW,CAAA,OAmEW,IAnEX,CAAA,CAAA,EAmEgB,mBAAA,CAAA,GAAA,CAAA,OAnEhB;iBAiF3C,eAAA,CAjFiC;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAiFQ,OAAA,CAAM,cAjFd,CAAA,GAAA,CAAA,CAAA,EAiFiC,mBAAA,CAAA,GAAA,CAAA,OAjFjC;iBA8FjC,WAAA,CA7FP;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EA6F4C,OAAA,CAAM,cA7FlD,CAAA,GAAA,CAAA,CAAA,EA6FqE,mBAAA,CAAA,GAAA,CAAA,OAAA,GA7FrE,IAAA"}
@@ -1,20 +1,20 @@
1
- import * as react_jsx_runtime329 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime75 from "react/jsx-runtime";
2
2
  import * as React$1 from "react";
3
3
  import * as HoverCardPrimitive from "@radix-ui/react-hover-card";
4
4
 
5
5
  //#region src/components/ui/hover-card.client.d.ts
6
6
  declare function HoverCard({
7
7
  ...props
8
- }: React$1.ComponentProps<typeof HoverCardPrimitive.Root>): react_jsx_runtime329.JSX.Element;
8
+ }: React$1.ComponentProps<typeof HoverCardPrimitive.Root>): react_jsx_runtime75.JSX.Element;
9
9
  declare function HoverCardTrigger({
10
10
  ...props
11
- }: React$1.ComponentProps<typeof HoverCardPrimitive.Trigger>): react_jsx_runtime329.JSX.Element;
11
+ }: React$1.ComponentProps<typeof HoverCardPrimitive.Trigger>): react_jsx_runtime75.JSX.Element;
12
12
  declare function HoverCardContent({
13
13
  className,
14
14
  align,
15
15
  sideOffset,
16
16
  ...props
17
- }: React$1.ComponentProps<typeof HoverCardPrimitive.Content>): react_jsx_runtime329.JSX.Element;
17
+ }: React$1.ComponentProps<typeof HoverCardPrimitive.Content>): react_jsx_runtime75.JSX.Element;
18
18
  //#endregion
19
19
  export { HoverCard, HoverCardContent, HoverCardTrigger };
20
20
  //# sourceMappingURL=hover-card.client.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"hover-card.client.d.mts","names":[],"sources":["../../../src/components/ui/hover-card.client.tsx"],"sourcesContent":[],"mappings":";;;;;iBAOS,SAAA;;GAAwB,OAAA,CAAM,sBAAsB,kBAAA,CAAmB,QAAK,oBAAA,CAAA,GAAA,CAAA;iBAI5E,gBAAA;;GAA+B,OAAA,CAAM,sBAAsB,kBAAA,CAAmB,WAAQ,oBAAA,CAAA,GAAA,CAAA;iBAItF,gBAAA;;;;;GAKN,OAAA,CAAM,sBAAsB,kBAAA,CAAmB,WAAQ,oBAAA,CAAA,GAAA,CAAA"}
1
+ {"version":3,"file":"hover-card.client.d.mts","names":[],"sources":["../../../src/components/ui/hover-card.client.tsx"],"sourcesContent":[],"mappings":";;;;;iBAOS,SAAA;;GAAwB,OAAA,CAAM,sBAAsB,kBAAA,CAAmB,QAAK,mBAAA,CAAA,GAAA,CAAA;iBAI5E,gBAAA;;GAA+B,OAAA,CAAM,sBAAsB,kBAAA,CAAmB,WAAQ,mBAAA,CAAA,GAAA,CAAA;iBAItF,gBAAA;;;;;GAKN,OAAA,CAAM,sBAAsB,kBAAA,CAAmB,WAAQ,mBAAA,CAAA,GAAA,CAAA"}
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime381 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime383 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/components/ui/input-recipient.d.ts
4
4
  type Contact = {
@@ -21,7 +21,7 @@ declare function RecipientInput({
21
21
  placeholder,
22
22
  disabled,
23
23
  className
24
- }: RecipientInputProps): react_jsx_runtime381.JSX.Element;
24
+ }: RecipientInputProps): react_jsx_runtime383.JSX.Element;
25
25
  //#endregion
26
26
  export { Contact, RecipientInput };
27
27
  //# sourceMappingURL=input-recipient.d.mts.map
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime117 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime233 from "react/jsx-runtime";
2
2
  import * as React$1 from "react";
3
3
 
4
4
  //#region src/components/ui/input.d.ts
@@ -6,7 +6,7 @@ declare function Input({
6
6
  className,
7
7
  type,
8
8
  ...props
9
- }: React$1.ComponentProps<"input">): react_jsx_runtime117.JSX.Element;
9
+ }: React$1.ComponentProps<"input">): react_jsx_runtime233.JSX.Element;
10
10
  //#endregion
11
11
  export { Input };
12
12
  //# sourceMappingURL=input.d.mts.map
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime118 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime234 from "react/jsx-runtime";
2
2
  import * as React$1 from "react";
3
3
  import * as LabelPrimitive from "@radix-ui/react-label";
4
4
 
@@ -6,7 +6,7 @@ import * as LabelPrimitive from "@radix-ui/react-label";
6
6
  declare function Label({
7
7
  className,
8
8
  ...props
9
- }: React$1.ComponentProps<typeof LabelPrimitive.Root>): react_jsx_runtime118.JSX.Element;
9
+ }: React$1.ComponentProps<typeof LabelPrimitive.Root>): react_jsx_runtime234.JSX.Element;
10
10
  //#endregion
11
11
  export { Label };
12
12
  //# sourceMappingURL=label.d.mts.map
@@ -1,7 +1,7 @@
1
- import * as react_jsx_runtime119 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime235 from "react/jsx-runtime";
2
2
  import * as React$1 from "react";
3
3
  import * as NavigationMenuPrimitive from "@radix-ui/react-navigation-menu";
4
- import * as class_variance_authority_types3 from "class-variance-authority/types";
4
+ import * as class_variance_authority_types5 from "class-variance-authority/types";
5
5
 
6
6
  //#region src/components/ui/navigation-menu.d.ts
7
7
  declare function NavigationMenu({
@@ -11,37 +11,37 @@ declare function NavigationMenu({
11
11
  ...props
12
12
  }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Root> & {
13
13
  viewport?: boolean;
14
- }): react_jsx_runtime119.JSX.Element;
14
+ }): react_jsx_runtime235.JSX.Element;
15
15
  declare function NavigationMenuList({
16
16
  className,
17
17
  ...props
18
- }: React$1.ComponentProps<typeof NavigationMenuPrimitive.List>): react_jsx_runtime119.JSX.Element;
18
+ }: React$1.ComponentProps<typeof NavigationMenuPrimitive.List>): react_jsx_runtime235.JSX.Element;
19
19
  declare function NavigationMenuItem({
20
20
  className,
21
21
  ...props
22
- }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Item>): react_jsx_runtime119.JSX.Element;
23
- declare const navigationMenuTriggerStyle: (props?: class_variance_authority_types3.ClassProp | undefined) => string;
22
+ }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Item>): react_jsx_runtime235.JSX.Element;
23
+ declare const navigationMenuTriggerStyle: (props?: class_variance_authority_types5.ClassProp | undefined) => string;
24
24
  declare function NavigationMenuTrigger({
25
25
  className,
26
26
  children,
27
27
  ...props
28
- }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Trigger>): react_jsx_runtime119.JSX.Element;
28
+ }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Trigger>): react_jsx_runtime235.JSX.Element;
29
29
  declare function NavigationMenuContent({
30
30
  className,
31
31
  ...props
32
- }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Content>): react_jsx_runtime119.JSX.Element;
32
+ }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Content>): react_jsx_runtime235.JSX.Element;
33
33
  declare function NavigationMenuViewport({
34
34
  className,
35
35
  ...props
36
- }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Viewport>): react_jsx_runtime119.JSX.Element;
36
+ }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Viewport>): react_jsx_runtime235.JSX.Element;
37
37
  declare function NavigationMenuLink({
38
38
  className,
39
39
  ...props
40
- }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Link>): react_jsx_runtime119.JSX.Element;
40
+ }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Link>): react_jsx_runtime235.JSX.Element;
41
41
  declare function NavigationMenuIndicator({
42
42
  className,
43
43
  ...props
44
- }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Indicator>): react_jsx_runtime119.JSX.Element;
44
+ }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Indicator>): react_jsx_runtime235.JSX.Element;
45
45
  //#endregion
46
46
  export { NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, navigationMenuTriggerStyle };
47
47
  //# sourceMappingURL=navigation-menu.d.mts.map
@@ -1,19 +1,19 @@
1
1
  import { Button } from "./button.mjs";
2
- import * as react_jsx_runtime127 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime243 from "react/jsx-runtime";
3
3
  import * as React$1 from "react";
4
4
 
5
5
  //#region src/components/ui/pagination.d.ts
6
6
  declare function Pagination({
7
7
  className,
8
8
  ...props
9
- }: React$1.ComponentProps<"nav">): react_jsx_runtime127.JSX.Element;
9
+ }: React$1.ComponentProps<"nav">): react_jsx_runtime243.JSX.Element;
10
10
  declare function PaginationContent({
11
11
  className,
12
12
  ...props
13
- }: React$1.ComponentProps<"ul">): react_jsx_runtime127.JSX.Element;
13
+ }: React$1.ComponentProps<"ul">): react_jsx_runtime243.JSX.Element;
14
14
  declare function PaginationItem({
15
15
  ...props
16
- }: React$1.ComponentProps<"li">): react_jsx_runtime127.JSX.Element;
16
+ }: React$1.ComponentProps<"li">): react_jsx_runtime243.JSX.Element;
17
17
  type PaginationLinkProps = {
18
18
  isActive?: boolean;
19
19
  } & Pick<React$1.ComponentProps<typeof Button>, "size"> & React$1.ComponentProps<"a">;
@@ -22,19 +22,19 @@ declare function PaginationLink({
22
22
  isActive,
23
23
  size,
24
24
  ...props
25
- }: PaginationLinkProps): react_jsx_runtime127.JSX.Element;
25
+ }: PaginationLinkProps): react_jsx_runtime243.JSX.Element;
26
26
  declare function PaginationPrevious({
27
27
  className,
28
28
  ...props
29
- }: React$1.ComponentProps<typeof PaginationLink>): react_jsx_runtime127.JSX.Element;
29
+ }: React$1.ComponentProps<typeof PaginationLink>): react_jsx_runtime243.JSX.Element;
30
30
  declare function PaginationNext({
31
31
  className,
32
32
  ...props
33
- }: React$1.ComponentProps<typeof PaginationLink>): react_jsx_runtime127.JSX.Element;
33
+ }: React$1.ComponentProps<typeof PaginationLink>): react_jsx_runtime243.JSX.Element;
34
34
  declare function PaginationEllipsis({
35
35
  className,
36
36
  ...props
37
- }: React$1.ComponentProps<"span">): react_jsx_runtime127.JSX.Element;
37
+ }: React$1.ComponentProps<"span">): react_jsx_runtime243.JSX.Element;
38
38
  //#endregion
39
39
  export { Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious };
40
40
  //# sourceMappingURL=pagination.d.mts.map
@@ -1,23 +1,23 @@
1
- import * as react_jsx_runtime134 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime250 from "react/jsx-runtime";
2
2
  import * as React$1 from "react";
3
3
  import * as PopoverPrimitive from "@radix-ui/react-popover";
4
4
 
5
5
  //#region src/components/ui/popover.d.ts
6
6
  declare function Popover({
7
7
  ...props
8
- }: React$1.ComponentProps<typeof PopoverPrimitive.Root>): react_jsx_runtime134.JSX.Element;
8
+ }: React$1.ComponentProps<typeof PopoverPrimitive.Root>): react_jsx_runtime250.JSX.Element;
9
9
  declare function PopoverTrigger({
10
10
  ...props
11
- }: React$1.ComponentProps<typeof PopoverPrimitive.Trigger>): react_jsx_runtime134.JSX.Element;
11
+ }: React$1.ComponentProps<typeof PopoverPrimitive.Trigger>): react_jsx_runtime250.JSX.Element;
12
12
  declare function PopoverContent({
13
13
  className,
14
14
  align,
15
15
  sideOffset,
16
16
  ...props
17
- }: React$1.ComponentProps<typeof PopoverPrimitive.Content>): react_jsx_runtime134.JSX.Element;
17
+ }: React$1.ComponentProps<typeof PopoverPrimitive.Content>): react_jsx_runtime250.JSX.Element;
18
18
  declare function PopoverAnchor({
19
19
  ...props
20
- }: React$1.ComponentProps<typeof PopoverPrimitive.Anchor>): react_jsx_runtime134.JSX.Element;
20
+ }: React$1.ComponentProps<typeof PopoverPrimitive.Anchor>): react_jsx_runtime250.JSX.Element;
21
21
  //#endregion
22
22
  export { Popover, PopoverAnchor, PopoverContent, PopoverTrigger };
23
23
  //# sourceMappingURL=popover.d.mts.map
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime332 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime74 from "react/jsx-runtime";
2
2
  import * as React$1 from "react";
3
3
  import * as ProgressPrimitive from "@radix-ui/react-progress";
4
4
 
@@ -7,7 +7,7 @@ declare function Progress({
7
7
  className,
8
8
  value,
9
9
  ...props
10
- }: React$1.ComponentProps<typeof ProgressPrimitive.Root>): react_jsx_runtime332.JSX.Element;
10
+ }: React$1.ComponentProps<typeof ProgressPrimitive.Root>): react_jsx_runtime74.JSX.Element;
11
11
  //#endregion
12
12
  export { Progress };
13
13
  //# sourceMappingURL=progress.client.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"progress.client.d.mts","names":[],"sources":["../../../src/components/ui/progress.client.tsx"],"sourcesContent":[],"mappings":";;;;;iBAOS,QAAA;;;;GAIN,OAAA,CAAM,sBAAsB,iBAAA,CAAkB,QAAK,oBAAA,CAAA,GAAA,CAAA"}
1
+ {"version":3,"file":"progress.client.d.mts","names":[],"sources":["../../../src/components/ui/progress.client.tsx"],"sourcesContent":[],"mappings":";;;;;iBAOS,QAAA;;;;GAIN,OAAA,CAAM,sBAAsB,iBAAA,CAAkB,QAAK,mBAAA,CAAA,GAAA,CAAA"}
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime138 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime254 from "react/jsx-runtime";
2
2
  import * as React$1 from "react";
3
3
  import * as RadioGroupPrimitive from "@radix-ui/react-radio-group";
4
4
 
@@ -6,11 +6,11 @@ import * as RadioGroupPrimitive from "@radix-ui/react-radio-group";
6
6
  declare function RadioGroup({
7
7
  className,
8
8
  ...props
9
- }: React$1.ComponentProps<typeof RadioGroupPrimitive.Root>): react_jsx_runtime138.JSX.Element;
9
+ }: React$1.ComponentProps<typeof RadioGroupPrimitive.Root>): react_jsx_runtime254.JSX.Element;
10
10
  declare function RadioGroupItem({
11
11
  className,
12
12
  ...props
13
- }: React$1.ComponentProps<typeof RadioGroupPrimitive.Item>): react_jsx_runtime138.JSX.Element;
13
+ }: React$1.ComponentProps<typeof RadioGroupPrimitive.Item>): react_jsx_runtime254.JSX.Element;
14
14
  //#endregion
15
15
  export { RadioGroup, RadioGroupItem };
16
16
  //# sourceMappingURL=radio-group.d.mts.map
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime333 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime78 from "react/jsx-runtime";
2
2
  import * as React$1 from "react";
3
3
  import * as ResizablePrimitive from "react-resizable-panels";
4
4
 
@@ -6,17 +6,17 @@ import * as ResizablePrimitive from "react-resizable-panels";
6
6
  declare function ResizablePanelGroup({
7
7
  className,
8
8
  ...props
9
- }: React$1.ComponentProps<typeof ResizablePrimitive.PanelGroup>): react_jsx_runtime333.JSX.Element;
9
+ }: React$1.ComponentProps<typeof ResizablePrimitive.PanelGroup>): react_jsx_runtime78.JSX.Element;
10
10
  declare function ResizablePanel({
11
11
  ...props
12
- }: React$1.ComponentProps<typeof ResizablePrimitive.Panel>): react_jsx_runtime333.JSX.Element;
12
+ }: React$1.ComponentProps<typeof ResizablePrimitive.Panel>): react_jsx_runtime78.JSX.Element;
13
13
  declare function ResizableHandle({
14
14
  withHandle,
15
15
  className,
16
16
  ...props
17
17
  }: React$1.ComponentProps<typeof ResizablePrimitive.PanelResizeHandle> & {
18
18
  withHandle?: boolean;
19
- }): react_jsx_runtime333.JSX.Element;
19
+ }): react_jsx_runtime78.JSX.Element;
20
20
  //#endregion
21
21
  export { ResizableHandle, ResizablePanel, ResizablePanelGroup };
22
22
  //# sourceMappingURL=resizable.client.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"resizable.client.d.mts","names":[],"sources":["../../../src/components/ui/resizable.client.tsx"],"sourcesContent":[],"mappings":";;;;;iBAQS,mBAAA;;;GAGN,OAAA,CAAM,sBAAsB,kBAAA,CAAmB,cAAW,oBAAA,CAAA,GAAA,CAAA;iBAUpD,cAAA;;GAA6B,OAAA,CAAM,sBAAsB,kBAAA,CAAmB,SAAM,oBAAA,CAAA,GAAA,CAAA;iBAIlF,eAAA;;;;GAIN,OAAA,CAAM,sBAAsB,kBAAA,CAAmB;EArBzC,UAAA,CAAA,EAAA,OAAA;CACP,CAAA,EAsBD,oBAAA,CAAA,GAAA,CAAA,OAtBC"}
1
+ {"version":3,"file":"resizable.client.d.mts","names":[],"sources":["../../../src/components/ui/resizable.client.tsx"],"sourcesContent":[],"mappings":";;;;;iBAQS,mBAAA;;;GAGN,OAAA,CAAM,sBAAsB,kBAAA,CAAmB,cAAW,mBAAA,CAAA,GAAA,CAAA;iBAUpD,cAAA;;GAA6B,OAAA,CAAM,sBAAsB,kBAAA,CAAmB,SAAM,mBAAA,CAAA,GAAA,CAAA;iBAIlF,eAAA;;;;GAIN,OAAA,CAAM,sBAAsB,kBAAA,CAAmB;EArBzC,UAAA,CAAA,EAAA,OAAA;CACP,CAAA,EAsBD,mBAAA,CAAA,GAAA,CAAA,OAtBC"}
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime140 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime256 from "react/jsx-runtime";
2
2
  import * as React$1 from "react";
3
3
  import * as ScrollAreaPrimitive from "@radix-ui/react-scroll-area";
4
4
 
@@ -7,12 +7,12 @@ declare function ScrollArea({
7
7
  className,
8
8
  children,
9
9
  ...props
10
- }: React$1.ComponentProps<typeof ScrollAreaPrimitive.Root>): react_jsx_runtime140.JSX.Element;
10
+ }: React$1.ComponentProps<typeof ScrollAreaPrimitive.Root>): react_jsx_runtime256.JSX.Element;
11
11
  declare function ScrollBar({
12
12
  className,
13
13
  orientation,
14
14
  ...props
15
- }: React$1.ComponentProps<typeof ScrollAreaPrimitive.ScrollAreaScrollbar>): react_jsx_runtime140.JSX.Element;
15
+ }: React$1.ComponentProps<typeof ScrollAreaPrimitive.ScrollAreaScrollbar>): react_jsx_runtime256.JSX.Element;
16
16
  //#endregion
17
17
  export { ScrollArea, ScrollBar };
18
18
  //# sourceMappingURL=scroll-area.d.mts.map
@@ -1,49 +1,49 @@
1
- import * as react_jsx_runtime336 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime81 from "react/jsx-runtime";
2
2
  import * as React$1 from "react";
3
3
  import * as SelectPrimitive from "@radix-ui/react-select";
4
4
 
5
5
  //#region src/components/ui/select.client.d.ts
6
6
  declare function Select({
7
7
  ...props
8
- }: React$1.ComponentProps<typeof SelectPrimitive.Root>): react_jsx_runtime336.JSX.Element;
8
+ }: React$1.ComponentProps<typeof SelectPrimitive.Root>): react_jsx_runtime81.JSX.Element;
9
9
  declare function SelectGroup({
10
10
  ...props
11
- }: React$1.ComponentProps<typeof SelectPrimitive.Group>): react_jsx_runtime336.JSX.Element;
11
+ }: React$1.ComponentProps<typeof SelectPrimitive.Group>): react_jsx_runtime81.JSX.Element;
12
12
  declare function SelectValue({
13
13
  ...props
14
- }: React$1.ComponentProps<typeof SelectPrimitive.Value>): react_jsx_runtime336.JSX.Element;
14
+ }: React$1.ComponentProps<typeof SelectPrimitive.Value>): react_jsx_runtime81.JSX.Element;
15
15
  declare function SelectTrigger({
16
16
  className,
17
17
  children,
18
18
  ...props
19
- }: React$1.ComponentProps<typeof SelectPrimitive.Trigger>): react_jsx_runtime336.JSX.Element;
19
+ }: React$1.ComponentProps<typeof SelectPrimitive.Trigger>): react_jsx_runtime81.JSX.Element;
20
20
  declare function SelectContent({
21
21
  className,
22
22
  children,
23
23
  position,
24
24
  ...props
25
- }: React$1.ComponentProps<typeof SelectPrimitive.Content>): react_jsx_runtime336.JSX.Element;
25
+ }: React$1.ComponentProps<typeof SelectPrimitive.Content>): react_jsx_runtime81.JSX.Element;
26
26
  declare function SelectLabel({
27
27
  className,
28
28
  ...props
29
- }: React$1.ComponentProps<typeof SelectPrimitive.Label>): react_jsx_runtime336.JSX.Element;
29
+ }: React$1.ComponentProps<typeof SelectPrimitive.Label>): react_jsx_runtime81.JSX.Element;
30
30
  declare function SelectItem({
31
31
  className,
32
32
  children,
33
33
  ...props
34
- }: React$1.ComponentProps<typeof SelectPrimitive.Item>): react_jsx_runtime336.JSX.Element;
34
+ }: React$1.ComponentProps<typeof SelectPrimitive.Item>): react_jsx_runtime81.JSX.Element;
35
35
  declare function SelectSeparator({
36
36
  className,
37
37
  ...props
38
- }: React$1.ComponentProps<typeof SelectPrimitive.Separator>): react_jsx_runtime336.JSX.Element;
38
+ }: React$1.ComponentProps<typeof SelectPrimitive.Separator>): react_jsx_runtime81.JSX.Element;
39
39
  declare function SelectScrollUpButton({
40
40
  className,
41
41
  ...props
42
- }: React$1.ComponentProps<typeof SelectPrimitive.ScrollUpButton>): react_jsx_runtime336.JSX.Element;
42
+ }: React$1.ComponentProps<typeof SelectPrimitive.ScrollUpButton>): react_jsx_runtime81.JSX.Element;
43
43
  declare function SelectScrollDownButton({
44
44
  className,
45
45
  ...props
46
- }: React$1.ComponentProps<typeof SelectPrimitive.ScrollDownButton>): react_jsx_runtime336.JSX.Element;
46
+ }: React$1.ComponentProps<typeof SelectPrimitive.ScrollDownButton>): react_jsx_runtime81.JSX.Element;
47
47
  //#endregion
48
48
  export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue };
49
49
  //# sourceMappingURL=select.client.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"select.client.d.mts","names":[],"sources":["../../../src/components/ui/select.client.tsx"],"sourcesContent":[],"mappings":";;;;;iBAQS,MAAA;;GAAqB,OAAA,CAAM,sBAAsB,eAAA,CAAgB,QAAK,oBAAA,CAAA,GAAA,CAAA;iBAItE,WAAA;;GAA0B,OAAA,CAAM,sBAAsB,eAAA,CAAgB,SAAM,oBAAA,CAAA,GAAA,CAAA;iBAI5E,WAAA;;GAA0B,OAAA,CAAM,sBAAsB,eAAA,CAAgB,SAAM,oBAAA,CAAA,GAAA,CAAA;AAZtD,iBAgBtB,aAAA,CAZM;EAAA,SAAA;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAgBZ,OAAA,CAAM,cAhBM,CAAA,OAgBgB,eAAA,CAAgB,OAhBhC,CAAA,CAAA,EAgBwC,oBAAA,CAAA,GAAA,CAAA,OAhBxC;iBAkCN,aAAA,CAlCiE;EAAA,SAAA;EAAA,QAAA;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAuCvE,OAAA,CAAM,cAvCiE,CAAA,OAuC3C,eAAA,CAAgB,OAvC2B,CAAA,CAAA,EAuCnB,oBAAA,CAAA,GAAA,CAAA,OAvCmB;iBAqEjE,WAAA,CArE2B;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAqEU,OAAA,CAAM,cArEhB,CAAA,OAqEsC,eAAA,CAAgB,KArEtD,CAAA,CAAA,EAqE4D,oBAAA,CAAA,GAAA,CAAA,OArE5D;iBA+E3B,UAAA,CA/EsE;EAAA,SAAA;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAmF5E,OAAA,CAAM,cAnFsE,CAAA,OAmFhD,eAAA,CAAgB,IAnFgC,CAAA,CAAA,EAmF3B,oBAAA,CAAA,GAAA,CAAA,OAnF2B;iBAuGtE,eAAA,CAvGsE;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EA0G5E,OAAA,CAAM,cA1GsE,CAAA,OA0GhD,eAAA,CAAgB,SA1GgC,CAAA,CAAA,EA0GtB,oBAAA,CAAA,GAAA,CAAA,OA1GsB;AAAA,iBAoHtE,oBAAA,CAhHW;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAmHjB,OAAA,CAAM,cAnHW,CAAA,OAmHW,eAAA,CAAgB,cAnH3B,CAAA,CAAA,EAmH0C,oBAAA,CAAA,GAAA,CAAA,OAnH1C;iBA+HX,sBAAA,CA/HsE;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAkI5E,OAAA,CAAM,cAlIsE,CAAA,OAkIhD,eAAA,CAAgB,gBAlIgC,CAAA,CAAA,EAkIf,oBAAA,CAAA,GAAA,CAAA,OAlIe"}
1
+ {"version":3,"file":"select.client.d.mts","names":[],"sources":["../../../src/components/ui/select.client.tsx"],"sourcesContent":[],"mappings":";;;;;iBAQS,MAAA;;GAAqB,OAAA,CAAM,sBAAsB,eAAA,CAAgB,QAAK,mBAAA,CAAA,GAAA,CAAA;iBAItE,WAAA;;GAA0B,OAAA,CAAM,sBAAsB,eAAA,CAAgB,SAAM,mBAAA,CAAA,GAAA,CAAA;iBAI5E,WAAA;;GAA0B,OAAA,CAAM,sBAAsB,eAAA,CAAgB,SAAM,mBAAA,CAAA,GAAA,CAAA;AAZtD,iBAgBtB,aAAA,CAZM;EAAA,SAAA;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAgBZ,OAAA,CAAM,cAhBM,CAAA,OAgBgB,eAAA,CAAgB,OAhBhC,CAAA,CAAA,EAgBwC,mBAAA,CAAA,GAAA,CAAA,OAhBxC;iBAkCN,aAAA,CAlCiE;EAAA,SAAA;EAAA,QAAA;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAuCvE,OAAA,CAAM,cAvCiE,CAAA,OAuC3C,eAAA,CAAgB,OAvC2B,CAAA,CAAA,EAuCnB,mBAAA,CAAA,GAAA,CAAA,OAvCmB;iBAqEjE,WAAA,CArE2B;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAqEU,OAAA,CAAM,cArEhB,CAAA,OAqEsC,eAAA,CAAgB,KArEtD,CAAA,CAAA,EAqE4D,mBAAA,CAAA,GAAA,CAAA,OArE5D;iBA+E3B,UAAA,CA/EsE;EAAA,SAAA;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAmF5E,OAAA,CAAM,cAnFsE,CAAA,OAmFhD,eAAA,CAAgB,IAnFgC,CAAA,CAAA,EAmF3B,mBAAA,CAAA,GAAA,CAAA,OAnF2B;iBAuGtE,eAAA,CAvGsE;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EA0G5E,OAAA,CAAM,cA1GsE,CAAA,OA0GhD,eAAA,CAAgB,SA1GgC,CAAA,CAAA,EA0GtB,mBAAA,CAAA,GAAA,CAAA,OA1GsB;AAAA,iBAoHtE,oBAAA,CAhHW;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAmHjB,OAAA,CAAM,cAnHW,CAAA,OAmHW,eAAA,CAAgB,cAnH3B,CAAA,CAAA,EAmH0C,mBAAA,CAAA,GAAA,CAAA,OAnH1C;iBA+HX,sBAAA,CA/HsE;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAkI5E,OAAA,CAAM,cAlIsE,CAAA,OAkIhD,eAAA,CAAgB,gBAlIgC,CAAA,CAAA,EAkIf,mBAAA,CAAA,GAAA,CAAA,OAlIe"}
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime142 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime258 from "react/jsx-runtime";
2
2
  import * as React$1 from "react";
3
3
  import * as SeparatorPrimitive from "@radix-ui/react-separator";
4
4
 
@@ -8,7 +8,7 @@ declare function Separator({
8
8
  orientation,
9
9
  decorative,
10
10
  ...props
11
- }: React$1.ComponentProps<typeof SeparatorPrimitive.Root>): react_jsx_runtime142.JSX.Element;
11
+ }: React$1.ComponentProps<typeof SeparatorPrimitive.Root>): react_jsx_runtime258.JSX.Element;
12
12
  //#endregion
13
13
  export { Separator };
14
14
  //# sourceMappingURL=separator.d.mts.map
@@ -1,17 +1,17 @@
1
- import * as react_jsx_runtime346 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime91 from "react/jsx-runtime";
2
2
  import * as React$1 from "react";
3
3
  import * as SheetPrimitive from "@radix-ui/react-dialog";
4
4
 
5
5
  //#region src/components/ui/sheet.client.d.ts
6
6
  declare function Sheet({
7
7
  ...props
8
- }: React$1.ComponentProps<typeof SheetPrimitive.Root>): react_jsx_runtime346.JSX.Element;
8
+ }: React$1.ComponentProps<typeof SheetPrimitive.Root>): react_jsx_runtime91.JSX.Element;
9
9
  declare function SheetTrigger({
10
10
  ...props
11
- }: React$1.ComponentProps<typeof SheetPrimitive.Trigger>): react_jsx_runtime346.JSX.Element;
11
+ }: React$1.ComponentProps<typeof SheetPrimitive.Trigger>): react_jsx_runtime91.JSX.Element;
12
12
  declare function SheetClose({
13
13
  ...props
14
- }: React$1.ComponentProps<typeof SheetPrimitive.Close>): react_jsx_runtime346.JSX.Element;
14
+ }: React$1.ComponentProps<typeof SheetPrimitive.Close>): react_jsx_runtime91.JSX.Element;
15
15
  declare function SheetContent({
16
16
  className,
17
17
  children,
@@ -19,23 +19,23 @@ declare function SheetContent({
19
19
  ...props
20
20
  }: React$1.ComponentProps<typeof SheetPrimitive.Content> & {
21
21
  side?: "top" | "right" | "bottom" | "left";
22
- }): react_jsx_runtime346.JSX.Element;
22
+ }): react_jsx_runtime91.JSX.Element;
23
23
  declare function SheetHeader({
24
24
  className,
25
25
  ...props
26
- }: React$1.ComponentProps<"div">): react_jsx_runtime346.JSX.Element;
26
+ }: React$1.ComponentProps<"div">): react_jsx_runtime91.JSX.Element;
27
27
  declare function SheetFooter({
28
28
  className,
29
29
  ...props
30
- }: React$1.ComponentProps<"div">): react_jsx_runtime346.JSX.Element;
30
+ }: React$1.ComponentProps<"div">): react_jsx_runtime91.JSX.Element;
31
31
  declare function SheetTitle({
32
32
  className,
33
33
  ...props
34
- }: React$1.ComponentProps<typeof SheetPrimitive.Title>): react_jsx_runtime346.JSX.Element;
34
+ }: React$1.ComponentProps<typeof SheetPrimitive.Title>): react_jsx_runtime91.JSX.Element;
35
35
  declare function SheetDescription({
36
36
  className,
37
37
  ...props
38
- }: React$1.ComponentProps<typeof SheetPrimitive.Description>): react_jsx_runtime346.JSX.Element;
38
+ }: React$1.ComponentProps<typeof SheetPrimitive.Description>): react_jsx_runtime91.JSX.Element;
39
39
  //#endregion
40
40
  export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger };
41
41
  //# sourceMappingURL=sheet.client.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"sheet.client.d.mts","names":[],"sources":["../../../src/components/ui/sheet.client.tsx"],"sourcesContent":[],"mappings":";;;;;iBAMS,KAAA;;GAAoB,OAAA,CAAM,sBAAsB,cAAA,CAAe,QAAK,oBAAA,CAAA,GAAA,CAAA;iBAIpE,YAAA;;GAA2B,OAAA,CAAM,sBAAsB,cAAA,CAAe,WAAQ,oBAAA,CAAA,GAAA,CAAA;iBAI9E,UAAA;;GAAyB,OAAA,CAAM,sBAAsB,cAAA,CAAe,SAAM,oBAAA,CAAA,GAAA,CAAA;AAb1B,iBAqChD,YAAA,CAhCK;EAAA,SAAA;EAAA,QAAA;EAAA,IAAA;EAAA,GAAA;CAAA,EAqCX,OAAA,CAAM,cArCK,CAAA,OAqCiB,cAAA,CAAe,OArChC,CAAA,GAAA;EAA2C,IAAA,CAAA,EAAA,KAAe,GAAA,OAAA,GAAA,QAAA,GAAA,MAAA;CAA3C,CAAA,EAuC5B,oBAAA,CAAA,GAAA,CAAA,OAvCkC;iBAqE1B,WAAA,CArEoE;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAqE/B,OAAA,CAAM,cArEyB,CAAA,KAAA,CAAA,CAAA,EAqEJ,oBAAA,CAAA,GAAA,CAAA,OArEI;iBA+EpE,WAAA,CA/EoE;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EA+E/B,OAAA,CAAM,cA/EyB,CAAA,KAAA,CAAA,CAAA,EA+EJ,oBAAA,CAAA,GAAA,CAAA,OA/EI;AAAA,iBAyFpE,UAAA,CArFY;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAqFwB,OAAA,CAAM,cArF9B,CAAA,OAqFoD,cAAA,CAAe,KArFnE,CAAA,CAAA,EAqFyE,oBAAA,CAAA,GAAA,CAAA,OArFzE;iBA+FZ,gBAAA,CA/FsE;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAkG5E,OAAA,CAAM,cAlGsE,CAAA,OAkGhD,cAAA,CAAe,WAlGiC,CAAA,CAAA,EAkGrB,oBAAA,CAAA,GAAA,CAAA,OAlGqB"}
1
+ {"version":3,"file":"sheet.client.d.mts","names":[],"sources":["../../../src/components/ui/sheet.client.tsx"],"sourcesContent":[],"mappings":";;;;;iBAMS,KAAA;;GAAoB,OAAA,CAAM,sBAAsB,cAAA,CAAe,QAAK,mBAAA,CAAA,GAAA,CAAA;iBAIpE,YAAA;;GAA2B,OAAA,CAAM,sBAAsB,cAAA,CAAe,WAAQ,mBAAA,CAAA,GAAA,CAAA;iBAI9E,UAAA;;GAAyB,OAAA,CAAM,sBAAsB,cAAA,CAAe,SAAM,mBAAA,CAAA,GAAA,CAAA;AAb1B,iBAqChD,YAAA,CAhCK;EAAA,SAAA;EAAA,QAAA;EAAA,IAAA;EAAA,GAAA;CAAA,EAqCX,OAAA,CAAM,cArCK,CAAA,OAqCiB,cAAA,CAAe,OArChC,CAAA,GAAA;EAA2C,IAAA,CAAA,EAAA,KAAe,GAAA,OAAA,GAAA,QAAA,GAAA,MAAA;CAA3C,CAAA,EAuC5B,mBAAA,CAAA,GAAA,CAAA,OAvCkC;iBAqE1B,WAAA,CArEoE;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAqE/B,OAAA,CAAM,cArEyB,CAAA,KAAA,CAAA,CAAA,EAqEJ,mBAAA,CAAA,GAAA,CAAA,OArEI;iBA+EpE,WAAA,CA/EoE;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EA+E/B,OAAA,CAAM,cA/EyB,CAAA,KAAA,CAAA,CAAA,EA+EJ,mBAAA,CAAA,GAAA,CAAA,OA/EI;AAAA,iBAyFpE,UAAA,CArFY;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAqFwB,OAAA,CAAM,cArF9B,CAAA,OAqFoD,cAAA,CAAe,KArFnE,CAAA,CAAA,EAqFyE,mBAAA,CAAA,GAAA,CAAA,OArFzE;iBA+FZ,gBAAA,CA/FsE;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAkG5E,OAAA,CAAM,cAlGsE,CAAA,OAkGhD,cAAA,CAAe,WAlGiC,CAAA,CAAA,EAkGrB,mBAAA,CAAA,GAAA,CAAA,OAlGqB"}