@hiai-gg/docsmint 0.7.6 → 0.8.2

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 (84) hide show
  1. package/README.md +46 -113
  2. package/dist/backend/index.js +860 -132
  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/client.d.ts +4 -3
  7. package/dist/client.js +9 -6
  8. package/dist/frontend/{CategoryDialog-D_xFSWGh.js → CategoryDialog-B6zqtwE6.js} +2 -2
  9. package/dist/frontend/{ConfirmDialog-Cfq3D2Di.js → ConfirmDialog-Dk7wwcj9.js} +1 -1
  10. package/dist/frontend/{CreateSnapshotDialog-BHODxZWK.js → CreateSnapshotDialog-BPYjO1qN.js} +2 -2
  11. package/dist/frontend/{DatePicker-CZyCnQ1q.js → DatePicker-SiGLx9yh.js} +46 -46
  12. package/dist/frontend/{DeleteDialog-DaJOO6SB.js → DeleteDialog-D1jox8h1.js} +2 -2
  13. package/dist/frontend/{FolderNode-C_91NlEO.js → FolderNode-BG4l6I5C.js} +100 -99
  14. package/dist/frontend/{HiAiEditor-DtUGbQg6.js → HiAiEditor-BpmzvTCP.js} +977 -1008
  15. package/dist/frontend/{SettingsDialog-BlIZqk2-.js → SettingsDialog-2d6ZA4Ze.js} +3 -3
  16. package/dist/frontend/Sidebar-Db_ffhAb.js +2149 -0
  17. package/dist/frontend/{TagCreateDialog-BlGz4O9Z.js → TagCreateDialog-C5j3H49u.js} +2 -2
  18. package/dist/frontend/app-shell.js +3 -3
  19. package/dist/frontend/components/category-dialog.js +1 -1
  20. package/dist/frontend/components/create-snapshot-dialog.js +1 -1
  21. package/dist/frontend/components/delete-dialog.js +1 -1
  22. package/dist/frontend/components/editor/compact-editor.js +1 -1
  23. package/dist/frontend/components/editor/document-editor.js +1 -1
  24. package/dist/frontend/components/editor/extensions.js +1 -1
  25. package/dist/frontend/components/editor/markdown-toggle.js +1 -1
  26. package/dist/frontend/components/editor/markdown.js +1 -1
  27. package/dist/frontend/components/folder-node.js +1 -1
  28. package/dist/frontend/components/save-as-dialog.js +2 -2
  29. package/dist/frontend/components/settings.js +1 -1
  30. package/dist/frontend/components/sidebar.js +1 -1
  31. package/dist/frontend/components/tag-create-dialog.js +1 -1
  32. package/dist/frontend/components/version-history.js +3 -3
  33. package/dist/frontend/dashboard.js +1034 -1034
  34. package/dist/frontend/{dialog-tHAH3-9M.js → dialog-DC97Hnxo.js} +1 -1
  35. package/dist/frontend/dist-BLpDfrDC.js +316 -0
  36. package/dist/frontend/dist-D7zL6zdU.js +40 -0
  37. package/dist/frontend/{dist-Cg1BpNS7.js → dist-qd_OnyUC.js} +492 -516
  38. package/dist/frontend/dropdown-menu-COZwS7c0.js +493 -0
  39. package/dist/frontend/editorExtensions-Cu__YKW7.js +158 -0
  40. package/dist/frontend/ellipsis-vertical-CObXWXZW.js +41 -0
  41. package/dist/frontend/frontend.css +1 -1
  42. package/dist/frontend/{editorExtensions-B-mKiWqq.js → lib-DYgslUw1.js} +6782 -6935
  43. package/dist/frontend/loader-circle-DnyUzAmN.js +25 -0
  44. package/dist/frontend/{markdown-CMij27Gg.js → markdown-Co8ZAKf4.js} +2 -1
  45. package/dist/frontend/search.js +2 -2
  46. package/dist/frontend/{confirm-dialog-BFTxjLv-.js → share-context-DooXPYKd.js} +2 -3
  47. package/dist/frontend/theme.js +1 -1
  48. package/dist/frontend/{theme.svelte-Bzitjfh9.js → theme.svelte-gLPpG6eU.js} +1 -0
  49. package/dist/frontend-ssr/app-shell.js +3 -3
  50. package/dist/frontend-ssr/assets/{FolderNode-CClgk8BL.js → FolderNode-CscMQ9sf.js} +2 -1
  51. package/dist/frontend-ssr/assets/{HiAiEditor-_-m7MJDd.js → HiAiEditor-DCpulE6N.js} +4 -50
  52. package/dist/frontend-ssr/assets/{SettingsDialog-BdvHRAxF.js → SettingsDialog-CpPxZahd.js} +1 -1
  53. package/dist/frontend-ssr/assets/{Sidebar-B3Saqn0O.js → Sidebar-BJ1XZ1DH.js} +7 -5
  54. package/dist/frontend-ssr/assets/dist-CshZmNmp.js +50 -0
  55. package/dist/frontend-ssr/assets/dist-DqeAICTy.js +300 -0
  56. package/dist/frontend-ssr/assets/{dropdown-menu-CdEpn_LT.js → dropdown-menu--acO7nXs.js} +1 -94
  57. package/dist/frontend-ssr/assets/ellipsis-vertical-BErUuhWg.js +96 -0
  58. package/dist/frontend-ssr/assets/{markdown-MhPwNWrC.js → markdown-Co31-Tl2.js} +1 -1
  59. package/dist/frontend-ssr/assets/{confirm-dialog-DeOR0SnQ.js → share-context-BvXQrIIH.js} +0 -1
  60. package/dist/frontend-ssr/assets/{theme.svelte-shZrSxz8.js → theme.svelte-CGgnJc3k.js} +1 -0
  61. package/dist/frontend-ssr/components/editor/compact-editor.js +1 -1
  62. package/dist/frontend-ssr/components/editor/document-editor.js +1 -1
  63. package/dist/frontend-ssr/components/editor/extensions.js +1 -1
  64. package/dist/frontend-ssr/components/editor/markdown-toggle.js +1 -1
  65. package/dist/frontend-ssr/components/editor/markdown.js +1 -1
  66. package/dist/frontend-ssr/components/folder-node.js +1 -1
  67. package/dist/frontend-ssr/components/settings.js +1 -1
  68. package/dist/frontend-ssr/components/sidebar.js +1 -1
  69. package/dist/frontend-ssr/dashboard.js +6 -4
  70. package/dist/frontend-ssr/search.js +1 -1
  71. package/dist/frontend-ssr/theme.js +1 -1
  72. package/dist/lifecycle-runtime.js +42 -4
  73. package/dist/mcp-cli.js +9 -6
  74. package/dist/mcp-server.js +9 -6
  75. package/dist/types.d.ts +12 -0
  76. package/package.json +1 -1
  77. package/packages/cli/src/index.ts +1 -1
  78. package/packages/db/src/schema.ts +2 -0
  79. package/server.json +2 -2
  80. package/skills/docsmint-document-manager/SKILL.md +2 -2
  81. package/dist/frontend/Sidebar-BVGm5BRR.js +0 -2147
  82. package/dist/frontend/dropdown-menu-AJYeFPHu.js +0 -530
  83. package/dist/frontend-ssr/assets/{DatePicker-TZVeMZ2S.js → DatePicker-CCylVH0q.js} +12 -12
  84. package/dist/frontend-ssr/assets/{editorExtensions-qNlZVP98.js → editorExtensions-rhletNji.js} +1 -1
