@tulip-systems/core 0.5.3 → 0.5.5

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 (291) 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 +52 -52
  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/menu.client.d.mts +3 -3
  13. package/dist/components/editor/components/menu.client.d.mts.map +1 -1
  14. package/dist/components/editor/extensions/file-handler/utils.mjs +1 -1
  15. package/dist/components/editor/extensions/file-handler/utils.mjs.map +1 -1
  16. package/dist/components/editor/extensions/image/extension.mjs +0 -1
  17. package/dist/components/editor/extensions/image/extension.mjs.map +1 -1
  18. package/dist/components/editor/extensions/skeleton/extension.mjs +1 -1
  19. package/dist/components/editor/lib/constants.d.mts +29 -29
  20. package/dist/components/editor/lib/constants.mjs +3 -3
  21. package/dist/components/editor/lib/extensions.d.mts +3 -3
  22. package/dist/components/editor/lib/helpers.d.mts.map +1 -1
  23. package/dist/components/editor/lib/helpers.mjs +38 -3
  24. package/dist/components/editor/lib/helpers.mjs.map +1 -1
  25. package/dist/components/header/back-button.client.d.mts +2 -2
  26. package/dist/components/header/back-button.client.d.mts.map +1 -1
  27. package/dist/components/header/bottom-bar.client.d.mts +3 -3
  28. package/dist/components/header/bottom-bar.client.d.mts.map +1 -1
  29. package/dist/components/header/breadcrumbs.client.d.mts +7 -7
  30. package/dist/components/header/breadcrumbs.client.d.mts.map +1 -1
  31. package/dist/components/header/header.client.d.mts +2 -2
  32. package/dist/components/header/header.client.d.mts.map +1 -1
  33. package/dist/components/header/mobile-nav-switcher.client.d.mts +2 -2
  34. package/dist/components/header/mobile-nav-switcher.client.d.mts.map +1 -1
  35. package/dist/components/header/top-bar.client.d.mts +4 -4
  36. package/dist/components/header/top-bar.client.d.mts.map +1 -1
  37. package/dist/components/layouts/admin-content.client.d.mts +2 -2
  38. package/dist/components/layouts/admin-content.client.d.mts.map +1 -1
  39. package/dist/components/layouts/admin-layout.d.mts +2 -2
  40. package/dist/components/layouts/admin-layout.d.mts.map +1 -1
  41. package/dist/components/layouts/admin-loading.d.mts +2 -2
  42. package/dist/components/layouts/admin-loading.d.mts.map +1 -1
  43. package/dist/components/layouts/empty-page.d.mts +4 -4
  44. package/dist/components/layouts/empty-page.d.mts.map +1 -1
  45. package/dist/components/layouts/error-page.d.mts +23 -0
  46. package/dist/components/layouts/error-page.d.mts.map +1 -0
  47. package/dist/components/layouts/error-page.mjs +58 -0
  48. package/dist/components/layouts/error-page.mjs.map +1 -0
  49. package/dist/components/layouts/list-layout.d.mts +2 -2
  50. package/dist/components/layouts/list-layout.d.mts.map +1 -1
  51. package/dist/components/layouts/not-allowed-page.d.mts +22 -0
  52. package/dist/components/layouts/not-allowed-page.d.mts.map +1 -0
  53. package/dist/components/layouts/not-allowed-page.mjs +25 -0
  54. package/dist/components/layouts/not-allowed-page.mjs.map +1 -0
  55. package/dist/components/layouts/not-found-page.d.mts +3 -3
  56. package/dist/components/layouts/not-found-page.d.mts.map +1 -1
  57. package/dist/components/layouts/providers.client.d.mts +2 -2
  58. package/dist/components/layouts/providers.client.d.mts.map +1 -1
  59. package/dist/components/layouts/root-layout.server.d.mts +2 -2
  60. package/dist/components/layouts/root-layout.server.d.mts.map +1 -1
  61. package/dist/components/layouts/root-loading.d.mts +2 -2
  62. package/dist/components/layouts/root-loading.d.mts.map +1 -1
  63. package/dist/components/layouts/tab-layout.d.mts +2 -2
  64. package/dist/components/layouts/tab-layout.d.mts.map +1 -1
  65. package/dist/components/lists/data-list.d.mts +5 -5
  66. package/dist/components/lists/data-list.d.mts.map +1 -1
  67. package/dist/components/lists/data-stack.d.mts +8 -8
  68. package/dist/components/navigation/admin-sidebar-paths.client.d.mts +21 -11
  69. package/dist/components/navigation/admin-sidebar-paths.client.d.mts.map +1 -1
  70. package/dist/components/navigation/admin-sidebar-paths.client.mjs +7 -5
  71. package/dist/components/navigation/admin-sidebar-paths.client.mjs.map +1 -1
  72. package/dist/components/ui/accordion.d.mts +5 -5
  73. package/dist/components/ui/alert-dialog.d.mts +12 -12
  74. package/dist/components/ui/alert.d.mts +6 -6
  75. package/dist/components/ui/aspect-ratio.d.mts +2 -2
  76. package/dist/components/ui/avatar.client.d.mts +4 -4
  77. package/dist/components/ui/avatar.client.d.mts.map +1 -1
  78. package/dist/components/ui/badge.d.mts +4 -4
  79. package/dist/components/ui/breadcrumb.d.mts +8 -8
  80. package/dist/components/ui/button.d.mts +4 -4
  81. package/dist/components/ui/calendar.d.mts +3 -3
  82. package/dist/components/ui/card.d.mts +7 -7
  83. package/dist/components/ui/carousel.d.mts +6 -6
  84. package/dist/components/ui/chart.client.d.mts +5 -5
  85. package/dist/components/ui/chart.client.d.mts.map +1 -1
  86. package/dist/components/ui/checkbox.d.mts +2 -2
  87. package/dist/components/ui/collapsible.client.d.mts +4 -4
  88. package/dist/components/ui/collapsible.client.d.mts.map +1 -1
  89. package/dist/components/ui/color-picker.client.d.mts +2 -2
  90. package/dist/components/ui/color-picker.client.d.mts.map +1 -1
  91. package/dist/components/ui/combobox-dropdown.client.d.mts +2 -2
  92. package/dist/components/ui/combobox-dropdown.client.d.mts.map +1 -1
  93. package/dist/components/ui/combobox.client.d.mts +2 -2
  94. package/dist/components/ui/combobox.client.d.mts.map +1 -1
  95. package/dist/components/ui/command.d.mts +10 -10
  96. package/dist/components/ui/context-menu.d.mts +16 -16
  97. package/dist/components/ui/date-picker.client.d.mts +2 -2
  98. package/dist/components/ui/date-picker.client.d.mts.map +1 -1
  99. package/dist/components/ui/dialog.client.d.mts +11 -11
  100. package/dist/components/ui/dialog.client.d.mts.map +1 -1
  101. package/dist/components/ui/drawer.client.d.mts +11 -11
  102. package/dist/components/ui/dropdown-menu.d.mts +16 -16
  103. package/dist/components/ui/form.client.d.mts +7 -7
  104. package/dist/components/ui/hover-card.client.d.mts +4 -4
  105. package/dist/components/ui/input-recipient.d.mts +2 -2
  106. package/dist/components/ui/input.d.mts +2 -2
  107. package/dist/components/ui/label.d.mts +2 -2
  108. package/dist/components/ui/navigation-menu.d.mts +11 -11
  109. package/dist/components/ui/pagination.d.mts +8 -8
  110. package/dist/components/ui/popover.d.mts +5 -5
  111. package/dist/components/ui/popover.d.mts.map +1 -1
  112. package/dist/components/ui/progress.client.d.mts +2 -2
  113. package/dist/components/ui/radio-group.d.mts +3 -3
  114. package/dist/components/ui/resizable.client.d.mts +4 -4
  115. package/dist/components/ui/scroll-area.d.mts +3 -3
  116. package/dist/components/ui/select.client.d.mts +11 -11
  117. package/dist/components/ui/separator.d.mts +2 -2
  118. package/dist/components/ui/sheet.client.d.mts +9 -9
  119. package/dist/components/ui/sidebar.client.d.mts +26 -26
  120. package/dist/components/ui/skeleton.d.mts +2 -2
  121. package/dist/components/ui/slider.d.mts +2 -2
  122. package/dist/components/ui/sonner.client.d.mts +2 -2
  123. package/dist/components/ui/switch.d.mts +2 -2
  124. package/dist/components/ui/tabs.d.mts +5 -5
  125. package/dist/components/ui/textarea.d.mts +2 -2
  126. package/dist/components/ui/time-input.client.d.mts +2 -2
  127. package/dist/components/ui/toggle-group.client.d.mts +3 -3
  128. package/dist/components/ui/toggle.d.mts +2 -2
  129. package/dist/components/ui/tooltip.client.d.mts +5 -5
  130. package/dist/components/ui/tooltip.client.d.mts.map +1 -1
  131. package/dist/components/ui/tooltip.client.mjs +1 -1
  132. package/dist/components/ui/tooltip.client.mjs.map +1 -1
  133. package/dist/components.d.mts +3 -1
  134. package/dist/components.mjs +5 -3
  135. package/dist/lib/hooks/use-action.d.mts +2 -2
  136. package/dist/lib/hooks/use-indicator.d.mts +2 -2
  137. package/dist/modules/auth/components/allowed.client.d.mts +21 -7
  138. package/dist/modules/auth/components/allowed.client.d.mts.map +1 -1
  139. package/dist/modules/auth/components/allowed.client.mjs +8 -2
  140. package/dist/modules/auth/components/allowed.client.mjs.map +1 -1
  141. package/dist/modules/auth/components/auth-layout.server.d.mts +2 -2
  142. package/dist/modules/auth/components/auth-layout.server.d.mts.map +1 -1
  143. package/dist/modules/auth/components/auth-loading.d.mts +2 -2
  144. package/dist/modules/auth/components/create-first-user-page.client.d.mts +2 -2
  145. package/dist/modules/auth/components/create-first-user-page.client.d.mts.map +1 -1
  146. package/dist/modules/auth/components/create-first-user-page.client.mjs +1 -0
  147. package/dist/modules/auth/components/create-first-user-page.client.mjs.map +1 -1
  148. package/dist/modules/auth/components/forget-password-page.client.d.mts +2 -2
  149. package/dist/modules/auth/components/forget-password-page.client.d.mts.map +1 -1
  150. package/dist/modules/auth/components/guard-first-user.server.d.mts +2 -2
  151. package/dist/modules/auth/components/guard-first-user.server.d.mts.map +1 -1
  152. package/dist/modules/auth/components/guard.server.d.mts +2 -2
  153. package/dist/modules/auth/components/guard.server.d.mts.map +1 -1
  154. package/dist/modules/auth/components/login-page.client.d.mts +2 -2
  155. package/dist/modules/auth/components/login-page.client.d.mts.map +1 -1
  156. package/dist/modules/auth/components/reset-password-page.client.d.mts +2 -2
  157. package/dist/modules/auth/components/reset-password-page.client.d.mts.map +1 -1
  158. package/dist/modules/auth/components/update-password-command.d.mts +2 -2
  159. package/dist/modules/auth/components/update-password-command.d.mts.map +1 -1
  160. package/dist/modules/auth/db/schema.d.mts +73 -73
  161. package/dist/modules/auth/db/schema.d.mts.map +1 -1
  162. package/dist/modules/auth/handler/client.client.d.mts +143 -143
  163. package/dist/modules/auth/handler/client.client.d.mts.map +1 -1
  164. package/dist/modules/auth/handler/init.d.mts +131 -131
  165. package/dist/modules/auth/handler/init.d.mts.map +1 -1
  166. package/dist/modules/auth/hooks/use-permission.d.mts +48 -4
  167. package/dist/modules/auth/hooks/use-permission.d.mts.map +1 -1
  168. package/dist/modules/auth/hooks/use-permission.mjs +51 -4
  169. package/dist/modules/auth/hooks/use-permission.mjs.map +1 -1
  170. package/dist/modules/auth/hooks/use-session.d.mts +4 -4
  171. package/dist/modules/auth/lib/helpers.server.d.mts +2 -2
  172. package/dist/modules/auth/lib/helpers.server.mjs +1 -1
  173. package/dist/modules/auth/lib/validators.d.mts +3 -3
  174. package/dist/modules/auth/lib/validators.d.mts.map +1 -1
  175. package/dist/modules/auth/lib/validators.mjs +1 -1
  176. package/dist/modules/auth/lib/validators.mjs.map +1 -1
  177. package/dist/modules/commands/components/alert-dialog-command.client.d.mts +10 -10
  178. package/dist/modules/commands/components/alert-dialog-command.client.d.mts.map +1 -1
  179. package/dist/modules/commands/components/click-command.client.d.mts +2 -2
  180. package/dist/modules/commands/components/click-command.client.d.mts.map +1 -1
  181. package/dist/modules/commands/components/command-trigger.client.d.mts +6 -6
  182. package/dist/modules/commands/components/command-trigger.client.d.mts.map +1 -1
  183. package/dist/modules/commands/components/dialog-command.client.d.mts +8 -8
  184. package/dist/modules/commands/components/dialog-command.client.d.mts.map +1 -1
  185. package/dist/modules/commands/components/dropdown-command.client.d.mts +5 -5
  186. package/dist/modules/commands/components/dropdown-command.client.d.mts.map +1 -1
  187. package/dist/modules/commands/components/empty-command.client.d.mts +2 -2
  188. package/dist/modules/commands/components/empty-command.client.d.mts.map +1 -1
  189. package/dist/modules/commands/components/form-dialog-command.client.d.mts +11 -11
  190. package/dist/modules/commands/components/form-dialog-command.client.d.mts.map +1 -1
  191. package/dist/modules/commands/hooks/use-command-menu.client.d.mts.map +1 -1
  192. package/dist/modules/commands/hooks/use-command-menu.client.mjs +0 -5
  193. package/dist/modules/commands/hooks/use-command-menu.client.mjs.map +1 -1
  194. package/dist/modules/commands/hooks/use-command-mutation.client.d.mts +2 -2
  195. package/dist/modules/commands/menus/context-menu.client.d.mts +2 -2
  196. package/dist/modules/commands/menus/context-menu.client.d.mts.map +1 -1
  197. package/dist/modules/commands/menus/dropdown-menu.client.d.mts +3 -3
  198. package/dist/modules/commands/menus/dropdown-menu.client.d.mts.map +1 -1
  199. package/dist/modules/commands/menus/inline-menu.client.d.mts +3 -3
  200. package/dist/modules/commands/menus/inline-menu.client.d.mts.map +1 -1
  201. package/dist/modules/commands/menus/responsive-menu.client.d.mts +3 -3
  202. package/dist/modules/commands/menus/responsive-menu.client.d.mts.map +1 -1
  203. package/dist/modules/commands/utils/archive-command.client.d.mts +3 -3
  204. package/dist/modules/commands/utils/archive-command.client.d.mts.map +1 -1
  205. package/dist/modules/commands/utils/delete-command.client.d.mts +3 -3
  206. package/dist/modules/commands/utils/delete-command.client.d.mts.map +1 -1
  207. package/dist/modules/config/db/helpers.d.mts +5 -5
  208. package/dist/modules/config/db/helpers.d.mts.map +1 -1
  209. package/dist/modules/data-tables/components/cell/common.client.d.mts +5 -5
  210. package/dist/modules/data-tables/components/column-header.d.mts +2 -2
  211. package/dist/modules/data-tables/components/filters/combobox.client.d.mts +2 -2
  212. package/dist/modules/data-tables/components/filters/slider.client.d.mts +2 -2
  213. package/dist/modules/data-tables/components/header.d.mts +4 -4
  214. package/dist/modules/data-tables/components/layout.d.mts +2 -2
  215. package/dist/modules/data-tables/components/search-input.client.d.mts +2 -2
  216. package/dist/modules/data-tables/components/skeleton.d.mts +2 -2
  217. package/dist/modules/data-tables/components/table.d.mts +7 -7
  218. package/dist/modules/data-tables/components/toolbar.d.mts +3 -3
  219. package/dist/modules/data-tables/hooks/use-context.client.d.mts +2 -2
  220. package/dist/modules/data-tables/tables/data-table/components/table.d.mts +2 -2
  221. package/dist/modules/data-tables/tables/inline-table/components/cells/common.d.mts +2 -2
  222. package/dist/modules/data-tables/tables/inline-table/components/cells/drag-handle.client.d.mts +2 -2
  223. package/dist/modules/data-tables/tables/inline-table/components/inputs/advanced-select.client.d.mts +2 -2
  224. package/dist/modules/data-tables/tables/inline-table/components/inputs/combobox.client.d.mts +2 -2
  225. package/dist/modules/data-tables/tables/inline-table/components/inputs/input.client.d.mts +3 -3
  226. package/dist/modules/data-tables/tables/inline-table/components/inputs/read-only.d.mts +2 -2
  227. package/dist/modules/data-tables/tables/inline-table/components/inputs/select.client.d.mts +2 -2
  228. package/dist/modules/data-tables/tables/inline-table/components/table.d.mts +2 -2
  229. package/dist/modules/data-tables/tables/inline-table/hooks/context.client.d.mts +2 -2
  230. package/dist/modules/inline-edit/components/combobox-dropdown.client.d.mts +2 -2
  231. package/dist/modules/inline-edit/components/combobox-dropdown.client.d.mts.map +1 -1
  232. package/dist/modules/inline-edit/components/combobox.client.d.mts +2 -2
  233. package/dist/modules/inline-edit/components/combobox.client.d.mts.map +1 -1
  234. package/dist/modules/inline-edit/components/date-input.client.d.mts +2 -2
  235. package/dist/modules/inline-edit/components/date-input.client.d.mts.map +1 -1
  236. package/dist/modules/inline-edit/components/date-picker.client.d.mts +2 -2
  237. package/dist/modules/inline-edit/components/date-picker.client.d.mts.map +1 -1
  238. package/dist/modules/inline-edit/components/editor.client.d.mts +2 -2
  239. package/dist/modules/inline-edit/components/editor.client.d.mts.map +1 -1
  240. package/dist/modules/inline-edit/components/input-recipient.client.d.mts +2 -2
  241. package/dist/modules/inline-edit/components/input-recipient.client.d.mts.map +1 -1
  242. package/dist/modules/inline-edit/components/input-toggle.client.d.mts +2 -2
  243. package/dist/modules/inline-edit/components/input-toggle.client.d.mts.map +1 -1
  244. package/dist/modules/inline-edit/components/input.client.d.mts +4 -4
  245. package/dist/modules/inline-edit/components/input.client.d.mts.map +1 -1
  246. package/dist/modules/inline-edit/components/select.client.d.mts +6 -6
  247. package/dist/modules/inline-edit/components/switch.client.d.mts +2 -2
  248. package/dist/modules/inline-edit/components/toggle.client.d.mts +2 -2
  249. package/dist/modules/inline-edit/lib/variants.d.mts +1 -1
  250. package/dist/modules/router/handler/init.server.d.mts +6 -6
  251. package/dist/modules/router/handler/init.server.d.mts.map +1 -1
  252. package/dist/modules/router/handler/init.server.mjs +1 -1
  253. package/dist/modules/storage/components/dropzone-context.client.d.mts +2 -2
  254. package/dist/modules/storage/components/dropzone-context.client.d.mts.map +1 -1
  255. package/dist/modules/storage/components/dropzone.client.d.mts +5 -5
  256. package/dist/modules/storage/components/dropzone.client.d.mts.map +1 -1
  257. package/dist/modules/storage/components/dropzone.client.mjs +1 -1
  258. package/dist/modules/storage/components/image-grid.client.d.mts +3 -3
  259. package/dist/modules/storage/components/image-grid.client.d.mts.map +1 -1
  260. package/dist/modules/storage/components/image-grid.client.mjs +1 -1
  261. package/dist/modules/storage/components/upload-zone.client.d.mts +2 -2
  262. package/dist/modules/storage/components/upload-zone.client.d.mts.map +1 -1
  263. package/dist/modules/storage/lib/create-upload.client.d.mts.map +1 -1
  264. package/dist/modules/storage/lib/router.server.d.mts +2346 -2346
  265. package/dist/modules/storage/lib/router.server.d.mts.map +1 -1
  266. package/dist/modules/storage/lib/router.server.mjs +1 -1
  267. package/dist/modules/storage/lib/schema.d.mts +92 -92
  268. package/dist/modules/storage/lib/schema.d.mts.map +1 -1
  269. package/dist/modules/storage/lib/schema.mjs +1 -1
  270. package/dist/modules/storage/lib/service.server.d.mts +21 -21
  271. package/dist/modules/storage/lib/service.server.mjs +2 -2
  272. package/dist/modules/storage/lib/validators.d.mts +91 -91
  273. package/dist/modules/storage/lib/validators.d.mts.map +1 -1
  274. package/dist/router/server.mjs +1 -1
  275. package/package.json +1 -1
  276. package/src/components/editor/extensions/file-handler/utils.ts +1 -1
  277. package/src/components/editor/extensions/image/extension.ts +0 -2
  278. package/src/components/editor/lib/helpers.ts +39 -3
  279. package/src/components/entry.ts +2 -0
  280. package/src/components/layouts/error-page.tsx +61 -0
  281. package/src/components/layouts/not-allowed-page.tsx +1 -1
  282. package/src/components/navigation/admin-sidebar-paths.client.tsx +18 -2
  283. package/src/components/ui/tooltip.client.tsx +1 -1
  284. package/src/modules/auth/components/allowed.client.tsx +35 -7
  285. package/src/modules/auth/components/create-first-user-page.client.tsx +4 -0
  286. package/src/modules/auth/hooks/use-permission.ts +88 -2
  287. package/src/modules/auth/lib/validators.ts +1 -1
  288. package/src/modules/commands/hooks/use-command-menu.client.tsx +4 -7
  289. package/dist/modules/auth/lib/utils.mjs +0 -21
  290. package/dist/modules/auth/lib/utils.mjs.map +0 -1
  291. package/src/modules/inline-edit/hooks/use-inline.client copy.tsx +0 -97
