@tulip-systems/core 0.5.12 → 0.5.13

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 (243) hide show
  1. package/dist/components/common/icons.d.mts +52 -52
  2. package/dist/components/common/icons.d.mts.map +1 -1
  3. package/dist/components/common/status.d.mts +3 -3
  4. package/dist/components/common/status.d.mts.map +1 -1
  5. package/dist/components/editor/components/content.client.d.mts +2 -2
  6. package/dist/components/editor/components/editor.client.d.mts +2 -2
  7. package/dist/components/editor/components/menu.client.d.mts +3 -3
  8. package/dist/components/editor/lib/constants.d.mts +27 -27
  9. package/dist/components/editor/lib/helpers.d.mts.map +1 -1
  10. package/dist/components/header/back-button.client.d.mts +2 -2
  11. package/dist/components/header/bottom-bar.client.d.mts +3 -3
  12. package/dist/components/header/breadcrumbs.client.d.mts +7 -7
  13. package/dist/components/header/header.client.d.mts +2 -2
  14. package/dist/components/header/mobile-nav-switcher.client.d.mts +2 -2
  15. package/dist/components/header/top-bar.client.d.mts +4 -4
  16. package/dist/components/layouts/admin-content.client.d.mts +2 -2
  17. package/dist/components/layouts/admin-error-pages.d.mts +4 -4
  18. package/dist/components/layouts/admin-error-pages.d.mts.map +1 -1
  19. package/dist/components/layouts/admin-layout.d.mts +2 -2
  20. package/dist/components/layouts/admin-layout.d.mts.map +1 -1
  21. package/dist/components/layouts/admin-loading.d.mts +2 -2
  22. package/dist/components/layouts/admin-loading.d.mts.map +1 -1
  23. package/dist/components/layouts/empty-page.d.mts +4 -4
  24. package/dist/components/layouts/empty-page.d.mts.map +1 -1
  25. package/dist/components/layouts/error-page.d.mts +9 -9
  26. package/dist/components/layouts/error-page.d.mts.map +1 -1
  27. package/dist/components/layouts/error-sections.d.mts +5 -5
  28. package/dist/components/layouts/error-sections.d.mts.map +1 -1
  29. package/dist/components/layouts/list-layout.d.mts +2 -2
  30. package/dist/components/layouts/list-layout.d.mts.map +1 -1
  31. package/dist/components/layouts/providers.client.d.mts +2 -2
  32. package/dist/components/layouts/root-error-pages.d.mts +2 -2
  33. package/dist/components/layouts/root-error-pages.d.mts.map +1 -1
  34. package/dist/components/layouts/root-layout.server.d.mts +2 -2
  35. package/dist/components/layouts/root-layout.server.d.mts.map +1 -1
  36. package/dist/components/layouts/root-loading.d.mts +2 -2
  37. package/dist/components/layouts/root-loading.d.mts.map +1 -1
  38. package/dist/components/layouts/tab-layout.d.mts +2 -2
  39. package/dist/components/layouts/tab-layout.d.mts.map +1 -1
  40. package/dist/components/lists/data-list.d.mts +5 -5
  41. package/dist/components/lists/data-list.d.mts.map +1 -1
  42. package/dist/components/lists/data-stack.d.mts +8 -8
  43. package/dist/components/lists/data-stack.d.mts.map +1 -1
  44. package/dist/components/navigation/admin-sidebar-paths.client.d.mts +10 -10
  45. package/dist/components/ui/accordion.d.mts +5 -5
  46. package/dist/components/ui/accordion.d.mts.map +1 -1
  47. package/dist/components/ui/alert-dialog.d.mts +12 -12
  48. package/dist/components/ui/alert-dialog.d.mts.map +1 -1
  49. package/dist/components/ui/alert.d.mts +4 -4
  50. package/dist/components/ui/alert.d.mts.map +1 -1
  51. package/dist/components/ui/aspect-ratio.d.mts +2 -2
  52. package/dist/components/ui/aspect-ratio.d.mts.map +1 -1
  53. package/dist/components/ui/avatar.client.d.mts +4 -4
  54. package/dist/components/ui/badge.d.mts +2 -2
  55. package/dist/components/ui/badge.d.mts.map +1 -1
  56. package/dist/components/ui/breadcrumb.d.mts +8 -8
  57. package/dist/components/ui/breadcrumb.d.mts.map +1 -1
  58. package/dist/components/ui/button.d.mts +2 -2
  59. package/dist/components/ui/button.d.mts.map +1 -1
  60. package/dist/components/ui/calendar.d.mts +4 -3
  61. package/dist/components/ui/calendar.d.mts.map +1 -1
  62. package/dist/components/ui/calendar.mjs +3 -1
  63. package/dist/components/ui/calendar.mjs.map +1 -1
  64. package/dist/components/ui/card.d.mts +7 -7
  65. package/dist/components/ui/card.d.mts.map +1 -1
  66. package/dist/components/ui/carousel.d.mts +6 -6
  67. package/dist/components/ui/carousel.d.mts.map +1 -1
  68. package/dist/components/ui/chart.client.d.mts +5 -5
  69. package/dist/components/ui/checkbox.d.mts +2 -2
  70. package/dist/components/ui/checkbox.d.mts.map +1 -1
  71. package/dist/components/ui/collapsible.client.d.mts +4 -4
  72. package/dist/components/ui/color-picker.client.d.mts +2 -2
  73. package/dist/components/ui/combobox-dropdown.client.d.mts +2 -2
  74. package/dist/components/ui/combobox.client.d.mts +2 -2
  75. package/dist/components/ui/command.d.mts +10 -10
  76. package/dist/components/ui/command.d.mts.map +1 -1
  77. package/dist/components/ui/context-menu.d.mts +16 -16
  78. package/dist/components/ui/context-menu.d.mts.map +1 -1
  79. package/dist/components/ui/date-picker.client.d.mts +2 -2
  80. package/dist/components/ui/dialog.client.d.mts +11 -11
  81. package/dist/components/ui/drawer.client.d.mts +11 -11
  82. package/dist/components/ui/dropdown-menu.d.mts +16 -16
  83. package/dist/components/ui/form.client.d.mts +7 -7
  84. package/dist/components/ui/hover-card.client.d.mts +4 -4
  85. package/dist/components/ui/input.d.mts +2 -2
  86. package/dist/components/ui/label.d.mts +2 -2
  87. package/dist/components/ui/navigation-menu.d.mts +9 -9
  88. package/dist/components/ui/pagination.d.mts +8 -8
  89. package/dist/components/ui/popover.d.mts +5 -5
  90. package/dist/components/ui/progress.client.d.mts +2 -2
  91. package/dist/components/ui/radio-group.d.mts +3 -3
  92. package/dist/components/ui/resizable.client.d.mts +4 -4
  93. package/dist/components/ui/scroll-area.d.mts +3 -3
  94. package/dist/components/ui/select.client.d.mts +11 -11
  95. package/dist/components/ui/separator.d.mts +2 -2
  96. package/dist/components/ui/sheet.client.d.mts +9 -9
  97. package/dist/components/ui/sidebar.client.d.mts +24 -24
  98. package/dist/components/ui/skeleton.d.mts +2 -2
  99. package/dist/components/ui/slider.d.mts +2 -2
  100. package/dist/components/ui/sonner.client.d.mts +2 -2
  101. package/dist/components/ui/switch.d.mts +2 -2
  102. package/dist/components/ui/tabs.d.mts +5 -5
  103. package/dist/components/ui/textarea.d.mts +2 -2
  104. package/dist/components/ui/time-input.client.d.mts +2 -2
  105. package/dist/components/ui/toggle-group.client.d.mts +3 -3
  106. package/dist/components/ui/toggle.d.mts +2 -2
  107. package/dist/components/ui/toggle.d.mts.map +1 -1
  108. package/dist/components/ui/tooltip.client.d.mts +5 -5
  109. package/dist/lib/hooks/use-indicator.d.mts +2 -2
  110. package/dist/lib/hooks/use-indicator.d.mts.map +1 -1
  111. package/dist/modules/auth/components/allowed.client.d.mts +2 -2
  112. package/dist/modules/auth/components/allowed.client.d.mts.map +1 -1
  113. package/dist/modules/auth/components/auth-layout.server.d.mts +2 -2
  114. package/dist/modules/auth/components/auth-layout.server.d.mts.map +1 -1
  115. package/dist/modules/auth/components/auth-loading.d.mts +2 -2
  116. package/dist/modules/auth/components/auth-loading.d.mts.map +1 -1
  117. package/dist/modules/auth/components/create-first-user-page.client.d.mts +2 -2
  118. package/dist/modules/auth/components/create-first-user-page.client.d.mts.map +1 -1
  119. package/dist/modules/auth/components/forget-password-page.client.d.mts +2 -2
  120. package/dist/modules/auth/components/forget-password-page.client.d.mts.map +1 -1
  121. package/dist/modules/auth/components/guard-first-user.server.d.mts +2 -2
  122. package/dist/modules/auth/components/guard-first-user.server.d.mts.map +1 -1
  123. package/dist/modules/auth/components/guard.server.d.mts +2 -2
  124. package/dist/modules/auth/components/guard.server.d.mts.map +1 -1
  125. package/dist/modules/auth/components/login-page.client.d.mts +2 -2
  126. package/dist/modules/auth/components/login-page.client.d.mts.map +1 -1
  127. package/dist/modules/auth/components/reset-password-page.client.d.mts +2 -2
  128. package/dist/modules/auth/components/reset-password-page.client.d.mts.map +1 -1
  129. package/dist/modules/auth/components/update-password-command.d.mts +2 -2
  130. package/dist/modules/auth/components/update-password-command.d.mts.map +1 -1
  131. package/dist/modules/auth/db/schema.d.mts +73 -73
  132. package/dist/modules/auth/db/schema.d.mts.map +1 -1
  133. package/dist/modules/auth/handler/client.client.d.mts +148 -148
  134. package/dist/modules/auth/handler/client.client.d.mts.map +1 -1
  135. package/dist/modules/auth/handler/init.d.mts +131 -131
  136. package/dist/modules/auth/handler/init.d.mts.map +1 -1
  137. package/dist/modules/auth/hooks/use-permission.d.mts +3 -3
  138. package/dist/modules/auth/hooks/use-session.d.mts +4 -4
  139. package/dist/modules/auth/lib/validators.d.mts +2 -2
  140. package/dist/modules/auth/lib/validators.d.mts.map +1 -1
  141. package/dist/modules/commands/components/alert-dialog-command.client.d.mts +10 -10
  142. package/dist/modules/commands/components/alert-dialog-command.client.d.mts.map +1 -1
  143. package/dist/modules/commands/components/click-command.client.d.mts +2 -2
  144. package/dist/modules/commands/components/click-command.client.d.mts.map +1 -1
  145. package/dist/modules/commands/components/command-trigger.client.d.mts +6 -6
  146. package/dist/modules/commands/components/command-trigger.client.d.mts.map +1 -1
  147. package/dist/modules/commands/components/dialog-command.client.d.mts +8 -8
  148. package/dist/modules/commands/components/dialog-command.client.d.mts.map +1 -1
  149. package/dist/modules/commands/components/dropdown-command.client.d.mts +5 -5
  150. package/dist/modules/commands/components/dropdown-command.client.d.mts.map +1 -1
  151. package/dist/modules/commands/components/empty-command.client.d.mts +2 -2
  152. package/dist/modules/commands/components/empty-command.client.d.mts.map +1 -1
  153. package/dist/modules/commands/components/form-dialog-command.client.d.mts +11 -11
  154. package/dist/modules/commands/components/form-dialog-command.client.d.mts.map +1 -1
  155. package/dist/modules/commands/hooks/use-command-mutation.client.d.mts +2 -2
  156. package/dist/modules/commands/menus/context-menu.client.d.mts +2 -2
  157. package/dist/modules/commands/menus/context-menu.client.d.mts.map +1 -1
  158. package/dist/modules/commands/menus/dropdown-menu.client.d.mts +3 -3
  159. package/dist/modules/commands/menus/dropdown-menu.client.d.mts.map +1 -1
  160. package/dist/modules/commands/menus/inline-menu.client.d.mts +3 -3
  161. package/dist/modules/commands/menus/inline-menu.client.d.mts.map +1 -1
  162. package/dist/modules/commands/menus/responsive-menu.client.d.mts +3 -3
  163. package/dist/modules/commands/menus/responsive-menu.client.d.mts.map +1 -1
  164. package/dist/modules/commands/utils/archive-command.client.d.mts +3 -3
  165. package/dist/modules/commands/utils/archive-command.client.d.mts.map +1 -1
  166. package/dist/modules/commands/utils/delete-command.client.d.mts +3 -3
  167. package/dist/modules/commands/utils/delete-command.client.d.mts.map +1 -1
  168. package/dist/modules/data-tables/components/cell/common.client.d.mts +5 -5
  169. package/dist/modules/data-tables/components/cell/common.client.d.mts.map +1 -1
  170. package/dist/modules/data-tables/components/column-header.d.mts +2 -2
  171. package/dist/modules/data-tables/components/column-header.d.mts.map +1 -1
  172. package/dist/modules/data-tables/components/filters/combobox.client.d.mts +2 -2
  173. package/dist/modules/data-tables/components/filters/combobox.client.d.mts.map +1 -1
  174. package/dist/modules/data-tables/components/filters/slider.client.d.mts +2 -2
  175. package/dist/modules/data-tables/components/filters/slider.client.d.mts.map +1 -1
  176. package/dist/modules/data-tables/components/header.d.mts +4 -4
  177. package/dist/modules/data-tables/components/header.d.mts.map +1 -1
  178. package/dist/modules/data-tables/components/layout.d.mts +2 -2
  179. package/dist/modules/data-tables/components/search-input.client.d.mts +2 -2
  180. package/dist/modules/data-tables/components/search-input.client.d.mts.map +1 -1
  181. package/dist/modules/data-tables/components/skeleton.d.mts +2 -2
  182. package/dist/modules/data-tables/components/table.d.mts +7 -7
  183. package/dist/modules/data-tables/components/toolbar.d.mts +3 -3
  184. package/dist/modules/data-tables/hooks/use-context.client.d.mts +2 -2
  185. package/dist/modules/data-tables/hooks/use-context.client.d.mts.map +1 -1
  186. package/dist/modules/data-tables/tables/data-table/components/table.d.mts +2 -2
  187. package/dist/modules/data-tables/tables/data-table/components/table.d.mts.map +1 -1
  188. package/dist/modules/data-tables/tables/inline-table/components/cells/common.d.mts +2 -2
  189. package/dist/modules/data-tables/tables/inline-table/components/cells/common.d.mts.map +1 -1
  190. package/dist/modules/data-tables/tables/inline-table/components/cells/drag-handle.client.d.mts +2 -2
  191. package/dist/modules/data-tables/tables/inline-table/components/cells/drag-handle.client.d.mts.map +1 -1
  192. package/dist/modules/data-tables/tables/inline-table/components/cells/read-only.d.mts +2 -2
  193. package/dist/modules/data-tables/tables/inline-table/components/cells/read-only.d.mts.map +1 -1
  194. package/dist/modules/data-tables/tables/inline-table/components/table.d.mts +2 -2
  195. package/dist/modules/data-tables/tables/inline-table/components/table.d.mts.map +1 -1
  196. package/dist/modules/data-tables/tables/inline-table/hooks/context.client.d.mts +2 -2
  197. package/dist/modules/data-tables/tables/inline-table/hooks/context.client.d.mts.map +1 -1
  198. package/dist/modules/inline-edit/components/combobox-dropdown.client.d.mts +2 -2
  199. package/dist/modules/inline-edit/components/combobox-dropdown.client.d.mts.map +1 -1
  200. package/dist/modules/inline-edit/components/combobox.client.d.mts +2 -2
  201. package/dist/modules/inline-edit/components/combobox.client.d.mts.map +1 -1
  202. package/dist/modules/inline-edit/components/date-input.client.d.mts +2 -2
  203. package/dist/modules/inline-edit/components/date-input.client.d.mts.map +1 -1
  204. package/dist/modules/inline-edit/components/date-picker.client.d.mts +2 -2
  205. package/dist/modules/inline-edit/components/date-picker.client.d.mts.map +1 -1
  206. package/dist/modules/inline-edit/components/editor.client.d.mts +2 -2
  207. package/dist/modules/inline-edit/components/editor.client.d.mts.map +1 -1
  208. package/dist/modules/inline-edit/components/input-recipient.client.d.mts +2 -2
  209. package/dist/modules/inline-edit/components/input-recipient.client.d.mts.map +1 -1
  210. package/dist/modules/inline-edit/components/input-toggle.client.d.mts +2 -2
  211. package/dist/modules/inline-edit/components/input-toggle.client.d.mts.map +1 -1
  212. package/dist/modules/inline-edit/components/input.client.d.mts +4 -4
  213. package/dist/modules/inline-edit/components/input.client.d.mts.map +1 -1
  214. package/dist/modules/inline-edit/components/select.client.d.mts +6 -6
  215. package/dist/modules/inline-edit/components/select.client.d.mts.map +1 -1
  216. package/dist/modules/inline-edit/components/switch.client.d.mts +2 -2
  217. package/dist/modules/inline-edit/components/switch.client.d.mts.map +1 -1
  218. package/dist/modules/inline-edit/components/toggle.client.d.mts +2 -2
  219. package/dist/modules/inline-edit/components/toggle.client.d.mts.map +1 -1
  220. package/dist/modules/inline-edit/hooks/context.client.d.mts +2 -2
  221. package/dist/modules/inline-edit/hooks/context.client.d.mts.map +1 -1
  222. package/dist/modules/inline-edit/lib/variants.d.mts +1 -1
  223. package/dist/modules/router/handler/init.server.d.mts +6 -6
  224. package/dist/modules/router/handler/init.server.d.mts.map +1 -1
  225. package/dist/modules/router/lib/query-client.server.d.mts +2 -2
  226. package/dist/modules/router/lib/query-client.server.d.mts.map +1 -1
  227. package/dist/modules/storage/components/dropzone-context.client.d.mts +2 -2
  228. package/dist/modules/storage/components/dropzone-context.client.d.mts.map +1 -1
  229. package/dist/modules/storage/components/dropzone.client.d.mts +5 -5
  230. package/dist/modules/storage/components/dropzone.client.d.mts.map +1 -1
  231. package/dist/modules/storage/components/image-grid.client.d.mts +3 -3
  232. package/dist/modules/storage/components/image-grid.client.d.mts.map +1 -1
  233. package/dist/modules/storage/components/upload-zone.client.d.mts +2 -2
  234. package/dist/modules/storage/components/upload-zone.client.d.mts.map +1 -1
  235. package/dist/modules/storage/lib/router.server.d.mts +2347 -2347
  236. package/dist/modules/storage/lib/router.server.d.mts.map +1 -1
  237. package/dist/modules/storage/lib/schema.d.mts +92 -92
  238. package/dist/modules/storage/lib/schema.d.mts.map +1 -1
  239. package/dist/modules/storage/lib/service.server.d.mts +21 -21
  240. package/dist/modules/storage/lib/validators.d.mts +93 -93
  241. package/dist/modules/storage/lib/validators.d.mts.map +1 -1
  242. package/package.json +1 -1
  243. package/src/components/ui/calendar.tsx +3 -0