@@ -1,4 +1,4 @@
1
- import { n as e } from "./dist-Cg1BpNS7.js";
1
+ import { t as e } from "./loader-circle-DnyUzAmN.js";
2
2
  import { t } from "./action_cancel-Cuxsznzz.js";
3
3
  import { t as n } from "./action_create-CtBQrRuj.js";
4
4
  import { t as r } from "./action_loading-BLCGJVA9.js";
@@ -7,7 +7,7 @@ import { t as a } from "./error_generic-CzNtmBT4.js";
7
7
  import { n as o, r as s, t as c } from "./tags_new-BiNAJ9Bx.js";
8
8
  import { a as l } from "./route-context-DYQlUfzL.js";
9
9
  import { t as u } from "./utils-BovMJHdA.js";
10
- import { a as d, i as f, n as p, o as m, r as h, s as g, t as _ } from "./dialog-tHAH3-9M.js";
10
+ import { a as d, i as f, n as p, o as m, r as h, s as g, t as _ } from "./dialog-DC97Hnxo.js";
11
11
  import { t as v } from "./input-CrlYAH2S.js";
12
12
  import { t as y } from "./label-B0syEfns.js";
13
13
  import { c as b, l as x, n as S, r as C } from "./tags-CzPNUoFw.js";
@@ -1,7 +1,7 @@
1
1
  import { t as e } from "./Icon-y7xxAIC6.js";