@@ -1,5 +1,5 @@
1
1
  import { Path } from "../../modules/config/paths/types.mjs";
2
- import * as react_jsx_runtime264 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime60 from "react/jsx-runtime";
3
3
  import React from "react";
4
4
 
5
5
  //#region src/components/header/bottom-bar.client.d.ts
@@ -11,7 +11,7 @@ type BottomBarProps = {
11
11
  };
12
12
  declare function BottomBar({
13
13
  children
14
- }: BottomBarProps): react_jsx_runtime264.JSX.Element;
14
+ }: BottomBarProps): react_jsx_runtime60.JSX.Element;
15
15
  /**
16
16
  * Bottombar link component
17
17
  */
@@ -23,7 +23,7 @@ declare function BottomBarLinks({
23
23
  paths,
24
24
  className,
25
25
  ...props
26
- }: BottomBarLinksProps): react_jsx_runtime264.JSX.Element;
26
+ }: BottomBarLinksProps): react_jsx_runtime60.JSX.Element;
27
27
  //#endregion
28
28
  export { BottomBar, BottomBarLink, BottomBarLinks, BottomBarLinksProps, BottomBarProps };
29
29
  //# sourceMappingURL=bottom-bar.client.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"bottom-bar.client.d.mts","names":[],"sources":["../../../src/components/header/bottom-bar.client.tsx"],"sourcesContent":[],"mappings":";;;;;;;;AAYY,KAAA,cAAA,GAAc;EAIV,QAAA,EAHJ,KAAA,CAAM,SAGO;CAAG;AAAY,iBAAxB,SAAA,CAAwB;EAAA;AAAA,CAAA,EAAA,cAAA,CAAA,EAAc,oBAAA,CAAA,GAAA,CAAA,OAAd;;;AAWxC;AAEY,KAFA,aAAA,GAAgB,IAEG,CAFE,IAEF,EAAA,MAAA,GAAA,OAAA,CAAA;AAAwB,KAA3C,mBAAA,GAAsB,KAAA,CAAM,cAAe,CAAA,WAAA,CAAA,GAAA;EAArB,KAAM,EAC/B,aAD+B,EAAA;CAC/B;AAAa,iBAGN,cAAA,CAHM;EAAA,KAAA;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAGyC,mBAHzC,CAAA,EAG4D,oBAAA,CAAA,GAAA,CAAA,OAH5D"}
