@hiai-gg/docsmint 0.7.4 → 0.7.6

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 (246) hide show
  1. package/README.md +2 -2
  2. package/dist/backend/index.js +130026 -129609
  3. package/dist/backend-account-runtime-cleanup.js +2 -0
  4. package/dist/backend-api-key-facade.js +2 -0
  5. package/dist/backend-pipeline-cancellation.js +2 -0
  6. package/dist/frontend/CategoryDialog-D_xFSWGh.js +630 -0
  7. package/dist/frontend/ConfirmDialog-Cfq3D2Di.js +221 -0
  8. package/dist/frontend/{CreateSnapshotDialog-CojnWChs.js → CreateSnapshotDialog-BHODxZWK.js} +53 -52
  9. package/dist/frontend/{DatePicker-7FAbIOGg.js → DatePicker-CZyCnQ1q.js} +62 -64
  10. package/dist/frontend/{DeleteDialog-BIlqRb1u.js → DeleteDialog-DaJOO6SB.js} +17 -17
  11. package/dist/frontend/FolderNode-C_91NlEO.js +307 -0
  12. package/dist/frontend/{FolderTreeSelector-BMB1MS9N.js → FolderTreeSelector-DqO-f0nt.js} +7 -7
  13. package/dist/frontend/HiAiEditor-DtUGbQg6.js +3160 -0
  14. package/dist/frontend/{HiaiDocsExtensionProvider-OSn96BBw.js → HiaiDocsExtensionProvider-Cc3yzW5I.js} +5 -3
  15. package/dist/frontend/{Icon-Db-o32_E.js → Icon-y7xxAIC6.js} +1 -1
  16. package/dist/frontend/{SettingsDialog-DatuxOVX.js → SettingsDialog-BlIZqk2-.js} +169 -158
  17. package/dist/frontend/ShareDialog-CmX-VoJ9.js +273 -0
  18. package/dist/frontend/Sidebar-BVGm5BRR.js +2147 -0
  19. package/dist/frontend/{TagCreateDialog-Ch21yuWV.js → TagCreateDialog-BlGz4O9Z.js} +45 -36
  20. package/dist/frontend/action_cancel-Cuxsznzz.js +5 -0
  21. package/dist/frontend/action_close-BJm_52wm.js +5 -0
  22. package/dist/frontend/action_create-CtBQrRuj.js +5 -0
  23. package/dist/frontend/action_delete-BXBIzvn0.js +5 -0
  24. package/dist/frontend/action_go_to-VmK5jmEk.js +5 -0
  25. package/dist/frontend/action_loading-BLCGJVA9.js +5 -0
  26. package/dist/frontend/action_save-BRN2Z_GP.js +5 -0
  27. package/dist/frontend/api/attachments.js +1 -1
  28. package/dist/frontend/api/categories.js +1 -1
  29. package/dist/frontend/api/folders.js +1 -1
  30. package/dist/frontend/api/settings.js +1 -1
  31. package/dist/frontend/api/share.js +1 -1
  32. package/dist/frontend/api/tags.js +1 -1
  33. package/dist/frontend/app-shell.js +8 -8
  34. package/dist/frontend/{attachments-B2aH3hXF.js → attachments-C225gTA7.js} +2 -2
  35. package/dist/frontend/{auth-client-CnDZwPfp.js → auth-client-DCMne8vd.js} +630 -615
  36. package/dist/frontend/{bundle-mjs-DllmqUxV.js → bundle-mjs-CZ3g1Uzr.js} +35 -42
  37. package/dist/frontend/{camera-CzCxBOpc.js → camera-BI-BtnIm.js} +2 -2
  38. package/dist/frontend/{categories-X7gK8azc.js → categories-Bjcc41We.js} +1 -1
  39. package/dist/frontend/categories_update_error-4aSI8PTr.js +5 -0
  40. package/dist/frontend/{check-BIi-Ghti.js → check-sdTlLwi9.js} +2 -2
  41. package/dist/frontend/{chevron-down-C2ft7XUV.js → chevron-down-DlBnIE7Y.js} +2 -2
  42. package/dist/frontend/{circle-check-BrqfiQH1.js → circle-check-hWC-HeKu.js} +2 -2
  43. package/dist/frontend/{clock-Dz86E4Kz.js → clock-C4FHq-9q.js} +2 -2
  44. package/dist/frontend/collaboration.js +208 -103
  45. package/dist/frontend/components/category-dialog.js +1 -1
  46. package/dist/frontend/components/create-snapshot-dialog.js +1 -1
  47. package/dist/frontend/components/delete-dialog.js +1 -1
  48. package/dist/frontend/components/editor/compact-editor.js +1 -1
  49. package/dist/frontend/components/editor/document-editor.js +1 -1
  50. package/dist/frontend/components/editor/document-title.js +3 -2
  51. package/dist/frontend/components/editor/docx-serializer.js +140 -125
  52. package/dist/frontend/components/editor/extensions.js +1 -1
  53. package/dist/frontend/components/editor/markdown-toggle.js +9 -9
  54. package/dist/frontend/components/editor/markdown.js +1 -1
  55. package/dist/frontend/components/folder-node.js +1 -1
  56. package/dist/frontend/components/folder-tree-selector.js +1 -1
  57. package/dist/frontend/components/save-as-dialog.js +34 -25
  58. package/dist/frontend/components/settings.js +1 -1
  59. package/dist/frontend/components/share-dialog.js +1 -1
  60. package/dist/frontend/components/sidebar.js +1 -1
  61. package/dist/frontend/components/tag-create-dialog.js +1 -1
  62. package/dist/frontend/components/version-history.js +181 -176
  63. package/dist/frontend/{confirm-dialog-8T6vsWL7.js → confirm-dialog-BFTxjLv-.js} +46 -37
  64. package/dist/frontend/{copy-CvCh4ZVt.js → copy-4H99lwAQ.js} +2 -2
  65. package/dist/frontend/dashboard.js +462 -456
  66. package/dist/frontend/{db-Bo1t_76T.js → db-CbFRFAm2.js} +40 -38
  67. package/dist/frontend/{dialog-CiSwD-_v.js → dialog-tHAH3-9M.js} +10 -10
  68. package/dist/frontend/dist-Cg1BpNS7.js +2262 -0
  69. package/dist/frontend/dndzone-BrakBHwm.js +1375 -0
  70. package/dist/frontend/doc_title_label-DS9jSIh2.js +5 -0
  71. package/dist/frontend/doc_title_placeholder-DBQpM1aH.js +5 -0
  72. package/dist/frontend/{document-drop-coordinator-C4xHMjwC.js → document-drop-coordinator-Da7HcXgv.js} +1 -1
  73. package/dist/frontend/document-drop-coordinator.js +1 -1
  74. package/dist/frontend/{dropdown-menu-Bi5Iipwf.js → dropdown-menu-AJYeFPHu.js} +145 -145
  75. package/dist/frontend/{editor-content-sanitizer-CC_A8aaI.js → editor-content-sanitizer-CWjqiz0T.js} +30 -30
  76. package/dist/frontend/{editorExtensions--HusV819.js → editorExtensions-B-mKiWqq.js} +5085 -6220
  77. package/dist/frontend/editor_markdown_placeholder-BIWDUF1E.js +5 -0
  78. package/dist/frontend/error_dismiss-Dx_JbRjs.js +5 -0
  79. package/dist/frontend/error_generic-CzNtmBT4.js +5 -0
  80. package/dist/frontend/extension.js +1 -1
  81. package/dist/frontend/{folder-Cx60MRpi.js → folder-BAX6qBYy.js} +3 -3
  82. package/dist/frontend/{folders-ONG03Dkv.js → folders-CC0UWkZH.js} +3 -3
  83. package/dist/frontend/folders_rename-BJo4Gipq.js +5 -0
  84. package/dist/frontend/i18n.js +1007 -6
  85. package/dist/frontend/{identity-Ynrglr5i.js → identity-O4lAuchv.js} +2 -2
  86. package/dist/frontend/{input-N9dNSOWF.js → input-CrlYAH2S.js} +2 -2
  87. package/dist/frontend/{label-CK72_fw8.js → label-B0syEfns.js} +2 -2
  88. package/dist/frontend/{markdown-H6QB53zu.js → markdown-CMij27Gg.js} +1 -1
  89. package/dist/frontend/offline/identity.js +1 -1
  90. package/dist/frontend/{floating-layer-anchor-BGIndLY-.js → popper-layer-force-mount-BAYjg6Pp.js} +2476 -2564
  91. package/dist/frontend/{rolldown-runtime-CWhphoD1.js → rolldown-runtime-DArdT4gl.js} +2 -2
  92. package/dist/frontend/{rotate-ccw-ta4NosZ0.js → rotate-ccw-DtZDfSK3.js} +2 -2
  93. package/dist/frontend/runtime-CwWSo6c9.js +128 -0
  94. package/dist/frontend/{schemas-DwtKylCJ.js → schemas-CdPhcuru.js} +6 -7
  95. package/dist/frontend/scroll_to_top_aria-CvkNF_Hu.js +5 -0
  96. package/dist/frontend/search.js +237 -265
  97. package/dist/frontend/search_title-DOC0cPlQ.js +5 -0
  98. package/dist/frontend/{select-value-BD1DToYs.js → select-value-D9VqY5n5.js} +575 -572
  99. package/dist/frontend/{settings-BR48ihB4.js → settings-DJW8JkdF.js} +1 -1
  100. package/dist/frontend/{share-D7JtkC85.js → share-D5yo0JOh.js} +2 -1
  101. package/dist/frontend/share_copied-DPxVzfWh.js +5 -0
  102. package/dist/frontend/share_toggle_password-DdxfIjj1.js +5 -0
  103. package/dist/frontend/shared-document.js +1 -1
  104. package/dist/frontend/sidebar_uncategorized-qJ2_Aonf.js +5 -0
  105. package/dist/frontend/sort_relevance-DwYX5MO9.js +5 -0
  106. package/dist/frontend/{tag-DhVFHMcV.js → tag-ChpMfbfa.js} +3 -3
  107. package/dist/frontend/{tags-BdCaMGfj.js → tags-CzPNUoFw.js} +1 -1
  108. package/dist/frontend/tags_load_error-BKjA1pI0.js +5 -0
  109. package/dist/frontend/tags_new-BiNAJ9Bx.js +5 -0
  110. package/dist/frontend/{textarea-pl_fDBre.js → textarea-l_gRXsrH.js} +2 -2
  111. package/dist/frontend/theme.js +1 -1
  112. package/dist/frontend/{theme.svelte-DG3RS7wv.js → theme.svelte-Bzitjfh9.js} +2 -2
  113. package/dist/frontend/theme_system-BBNUhYKh.js +5 -0
  114. package/dist/frontend/utils/dndzone.js +1 -1
  115. package/dist/frontend/utils-B4LKx7VS.js +7 -0
  116. package/dist/frontend/{utils-DrfHTcei.js → utils-BovMJHdA.js} +2 -2
  117. package/dist/frontend/utils.js +1 -1
  118. package/dist/frontend/version_create_snapshot-3bu-0qzH.js +5 -0
  119. package/dist/frontend/version_restored_from-dVRN3Zdk.js +5 -0
  120. package/dist/frontend/version_snapshot_label_placeholder-DrMikux0.js +5 -0
  121. package/dist/frontend/weekday_we-C5H_M-df.js +5 -0
  122. package/dist/frontend/{x-cfdlccjs.js → x-B2ifxSH7.js} +2 -2
  123. package/dist/frontend/{awareness-snQ3RD9f.js → yjs-VUcKqaKW.js} +835 -944
  124. package/dist/frontend-ssr/api/attachments.js +92 -1
  125. package/dist/frontend-ssr/api/categories.js +1 -1
  126. package/dist/frontend-ssr/api/documents.js +1 -1
  127. package/dist/frontend-ssr/api/folders.js +1 -1
  128. package/dist/frontend-ssr/api/settings.js +1 -1
  129. package/dist/frontend-ssr/api/share.js +30 -1
  130. package/dist/frontend-ssr/api/tags.js +1 -1
  131. package/dist/frontend-ssr/app-shell.js +25 -18
  132. package/dist/frontend-ssr/assets/{CategoryDialog-DsXe54EF.js → CategoryDialog-C41IBNWG.js} +26 -35
  133. package/dist/frontend-ssr/assets/ConfirmDialog-CWO0HBaS.js +424 -0
  134. package/dist/frontend-ssr/assets/{CreateSnapshotDialog-D3-PjXVr.js → CreateSnapshotDialog-CECCRK0d.js} +12 -18
  135. package/dist/frontend-ssr/assets/{DatePicker-C9suIA1S.js → DatePicker-TZVeMZ2S.js} +32 -20
  136. package/dist/frontend-ssr/assets/{DeleteDialog-DxtMrS1O.js → DeleteDialog-BVnmzR2e.js} +5 -7
  137. package/dist/frontend-ssr/assets/{FolderNode-ChD10Elp.js → FolderNode-CClgk8BL.js} +7 -7
  138. package/dist/frontend-ssr/assets/{FolderTreeSelector-Bxi8EqMm.js → FolderTreeSelector-DnrKCYtl.js} +17 -20
  139. package/dist/frontend-ssr/assets/{HiAiEditor-2X3Uyg1B.js → HiAiEditor-_-m7MJDd.js} +330 -254
  140. package/dist/frontend-ssr/assets/{Icon-QwirKi9Y.js → Icon-Clqe8D8X.js} +28 -16
  141. package/dist/frontend-ssr/assets/{SettingsDialog-DDy0hN8x.js → SettingsDialog-BdvHRAxF.js} +45 -49
  142. package/dist/frontend-ssr/assets/{ShareDialog-BwW_wF4G.js → ShareDialog-DHPbSHZg.js} +5 -6
  143. package/dist/frontend-ssr/assets/{Sidebar-Dy-5gXOf.js → Sidebar-B3Saqn0O.js} +90 -93
  144. package/dist/frontend-ssr/assets/{TagCreateDialog-BPzgOaX8.js → TagCreateDialog-CPg-nG0D.js} +14 -14
  145. package/dist/frontend-ssr/assets/action_cancel-OVgQDP5Q.js +22 -0
  146. package/dist/frontend-ssr/assets/action_close-DagDyMXk.js +22 -0
  147. package/dist/frontend-ssr/assets/action_create-hqJWjyqh.js +22 -0
  148. package/dist/frontend-ssr/assets/action_delete-B1-16jSo.js +22 -0
  149. package/dist/frontend-ssr/assets/action_go_to-DQScgw7P.js +22 -0
  150. package/dist/frontend-ssr/assets/action_save-Bx7vlLZI.js +22 -0
  151. package/dist/frontend-ssr/assets/{api-keys-DIbclwj5.js → api-keys-CHOrbU-Q.js} +1 -1
  152. package/dist/frontend-ssr/assets/{auth-client-CojKIzqy.js → auth-client-DzkZlSQ8.js} +295 -261
  153. package/dist/frontend-ssr/assets/{camera-D6s20LDi.js → camera-Dwwtgvfn.js} +10 -6
  154. package/dist/frontend-ssr/assets/{categories-av9xjeg5.js → categories-C_dxFoHi.js} +1 -1
  155. package/dist/frontend-ssr/assets/categories_update_error-DkKgsqdD.js +202 -0
  156. package/dist/frontend-ssr/assets/{chevron-down-CvqKATjM.js → chevron-down-C6BTPJFz.js} +10 -6
  157. package/dist/frontend-ssr/assets/{chevron-right-DKD7WXjz.js → chevron-right-CseGE1qd.js} +10 -6
  158. package/dist/frontend-ssr/assets/{circle-check-CPS9dKEo.js → circle-check-BRhWPZo1.js} +10 -6
  159. package/dist/frontend-ssr/assets/{client-DZMkDkDn.js → client-rfwQYYHY.js} +4 -2
  160. package/dist/frontend-ssr/assets/{clock-CzsE58TH.js → clock-DpP_Y7WP.js} +10 -6
  161. package/dist/frontend-ssr/assets/{confirm-dialog-wYC07DPx.js → confirm-dialog-DeOR0SnQ.js} +44 -31
  162. package/dist/frontend-ssr/assets/{copy-DkkCPkBL.js → copy-DRMKiRZ0.js} +10 -6
  163. package/dist/frontend-ssr/assets/{db-BhwJPEkn.js → db-CUkQe9AU.js} +1 -1
  164. package/dist/frontend-ssr/assets/{dialog-ClcuF7nD.js → dialog--tDgDGw9.js} +12 -15
  165. package/dist/frontend-ssr/assets/{dndzone-DMvTO_Jz.js → dndzone-WtNaDxoQ.js} +309 -77
  166. package/dist/frontend-ssr/assets/doc_title_label-Ev_ltlh3.js +22 -0
  167. package/dist/frontend-ssr/assets/doc_title_placeholder-DSHpUb7w.js +22 -0
  168. package/dist/frontend-ssr/assets/{documents-CZ-wQohy.js → documents-CEuA1V6N.js} +1 -1
  169. package/dist/frontend-ssr/assets/{dropdown-menu-BKMGVNLL.js → dropdown-menu-CdEpn_LT.js} +74 -75
  170. package/dist/frontend-ssr/assets/editor_markdown_placeholder-BpezdkOr.js +42 -0
  171. package/dist/frontend-ssr/assets/editor_toolbar_undo-CKJAOqv2.js +562 -0
  172. package/dist/frontend-ssr/assets/error_generic-DTK0kwxT.js +42 -0
  173. package/dist/frontend-ssr/assets/{folder-DYIE-XPP.js → folder-DszunwKc.js} +10 -6
  174. package/dist/frontend-ssr/assets/{folders-BX30gHv6.js → folders-BOXeb9hz.js} +3 -2
  175. package/dist/frontend-ssr/assets/folders_rename-DvciOb6K.js +122 -0
  176. package/dist/frontend-ssr/assets/{identity-DcMMBKWg.js → identity-veXobEfE.js} +2 -2
  177. package/dist/frontend-ssr/assets/{input-DcDR8L8M.js → input-BlAj7LzC.js} +2 -2
  178. package/dist/frontend-ssr/assets/{label-Cz0_svJx.js → label-BRToaMg9.js} +2 -2
  179. package/dist/frontend-ssr/assets/{loader-circle-CIEWGyfP.js → loader-circle-BpRVrMZg.js} +10 -6
  180. package/dist/frontend-ssr/assets/{floating-layer-anchor-BoiiIEiK.js → popper-layer-force-mount-Djnq7l7a.js} +3684 -3674
  181. package/dist/frontend-ssr/assets/{rotate-ccw-dJSqPyTd.js → rotate-ccw-1GOD_yt_.js} +10 -6
  182. package/dist/frontend-ssr/assets/runtime-O78RzRqx.js +559 -0
  183. package/dist/frontend-ssr/assets/scroll_to_top_aria-BN4ZfOnM.js +22 -0
  184. package/dist/frontend-ssr/assets/search_title-CKUsQDT0.js +22 -0
  185. package/dist/frontend-ssr/assets/search_toggle_filters-hS9rvQhC.js +282 -0
  186. package/dist/frontend-ssr/assets/{select-value-CaDktvDW.js → select-value-BCWSsoTd.js} +204 -218
  187. package/dist/frontend-ssr/assets/{settings-Mp8EuFSn.js → settings-DwAcLGM1.js} +2 -2
  188. package/dist/frontend-ssr/assets/share_copied-BxU9rjXG.js +602 -0
  189. package/dist/frontend-ssr/assets/share_toggle_password-C6OmroqR.js +202 -0
  190. package/dist/frontend-ssr/assets/sidebar_uncategorized-Dx-LTd5w.js +102 -0
  191. package/dist/frontend-ssr/assets/{tag-BmiVU_Ej.js → tag-DFh6nF9R.js} +19 -11
  192. package/dist/frontend-ssr/assets/{tag-store.svelte-BM1lUI_P.js → tag-store.svelte-QRysvGKe.js} +1 -1
  193. package/dist/frontend-ssr/assets/{tags-BQsI_6OW.js → tags-BBCoFYro.js} +1 -1
  194. package/dist/frontend-ssr/assets/tags_load_error-CPrc6Gzs.js +362 -0
  195. package/dist/frontend-ssr/assets/tags_new-VmMr9v2V.js +62 -0
  196. package/dist/frontend-ssr/assets/{textarea-BGrjPOgU.js → textarea-BuszTo9i.js} +2 -2
  197. package/dist/frontend-ssr/assets/{theme.svelte-CN3BUhJG.js → theme.svelte-shZrSxz8.js} +1 -1
  198. package/dist/frontend-ssr/assets/theme_system-BucaNntV.js +362 -0
  199. package/dist/frontend-ssr/assets/{utils-Cg_R05dR.js → utils-BK35BJKQ.js} +1 -1
  200. package/dist/frontend-ssr/assets/version_create_snapshot-COHzwjle.js +22 -0
  201. package/dist/frontend-ssr/assets/version_restored_from-CertjFDl.js +242 -0
  202. package/dist/frontend-ssr/assets/version_snapshot_label_placeholder-Cy_rMCij.js +222 -0
  203. package/dist/frontend-ssr/assets/weekday_we-DrI3U230.js +422 -0
  204. package/dist/frontend-ssr/components/category-dialog.js +1 -1
  205. package/dist/frontend-ssr/components/create-snapshot-dialog.js +1 -1
  206. package/dist/frontend-ssr/components/delete-dialog.js +1 -1
  207. package/dist/frontend-ssr/components/editor/compact-editor.js +1 -1
  208. package/dist/frontend-ssr/components/editor/document-editor.js +1 -1
  209. package/dist/frontend-ssr/components/editor/document-title.js +2 -1
  210. package/dist/frontend-ssr/components/editor/markdown-toggle.js +2 -2
  211. package/dist/frontend-ssr/components/folder-node.js +1 -1
  212. package/dist/frontend-ssr/components/folder-tree-selector.js +1 -1
  213. package/dist/frontend-ssr/components/save-as-dialog.js +12 -14
  214. package/dist/frontend-ssr/components/settings.js +1 -1
  215. package/dist/frontend-ssr/components/share-dialog.js +1 -1
  216. package/dist/frontend-ssr/components/sidebar.js +1 -1
  217. package/dist/frontend-ssr/components/tag-create-dialog.js +1 -1
  218. package/dist/frontend-ssr/components/version-history.js +47 -51
  219. package/dist/frontend-ssr/dashboard.js +243 -232
  220. package/dist/frontend-ssr/i18n.js +6698 -1
  221. package/dist/frontend-ssr/offline/identity.js +1 -1
  222. package/dist/frontend-ssr/search.js +28 -31
  223. package/dist/frontend-ssr/shared-document.js +1 -2
  224. package/dist/frontend-ssr/theme.js +1 -1
  225. package/dist/frontend-ssr/utils/dndzone.js +1 -1
  226. package/dist/lifecycle-runtime.js +4437 -2019
  227. package/dist/mcp-cli.js +1 -1
  228. package/dist/mcp-server.js +1 -1
  229. package/package.json +7 -7
  230. package/packages/cli/src/index.ts +1 -1
  231. package/packages/db/src/schema.ts +2 -0
  232. package/server.json +2 -2
  233. package/dist/frontend/CategoryDialog-bQKMpVFD.js +0 -631
  234. package/dist/frontend/ConfirmDialog-DF7kgkyq.js +0 -139
  235. package/dist/frontend/FolderNode-Cf443LBa.js +0 -298
  236. package/dist/frontend/HiAiEditor-CMZ-eL8s.js +0 -2992
  237. package/dist/frontend/ShareDialog-Bwz2y3Le.js +0 -281
  238. package/dist/frontend/Sidebar-C_t5RrOJ.js +0 -2101
  239. package/dist/frontend/dist-DQa_OHOa.js +0 -268
  240. package/dist/frontend/dndzone-BzsOINtP.js +0 -1199
  241. package/dist/frontend/messages-DTRe4U2V.js +0 -1093
  242. package/dist/frontend/utils-CMQRlxbx.js +0 -7
  243. package/dist/frontend-ssr/assets/ConfirmDialog-DrH653ua.js +0 -136
  244. package/dist/frontend-ssr/assets/attachments-BdkOp8ha.js +0 -93
  245. package/dist/frontend-ssr/assets/messages-B1TjVIH8.js +0 -11147
  246. package/dist/frontend-ssr/assets/share-qTqvd6Lu.js +0 -30