@@ -1 +1 @@
1
- {"version":3,"file":"validators.d.mts","names":[],"sources":["../../../../src/modules/storage/lib/validators.ts"],"sourcesContent":[],"mappings":"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"}
1
+ {"version":3,"file":"validators.d.mts","names":[],"sources":["../../../../src/modules/storage/lib/validators.ts"],"sourcesContent":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tulip-systems/core",
3
- "version": "0.5.12",
3
+ "version": "0.5.13",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "license": "MIT",
@@ -6,6 +6,7 @@ import { DayPicker, getDefaultClassNames, type DayButton } from "react-day-picke
6
6
 
7
7
  import { Button, buttonVariants } from "@/components/ui/button";
8
8
  import { cn } from "@/lib/utils/cn";
9
+ import { nlBE } from "react-day-picker/locale";
9
10
 
10
11
  function Calendar({
11
12
  className,
@@ -13,6 +14,7 @@ function Calendar({
13
14
  showOutsideDays = true,
14
15
  captionLayout = "label",
15
16
  buttonVariant = "ghost",
17
+ locale = nlBE,
16
18
  formatters,
17
19
  components,
18
20
  ...props
@@ -35,6 +37,7 @@ function Calendar({
35
37
  formatMonthDropdown: (date) => date.toLocaleString("default", { month: "short" }),
36
38
  ...formatters,
37
39
  }}
40
+ locale={locale}
38
41
  classNames={{
39
42
  root: cn("w-fit", defaultClassNames.root),
40
43
  months: cn("flex gap-4 flex-col md:flex-row relative", defaultClassNames.months),