1
+ {"version":3,"file":"bottom-bar.client.d.mts","names":[],"sources":["../../../src/components/header/bottom-bar.client.tsx"],"sourcesContent":[],"mappings":";;;;;;;;AAYY,KAAA,cAAA,GAAc;EAIV,QAAA,EAHJ,KAAA,CAAM,SAGO;CAAG;AAAY,iBAAxB,SAAA,CAAwB;EAAA;AAAA,CAAA,EAAA,cAAA,CAAA,EAAc,mBAAA,CAAA,GAAA,CAAA,OAAd;;;AAWxC;AAEY,KAFA,aAAA,GAAgB,IAEG,CAFE,IAEF,EAAA,MAAA,GAAA,OAAA,CAAA;AAAwB,KAA3C,mBAAA,GAAsB,KAAA,CAAM,cAAe,CAAA,WAAA,CAAA,GAAA;EAArB,KAAM,EAC/B,aAD+B,EAAA;CAC/B;AAAa,iBAGN,cAAA,CAHM;EAAA,KAAA;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAGyC,mBAHzC,CAAA,EAG4D,mBAAA,CAAA,GAAA,CAAA,OAH5D"}
@@ -1,5 +1,5 @@
1
1
  import { BreadcrumbSeparator } from "../ui/breadcrumb.mjs";
2
- import * as react_jsx_runtime266 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime62 from "react/jsx-runtime";
3
3
  import { PropsWithChildren } from "react";
4
4
 
5
5
  //#region src/components/header/breadcrumbs.client.d.ts
@@ -10,26 +10,26 @@ type HeaderBreadcrumb = {
10
10
  type HeaderBreadcrumbProps = {
11
11
  breadcrumbs: HeaderBreadcrumb[];
12
12
  };
13
- declare function HeaderBreadcrumbs(props: PropsWithChildren): react_jsx_runtime266.JSX.Element;
13
+ declare function HeaderBreadcrumbs(props: PropsWithChildren): react_jsx_runtime62.JSX.Element;
14
14
  declare const HeaderBreadcrumbSeparator: typeof BreadcrumbSeparator;
15
15
  /**
16
16
  * Dropdown menu
17
17
  */
18
- declare function HeaderBreadcrumbsDropdownMenu(props: PropsWithChildren): react_jsx_runtime266.JSX.Element;
18
+ declare function HeaderBreadcrumbsDropdownMenu(props: PropsWithChildren): react_jsx_runtime62.JSX.Element;
19
19
  declare function HeaderBreadcrumbsDropdownMenuItem(props: {
20
20
  breadcrumb: HeaderBreadcrumb;
21
- }): react_jsx_runtime266.JSX.Element;
21
+ }): react_jsx_runtime62.JSX.Element;
22
22
  /**
23
23
  * Links
24
24
  */
