@tulip-systems/core 0.2.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (405) hide show
  1. package/dist/auth/client.d.ts +3 -1
  2. package/dist/auth/client.js +4 -2
  3. package/dist/auth.d.ts +2 -1
  4. package/dist/auth.js +3 -2
  5. package/dist/commands/client.d.ts +4 -4
  6. package/dist/commands/client.js +4 -4
  7. package/dist/components/client.d.ts +5 -3
  8. package/dist/components/client.js +6 -4
  9. package/dist/components/common/icons.d.ts +51 -48
  10. package/dist/components/common/icons.d.ts.map +1 -1
  11. package/dist/components/common/icons.js +4 -1
  12. package/dist/components/common/icons.js.map +1 -1
  13. package/dist/components/common/status.d.ts +3 -3
  14. package/dist/components/common/status.d.ts.map +1 -1
  15. package/dist/components/editor/components/content.client.d.ts +2 -2
  16. package/dist/components/editor/components/content.client.d.ts.map +1 -1
  17. package/dist/components/editor/components/fixed-menu.client.d.ts +2 -2
  18. package/dist/components/editor/components/fixed-menu.client.d.ts.map +1 -1
  19. package/dist/components/editor/context.client.d.ts +4 -4
  20. package/dist/components/editor/context.client.d.ts.map +1 -1
  21. package/dist/components/editor/index.client.d.ts +2 -2
  22. package/dist/components/editor/index.client.d.ts.map +1 -1
  23. package/dist/components/editor/preview.client.d.ts +2 -2
  24. package/dist/components/editor/preview.client.d.ts.map +1 -1
  25. package/dist/components/header/back-button.client.d.ts +2 -2
  26. package/dist/components/header/back-button.client.d.ts.map +1 -1
  27. package/dist/components/header/bottom-bar.client.d.ts +5 -5
  28. package/dist/components/header/bottom-bar.client.d.ts.map +1 -1
  29. package/dist/components/header/bottom-bar.client.js.map +1 -1
  30. package/dist/components/header/breadcrumbs.client.d.ts +7 -7
  31. package/dist/components/header/breadcrumbs.client.d.ts.map +1 -1
  32. package/dist/components/header/breadcrumbs.client.js +1 -1
  33. package/dist/components/header/header.client.d.ts +2 -2
  34. package/dist/components/header/header.client.d.ts.map +1 -1
  35. package/dist/components/header/mobile-nav-switcher.client.d.ts +2 -2
  36. package/dist/components/header/mobile-nav-switcher.client.d.ts.map +1 -1
  37. package/dist/components/header/top-bar.client.d.ts +4 -4
  38. package/dist/components/header/top-bar.client.d.ts.map +1 -1
  39. package/dist/components/layouts/admin-content.client.d.ts +13 -0
  40. package/dist/components/layouts/admin-content.client.d.ts.map +1 -0
  41. package/dist/components/layouts/admin-layout.d.ts +8 -0
  42. package/dist/components/layouts/admin-layout.d.ts.map +1 -0
  43. package/dist/components/layouts/admin-layout.js +15 -0
  44. package/dist/components/layouts/admin-layout.js.map +1 -0
  45. package/dist/components/layouts/admin-loading.d.ts +3 -3
  46. package/dist/components/layouts/admin-loading.d.ts.map +1 -1
  47. package/dist/components/layouts/admin-loading.js +2 -2
  48. package/dist/components/layouts/admin-loading.js.map +1 -1
  49. package/dist/components/layouts/empty-page.d.ts +4 -4
  50. package/dist/components/layouts/empty-page.d.ts.map +1 -1
  51. package/dist/components/layouts/list-layout.d.ts +2 -2
  52. package/dist/components/layouts/list-layout.d.ts.map +1 -1
  53. package/dist/components/layouts/not-found-page.d.ts +2 -2
  54. package/dist/components/layouts/not-found-page.d.ts.map +1 -1
  55. package/dist/components/layouts/providers.client.d.ts +2 -2
  56. package/dist/components/layouts/providers.client.d.ts.map +1 -1
  57. package/dist/components/layouts/root-layout.server.d.ts +2 -2
  58. package/dist/components/layouts/root-layout.server.d.ts.map +1 -1
  59. package/dist/components/layouts/root-loading.d.ts +7 -0
  60. package/dist/components/layouts/root-loading.d.ts.map +1 -0
  61. package/dist/components/layouts/root-loading.js +14 -0
  62. package/dist/components/layouts/root-loading.js.map +1 -0
  63. package/dist/components/layouts/tab-layout.d.ts +2 -2
  64. package/dist/components/layouts/tab-layout.d.ts.map +1 -1
  65. package/dist/components/lists/data-list.d.ts +5 -5
  66. package/dist/components/lists/data-list.d.ts.map +1 -1
  67. package/dist/components/lists/data-stack.d.ts +8 -8
  68. package/dist/components/lists/data-stack.d.ts.map +1 -1
  69. package/dist/components/{layouts → navigation}/admin-sidebar-header.client.js +8 -9
  70. package/dist/components/navigation/admin-sidebar-header.client.js.map +1 -0
  71. package/dist/components/navigation/admin-sidebar-paths.client.d.ts +81 -0
  72. package/dist/components/navigation/admin-sidebar-paths.client.d.ts.map +1 -0
  73. package/dist/components/navigation/admin-sidebar-paths.client.js +143 -0
  74. package/dist/components/navigation/admin-sidebar-paths.client.js.map +1 -0
  75. package/dist/components/navigation/admin-sidebar-skeleton.js +31 -0
  76. package/dist/components/navigation/admin-sidebar-skeleton.js.map +1 -0
  77. package/dist/components/server.d.ts +1 -1
  78. package/dist/components/server.js +1 -1
  79. package/dist/components/ui/accordion.d.ts +5 -5
  80. package/dist/components/ui/accordion.d.ts.map +1 -1
  81. package/dist/components/ui/alert-dialog.d.ts +12 -12
  82. package/dist/components/ui/alert-dialog.d.ts.map +1 -1
  83. package/dist/components/ui/alert.d.ts +6 -6
  84. package/dist/components/ui/alert.d.ts.map +1 -1
  85. package/dist/components/ui/aspect-ratio.d.ts +2 -2
  86. package/dist/components/ui/aspect-ratio.d.ts.map +1 -1
  87. package/dist/components/ui/avatar.client.d.ts +4 -4
  88. package/dist/components/ui/avatar.client.d.ts.map +1 -1
  89. package/dist/components/ui/badge.d.ts +4 -4
  90. package/dist/components/ui/badge.d.ts.map +1 -1
  91. package/dist/components/ui/breadcrumb.d.ts +8 -8
  92. package/dist/components/ui/breadcrumb.d.ts.map +1 -1
  93. package/dist/components/ui/button.d.ts +5 -5
  94. package/dist/components/ui/button.d.ts.map +1 -1
  95. package/dist/components/ui/calendar.d.ts +2 -2
  96. package/dist/components/ui/calendar.d.ts.map +1 -1
  97. package/dist/components/ui/card.d.ts +7 -7
  98. package/dist/components/ui/card.d.ts.map +1 -1
  99. package/dist/components/ui/carousel.d.ts +6 -6
  100. package/dist/components/ui/carousel.d.ts.map +1 -1
  101. package/dist/components/ui/chart.client.d.ts +5 -5
  102. package/dist/components/ui/chart.client.d.ts.map +1 -1
  103. package/dist/components/ui/checkbox.d.ts +2 -2
  104. package/dist/components/ui/checkbox.d.ts.map +1 -1
  105. package/dist/components/ui/collapsible.client.d.ts +4 -4
  106. package/dist/components/ui/collapsible.client.d.ts.map +1 -1
  107. package/dist/components/ui/color-picker.client.d.ts +2 -2
  108. package/dist/components/ui/color-picker.client.d.ts.map +1 -1
  109. package/dist/components/ui/combobox-dropdown.client.d.ts +2 -2
  110. package/dist/components/ui/combobox-dropdown.client.d.ts.map +1 -1
  111. package/dist/components/ui/combobox.client.d.ts +2 -2
  112. package/dist/components/ui/combobox.client.d.ts.map +1 -1
  113. package/dist/components/ui/command.d.ts +10 -10
  114. package/dist/components/ui/command.d.ts.map +1 -1
  115. package/dist/components/ui/context-menu.d.ts +16 -16
  116. package/dist/components/ui/dialog.client.d.ts +11 -11
  117. package/dist/components/ui/dialog.client.d.ts.map +1 -1
  118. package/dist/components/ui/drawer.client.d.ts +11 -11
  119. package/dist/components/ui/drawer.client.d.ts.map +1 -1
  120. package/dist/components/ui/dropdown-menu.d.ts +16 -16
  121. package/dist/components/ui/form.client.d.ts +8 -8
  122. package/dist/components/ui/form.client.d.ts.map +1 -1
  123. package/dist/components/ui/hover-card.client.d.ts +4 -4
  124. package/dist/components/ui/hover-card.client.d.ts.map +1 -1
  125. package/dist/components/ui/input.d.ts +2 -2
  126. package/dist/components/ui/label.d.ts +2 -2
  127. package/dist/components/ui/navigation-menu.d.ts +11 -11
  128. package/dist/components/ui/pagination.d.ts +8 -8
  129. package/dist/components/ui/pagination.d.ts.map +1 -1
  130. package/dist/components/ui/popover.d.ts +5 -5
  131. package/dist/components/ui/progress.client.d.ts +2 -2
  132. package/dist/components/ui/progress.client.d.ts.map +1 -1
  133. package/dist/components/ui/radio-group.d.ts +3 -3
  134. package/dist/components/ui/resizable.client.d.ts +4 -4
  135. package/dist/components/ui/resizable.client.d.ts.map +1 -1
  136. package/dist/components/ui/scroll-area.d.ts +3 -3
  137. package/dist/components/ui/select.client.d.ts +11 -11
  138. package/dist/components/ui/select.client.d.ts.map +1 -1
  139. package/dist/components/ui/separator.d.ts +2 -2
  140. package/dist/components/ui/sheet.client.d.ts +9 -9
  141. package/dist/components/ui/sidebar.client.d.ts +26 -26
  142. package/dist/components/ui/sidebar.client.js +1 -1
  143. package/dist/components/ui/skeleton.d.ts +2 -2
  144. package/dist/components/ui/slider.d.ts +2 -2
  145. package/dist/components/ui/sonner.client.d.ts +2 -2
  146. package/dist/components/ui/sonner.client.js +1 -1
  147. package/dist/components/ui/spinner.js +63 -0
  148. package/dist/components/ui/spinner.js.map +1 -0
  149. package/dist/components/ui/switch.d.ts +2 -2
  150. package/dist/components/ui/tabs.d.ts +5 -5
  151. package/dist/components/ui/textarea.d.ts +2 -2
  152. package/dist/components/ui/time-input.client.d.ts +2 -2
  153. package/dist/components/ui/toggle-group.client.d.ts +3 -3
  154. package/dist/components/ui/toggle.d.ts +2 -2
  155. package/dist/components/ui/tooltip.client.d.ts +5 -5
  156. package/dist/components/ui/tree.client.d.ts +5 -5
  157. package/dist/components/ui/tree.client.d.ts.map +1 -1
  158. package/dist/components.d.ts +5 -4
  159. package/dist/components.js +7 -6
  160. package/dist/config/server.d.ts +2 -3
  161. package/dist/config/server.js +3 -4
  162. package/dist/config.d.ts +3 -2
  163. package/dist/config.js +2 -1
  164. package/dist/lib/client.js +1 -1
  165. package/dist/lib/hooks/use-action.d.ts +2 -2
  166. package/dist/lib/hooks/use-indicator.d.ts +2 -2
  167. package/dist/modules/auth/components/allowed.client.d.ts +2 -2
  168. package/dist/modules/auth/components/allowed.client.js +1 -1
  169. package/dist/modules/auth/components/allowed.client.js.map +1 -1
  170. package/dist/modules/auth/components/allowed.server.d.ts +2 -2
  171. package/dist/modules/auth/components/allowed.server.js +1 -1
  172. package/dist/modules/auth/components/auth-layout.server.d.ts +4 -5
  173. package/dist/modules/auth/components/auth-layout.server.d.ts.map +1 -1
  174. package/dist/modules/auth/components/auth-layout.server.js +1 -4
  175. package/dist/modules/auth/components/auth-layout.server.js.map +1 -1
  176. package/dist/modules/auth/components/auth-loading.d.ts +7 -0
  177. package/dist/modules/auth/components/auth-loading.d.ts.map +1 -0
  178. package/dist/modules/auth/components/auth-loading.js +18 -0
  179. package/dist/modules/auth/components/auth-loading.js.map +1 -0
  180. package/dist/modules/auth/components/forget-password-page.client.d.ts +2 -2
  181. package/dist/modules/auth/components/forget-password-page.client.js +2 -2
  182. package/dist/modules/auth/components/guard.js +16 -0
  183. package/dist/modules/auth/components/guard.js.map +1 -0
  184. package/dist/modules/auth/components/login-page.client.d.ts +2 -6
  185. package/dist/modules/auth/components/login-page.client.d.ts.map +1 -1
  186. package/dist/modules/auth/components/login-page.client.js +7 -6
  187. package/dist/modules/auth/components/login-page.client.js.map +1 -1
  188. package/dist/modules/auth/components/reset-password-page.client.d.ts +2 -2
  189. package/dist/modules/auth/components/reset-password-page.client.js +3 -3
  190. package/dist/modules/auth/components/update-password-command.d.ts +3 -3
  191. package/dist/modules/auth/components/update-password-command.js +1 -1
  192. package/dist/modules/auth/handler/client.client.d.ts +48 -48
  193. package/dist/modules/auth/handler/client.client.d.ts.map +1 -1
  194. package/dist/modules/auth/hooks/use-permission.d.ts +26 -0
  195. package/dist/modules/auth/hooks/use-permission.d.ts.map +1 -0
  196. package/dist/modules/auth/hooks/{use-permission.client.js → use-permission.js} +5 -3
  197. package/dist/modules/auth/hooks/use-permission.js.map +1 -0
  198. package/dist/modules/auth/hooks/use-session.d.ts +34 -0
  199. package/dist/modules/auth/hooks/use-session.d.ts.map +1 -0
  200. package/dist/modules/auth/hooks/use-session.js +21 -0
  201. package/dist/modules/auth/hooks/use-session.js.map +1 -0
  202. package/dist/modules/auth/lib/helpers.server.d.ts +1 -1
  203. package/dist/modules/auth/lib/helpers.server.js +2 -2
  204. package/dist/modules/auth/lib/validators.d.ts +1 -1
  205. package/dist/modules/auth/lib/validators.d.ts.map +1 -1
  206. package/dist/modules/auth/lib/validators.js +1 -1
  207. package/dist/modules/auth/lib/validators.js.map +1 -1
  208. package/dist/modules/commands/components/alert-dialog-command.client.d.ts +11 -11
  209. package/dist/modules/commands/components/alert-dialog-command.client.js +1 -1
  210. package/dist/modules/commands/components/click-command.client.d.ts +2 -2
  211. package/dist/modules/commands/components/command-trigger.client.d.ts +6 -6
  212. package/dist/modules/commands/components/command-trigger.client.d.ts.map +1 -1
  213. package/dist/modules/commands/components/command-trigger.client.js +1 -1
  214. package/dist/modules/commands/components/dialog-command.client.d.ts +8 -8
  215. package/dist/modules/commands/components/dialog-command.client.js +1 -1
  216. package/dist/modules/commands/components/dropdown-command.client.d.ts +5 -5
  217. package/dist/modules/commands/components/empty-command.client.d.ts +2 -2
  218. package/dist/modules/commands/components/form-dialog-command.client.d.ts +12 -12
  219. package/dist/modules/commands/components/form-dialog-command.client.js +1 -1
  220. package/dist/modules/commands/hooks/use-command-action.client.js +1 -1
  221. package/dist/modules/commands/hooks/use-command-menu.client.js +1 -1
  222. package/dist/modules/commands/hooks/use-command-menu.client.js.map +1 -1
  223. package/dist/modules/commands/menus/context-menu.client.d.ts +2 -2
  224. package/dist/modules/commands/menus/dropdown-menu.client.d.ts +8 -4
  225. package/dist/modules/commands/menus/dropdown-menu.client.d.ts.map +1 -1
  226. package/dist/modules/commands/menus/dropdown-menu.client.js +9 -1
  227. package/dist/modules/commands/menus/dropdown-menu.client.js.map +1 -1
  228. package/dist/modules/commands/menus/inline-menu.client.d.ts +8 -4
  229. package/dist/modules/commands/menus/inline-menu.client.d.ts.map +1 -1
  230. package/dist/modules/commands/menus/inline-menu.client.js +12 -1
  231. package/dist/modules/commands/menus/inline-menu.client.js.map +1 -1
  232. package/dist/modules/commands/menus/responsive-menu.client.d.ts +4 -3
  233. package/dist/modules/commands/menus/responsive-menu.client.d.ts.map +1 -1
  234. package/dist/modules/commands/menus/responsive-menu.client.js +6 -3
  235. package/dist/modules/commands/menus/responsive-menu.client.js.map +1 -1
  236. package/dist/modules/commands/utils/archive-command.client.d.ts +3 -3
  237. package/dist/modules/commands/utils/delete-command.client.d.ts +2 -2
  238. package/dist/modules/commands/utils/send-mail-command.client.d.ts +2 -2
  239. package/dist/modules/commands/utils/send-mail-command.client.d.ts.map +1 -1
  240. package/dist/modules/commands/utils/send-mail-command.client.js +3 -3
  241. package/dist/modules/config/db/helpers.d.ts +5 -5
  242. package/dist/modules/config/db/helpers.d.ts.map +1 -1
  243. package/dist/modules/config/lib/config.server.d.ts +0 -2
  244. package/dist/modules/config/lib/config.server.d.ts.map +1 -1
  245. package/dist/modules/config/lib/config.server.js.map +1 -1
  246. package/dist/modules/config/lib/resolve.server.d.ts +189 -190
  247. package/dist/modules/config/lib/resolve.server.d.ts.map +1 -1
  248. package/dist/modules/config/paths/helpers.d.ts +11 -0
  249. package/dist/modules/config/paths/helpers.d.ts.map +1 -0
  250. package/dist/modules/config/paths/helpers.js +9 -0
  251. package/dist/modules/config/paths/helpers.js.map +1 -0
  252. package/dist/modules/config/paths/types.d.ts +8 -37
  253. package/dist/modules/config/paths/types.d.ts.map +1 -1
  254. package/dist/modules/config/router/client.server.d.ts +4 -4
  255. package/dist/modules/config/router/client.server.d.ts.map +1 -1
  256. package/dist/modules/config/router/context.server.d.ts +191 -192
  257. package/dist/modules/config/router/context.server.d.ts.map +1 -1
  258. package/dist/modules/config/router/init.server.d.ts +196 -197
  259. package/dist/modules/config/router/init.server.d.ts.map +1 -1
  260. package/dist/modules/data-tables/components/cell/common.client.d.ts +5 -5
  261. package/dist/modules/data-tables/components/cell/common.client.d.ts.map +1 -1
  262. package/dist/modules/data-tables/components/column-header.d.ts +2 -2
  263. package/dist/modules/data-tables/components/filters/combobox.client.d.ts +2 -2
  264. package/dist/modules/data-tables/components/filters/combobox.client.d.ts.map +1 -1
  265. package/dist/modules/data-tables/components/filters/combobox.client.js +1 -1
  266. package/dist/modules/data-tables/components/filters/combobox.client.js.map +1 -1
  267. package/dist/modules/data-tables/components/filters/slider.client.d.ts +2 -2
  268. package/dist/modules/data-tables/components/filters/slider.client.d.ts.map +1 -1
  269. package/dist/modules/data-tables/components/header.d.ts +4 -4
  270. package/dist/modules/data-tables/components/layout.d.ts +2 -2
  271. package/dist/modules/data-tables/components/search-input.client.d.ts +2 -2
  272. package/dist/modules/data-tables/components/search-input.client.d.ts.map +1 -1
  273. package/dist/modules/data-tables/components/skeleton.d.ts +2 -2
  274. package/dist/modules/data-tables/components/table.d.ts +7 -7
  275. package/dist/modules/data-tables/components/toolbar.d.ts +3 -3
  276. package/dist/modules/data-tables/hooks/use-context.client.d.ts +2 -2
  277. package/dist/modules/data-tables/hooks/use-context.client.d.ts.map +1 -1
  278. package/dist/modules/data-tables/lib/filters/resolvers.d.ts +1 -1
  279. package/dist/modules/data-tables/lib/filters/resolvers.d.ts.map +1 -1
  280. package/dist/modules/data-tables/lib/search-params.d.ts +5 -5
  281. package/dist/modules/data-tables/lib/search-params.d.ts.map +1 -1
  282. package/dist/modules/data-tables/lib/types.d.ts +1 -1
  283. package/dist/modules/data-tables/tables/data-table/components/table.d.ts +2 -2
  284. package/dist/modules/data-tables/tables/data-table/components/table.d.ts.map +1 -1
  285. package/dist/modules/data-tables/tables/inline-table/components/cells/common.d.ts +2 -2
  286. package/dist/modules/data-tables/tables/inline-table/components/cells/common.d.ts.map +1 -1
  287. package/dist/modules/data-tables/tables/inline-table/components/inputs/advanced-select.client.d.ts +2 -2
  288. package/dist/modules/data-tables/tables/inline-table/components/inputs/advanced-select.client.d.ts.map +1 -1
  289. package/dist/modules/data-tables/tables/inline-table/components/inputs/combobox.client.d.ts +2 -2
  290. package/dist/modules/data-tables/tables/inline-table/components/inputs/combobox.client.d.ts.map +1 -1
  291. package/dist/modules/data-tables/tables/inline-table/components/inputs/input.client.d.ts +3 -3
  292. package/dist/modules/data-tables/tables/inline-table/components/inputs/input.client.d.ts.map +1 -1
  293. package/dist/modules/data-tables/tables/inline-table/components/inputs/read-only.d.ts +2 -2
  294. package/dist/modules/data-tables/tables/inline-table/components/inputs/read-only.d.ts.map +1 -1
  295. package/dist/modules/data-tables/tables/inline-table/components/inputs/select.client.d.ts +2 -2
  296. package/dist/modules/data-tables/tables/inline-table/components/inputs/select.client.d.ts.map +1 -1
  297. package/dist/modules/data-tables/tables/inline-table/components/table.d.ts +2 -2
  298. package/dist/modules/data-tables/tables/inline-table/components/table.d.ts.map +1 -1
  299. package/dist/modules/data-tables/tables/inline-table/hooks/context.client.d.ts +2 -2
  300. package/dist/modules/data-tables/tables/inline-table/hooks/context.client.d.ts.map +1 -1
  301. package/dist/modules/data-tables/tables/inline-table/hooks/context.client.js +1 -1
  302. package/dist/modules/data-tables/tables/inline-table/hooks/use-input.client.js +1 -1
  303. package/dist/modules/data-tables/tables/inline-table/hooks/use-input.client.js.map +1 -1
  304. package/dist/modules/inline-edit/components/combobox-dropdown.client.d.ts +2 -2
  305. package/dist/modules/inline-edit/components/combobox-dropdown.client.d.ts.map +1 -1
  306. package/dist/modules/inline-edit/components/combobox.client.d.ts +2 -2
  307. package/dist/modules/inline-edit/components/combobox.client.d.ts.map +1 -1
  308. package/dist/modules/inline-edit/components/date-input.client.d.ts +2 -2
  309. package/dist/modules/inline-edit/components/date-input.client.d.ts.map +1 -1
  310. package/dist/modules/inline-edit/components/date-input.client.js +1 -1
  311. package/dist/modules/inline-edit/components/date-picker.client.d.ts +2 -2
  312. package/dist/modules/inline-edit/components/date-picker.client.d.ts.map +1 -1
  313. package/dist/modules/inline-edit/components/editor.client.d.ts +2 -2
  314. package/dist/modules/inline-edit/components/editor.client.d.ts.map +1 -1
  315. package/dist/modules/inline-edit/components/input-toggle.client.d.ts +2 -2
  316. package/dist/modules/inline-edit/components/input-toggle.client.d.ts.map +1 -1
  317. package/dist/modules/inline-edit/components/input.client.d.ts +3 -3
  318. package/dist/modules/inline-edit/components/input.client.d.ts.map +1 -1
  319. package/dist/modules/inline-edit/components/richtext.client.d.ts +2 -2
  320. package/dist/modules/inline-edit/components/richtext.client.d.ts.map +1 -1
  321. package/dist/modules/inline-edit/components/select.client.d.ts +6 -6
  322. package/dist/modules/inline-edit/components/select.client.d.ts.map +1 -1
  323. package/dist/modules/inline-edit/components/switch.client.d.ts +2 -2
  324. package/dist/modules/inline-edit/components/switch.client.d.ts.map +1 -1
  325. package/dist/modules/inline-edit/components/toggle.client.d.ts +2 -2
  326. package/dist/modules/inline-edit/components/toggle.client.d.ts.map +1 -1
  327. package/dist/modules/inline-edit/hooks/context.client.d.ts +2 -2
  328. package/dist/modules/inline-edit/hooks/context.client.d.ts.map +1 -1
  329. package/dist/modules/inline-edit/hooks/use-inline.client.js +1 -1
  330. package/dist/modules/inline-edit/hooks/use-inline.client.js.map +1 -1
  331. package/dist/modules/uploads/components/button.client.d.ts +2 -2
  332. package/dist/modules/uploads/components/button.client.d.ts.map +1 -1
  333. package/dist/modules/uploads/components/images/grid.client.d.ts +2 -2
  334. package/dist/modules/uploads/components/images/grid.client.d.ts.map +1 -1
  335. package/dist/modules/uploads/components/images/grid.client.js +1 -1
  336. package/dist/modules/uploads/components/images/input.client.d.ts +2 -2
  337. package/dist/modules/uploads/components/preview-dialog.client.d.ts +2 -2
  338. package/dist/modules/uploads/components/zone.client.d.ts +2 -2
  339. package/dist/modules/uploads/hooks/use-upload-image.client.js +1 -1
  340. package/dist/modules/uploads/lib/proxy.server.d.ts +1 -1
  341. package/dist/modules/uploads/lib/proxy.server.js +3 -3
  342. package/dist/modules/uploads/lib/route.server.d.ts +1 -1
  343. package/dist/modules/uploads/lib/route.server.js +1 -1
  344. package/dist/modules/uploads/lib/router.server.d.ts +933 -933
  345. package/dist/modules/uploads/lib/router.server.js +1 -1
  346. package/dist/modules/uploads/lib/schema.d.ts +61 -61
  347. package/dist/modules/uploads/lib/validators.d.ts +51 -51
  348. package/package.json +4 -4
  349. package/src/components/common/icons.tsx +6 -0
  350. package/src/components/entry.client.ts +6 -0
  351. package/src/components/entry.server.ts +1 -1
  352. package/src/components/entry.ts +1 -0
  353. package/src/components/header/bottom-bar.client.tsx +2 -2
  354. package/src/components/layouts/admin-layout.tsx +13 -0
  355. package/src/components/layouts/admin-loading.tsx +1 -1
  356. package/src/components/layouts/root-loading.tsx +9 -0
  357. package/src/components/{layouts → navigation}/admin-sidebar-header.client.tsx +11 -6
  358. package/src/components/navigation/admin-sidebar-paths.client.tsx +190 -0
  359. package/src/components/navigation/admin-sidebar-skeleton.tsx +44 -0
  360. package/src/components/navigation/admin-sidebar.client.tsx +123 -0
  361. package/src/components/ui/spinner.tsx +51 -0
  362. package/src/modules/auth/components/allowed.client.tsx +1 -1
  363. package/src/modules/auth/components/auth-layout.server.tsx +2 -10
  364. package/src/modules/auth/components/auth-loading.tsx +11 -0
  365. package/src/modules/auth/components/guard.tsx +12 -0
  366. package/src/modules/auth/components/login-page.client.tsx +4 -3
  367. package/src/modules/auth/entry.client.ts +2 -0
  368. package/src/modules/auth/entry.ts +1 -0
  369. package/src/modules/auth/hooks/{use-permission.client.ts → use-permission.ts} +4 -2
  370. package/src/modules/auth/hooks/use-session.ts +18 -0
  371. package/src/modules/auth/lib/validators.ts +1 -1
  372. package/src/modules/commands/hooks/use-command-menu.client.tsx +6 -7
  373. package/src/modules/commands/menus/dropdown-menu.client.tsx +11 -2
  374. package/src/modules/commands/menus/inline-menu.client.tsx +14 -1
  375. package/src/modules/commands/menus/responsive-menu.client.tsx +11 -2
  376. package/src/modules/config/entry.server.ts +1 -2
  377. package/src/modules/config/entry.ts +3 -0
  378. package/src/modules/config/lib/config.server.ts +1 -2
  379. package/src/modules/config/lib/router.server.ts +64 -0
  380. package/src/modules/config/paths/helpers.ts +6 -0
  381. package/src/modules/config/paths/types.ts +26 -38
  382. package/src/modules/data-tables/components/filters/combobox.client.tsx +1 -1
  383. package/src/modules/data-tables/tables/inline-table/hooks/use-input.client.ts +1 -1
  384. package/src/modules/inline-edit/hooks/use-inline.client.tsx +1 -1
  385. package/dist/components/layouts/admin-layout.server.d.ts +0 -14
  386. package/dist/components/layouts/admin-layout.server.d.ts.map +0 -1
  387. package/dist/components/layouts/admin-layout.server.js +0 -26
  388. package/dist/components/layouts/admin-layout.server.js.map +0 -1
  389. package/dist/components/layouts/admin-sidebar-context.client.js +0 -28
  390. package/dist/components/layouts/admin-sidebar-context.client.js.map +0 -1
  391. package/dist/components/layouts/admin-sidebar-header.client.js.map +0 -1
  392. package/dist/components/layouts/admin-sidebar.client.js +0 -51
  393. package/dist/components/layouts/admin-sidebar.client.js.map +0 -1
  394. package/dist/modules/auth/hooks/use-permission.client.js.map +0 -1
  395. package/dist/modules/config/paths/create.server.d.ts +0 -14
  396. package/dist/modules/config/paths/create.server.d.ts.map +0 -1
  397. package/dist/modules/config/paths/create.server.js +0 -12
  398. package/dist/modules/config/paths/create.server.js.map +0 -1
  399. package/dist/modules/config/paths/get.server.js +0 -47
  400. package/dist/modules/config/paths/get.server.js.map +0 -1
  401. package/src/components/layouts/admin-layout.server.tsx +0 -31
  402. package/src/components/layouts/admin-sidebar-context.client.tsx +0 -34
  403. package/src/components/layouts/admin-sidebar.client.tsx +0 -88
  404. package/src/modules/config/paths/create.server.ts +0 -10
  405. package/src/modules/config/paths/get.server.ts +0 -69
@@ -1 +1 @@
1
- {"version":3,"file":"context.server.d.ts","names":[],"sources":["../../../../src/modules/config/router/context.server.ts"],"sourcesContent":[],"mappings":"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"}
1
+ {"version":3,"file":"context.server.d.ts","names":[],"sources":["../../../../src/modules/config/router/context.server.ts"],"sourcesContent":[],"mappings":"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"}