convex-cms 0.0.6 → 0.0.7

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 (329) hide show
  1. package/README.md +68 -101
  2. package/admin/src/components/BreakingChangesWarningDialog.tsx +5 -5
  3. package/admin/src/components/BulkOperationModal.tsx +14 -14
  4. package/admin/src/components/ContentEntryEditor.tsx +8 -8
  5. package/admin/src/components/ContentTypeFormModal.tsx +122 -82
  6. package/admin/src/components/Header.tsx +5 -2
  7. package/admin/src/components/SchemaDriftWarning.tsx +126 -0
  8. package/admin/src/components/TaxonomyEditor.tsx +2 -2
  9. package/admin/src/components/TermTree.tsx +3 -3
  10. package/admin/src/components/UploadDropzone.tsx +7 -7
  11. package/admin/src/components/VersionCompare.tsx +13 -13
  12. package/admin/src/components/VersionHistory.tsx +2 -2
  13. package/admin/src/components/VersionRollbackModal.tsx +5 -5
  14. package/admin/src/components/cmsds/CmsButton.tsx +2 -2
  15. package/admin/src/components/cmsds/CmsDialog.tsx +4 -1
  16. package/admin/src/components/cmsds/CmsStatusBadge.tsx +5 -5
  17. package/admin/src/components/fields/JsonField.tsx +1 -1
  18. package/admin/src/components/fields/ReferenceField.tsx +9 -9
  19. package/admin/src/components/fields/TagField.tsx +1 -1
  20. package/admin/src/contexts/SettingsConfigContext.tsx +10 -3
  21. package/admin/src/embed/index.tsx +29 -9
  22. package/admin/src/embed/pages/ContentTypeEntries.tsx +25 -0
  23. package/admin/src/embed/pages/Entry.tsx +114 -0
  24. package/admin/src/embed/pages/Media.tsx +3 -1
  25. package/admin/src/embed/pages/NewEntry.tsx +83 -0
  26. package/admin/src/embed/pages/index.ts +3 -0
  27. package/admin/src/pages/ContentPage.tsx +27 -20
  28. package/admin/src/pages/ContentTypeEntriesPage.tsx +466 -0
  29. package/admin/src/pages/ContentTypesPage.tsx +65 -19
  30. package/admin/src/pages/DashboardPage.tsx +3 -0
  31. package/admin/src/pages/SettingsPage.tsx +4 -4
  32. package/admin/src/pages/index.ts +1 -0
  33. package/admin/src/routes/__root.tsx +10 -10
  34. package/admin/src/routes/entries/$entryId.tsx +1 -1
  35. package/admin/src/routes/entries/type/$contentTypeId.tsx +1 -1
  36. package/admin/src/styles/globals.css +31 -5
  37. package/admin/src/styles/tailwind-config.css +25 -0
  38. package/admin/src/styles/theme.css +50 -0
  39. package/admin-dist/nitro.json +1 -1
  40. package/admin-dist/public/assets/CmsEmptyState-6-PLaXtD.js +1 -0
  41. package/admin-dist/public/assets/CmsPageHeader-SoF4Epu9.js +1 -0
  42. package/admin-dist/public/assets/CmsStatusBadge-D7kYaohx.js +1 -0
  43. package/admin-dist/public/assets/{CmsSurface-DBy5Lumx.js → CmsSurface-BvksBm6W.js} +1 -1
  44. package/admin-dist/public/assets/CmsToolbar-DlZPMe2B.js +1 -0
  45. package/admin-dist/public/assets/ContentEntryEditor-C6n9xLS9.js +4 -0
  46. package/admin-dist/public/assets/TaxonomyFilter-CFX1_g8s.js +1 -0
  47. package/admin-dist/public/assets/_contentTypeId-DTv8UoTp.js +1 -0
  48. package/admin-dist/public/assets/_entryId-D3lr5Dvy.js +1 -0
  49. package/admin-dist/public/assets/alert-BAHTL6ao.js +1 -0
  50. package/admin-dist/public/assets/badge-oJv4Eai8.js +1 -0
  51. package/admin-dist/public/assets/{circle-check-big-CpLxAvEj.js → circle-check-big-3OHxNDhO.js} +1 -1
  52. package/admin-dist/public/assets/command-DwgQs69u.js +1 -0
  53. package/admin-dist/public/assets/content-CKQ4QwW2.js +1 -0
  54. package/admin-dist/public/assets/content-types-BrttaLpc.js +1 -0
  55. package/admin-dist/public/assets/globals-CoCRjt0K.css +1 -0
  56. package/admin-dist/public/assets/index-DOkgTSx0.js +1 -0
  57. package/admin-dist/public/assets/main-DV6oxWnU.js +102 -0
  58. package/admin-dist/public/assets/media-B2i-mCbx.js +1 -0
  59. package/admin-dist/public/assets/new._contentTypeId-VF63rpic.js +1 -0
  60. package/admin-dist/public/assets/pencil-CX1CiTDD.js +1 -0
  61. package/admin-dist/public/assets/refresh-cw-Cm-YOeFI.js +1 -0
  62. package/admin-dist/public/assets/{rotate-ccw-BZpZtw0N.js → rotate-ccw-B45JsL5f.js} +1 -1
  63. package/admin-dist/public/assets/scroll-area-b3A1HHR7.js +1 -0
  64. package/admin-dist/public/assets/{search-BvgYr-c9.js → search-DKKh_DdH.js} +1 -1
  65. package/admin-dist/public/assets/settings-CGVDEV1r.js +1 -0
  66. package/admin-dist/public/assets/switch-BTMY8Qnk.js +1 -0
  67. package/admin-dist/public/assets/tabs-DUQwUoIb.js +1 -0
  68. package/admin-dist/public/assets/tanstack-adapter-f7AHmQ5L.js +1 -0
  69. package/admin-dist/public/assets/taxonomies-DvMppdiD.js +1 -0
  70. package/admin-dist/public/assets/trash-D7e0uKd9.js +1 -0
  71. package/admin-dist/public/assets/{useBreadcrumbLabel-D00rvqjw.js → useBreadcrumbLabel-CF2KYwsw.js} +1 -1
  72. package/admin-dist/public/assets/usePermissions-DWBImEOW.js +1 -0
  73. package/admin-dist/server/_chunks/_libs/@date-fns/tz.mjs +2 -2
  74. package/admin-dist/server/_chunks/_libs/@radix-ui/react-avatar.mjs +1 -1
  75. package/admin-dist/server/_chunks/_libs/@radix-ui/react-collection.mjs +1 -1
  76. package/admin-dist/server/_chunks/_libs/@radix-ui/react-context.mjs +2 -2
  77. package/admin-dist/server/_chunks/_libs/@radix-ui/react-dialog.mjs +2 -2
  78. package/admin-dist/server/_chunks/_libs/@radix-ui/react-label.mjs +1 -1
  79. package/admin-dist/server/_chunks/_libs/@radix-ui/react-menu.mjs +1 -1
  80. package/admin-dist/server/_chunks/_libs/@radix-ui/react-popover.mjs +1 -1
  81. package/admin-dist/server/_chunks/_libs/@radix-ui/react-primitive.mjs +6 -72
  82. package/admin-dist/server/_chunks/_libs/@radix-ui/react-select.mjs +1 -1
  83. package/admin-dist/server/_chunks/_libs/@radix-ui/react-separator.mjs +1 -1
  84. package/admin-dist/server/_chunks/_libs/@radix-ui/react-slot.mjs +20 -435
  85. package/admin-dist/server/_chunks/_libs/@radix-ui/react-visually-hidden.mjs +30 -3
  86. package/admin-dist/server/_chunks/_libs/@tanstack/history.mjs +0 -376
  87. package/admin-dist/server/_chunks/_libs/@tanstack/react-router.mjs +168 -383
  88. package/admin-dist/server/_chunks/_libs/@tanstack/router-core.mjs +451 -1195
  89. package/admin-dist/server/_chunks/_libs/react-dom.mjs +5 -5
  90. package/admin-dist/server/_chunks/_libs/react.mjs +2 -2
  91. package/admin-dist/server/_libs/cmdk.mjs +1 -1
  92. package/admin-dist/server/_libs/convex.mjs +3 -3
  93. package/admin-dist/server/_libs/cookie-es.mjs +1 -58
  94. package/admin-dist/server/_libs/date-fns.mjs +1 -1
  95. package/admin-dist/server/_libs/lucide-react.mjs +117 -103
  96. package/admin-dist/server/_libs/seroval-plugins.mjs +1 -58
  97. package/admin-dist/server/_libs/seroval.mjs +1 -1765
  98. package/admin-dist/server/_libs/zod.mjs +1 -1
  99. package/admin-dist/server/_ssr/CmsEmptyState-BM8DghTl.mjs +38 -0
  100. package/admin-dist/server/_ssr/{CmsPageHeader-ClNPU7Up.mjs → CmsPageHeader-BHUmrIWD.mjs} +1 -1
  101. package/admin-dist/server/_ssr/{CmsStatusBadge-CojMbrY7.mjs → CmsStatusBadge-D0Zb0oRl.mjs} +7 -7
  102. package/admin-dist/server/_ssr/{CmsSurface-Dcv440rp.mjs → CmsSurface-B2eBr-47.mjs} +1 -1
  103. package/admin-dist/server/_ssr/{CmsToolbar-BKv1nL6u.mjs → CmsToolbar-BCrwg7OL.mjs} +2 -3
  104. package/admin-dist/server/_ssr/{ContentEntryEditor-weiXSBdZ.mjs → ContentEntryEditor-Cjfm0uhr.mjs} +46 -49
  105. package/admin-dist/server/_ssr/{TaxonomyFilter-BPQ57Mwk.mjs → TaxonomyFilter-C4pD0kfM.mjs} +4 -5
  106. package/admin-dist/server/_ssr/{_contentTypeId-DyyauLOs.mjs → _contentTypeId-CiDiX-p7.mjs} +34 -43
  107. package/admin-dist/server/_ssr/{_entryId-9Cafwxmw.mjs → _entryId-9GxatOkL.mjs} +35 -47
  108. package/admin-dist/server/_ssr/_tanstack-start-manifest_v-CC7UrHKE.mjs +4 -0
  109. package/admin-dist/server/_ssr/badge-EI998zba.mjs +39 -0
  110. package/admin-dist/server/_ssr/{command-CEf8YBxY.mjs → command-BLAWQhUw.mjs} +2 -2
  111. package/admin-dist/server/_ssr/{config.server-D7JHDcDv.mjs → config.server-BOr7Jxr4.mjs} +5 -14
  112. package/admin-dist/server/_ssr/{content-ZFWVzO25.mjs → content-BHX39L4D.mjs} +63 -63
  113. package/admin-dist/server/_ssr/content-types-DCzrBhTH.mjs +459 -0
  114. package/admin-dist/server/_ssr/{index-BlSIlH4Z.mjs → index-DwM_5VNP.mjs} +114 -30
  115. package/admin-dist/server/_ssr/index.mjs +3459 -62
  116. package/admin-dist/server/_ssr/{media-CD2_NUMw.mjs → media-CbzgTRRQ.mjs} +31 -43
  117. package/admin-dist/server/_ssr/{new._contentTypeId-dmZy6PBX.mjs → new._contentTypeId-6Ph-Gtlw.mjs} +33 -45
  118. package/admin-dist/server/_ssr/router-vd1nySeP.mjs +3041 -0
  119. package/admin-dist/server/_ssr/{scroll-area-BH_1K-WT.mjs → scroll-area--B9snFTJ.mjs} +1 -1
  120. package/admin-dist/server/_ssr/{settings-DVdsoWoh.mjs → settings-DlTO2JSj.mjs} +34 -43
  121. package/admin-dist/server/_ssr/{switch-DX_X8vZl.mjs → switch-C05NgNW0.mjs} +1 -1
  122. package/admin-dist/server/_ssr/{tabs-4FWM0sn8.mjs → tabs-DAk2J5xy.mjs} +9 -10
  123. package/admin-dist/server/_ssr/{tanstack-adapter-D3ZcKtbY.mjs → tanstack-adapter-DWbaPByn.mjs} +15 -1
  124. package/admin-dist/server/_ssr/{taxonomies-BHFfO9Yr.mjs → taxonomies-B8nqce6u.mjs} +35 -44
  125. package/admin-dist/server/_ssr/{trash-9tUB2KwI.mjs → trash-zdlZgpTo.mjs} +30 -39
  126. package/admin-dist/server/_ssr/{useBreadcrumbLabel-DVme3DSb.mjs → useBreadcrumbLabel-DpEKyG1h.mjs} +1 -1
  127. package/admin-dist/server/_ssr/{usePermissions-zAQj-ruE.mjs → usePermissions-olYRd9S9.mjs} +1 -1
  128. package/admin-dist/server/index.mjs +168 -203
  129. package/dist/cli/templates/cmsClient.d.ts +1 -1
  130. package/dist/cli/templates/cmsClient.d.ts.map +1 -1
  131. package/dist/cli/templates/cmsClient.js +30 -11
  132. package/dist/cli/templates/cmsClient.js.map +1 -1
  133. package/dist/cli/templates/cmsConfig.d.ts +1 -1
  134. package/dist/cli/templates/cmsConfig.d.ts.map +1 -1
  135. package/dist/cli/templates/cmsConfig.js +3 -3
  136. package/dist/client/admin/contentLock.d.ts +4 -4
  137. package/dist/client/admin/contentLock.d.ts.map +1 -1
  138. package/dist/client/admin/contentLock.js +1 -1
  139. package/dist/client/admin/contentLock.js.map +1 -1
  140. package/dist/client/admin/contentTypes.d.ts +328 -290
  141. package/dist/client/admin/contentTypes.d.ts.map +1 -1
  142. package/dist/client/admin/contentTypes.js +307 -9
  143. package/dist/client/admin/contentTypes.js.map +1 -1
  144. package/dist/client/admin/entries.d.ts +18 -19
  145. package/dist/client/admin/entries.d.ts.map +1 -1
  146. package/dist/client/admin/entries.js +33 -8
  147. package/dist/client/admin/entries.js.map +1 -1
  148. package/dist/client/admin/index.d.ts +694 -642
  149. package/dist/client/admin/index.d.ts.map +1 -1
  150. package/dist/client/admin/index.js +45 -5
  151. package/dist/client/admin/index.js.map +1 -1
  152. package/dist/client/admin/media.d.ts.map +1 -1
  153. package/dist/client/admin/taxonomies.d.ts.map +1 -1
  154. package/dist/client/admin/trash.d.ts +3 -4
  155. package/dist/client/admin/trash.d.ts.map +1 -1
  156. package/dist/client/admin/types.d.ts +185 -4
  157. package/dist/client/admin/types.d.ts.map +1 -1
  158. package/dist/client/admin/validators.d.ts +2009 -25
  159. package/dist/client/admin/validators.d.ts.map +1 -1
  160. package/dist/client/admin/validators.js +15 -4
  161. package/dist/client/admin/validators.js.map +1 -1
  162. package/dist/client/admin/versions.d.ts +1 -1
  163. package/dist/client/admin/versions.d.ts.map +1 -1
  164. package/dist/client/agentTools.d.ts +1 -4
  165. package/dist/client/agentTools.d.ts.map +1 -1
  166. package/dist/client/agentTools.js +9 -21
  167. package/dist/client/agentTools.js.map +1 -1
  168. package/dist/client/config.d.ts +10 -0
  169. package/dist/client/config.d.ts.map +1 -1
  170. package/dist/client/config.js +1 -0
  171. package/dist/client/config.js.map +1 -1
  172. package/dist/client/defineContent.d.ts +338 -0
  173. package/dist/client/defineContent.d.ts.map +1 -0
  174. package/dist/client/defineContent.js +368 -0
  175. package/dist/client/defineContent.js.map +1 -0
  176. package/dist/client/index.d.ts +2 -0
  177. package/dist/client/index.d.ts.map +1 -1
  178. package/dist/client/index.js +2 -0
  179. package/dist/client/index.js.map +1 -1
  180. package/dist/client/queryBuilder.d.ts +0 -15
  181. package/dist/client/queryBuilder.d.ts.map +1 -1
  182. package/dist/client/queryBuilder.js +0 -23
  183. package/dist/client/queryBuilder.js.map +1 -1
  184. package/dist/client/registry.d.ts +77 -0
  185. package/dist/client/registry.d.ts.map +1 -0
  186. package/dist/client/registry.js +95 -0
  187. package/dist/client/registry.js.map +1 -0
  188. package/dist/client/schema/defineContentType.d.ts +36 -24
  189. package/dist/client/schema/defineContentType.d.ts.map +1 -1
  190. package/dist/client/schema/defineContentType.js +176 -128
  191. package/dist/client/schema/defineContentType.js.map +1 -1
  192. package/dist/client/schema/typedClient.d.ts.map +1 -1
  193. package/dist/client/schema/typedClient.js +2 -10
  194. package/dist/client/schema/typedClient.js.map +1 -1
  195. package/dist/client/schema/types.d.ts +16 -9
  196. package/dist/client/schema/types.d.ts.map +1 -1
  197. package/dist/client/schema/types.js.map +1 -1
  198. package/dist/client/utils/toSlug.d.ts +60 -0
  199. package/dist/client/utils/toSlug.d.ts.map +1 -0
  200. package/dist/client/utils/toSlug.js +31 -0
  201. package/dist/client/utils/toSlug.js.map +1 -0
  202. package/dist/client/wrapper.d.ts +2 -2
  203. package/dist/client/wrapper.d.ts.map +1 -1
  204. package/dist/client/wrapper.js +22 -30
  205. package/dist/client/wrapper.js.map +1 -1
  206. package/dist/component/_generated/component.d.ts +24 -28
  207. package/dist/component/_generated/component.d.ts.map +1 -1
  208. package/dist/component/authorizationHooks.d.ts +1 -1
  209. package/dist/component/authorizationHooks.d.ts.map +1 -1
  210. package/dist/component/authorizationHooks.js +2 -2
  211. package/dist/component/authorizationHooks.js.map +1 -1
  212. package/dist/component/bulkOperations.d.ts.map +1 -1
  213. package/dist/component/bulkOperations.js +7 -4
  214. package/dist/component/bulkOperations.js.map +1 -1
  215. package/dist/component/contentEntries.d.ts +18 -56
  216. package/dist/component/contentEntries.d.ts.map +1 -1
  217. package/dist/component/contentEntries.js +45 -137
  218. package/dist/component/contentEntries.js.map +1 -1
  219. package/dist/component/contentEntryMutations.d.ts +14 -14
  220. package/dist/component/contentEntryMutations.d.ts.map +1 -1
  221. package/dist/component/contentEntryMutations.js +40 -43
  222. package/dist/component/contentEntryMutations.js.map +1 -1
  223. package/dist/component/contentEntryValidation.d.ts +3 -3
  224. package/dist/component/contentEntryValidation.js +6 -9
  225. package/dist/component/contentEntryValidation.js.map +1 -1
  226. package/dist/component/contentLock.d.ts +7 -7
  227. package/dist/component/contentLock.js +3 -3
  228. package/dist/component/contentLock.js.map +1 -1
  229. package/dist/component/contentTypeMigration.d.ts +1 -1
  230. package/dist/component/contentTypeMigration.js +2 -2
  231. package/dist/component/contentTypeMigration.js.map +1 -1
  232. package/dist/component/contentTypeMutations.d.ts.map +1 -1
  233. package/dist/component/contentTypeMutations.js +7 -6
  234. package/dist/component/contentTypeMutations.js.map +1 -1
  235. package/dist/component/convex.config.d.ts.map +1 -1
  236. package/dist/component/convex.config.js +1 -1
  237. package/dist/component/convex.config.js.map +1 -1
  238. package/dist/component/eventEmitter.d.ts +0 -1
  239. package/dist/component/eventEmitter.d.ts.map +1 -1
  240. package/dist/component/eventEmitter.js.map +1 -1
  241. package/dist/component/exportImport.d.ts +37 -37
  242. package/dist/component/exportImport.d.ts.map +1 -1
  243. package/dist/component/exportImport.js +34 -34
  244. package/dist/component/exportImport.js.map +1 -1
  245. package/dist/component/lib/deepReferenceResolver.d.ts +2 -2
  246. package/dist/component/lib/deepReferenceResolver.d.ts.map +1 -1
  247. package/dist/component/lib/deepReferenceResolver.js +13 -8
  248. package/dist/component/lib/deepReferenceResolver.js.map +1 -1
  249. package/dist/component/lib/ragContentChunker.d.ts +3 -3
  250. package/dist/component/lib/ragContentChunker.d.ts.map +1 -1
  251. package/dist/component/lib/ragContentChunker.js +4 -4
  252. package/dist/component/lib/ragContentChunker.js.map +1 -1
  253. package/dist/component/lib/referenceResolver.d.ts.map +1 -1
  254. package/dist/component/lib/referenceResolver.js +10 -17
  255. package/dist/component/lib/referenceResolver.js.map +1 -1
  256. package/dist/component/mediaAssetMutations.js +4 -4
  257. package/dist/component/mediaAssetMutations.js.map +1 -1
  258. package/dist/component/ragContentIndexer.d.ts +2 -2
  259. package/dist/component/ragContentIndexer.d.ts.map +1 -1
  260. package/dist/component/ragContentIndexer.js +44 -48
  261. package/dist/component/ragContentIndexer.js.map +1 -1
  262. package/dist/component/roles.d.ts +3 -3
  263. package/dist/component/scheduledPublish.d.ts +4 -4
  264. package/dist/component/scheduledPublish.js +3 -3
  265. package/dist/component/scheduledPublish.js.map +1 -1
  266. package/dist/component/schema.d.ts +18 -18
  267. package/dist/component/schema.js +5 -5
  268. package/dist/component/schema.js.map +1 -1
  269. package/dist/component/trash.d.ts +6 -9
  270. package/dist/component/trash.d.ts.map +1 -1
  271. package/dist/component/trash.js +12 -36
  272. package/dist/component/trash.js.map +1 -1
  273. package/dist/component/userContext.d.ts +1 -2
  274. package/dist/component/userContext.d.ts.map +1 -1
  275. package/dist/component/userContext.js +1 -2
  276. package/dist/component/userContext.js.map +1 -1
  277. package/dist/component/validators.d.ts +27 -33
  278. package/dist/component/validators.d.ts.map +1 -1
  279. package/dist/component/validators.js +3 -5
  280. package/dist/component/validators.js.map +1 -1
  281. package/dist/component/versionMutations.d.ts +1 -1
  282. package/dist/component/webhookTrigger.d.ts +14 -14
  283. package/dist/test.d.ts +30 -30
  284. package/dist/test.d.ts.map +1 -1
  285. package/dist/test.js +24 -24
  286. package/dist/test.js.map +1 -1
  287. package/package.json +1 -1
  288. package/admin-dist/public/assets/CmsEmptyState-Do_erIgn.js +0 -5
  289. package/admin-dist/public/assets/CmsPageHeader-qDwPGi48.js +0 -1
  290. package/admin-dist/public/assets/CmsStatusBadge-Dd9uToHE.js +0 -1
  291. package/admin-dist/public/assets/CmsToolbar-D1-Y-7SK.js +0 -1
  292. package/admin-dist/public/assets/ContentEntryEditor-CWBiIx52.js +0 -4
  293. package/admin-dist/public/assets/TaxonomyFilter-CdYQawxb.js +0 -1
  294. package/admin-dist/public/assets/_contentTypeId-D9VMP6Gs.js +0 -1
  295. package/admin-dist/public/assets/_entryId-2FlCfqE7.js +0 -1
  296. package/admin-dist/public/assets/alert-GxZx0y5c.js +0 -1
  297. package/admin-dist/public/assets/badge-BAlGIjop.js +0 -1
  298. package/admin-dist/public/assets/command-di7XCqcv.js +0 -1
  299. package/admin-dist/public/assets/content-D8zELsDG.js +0 -1
  300. package/admin-dist/public/assets/content-types-BmzD0krT.js +0 -2
  301. package/admin-dist/public/assets/globals-BvFfH-v9.css +0 -1
  302. package/admin-dist/public/assets/index-zqfj4T_v.js +0 -1
  303. package/admin-dist/public/assets/label-B6PPtKR5.js +0 -1
  304. package/admin-dist/public/assets/link-2-W2fVnVOf.js +0 -1
  305. package/admin-dist/public/assets/list-F8O0lZXC.js +0 -1
  306. package/admin-dist/public/assets/main-dZT72bAG.js +0 -97
  307. package/admin-dist/public/assets/media-CETueFbV.js +0 -1
  308. package/admin-dist/public/assets/new._contentTypeId-BV2-TyyR.js +0 -1
  309. package/admin-dist/public/assets/plus-AABQIF0N.js +0 -1
  310. package/admin-dist/public/assets/scroll-area-CDfk-zrz.js +0 -1
  311. package/admin-dist/public/assets/select-BuiHcMzS.js +0 -1
  312. package/admin-dist/public/assets/settings-DBxbYDvn.js +0 -1
  313. package/admin-dist/public/assets/switch-DiJvolcs.js +0 -1
  314. package/admin-dist/public/assets/tabs-Cgz6G_Xy.js +0 -1
  315. package/admin-dist/public/assets/tanstack-adapter-BknsSgra.js +0 -1
  316. package/admin-dist/public/assets/taxonomies-DOErsLl5.js +0 -1
  317. package/admin-dist/public/assets/textarea-CgggMxUX.js +0 -1
  318. package/admin-dist/public/assets/trash-BU4ANuaW.js +0 -1
  319. package/admin-dist/public/assets/triangle-alert-lvCbwp0s.js +0 -1
  320. package/admin-dist/public/assets/usePermissions-D7tQowaF.js +0 -1
  321. package/admin-dist/server/_libs/h3-v2.mjs +0 -277
  322. package/admin-dist/server/_ssr/CmsButton-DbzfJru_.mjs +0 -125
  323. package/admin-dist/server/_ssr/CmsEmptyState-CuvcXr3Z.mjs +0 -290
  324. package/admin-dist/server/_ssr/_tanstack-start-manifest_v-Dk-FIYPN.mjs +0 -4
  325. package/admin-dist/server/_ssr/content-types-D25lUE-j.mjs +0 -1312
  326. package/admin-dist/server/_ssr/label-PblVvdRv.mjs +0 -22
  327. package/admin-dist/server/_ssr/router-x6Ab8T4s.mjs +0 -1622
  328. package/admin-dist/server/_ssr/select-CrfEkFJw.mjs +0 -142
  329. package/admin-dist/server/_ssr/textarea-CZVaroMc.mjs +0 -18