@@ -1,46 +1,54 @@
1
- import { Cr as doc_open, Dr as doc_share, Fr as dashboard_page_title, Ir as dashboard_new_document, Lr as dashboard_subtitle, Pr as doc_title_placeholder, Rr as dashboard_title, Sr as doc_duplicate, Tr as doc_updated, _n as action_cancel, _r as folders_rename, _t as folder_page_title, a as import_progress_error, bt as editor_more_options, c as import_progress_queued, cr as folders_subfolders, d as import_progress_title, f as sidebar_uncategorized, fn as action_back, gn as action_delete, gr as folders_delete, gt as share_copied, hr as folders_delete_title, i as import_progress_summary, k as dashboard_import, l as import_progress_uploading, lr as folders_document, mr as folders_delete_description, n as import_progress_empty, o as import_progress_done, or as folders_move, pn as action_close, r as import_progress_close, s as import_progress_processing, sr as folders_subfolder, u as import_progress_total, un as action_loading, ur as folders_documents, vn as action_save, vr as folders_empty_description, wr as doc_open_menu, xr as doc_move_to_folder, yr as folders_empty, yt as action_copy_content, zr as nav_documents } from "./assets/messages-B1TjVIH8.js";
2
- import { t as Icon } from "./assets/Icon-QwirKi9Y.js";
3
- import { i as Folder_kanban, n as Badge, r as X, t as DatePicker } from "./assets/DatePicker-C9suIA1S.js";
4
- import { a as File_text, i as Plus, o as Check, r as FolderDialog, t as getDocsmintShareAdapter } from "./assets/confirm-dialog-wYC07DPx.js";
5
- import { t as Chevron_down } from "./assets/chevron-down-CvqKATjM.js";
6
- import { t as Chevron_right } from "./assets/chevron-right-DKD7WXjz.js";
7
- import { t as Copy } from "./assets/copy-DkkCPkBL.js";
8
- import { n as Folder_open, t as FolderTreeSelector } from "./assets/FolderTreeSelector-Bxi8EqMm.js";
9
- import { t as Folder } from "./assets/folder-DYIE-XPP.js";
10
- import { t as Rotate_ccw } from "./assets/rotate-ccw-dJSqPyTd.js";
11
- import { a as Dropdown_menu, i as Dropdown_menu_content, n as Dropdown_menu_separator, o as Ellipsis_vertical, r as Dropdown_menu_item, t as Dropdown_menu_trigger } from "./assets/dropdown-menu-BKMGVNLL.js";
12
- import { t as Loader_circle } from "./assets/loader-circle-CIEWGyfP.js";
1
+ import { t as Icon } from "./assets/Icon-Clqe8D8X.js";
2
+ import { i as Folder_kanban, n as Badge, r as X, t as DatePicker } from "./assets/DatePicker-TZVeMZ2S.js";
3
+ import { a as File_text, i as Plus, o as Check, r as FolderDialog, t as getDocsmintShareAdapter } from "./assets/confirm-dialog-DeOR0SnQ.js";
4
+ import { t as Chevron_down } from "./assets/chevron-down-C6BTPJFz.js";
5
+ import { t as Chevron_right } from "./assets/chevron-right-CseGE1qd.js";
6
+ import { t as Copy } from "./assets/copy-DRMKiRZ0.js";
7
+ import { a as Dropdown_menu, i as Dropdown_menu_content, n as Dropdown_menu_separator, o as Ellipsis_vertical, r as Dropdown_menu_item, t as Dropdown_menu_trigger } from "./assets/dropdown-menu-CdEpn_LT.js";
8
+ import { n as Folder_open, t as FolderTreeSelector } from "./assets/FolderTreeSelector-DnrKCYtl.js";
9
+ import { t as Folder } from "./assets/folder-DszunwKc.js";
10
+ import { t as Loader_circle } from "./assets/loader-circle-BpRVrMZg.js";
11
+ import { t as Rotate_ccw } from "./assets/rotate-ccw-1GOD_yt_.js";
12
+ import { A as action_back, C as doc_open_menu, D as dashboard_subtitle, E as doc_duplicate, O as dashboard_page_title, S as doc_updated, T as doc_move_to_folder, _ as folders_empty, a as import_progress_title, b as folders_delete_description, c as import_progress_processing, d as import_progress_done, f as import_progress_close, g as folders_empty_description, h as folders_move, i as import_progress_total, k as dashboard_import, l as import_progress_error, m as folders_subfolder, n as nav_documents, o as import_progress_summary, p as folders_subfolders, r as import_progress_uploading, s as import_progress_queued, t as share_copied, u as import_progress_empty, v as folders_documents, w as doc_open, x as folder_page_title, y as folders_document } from "./assets/share_copied-BxU9rjXG.js";
13
+ import { t as action_cancel } from "./assets/action_cancel-OVgQDP5Q.js";
14
+ import { t as action_close } from "./assets/action_close-DagDyMXk.js";
15
+ import { a as action_copy_content, i as dashboard_title, n as folders_delete_title, t as sidebar_uncategorized } from "./assets/sidebar_uncategorized-Dx-LTd5w.js";
16
+ import { t as action_delete } from "./assets/action_delete-B1-16jSo.js";
17
+ import { n as action_loading } from "./assets/error_generic-DTK0kwxT.js";
18
+ import { t as action_save } from "./assets/action_save-Bx7vlLZI.js";
19
+ import { a as doc_share, i as editor_more_options, o as dashboard_new_document, r as folders_delete, t as folders_rename } from "./assets/folders_rename-DvciOb6K.js";
20
+ import { t as doc_title_placeholder } from "./assets/doc_title_placeholder-DSHpUb7w.js";
13
21
  import { a as getDocsmintRequestAdapter, i as resolveDocsmintRoute, n as navigateDocsmintRoute, t as getDocsmintRouteAdapter } from "./assets/route-context-BPRerEtZ.js";