25
25
  declare function HeaderBreadcrumbsLink(props: {
26
26
  breadcrumb: HeaderBreadcrumb;
27
- }): react_jsx_runtime266.JSX.Element;
27
+ }): react_jsx_runtime62.JSX.Element;
28
28
  /**
29
29
  * Lists
30
30
  */
31
- declare function HeaderBreadcrumbsMobileList(props: PropsWithChildren): react_jsx_runtime266.JSX.Element;
32
- declare function HeaderBreadcrumbsDesktopList(props: PropsWithChildren): react_jsx_runtime266.JSX.Element;
31
+ declare function HeaderBreadcrumbsMobileList(props: PropsWithChildren): react_jsx_runtime62.JSX.Element;
32
+ declare function HeaderBreadcrumbsDesktopList(props: PropsWithChildren): react_jsx_runtime62.JSX.Element;
33
33
  //#endregion
34
34
  export { HeaderBreadcrumb, HeaderBreadcrumbProps, HeaderBreadcrumbSeparator, HeaderBreadcrumbs, HeaderBreadcrumbsDesktopList, HeaderBreadcrumbsDropdownMenu, HeaderBreadcrumbsDropdownMenuItem, HeaderBreadcrumbsLink, HeaderBreadcrumbsMobileList };
35
35
  //# sourceMappingURL=breadcrumbs.client.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"breadcrumbs.client.d.mts","names":[],"sources":["../../../src/components/header/breadcrumbs.client.tsx"],"sourcesContent":[],"mappings":";;;;;KAmBY,gBAAA;;;AAAZ,CAAA;AAKY,KAAA,qBAAA,GAAqB;EAIjB,WAAA,EAHD,gBAGkB,EAAA;AAIjC,CAAA;AAKgB,iBATA,iBAAA,CAS6B,KAAA,EATJ,iBASY,CAAA,EATK,oBAAA,CAAA,GAAA,CAAA,OASY;AAatD,cAlBH,yBAkBoC,EAAA,OAlBX,mBAkBmD;AAezF;AAmBA;AAQA;iBAvDgB,6BAAA,QAAqC,oBAAiB,oBAAA,CAAA,GAAA,CAAA;iBAatD,iCAAA;cAAuD;IAAkB,oBAAA,CAAA,GAAA,CAAA;;;;iBAezE,qBAAA;cAA2C;IAAkB,oBAAA,CAAA,GAAA,CAAA;;;;iBAmB7D,2BAAA,QAAmC,oBAAiB,oBAAA,CAAA,GAAA,CAAA;iBAQpD,4BAAA,QAAoC,oBAAiB,oBAAA,CAAA,GAAA,CAAA"}
1
+ {"version":3,"file":"breadcrumbs.client.d.mts","names":[],"sources":["../../../src/components/header/breadcrumbs.client.tsx"],"sourcesContent":[],"mappings":";;;;;KAmBY,gBAAA;;;AAAZ,CAAA;AAKY,KAAA,qBAAA,GAAqB;EAIjB,WAAA,EAHD,gBAGkB,EAAA;AAIjC,CAAA;AAKgB,iBATA,iBAAA,CAS6B,KAAA,EATJ,iBASY,CAAA,EATK,mBAAA,CAAA,GAAA,CAAA,OASY;AAatD,cAlBH,yBAkBoC,EAAA,OAlBX,mBAkBmD;AAezF;AAmBA;AAQA;iBAvDgB,6BAAA,QAAqC,oBAAiB,mBAAA,CAAA,GAAA,CAAA;iBAatD,iCAAA;cAAuD;IAAkB,mBAAA,CAAA,GAAA,CAAA;;;;iBAezE,qBAAA;cAA2C;IAAkB,mBAAA,CAAA,GAAA,CAAA;;;;iBAmB7D,2BAAA,QAAmC,oBAAiB,mBAAA,CAAA,GAAA,CAAA;iBAQpD,4BAAA,QAAoC,oBAAiB,mBAAA,CAAA,GAAA,CAAA"}
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime272 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime68 from "react/jsx-runtime";
2
2
  import { ComponentProps } from "react";
3
3
 
4
4
  //#region src/components/header/header.client.d.ts
@@ -6,7 +6,7 @@ declare function Header({
6
6
  children,
7
7
  className,
8
8
  ...props
9
- }: ComponentProps<"header">): react_jsx_runtime272.JSX.Element;
9
+ }: ComponentProps<"header">): react_jsx_runtime68.JSX.Element;
10
10
  //#endregion
11
11
  export { Header };
12
12
  //# sourceMappingURL=header.client.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"header.client.d.mts","names":[],"sources":["../../../src/components/header/header.client.tsx"],"sourcesContent":[],"mappings":";;;;iBAGgB,MAAA;;;;GAA0C,2BAAwB,oBAAA,CAAA,GAAA,CAAA"}
1
+ {"version":3,"file":"header.client.d.mts","names":[],"sources":["../../../src/components/header/header.client.tsx"],"sourcesContent":[],"mappings":";;;;iBAGgB,MAAA;;;;GAA0C,2BAAwB,mBAAA,CAAA,GAAA,CAAA"}
@@ -1,10 +1,10 @@
1
- import * as react_jsx_runtime273 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime69 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/components/header/mobile-nav-switcher.client.d.ts
4
4
  declare function HeaderTopbarMobileNavSwitcher({
5
5
  className,
6
6
  ...props
7
- }: React.HtmlHTMLAttributes<HTMLButtonElement>): react_jsx_runtime273.JSX.Element;
7
+ }: React.HtmlHTMLAttributes<HTMLButtonElement>): react_jsx_runtime69.JSX.Element;
8
8
  //#endregion
9
9
  export { HeaderTopbarMobileNavSwitcher };
10
10
  //# sourceMappingURL=mobile-nav-switcher.client.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"mobile-nav-switcher.client.d.mts","names":[],"sources":["../../../src/components/header/mobile-nav-switcher.client.tsx"],"sourcesContent":[],"mappings":";;;iBAKgB,6BAAA;;;GAGb,KAAA,CAAM,mBAAmB,qBAAkB,oBAAA,CAAA,GAAA,CAAA"}
1
+ {"version":3,"file":"mobile-nav-switcher.client.d.mts","names":[],"sources":["../../../src/components/header/mobile-nav-switcher.client.tsx"],"sourcesContent":[],"mappings":";;;iBAKgB,6BAAA;;;GAGb,KAAA,CAAM,mBAAmB,qBAAkB,mBAAA,CAAA,GAAA,CAAA"}
@@ -1,5 +1,5 @@
1
1
  import { HeaderBreadcrumb } from "./breadcrumbs.client.mjs";
2
- import * as react_jsx_runtime274 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime70 from "react/jsx-runtime";
3
3
  import React from "react";
4
4
 
5
5
  //#region src/components/header/top-bar.client.d.ts
@@ -11,7 +11,7 @@ type TopbarProps = {
11
11
  };
12
12
  declare function Topbar({
13
13
  children
14
- }: TopbarProps): react_jsx_runtime274.JSX.Element;
14
+ }: TopbarProps): react_jsx_runtime70.JSX.Element;
15
15
  /**
16
16
  * Topbar title component
17
17
  */
@@ -26,7 +26,7 @@ declare function TopbarTitle({
26
26
  isDeleted,
27
27
  className,
28
28
  ...props
29
- }: TopbarTitleProps): react_jsx_runtime274.JSX.Element;
29
+ }: TopbarTitleProps): react_jsx_runtime70.JSX.Element;
30
30
  /**
31
31
  * Topbar tools component
32
32
  */
@@ -37,7 +37,7 @@ declare function TopbarTools({
37
37
  children,
38
38
  className,
39
39
  ...props
40
- }: TopbarToolsProps): react_jsx_runtime274.JSX.Element;
40
+ }: TopbarToolsProps): react_jsx_runtime70.JSX.Element;
41
41
  //#endregion
42
42
  export { Topbar, TopbarProps, TopbarTitle, TopbarTitleProps, TopbarTools, TopbarToolsProps };
43
43
  //# sourceMappingURL=top-bar.client.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"top-bar.client.d.mts","names":[],"sources":["../../../src/components/header/top-bar.client.tsx"],"sourcesContent":[],"mappings":";;;;;;;;AAsBY,KAAA,WAAA,GAAW;EAIP,QAAA,EAHJ,KAAA,CAAM,SAGI;CAAG;AAAY,iBAArB,MAAA,CAAqB;EAAA;AAAA,CAAA,EAAA,WAAA,CAAA,EAAW,oBAAA,CAAA,GAAA,CAAA,OAAX;;;AAarC;AAAoD,KAAxC,gBAAA,GAAmB,KAAA,CAAM,cAAe,CAAA,WAAA,CAAA,GAAA;EAArB,SAAM,CAAA,EAAA,OAAA;EAE3B,KAAM,CAAA,EAAN,KAAA,CAAM,SAAA;EACD,WAAA,EAAA,gBAAA,EAAA;CAAgB;AAGf,iBAAA,WAAA,CAAW;EAAA,WAAA;EAAA,KAAA;EAAA,SAAA;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAMxB,gBANwB,CAAA,EAMR,oBAAA,CAAA,GAAA,CAAA,OANQ;;;;AAIzB,KAuEU,gBAAA,GAAmB,KAAA,CAAM,cAvEnC,CAuEkD,WAvElD,CAAA,GAAA;EAEC,QAAA,EAsES,KAAA,CAAM,SAtEf;CAAgB;AAAA,iBAyEH,WAAA,CAzEG;EAAA,QAAA;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAyE4C,gBAzE5C,CAAA,EAyE4D,oBAAA,CAAA,GAAA,CAAA,OAzE5D"}