@@ -39,7 +39,7 @@ function requireReactDom_production() {
39
39
  },
40
40
  p: 0,
41
41
  findDOMNode: null
42
- }, REACT_PORTAL_TYPE = Symbol.for("react.portal");
42
+ }, REACT_PORTAL_TYPE = /* @__PURE__ */ Symbol.for("react.portal");
43
43
  function createPortal$1(children, containerInfo, implementation) {
44
44
  var key = 3 < arguments.length && void 0 !== arguments[3] ? arguments[3] : null;
45
45
  return {
@@ -178,7 +178,7 @@ var hasRequiredReactDomServerLegacy_node_production;
178
178
  function requireReactDomServerLegacy_node_production() {
179
179
  if (hasRequiredReactDomServerLegacy_node_production) return reactDomServerLegacy_node_production;
180
180
  hasRequiredReactDomServerLegacy_node_production = 1;
181
- var React = /* @__PURE__ */ requireReact(), ReactDOM2 = /* @__PURE__ */ requireReactDom(), REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"), REACT_PORTAL_TYPE = Symbol.for("react.portal"), REACT_FRAGMENT_TYPE = Symbol.for("react.fragment"), REACT_STRICT_MODE_TYPE = Symbol.for("react.strict_mode"), REACT_PROFILER_TYPE = Symbol.for("react.profiler"), REACT_CONSUMER_TYPE = Symbol.for("react.consumer"), REACT_CONTEXT_TYPE = Symbol.for("react.context"), REACT_FORWARD_REF_TYPE = Symbol.for("react.forward_ref"), REACT_SUSPENSE_TYPE = Symbol.for("react.suspense"), REACT_SUSPENSE_LIST_TYPE = Symbol.for("react.suspense_list"), REACT_MEMO_TYPE = Symbol.for("react.memo"), REACT_LAZY_TYPE = Symbol.for("react.lazy"), REACT_SCOPE_TYPE = Symbol.for("react.scope"), REACT_ACTIVITY_TYPE = Symbol.for("react.activity"), REACT_LEGACY_HIDDEN_TYPE = Symbol.for("react.legacy_hidden"), REACT_MEMO_CACHE_SENTINEL = Symbol.for("react.memo_cache_sentinel"), REACT_VIEW_TRANSITION_TYPE = Symbol.for("react.view_transition"), MAYBE_ITERATOR_SYMBOL = Symbol.iterator;
181
+ var React = /* @__PURE__ */ requireReact(), ReactDOM2 = /* @__PURE__ */ requireReactDom(), REACT_ELEMENT_TYPE = /* @__PURE__ */ Symbol.for("react.transitional.element"), REACT_PORTAL_TYPE = /* @__PURE__ */ Symbol.for("react.portal"), REACT_FRAGMENT_TYPE = /* @__PURE__ */ Symbol.for("react.fragment"), REACT_STRICT_MODE_TYPE = /* @__PURE__ */ Symbol.for("react.strict_mode"), REACT_PROFILER_TYPE = /* @__PURE__ */ Symbol.for("react.profiler"), REACT_CONSUMER_TYPE = /* @__PURE__ */ Symbol.for("react.consumer"), REACT_CONTEXT_TYPE = /* @__PURE__ */ Symbol.for("react.context"), REACT_FORWARD_REF_TYPE = /* @__PURE__ */ Symbol.for("react.forward_ref"), REACT_SUSPENSE_TYPE = /* @__PURE__ */ Symbol.for("react.suspense"), REACT_SUSPENSE_LIST_TYPE = /* @__PURE__ */ Symbol.for("react.suspense_list"), REACT_MEMO_TYPE = /* @__PURE__ */ Symbol.for("react.memo"), REACT_LAZY_TYPE = /* @__PURE__ */ Symbol.for("react.lazy"), REACT_SCOPE_TYPE = /* @__PURE__ */ Symbol.for("react.scope"), REACT_ACTIVITY_TYPE = /* @__PURE__ */ Symbol.for("react.activity"), REACT_LEGACY_HIDDEN_TYPE = /* @__PURE__ */ Symbol.for("react.legacy_hidden"), REACT_MEMO_CACHE_SENTINEL = /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel"), REACT_VIEW_TRANSITION_TYPE = /* @__PURE__ */ Symbol.for("react.view_transition"), MAYBE_ITERATOR_SYMBOL = Symbol.iterator;
182
182
  function getIteratorFn(maybeIterable) {
183
183
  if (null === maybeIterable || "object" !== typeof maybeIterable) return null;
184
184
  maybeIterable = MAYBE_ITERATOR_SYMBOL && maybeIterable[MAYBE_ITERATOR_SYMBOL] || maybeIterable["@@iterator"];
@@ -2315,7 +2315,7 @@ function requireReactDomServerLegacy_node_production() {
2315
2315
  function pushSegmentFinale(target, renderState, lastPushedText, textEmbedded) {
2316
2316
  renderState.generateStaticMarkup || lastPushedText && textEmbedded && target.push("<!-- -->");
2317
2317
  }
2318
- var bind = Function.prototype.bind, REACT_CLIENT_REFERENCE = Symbol.for("react.client.reference");
2318
+ var bind = Function.prototype.bind, REACT_CLIENT_REFERENCE = /* @__PURE__ */ Symbol.for("react.client.reference");
2319
2319
  function getComponentNameFromType(type) {
2320
2320
  if (null == type) return null;
2321
2321
  if ("function" === typeof type)
@@ -5058,7 +5058,7 @@ var hasRequiredReactDomServer_node_production;
5058
5058
  function requireReactDomServer_node_production() {
5059
5059
  if (hasRequiredReactDomServer_node_production) return reactDomServer_node_production;
5060
5060
  hasRequiredReactDomServer_node_production = 1;
5061
- var util = require$$0, crypto = require$$1, async_hooks = require$$2, React = /* @__PURE__ */ requireReact(), ReactDOM2 = /* @__PURE__ */ requireReactDom(), stream = require$$5, REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"), REACT_PORTAL_TYPE = Symbol.for("react.portal"), REACT_FRAGMENT_TYPE = Symbol.for("react.fragment"), REACT_STRICT_MODE_TYPE = Symbol.for("react.strict_mode"), REACT_PROFILER_TYPE = Symbol.for("react.profiler"), REACT_CONSUMER_TYPE = Symbol.for("react.consumer"), REACT_CONTEXT_TYPE = Symbol.for("react.context"), REACT_FORWARD_REF_TYPE = Symbol.for("react.forward_ref"), REACT_SUSPENSE_TYPE = Symbol.for("react.suspense"), REACT_SUSPENSE_LIST_TYPE = Symbol.for("react.suspense_list"), REACT_MEMO_TYPE = Symbol.for("react.memo"), REACT_LAZY_TYPE = Symbol.for("react.lazy"), REACT_SCOPE_TYPE = Symbol.for("react.scope"), REACT_ACTIVITY_TYPE = Symbol.for("react.activity"), REACT_LEGACY_HIDDEN_TYPE = Symbol.for("react.legacy_hidden"), REACT_MEMO_CACHE_SENTINEL = Symbol.for("react.memo_cache_sentinel"), REACT_VIEW_TRANSITION_TYPE = Symbol.for("react.view_transition"), MAYBE_ITERATOR_SYMBOL = Symbol.iterator;
5061
+ var util = require$$0, crypto = require$$1, async_hooks = require$$2, React = /* @__PURE__ */ requireReact(), ReactDOM2 = /* @__PURE__ */ requireReactDom(), stream = require$$5, REACT_ELEMENT_TYPE = /* @__PURE__ */ Symbol.for("react.transitional.element"), REACT_PORTAL_TYPE = /* @__PURE__ */ Symbol.for("react.portal"), REACT_FRAGMENT_TYPE = /* @__PURE__ */ Symbol.for("react.fragment"), REACT_STRICT_MODE_TYPE = /* @__PURE__ */ Symbol.for("react.strict_mode"), REACT_PROFILER_TYPE = /* @__PURE__ */ Symbol.for("react.profiler"), REACT_CONSUMER_TYPE = /* @__PURE__ */ Symbol.for("react.consumer"), REACT_CONTEXT_TYPE = /* @__PURE__ */ Symbol.for("react.context"), REACT_FORWARD_REF_TYPE = /* @__PURE__ */ Symbol.for("react.forward_ref"), REACT_SUSPENSE_TYPE = /* @__PURE__ */ Symbol.for("react.suspense"), REACT_SUSPENSE_LIST_TYPE = /* @__PURE__ */ Symbol.for("react.suspense_list"), REACT_MEMO_TYPE = /* @__PURE__ */ Symbol.for("react.memo"), REACT_LAZY_TYPE = /* @__PURE__ */ Symbol.for("react.lazy"), REACT_SCOPE_TYPE = /* @__PURE__ */ Symbol.for("react.scope"), REACT_ACTIVITY_TYPE = /* @__PURE__ */ Symbol.for("react.activity"), REACT_LEGACY_HIDDEN_TYPE = /* @__PURE__ */ Symbol.for("react.legacy_hidden"), REACT_MEMO_CACHE_SENTINEL = /* @__PURE__ */ Symbol.for("react.memo_cache_sentinel"), REACT_VIEW_TRANSITION_TYPE = /* @__PURE__ */ Symbol.for("react.view_transition"), MAYBE_ITERATOR_SYMBOL = Symbol.iterator;
5062
5062
  function getIteratorFn(maybeIterable) {
5063
5063
  if (null === maybeIterable || "object" !== typeof maybeIterable) return null;
5064
5064
  maybeIterable = MAYBE_ITERATOR_SYMBOL && maybeIterable[MAYBE_ITERATOR_SYMBOL] || maybeIterable["@@iterator"];
@@ -7368,7 +7368,7 @@ function requireReactDomServer_node_production() {
7368
7368
  function hasSuspenseyContent(hoistableState) {
7369
7369
  return 0 < hoistableState.stylesheets.size || hoistableState.suspenseyImages;
7370
7370
  }
7371
- var bind = Function.prototype.bind, requestStorage = new async_hooks.AsyncLocalStorage(), REACT_CLIENT_REFERENCE = Symbol.for("react.client.reference");
7371
+ var bind = Function.prototype.bind, requestStorage = new async_hooks.AsyncLocalStorage(), REACT_CLIENT_REFERENCE = /* @__PURE__ */ Symbol.for("react.client.reference");
7372
7372
  function getComponentNameFromType(type) {
7373
7373
  if (null == type) return null;
7374
7374
  if ("function" === typeof type)
@@ -28,7 +28,7 @@ var hasRequiredReactJsxRuntime_production;
28
28
  function requireReactJsxRuntime_production() {
29
29
  if (hasRequiredReactJsxRuntime_production) return reactJsxRuntime_production;
30
30
  hasRequiredReactJsxRuntime_production = 1;
31
- var REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"), REACT_FRAGMENT_TYPE = Symbol.for("react.fragment");
31
+ var REACT_ELEMENT_TYPE = /* @__PURE__ */ Symbol.for("react.transitional.element"), REACT_FRAGMENT_TYPE = /* @__PURE__ */ Symbol.for("react.fragment");
32
32
  function jsxProd(type, config, maybeKey) {
33
33
  var key = null;
34
34
  void 0 !== maybeKey && (key = "" + maybeKey);
@@ -68,7 +68,7 @@ var hasRequiredReact_production;
68
68
  function requireReact_production() {
69
69
  if (hasRequiredReact_production) return react_production;
70
70
  hasRequiredReact_production = 1;
71
- var REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"), REACT_PORTAL_TYPE = Symbol.for("react.portal"), REACT_FRAGMENT_TYPE = Symbol.for("react.fragment"), REACT_STRICT_MODE_TYPE = Symbol.for("react.strict_mode"), REACT_PROFILER_TYPE = Symbol.for("react.profiler"), REACT_CONSUMER_TYPE = Symbol.for("react.consumer"), REACT_CONTEXT_TYPE = Symbol.for("react.context"), REACT_FORWARD_REF_TYPE = Symbol.for("react.forward_ref"), REACT_SUSPENSE_TYPE = Symbol.for("react.suspense"), REACT_MEMO_TYPE = Symbol.for("react.memo"), REACT_LAZY_TYPE = Symbol.for("react.lazy"), REACT_ACTIVITY_TYPE = Symbol.for("react.activity"), MAYBE_ITERATOR_SYMBOL = Symbol.iterator;
71
+ var REACT_ELEMENT_TYPE = /* @__PURE__ */ Symbol.for("react.transitional.element"), REACT_PORTAL_TYPE = /* @__PURE__ */ Symbol.for("react.portal"), REACT_FRAGMENT_TYPE = /* @__PURE__ */ Symbol.for("react.fragment"), REACT_STRICT_MODE_TYPE = /* @__PURE__ */ Symbol.for("react.strict_mode"), REACT_PROFILER_TYPE = /* @__PURE__ */ Symbol.for("react.profiler"), REACT_CONSUMER_TYPE = /* @__PURE__ */ Symbol.for("react.consumer"), REACT_CONTEXT_TYPE = /* @__PURE__ */ Symbol.for("react.context"), REACT_FORWARD_REF_TYPE = /* @__PURE__ */ Symbol.for("react.forward_ref"), REACT_SUSPENSE_TYPE = /* @__PURE__ */ Symbol.for("react.suspense"), REACT_MEMO_TYPE = /* @__PURE__ */ Symbol.for("react.memo"), REACT_LAZY_TYPE = /* @__PURE__ */ Symbol.for("react.lazy"), REACT_ACTIVITY_TYPE = /* @__PURE__ */ Symbol.for("react.activity"), MAYBE_ITERATOR_SYMBOL = Symbol.iterator;
72
72
  function getIteratorFn(maybeIterable) {
73
73
  if (null === maybeIterable || "object" !== typeof maybeIterable) return null;
74
74
  maybeIterable = MAYBE_ITERATOR_SYMBOL && maybeIterable[MAYBE_ITERATOR_SYMBOL] || maybeIterable["@@iterator"];
@@ -1,6 +1,6 @@
1
1
  import { R as Root, P as Portal, O as Overlay, C as Content } from "../_chunks/_libs/@radix-ui/react-dialog.mjs";
2
2
  import { r as reactExports } from "../_chunks/_libs/react.mjs";
3
- import { P as Primitive } from "../_chunks/_libs/@radix-ui/react-primitive.mjs";
3
+ import { a as Primitive } from "../_chunks/_libs/@radix-ui/react-primitive.mjs";
4
4
  import { u as useId } from "../_chunks/_libs/@radix-ui/react-id.mjs";
5
5
  import { c as composeRefs } from "../_chunks/_libs/@radix-ui/react-compose-refs.mjs";
6
6
  var U = 1, Y$1 = 0.9, H = 0.8, J = 0.17, p = 0.1, u = 0.999, $ = 0.9999;
@@ -924,7 +924,7 @@ var __defProp$c = Object.defineProperty;
924
924
  var __defNormalProp$c = (obj, key, value) => key in obj ? __defProp$c(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
925
925
  var __publicField$c = (obj, key, value) => __defNormalProp$c(obj, typeof key !== "symbol" ? key + "" : key, value);
926
926
  var _a, _b;
927
- const IDENTIFYING_FIELD = Symbol.for("ConvexError");
927
+ const IDENTIFYING_FIELD = /* @__PURE__ */ Symbol.for("ConvexError");
928
928
  class ConvexError extends (_b = Error, _a = IDENTIFYING_FIELD, _b) {
929
929
  constructor(data) {
930
930
  super(typeof data === "string" ? data : stringifyValueForError(data));
@@ -1579,8 +1579,8 @@ class RequestManager {
1579
1579
  return this.inflightActionsCount;
1580
1580
  }
1581
1581
  }
1582
- const functionName = Symbol.for("functionName");
1583
- const toReferencePath = Symbol.for("toReferencePath");
1582
+ const functionName = /* @__PURE__ */ Symbol.for("functionName");
1583
+ const toReferencePath = /* @__PURE__ */ Symbol.for("toReferencePath");
1584
1584
  function extractReferencePath(reference) {
1585
1585
  return reference[toReferencePath] ?? null;
1586
1586
  }
@@ -1,58 +1 @@
1
- function splitSetCookieString(cookiesString) {
2
- if (Array.isArray(cookiesString)) {
3
- return cookiesString.flatMap((c) => splitSetCookieString(c));
4
- }
5
- if (typeof cookiesString !== "string") {
6
- return [];
7
- }
8
- const cookiesStrings = [];
9
- let pos = 0;
10
- let start;
11
- let ch;
12
- let lastComma;
13
- let nextStart;
14
- let cookiesSeparatorFound;
15
- const skipWhitespace = () => {
16
- while (pos < cookiesString.length && /\s/.test(cookiesString.charAt(pos))) {
17
- pos += 1;
18
- }
19
- return pos < cookiesString.length;
20
- };
21
- const notSpecialChar = () => {
22
- ch = cookiesString.charAt(pos);
23
- return ch !== "=" && ch !== ";" && ch !== ",";
24
- };
25
- while (pos < cookiesString.length) {
26
- start = pos;
27
- cookiesSeparatorFound = false;
28
- while (skipWhitespace()) {
29
- ch = cookiesString.charAt(pos);
30
- if (ch === ",") {
31
- lastComma = pos;
32
- pos += 1;
33
- skipWhitespace();
34
- nextStart = pos;
35
- while (pos < cookiesString.length && notSpecialChar()) {
36
- pos += 1;
37
- }
38
- if (pos < cookiesString.length && cookiesString.charAt(pos) === "=") {
39
- cookiesSeparatorFound = true;
40
- pos = nextStart;
41
- cookiesStrings.push(cookiesString.slice(start, lastComma));
42
- start = pos;
43
- } else {
44
- pos = lastComma + 1;
45
- }
46
- } else {
47
- pos += 1;
48
- }
49
- }
50
- if (!cookiesSeparatorFound || pos >= cookiesString.length) {
51
- cookiesStrings.push(cookiesString.slice(start));
52
- }
53
- }
54
- return cookiesStrings;
55
- }
56
- export {
57
- splitSetCookieString as s
58
- };
1
+
@@ -1,6 +1,6 @@
1
1
  const millisecondsInWeek = 6048e5;
2
2
  const millisecondsInDay = 864e5;
3
- const constructFromSymbol = Symbol.for("constructDateFrom");
3
+ const constructFromSymbol = /* @__PURE__ */ Symbol.for("constructDateFrom");
4
4
  function constructFrom(date, value) {
5
5
  if (typeof date === "function") return date(value);
6
6
  if (date && typeof date === "object" && constructFromSymbol in date)
@@ -75,25 +75,25 @@ const createLucideIcon = (iconName, iconNode) => {
75
75
  Component.displayName = toPascalCase(iconName);
76
76
  return Component;
77
77
  };
78
- const __iconNode$1l = [
78
+ const __iconNode$1n = [
79
79
  ["rect", { width: "20", height: "5", x: "2", y: "3", rx: "1", key: "1wp1u1" }],
80
80
  ["path", { d: "M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8", key: "1s80jp" }],
81
81
  ["path", { d: "M10 12h4", key: "a56b0p" }]
82
82
  ];
83
- const Archive = createLucideIcon("archive", __iconNode$1l);
84
- const __iconNode$1k = [
83
+ const Archive = createLucideIcon("archive", __iconNode$1n);
84
+ const __iconNode$1m = [
85
85
  ["path", { d: "M5 12h14", key: "1ays0h" }],
86
86
  ["path", { d: "m12 5 7 7-7 7", key: "xquz4c" }]
87
87
  ];
88
- const ArrowRight = createLucideIcon("arrow-right", __iconNode$1k);
89
- const __iconNode$1j = [
88
+ const ArrowRight = createLucideIcon("arrow-right", __iconNode$1m);
89
+ const __iconNode$1l = [
90
90
  ["path", { d: "m21 16-4 4-4-4", key: "f6ql7i" }],
91
91
  ["path", { d: "M17 20V4", key: "1ejh1v" }],
92
92
  ["path", { d: "m3 8 4-4 4 4", key: "11wl7u" }],
93
93
  ["path", { d: "M7 4v16", key: "1glfcx" }]
94
94
  ];
95
- const ArrowUpDown = createLucideIcon("arrow-up-down", __iconNode$1j);
96
- const __iconNode$1i = [
95
+ const ArrowUpDown = createLucideIcon("arrow-up-down", __iconNode$1l);
96
+ const __iconNode$1k = [
97
97
  ["path", { d: "M10.268 21a2 2 0 0 0 3.464 0", key: "vwvbt9" }],
98
98
  [
99
99
  "path",
@@ -103,15 +103,15 @@ const __iconNode$1i = [
103
103
  }
104
104
  ]
105
105
  ];
106
- const Bell = createLucideIcon("bell", __iconNode$1i);
107
- const __iconNode$1h = [
106
+ const Bell = createLucideIcon("bell", __iconNode$1k);
107
+ const __iconNode$1j = [
108
108
  [
109
109
  "path",
110
110
  { d: "M6 12h9a4 4 0 0 1 0 8H7a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h7a4 4 0 0 1 0 8", key: "mg9rjx" }
111
111
  ]
112
112
  ];
113
- const Bold = createLucideIcon("bold", __iconNode$1h);
114
- const __iconNode$1g = [
113
+ const Bold = createLucideIcon("bold", __iconNode$1j);
114
+ const __iconNode$1i = [
115
115
  [
116
116
  "path",
117
117
  {
@@ -120,8 +120,8 @@ const __iconNode$1g = [
120
120
  }
121
121
  ]
122
122
  ];
123
- const Book = createLucideIcon("book", __iconNode$1g);
124
- const __iconNode$1f = [
123
+ const Book = createLucideIcon("book", __iconNode$1i);
124
+ const __iconNode$1h = [
125
125
  [
126
126
  "path",
127
127
  {
@@ -130,8 +130,8 @@ const __iconNode$1f = [
130
130
  }
131
131
  ]
132
132
  ];
133
- const Bookmark = createLucideIcon("bookmark", __iconNode$1f);
134
- const __iconNode$1e = [
133
+ const Bookmark = createLucideIcon("bookmark", __iconNode$1h);
134
+ const __iconNode$1g = [
135
135
  [
136
136
  "path",
137
137
  { d: "M8 3H7a2 2 0 0 0-2 2v5a2 2 0 0 1-2 2 2 2 0 0 1 2 2v5c0 1.1.9 2 2 2h1", key: "ezmyqa" }
@@ -144,46 +144,58 @@ const __iconNode$1e = [
144
144
  }
145
145
  ]
146
146
  ];
147
- const Braces = createLucideIcon("braces", __iconNode$1e);
148
- const __iconNode$1d = [
147
+ const Braces = createLucideIcon("braces", __iconNode$1g);
148
+ const __iconNode$1f = [
149
149
  ["path", { d: "M8 2v4", key: "1cmpym" }],
150
150
  ["path", { d: "M16 2v4", key: "4m81vk" }],
151
151
  ["rect", { width: "18", height: "18", x: "3", y: "4", rx: "2", key: "1hopcy" }],
152
152
  ["path", { d: "M3 10h18", key: "8toen8" }]
153
153
  ];
154
- const Calendar = createLucideIcon("calendar", __iconNode$1d);
155
- const __iconNode$1c = [["path", { d: "M20 6 9 17l-5-5", key: "1gmf2c" }]];
156
- const Check = createLucideIcon("check", __iconNode$1c);
157
- const __iconNode$1b = [["path", { d: "m6 9 6 6 6-6", key: "qrunsl" }]];
158
- const ChevronDown = createLucideIcon("chevron-down", __iconNode$1b);
159
- const __iconNode$1a = [["path", { d: "m15 18-6-6 6-6", key: "1wnfg3" }]];
160
- const ChevronLeft = createLucideIcon("chevron-left", __iconNode$1a);
161
- const __iconNode$19 = [["path", { d: "m9 18 6-6-6-6", key: "mthhwq" }]];
162
- const ChevronRight = createLucideIcon("chevron-right", __iconNode$19);
163
- const __iconNode$18 = [["path", { d: "m18 15-6-6-6 6", key: "153udz" }]];
164
- const ChevronUp = createLucideIcon("chevron-up", __iconNode$18);
165
- const __iconNode$17 = [
154
+ const Calendar = createLucideIcon("calendar", __iconNode$1f);
155
+ const __iconNode$1e = [["path", { d: "M20 6 9 17l-5-5", key: "1gmf2c" }]];
156
+ const Check = createLucideIcon("check", __iconNode$1e);
157
+ const __iconNode$1d = [["path", { d: "m6 9 6 6 6-6", key: "qrunsl" }]];
158
+ const ChevronDown = createLucideIcon("chevron-down", __iconNode$1d);
159
+ const __iconNode$1c = [["path", { d: "m15 18-6-6 6-6", key: "1wnfg3" }]];
160
+ const ChevronLeft = createLucideIcon("chevron-left", __iconNode$1c);
161
+ const __iconNode$1b = [["path", { d: "m9 18 6-6-6-6", key: "mthhwq" }]];
162
+ const ChevronRight = createLucideIcon("chevron-right", __iconNode$1b);
163
+ const __iconNode$1a = [["path", { d: "m18 15-6-6-6 6", key: "153udz" }]];
164
+ const ChevronUp = createLucideIcon("chevron-up", __iconNode$1a);
165
+ const __iconNode$19 = [
166
166
  ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
167
167
  ["line", { x1: "12", x2: "12", y1: "8", y2: "12", key: "1pkeuh" }],
168
168
  ["line", { x1: "12", x2: "12.01", y1: "16", y2: "16", key: "4dfq90" }]
169
169
  ];
170
- const CircleAlert = createLucideIcon("circle-alert", __iconNode$17);
171
- const __iconNode$16 = [
170
+ const CircleAlert = createLucideIcon("circle-alert", __iconNode$19);
171
+ const __iconNode$18 = [
172
172
  ["path", { d: "M21.801 10A10 10 0 1 1 17 3.335", key: "yps3ct" }],
173
173
  ["path", { d: "m9 11 3 3L22 4", key: "1pflzl" }]
174
174
  ];
175
- const CircleCheckBig = createLucideIcon("circle-check-big", __iconNode$16);
176
- const __iconNode$15 = [
175
+ const CircleCheckBig = createLucideIcon("circle-check-big", __iconNode$18);
176
+ const __iconNode$17 = [
177
177
  ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
178
178
  ["path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3", key: "1u773s" }],
179
179
  ["path", { d: "M12 17h.01", key: "p32p05" }]
180
180
  ];
181
- const CircleQuestionMark = createLucideIcon("circle-question-mark", __iconNode$15);
182
- const __iconNode$14 = [
181
+ const CircleQuestionMark = createLucideIcon("circle-question-mark", __iconNode$17);
182
+ const __iconNode$16 = [
183
+ ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
184
+ ["path", { d: "m15 9-6 6", key: "1uzhvr" }],
185
+ ["path", { d: "m9 9 6 6", key: "z0biqf" }]
186
+ ];
187
+ const CircleX = createLucideIcon("circle-x", __iconNode$16);
188
+ const __iconNode$15 = [
183
189
  ["path", { d: "M12 6v6l4 2", key: "mmk7yg" }],
184
190
  ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }]
185
191
  ];
186
- const Clock = createLucideIcon("clock", __iconNode$14);
192
+ const Clock = createLucideIcon("clock", __iconNode$15);
193
+ const __iconNode$14 = [
194
+ ["path", { d: "m18 16 4-4-4-4", key: "1inbqp" }],
195
+ ["path", { d: "m6 8-4 4 4 4", key: "15zrgr" }],
196
+ ["path", { d: "m14.5 4-5 16", key: "e7oirm" }]
197
+ ];
198
+ const CodeXml = createLucideIcon("code-xml", __iconNode$14);
187
199
  const __iconNode$13 = [
188
200
  ["path", { d: "m16 18 6-6-6-6", key: "eg8j8" }],
189
201
  ["path", { d: "m8 6-6 6 6 6", key: "ppft3o" }]
@@ -768,7 +780,7 @@ const __iconNode = [
768
780
  ];
769
781
  const X = createLucideIcon("x", __iconNode);
770
782
  export {
771
- Sun as $,
783
+ TextAlignStart as $,
772
784
  Archive as A,
773
785
  Bell as B,
774
786
  CircleQuestionMark as C,
@@ -777,81 +789,83 @@ export {
777
789
  Flag as F,
778
790
  Globe as G,
779
791
  House as H,
780
- Image as I,
781
- FileText as J,
782
- LayoutDashboard as K,
792
+ Trash2 as I,
793
+ Settings as J,
794
+ FileCode as K,
783
795
  LoaderCircle as L,
784
796
  MessageSquare as M,
785
- Search as N,
786
- TriangleAlert as O,
787
- Package as P,
788
- Plus as Q,
789
- RotateCcw as R,
797
+ Tags as N,
798
+ Image as O,
799
+ Plus as P,
800
+ FileText as Q,
801
+ LayoutDashboard as R,
790
802
  SquarePen as S,
791
803
  ToggleLeft as T,
792
804
  User as U,
793
- Tag as V,
794
- Pencil as W,
805
+ FolderOpen as V,
806
+ Tag as W,
795
807
  X,
796
- FolderTree as Y,
797
- Info as Z,
798
- Check as _,
808
+ List as Y,
809
+ Link2 as Z,
810
+ FileType as _,
799
811
  Layers as a,
800
- Moon as a0,
801
- Monitor as a1,
802
- ChevronLeft as a2,
803
- FolderPlus as a3,
804
- Upload as a4,
805
- Ellipsis as a5,
806
- FolderInput as a6,
807
- EllipsisVertical as a7,
808
- Download as a8,
809
- Link2 as a9,
810
- File as aa,
811
- Music as ab,
812
- Video as ac,
813
- Copy as ad,
814
- Grid3x3 as ae,
815
- List as af,
816
- FileType as ag,
817
- TextAlignStart as ah,
818
- FolderOpen as ai,
819
- ChevronUp as aj,
820
- CircleCheckBig as ak,
821
- TrendingUp as al,
822
- ArrowUpDown as am,
823
- RefreshCw as an,
824
- History as ao,
825
- GitCompare as ap,
826
- ArrowRight as aq,
827
- Bold as ar,
828
- Italic as as,
829
- Heading2 as at,
830
- Quote as au,
831
- Minus as av,
812
+ TriangleAlert as a0,
813
+ Search as a1,
814
+ RotateCcw as a2,
815
+ Pencil as a3,
816
+ FolderTree as a4,
817
+ Info as a5,
818
+ Sun as a6,
819
+ Moon as a7,
820
+ Monitor as a8,
821
+ ChevronLeft as a9,
822
+ FolderPlus as aa,
823
+ Upload as ab,
824
+ Ellipsis as ac,
825
+ FolderInput as ad,
826
+ EllipsisVertical as ae,
827
+ Download as af,
828
+ File as ag,
829
+ Music as ah,
830
+ Video as ai,
831
+ Copy as aj,
832
+ Grid3x3 as ak,
833
+ CircleCheckBig as al,
834
+ TrendingUp as am,
835
+ CircleX as an,
836
+ RefreshCw as ao,
837
+ ArrowUpDown as ap,
838
+ History as aq,
839
+ GitCompare as ar,
840
+ ArrowRight as as,
841
+ Bold as at,
842
+ Italic as au,
843
+ Heading2 as av,
844
+ Quote as aw,
845
+ Minus as ax,
832
846
  Book as b,
833
847
  Code as c,
834
848
  ChevronDown as d,
835
849
  LogOut as e,
836
- ChevronRight as f,
837
- CircleAlert as g,
838
- Eye as h,
839
- Bookmark as i,
840
- Heart as j,
841
- Star as k,
842
- Phone as l,
843
- Mail as m,
844
- MapPin as n,
845
- Folder as o,
846
- Braces as p,
847
- SquareCheckBig as q,
848
- Hash as r,
849
- Link as s,
850
- Clock as t,
851
- Calendar as u,
852
- Lock as v,
853
- Trash2 as w,
854
- Settings as x,
855
- FileCode as y,
856
- Tags as z
850
+ CodeXml as f,
851
+ ChevronUp as g,
852
+ ChevronRight as h,
853
+ Check as i,
854
+ CircleAlert as j,
855
+ Eye as k,
856
+ Bookmark as l,
857
+ Heart as m,
858
+ Star as n,
859
+ Package as o,
860
+ Phone as p,
861
+ Mail as q,
862
+ MapPin as r,
863
+ Folder as s,
864
+ Braces as t,
865
+ SquareCheckBig as u,
866
+ Hash as v,
867
+ Link as w,
868
+ Clock as x,
869
+ Calendar as y,
870
+ Lock as z
857
871
  };
@@ -1,58 +1 @@
1
- import { n as ni, t as te } from "./seroval.mjs";
2
- var n = {}, P = (e) => new ReadableStream({ start: (r) => {
3
- e.on({ next: (a) => {
4
- try {
5
- r.enqueue(a);
6
- } catch (t) {
7
- }
8
- }, throw: (a) => {
9
- r.error(a);
10
- }, return: () => {
11
- try {
12
- r.close();
13
- } catch (a) {
14
- }
15
- } });
16
- } }), x = ni({ tag: "seroval-plugins/web/ReadableStreamFactory", test(e) {
17
- return e === n;
18
- }, parse: { sync() {
19
- return n;
20
- }, async async() {
21
- return await Promise.resolve(n);
22
- }, stream() {
23
- return n;
24
- } }, serialize() {
25
- return P.toString();
26
- }, deserialize() {
27
- return n;
28
- } });
29
- function w(e) {
30
- let r = te(), a = e.getReader();
31
- async function t() {
32
- try {
33
- let s = await a.read();
34
- s.done ? r.return(s.value) : (r.next(s.value), await t());
35
- } catch (s) {
36
- r.throw(s);
37
- }
38
- }
39
- return t().catch(() => {
40
- }), r;
41
- }
42
- var ee = ni({ tag: "seroval/plugins/web/ReadableStream", extends: [x], test(e) {
43
- return typeof ReadableStream == "undefined" ? false : e instanceof ReadableStream;
44
- }, parse: { sync(e, r) {
45
- return { factory: r.parse(n), stream: r.parse(te()) };
46
- }, async async(e, r) {
47
- return { factory: await r.parse(n), stream: await r.parse(w(e)) };
48
- }, stream(e, r) {
49
- return { factory: r.parse(n), stream: r.parse(w(e)) };
50
- } }, serialize(e, r) {
51
- return "(" + r.serialize(e.factory) + ")(" + r.serialize(e.stream) + ")";
52
- }, deserialize(e, r) {
53
- let a = r.deserialize(e.stream);
54
- return P(a);
55
- } }), p = ee;
56
- export {
57
- p
58
- };
1
+