14
22
  import { n as formatRelativeTime } from "./assets/utils-DvZnctjz.js";
15
- import { t as cn } from "./assets/utils-Cg_R05dR.js";
16
- import { a as Dialog_content, i as Dialog_description, n as Dialog_header, o as Dialog, r as Dialog_footer, s as Button, t as Dialog_title } from "./assets/dialog-ClcuF7nD.js";
17
- import { t as Label } from "./assets/label-Cz0_svJx.js";
18
- import { n as apiFetch } from "./assets/client-DZMkDkDn.js";
19
- import "./assets/categories-av9xjeg5.js";
23
+ import { t as cn } from "./assets/utils-BK35BJKQ.js";
24
+ import { a as Dialog_content, i as Dialog_description, n as Dialog_header, o as Dialog, r as Dialog_footer, s as Button, t as Dialog_title } from "./assets/dialog--tDgDGw9.js";
25
+ import { t as Label } from "./assets/label-BRToaMg9.js";
26
+ import { n as apiFetch } from "./assets/client-rfwQYYHY.js";
27
+ import "./assets/categories-C_dxFoHi.js";
20
28
  import { t as getFrontendExtensions } from "./assets/context-Bi_mO-NS.js";
21
29
  import { t as resolveExtensions } from "./assets/resolve-BqHozBXl.js";
22
- import { A as isBrowser, K as watch, et as boxWith, q as Context } from "./assets/floating-layer-anchor-BoiiIEiK.js";
23
- import { a as Select, i as Select_content, n as Select_trigger, r as Select_item, t as Select_value } from "./assets/select-value-CaDktvDW.js";
24
- import { c as updateDocument, i as getDocument } from "./assets/documents-CZ-wQohy.js";
25
- import { c as updateFolder, i as duplicateDocument } from "./assets/folders-BX30gHv6.js";
26
- import { t as ShareDialog } from "./assets/ShareDialog-BwW_wF4G.js";
30
+ import { X as watch, Z as Context, et as boxWith, w as isBrowser } from "./assets/popper-layer-force-mount-Djnq7l7a.js";
31
+ import { a as Select, i as Select_content, n as Select_trigger, r as Select_item, t as Select_value } from "./assets/select-value-BCWSsoTd.js";
32
+ import { c as updateDocument, i as getDocument } from "./assets/documents-CEuA1V6N.js";
33
+ import { c as updateFolder, i as duplicateDocument } from "./assets/folders-BOXeb9hz.js";
34
+ import { t as ShareDialog } from "./assets/ShareDialog-DHPbSHZg.js";
27
35
  import { t as copyToClipboard } from "./assets/clipboard-CXOaoz2W.js";
28
36
  import { d as refreshFolders, n as bumpSubfoldersRefresh } from "./assets/subfolders-refresh-store.svelte-CXHxQWKh.js";
29
- import { n as refreshDocs } from "./assets/tag-store.svelte-BM1lUI_P.js";
30
- import { t as ConfirmDialog } from "./assets/ConfirmDialog-DrH653ua.js";
37
+ import { n as refreshDocs } from "./assets/tag-store.svelte-QRysvGKe.js";
38
+ import { t as ConfirmDialog } from "./assets/ConfirmDialog-CWO0HBaS.js";
31
39
  import * as $ from "svelte/internal/server";
32
40
  import { getAllContexts, mount, unmount } from "svelte";
33
41
  import { page } from "$app/state";
34
42
  import { invalidateAll } from "$app/navigation";