1
+ {"version":3,"file":"top-bar.client.d.mts","names":[],"sources":["../../../src/components/header/top-bar.client.tsx"],"sourcesContent":[],"mappings":";;;;;;;;AAsBY,KAAA,WAAA,GAAW;EAIP,QAAA,EAHJ,KAAA,CAAM,SAGI;CAAG;AAAY,iBAArB,MAAA,CAAqB;EAAA;AAAA,CAAA,EAAA,WAAA,CAAA,EAAW,mBAAA,CAAA,GAAA,CAAA,OAAX;;;AAarC;AAAoD,KAAxC,gBAAA,GAAmB,KAAA,CAAM,cAAe,CAAA,WAAA,CAAA,GAAA;EAArB,SAAM,CAAA,EAAA,OAAA;EAE3B,KAAM,CAAA,EAAN,KAAA,CAAM,SAAA;EACD,WAAA,EAAA,gBAAA,EAAA;CAAgB;AAGf,iBAAA,WAAA,CAAW;EAAA,WAAA;EAAA,KAAA;EAAA,SAAA;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAMxB,gBANwB,CAAA,EAMR,mBAAA,CAAA,GAAA,CAAA,OANQ;;;;AAIzB,KAuEU,gBAAA,GAAmB,KAAA,CAAM,cAvEnC,CAuEkD,WAvElD,CAAA,GAAA;EAEC,QAAA,EAsES,KAAA,CAAM,SAtEf;CAAgB;AAAA,iBAyEH,WAAA,CAzEG;EAAA,QAAA;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAyE4C,gBAzE5C,CAAA,EAyE4D,mBAAA,CAAA,GAAA,CAAA,OAzE5D"}
@@ -1,5 +1,5 @@
1
1
  import { ScrollArea } from "../ui/scroll-area.mjs";
2
- import * as react_jsx_runtime277 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime73 from "react/jsx-runtime";
3
3
  import { ComponentProps } from "react";
4
4
 
5
5
  //#region src/components/layouts/admin-content.client.d.ts
@@ -7,7 +7,7 @@ declare function AdminContent({
7
7
  children,
8
8
  className,
9
9
  ...props
10
- }: ComponentProps<typeof ScrollArea>): react_jsx_runtime277.JSX.Element;
10
+ }: ComponentProps<typeof ScrollArea>): react_jsx_runtime73.JSX.Element;
11
11
  //#endregion
12
12
  export { AdminContent };
13
13
  //# sourceMappingURL=admin-content.client.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"admin-content.client.d.mts","names":[],"sources":["../../../src/components/layouts/admin-content.client.tsx"],"sourcesContent":[],"mappings":";;;;;iBAOgB,YAAA;;;;GAAgD,sBAAsB,cAAW,oBAAA,CAAA,GAAA,CAAA"}
1
+ {"version":3,"file":"admin-content.client.d.mts","names":[],"sources":["../../../src/components/layouts/admin-content.client.tsx"],"sourcesContent":[],"mappings":";;;;;iBAOgB,YAAA;;;;GAAgD,sBAAsB,cAAW,mBAAA,CAAA,GAAA,CAAA"}
@@ -1,8 +1,8 @@
1
- import * as react_jsx_runtime68 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime317 from "react/jsx-runtime";
2
2
  import { PropsWithChildren } from "react";
3
3
 
4
4
  //#region src/components/layouts/admin-layout.d.ts
5
- declare function AdminLayout(props: PropsWithChildren): react_jsx_runtime68.JSX.Element;
5
+ declare function AdminLayout(props: PropsWithChildren): react_jsx_runtime317.JSX.Element;
6
6
  //#endregion
7
7
  export { AdminLayout };
8
8
  //# sourceMappingURL=admin-layout.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"admin-layout.d.mts","names":[],"sources":["../../../src/components/layouts/admin-layout.tsx"],"sourcesContent":[],"mappings":";;;;iBAGgB,WAAA,QAAmB,oBAAiB,mBAAA,CAAA,GAAA,CAAA"}
1
+ {"version":3,"file":"admin-layout.d.mts","names":[],"sources":["../../../src/components/layouts/admin-layout.tsx"],"sourcesContent":[],"mappings":";;;;iBAGgB,WAAA,QAAmB,oBAAiB,oBAAA,CAAA,GAAA,CAAA"}
@@ -1,8 +1,8 @@
1
- import * as react_jsx_runtime90 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime179 from "react/jsx-runtime";
2
2
  import { PropsWithChildren } from "react";
3
3
 
4
4
  //#region src/components/layouts/admin-loading.d.ts
5
- declare function AdminLoadingLayout(props: PropsWithChildren): react_jsx_runtime90.JSX.Element;
5
+ declare function AdminLoadingLayout(props: PropsWithChildren): react_jsx_runtime179.JSX.Element;
6
6
  //#endregion
7
7
  export { AdminLoadingLayout };
8
8
  //# sourceMappingURL=admin-loading.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"admin-loading.d.mts","names":[],"sources":["../../../src/components/layouts/admin-loading.tsx"],"sourcesContent":[],"mappings":";;;;iBAGgB,kBAAA,QAA0B,oBAAiB,mBAAA,CAAA,GAAA,CAAA"}
1
+ {"version":3,"file":"admin-loading.d.mts","names":[],"sources":["../../../src/components/layouts/admin-loading.tsx"],"sourcesContent":[],"mappings":";;;;iBAGgB,kBAAA,QAA0B,oBAAiB,oBAAA,CAAA,GAAA,CAAA"}
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime91 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime180 from "react/jsx-runtime";
2
2
  import { ComponentProps, HTMLAttributes } from "react";
3
3
  import { Route } from "next";
4
4
 
@@ -15,17 +15,17 @@ declare function EmptyPage({
15
15
  className,
16
16
  children,
17
17
  ...props
18
- }: ComponentProps<"div">): react_jsx_runtime91.JSX.Element;
18
+ }: ComponentProps<"div">): react_jsx_runtime180.JSX.Element;
19
19
  declare function EmptyPageTitle({
20
20
  className,
21
21
  children,
22
22
  ...props
23
- }: ComponentProps<"h2">): react_jsx_runtime91.JSX.Element;
23
+ }: ComponentProps<"h2">): react_jsx_runtime180.JSX.Element;
24
24
  declare function EmptyPageDescription({
25
25
  className,
26
26
  children,
27
27
  ...props
28
- }: ComponentProps<"p">): react_jsx_runtime91.JSX.Element;
28
+ }: ComponentProps<"p">): react_jsx_runtime180.JSX.Element;
29
29
  //#endregion
30
30
  export { EmptyPage, EmptyPageDescription, EmptyPageProps, EmptyPageTitle };
31
31
  //# sourceMappingURL=empty-page.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"empty-page.d.mts","names":[],"sources":["../../../src/components/layouts/empty-page.tsx"],"sourcesContent":[],"mappings":";;;;;KAIY,cAAA,GAAiB,eAAe;;;EAAhC,YAAA,CAAA,EAAA;IAAgC,IAAA,EAIlC,KAJkC;IAAf,KAAA,EAAA,MAAA;EAInB,CAAA;CAAK;AAKC,iBAAA,SAAA,CAAS;EAAA,SAAA;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAAoC,cAApC,CAAA,KAAA,CAAA,CAAA,EAAyD,mBAAA,CAAA,GAAA,CAAA,OAAzD;AAAG,iBAcZ,cAAA,CAdY;EAAA,SAAA;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAcsC,cAdtC,CAAA,IAAA,CAAA,CAAA,EAc0D,mBAAA,CAAA,GAAA,CAAA,OAd1D;AAAW,iBAsBvB,oBAAA,CAtBuB;EAAA,SAAA;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAsBiC,cAtBjC,CAAA,GAAA,CAAA,CAAA,EAsBoD,mBAAA,CAAA,GAAA,CAAA,OAtBpD"}