2
- import { n as t, t as n } from "./confirm-dialog-BFTxjLv-.js";
3
- import { n as r } from "./SettingsDialog-BlIZqk2-.js";
4
- import { t as i } from "./Sidebar-BVGm5BRR.js";
2
+ import { n as t, t as n } from "./share-context-DooXPYKd.js";
3
+ import { n as r } from "./SettingsDialog-2d6ZA4Ze.js";
4
+ import { t as i } from "./Sidebar-Db_ffhAb.js";
5
5
  import { t as a } from "./scroll_to_top_aria-CvkNF_Hu.js";
6
6
  import { o, r as s } from "./route-context-DYQlUfzL.js";
7
7
  import { t as c } from "./editor-preferences.svelte-Bt_A9k7n.js";
@@ -1,2 +1,2 @@
1
- import { t as e } from "../CategoryDialog-D_xFSWGh.js";
1
+ import { t as e } from "../CategoryDialog-B6zqtwE6.js";
2
2
  export { e as CategoryDialog };
@@ -1,2 +1,2 @@
1
- import { t as e } from "../CreateSnapshotDialog-BHODxZWK.js";
1
+ import { t as e } from "../CreateSnapshotDialog-BPYjO1qN.js";
2
2
  export { e as CreateSnapshotDialog };
@@ -1,2 +1,2 @@
1
- import { t as e } from "../DeleteDialog-DaJOO6SB.js";
1
+ import { t as e } from "../DeleteDialog-D1jox8h1.js";
2
2
  export { e as DeleteDialog };
@@ -1,4 +1,4 @@
1
- import { t as e } from "../../HiAiEditor-DtUGbQg6.js";
1
+ import { t as e } from "../../HiAiEditor-BpmzvTCP.js";
2
2
  import "svelte/internal/disclose-version";
3
3
  import * as t from "svelte/internal/client";
4
4
  //#region src/lib/components/editor/CompactEditor.svelte
@@ -1,2 +1,2 @@
1
- import { t as e } from "../../HiAiEditor-DtUGbQg6.js";
1
+ import { t as e } from "../../HiAiEditor-BpmzvTCP.js";
2
2
  export { e as DocsmintDocumentEditorHost };
@@ -1,2 +1,2 @@
1
- import { n as e, r as t, t as n } from "../../editorExtensions-B-mKiWqq.js";
1
+ import { n as e, r as t, t as n } from "../../editorExtensions-Cu__YKW7.js";
2
2
  export { n as TextAlignHeading, e as TextAlignParagraph, t as editorExtensions };
@@ -1,7 +1,7 @@
1
1
  import { t as e } from "../../check-sdTlLwi9.js";
2
2
  import { t } from "../../copy-4H99lwAQ.js";
3
3
  import { n, t as r } from "../../editor_markdown_placeholder-BIWDUF1E.js";
4
- import { t as i } from "../../markdown-CMij27Gg.js";
4
+ import { t as i } from "../../markdown-Co8ZAKf4.js";
5
5
  import "svelte/internal/disclose-version";