35
- //#region ../node_modules/.bun/lucide-svelte@0.577.0+ff5f301bb2db9a0d/node_modules/lucide-svelte/dist/icons/arrow-left.svelte
43
+ //#region ../node_modules/.bun/lucide-svelte@1.0.1+7a2629d9b18e82d0/node_modules/lucide-svelte/dist/icons/arrow-left.svelte
36
44
  function Arrow_left($$renderer, $$props) {
37
45
  const $$sanitized_props = $.sanitize_props($$props);
38
46
  /**
39
- * @license lucide-svelte v0.577.0 - ISC
47
+ * @license lucide-svelte v1.0.1 - ISC
40
48
  *
41
49
  * ISC License
42
50
  *
43
- * Copyright (c) for portions of Lucide are held by Cole Bemis 2013-2026 as part of Feather (MIT). All other copyright (c) for Lucide are held by Lucide Contributors 2026.
51
+ * Copyright (c) 2026 Lucide Icons and Contributors
44
52
  *
45
53
  * Permission to use, copy, modify, and/or distribute this software for any
46
54
  * purpose with or without fee is hereby granted, provided that the above
@@ -56,9 +64,13 @@ function Arrow_left($$renderer, $$props) {
56
64
  *
57
65
  * ---
58
66
  *
59
- * The MIT License (MIT) (for portions derived from Feather)
67
+ * The following Lucide icons are derived from the Feather project:
60
68
  *
61
- * Copyright (c) 2013-2026 Cole Bemis
69
+ * airplay, alert-circle, alert-octagon, alert-triangle, aperture, arrow-down-circle, arrow-down-left, arrow-down-right, arrow-down, arrow-left-circle, arrow-left, arrow-right-circle, arrow-right, arrow-up-circle, arrow-up-left, arrow-up-right, arrow-up, at-sign, calendar, cast, check, chevron-down, chevron-left, chevron-right, chevron-up, chevrons-down, chevrons-left, chevrons-right, chevrons-up, circle, clipboard, clock, code, columns, command, compass, corner-down-left, corner-down-right, corner-left-down, corner-left-up, corner-right-down, corner-right-up, corner-up-left, corner-up-right, crosshair, database, divide-circle, divide-square, dollar-sign, download, external-link, feather, frown, hash, headphones, help-circle, info, italic, key, layout, life-buoy, link-2, link, loader, lock, log-in, log-out, maximize, meh, minimize, minimize-2, minus-circle, minus-square, minus, monitor, moon, more-horizontal, more-vertical, move, music, navigation-2, navigation, octagon, pause-circle, percent, plus-circle, plus-square, plus, power, radio, rss, search, server, share, shopping-bag, sidebar, smartphone, smile, square, table-2, tablet, target, terminal, trash-2, trash, triangle, tv, type, upload, x-circle, x-octagon, x-square, x, zoom-in, zoom-out
70
+ *
71
+ * The MIT License (MIT) (for the icons listed above)
72
+ *
73
+ * Copyright (c) 2013-present Cole Bemis
62
74
  *
63
75
  * Permission is hereby granted, free of charge, to any person obtaining a copy
64
76
  * of this software and associated documentation files (the "Software"), to deal
@@ -105,15 +117,15 @@ function Arrow_left($$renderer, $$props) {
105
117
  ]));
106
118
  }
107
119
  //#endregion
108
- //#region ../node_modules/.bun/lucide-svelte@0.577.0+ff5f301bb2db9a0d/node_modules/lucide-svelte/dist/icons/arrow-up-right.svelte
120
+ //#region ../node_modules/.bun/lucide-svelte@1.0.1+7a2629d9b18e82d0/node_modules/lucide-svelte/dist/icons/arrow-up-right.svelte
109
121
  function Arrow_up_right($$renderer, $$props) {
110
122
  const $$sanitized_props = $.sanitize_props($$props);
111
123
  /**
112
- * @license lucide-svelte v0.577.0 - ISC
124
+ * @license lucide-svelte v1.0.1 - ISC
113
125
  *
114
126
  * ISC License
115
127
  *
116
- * Copyright (c) for portions of Lucide are held by Cole Bemis 2013-2026 as part of Feather (MIT). All other copyright (c) for Lucide are held by Lucide Contributors 2026.
128
+ * Copyright (c) 2026 Lucide Icons and Contributors
117
129
  *
118
130
  * Permission to use, copy, modify, and/or distribute this software for any
119
131
  * purpose with or without fee is hereby granted, provided that the above
@@ -129,9 +141,13 @@ function Arrow_up_right($$renderer, $$props) {
129
141
  *
130
142
  * ---
131
143
  *
132
- * The MIT License (MIT) (for portions derived from Feather)
144
+ * The following Lucide icons are derived from the Feather project:
145
+ *
146
+ * airplay, alert-circle, alert-octagon, alert-triangle, aperture, arrow-down-circle, arrow-down-left, arrow-down-right, arrow-down, arrow-left-circle, arrow-left, arrow-right-circle, arrow-right, arrow-up-circle, arrow-up-left, arrow-up-right, arrow-up, at-sign, calendar, cast, check, chevron-down, chevron-left, chevron-right, chevron-up, chevrons-down, chevrons-left, chevrons-right, chevrons-up, circle, clipboard, clock, code, columns, command, compass, corner-down-left, corner-down-right, corner-left-down, corner-left-up, corner-right-down, corner-right-up, corner-up-left, corner-up-right, crosshair, database, divide-circle, divide-square, dollar-sign, download, external-link, feather, frown, hash, headphones, help-circle, info, italic, key, layout, life-buoy, link-2, link, loader, lock, log-in, log-out, maximize, meh, minimize, minimize-2, minus-circle, minus-square, minus, monitor, moon, more-horizontal, more-vertical, move, music, navigation-2, navigation, octagon, pause-circle, percent, plus-circle, plus-square, plus, power, radio, rss, search, server, share, shopping-bag, sidebar, smartphone, smile, square, table-2, tablet, target, terminal, trash-2, trash, triangle, tv, type, upload, x-circle, x-octagon, x-square, x, zoom-in, zoom-out
147
+ *
148
+ * The MIT License (MIT) (for the icons listed above)
133
149
  *
134
- * Copyright (c) 2013-2026 Cole Bemis
150
+ * Copyright (c) 2013-present Cole Bemis
135
151
  *
136
152
  * Permission is hereby granted, free of charge, to any person obtaining a copy
137
153
  * of this software and associated documentation files (the "Software"), to deal
@@ -178,15 +194,100 @@ function Arrow_up_right($$renderer, $$props) {
178
194
  ]));
179
195
  }
180
196
  //#endregion
181
- //#region ../node_modules/.bun/lucide-svelte@0.577.0+ff5f301bb2db9a0d/node_modules/lucide-svelte/dist/icons/files.svelte
197
+ //#region ../node_modules/.bun/lucide-svelte@1.0.1+7a2629d9b18e82d0/node_modules/lucide-svelte/dist/icons/circle-x.svelte
198
+ function Circle_x($$renderer, $$props) {
199
+ const $$sanitized_props = $.sanitize_props($$props);
200
+ /**
201
+ * @license lucide-svelte v1.0.1 - ISC
202
+ *
203
+ * ISC License
204
+ *
205
+ * Copyright (c) 2026 Lucide Icons and Contributors
206
+ *
207
+ * Permission to use, copy, modify, and/or distribute this software for any
208
+ * purpose with or without fee is hereby granted, provided that the above
209
+ * copyright notice and this permission notice appear in all copies.
210
+ *
211
+ * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
212
+ * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
213
+ * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
214
+ * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
215
+ * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
216
+ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
217
+ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
218
+ *
219
+ * ---
220
+ *
221
+ * The following Lucide icons are derived from the Feather project:
222
+ *
223
+ * airplay, alert-circle, alert-octagon, alert-triangle, aperture, arrow-down-circle, arrow-down-left, arrow-down-right, arrow-down, arrow-left-circle, arrow-left, arrow-right-circle, arrow-right, arrow-up-circle, arrow-up-left, arrow-up-right, arrow-up, at-sign, calendar, cast, check, chevron-down, chevron-left, chevron-right, chevron-up, chevrons-down, chevrons-left, chevrons-right, chevrons-up, circle, clipboard, clock, code, columns, command, compass, corner-down-left, corner-down-right, corner-left-down, corner-left-up, corner-right-down, corner-right-up, corner-up-left, corner-up-right, crosshair, database, divide-circle, divide-square, dollar-sign, download, external-link, feather, frown, hash, headphones, help-circle, info, italic, key, layout, life-buoy, link-2, link, loader, lock, log-in, log-out, maximize, meh, minimize, minimize-2, minus-circle, minus-square, minus, monitor, moon, more-horizontal, more-vertical, move, music, navigation-2, navigation, octagon, pause-circle, percent, plus-circle, plus-square, plus, power, radio, rss, search, server, share, shopping-bag, sidebar, smartphone, smile, square, table-2, tablet, target, terminal, trash-2, trash, triangle, tv, type, upload, x-circle, x-octagon, x-square, x, zoom-in, zoom-out
224
+ *
225
+ * The MIT License (MIT) (for the icons listed above)
226
+ *
227
+ * Copyright (c) 2013-present Cole Bemis
228
+ *
229
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
230
+ * of this software and associated documentation files (the "Software"), to deal
231
+ * in the Software without restriction, including without limitation the rights
232
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
233
+ * copies of the Software, and to permit persons to whom the Software is
234
+ * furnished to do so, subject to the following conditions:
235
+ *
236
+ * The above copyright notice and this permission notice shall be included in all
237
+ * copies or substantial portions of the Software.
238
+ *
239
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
240
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
241
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
242
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
243
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
244
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
245
+ * SOFTWARE.
246
+ *
247
+ */
248
+ Icon($$renderer, $.spread_props([
249
+ { name: "circle-x" },
250
+ $$sanitized_props,
251
+ {
252
+ /**
253
+ * @component @name CircleX
254
+ * @description Lucide SVG icon component, renders SVG Element with children.
255
+ *
256
+ * @preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIxMCIgLz4KICA8cGF0aCBkPSJtMTUgOS02IDYiIC8+CiAgPHBhdGggZD0ibTkgOSA2IDYiIC8+Cjwvc3ZnPgo=) - https://lucide.dev/icons/circle-x
257
+ * @see https://lucide.dev/guide/packages/lucide-svelte - Documentation
258
+ *
259
+ * @param {Object} props - Lucide icons props and any valid SVG attribute
260
+ * @returns {FunctionalComponent} Svelte component
261
+ *
262
+ */
263
+ iconNode: [
264
+ ["circle", {
265
+ "cx": "12",
266
+ "cy": "12",
267
+ "r": "10"
268
+ }],
269
+ ["path", { "d": "m15 9-6 6" }],
270
+ ["path", { "d": "m9 9 6 6" }]
271
+ ],
272
+ children: ($$renderer) => {
273
+ $$renderer.push(`<!--[-->`);
274
+ $.slot($$renderer, $$props, "default", {}, null);
275
+ $$renderer.push(`<!--]-->`);
276
+ },
277
+ $$slots: { default: true }
278
+ }
279
+ ]));
280
+ }
281
+ //#endregion
282
+ //#region ../node_modules/.bun/lucide-svelte@1.0.1+7a2629d9b18e82d0/node_modules/lucide-svelte/dist/icons/files.svelte
182
283
  function Files($$renderer, $$props) {
183
284
  const $$sanitized_props = $.sanitize_props($$props);
184
285
  /**
185
- * @license lucide-svelte v0.577.0 - ISC
286
+ * @license lucide-svelte v1.0.1 - ISC
186
287
  *
187
288
  * ISC License
188
289
  *
189
- * Copyright (c) for portions of Lucide are held by Cole Bemis 2013-2026 as part of Feather (MIT). All other copyright (c) for Lucide are held by Lucide Contributors 2026.
290
+ * Copyright (c) 2026 Lucide Icons and Contributors
190
291
  *
191
292
  * Permission to use, copy, modify, and/or distribute this software for any
192
293
  * purpose with or without fee is hereby granted, provided that the above
@@ -202,9 +303,13 @@ function Files($$renderer, $$props) {
202
303
  *
203
304
  * ---
204
305
  *
205
- * The MIT License (MIT) (for portions derived from Feather)
306
+ * The following Lucide icons are derived from the Feather project:
307
+ *
308
+ * airplay, alert-circle, alert-octagon, alert-triangle, aperture, arrow-down-circle, arrow-down-left, arrow-down-right, arrow-down, arrow-left-circle, arrow-left, arrow-right-circle, arrow-right, arrow-up-circle, arrow-up-left, arrow-up-right, arrow-up, at-sign, calendar, cast, check, chevron-down, chevron-left, chevron-right, chevron-up, chevrons-down, chevrons-left, chevrons-right, chevrons-up, circle, clipboard, clock, code, columns, command, compass, corner-down-left, corner-down-right, corner-left-down, corner-left-up, corner-right-down, corner-right-up, corner-up-left, corner-up-right, crosshair, database, divide-circle, divide-square, dollar-sign, download, external-link, feather, frown, hash, headphones, help-circle, info, italic, key, layout, life-buoy, link-2, link, loader, lock, log-in, log-out, maximize, meh, minimize, minimize-2, minus-circle, minus-square, minus, monitor, moon, more-horizontal, more-vertical, move, music, navigation-2, navigation, octagon, pause-circle, percent, plus-circle, plus-square, plus, power, radio, rss, search, server, share, shopping-bag, sidebar, smartphone, smile, square, table-2, tablet, target, terminal, trash-2, trash, triangle, tv, type, upload, x-circle, x-octagon, x-square, x, zoom-in, zoom-out
309
+ *
310
+ * The MIT License (MIT) (for the icons listed above)
206
311
  *
207
- * Copyright (c) 2013-2026 Cole Bemis
312
+ * Copyright (c) 2013-present Cole Bemis
208
313
  *
209
314
  * Permission is hereby granted, free of charge, to any person obtaining a copy
210
315
  * of this software and associated documentation files (the "Software"), to deal
@@ -255,15 +360,15 @@ function Files($$renderer, $$props) {
255
360
  ]));
256
361
  }
257
362
  //#endregion
258
- //#region ../node_modules/.bun/lucide-svelte@0.577.0+ff5f301bb2db9a0d/node_modules/lucide-svelte/dist/icons/folder-input.svelte
363
+ //#region ../node_modules/.bun/lucide-svelte@1.0.1+7a2629d9b18e82d0/node_modules/lucide-svelte/dist/icons/folder-input.svelte
259
364
  function Folder_input($$renderer, $$props) {
260
365
  const $$sanitized_props = $.sanitize_props($$props);
261
366
  /**
262
- * @license lucide-svelte v0.577.0 - ISC
367
+ * @license lucide-svelte v1.0.1 - ISC
263
368
  *
264
369
  * ISC License
265
370
  *
266
- * Copyright (c) for portions of Lucide are held by Cole Bemis 2013-2026 as part of Feather (MIT). All other copyright (c) for Lucide are held by Lucide Contributors 2026.
371
+ * Copyright (c) 2026 Lucide Icons and Contributors
267
372
  *
268
373
  * Permission to use, copy, modify, and/or distribute this software for any
269
374
  * purpose with or without fee is hereby granted, provided that the above
@@ -279,9 +384,13 @@ function Folder_input($$renderer, $$props) {
279
384
  *
280
385
  * ---
281
386
  *
282
- * The MIT License (MIT) (for portions derived from Feather)
387
+ * The following Lucide icons are derived from the Feather project:
283
388
  *
284
- * Copyright (c) 2013-2026 Cole Bemis
389
+ * airplay, alert-circle, alert-octagon, alert-triangle, aperture, arrow-down-circle, arrow-down-left, arrow-down-right, arrow-down, arrow-left-circle, arrow-left, arrow-right-circle, arrow-right, arrow-up-circle, arrow-up-left, arrow-up-right, arrow-up, at-sign, calendar, cast, check, chevron-down, chevron-left, chevron-right, chevron-up, chevrons-down, chevrons-left, chevrons-right, chevrons-up, circle, clipboard, clock, code, columns, command, compass, corner-down-left, corner-down-right, corner-left-down, corner-left-up, corner-right-down, corner-right-up, corner-up-left, corner-up-right, crosshair, database, divide-circle, divide-square, dollar-sign, download, external-link, feather, frown, hash, headphones, help-circle, info, italic, key, layout, life-buoy, link-2, link, loader, lock, log-in, log-out, maximize, meh, minimize, minimize-2, minus-circle, minus-square, minus, monitor, moon, more-horizontal, more-vertical, move, music, navigation-2, navigation, octagon, pause-circle, percent, plus-circle, plus-square, plus, power, radio, rss, search, server, share, shopping-bag, sidebar, smartphone, smile, square, table-2, tablet, target, terminal, trash-2, trash, triangle, tv, type, upload, x-circle, x-octagon, x-square, x, zoom-in, zoom-out
390
+ *
391
+ * The MIT License (MIT) (for the icons listed above)
392
+ *
393
+ * Copyright (c) 2013-present Cole Bemis
285
394
  *
286
395
  * Permission is hereby granted, free of charge, to any person obtaining a copy
287
396
  * of this software and associated documentation files (the "Software"), to deal
@@ -332,15 +441,15 @@ function Folder_input($$renderer, $$props) {
332
441
  ]));
333
442
  }
334
443
  //#endregion
335
- //#region ../node_modules/.bun/lucide-svelte@0.577.0+ff5f301bb2db9a0d/node_modules/lucide-svelte/dist/icons/layout-dashboard.svelte
444
+ //#region ../node_modules/.bun/lucide-svelte@1.0.1+7a2629d9b18e82d0/node_modules/lucide-svelte/dist/icons/layout-dashboard.svelte
336
445
  function Layout_dashboard($$renderer, $$props) {
337
446
  const $$sanitized_props = $.sanitize_props($$props);
338
447
  /**
339
- * @license lucide-svelte v0.577.0 - ISC
448
+ * @license lucide-svelte v1.0.1 - ISC
340
449
  *
341
450
  * ISC License
342
451
  *
343
- * Copyright (c) for portions of Lucide are held by Cole Bemis 2013-2026 as part of Feather (MIT). All other copyright (c) for Lucide are held by Lucide Contributors 2026.
452
+ * Copyright (c) 2026 Lucide Icons and Contributors
344
453
  *
345
454
  * Permission to use, copy, modify, and/or distribute this software for any
346
455
  * purpose with or without fee is hereby granted, provided that the above
@@ -356,9 +465,13 @@ function Layout_dashboard($$renderer, $$props) {
356
465
  *
357
466
  * ---
358
467
  *
359
- * The MIT License (MIT) (for portions derived from Feather)
468
+ * The following Lucide icons are derived from the Feather project:
469
+ *
470
+ * airplay, alert-circle, alert-octagon, alert-triangle, aperture, arrow-down-circle, arrow-down-left, arrow-down-right, arrow-down, arrow-left-circle, arrow-left, arrow-right-circle, arrow-right, arrow-up-circle, arrow-up-left, arrow-up-right, arrow-up, at-sign, calendar, cast, check, chevron-down, chevron-left, chevron-right, chevron-up, chevrons-down, chevrons-left, chevrons-right, chevrons-up, circle, clipboard, clock, code, columns, command, compass, corner-down-left, corner-down-right, corner-left-down, corner-left-up, corner-right-down, corner-right-up, corner-up-left, corner-up-right, crosshair, database, divide-circle, divide-square, dollar-sign, download, external-link, feather, frown, hash, headphones, help-circle, info, italic, key, layout, life-buoy, link-2, link, loader, lock, log-in, log-out, maximize, meh, minimize, minimize-2, minus-circle, minus-square, minus, monitor, moon, more-horizontal, more-vertical, move, music, navigation-2, navigation, octagon, pause-circle, percent, plus-circle, plus-square, plus, power, radio, rss, search, server, share, shopping-bag, sidebar, smartphone, smile, square, table-2, tablet, target, terminal, trash-2, trash, triangle, tv, type, upload, x-circle, x-octagon, x-square, x, zoom-in, zoom-out
360
471
  *
361
- * Copyright (c) 2013-2026 Cole Bemis
472
+ * The MIT License (MIT) (for the icons listed above)
473
+ *
474
+ * Copyright (c) 2013-present Cole Bemis
362
475
  *
363
476
  * Permission is hereby granted, free of charge, to any person obtaining a copy
364
477
  * of this software and associated documentation files (the "Software"), to deal
@@ -434,15 +547,15 @@ function Layout_dashboard($$renderer, $$props) {
434
547
  ]));
435
548
  }
436
549
  //#endregion
437
- //#region ../node_modules/.bun/lucide-svelte@0.577.0+ff5f301bb2db9a0d/node_modules/lucide-svelte/dist/icons/pencil.svelte
550
+ //#region ../node_modules/.bun/lucide-svelte@1.0.1+7a2629d9b18e82d0/node_modules/lucide-svelte/dist/icons/pencil.svelte
438
551
  function Pencil($$renderer, $$props) {
439
552
  const $$sanitized_props = $.sanitize_props($$props);
440
553
  /**
441
- * @license lucide-svelte v0.577.0 - ISC
554
+ * @license lucide-svelte v1.0.1 - ISC
442
555
  *
443
556
  * ISC License
444
557
  *
445
- * Copyright (c) for portions of Lucide are held by Cole Bemis 2013-2026 as part of Feather (MIT). All other copyright (c) for Lucide are held by Lucide Contributors 2026.
558
+ * Copyright (c) 2026 Lucide Icons and Contributors
446
559
  *
447
560
  * Permission to use, copy, modify, and/or distribute this software for any
448
561
  * purpose with or without fee is hereby granted, provided that the above
@@ -458,9 +571,13 @@ function Pencil($$renderer, $$props) {
458
571
  *
459
572
  * ---
460
573
  *
461
- * The MIT License (MIT) (for portions derived from Feather)
574
+ * The following Lucide icons are derived from the Feather project:
575
+ *
576
+ * airplay, alert-circle, alert-octagon, alert-triangle, aperture, arrow-down-circle, arrow-down-left, arrow-down-right, arrow-down, arrow-left-circle, arrow-left, arrow-right-circle, arrow-right, arrow-up-circle, arrow-up-left, arrow-up-right, arrow-up, at-sign, calendar, cast, check, chevron-down, chevron-left, chevron-right, chevron-up, chevrons-down, chevrons-left, chevrons-right, chevrons-up, circle, clipboard, clock, code, columns, command, compass, corner-down-left, corner-down-right, corner-left-down, corner-left-up, corner-right-down, corner-right-up, corner-up-left, corner-up-right, crosshair, database, divide-circle, divide-square, dollar-sign, download, external-link, feather, frown, hash, headphones, help-circle, info, italic, key, layout, life-buoy, link-2, link, loader, lock, log-in, log-out, maximize, meh, minimize, minimize-2, minus-circle, minus-square, minus, monitor, moon, more-horizontal, more-vertical, move, music, navigation-2, navigation, octagon, pause-circle, percent, plus-circle, plus-square, plus, power, radio, rss, search, server, share, shopping-bag, sidebar, smartphone, smile, square, table-2, tablet, target, terminal, trash-2, trash, triangle, tv, type, upload, x-circle, x-octagon, x-square, x, zoom-in, zoom-out
577
+ *
578
+ * The MIT License (MIT) (for the icons listed above)
462
579
  *
463
- * Copyright (c) 2013-2026 Cole Bemis
580
+ * Copyright (c) 2013-present Cole Bemis
464
581
  *
465
582
  * Permission is hereby granted, free of charge, to any person obtaining a copy
466
583
  * of this software and associated documentation files (the "Software"), to deal
@@ -507,15 +624,15 @@ function Pencil($$renderer, $$props) {
507
624
  ]));
508
625
  }
509
626
  //#endregion
510
- //#region ../node_modules/.bun/lucide-svelte@0.577.0+ff5f301bb2db9a0d/node_modules/lucide-svelte/dist/icons/share-2.svelte
627
+ //#region ../node_modules/.bun/lucide-svelte@1.0.1+7a2629d9b18e82d0/node_modules/lucide-svelte/dist/icons/share-2.svelte
511
628
  function Share_2($$renderer, $$props) {
512
629
  const $$sanitized_props = $.sanitize_props($$props);
513
630
  /**
514
- * @license lucide-svelte v0.577.0 - ISC
631
+ * @license lucide-svelte v1.0.1 - ISC
515
632
  *
516
633
  * ISC License
517
634
  *
518
- * Copyright (c) for portions of Lucide are held by Cole Bemis 2013-2026 as part of Feather (MIT). All other copyright (c) for Lucide are held by Lucide Contributors 2026.
635
+ * Copyright (c) 2026 Lucide Icons and Contributors
519
636
  *
520
637
  * Permission to use, copy, modify, and/or distribute this software for any
521
638
  * purpose with or without fee is hereby granted, provided that the above
@@ -531,9 +648,13 @@ function Share_2($$renderer, $$props) {
531
648
  *
532
649
  * ---
533
650
  *
534
- * The MIT License (MIT) (for portions derived from Feather)
651
+ * The following Lucide icons are derived from the Feather project:
535
652
  *
536
- * Copyright (c) 2013-2026 Cole Bemis
653
+ * airplay, alert-circle, alert-octagon, alert-triangle, aperture, arrow-down-circle, arrow-down-left, arrow-down-right, arrow-down, arrow-left-circle, arrow-left, arrow-right-circle, arrow-right, arrow-up-circle, arrow-up-left, arrow-up-right, arrow-up, at-sign, calendar, cast, check, chevron-down, chevron-left, chevron-right, chevron-up, chevrons-down, chevrons-left, chevrons-right, chevrons-up, circle, clipboard, clock, code, columns, command, compass, corner-down-left, corner-down-right, corner-left-down, corner-left-up, corner-right-down, corner-right-up, corner-up-left, corner-up-right, crosshair, database, divide-circle, divide-square, dollar-sign, download, external-link, feather, frown, hash, headphones, help-circle, info, italic, key, layout, life-buoy, link-2, link, loader, lock, log-in, log-out, maximize, meh, minimize, minimize-2, minus-circle, minus-square, minus, monitor, moon, more-horizontal, more-vertical, move, music, navigation-2, navigation, octagon, pause-circle, percent, plus-circle, plus-square, plus, power, radio, rss, search, server, share, shopping-bag, sidebar, smartphone, smile, square, table-2, tablet, target, terminal, trash-2, trash, triangle, tv, type, upload, x-circle, x-octagon, x-square, x, zoom-in, zoom-out
654
+ *
655
+ * The MIT License (MIT) (for the icons listed above)
656
+ *
657
+ * Copyright (c) 2013-present Cole Bemis
537
658
  *
538
659
  * Permission is hereby granted, free of charge, to any person obtaining a copy
539
660
  * of this software and associated documentation files (the "Software"), to deal
@@ -608,15 +729,15 @@ function Share_2($$renderer, $$props) {
608
729
  ]));
609
730
  }
610
731
  //#endregion
611
- //#region ../node_modules/.bun/lucide-svelte@0.577.0+ff5f301bb2db9a0d/node_modules/lucide-svelte/dist/icons/trash-2.svelte
732
+ //#region ../node_modules/.bun/lucide-svelte@1.0.1+7a2629d9b18e82d0/node_modules/lucide-svelte/dist/icons/trash-2.svelte
612
733
  function Trash_2($$renderer, $$props) {
613
734
  const $$sanitized_props = $.sanitize_props($$props);
614
735
  /**
615
- * @license lucide-svelte v0.577.0 - ISC
736
+ * @license lucide-svelte v1.0.1 - ISC
616
737
  *
617
738
  * ISC License
618
739
  *
619
- * Copyright (c) for portions of Lucide are held by Cole Bemis 2013-2026 as part of Feather (MIT). All other copyright (c) for Lucide are held by Lucide Contributors 2026.
740
+ * Copyright (c) 2026 Lucide Icons and Contributors
620
741
  *
621
742
  * Permission to use, copy, modify, and/or distribute this software for any
622
743
  * purpose with or without fee is hereby granted, provided that the above
@@ -632,9 +753,13 @@ function Trash_2($$renderer, $$props) {
632
753
  *
633
754
  * ---
634
755
  *
635
- * The MIT License (MIT) (for portions derived from Feather)
756
+ * The following Lucide icons are derived from the Feather project:
757
+ *
758
+ * airplay, alert-circle, alert-octagon, alert-triangle, aperture, arrow-down-circle, arrow-down-left, arrow-down-right, arrow-down, arrow-left-circle, arrow-left, arrow-right-circle, arrow-right, arrow-up-circle, arrow-up-left, arrow-up-right, arrow-up, at-sign, calendar, cast, check, chevron-down, chevron-left, chevron-right, chevron-up, chevrons-down, chevrons-left, chevrons-right, chevrons-up, circle, clipboard, clock, code, columns, command, compass, corner-down-left, corner-down-right, corner-left-down, corner-left-up, corner-right-down, corner-right-up, corner-up-left, corner-up-right, crosshair, database, divide-circle, divide-square, dollar-sign, download, external-link, feather, frown, hash, headphones, help-circle, info, italic, key, layout, life-buoy, link-2, link, loader, lock, log-in, log-out, maximize, meh, minimize, minimize-2, minus-circle, minus-square, minus, monitor, moon, more-horizontal, more-vertical, move, music, navigation-2, navigation, octagon, pause-circle, percent, plus-circle, plus-square, plus, power, radio, rss, search, server, share, shopping-bag, sidebar, smartphone, smile, square, table-2, tablet, target, terminal, trash-2, trash, triangle, tv, type, upload, x-circle, x-octagon, x-square, x, zoom-in, zoom-out
636
759
  *
637
- * Copyright (c) 2013-2026 Cole Bemis
760
+ * The MIT License (MIT) (for the icons listed above)
761
+ *
762
+ * Copyright (c) 2013-present Cole Bemis
638
763
  *
639
764
  * Permission is hereby granted, free of charge, to any person obtaining a copy
640
765
  * of this software and associated documentation files (the "Software"), to deal
@@ -687,15 +812,15 @@ function Trash_2($$renderer, $$props) {
687
812
  ]));
688
813
  }
689
814
  //#endregion
690
- //#region ../node_modules/.bun/lucide-svelte@0.577.0+ff5f301bb2db9a0d/node_modules/lucide-svelte/dist/icons/upload.svelte
815
+ //#region ../node_modules/.bun/lucide-svelte@1.0.1+7a2629d9b18e82d0/node_modules/lucide-svelte/dist/icons/upload.svelte
691
816
  function Upload($$renderer, $$props) {
692
817
  const $$sanitized_props = $.sanitize_props($$props);
693
818
  /**
694
- * @license lucide-svelte v0.577.0 - ISC
819
+ * @license lucide-svelte v1.0.1 - ISC
695
820
  *
696
821
  * ISC License
697
822
  *
698
- * Copyright (c) for portions of Lucide are held by Cole Bemis 2013-2026 as part of Feather (MIT). All other copyright (c) for Lucide are held by Lucide Contributors 2026.
823
+ * Copyright (c) 2026 Lucide Icons and Contributors
699
824
  *
700
825
  * Permission to use, copy, modify, and/or distribute this software for any
701
826
  * purpose with or without fee is hereby granted, provided that the above
@@ -711,9 +836,13 @@ function Upload($$renderer, $$props) {
711
836
  *
712
837
  * ---
713
838
  *
714
- * The MIT License (MIT) (for portions derived from Feather)
839
+ * The following Lucide icons are derived from the Feather project:
840
+ *
841
+ * airplay, alert-circle, alert-octagon, alert-triangle, aperture, arrow-down-circle, arrow-down-left, arrow-down-right, arrow-down, arrow-left-circle, arrow-left, arrow-right-circle, arrow-right, arrow-up-circle, arrow-up-left, arrow-up-right, arrow-up, at-sign, calendar, cast, check, chevron-down, chevron-left, chevron-right, chevron-up, chevrons-down, chevrons-left, chevrons-right, chevrons-up, circle, clipboard, clock, code, columns, command, compass, corner-down-left, corner-down-right, corner-left-down, corner-left-up, corner-right-down, corner-right-up, corner-up-left, corner-up-right, crosshair, database, divide-circle, divide-square, dollar-sign, download, external-link, feather, frown, hash, headphones, help-circle, info, italic, key, layout, life-buoy, link-2, link, loader, lock, log-in, log-out, maximize, meh, minimize, minimize-2, minus-circle, minus-square, minus, monitor, moon, more-horizontal, more-vertical, move, music, navigation-2, navigation, octagon, pause-circle, percent, plus-circle, plus-square, plus, power, radio, rss, search, server, share, shopping-bag, sidebar, smartphone, smile, square, table-2, tablet, target, terminal, trash-2, trash, triangle, tv, type, upload, x-circle, x-octagon, x-square, x, zoom-in, zoom-out
842
+ *
843
+ * The MIT License (MIT) (for the icons listed above)
715
844
  *
716
- * Copyright (c) 2013-2026 Cole Bemis
845
+ * Copyright (c) 2013-present Cole Bemis
717
846
  *
718
847
  * Permission is hereby granted, free of charge, to any person obtaining a copy
719
848
  * of this software and associated documentation files (the "Software"), to deal
@@ -764,88 +893,7 @@ function Upload($$renderer, $$props) {
764
893
  ]));
765
894
  }
766
895
  //#endregion
767
- //#region ../node_modules/.bun/lucide-svelte@0.577.0+ff5f301bb2db9a0d/node_modules/lucide-svelte/dist/icons/circle-x.svelte
768
- function Circle_x($$renderer, $$props) {
769
- const $$sanitized_props = $.sanitize_props($$props);
770
- /**
771
- * @license lucide-svelte v0.577.0 - ISC
772
- *
773
- * ISC License
774
- *
775
- * Copyright (c) for portions of Lucide are held by Cole Bemis 2013-2026 as part of Feather (MIT). All other copyright (c) for Lucide are held by Lucide Contributors 2026.
776
- *
777
- * Permission to use, copy, modify, and/or distribute this software for any
778
- * purpose with or without fee is hereby granted, provided that the above
779
- * copyright notice and this permission notice appear in all copies.
780
- *
781
- * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
782
- * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
783
- * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
784
- * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
785
- * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
786
- * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
787
- * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
788
- *
789
- * ---
790
- *
791
- * The MIT License (MIT) (for portions derived from Feather)
792
- *
793
- * Copyright (c) 2013-2026 Cole Bemis
794
- *
795
- * Permission is hereby granted, free of charge, to any person obtaining a copy
796
- * of this software and associated documentation files (the "Software"), to deal
797
- * in the Software without restriction, including without limitation the rights
798
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
799
- * copies of the Software, and to permit persons to whom the Software is
800
- * furnished to do so, subject to the following conditions:
801
- *
802
- * The above copyright notice and this permission notice shall be included in all
803
- * copies or substantial portions of the Software.
804
- *
805
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
806
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
807
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
808
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
809
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
810
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
811
- * SOFTWARE.
812
- *
813
- */
814
- Icon($$renderer, $.spread_props([
815
- { name: "circle-x" },
816
- $$sanitized_props,
817
- {
818
- /**
819
- * @component @name CircleX
820
- * @description Lucide SVG icon component, renders SVG Element with children.
821
- *
822
- * @preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIxMCIgLz4KICA8cGF0aCBkPSJtMTUgOS02IDYiIC8+CiAgPHBhdGggZD0ibTkgOSA2IDYiIC8+Cjwvc3ZnPgo=) - https://lucide.dev/icons/circle-x
823
- * @see https://lucide.dev/guide/packages/lucide-svelte - Documentation
824
- *
825
- * @param {Object} props - Lucide icons props and any valid SVG attribute
826
- * @returns {FunctionalComponent} Svelte component
827
- *
828
- */
829
- iconNode: [
830
- ["circle", {
831
- "cx": "12",
832
- "cy": "12",
833
- "r": "10"
834
- }],
835
- ["path", { "d": "m15 9-6 6" }],
836
- ["path", { "d": "m9 9 6 6" }]
837
- ],
838
- children: ($$renderer) => {
839
- $$renderer.push(`<!--[-->`);
840
- $.slot($$renderer, $$props, "default", {}, null);
841
- $$renderer.push(`<!--]-->`);
842
- },
843
- $$slots: { default: true }
844
- }
845
- ]));
846
- }
847
- //#endregion
848
- //#region ../node_modules/.bun/bits-ui@2.18.1+cc847a85639d1c68/node_modules/bits-ui/dist/bits/utilities/portal/portal-consumer.svelte
896
+ //#region ../node_modules/.bun/bits-ui@2.19.0+6b8313878b0747a6/node_modules/bits-ui/dist/bits/utilities/portal/portal-consumer.svelte
849
897
  function Portal_consumer($$renderer, $$props) {
850
898
  const { children } = $$props;
851
899
  $$renderer.push(`<!---->`);
@@ -854,7 +902,7 @@ function Portal_consumer($$renderer, $$props) {
854
902
  $$renderer.push(`<!---->`);
855
903
  }
856
904
  //#endregion
857
- //#region ../node_modules/.bun/bits-ui@2.18.1+cc847a85639d1c68/node_modules/bits-ui/dist/bits/utilities/config/bits-config.js
905
+ //#region ../node_modules/.bun/bits-ui@2.19.0+6b8313878b0747a6/node_modules/bits-ui/dist/bits/utilities/config/bits-config.js
858
906
  var BitsConfigContext = new Context("BitsConfig");
859
907
  /**
860
908
  * Gets the current Bits UI configuration state from the context.
@@ -921,7 +969,7 @@ function createConfigResolver(parent, currentOpts) {
921
969
  };
922
970
  }
923
971
  //#endregion
924
- //#region ../node_modules/.bun/bits-ui@2.18.1+cc847a85639d1c68/node_modules/bits-ui/dist/bits/utilities/config/prop-resolvers.js
972
+ //#region ../node_modules/.bun/bits-ui@2.19.0+6b8313878b0747a6/node_modules/bits-ui/dist/bits/utilities/config/prop-resolvers.js
925
973
  /**
926
974
  * Creates a generic prop resolver that follows a standard priority chain:
927
975
  * 1. The getter's prop value (if defined)
@@ -947,7 +995,7 @@ function createPropResolver(configOption, fallback) {
947
995
  */
948
996
  var resolvePortalToProp = createPropResolver((config) => config.defaultPortalTo, "body");
949
997
  //#endregion
950
- //#region ../node_modules/.bun/bits-ui@2.18.1+cc847a85639d1c68/node_modules/bits-ui/dist/bits/utilities/portal/portal.svelte
998
+ //#region ../node_modules/.bun/bits-ui@2.19.0+6b8313878b0747a6/node_modules/bits-ui/dist/bits/utilities/portal/portal.svelte
951
999
  function Portal($$renderer, $$props) {
952
1000
  $$renderer.component(($$renderer) => {
953
1001
  let { to: toProp, children, disabled } = $$props;
@@ -991,7 +1039,7 @@ function Portal($$renderer, $$props) {
991
1039
  });
992
1040
  }
993
1041
  //#endregion
994
- //#region ../node_modules/.bun/@hiai-gg+hiai-ui@0.1.3+8f2b9fada26e5f3b/node_modules/@hiai-gg/hiai-ui/dist/components/ui/card/card.svelte
1042
+ //#region ../node_modules/.bun/@hiai-gg+hiai-ui@0.1.3+2be6617fd6e54084/node_modules/@hiai-gg/hiai-ui/dist/components/ui/card/card.svelte
995
1043
  function Card($$renderer, $$props) {
996
1044
  $$renderer.component(($$renderer) => {
997
1045
  let { ref = null, class: className, children, $$slots, $$events, ...restProps } = $$props;
@@ -1009,7 +1057,7 @@ function Card($$renderer, $$props) {
1009
1057
  });
1010
1058
  }
1011
1059
  //#endregion
1012
- //#region ../node_modules/.bun/@hiai-gg+hiai-ui@0.1.3+8f2b9fada26e5f3b/node_modules/@hiai-gg/hiai-ui/dist/components/ui/card/card-content.svelte
1060
+ //#region ../node_modules/.bun/@hiai-gg+hiai-ui@0.1.3+2be6617fd6e54084/node_modules/@hiai-gg/hiai-ui/dist/components/ui/card/card-content.svelte
1013
1061
  function Card_content($$renderer, $$props) {
1014
1062
  $$renderer.component(($$renderer) => {
1015
1063
  let { ref = null, class: className, children, $$slots, $$events, ...restProps } = $$props;
@@ -1027,7 +1075,7 @@ function Card_content($$renderer, $$props) {
1027
1075
  });
1028
1076
  }
1029
1077
  //#endregion
1030
- //#region ../node_modules/.bun/@hiai-gg+hiai-ui@0.1.3+8f2b9fada26e5f3b/node_modules/@hiai-gg/hiai-ui/dist/components/ui/card/card-header.svelte
1078
+ //#region ../node_modules/.bun/@hiai-gg+hiai-ui@0.1.3+2be6617fd6e54084/node_modules/@hiai-gg/hiai-ui/dist/components/ui/card/card-header.svelte
1031
1079
  function Card_header($$renderer, $$props) {
1032
1080
  $$renderer.component(($$renderer) => {
1033
1081
  let { ref = null, class: className, children, $$slots, $$events, ...restProps } = $$props;
@@ -1133,12 +1181,9 @@ function MoveDialog($$renderer, $$props) {
1133
1181
  $$slots: { default: true }
1134
1182
  });
1135
1183
  $$renderer.push(`<!----> `);
1136
- $$renderer.push("<!--[-1-->");
1137
- $$renderer.push(`<form class="space-y-4 py-2">`);
1138
- if (error) {
1139
- $$renderer.push("<!--[0-->");
1140
- $$renderer.push(`<p class="text-sm text-destructive" role="alert">${$.escape(error)}</p>`);
1141
- } else $$renderer.push("<!--[-1-->");
1184
+ $$renderer.push(`<!--[-1--><form class="space-y-4 py-2">`);
1185
+ if (error) $$renderer.push(`<!--[0--><p class="text-sm text-destructive" role="alert">${$.escape(error)}</p>`);
1186
+ else $$renderer.push("<!--[-1-->");
1142
1187
  $$renderer.push(`<!--]--> <div class="space-y-2">`);
1143
1188
  Label($$renderer, {
1144
1189
  children: ($$renderer) => {
@@ -1455,14 +1500,11 @@ function DocumentCard($$renderer, $$props) {
1455
1500
  Card_content($$renderer, {
1456
1501
  children: ($$renderer) => {
1457
1502
  $$renderer.push(`<h3 class="mb-1 truncate text-sm font-medium leading-snug">${$.escape(doc.title)}</h3> `);
1458
- if (preview()) {
1459
- $$renderer.push("<!--[0-->");
1460
- $$renderer.push(`<p class="mb-3 line-clamp-2 text-xs text-muted-foreground">${$.escape(preview())}</p>`);
1461
- } else $$renderer.push("<!--[-1-->");
1503
+ if (preview()) $$renderer.push(`<!--[0--><p class="mb-3 line-clamp-2 text-xs text-muted-foreground">${$.escape(preview())}</p>`);
1504
+ else $$renderer.push("<!--[-1-->");
1462
1505
  $$renderer.push(`<!--]--> `);
1463
1506
  if (doc.tags.length > 0) {
1464
- $$renderer.push("<!--[0-->");
1465
- $$renderer.push(`<div class="flex flex-wrap gap-1"><!--[-->`);
1507
+ $$renderer.push(`<!--[0--><div class="flex flex-wrap gap-1"><!--[-->`);
1466
1508
  const each_array = $.ensure_array_like(doc.tags.slice(0, 3));
1467
1509
  for (let $$index = 0, $$length = each_array.length; $$index < $$length; $$index++) {
1468
1510
  let tag = each_array[$$index];
@@ -1683,24 +1725,18 @@ function ImportProgress($$renderer, $$props) {
1683
1725
  const inFlight = $.derived(() => items.filter((i) => i.status === "queued" || i.status === "uploading" || i.status === "processing").length);
1684
1726
  const settled = $.derived(() => inFlight() === 0);
1685
1727
  if (open) {
1686
- $$renderer.push("<!--[0-->");
1687
- $$renderer.push(`<div class="fixed inset-0 z-50 flex items-center justify-center bg-black/50 p-4" role="presentation"><div class="w-full max-w-md overflow-hidden rounded-lg border border-border bg-background shadow-2xl" role="dialog" tabindex="-1" aria-modal="true"${$.attr("aria-label", import_progress_title())}><div class="flex items-center justify-between border-b border-border px-4 py-3"><div><h2 class="text-sm font-semibold">${$.escape(import_progress_title())}</h2> `);
1688
- if (total() > 0) {
1689
- $$renderer.push("<!--[0-->");
1690
- $$renderer.push(`<p class="mt-0.5 text-xs text-muted-foreground">${$.escape(import_progress_total({
1691
- done: done(),
1692
- total: total()
1693
- }))}</p>`);
1694
- } else $$renderer.push("<!--[-1-->");
1728
+ $$renderer.push(`<!--[0--><div class="fixed inset-0 z-50 flex items-center justify-center bg-black/50 p-4" role="presentation"><div class="w-full max-w-md overflow-hidden rounded-lg border border-border bg-background shadow-2xl" role="dialog" tabindex="-1" aria-modal="true"${$.attr("aria-label", import_progress_title())}><div class="flex items-center justify-between border-b border-border px-4 py-3"><div><h2 class="text-sm font-semibold">${$.escape(import_progress_title())}</h2> `);
1729
+ if (total() > 0) $$renderer.push(`<!--[0--><p class="mt-0.5 text-xs text-muted-foreground">${$.escape(import_progress_total({
1730
+ done: done(),
1731
+ total: total()
1732
+ }))}</p>`);
1733
+ else $$renderer.push("<!--[-1-->");
1695
1734
  $$renderer.push(`<!--]--></div> <button type="button" class="rounded p-1 text-muted-foreground transition-colors hover:bg-accent hover:text-foreground disabled:pointer-events-none disabled:opacity-50"${$.attr("aria-label", action_close())}${$.attr("disabled", !settled(), true)}>`);
1696
1735
  X($$renderer, { class: "size-4" });
1697
1736
  $$renderer.push(`<!----></button></div> <div class="max-h-[60vh] overflow-y-auto">`);
1698
- if (items.length === 0) {
1699
- $$renderer.push("<!--[0-->");
1700
- $$renderer.push(`<div class="px-4 py-8 text-center text-sm text-muted-foreground">${$.escape(import_progress_empty())}</div>`);
1701
- } else {
1702
- $$renderer.push("<!--[-1-->");
1703
- $$renderer.push(`<ul class="divide-y divide-border"><!--[-->`);
1737
+ if (items.length === 0) $$renderer.push(`<!--[0--><div class="px-4 py-8 text-center text-sm text-muted-foreground">${$.escape(import_progress_empty())}</div>`);
1738
+ else {
1739
+ $$renderer.push(`<!--[-1--><ul class="divide-y divide-border"><!--[-->`);
1704
1740
  const each_array = $.ensure_array_like(items);
1705
1741
  for (let idx = 0, $$length = each_array.length; idx < $$length; idx++) {
1706
1742
  let item = each_array[idx];
@@ -1724,14 +1760,10 @@ function ImportProgress($$renderer, $$props) {
1724
1760
  Check($$renderer, { class: "size-3.5 text-emerald-600 dark:text-emerald-400" });
1725
1761
  $$renderer.push(`<!----> `);
1726
1762
  if (item.documentId) {
1727
- $$renderer.push("<!--[0-->");
1728
- $$renderer.push(`<a${$.attr("href", resolveDocsmintRoute(route, `/docs/${item.documentId}`))} class="inline-flex items-center gap-1 rounded bg-primary/10 px-2 py-0.5 text-xs font-semibold text-primary transition-colors hover:bg-primary/20"><span>View</span> `);
1763
+ $$renderer.push(`<!--[0--><a${$.attr("href", resolveDocsmintRoute(route, `/docs/${item.documentId}`))} class="inline-flex items-center gap-1 rounded bg-primary/10 px-2 py-0.5 text-xs font-semibold text-primary transition-colors hover:bg-primary/20"><span>View</span> `);
1729
1764
  Chevron_right($$renderer, { class: "size-3" });
1730
1765
  $$renderer.push(`<!----></a>`);
1731
- } else {
1732
- $$renderer.push("<!--[-1-->");
1733
- $$renderer.push(`<span class="text-emerald-700 dark:text-emerald-400">${$.escape(import_progress_done())}</span>`);
1734
- }
1766
+ } else $$renderer.push(`<!--[-1--><span class="text-emerald-700 dark:text-emerald-400">${$.escape(import_progress_done())}</span>`);
1735
1767
  $$renderer.push(`<!--]-->`);
1736
1768
  } else {
1737
1769
  $$renderer.push("<!--[-1-->");
@@ -1743,13 +1775,11 @@ function ImportProgress($$renderer, $$props) {
1743
1775
  $$renderer.push(`<!--]--></ul>`);
1744
1776
  }
1745
1777
  $$renderer.push(`<!--]--></div> `);
1746
- if (settled() && total() > 0) {
1747
- $$renderer.push("<!--[0-->");
1748
- $$renderer.push(`<div class="flex items-center justify-between gap-2 border-t border-border bg-muted/50 px-4 py-3 text-sm"><p class="font-medium">${$.escape(import_progress_summary({
1749
- imported: done(),
1750
- failed: failed()
1751
- }))}</p> <div class="flex items-center gap-2 ml-auto"><button type="button" class="inline-flex items-center gap-1 rounded-md bg-primary px-3 py-1 text-xs font-medium text-primary-foreground transition-colors hover:bg-primary/90">${$.escape(import_progress_close())}</button></div></div>`);
1752
- } else $$renderer.push("<!--[-1-->");
1778
+ if (settled() && total() > 0) $$renderer.push(`<!--[0--><div class="flex items-center justify-between gap-2 border-t border-border bg-muted/50 px-4 py-3 text-sm"><p class="font-medium">${$.escape(import_progress_summary({
1779
+ imported: done(),
1780
+ failed: failed()
1781
+ }))}</p> <div class="flex items-center gap-2 ml-auto"><button type="button" class="inline-flex items-center gap-1 rounded-md bg-primary px-3 py-1 text-xs font-medium text-primary-foreground transition-colors hover:bg-primary/90">${$.escape(import_progress_close())}</button></div></div>`);
1782
+ else $$renderer.push("<!--[-1-->");
1753
1783
  $$renderer.push(`<!--]--></div></div>`);
1754
1784
  } else $$renderer.push("<!--[-1-->");
1755
1785
  $$renderer.push(`<!--]-->`);
@@ -2074,8 +2104,7 @@ function HiaiDocsDashboardHost($$renderer, $$props) {
2074
2104
  Folder_kanban($$renderer, { class: "size-7 shrink-0 text-primary" });
2075
2105
  $$renderer.push(`<!----> <h1 class="text-2xl font-semibold tracking-tight truncate svelte-e61um3">${$.escape(data.categories.find((c) => c.id === activeCategoryId())?.name || "Category")}</h1>`);
2076
2106
  } else {
2077
- $$renderer.push("<!--[-1-->");
2078
- $$renderer.push(`<div class="dashboard-identity flex items-center gap-3"><div class="flex size-10 items-center justify-center rounded-lg bg-primary/10">`);
2107
+ $$renderer.push(`<!--[-1--><div class="dashboard-identity flex items-center gap-3"><div class="flex size-10 items-center justify-center rounded-lg bg-primary/10">`);
2079
2108
  Layout_dashboard($$renderer, { class: "size-5 text-primary" });
2080
2109
  $$renderer.push(`<!----></div> <div><h1 class="text-2xl font-semibold tracking-tight svelte-e61um3">${$.escape(dashboard_title())}</h1> <p class="text-sm text-muted-foreground svelte-e61um3">${$.escape(dashboard_subtitle())}</p></div></div>`);
2081
2110
  }
@@ -2138,17 +2167,14 @@ function HiaiDocsDashboardHost($$renderer, $$props) {
2138
2167
  } else $$renderer.push("<!--[-1-->");
2139
2168
  $$renderer.push(`<!--]--></div></div> `);
2140
2169
  if (dashboardWidgets().length > 0) {
2141
- $$renderer.push("<!--[0-->");
2142
- $$renderer.push(`<section class="mb-8 grid grid-cols-1 gap-4 md:grid-cols-2" data-hiai-docs-extension-zone="dashboard-widgets" aria-label="Dashboard extensions"><!--[-->`);
2170
+ $$renderer.push(`<!--[0--><section class="mb-8 grid grid-cols-1 gap-4 md:grid-cols-2" data-hiai-docs-extension-zone="dashboard-widgets" aria-label="Dashboard extensions"><!--[-->`);
2143
2171
  const each_array = $.ensure_array_like(dashboardWidgets());
2144
2172
  for (let $$index = 0, $$length = each_array.length; $$index < $$length; $$index++) {
2145
2173
  let widget = each_array[$$index];
2146
2174
  const Widget = widget.component;
2147
2175
  $$renderer.push(`<div${$.attr_class($.clsx([widget.chrome === false ? "contents" : "rounded-xl border border-border bg-card p-4", widget.colSpan === 12 && "md:col-span-2"]))}${$.attr("data-hiai-docs-extension-id", widget.id)}>`);
2148
- if (widget.title) {
2149
- $$renderer.push("<!--[0-->");
2150
- $$renderer.push(`<h2 class="mb-3 text-sm font-semibold">${$.escape(widget.title)}</h2>`);
2151
- } else $$renderer.push("<!--[-1-->");
2176
+ if (widget.title) $$renderer.push(`<!--[0--><h2 class="mb-3 text-sm font-semibold">${$.escape(widget.title)}</h2>`);
2177
+ else $$renderer.push("<!--[-1-->");
2152
2178
  $$renderer.push(`<!--]--> `);
2153
2179
  if (Widget) {
2154
2180
  $$renderer.push("<!--[-->");
@@ -2164,20 +2190,14 @@ function HiaiDocsDashboardHost($$renderer, $$props) {
2164
2190
  } else $$renderer.push("<!--[-1-->");
2165
2191
  $$renderer.push(`<!--]--> `);
2166
2192
  if (activeFolderId() && data.breadcrumb?.length > 0) {
2167
- $$renderer.push("<!--[0-->");
2168
- $$renderer.push(`<nav class="mb-6 flex flex-wrap items-center gap-1.5 text-sm text-muted-foreground" aria-label="Breadcrumbs"><a${$.attr("href", resolveDocsmintRoute(route, "/"))} class="hover:text-foreground transition-colors">Home</a> <!--[-->`);
2193
+ $$renderer.push(`<!--[0--><nav class="mb-6 flex flex-wrap items-center gap-1.5 text-sm text-muted-foreground" aria-label="Breadcrumbs"><a${$.attr("href", resolveDocsmintRoute(route, "/"))} class="hover:text-foreground transition-colors">Home</a> <!--[-->`);
2169
2194
  const each_array_1 = $.ensure_array_like(data.breadcrumb);
2170
2195
  for (let idx = 0, $$length = each_array_1.length; idx < $$length; idx++) {
2171
2196
  let path = each_array_1[idx];
2172
2197
  Chevron_right($$renderer, { class: "size-3.5" });
2173
2198
  $$renderer.push(`<!----> `);
2174
- if (idx === data.breadcrumb.length - 1) {
2175
- $$renderer.push("<!--[0-->");
2176
- $$renderer.push(`<span class="font-medium text-foreground truncate max-w-[150px]">${$.escape(path.name)}</span>`);
2177
- } else {
2178
- $$renderer.push("<!--[-1-->");
2179
- $$renderer.push(`<a${$.attr("href", resolveDocsmintRoute(route, `/?folder=${encodeURIComponent(path.id)}`))} class="hover:text-foreground transition-colors truncate max-w-[150px]">${$.escape(path.name)}</a>`);
2180
- }
2199
+ if (idx === data.breadcrumb.length - 1) $$renderer.push(`<!--[0--><span class="font-medium text-foreground truncate max-w-[150px]">${$.escape(path.name)}</span>`);
2200
+ else $$renderer.push(`<!--[-1--><a${$.attr("href", resolveDocsmintRoute(route, `/?folder=${encodeURIComponent(path.id)}`))} class="hover:text-foreground transition-colors truncate max-w-[150px]">${$.escape(path.name)}</a>`);
2181
2201
  $$renderer.push(`<!--]-->`);
2182
2202
  }
2183
2203
  $$renderer.push(`<!--]--></nav>`);
@@ -2201,10 +2221,8 @@ function HiaiDocsDashboardHost($$renderer, $$props) {
2201
2221
  $$slots: { default: true }
2202
2222
  });
2203
2223
  $$renderer.push(`<!----> `);
2204
- if (activeFolderId()) {
2205
- $$renderer.push("<!--[0-->");
2206
- $$renderer.push(`<div class="h-9 w-full rounded-md border border-input bg-muted/50 px-3 py-2 text-sm shadow-sm opacity-60 flex items-center select-none">Inherited from folder</div>`);
2207
- } else {
2224
+ if (activeFolderId()) $$renderer.push(`<!--[0--><div class="h-9 w-full rounded-md border border-input bg-muted/50 px-3 py-2 text-sm shadow-sm opacity-60 flex items-center select-none">Inherited from folder</div>`);
2225
+ else {
2208
2226
  $$renderer.push("<!--[-1-->");
2209
2227
  if (Select$1.Root) {
2210
2228
  $$renderer.push("<!--[-->");
@@ -2481,8 +2499,7 @@ function HiaiDocsDashboardHost($$renderer, $$props) {
2481
2499
  });
2482
2500
  $$renderer.push(`<!----></div></div> `);
2483
2501
  if (hasActiveFilters()) {
2484
- $$renderer.push("<!--[0-->");
2485
- $$renderer.push(`<div class="mb-6 flex flex-wrap items-center gap-2 rounded-xl border border-border bg-muted/30 px-4 py-2 text-sm"><span class="text-xs font-semibold text-muted-foreground uppercase tracking-wider">Filters:</span> `);
2502
+ $$renderer.push(`<!--[0--><div class="mb-6 flex flex-wrap items-center gap-2 rounded-xl border border-border bg-muted/30 px-4 py-2 text-sm"><span class="text-xs font-semibold text-muted-foreground uppercase tracking-wider">Filters:</span> `);
2486
2503
  if (searchQuery.trim());
2487
2504
  else $$renderer.push("<!--[-1-->");
2488
2505
  $$renderer.push(`<!--]--> `);
@@ -2526,15 +2543,13 @@ function HiaiDocsDashboardHost($$renderer, $$props) {
2526
2543
  if (activeFolderId()) {
2527
2544
  $$renderer.push("<!--[0-->");
2528
2545
  if (isFolderEmpty()) {
2529
- $$renderer.push("<!--[0-->");
2530
- $$renderer.push(`<div class="flex flex-col items-center justify-center py-20 text-center"><div class="mb-4 flex size-16 items-center justify-center rounded-full bg-muted">`);
2546
+ $$renderer.push(`<!--[0--><div class="flex flex-col items-center justify-center py-20 text-center"><div class="mb-4 flex size-16 items-center justify-center rounded-full bg-muted">`);
2531
2547
  Folder_open($$renderer, { class: "size-8 text-muted-foreground" });
2532
2548
  $$renderer.push(`<!----></div> <h2 class="mb-2 text-lg font-semibold">Folder is empty</h2> <p class="mb-6 max-w-sm text-sm text-muted-foreground">Create a new document, subfolder, or drag and drop items here to get started.</p></div>`);
2533
2549
  } else {
2534
2550
  $$renderer.push("<!--[-1-->");
2535
2551
  if (filteredFolders().length > 0) {
2536
- $$renderer.push("<!--[0-->");
2537
- $$renderer.push(`<div class="mb-8"><h2 class="mb-3 text-xs font-semibold uppercase tracking-wider text-muted-foreground">Subfolders</h2> <div class="grid grid-cols-1 gap-3 sm:grid-cols-2 lg:grid-cols-3"><!--[-->`);
2552
+ $$renderer.push(`<!--[0--><div class="mb-8"><h2 class="mb-3 text-xs font-semibold uppercase tracking-wider text-muted-foreground">Subfolders</h2> <div class="grid grid-cols-1 gap-3 sm:grid-cols-2 lg:grid-cols-3"><!--[-->`);
2538
2553
  const each_array_4 = $.ensure_array_like(filteredFolders());
2539
2554
  for (let $$index_4 = 0, $$length = each_array_4.length; $$index_4 < $$length; $$index_4++) {
2540
2555
  let folder = each_array_4[$$index_4];
@@ -2549,8 +2564,7 @@ function HiaiDocsDashboardHost($$renderer, $$props) {
2549
2564
  } else $$renderer.push("<!--[-1-->");
2550
2565
  $$renderer.push(`<!--]--> `);
2551
2566
  if (filteredDocuments().length > 0) {
2552
- $$renderer.push("<!--[0-->");
2553
- $$renderer.push(`<div><h2 class="mb-3 text-xs font-semibold uppercase tracking-wider text-muted-foreground">${$.escape(nav_documents())}</h2> <div class="grid grid-cols-1 gap-3 sm:grid-cols-2 lg:grid-cols-3"><!--[-->`);
2567
+ $$renderer.push(`<!--[0--><div><h2 class="mb-3 text-xs font-semibold uppercase tracking-wider text-muted-foreground">${$.escape(nav_documents())}</h2> <div class="grid grid-cols-1 gap-3 sm:grid-cols-2 lg:grid-cols-3"><!--[-->`);
2554
2568
  const each_array_5 = $.ensure_array_like(filteredDocuments());
2555
2569
  for (let $$index_5 = 0, $$length = each_array_5.length; $$index_5 < $$length; $$index_5++) {
2556
2570
  let doc = each_array_5[$$index_5];
@@ -2570,13 +2584,11 @@ function HiaiDocsDashboardHost($$renderer, $$props) {
2570
2584
  } else {
2571
2585
  $$renderer.push("<!--[-1-->");
2572
2586
  if (isRootEmpty()) {
2573
- $$renderer.push("<!--[0-->");
2574
- $$renderer.push(`<div class="flex flex-col items-center justify-center py-20 text-center"><div class="mb-4 flex size-16 items-center justify-center rounded-full bg-muted">`);
2587
+ $$renderer.push(`<!--[0--><div class="flex flex-col items-center justify-center py-20 text-center"><div class="mb-4 flex size-16 items-center justify-center rounded-full bg-muted">`);
2575
2588
  File_text($$renderer, { class: "size-8 text-muted-foreground" });
2576
2589
  $$renderer.push(`<!----></div> <h2 class="mb-2 text-lg font-semibold">${$.escape(folders_empty())}</h2> <p class="mb-6 max-w-sm text-sm text-muted-foreground">${$.escape(folders_empty_description())}</p></div>`);
2577
2590
  } else {
2578
- $$renderer.push("<!--[-1-->");
2579
- $$renderer.push(`<!--[-->`);
2591
+ $$renderer.push(`<!--[-1--><!--[-->`);
2580
2592
  const each_array_6 = $.ensure_array_like(visibleSections());
2581
2593
  for (let $$index_7 = 0, $$length = each_array_6.length; $$index_7 < $$length; $$index_7++) {
2582
2594
  let section = each_array_6[$$index_7];
@@ -2649,8 +2661,7 @@ function HiaiDocsDashboardHost($$renderer, $$props) {
2649
2661
  }
2650
2662
  $$renderer.push(`<!--]--> `);
2651
2663
  if (filteredDocuments().length > 0) {
2652
- $$renderer.push("<!--[0-->");
2653
- $$renderer.push(`<div class="mt-12 border-t border-border/60 pt-8"><h2 class="mb-4 text-sm font-semibold uppercase tracking-wider text-muted-foreground">${$.escape(hasActiveFilters() ? "Filtered Documents" : "Recent Documents")}</h2> <div class="grid grid-cols-1 gap-3 sm:grid-cols-2 lg:grid-cols-3"><!--[-->`);
2664
+ $$renderer.push(`<!--[0--><div class="mt-12 border-t border-border/60 pt-8"><h2 class="mb-4 text-sm font-semibold uppercase tracking-wider text-muted-foreground">${$.escape(hasActiveFilters() ? "Filtered Documents" : "Recent Documents")}</h2> <div class="grid grid-cols-1 gap-3 sm:grid-cols-2 lg:grid-cols-3"><!--[-->`);
2654
2665
  const each_array_8 = $.ensure_array_like(filteredDocuments());
2655
2666
  for (let $$index_8 = 0, $$length = each_array_8.length; $$index_8 < $$length; $$index_8++) {
2656
2667
  let doc = each_array_8[$$index_8];