1
+ {"version":3,"file":"empty-page.d.mts","names":[],"sources":["../../../src/components/layouts/empty-page.tsx"],"sourcesContent":[],"mappings":";;;;;KAIY,cAAA,GAAiB,eAAe;;;EAAhC,YAAA,CAAA,EAAA;IAAgC,IAAA,EAIlC,KAJkC;IAAf,KAAA,EAAA,MAAA;EAInB,CAAA;CAAK;AAKC,iBAAA,SAAA,CAAS;EAAA,SAAA;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAAoC,cAApC,CAAA,KAAA,CAAA,CAAA,EAAyD,oBAAA,CAAA,GAAA,CAAA,OAAzD;AAAG,iBAcZ,cAAA,CAdY;EAAA,SAAA;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAcsC,cAdtC,CAAA,IAAA,CAAA,CAAA,EAc0D,oBAAA,CAAA,GAAA,CAAA,OAd1D;AAAW,iBAsBvB,oBAAA,CAtBuB;EAAA,SAAA;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAsBiC,cAtBjC,CAAA,GAAA,CAAA,CAAA,EAsBoD,oBAAA,CAAA,GAAA,CAAA,OAtBpD"}
@@ -0,0 +1,23 @@
1
+ import * as react_jsx_runtime183 from "react/jsx-runtime";
2
+ import { ComponentProps } from "react";
3
+
4
+ //#region src/components/layouts/error-page.d.ts
5
+ /**
6
+ * ErrorPage
7
+ */
8
+ declare function ErrorPage({
9
+ className,
10
+ ...props
11
+ }: ComponentProps<"div">): react_jsx_runtime183.JSX.Element;
12
+ /**
13
+ * ErrorPage
14
+ * - If the error is a ServerError and the code is "UNAUTHORIZED", show the NotAllowedPage
15
+ * - If the error is a ServerError and the code is "NOT_FOUND", show the NotFoundSection
16
+ * - Else show the ErrorPage
17
+ */
18
+ declare function AdminErrorPage(props: {
19
+ error: Error;
20
+ }): react_jsx_runtime183.JSX.Element;
21
+ //#endregion
22
+ export { AdminErrorPage, ErrorPage };
23
+ //# sourceMappingURL=error-page.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"error-page.d.mts","names":[],"sources":["../../../src/components/layouts/error-page.tsx"],"sourcesContent":[],"mappings":";;;;;;;AAWgB,iBAAA,SAAA,CAAS;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAA0B,cAA1B,CAAA,KAAA,CAAA,CAAA,EAA+C,oBAAA,CAAA,GAAA,CAAA,OAA/C;;;;;AAmBzB;;iBAAgB,cAAA;SAA+B;IAAO,oBAAA,CAAA,GAAA,CAAA"}
@@ -0,0 +1,58 @@
1
+ import { cn } from "../../lib/utils/cn.mjs";
2
+ import { ServerError } from "../../modules/router/lib/error.server.mjs";
3
+ import { NotAllowedPage } from "./not-allowed-page.mjs";
4
+ import { NotFoundSection } from "./not-found-section.mjs";
5
+ import { BugIcon } from "lucide-react";
6
+ import { jsx, jsxs } from "react/jsx-runtime";
7
+
8
+ //#region src/components/layouts/error-page.tsx
9
+ /**
10
+ * ErrorPage
11
+ */
12
+ function ErrorPage({ className, ...props }) {
13
+ return /* @__PURE__ */ jsx("div", {
14
+ ...props,
15
+ className: cn("relative z-0 grid h-dvh w-full place-items-center", className),
16
+ children: /* @__PURE__ */ jsx("div", {
17
+ className: "flex flex-col items-center gap-12 text-center",
18
+ children: /* @__PURE__ */ jsxs("span", {
19
+ className: "text-destructive flex flex-col items-center gap-2",
20
+ children: [/* @__PURE__ */ jsx(BugIcon, { className: "size-20 xl:size-32" }), /* @__PURE__ */ jsx("h1", {
21
+ className: "text-2xl font-bold lg:text-3xl",
22
+ children: "Oeps, er is iets fout gegaan."
23
+ })]
24
+ })
25
+ })
26
+ });
27
+ }
28
+ /**
29
+ * ErrorPage
30
+ * - If the error is a ServerError and the code is "UNAUTHORIZED", show the NotAllowedPage
31
+ * - If the error is a ServerError and the code is "NOT_FOUND", show the NotFoundSection
32
+ * - Else show the ErrorPage
33
+ */
34
+ function AdminErrorPage(props) {
35
+ const serverErrorCode = props.error instanceof ServerError ? props.error.code : void 0;
36
+ /**
37
+ * If the error is a ServerError and the code is "UNAUTHORIZED", show the NotAllowedPage
38
+ */
39
+ if (serverErrorCode === "UNAUTHORIZED") return /* @__PURE__ */ jsx("div", {
40
+ className: "p-content h-dvh",
41
+ children: /* @__PURE__ */ jsx(NotAllowedPage, { className: "h-full" })
42
+ });
43
+ /**
44
+ * If the error is a ServerError and the code is "UNAUTHORIZED", show the NotAllowedPage
45
+ */
46
+ if (serverErrorCode === "NOT_FOUND") return /* @__PURE__ */ jsx("div", {
47
+ className: "relative z-0 grid h-dvh w-full place-items-center",
48
+ children: /* @__PURE__ */ jsx(NotFoundSection, { href: "/admin" })
49
+ });
50
+ /**
51
+ * Else show the ErrorPage
52
+ */
53
+ return /* @__PURE__ */ jsx(ErrorPage, {});
54
+ }
55
+
56
+ //#endregion
57
+ export { AdminErrorPage, ErrorPage };
58
+ //# sourceMappingURL=error-page.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"error-page.mjs","names":["serverErrorCode: CommonORPCErrorCode"],"sources":["../../../src/components/layouts/error-page.tsx"],"sourcesContent":["import { cn } from \"@/lib/utils/cn\";\nimport { ServerError } from \"@/modules/router/lib/error.server\";\nimport { CommonORPCErrorCode } from \"@orpc/client\";\nimport { BugIcon } from \"lucide-react\";\nimport { ComponentProps } from \"react\";\nimport { NotAllowedPage } from \"./not-allowed-page\";\nimport { NotFoundSection } from \"./not-found-section\";\n\n/**\n * ErrorPage\n */\nexport function ErrorPage({ className, ...props }: ComponentProps<\"div\">) {\n return (\n <div {...props} className={cn(\"relative z-0 grid h-dvh w-full place-items-center\", className)}>\n <div className=\"flex flex-col items-center gap-12 text-center\">\n <span className=\"text-destructive flex flex-col items-center gap-2\">\n <BugIcon className=\"size-20 xl:size-32\" />\n <h1 className=\"text-2xl font-bold lg:text-3xl\">Oeps, er is iets fout gegaan.</h1>\n </span>\n </div>\n </div>\n );\n}\n\n/**\n * ErrorPage\n * - If the error is a ServerError and the code is \"UNAUTHORIZED\", show the NotAllowedPage\n * - If the error is a ServerError and the code is \"NOT_FOUND\", show the NotFoundSection\n * - Else show the ErrorPage\n */\nexport function AdminErrorPage(props: { error: Error }) {\n const serverErrorCode: CommonORPCErrorCode =\n props.error instanceof ServerError ? props.error.code : undefined;\n\n /**\n * If the error is a ServerError and the code is \"UNAUTHORIZED\", show the NotAllowedPage\n */\n if (serverErrorCode === \"UNAUTHORIZED\") {\n return (\n <div className=\"p-content h-dvh\">\n <NotAllowedPage className=\"h-full\" />\n </div>\n );\n }\n\n /**\n * If the error is a ServerError and the code is \"UNAUTHORIZED\", show the NotAllowedPage\n */\n if (serverErrorCode === \"NOT_FOUND\") {\n return (\n <div className=\"relative z-0 grid h-dvh w-full place-items-center\">\n <NotFoundSection href=\"/admin\" />\n </div>\n );\n }\n\n /**\n * Else show the ErrorPage\n */\n return <ErrorPage />;\n}\n"],"mappings":";;;;;;;;;;;AAWA,SAAgB,UAAU,EAAE,WAAW,GAAG,SAAgC;AACxE,QACE,oBAAC;EAAI,GAAI;EAAO,WAAW,GAAG,qDAAqD,UAAU;YAC3F,oBAAC;GAAI,WAAU;aACb,qBAAC;IAAK,WAAU;eACd,oBAAC,WAAQ,WAAU,uBAAuB,EAC1C,oBAAC;KAAG,WAAU;eAAiC;MAAkC;KAC5E;IACH;GACF;;;;;;;;AAUV,SAAgB,eAAe,OAAyB;CACtD,MAAMA,kBACJ,MAAM,iBAAiB,cAAc,MAAM,MAAM,OAAO;;;;AAK1D,KAAI,oBAAoB,eACtB,QACE,oBAAC;EAAI,WAAU;YACb,oBAAC,kBAAe,WAAU,WAAW;GACjC;;;;AAOV,KAAI,oBAAoB,YACtB,QACE,oBAAC;EAAI,WAAU;YACb,oBAAC,mBAAgB,MAAK,WAAW;GAC7B;;;;AAOV,QAAO,oBAAC,cAAY"}
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime94 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime185 from "react/jsx-runtime";
2
2
  import { ComponentProps } from "react";
3
3
 
4
4
  //#region src/components/layouts/list-layout.d.ts
@@ -6,7 +6,7 @@ declare function ListLayout({
6
6
  className,
7
7
  children,
8
8
  ...props
9
- }: ComponentProps<"div">): react_jsx_runtime94.JSX.Element;
9
+ }: ComponentProps<"div">): react_jsx_runtime185.JSX.Element;
10
10
  //#endregion
11
11
  export { ListLayout };
