@hiai-gg/docsmint 0.3.7 → 0.3.8

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 (196) hide show
  1. package/backend/src/lib/logger.ts +45 -15
  2. package/dist/backend/index.js +238 -150
  3. package/dist/frontend/CategoryDialog-DphkZqIB.js +611 -0
  4. package/dist/frontend/ConfirmDialog-BLF3x_hr.js +214 -0
  5. package/dist/frontend/CreateSnapshotDialog-D5vPvFTL.js +216 -0
  6. package/dist/frontend/DatePicker-CLNTdvTk.js +259 -0
  7. package/dist/frontend/DeleteDialog-DxYFJivN.js +174 -0
  8. package/dist/frontend/FolderDialog-CRVZM2Oi.js +250 -0
  9. package/dist/frontend/FolderNode-C2zG7uii.js +298 -0
  10. package/dist/frontend/FolderTreeSelector-CyB8y2Sm.js +103 -0
  11. package/dist/frontend/Icon-CooFj4Ee.js +64 -0
  12. package/dist/frontend/SettingsDialog-DCM4-N6_.js +1016 -0
  13. package/dist/frontend/ShareDialog-DYu3RKQu.js +165 -0
  14. package/dist/frontend/TagCreateDialog-DXQs2bL9.js +260 -0
  15. package/dist/frontend/camera-iKXDOOWT.js +29 -0
  16. package/dist/frontend/check-D-UuvBuh.js +25 -0
  17. package/dist/frontend/chevron-down-CiPtYyFh.js +25 -0
  18. package/dist/frontend/circle-check-tSPE1V6t.js +29 -0
  19. package/dist/frontend/clock-DJHbHZb8.js +29 -0
  20. package/dist/frontend/{bundle-mjs-CP6Owz-8.js → clsx-C7bIvsDS.js} +16 -1
  21. package/dist/frontend/components/category-dialog.js +1 -1
  22. package/dist/frontend/components/create-snapshot-dialog.js +1 -1
  23. package/dist/frontend/components/delete-dialog.js +1 -1
  24. package/dist/frontend/components/editor/document-editor.js +1364 -1353
  25. package/dist/frontend/components/editor/document-title.js +25 -25
  26. package/dist/frontend/components/editor/markdown-toggle.js +45 -45
  27. package/dist/frontend/components/folder-node.js +1 -1
  28. package/dist/frontend/components/folder-tree-selector.js +1 -1
  29. package/dist/frontend/components/save-as-dialog.js +169 -151
  30. package/dist/frontend/components/settings.js +1 -1
  31. package/dist/frontend/components/share-dialog.js +1 -1
  32. package/dist/frontend/components/sidebar.js +1161 -1153
  33. package/dist/frontend/components/tag-create-dialog.js +1 -1
  34. package/dist/frontend/components/version-history.js +188 -187
  35. package/dist/frontend/copy-GppwRMjX.js +32 -0
  36. package/dist/frontend/dashboard.js +1188 -1156
  37. package/dist/frontend/dialog-D6NxYVmy.js +213 -0
  38. package/dist/frontend/doc-tabs.js +2 -2
  39. package/dist/frontend/ellipsis-vertical-P9MHvCps.js +530 -0
  40. package/dist/frontend/extension.js +8 -8
  41. package/dist/frontend/{floating-layer-anchor-C51M4l6v.js → floating-layer-anchor-CPwucTfd.js} +1414 -1412
  42. package/dist/frontend/folder-DeWhnD7O.js +45 -0
  43. package/dist/frontend/folder-refresh.js +1 -1
  44. package/dist/frontend/input-B5Rak-5G.js +23 -0
  45. package/dist/frontend/keyboard.js +1 -1
  46. package/dist/frontend/{keyboard.svelte-D7H8DihC.js → keyboard.svelte-CApmX0vl.js} +53 -53
  47. package/dist/frontend/label-CW9rxoAb.js +30 -0
  48. package/dist/frontend/{loader-circle-Bk-WFz9g.js → loader-circle-BA6aLO71.js} +86 -85
  49. package/dist/frontend/rotate-ccw-B4Q7brmV.js +25 -0
  50. package/dist/frontend/search.js +680 -654
  51. package/dist/frontend/select-value-sF86Geyh.js +1446 -0
  52. package/dist/frontend/shared-document.js +94 -94
  53. package/dist/frontend/subfolders-refresh-store.svelte-B2dKVmgz.js +65 -0
  54. package/dist/frontend/tag-HxRazVN_.js +54 -0
  55. package/dist/frontend/tag-store.svelte-CqrUXo0o.js +29 -0
  56. package/dist/frontend/textarea-i1720bE7.js +23 -0
  57. package/dist/frontend/theme.js +1 -1
  58. package/dist/frontend/theme.svelte-DKfCy12k.js +49 -0
  59. package/dist/frontend/{utils-C0OW2678.js → utils-CffiyuTo.js} +2 -3
  60. package/dist/frontend/{utils-D8kmM3ub.js → utils-hzdMVeCv.js} +2 -3
  61. package/dist/frontend/utils.js +1 -1
  62. package/dist/frontend/x-CzBsnJ2x.js +25 -0
  63. package/dist/frontend-ssr/api/attachments.js +2 -0
  64. package/dist/frontend-ssr/api/categories.js +2 -0
  65. package/dist/frontend-ssr/api/documents.js +2 -0
  66. package/dist/frontend-ssr/api/folders.js +2 -0
  67. package/dist/frontend-ssr/api/settings.js +2 -0
  68. package/dist/frontend-ssr/api/share.js +2 -0
  69. package/dist/frontend-ssr/api/tags.js +2 -0
  70. package/dist/frontend-ssr/assets/CategoryDialog-C2xaZKHq.js +584 -0
  71. package/dist/frontend-ssr/assets/ConfirmDialog-DjMFKc0V.js +420 -0
  72. package/dist/frontend-ssr/assets/CreateSnapshotDialog-BRw1xJW1.js +214 -0
  73. package/dist/frontend-ssr/assets/DatePicker-DnXniwlZ.js +312 -0
  74. package/dist/frontend-ssr/assets/DeleteDialog-BCfZy3Zn.js +154 -0
  75. package/dist/frontend-ssr/assets/FolderDialog-Dq7I2cKZ.js +429 -0
  76. package/dist/frontend-ssr/assets/FolderNode-DRfBfpft.js +171 -0
  77. package/dist/frontend-ssr/assets/FolderTreeSelector-DZNZ2oI6.js +147 -0
  78. package/dist/frontend-ssr/assets/Icon-B0Zqppjo.js +231 -0
  79. package/dist/frontend-ssr/assets/SettingsDialog-CX8Noa8A.js +1107 -0
  80. package/dist/frontend-ssr/assets/ShareDialog-Cge49ZdJ.js +54 -0
  81. package/dist/frontend-ssr/assets/TagCreateDialog-EAChgBF-.js +264 -0
  82. package/dist/frontend-ssr/assets/api-keys-DFqX39MT.js +35 -0
  83. package/dist/frontend-ssr/assets/attachments-CWBxE3Vz.js +85 -0
  84. package/dist/frontend-ssr/assets/auth-client-x26kqY8Z.js +1286 -0
  85. package/dist/frontend-ssr/assets/camera-CdxscTw-.js +84 -0
  86. package/dist/frontend-ssr/assets/categories-AOqgcsn4.js +75 -0
  87. package/dist/frontend-ssr/assets/chevron-down-CSSNGNh_.js +80 -0
  88. package/dist/frontend-ssr/assets/chevron-right-B4p7Sk6X.js +80 -0
  89. package/dist/frontend-ssr/assets/circle-check-CI1v4vYh.js +84 -0
  90. package/dist/frontend-ssr/assets/client-DZMkDkDn.js +129 -0
  91. package/dist/frontend-ssr/assets/clipboard-CXOaoz2W.js +30 -0
  92. package/dist/frontend-ssr/assets/clock-IL-eX2di.js +84 -0
  93. package/dist/frontend-ssr/assets/context-jz1GGEUi.js +45 -0
  94. package/dist/frontend-ssr/assets/copy-CjV57nGQ.js +87 -0
  95. package/dist/frontend-ssr/assets/db-CnxeO66n.js +65 -0
  96. package/dist/frontend-ssr/assets/dialog-BOV1u6zP.js +157 -0
  97. package/dist/frontend-ssr/assets/dndzone-DMvTO_Jz.js +2114 -0
  98. package/dist/frontend-ssr/assets/document-drop-coordinator-CEaYACsC.js +109 -0
  99. package/dist/frontend-ssr/assets/documents-BnOTRdTY.js +108 -0
  100. package/dist/frontend-ssr/assets/editorExtensions-DUzwndMy.js +186 -0
  101. package/dist/frontend-ssr/assets/ellipsis-vertical-C-0hgkZn.js +555 -0
  102. package/dist/frontend-ssr/assets/floating-layer-anchor-uzw9K8qN.js +6114 -0
  103. package/dist/frontend-ssr/assets/folder-DChhG7qN.js +80 -0
  104. package/dist/frontend-ssr/assets/folders-CTfbS24J.js +127 -0
  105. package/dist/frontend-ssr/assets/identity-B3uHoDtf.js +99 -0
  106. package/dist/frontend-ssr/assets/input-DezGsU3y.js +19 -0
  107. package/dist/frontend-ssr/assets/keyboard.svelte-BgF47N3L.js +174 -0
  108. package/dist/frontend-ssr/assets/label-Bj8-TfFN.js +21 -0
  109. package/dist/frontend-ssr/assets/loader-circle-DZsrZ-er.js +80 -0
  110. package/dist/frontend-ssr/assets/markdown-CjqvGi5W.js +20 -0
  111. package/dist/frontend-ssr/assets/messages-DhXqlcJI.js +11125 -0
  112. package/dist/frontend-ssr/assets/resolve-BqHozBXl.js +32 -0
  113. package/dist/frontend-ssr/assets/rotate-ccw-BlgWwaiq.js +80 -0
  114. package/dist/frontend-ssr/assets/select-value-DngdSmLI.js +1526 -0
  115. package/dist/frontend-ssr/assets/settings-E6qSAWM2.js +64 -0
  116. package/dist/frontend-ssr/assets/share-BTBJelxA.js +30 -0
  117. package/dist/frontend-ssr/assets/subfolders-refresh-store.svelte-DAh4gT16.js +77 -0
  118. package/dist/frontend-ssr/assets/tag-GZEuGWk1.js +166 -0
  119. package/dist/frontend-ssr/assets/tag-store.svelte-DPodKj6Z.js +21 -0
  120. package/dist/frontend-ssr/assets/tags-BId2wdYd.js +49 -0
  121. package/dist/frontend-ssr/assets/textarea-Dev-qSEc.js +21 -0
  122. package/dist/frontend-ssr/assets/theme.svelte-Co0-ssaD.js +67 -0
  123. package/dist/frontend-ssr/assets/utils-DtlPPXpJ.js +9 -0
  124. package/dist/frontend-ssr/assets/utils-DvZnctjz.js +23 -0
  125. package/dist/frontend-ssr/collaboration.js +39 -0
  126. package/dist/frontend-ssr/components/category-dialog.js +2 -0
  127. package/dist/frontend-ssr/components/create-snapshot-dialog.js +2 -0
  128. package/dist/frontend-ssr/components/delete-dialog.js +2 -0
  129. package/dist/frontend-ssr/components/editor/document-editor.js +2499 -0
  130. package/dist/frontend-ssr/components/editor/document-title.js +11 -0
  131. package/dist/frontend-ssr/components/editor/docx-serializer.js +186 -0
  132. package/dist/frontend-ssr/components/editor/extensions.js +2 -0
  133. package/dist/frontend-ssr/components/editor/markdown-toggle.js +20 -0
  134. package/dist/frontend-ssr/components/editor/markdown.js +2 -0
  135. package/dist/frontend-ssr/components/folder-node.js +2 -0
  136. package/dist/frontend-ssr/components/folder-tree-selector.js +2 -0
  137. package/dist/frontend-ssr/components/save-as-dialog.js +280 -0
  138. package/dist/frontend-ssr/components/settings.js +2 -0
  139. package/dist/frontend-ssr/components/share-dialog.js +2 -0
  140. package/dist/frontend-ssr/components/sidebar.js +2033 -0
  141. package/dist/frontend-ssr/components/tag-create-dialog.js +2 -0
  142. package/dist/frontend-ssr/components/version-history.js +370 -0
  143. package/dist/frontend-ssr/dashboard.js +2542 -0
  144. package/dist/frontend-ssr/doc-tabs.js +23 -0
  145. package/dist/frontend-ssr/document-drop-coordinator.js +2 -0
  146. package/dist/frontend-ssr/extension.js +13 -0
  147. package/dist/frontend-ssr/folder-refresh.js +2 -0
  148. package/dist/frontend-ssr/i18n.js +10 -0
  149. package/dist/frontend-ssr/keyboard.js +2 -0
  150. package/dist/frontend-ssr/offline/identity.js +2 -0
  151. package/dist/frontend-ssr/search.js +332 -0
  152. package/dist/frontend-ssr/shared-document.js +273 -0
  153. package/dist/frontend-ssr/theme.js +9 -0
  154. package/dist/frontend-ssr/types.js +1 -0
  155. package/dist/frontend-ssr/utils/clipboard.js +2 -0
  156. package/dist/frontend-ssr/utils/dndzone.js +2 -0
  157. package/dist/frontend-ssr/utils.js +2 -0
  158. package/package.json +22 -1
  159. package/packages/cli/src/index.ts +1 -1
  160. package/packages/db/src/schema.ts +3 -0
  161. package/packages/mcp-server/src/index.ts +1 -1
  162. package/dist/frontend/CategoryDialog--rIE7FrH.js +0 -580
  163. package/dist/frontend/ConfirmDialog-Cpzyb55f.js +0 -212
  164. package/dist/frontend/CreateSnapshotDialog-CmkV-n2A.js +0 -216
  165. package/dist/frontend/DatePicker-Byynca7V.js +0 -257
  166. package/dist/frontend/DeleteDialog-ap6nOywZ.js +0 -174
  167. package/dist/frontend/FolderDialog-DmN_trV0.js +0 -247
  168. package/dist/frontend/FolderNode-C4B8a2fd.js +0 -317
  169. package/dist/frontend/FolderTreeSelector-D6ijiZTA.js +0 -100
  170. package/dist/frontend/Icon-DtNo0N1U.js +0 -64
  171. package/dist/frontend/SettingsDialog-2kTaTXAs.js +0 -992
  172. package/dist/frontend/ShareDialog-BBDGNF5n.js +0 -165
  173. package/dist/frontend/TagCreateDialog-DiLZnJo4.js +0 -258
  174. package/dist/frontend/camera-B7dAOd4s.js +0 -28
  175. package/dist/frontend/check-CDwRlG9T.js +0 -24
  176. package/dist/frontend/chevron-down-B7ZrjUmT.js +0 -24
  177. package/dist/frontend/circle-check-CDqeMB2d.js +0 -28
  178. package/dist/frontend/client-Bc5Fzx40.js +0 -2785
  179. package/dist/frontend/clock-Ck5Sn-Zl.js +0 -28
  180. package/dist/frontend/clsx-nmtDPO_P.js +0 -16
  181. package/dist/frontend/copy-CMAA6GP0.js +0 -31
  182. package/dist/frontend/dialog-BDkiG42a.js +0 -213
  183. package/dist/frontend/disclose-version-5I57E3LD.js +0 -3
  184. package/dist/frontend/ellipsis-vertical-BBuPldbW.js +0 -519
  185. package/dist/frontend/folder-TQjKY4yn.js +0 -44
  186. package/dist/frontend/index-client-jobkrWVL.js +0 -86
  187. package/dist/frontend/input-CBI6p4Xl.js +0 -23
  188. package/dist/frontend/label-C-GkhEp4.js +0 -30
  189. package/dist/frontend/rotate-ccw-CleZtJ5D.js +0 -24
  190. package/dist/frontend/select-value-CvrWRkXW.js +0 -1436
  191. package/dist/frontend/subfolders-refresh-store.svelte-BsheoQma.js +0 -65
  192. package/dist/frontend/tag-Dx3SmucJ.js +0 -53
  193. package/dist/frontend/tag-store.svelte-CIaF4sdZ.js +0 -29
  194. package/dist/frontend/textarea-Dfp78XlL.js +0 -23
  195. package/dist/frontend/theme.svelte-CROg1Hi5.js +0 -49
  196. package/dist/frontend/x-DaTdeDXv.js +0 -24