6
6
  import * as a from "svelte/internal/client";
7
7
  //#region src/lib/components/editor/MarkdownToggle.svelte
@@ -1,2 +1,2 @@
1
- import { t as e } from "../../markdown-CMij27Gg.js";
1
+ import { t as e } from "../../markdown-Co8ZAKf4.js";
2
2
  export { e as markdownToJson };
@@ -1,2 +1,2 @@
1
- import { t as e } from "../FolderNode-C_91NlEO.js";
1
+ import { t as e } from "../FolderNode-BG4l6I5C.js";
2
2
  export { e as FolderNode };
@@ -1,10 +1,10 @@
1
1
  import { t as e } from "../chevron-down-DlBnIE7Y.js";
2
2
  import { t } from "../FolderTreeSelector-DqO-f0nt.js";
3
- import { n } from "../dist-Cg1BpNS7.js";
3
+ import { t as n } from "../loader-circle-DnyUzAmN.js";
4
4
  import { t as r } from "../action_cancel-Cuxsznzz.js";
5
5
  import { t as i } from "../action_save-BRN2Z_GP.js";
6
6
  import { a } from "../route-context-DYQlUfzL.js";
7
- import { a as o, i as s, n as c, o as l, r as u, s as d, t as f } from "../dialog-tHAH3-9M.js";
7
+ import { a as o, i as s, n as c, o as l, r as u, s as d, t as f } from "../dialog-DC97Hnxo.js";
8
8
  import { t as p } from "../label-B0syEfns.js";
9
9
  import { i as m } from "../categories-Bjcc41We.js";
10
10
  import { a as h, i as g, n as _, r as v, t as y } from "../select-value-D9VqY5n5.js";
@@ -1,2 +1,2 @@
1
- import { t as e } from "../SettingsDialog-BlIZqk2-.js";
1
+ import { t as e } from "../SettingsDialog-2d6ZA4Ze.js";
2
2
  export { e as SettingsDialog };
@@ -1,2 +1,2 @@
1
- import { t as e } from "../Sidebar-BVGm5BRR.js";
1
+ import { t as e } from "../Sidebar-Db_ffhAb.js";
2
2
  export { e as Sidebar };
@@ -1,2 +1,2 @@
1
- import { t as e } from "../TagCreateDialog-BlGz4O9Z.js";
1
+ import { t as e } from "../TagCreateDialog-C5j3H49u.js";
2
2
  export { e as TagCreateDialog };
@@ -2,7 +2,7 @@ import { t as e } from "../Icon-y7xxAIC6.js";
2
2
  import { t } from "../camera-BI-BtnIm.js";
3
3
  import { t as n } from "../circle-check-hWC-HeKu.js";
4
4
  import { t as r } from "../clock-C4FHq-9q.js";
5
- import { n as i } from "../dist-Cg1BpNS7.js";
5
+ import { t as i } from "../loader-circle-DnyUzAmN.js";
6
6
  import { t as a } from "../rotate-ccw-DtZDfSK3.js";
7
7
  import { t as o } from "../action_cancel-Cuxsznzz.js";
8
8
  import { t as s } from "../action_loading-BLCGJVA9.js";
@@ -12,8 +12,8 @@ import { a as u, c as d, d as f, f as p, i as m, l as h, n as g, o as _, r as v,
12
12
  import { t as x } from "../version_create_snapshot-3bu-0qzH.js";
13
13
  import { a as S } from "../route-context-DYQlUfzL.js";
14
14
  import { n as C, t as w } from "../client-GbtOH90i.js";
15
- import { t as T } from "../ConfirmDialog-Cfq3D2Di.js";
16
- import { t as E } from "../CreateSnapshotDialog-BHODxZWK.js";
15
+ import { t as T } from "../ConfirmDialog-Dk7wwcj9.js";
16
+ import { t as E } from "../CreateSnapshotDialog-BPYjO1qN.js";
17
17
  import "svelte/internal/disclose-version";
18
18
  import * as D from "svelte/internal/client";
19
19
  import "svelte/internal/flags/legacy";