12
12
  //# sourceMappingURL=list-layout.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-layout.d.mts","names":[],"sources":["../../../src/components/layouts/list-layout.tsx"],"sourcesContent":[],"mappings":";;;;iBAGgB,UAAA;;;;GAA8C,wBAAqB,mBAAA,CAAA,GAAA,CAAA"}
1
+ {"version":3,"file":"list-layout.d.mts","names":[],"sources":["../../../src/components/layouts/list-layout.tsx"],"sourcesContent":[],"mappings":";;;;iBAGgB,UAAA;;;;GAA8C,wBAAqB,oBAAA,CAAA,GAAA,CAAA"}
@@ -0,0 +1,22 @@
1
+ import * as react_jsx_runtime186 from "react/jsx-runtime";
2
+ import { HTMLAttributes } from "react";
3
+ import { Route } from "next";
4
+
5
+ //#region src/components/layouts/not-allowed-page.d.ts
6
+ type NotAllowedPageProps = HTMLAttributes<HTMLDivElement> & {
7
+ title?: string;
8
+ description?: string;
9
+ callToAction?: {
10
+ href: Route;
11
+ title: string;
12
+ };
13
+ };
14
+ declare function NotAllowedPage({
15
+ title,
16
+ description,
17
+ callToAction,
18
+ ...props
19
+ }: NotAllowedPageProps): react_jsx_runtime186.JSX.Element;
20
+ //#endregion
21
+ export { NotAllowedPage, NotAllowedPageProps };
22
+ //# sourceMappingURL=not-allowed-page.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"not-allowed-page.d.mts","names":[],"sources":["../../../src/components/layouts/not-allowed-page.tsx"],"sourcesContent":[],"mappings":";;;;;KAOY,mBAAA,GAAsB,eAAe;;;EAArC,YAAA,CAAA,EAAA;IAAqC,IAAA,EAIvC,KAJuC;IAAf,KAAA,EAAA,MAAA;EAIxB,CAAA;CAAK;AAKC,iBAAA,cAAA,CAAc;EAAA,KAAA;EAAA,WAAA;EAAA,YAAA;EAAA,GAAA;AAAA,CAAA,EAK3B,mBAL2B,CAAA,EAKR,oBAAA,CAAA,GAAA,CAAA,OALQ"}
@@ -0,0 +1,25 @@
1
+ import { cn } from "../../lib/utils/cn.mjs";
2
+ import { EmptyPage, EmptyPageDescription, EmptyPageTitle } from "./empty-page.mjs";
3
+ import { buttonVariants } from "../ui/button.mjs";
4
+ import { jsx, jsxs } from "react/jsx-runtime";
5
+ import Link from "next/link";
6
+
7
+ //#region src/components/layouts/not-allowed-page.tsx
8
+ function NotAllowedPage({ title, description, callToAction, ...props }) {
9
+ return /* @__PURE__ */ jsxs(EmptyPage, {
10
+ ...props,
11
+ children: [
12
+ /* @__PURE__ */ jsx(EmptyPageTitle, { children: title ?? "Geen toegang" }),
13
+ /* @__PURE__ */ jsx(EmptyPageDescription, { children: description ?? "Je hebt geen toegang tot deze pagina." }),
14
+ callToAction && /* @__PURE__ */ jsx(Link, {
15
+ href: callToAction.href,
16
+ className: cn(buttonVariants({ variant: "default" })),
17
+ children: callToAction.title
18
+ })
19
+ ]
20
+ });
21
+ }
22
+
23
+ //#endregion
24
+ export { NotAllowedPage };
25
+ //# sourceMappingURL=not-allowed-page.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"not-allowed-page.mjs","names":[],"sources":["../../../src/components/layouts/not-allowed-page.tsx"],"sourcesContent":["import { cn } from \"@/lib/utils/cn\";\nimport type { Route } from \"next\";\nimport Link from \"next/link\";\nimport type { HTMLAttributes } from \"react\";\nimport { buttonVariants } from \"../ui/button\";\nimport { EmptyPage, EmptyPageDescription, EmptyPageTitle } from \"./empty-page\";\n\nexport type NotAllowedPageProps = HTMLAttributes<HTMLDivElement> & {\n title?: string;\n description?: string;\n callToAction?: {\n href: Route;\n title: string;\n };\n};\n\nexport function NotAllowedPage({\n title,\n description,\n callToAction,\n ...props\n}: NotAllowedPageProps) {\n return (\n <EmptyPage {...props}>\n <EmptyPageTitle>{title ?? \"Geen toegang\"}</EmptyPageTitle>\n <EmptyPageDescription>\n {description ?? \"Je hebt geen toegang tot deze pagina.\"}\n </EmptyPageDescription>\n\n {callToAction && (\n <Link href={callToAction.href} className={cn(buttonVariants({ variant: \"default\" }))}>\n {callToAction.title}\n </Link>\n )}\n </EmptyPage>\n );\n}\n\n// <EmptyPage\n// {...props}\n// title={title ?? \"Geen toegang\"}\n// description={description ?? \"Je hebt geen toegang tot deze pagina.\"}\n// callToAction={callToAction ?? { href: \"/admin\", title: \"Terug naar dashboard\" }}\n// />\n"],"mappings":";;;;;;;AAgBA,SAAgB,eAAe,EAC7B,OACA,aACA,cACA,GAAG,SACmB;AACtB,QACE,qBAAC;EAAU,GAAI;;GACb,oBAAC,4BAAgB,SAAS,iBAAgC;GAC1D,oBAAC,kCACE,eAAe,0CACK;GAEtB,gBACC,oBAAC;IAAK,MAAM,aAAa;IAAM,WAAW,GAAG,eAAe,EAAE,SAAS,WAAW,CAAC,CAAC;cACjF,aAAa;KACT;;GAEC"}
@@ -1,8 +1,8 @@
1
- import * as react_jsx_runtime95 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime187 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/components/layouts/not-found-page.d.ts
4
- declare function AdminNotFoundPage(): react_jsx_runtime95.JSX.Element;
5
- declare function NotFoundPage(): react_jsx_runtime95.JSX.Element;
4
+ declare function AdminNotFoundPage(): react_jsx_runtime187.JSX.Element;
5
+ declare function NotFoundPage(): react_jsx_runtime187.JSX.Element;
6
6
  //#endregion
7
7
  export { AdminNotFoundPage, NotFoundPage };
8
8
  //# sourceMappingURL=not-found-page.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"not-found-page.d.mts","names":[],"sources":["../../../src/components/layouts/not-found-page.tsx"],"sourcesContent":[],"mappings":";;;iBAEgB,iBAAA,CAAA,GAAiB,mBAAA,CAAA,GAAA,CAAA;iBAQjB,YAAA,CAAA,GAAY,mBAAA,CAAA,GAAA,CAAA"}
1
+ {"version":3,"file":"not-found-page.d.mts","names":[],"sources":["../../../src/components/layouts/not-found-page.tsx"],"sourcesContent":[],"mappings":";;;iBAEgB,iBAAA,CAAA,GAAiB,oBAAA,CAAA,GAAA,CAAA;iBAQjB,YAAA,CAAA,GAAY,oBAAA,CAAA,GAAA,CAAA"}
@@ -1,10 +1,10 @@
1
- import * as react_jsx_runtime278 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime74 from "react/jsx-runtime";
2
2
  import { PropsWithChildren } from "react";
3
3
 
4
4
  //#region src/components/layouts/providers.client.d.ts
5
5
  declare function Providers({
6
6
  children
7
- }: PropsWithChildren): react_jsx_runtime278.JSX.Element;
7
+ }: PropsWithChildren): react_jsx_runtime74.JSX.Element;
8
8
  //#endregion
9
9
  export { Providers };
10
10
  //# sourceMappingURL=providers.client.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"providers.client.d.mts","names":[],"sources":["../../../src/components/layouts/providers.client.tsx"],"sourcesContent":[],"mappings":";;;;iBAWgB,SAAA;;GAAwB,oBAAiB,oBAAA,CAAA,GAAA,CAAA"}
1
+ {"version":3,"file":"providers.client.d.mts","names":[],"sources":["../../../src/components/layouts/providers.client.tsx"],"sourcesContent":[],"mappings":";;;;iBAWgB,SAAA;;GAAwB,oBAAiB,mBAAA,CAAA,GAAA,CAAA"}
@@ -1,5 +1,5 @@
1
1
  import { TulipConfig } from "../../modules/config/lib/config.mjs";
2
- import * as react_jsx_runtime7 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime18 from "react/jsx-runtime";
3
3
  import { PropsWithChildren } from "react";
4
4
  import "server-cli-only";
5
5
 
@@ -31,7 +31,7 @@ declare const generateRootLayoutMetadata: (config: TulipConfig) => {
31
31
  */
32
32
  declare function RootLayout({
33
33
  children
34
- }: PropsWithChildren): react_jsx_runtime7.JSX.Element;
34
+ }: PropsWithChildren): react_jsx_runtime18.JSX.Element;
35
35
  //#endregion
36
36
  export { RootLayout, generateRootLayoutMetadata };