@@ -1,28 +0,0 @@
1
- import "./disclose-version-5I57E3LD.js";
2
- import { $ as e, A as t, S as n, i as r, j as i, t as a } from "./client-Bc5Fzx40.js";
3
- import { t as o } from "./Icon-DtNo0N1U.js";
4
- //#region ../node_modules/.bun/lucide-svelte@1.0.1+ff5f301bb2db9a0d/node_modules/lucide-svelte/dist/icons/clock.svelte
5
- function s(s, c) {
6
- let l = a(c, [
7
- "children",
8
- "$$slots",
9
- "$$events",
10
- "$$legacy"
11
- ]), u = [["circle", {
12
- cx: "12",
13
- cy: "12",
14
- r: "10"
15
- }], ["path", { d: "M12 6v6l4 2" }]];
16
- o(s, r({ name: "clock" }, () => l, {
17
- get iconNode() {
18
- return u;
19
- },
20
- children: (r, a) => {
21
- var o = i();
22
- n(e(o), c, "default", {}, null), t(r, o);
23
- },
24
- $$slots: { default: !0 }
25
- }));
26
- }
27
- //#endregion
28
- export { s as t };
@@ -1,16 +0,0 @@
1
- //#region ../node_modules/.bun/clsx@2.1.1/node_modules/clsx/dist/clsx.mjs
2
- function e(t) {
3
- var n, r, i = "";
4
- if (typeof t == "string" || typeof t == "number") i += t;
5
- else if (typeof t == "object") if (Array.isArray(t)) {
6
- var a = t.length;
7
- for (n = 0; n < a; n++) t[n] && (r = e(t[n])) && (i && (i += " "), i += r);
8
- } else for (r in t) t[r] && (i && (i += " "), i += r);
9
- return i;
10
- }
11
- function t() {
12
- for (var t, n, r = 0, i = "", a = arguments.length; r < a; r++) (t = arguments[r]) && (n = e(t)) && (i && (i += " "), i += n);
13
- return i;
14
- }
15
- //#endregion
16
- export { t };
@@ -1,31 +0,0 @@
1
- import "./disclose-version-5I57E3LD.js";
2
- import { $ as e, A as t, S as n, i as r, j as i, t as a } from "./client-Bc5Fzx40.js";
3
- import { t as o } from "./Icon-DtNo0N1U.js";
4
- //#region ../node_modules/.bun/lucide-svelte@1.0.1+ff5f301bb2db9a0d/node_modules/lucide-svelte/dist/icons/copy.svelte
5
- function s(s, c) {
6
- let l = a(c, [
7
- "children",
8
- "$$slots",
9
- "$$events",
10
- "$$legacy"
11
- ]), u = [["rect", {
12
- width: "14",
13
- height: "14",
14
- x: "8",
15
- y: "8",
16
- rx: "2",
17
- ry: "2"
18
- }], ["path", { d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" }]];
19
- o(s, r({ name: "copy" }, () => l, {
20
- get iconNode() {
21
- return u;
22
- },
23
- children: (r, a) => {
24
- var o = i();
25
- n(e(o), c, "default", {}, null), t(r, o);
26
- },
27
- $$slots: { default: !0 }
28
- }));
29
- }
30
- //#endregion
31
- export { s as t };
@@ -1,213 +0,0 @@
1
- import "./disclose-version-5I57E3LD.js";
2
- import { $ as e, A as t, E as n, I as r, L as i, M as a, O as o, Q as s, V as c, _t as l, at as u, dt as d, et as f, ft as p, j as m, l as h, n as g, o as _, q as v, r as y, rt as b } from "./client-Bc5Fzx40.js";
3
- import { n as x } from "./loader-circle-Bk-WFz9g.js";
4
- import { t as S } from "./utils-D8kmM3ub.js";
5
- //#region ../node_modules/.bun/@hiai-gg+hiai-ui@0.0.8+3149ccaa93f654b8/node_modules/@hiai-gg/hiai-ui/dist/components/ui/button/button.svelte
6
- var C = /* @__PURE__ */ new Set([
7
- "$$slots",
8
- "$$events",
9
- "$$legacy",
10
- "class",
11
- "variant",
12
- "size",
13
- "ref",
14
- "href",
15
- "children"
16
- ]), w = a("<a><!></a>"), T = a("<button><!></button>");
17
- function E(r, i) {
18
- p(i, !0);
19
- let a = g(i, "variant", 3, "default"), c = g(i, "size", 3, "default"), u = g(i, "ref", 15, null), f = g(i, "href", 3, void 0), v = y(i, C);
20
- var b = m(), x = e(b), E = (r) => {
21
- var d = w();
22
- h(d, (e) => ({
23
- href: f(),
24
- class: e,
25
- ...v
26
- }), [() => S(D({
27
- variant: a(),
28
- size: c()
29
- }), i.class)]);
30
- var p = s(d), g = (n) => {
31
- var r = m();
32
- o(e(r), () => i.children), t(n, r);
33
- };
34
- n(p, (e) => {
35
- i.children && e(g);
36
- }), l(d), _(d, (e) => u(e), () => u()), t(r, d);
37
- }, O = (r) => {
38
- var d = T();
39
- h(d, (e) => ({
40
- class: e,
41
- ...v
42
- }), [() => S(D({
43
- variant: a(),
44
- size: c()
45
- }), i.class)]);
46
- var f = s(d), p = (n) => {
47
- var r = m();
48
- o(e(r), () => i.children), t(n, r);
49
- };
50
- n(f, (e) => {
51
- i.children && e(p);
52
- }), l(d), _(d, (e) => u(e), () => u()), t(r, d);
53
- };
54
- n(x, (e) => {
55
- f() ? e(E) : e(O, -1);
56
- }), t(r, b), d();
57
- }
58
- //#endregion
59
- //#region ../node_modules/.bun/@hiai-gg+hiai-ui@0.0.8+3149ccaa93f654b8/node_modules/@hiai-gg/hiai-ui/dist/components/ui/button/index.js
60
- var D = x({
61
- base: "inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0",
62
- variants: {
63
- variant: {
64
- default: "bg-primary text-primary-foreground shadow hover:bg-primary/90",
65
- destructive: "bg-destructive text-destructive-foreground shadow-sm hover:bg-destructive/90",
66
- outline: "border border-input bg-background shadow-sm hover:bg-accent hover:text-accent-foreground",
67
- secondary: "bg-secondary text-secondary-foreground shadow-sm hover:bg-secondary/80",
68
- ghost: "hover:bg-accent hover:text-accent-foreground",
69
- link: "text-primary underline-offset-4 hover:underline"
70
- },
71
- size: {
72
- default: "h-9 px-4 py-2",
73
- sm: "h-8 rounded-md px-3 text-xs",
74
- lg: "h-10 rounded-md px-8",
75
- icon: "h-9 w-9"
76
- }
77
- },
78
- defaultVariants: {
79
- variant: "default",
80
- size: "default"
81
- }
82
- }), O = a("<div class=\"fixed inset-0 z-50 flex items-center justify-center\"><div class=\"fixed inset-0 bg-black/80\" aria-hidden=\"true\"></div> <div class=\"relative z-50 grid w-full max-w-lg gap-4 border bg-background p-6 shadow-lg sm:rounded-lg\" role=\"dialog\" aria-modal=\"true\"><!></div></div>");
83
- function k(r, a) {
84
- p(a, !0);
85
- let h = g(a, "open", 15, !1), y = u(null);
86
- function x() {
87
- h(!1), a.onOpenChange?.(!1);
88
- }
89
- function S(e) {
90
- e.key === "Escape" && x();
91
- }
92
- function C(e) {
93
- c(y) && !c(y).contains(e.target) && x();
94
- }
95
- v(() => (h() ? document.body.style.overflow = "hidden" : document.body.style.overflow = "", () => {
96
- document.body.style.overflow = "";
97
- }));
98
- var w = m(), T = e(w), E = (r) => {
99
- var u = O(), d = f(s(u), 2), p = s(d), h = (n) => {
100
- var r = m();
101
- o(e(r), () => a.children), t(n, r);
102
- };
103
- n(p, (e) => {
104
- a.children && e(h);
105
- }), l(d), _(d, (e) => b(y, e), () => c(y)), l(u), i("keydown", u, S), i("click", u, C), t(r, u);
106
- };
107
- n(T, (e) => {
108
- h() && e(E);
109
- }), t(r, w), d();
110
- }
111
- r(["keydown", "click"]);
112
- //#endregion
113
- //#region ../node_modules/.bun/@hiai-gg+hiai-ui@0.0.8+3149ccaa93f654b8/node_modules/@hiai-gg/hiai-ui/dist/components/ui/dialog/dialog-description.svelte
114
- var A = /* @__PURE__ */ new Set([
115
- "$$slots",
116
- "$$events",
117
- "$$legacy",
118
- "class",
119
- "children"
120
- ]), j = a("<p><!></p>");
121
- function M(r, i) {
122
- p(i, !0);
123
- let a = y(i, A);
124
- var c = j();
125
- h(c, (e) => ({
126
- class: e,
127
- ...a
128
- }), [() => S("text-sm text-muted-foreground", i.class)]);
129
- var u = s(c), f = (n) => {
130
- var r = m();
131
- o(e(r), () => i.children), t(n, r);
132
- };
133
- n(u, (e) => {
134
- i.children && e(f);
135
- }), l(c), t(r, c), d();
136
- }
137
- //#endregion
138
- //#region ../node_modules/.bun/@hiai-gg+hiai-ui@0.0.8+3149ccaa93f654b8/node_modules/@hiai-gg/hiai-ui/dist/components/ui/dialog/dialog-footer.svelte
139
- var N = /* @__PURE__ */ new Set([
140
- "$$slots",
141
- "$$events",
142
- "$$legacy",
143
- "class",
144
- "children"
145
- ]), P = a("<div><!></div>");
146
- function F(r, i) {
147
- p(i, !0);
148
- let a = y(i, N);
149
- var c = P();
150
- h(c, (e) => ({
151
- class: e,
152
- ...a
153
- }), [() => S("flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2", i.class)]);
154
- var u = s(c), f = (n) => {
155
- var r = m();
156
- o(e(r), () => i.children), t(n, r);
157
- };
158
- n(u, (e) => {
159
- i.children && e(f);
160
- }), l(c), t(r, c), d();
161
- }
162
- //#endregion
163
- //#region ../node_modules/.bun/@hiai-gg+hiai-ui@0.0.8+3149ccaa93f654b8/node_modules/@hiai-gg/hiai-ui/dist/components/ui/dialog/dialog-header.svelte
164
- var I = /* @__PURE__ */ new Set([
165
- "$$slots",
166
- "$$events",
167
- "$$legacy",
168
- "class",
169
- "children"
170
- ]), L = a("<div><!></div>");
171
- function R(r, i) {
172
- p(i, !0);
173
- let a = y(i, I);
174
- var c = L();
175
- h(c, (e) => ({
176
- class: e,
177
- ...a
178
- }), [() => S("flex flex-col space-y-1.5 text-center sm:text-left", i.class)]);
179
- var u = s(c), f = (n) => {
180
- var r = m();
181
- o(e(r), () => i.children), t(n, r);
182
- };
183
- n(u, (e) => {
184
- i.children && e(f);
185
- }), l(c), t(r, c), d();
186
- }
187
- //#endregion
188
- //#region ../node_modules/.bun/@hiai-gg+hiai-ui@0.0.8+3149ccaa93f654b8/node_modules/@hiai-gg/hiai-ui/dist/components/ui/dialog/dialog-title.svelte
189
- var z = /* @__PURE__ */ new Set([
190
- "$$slots",
191
- "$$events",
192
- "$$legacy",
193
- "class",
194
- "children"
195
- ]), B = a("<h2><!></h2>");
196
- function V(r, i) {
197
- p(i, !0);
198
- let a = y(i, z);
199
- var c = B();
200
- h(c, (e) => ({
201
- class: e,
202
- ...a
203
- }), [() => S("text-lg font-semibold leading-none tracking-tight", i.class)]);
204
- var u = s(c), f = (n) => {
205
- var r = m();
206
- o(e(r), () => i.children), t(n, r);
207
- };
208
- n(u, (e) => {
209
- i.children && e(f);
210
- }), l(c), t(r, c), d();
211
- }
212
- //#endregion
213
- export { k as a, M as i, R as n, E as o, F as r, V as t };
@@ -1,3 +0,0 @@
1
- //#region ../node_modules/.bun/svelte@5.56.4/node_modules/svelte/src/internal/disclose-version.js
2
- typeof window < "u" && ((window.__svelte ??= {}).v ??= /* @__PURE__ */ new Set()).add("5");
3
- //#endregion