37
37
  //# sourceMappingURL=root-layout.server.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"root-layout.server.d.mts","names":[],"sources":["../../../src/components/layouts/root-layout.server.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;AAWa,cAAA,0BAAsC,EAAA,CAAA,MAAA,EAAA,WAAW,EAAA,GAAA;EA6B9C,QAAA,EAAA;IAAa,KAAA,EAAA,GAAA;IAAY,WAAA,EAAA,MAAA;IAAiB,WAAA,EAAA;MAAA,OAAA,EAAA,IAAA;;;;;;;;;;;;;;;;;iBAA1C,UAAA;;GAAyB,oBAAiB,kBAAA,CAAA,GAAA,CAAA"}
1
+ {"version":3,"file":"root-layout.server.d.mts","names":[],"sources":["../../../src/components/layouts/root-layout.server.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;AAWa,cAAA,0BAAsC,EAAA,CAAA,MAAA,EAAA,WAAW,EAAA,GAAA;EA6B9C,QAAA,EAAA;IAAa,KAAA,EAAA,GAAA;IAAY,WAAA,EAAA,MAAA;IAAiB,WAAA,EAAA;MAAA,OAAA,EAAA,IAAA;;;;;;;;;;;;;;;;;iBAA1C,UAAA;;GAAyB,oBAAiB,mBAAA,CAAA,GAAA,CAAA"}
@@ -1,7 +1,7 @@
1
- import * as react_jsx_runtime97 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime189 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/components/layouts/root-loading.d.ts
4
- declare function RootLoading(): react_jsx_runtime97.JSX.Element;
4
+ declare function RootLoading(): react_jsx_runtime189.JSX.Element;
5
5
  //#endregion
6
6
  export { RootLoading };
7
7
  //# sourceMappingURL=root-loading.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"root-loading.d.mts","names":[],"sources":["../../../src/components/layouts/root-loading.tsx"],"sourcesContent":[],"mappings":";;;iBAEgB,WAAA,CAAA,GAAW,mBAAA,CAAA,GAAA,CAAA"}
1
+ {"version":3,"file":"root-loading.d.mts","names":[],"sources":["../../../src/components/layouts/root-loading.tsx"],"sourcesContent":[],"mappings":";;;iBAEgB,WAAA,CAAA,GAAW,oBAAA,CAAA,GAAA,CAAA"}
@@ -1,5 +1,5 @@
1
1
  import { Permission } from "../../modules/auth/lib/permissions.mjs";
2
- import * as react_jsx_runtime98 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime190 from "react/jsx-runtime";
3
3
  import { Route } from "next";
4
4
 
5
5
  //#region src/components/layouts/tab-layout.d.ts
@@ -17,7 +17,7 @@ type TabLayoutProps = {
17
17
  declare function TabLayout({
18
18
  tabs,
19
19
  children
20
- }: TabLayoutProps): react_jsx_runtime98.JSX.Element;
20
+ }: TabLayoutProps): react_jsx_runtime190.JSX.Element;
21
21
  //#endregion
22
22
  export { Tab, TabLayout, TabLayoutProps };
23
23
  //# sourceMappingURL=tab-layout.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"tab-layout.d.mts","names":[],"sources":["../../../src/components/layouts/tab-layout.tsx"],"sourcesContent":[],"mappings":";;;;;KAUY,GAAA;;QAEJ;EAFI,OAAG,EAAA,MAAA;EAEP,IAAA,CAAA,EAEC,KAAA,CAAM,SAFP;EAEC,UAAM,CAAA,EACA,UADA;CACA;AAAU,KAGb,cAAA,GAHa;EAGb,IAAA,EACJ,GADI,EAAA;EAKI,QAAA,EAHJ,KAAA,CAAM,SAGO;CAAG;AAAM,iBAAlB,SAAA,CAAkB;EAAA,IAAA;EAAA;AAAA,CAAA,EAAY,cAAZ,CAAA,EAA0B,mBAAA,CAAA,GAAA,CAAA,OAA1B"}
1
+ {"version":3,"file":"tab-layout.d.mts","names":[],"sources":["../../../src/components/layouts/tab-layout.tsx"],"sourcesContent":[],"mappings":";;;;;KAUY,GAAA;;QAEJ;EAFI,OAAG,EAAA,MAAA;EAEP,IAAA,CAAA,EAEC,KAAA,CAAM,SAFP;EAEC,UAAM,CAAA,EACA,UADA;CACA;AAAU,KAGb,cAAA,GAHa;EAGb,IAAA,EACJ,GADI,EAAA;EAKI,QAAA,EAHJ,KAAA,CAAM,SAGO;CAAG;AAAM,iBAAlB,SAAA,CAAkB;EAAA,IAAA;EAAA;AAAA,CAAA,EAAY,cAAZ,CAAA,EAA0B,oBAAA,CAAA,GAAA,CAAA,OAA1B"}
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime99 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime191 from "react/jsx-runtime";
2
2
  import React from "react";
3
3
 
4
4
  //#region src/components/lists/data-list.d.ts
@@ -7,25 +7,25 @@ declare function DataList({
7
7
  children,
8
8
  className,
9
9
  ...props
10
- }: DataListProps): react_jsx_runtime99.JSX.Element;
10
+ }: DataListProps): react_jsx_runtime191.JSX.Element;
11
11
  type DataListItemProps = React.HTMLAttributes<HTMLElement>;
12
12
  declare function DataListItem({
13
13
  children,
14
14
  className,
15
15
  ...props
16
- }: DataListItemProps): react_jsx_runtime99.JSX.Element;
16
+ }: DataListItemProps): react_jsx_runtime191.JSX.Element;
17
17
  type DataListTitleProps = React.HTMLAttributes<HTMLElement>;
18
18
  declare function DataListTitle({
19
19
  children,
20
20
  className,
21
21
  ...props
22
- }: DataListTitleProps): react_jsx_runtime99.JSX.Element;
22
+ }: DataListTitleProps): react_jsx_runtime191.JSX.Element;
23
23
  type DataListValueProps = React.HTMLAttributes<HTMLElement>;
24
24
  declare function DataListValue({
25
25
  children,
26
26
  className,
27
27
  ...props
28
- }: DataListValueProps): react_jsx_runtime99.JSX.Element;
28
+ }: DataListValueProps): react_jsx_runtime191.JSX.Element;
29
29
  //#endregion
30
30
  export { DataList, DataListItem, DataListItemProps, DataListProps, DataListTitle, DataListTitleProps, DataListValue, DataListValueProps };
31
31
  //# sourceMappingURL=data-list.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"data-list.d.mts","names":[],"sources":["../../../src/components/lists/data-list.tsx"],"sourcesContent":[],"mappings":";;;;KAGY,aAAA,GAAgB,KAAA,CAAM,eAAe;iBAEjC,QAAA;;;;GAA4C,gBAAa,mBAAA,CAAA,GAAA,CAAA;KAQ7D,iBAAA,GAAoB,KAAA,CAAM,eAAe;AAVzC,iBAYI,YAAA,CAZiC;EAAA,QAAA;EAAA,SAAf;EAAA,GAAA;AAAc,CAAd,EAY8B,iBAZhB,CAAA,EAYiC,mBAAA,CAAA,GAAA,CAAA,OAZjC;AAEhC,KAwBJ,kBAAA,GAAqB,KAAA,CAAM,cAxBf,CAwB8B,WAxB9B,CAAA;AAAG,iBA0BX,aAAA,CA1BW;EAAA,QAAA;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EA0BsC,kBA1BtC,CAAA,EA0BwD,mBAAA,CAAA,GAAA,CAAA,OA1BxD;AAAU,KAkCzB,kBAAA,GAAqB,KAAA,CAAM,cAlCF,CAkCiB,WAlCjB,CAAA;AAAuB,iBAoC5C,aAAA,CApC4C;EAAA,QAAA;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAoCK,kBApCL,CAAA,EAoCuB,mBAAA,CAAA,GAAA,CAAA,OApCvB"}
1
+ {"version":3,"file":"data-list.d.mts","names":[],"sources":["../../../src/components/lists/data-list.tsx"],"sourcesContent":[],"mappings":";;;;KAGY,aAAA,GAAgB,KAAA,CAAM,eAAe;iBAEjC,QAAA;;;;GAA4C,gBAAa,oBAAA,CAAA,GAAA,CAAA;KAQ7D,iBAAA,GAAoB,KAAA,CAAM,eAAe;AAVzC,iBAYI,YAAA,CAZiC;EAAA,QAAA;EAAA,SAAf;EAAA,GAAA;AAAc,CAAd,EAY8B,iBAZhB,CAAA,EAYiC,oBAAA,CAAA,GAAA,CAAA,OAZjC;AAEhC,KAwBJ,kBAAA,GAAqB,KAAA,CAAM,cAxBf,CAwB8B,WAxB9B,CAAA;AAAG,iBA0BX,aAAA,CA1BW;EAAA,QAAA;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EA0BsC,kBA1BtC,CAAA,EA0BwD,oBAAA,CAAA,GAAA,CAAA,OA1BxD;AAAU,KAkCzB,kBAAA,GAAqB,KAAA,CAAM,cAlCF,CAkCiB,WAlCjB,CAAA;AAAuB,iBAoC5C,aAAA,CApC4C;EAAA,QAAA;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAoCK,kBApCL,CAAA,EAoCuB,oBAAA,CAAA,GAAA,CAAA,OApCvB"}