@hiai-gg/docsmint 0.3.8 → 0.3.9

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 (90) hide show
  1. package/dist/backend/index.js +1 -1
  2. package/dist/client.d.ts +11 -0
  3. package/dist/client.js +9 -0
  4. package/dist/frontend/CategoryDialog-CxVyaBV5.js +611 -0
  5. package/dist/frontend/{ConfirmDialog-BLF3x_hr.js → ConfirmDialog-NFGXRa3E.js} +2 -2
  6. package/dist/frontend/{CreateSnapshotDialog-D5vPvFTL.js → CreateSnapshotDialog-BDgFTeFn.js} +40 -40
  7. package/dist/frontend/{DatePicker-CLNTdvTk.js → DatePicker-BZRBluzF.js} +102 -105
  8. package/dist/frontend/{DeleteDialog-DxYFJivN.js → DeleteDialog-CvAr2WPu.js} +39 -39
  9. package/dist/frontend/{FolderNode-C2zG7uii.js → FolderNode-C6FJv99G.js} +41 -41
  10. package/dist/frontend/HiaiDocsExtensionProvider-DHWLzRUu.js +11 -0
  11. package/dist/frontend/SettingsDialog-BHh68rTB.js +1016 -0
  12. package/dist/frontend/{ShareDialog-DYu3RKQu.js → ShareDialog-BUOkYSlw.js} +35 -35
  13. package/dist/frontend/Sidebar-Cu3JrKDC.js +2021 -0
  14. package/dist/frontend/{TagCreateDialog-DXQs2bL9.js → TagCreateDialog-B9YZBNHi.js} +38 -38
  15. package/dist/frontend/api/settings.js +1 -1
  16. package/dist/frontend/app-shell.d.ts +8 -0
  17. package/dist/frontend/app-shell.js +291 -0
  18. package/dist/frontend/{clsx-C7bIvsDS.js → bundle-mjs-DllmqUxV.js} +583 -583
  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/document-editor.js +1102 -1102
  23. package/dist/frontend/components/editor/document-title.js +2 -2
  24. package/dist/frontend/components/editor/markdown-toggle.js +1 -1
  25. package/dist/frontend/components/folder-node.js +1 -1
  26. package/dist/frontend/components/save-as-dialog.js +75 -75
  27. package/dist/frontend/components/settings.js +1 -1
  28. package/dist/frontend/components/share-dialog.js +1 -1
  29. package/dist/frontend/components/sidebar.js +2 -2021
  30. package/dist/frontend/components/tag-create-dialog.js +1 -1
  31. package/dist/frontend/components/version-history.js +58 -58
  32. package/dist/frontend/{FolderDialog-CRVZM2Oi.js → confirm-dialog-C4jTRbiS.js} +69 -69
  33. package/dist/frontend/dashboard.js +1118 -1118
  34. package/dist/frontend/{dialog-D6NxYVmy.js → dialog-Bevp9mmM.js} +2 -2
  35. package/dist/frontend/{loader-circle-BA6aLO71.js → dist-C3857Spp.js} +81 -81
  36. package/dist/frontend/{ellipsis-vertical-P9MHvCps.js → dropdown-menu-CRSby3e9.js} +182 -182
  37. package/dist/frontend/extension.js +2 -11
  38. package/dist/frontend/{floating-layer-anchor-CPwucTfd.js → floating-layer-anchor-BDs7vO-M.js} +1 -1
  39. package/dist/frontend/frontend.css +1 -1
  40. package/dist/frontend/i18n.js +2 -2
  41. package/dist/frontend/{input-B5Rak-5G.js → input-BWlOML_m.js} +1 -1
  42. package/dist/frontend/{label-CW9rxoAb.js → label-C2HfJNQ2.js} +1 -1
  43. package/dist/frontend/{messages-BpYaLbzE.js → messages-C5Q890i2.js} +8 -8
  44. package/dist/frontend/search.js +613 -613
  45. package/dist/frontend/{select-value-sF86Geyh.js → select-value-GXwx90Pr.js} +2 -2
  46. package/dist/frontend/{settings-blyobazp.js → settings-DSrUl4hW.js} +9 -9
  47. package/dist/frontend/{textarea-i1720bE7.js → textarea-DOAE-h42.js} +1 -1
  48. package/dist/frontend/{utils-hzdMVeCv.js → utils-BPDRytUU.js} +1 -1
  49. package/dist/frontend/{utils-CffiyuTo.js → utils-DrfHTcei.js} +1 -1
  50. package/dist/frontend/utils.js +1 -1
  51. package/dist/frontend-ssr/api/settings.js +1 -1
  52. package/dist/frontend-ssr/app-shell.js +294 -0
  53. package/dist/frontend-ssr/assets/{CategoryDialog-C2xaZKHq.js → CategoryDialog-BcGW8-Kf.js} +4 -4
  54. package/dist/frontend-ssr/assets/{CreateSnapshotDialog-BRw1xJW1.js → CreateSnapshotDialog-1bROJ-Rn.js} +4 -4
  55. package/dist/frontend-ssr/assets/{DatePicker-DnXniwlZ.js → DatePicker-B1ML8OVz.js} +33 -33
  56. package/dist/frontend-ssr/assets/{FolderNode-DRfBfpft.js → FolderNode-BZ0Q2QUS.js} +3 -3
  57. package/dist/frontend-ssr/assets/HiaiDocsExtensionProvider-DAM-lX4R.js +13 -0
  58. package/dist/frontend-ssr/assets/{SettingsDialog-CX8Noa8A.js → SettingsDialog-B8L_YqNA.js} +16 -16
  59. package/dist/frontend-ssr/assets/{ShareDialog-Cge49ZdJ.js → ShareDialog-vMvJLRfn.js} +1 -1
  60. package/dist/frontend-ssr/assets/Sidebar-EHuUAx3W.js +2033 -0
  61. package/dist/frontend-ssr/assets/{TagCreateDialog-EAChgBF-.js → TagCreateDialog-B0DPEfmQ.js} +3 -3
  62. package/dist/frontend-ssr/assets/{FolderDialog-Dq7I2cKZ.js → confirm-dialog-BCthVwUY.js} +4 -4
  63. package/dist/frontend-ssr/assets/{ellipsis-vertical-C-0hgkZn.js → dropdown-menu-Bj5rbqbB.js} +96 -96
  64. package/dist/frontend-ssr/assets/{messages-DhXqlcJI.js → messages-CvqpZNJe.js} +1 -1
  65. package/dist/frontend-ssr/assets/{select-value-DngdSmLI.js → select-value-6Lk0ToYd.js} +1 -1
  66. package/dist/frontend-ssr/components/category-dialog.js +1 -1
  67. package/dist/frontend-ssr/components/create-snapshot-dialog.js +1 -1
  68. package/dist/frontend-ssr/components/delete-dialog.js +1 -1
  69. package/dist/frontend-ssr/components/editor/document-editor.js +5 -5
  70. package/dist/frontend-ssr/components/editor/document-title.js +1 -1
  71. package/dist/frontend-ssr/components/editor/markdown-toggle.js +1 -1
  72. package/dist/frontend-ssr/components/folder-node.js +1 -1
  73. package/dist/frontend-ssr/components/save-as-dialog.js +4 -4
  74. package/dist/frontend-ssr/components/settings.js +1 -1
  75. package/dist/frontend-ssr/components/share-dialog.js +1 -1
  76. package/dist/frontend-ssr/components/sidebar.js +1 -2032
  77. package/dist/frontend-ssr/components/tag-create-dialog.js +1 -1
  78. package/dist/frontend-ssr/components/version-history.js +3 -3
  79. package/dist/frontend-ssr/dashboard.js +15 -15
  80. package/dist/frontend-ssr/extension.js +1 -12
  81. package/dist/frontend-ssr/i18n.js +1 -1
  82. package/dist/frontend-ssr/search.js +3 -3
  83. package/package.json +7 -1
  84. package/packages/cli/src/index.ts +1 -1
  85. package/packages/mcp-server/src/index.ts +1 -1
  86. package/dist/frontend/CategoryDialog-DphkZqIB.js +0 -611
  87. package/dist/frontend/SettingsDialog-DCM4-N6_.js +0 -1016
  88. package/dist/frontend-ssr/assets/{DeleteDialog-BCfZy3Zn.js → DeleteDialog-tBYaP0L3.js} +1 -1
  89. package/dist/frontend-ssr/assets/{floating-layer-anchor-uzw9K8qN.js → floating-layer-anchor-CYIE8Oj6.js} +1 -1
  90. package/dist/frontend-ssr/assets/{settings-E6qSAWM2.js → settings-Bk5Hk9Vq.js} +1 -1
@@ -1,2 +1,2 @@
1
- [data-select-viewport],[data-combobox-viewport]{scrollbar-width:none!important;-ms-overflow-style:none!important;-webkit-overflow-scrolling:touch!important}[data-combobox-viewport]::-webkit-scrollbar{display:none!important}[data-select-viewport]::-webkit-scrollbar{display:none!important}.link-dialog-body.svelte-1cfbs6u{flex-direction:column;gap:.5rem;padding:0 0 1rem;display:flex}.link-dialog-label.svelte-1cfbs6u{color:var(--foreground);font-size:.875rem;font-weight:500}.toolbar.svelte-vm4iq2{border-bottom:1px solid var(--border);background:var(--card);z-index:var(--layer-chrome);border-radius:7px 7px 0 0;flex-wrap:wrap;align-items:center;gap:1px;padding:6px 10px;display:flex;position:sticky;top:0}.toolbar-divider.svelte-vm4iq2{background:var(--border);width:1px;height:18px;margin:0 2px}.toolbar-btn.svelte-vm4iq2{min-width:34px;min-height:34px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:all .15s;display:inline-flex}.toolbar-btn.svelte-vm4iq2:hover:not(:disabled){background:var(--accent);color:var(--accent-foreground)}.toolbar-btn.active.svelte-vm4iq2{background:var(--primary);color:var(--primary-foreground)}.toolbar-btn.svelte-vm4iq2:disabled{opacity:.4;cursor:not-allowed}.dropdown.svelte-vm4iq2{justify-content:center;align-items:center;display:inline-flex;position:relative}.dropdown-trigger.svelte-vm4iq2{gap:2px;padding:0 6px}.dropdown-chevron{opacity:.6}.dropdown-popover.svelte-vm4iq2{z-index:var(--layer-popover);background:var(--popover);color:var(--popover-foreground);border:1px solid var(--border);border-radius:8px;flex-direction:column;gap:2px;min-width:180px;padding:6px;display:flex;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 4px 12px #0000001a}.dropdown-item.svelte-vm4iq2{min-height:32px;color:var(--popover-foreground);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:4px;align-items:center;gap:10px;padding:6px 10px;font-size:.875rem;transition:background .1s;display:inline-flex}.dropdown-item.svelte-vm4iq2:hover{background:var(--accent);color:var(--accent-foreground)}.dropdown-item.selected.svelte-vm4iq2{background:color-mix(in srgb, var(--primary) 18%, transparent);color:var(--foreground)}.highlight-picker.svelte-vm4iq2{justify-content:center;align-items:center;display:inline-flex;position:relative}.highlight-btn.svelte-vm4iq2{position:relative}.highlight-dot.svelte-vm4iq2{border:1px solid var(--border);opacity:0;pointer-events:none;border-radius:50%;width:8px;height:8px;transition:opacity .15s,transform .15s;position:absolute;bottom:6px;right:6px;transform:scale(.6)}.highlight-dot.visible.svelte-vm4iq2{opacity:1;transform:scale(1)}.highlight-popover.svelte-vm4iq2{z-index:var(--layer-popover);background:var(--popover);color:var(--popover-foreground);border:1px solid var(--border);border-radius:8px;flex-direction:column;gap:6px;min-width:180px;padding:8px;display:flex;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 4px 12px #0000001a}.highlight-swatch-grid.svelte-vm4iq2{grid-template-columns:repeat(4,1fr);gap:6px;display:grid}.highlight-swatch.svelte-vm4iq2{border:1px solid var(--border);cursor:pointer;border-radius:6px;width:28px;height:28px;padding:0;transition:transform .1s,box-shadow .1s}.highlight-swatch.svelte-vm4iq2:hover{box-shadow:0 0 0 2px var(--ring);transform:scale(1.08)}.highlight-swatch.selected.svelte-vm4iq2{box-shadow:0 0 0 2px var(--ring)}.dark .highlight-picker.svelte-vm4iq2 .highlight-swatch:where(.svelte-vm4iq2),.dark .highlight-picker.svelte-vm4iq2 .highlight-dot:where(.svelte-vm4iq2){background-blend-mode:multiply;background-image:linear-gradient(#0000009e,#0000009e)}.highlight-clear.svelte-vm4iq2{color:var(--muted-foreground);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:4px;justify-content:center;align-items:center;padding:4px 8px;font-size:.75rem;display:inline-flex}.highlight-clear.svelte-vm4iq2:hover{background:var(--accent);color:var(--accent-foreground)}.visually-hidden-file-input.svelte-vm4iq2{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.image-btn.uploading.svelte-vm4iq2{color:var(--ring)}.image-btn.svelte-vm4iq2:disabled:not(.uploading){opacity:.4;cursor:not-allowed}@keyframes svelte-vm4iq2-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.image-btn.svelte-vm4iq2 .animate-spin{animation:1s linear infinite svelte-vm4iq2-spin}.image-error.svelte-vm4iq2{background:color-mix(in srgb, var(--destructive) 10%, transparent);color:var(--destructive);border-bottom:1px solid color-mix(in srgb, var(--destructive) 20%, transparent);justify-content:space-between;align-items:center;gap:8px;padding:6px 12px;font-size:12px;display:flex}.image-error-dismiss.svelte-vm4iq2{color:var(--destructive);cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:16px;line-height:1}.emoji-picker.svelte-vm4iq2{justify-content:center;align-items:center;display:inline-flex;position:relative}.emoji-popover.svelte-vm4iq2{z-index:var(--layer-popover);background:var(--popover);color:var(--popover-foreground);border:1px solid var(--border);border-radius:8px;min-width:220px;padding:8px;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 4px 12px #0000001a}.emoji-grid.svelte-vm4iq2{grid-template-columns:repeat(5,1fr);gap:4px;display:grid}.emoji-button.svelte-vm4iq2{cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;font-size:1.25rem;line-height:1;transition:background .1s,transform .1s;display:inline-flex}.emoji-button.svelte-vm4iq2:hover{background:var(--accent);transform:scale(1.08)}.emoji-button.svelte-vm4iq2:focus-visible{outline:2px solid var(--ring);outline-offset:1px}.table-picker.svelte-vm4iq2{justify-content:center;align-items:center;display:inline-flex;position:relative}.table-popover.svelte-vm4iq2{z-index:var(--layer-popover);background:var(--popover);color:var(--popover-foreground);border:1px solid var(--border);border-radius:8px;padding:8px;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 4px 12px #0000001a}.table-grid.svelte-vm4iq2{grid-template-columns:repeat(8,18px);grid-auto-rows:18px;gap:3px;display:grid}.table-cell.svelte-vm4iq2{border:1px solid var(--border);background:var(--background);cursor:pointer;border-radius:3px;width:18px;height:18px;padding:0;transition:background 80ms,border-color 80ms}.table-cell.svelte-vm4iq2:hover{border-color:var(--primary)}.table-cell.active.svelte-vm4iq2{background:color-mix(in srgb, var(--primary) 35%, transparent);border-color:var(--primary)}.table-grid-label.svelte-vm4iq2{text-align:center;color:var(--muted-foreground);margin-top:8px;font-size:.75rem}.table-actions-popover.svelte-vm4iq2{width:min(280px,100vw - 24px);padding:6px}.table-action-group.svelte-vm4iq2{grid-template-columns:1fr;gap:2px;padding:4px 0;display:grid}.table-action-group.svelte-vm4iq2+.table-action-group:where(.svelte-vm4iq2){border-top:1px solid var(--border)}.table-action-heading.svelte-vm4iq2{letter-spacing:.04em;text-transform:uppercase;color:var(--muted-foreground);padding:4px 8px 2px;font-size:.6875rem;font-weight:600}.table-action.svelte-vm4iq2{width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:5px;padding:7px 8px;font-size:.8125rem}.table-action.svelte-vm4iq2:hover:not(:disabled),.table-action.svelte-vm4iq2:focus-visible{background:var(--accent);outline:none}.table-action.svelte-vm4iq2:focus-visible{box-shadow:0 0 0 2px var(--ring)}.table-action.svelte-vm4iq2:disabled{color:var(--muted-foreground);opacity:.45;cursor:not-allowed}.table-danger-action.svelte-vm4iq2{color:var(--destructive)}.table-danger-action.svelte-vm4iq2:hover:not(:disabled){background:color-mix(in srgb, var(--destructive) 12%, transparent)}.copy-btn.copied.svelte-vm4iq2{color:var(--primary)}.snapshot-btn.svelte-vm4iq2{color:var(--muted-foreground)}.toolbar.floating-bar.svelte-vm4iq2{z-index:var(--layer-popover);background:color-mix(in srgb, var(--background) 95%, transparent);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border);box-shadow:0 10px 25px -5px #00000026, 0 8px 10px -6px #00000026, 0 0 0 1px var(--border);border-radius:12px;width:max-content;max-width:90vw;padding:10px 14px;animation:.2s ease-out svelte-vm4iq2-floatUp;position:fixed;top:auto;bottom:24px;left:50%;overflow:visible;transform:translate(-50%)}@media (width<=640px){.toolbar.floating-bar.svelte-vm4iq2{left:8px;right:8px;bottom:max(10px, env(safe-area-inset-bottom));border-radius:10px;width:auto;max-width:none;padding:8px;transform:none}.floating-toolbar-layout.svelte-vm4iq2{flex-flow:wrap;align-items:center;gap:4px;max-height:min(42vh,260px);padding-right:34px;display:flex;overflow-y:auto}.floating-toolbar-row.svelte-vm4iq2{display:contents}.floating-toolbar-spacer.svelte-vm4iq2{display:none}.floating-toolbar-close.svelte-vm4iq2{margin-left:0;position:absolute;top:6px;right:6px}.floating-toolbar-row-secondary.svelte-vm4iq2{display:contents}}.dropdown-popover.open-up.svelte-vm4iq2,.highlight-popover.open-up.svelte-vm4iq2,.emoji-popover.open-up.svelte-vm4iq2,.table-popover.open-up.svelte-vm4iq2{top:auto;bottom:calc(100% + 6px)}.dropdown-popover.open-left.svelte-vm4iq2,.highlight-popover.open-left.svelte-vm4iq2,.emoji-popover.open-left.svelte-vm4iq2,.table-popover.open-left.svelte-vm4iq2{left:auto;right:0}@keyframes svelte-vm4iq2-floatUp{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}.editor-wrapper.svelte-9hjz5q{flex-direction:column;flex:1;min-height:0;display:flex}.editor-content.svelte-9hjz5q{flex:1;padding:24px;position:relative;overflow-y:auto}.editor-content.deferred-loading.svelte-9hjz5q{min-height:320px}.large-document-loader.svelte-9hjz5q{z-index:2;border:1px solid var(--border);background:color-mix(in srgb, var(--background) 94%, transparent);pointer-events:none;border-radius:12px;padding:20px;position:absolute;inset:24px}.large-document-loader-heading.svelte-9hjz5q{color:var(--muted-foreground);align-items:center;gap:10px;font-size:.875rem;font-weight:500;display:flex}.large-document-spinner.svelte-9hjz5q{border:2px solid var(--border);border-top-color:var(--primary);border-radius:999px;width:18px;height:18px;animation:.8s linear infinite svelte-9hjz5q-large-document-spin}.large-document-loader-lines.svelte-9hjz5q{gap:12px;margin-top:28px;display:grid}.large-document-loader-lines.svelte-9hjz5q span:where(.svelte-9hjz5q){background:linear-gradient(90deg, var(--muted) 20%, color-mix(in srgb, var(--muted) 55%, var(--background)) 50%, var(--muted) 80%);background-size:220% 100%;border-radius:999px;height:12px;animation:1.35s ease-in-out infinite svelte-9hjz5q-large-document-shimmer;display:block}@keyframes svelte-9hjz5q-large-document-spin{to{transform:rotate(360deg)}}@keyframes svelte-9hjz5q-large-document-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media (prefers-reduced-motion:reduce){.large-document-spinner.svelte-9hjz5q,.large-document-loader-lines.svelte-9hjz5q span:where(.svelte-9hjz5q){animation:none}}.editor-content.svelte-9hjz5q .tiptap{min-height:300px;color:var(--foreground);outline:none;font-size:16px;line-height:1.7}.editor-content.svelte-9hjz5q .tiptap:focus-visible{outline:none}.editor-content.svelte-9hjz5q .tiptap p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:var(--muted-foreground);pointer-events:none;height:0}.editor-content.svelte-9hjz5q .tiptap h1{letter-spacing:-.025em;margin:1.5rem 0 .75rem;font-size:2rem;font-weight:800}.editor-content.svelte-9hjz5q .tiptap h2{letter-spacing:-.02em;margin:1.25rem 0 .5rem;font-size:1.5rem;font-weight:700}.editor-content.svelte-9hjz5q .tiptap h3{margin:1rem 0 .5rem;font-size:1.25rem;font-weight:600}.editor-content.svelte-9hjz5q .tiptap p{margin:.5rem 0}.editor-content.svelte-9hjz5q .tiptap ul:not([data-type=taskList]){margin:.5rem 0;padding-left:1.5rem;list-style-type:disc}.editor-content.svelte-9hjz5q .tiptap ol{margin:.5rem 0;padding-left:1.5rem;list-style-type:decimal}.editor-content.svelte-9hjz5q .tiptap li{margin:.25rem 0;display:list-item}.editor-content.svelte-9hjz5q .tiptap ul[data-type=taskList]{padding-left:.25rem;list-style:none}.editor-content.svelte-9hjz5q .tiptap ul[data-type=taskList] li{align-items:flex-start;gap:.5rem;display:flex}.editor-content.svelte-9hjz5q .tiptap ul[data-type=taskList] li>label{-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;height:1.7em;margin:0;display:flex}.editor-content.svelte-9hjz5q .tiptap ul[data-type=taskList] li>div{flex:auto;min-width:0}.editor-content.svelte-9hjz5q .tiptap ul[data-type=taskList] li>div>p{margin:0}.editor-content.svelte-9hjz5q .tiptap ul[data-type=taskList] input[type=checkbox]{accent-color:var(--primary);cursor:pointer}.editor-content.svelte-9hjz5q .tiptap blockquote{border-left:3px solid var(--border);color:var(--muted-foreground);margin:.75rem 0;padding-left:1rem;font-style:italic}.editor-content.svelte-9hjz5q .tiptap code{background:var(--muted);border-radius:4px;padding:.125rem .375rem;font-family:Fira Code,Consolas,monospace;font-size:.875rem}.editor-content.svelte-9hjz5q .tiptap pre{background:var(--muted);color:var(--foreground);border:1px solid var(--border);border-radius:8px;margin:.75rem 0;padding:1rem;font-family:Fira Code,Consolas,monospace;font-size:.875rem;line-height:1.6;overflow-x:auto}.editor-content.svelte-9hjz5q .tiptap pre code{font-size:inherit;color:inherit;background:0 0;border-radius:0;padding:0}.editor-content.svelte-9hjz5q .tiptap pre .hljs-keyword{color:var(--hljs-keyword)}.editor-content.svelte-9hjz5q .tiptap pre .hljs-string{color:var(--hljs-string)}.editor-content.svelte-9hjz5q .tiptap pre .hljs-number{color:var(--hljs-number)}.editor-content.svelte-9hjz5q .tiptap pre .hljs-function{color:var(--hljs-function)}.editor-content.svelte-9hjz5q .tiptap pre .hljs-title{color:var(--hljs-title)}.editor-content.svelte-9hjz5q .tiptap pre .hljs-comment{color:var(--hljs-comment);font-style:italic}.editor-content.svelte-9hjz5q .tiptap pre .hljs-built_in{color:var(--hljs-built_in)}.editor-content.svelte-9hjz5q .tiptap pre .hljs-type{color:var(--hljs-type)}.editor-content.svelte-9hjz5q .tiptap pre .hljs-attr{color:var(--hljs-attr)}.editor-content.svelte-9hjz5q .tiptap pre .hljs-variable{color:var(--hljs-variable)}.editor-content.svelte-9hjz5q .tiptap pre .hljs-literal{color:var(--hljs-literal)}.editor-content.svelte-9hjz5q .tiptap hr{border:none;border-top:2px solid var(--border);margin:1.5rem 0}.editor-content.svelte-9hjz5q .tiptap table{border-collapse:collapse;table-layout:fixed;width:100%;margin:.75rem 0;overflow:hidden}.editor-content.svelte-9hjz5q .tiptap th,.editor-content.svelte-9hjz5q .tiptap td{border:1px solid var(--border);vertical-align:top;text-align:left;min-width:3rem;padding:.4rem .6rem}.editor-content.svelte-9hjz5q .tiptap th{background:var(--muted);font-weight:600}.editor-content.svelte-9hjz5q .tiptap .selectedCell:after{content:"";background:color-mix(in srgb, var(--primary) 16%, transparent);pointer-events:none;position:absolute;inset:0}.editor-content.svelte-9hjz5q .tiptap td,.editor-content.svelte-9hjz5q .tiptap th{position:relative}.editor-content.svelte-9hjz5q .tiptap .column-resize-handle{background:var(--primary);cursor:col-resize;width:4px;position:absolute;top:0;bottom:0;right:-2px}.editor-content.svelte-9hjz5q .tiptap .doc-link{color:var(--primary);cursor:pointer;text-decoration:underline}.editor-content.svelte-9hjz5q .tiptap [data-resize-container][data-node=image]{max-width:100%;margin:.75rem 0}.editor-content.svelte-9hjz5q .tiptap [data-resize-wrapper]>.doc-image{border-radius:.5rem;max-width:100%;height:auto;display:block}.editor-content.svelte-9hjz5q .tiptap [data-resize-wrapper]{max-width:100%}.editor-content.svelte-9hjz5q .tiptap [data-resize-handle]{border:2px solid var(--background);background:var(--primary);width:12px;height:12px;box-shadow:0 1px 4px color-mix(in srgb, var(--foreground) 25%, transparent);opacity:0;border-radius:9999px;transition:opacity .12s}.editor-content.svelte-9hjz5q .tiptap .ProseMirror-selectednode [data-resize-handle],.editor-content.svelte-9hjz5q .tiptap [data-resize-state=true] [data-resize-handle]{opacity:1}.editor-content.svelte-9hjz5q .tiptap [data-resize-handle=top-left],.editor-content.svelte-9hjz5q .tiptap [data-resize-handle=bottom-right]{cursor:nwse-resize;transform:translate(50%,50%)}.editor-content.svelte-9hjz5q .tiptap [data-resize-handle=top-right],.editor-content.svelte-9hjz5q .tiptap [data-resize-handle=bottom-left]{cursor:nesw-resize;transform:translate(-50%,50%)}.editor-content.svelte-9hjz5q .tiptap [data-resize-handle=top-left],.editor-content.svelte-9hjz5q .tiptap [data-resize-handle=top-right]{transform:translate(var(--image-handle-x,50%), -50%)}.editor-content.svelte-9hjz5q .tiptap [data-resize-handle=top-right],.editor-content.svelte-9hjz5q .tiptap [data-resize-handle=bottom-right]{--image-handle-x:50%}.editor-content.svelte-9hjz5q .tiptap [data-resize-handle=top-left],.editor-content.svelte-9hjz5q .tiptap [data-resize-handle=bottom-left]{--image-handle-x:-50%}.editor-content.svelte-9hjz5q .tiptap mark{background-color:var(--highlight-default,#fde68a);border-radius:2px;padding:0 2px}.dark .editor-content.svelte-9hjz5q .tiptap mark{background-blend-mode:multiply;color:#fff;background-image:linear-gradient(#0000009e,#0000009e)}.editor-skeleton.svelte-9hjz5q{flex-direction:column;flex:1;display:flex}.skeleton-toolbar.svelte-9hjz5q{border-bottom:1px solid var(--border);gap:6px;padding:8px 12px;display:flex}.skeleton-icon.svelte-9hjz5q{background:var(--muted);border-radius:6px;width:32px;height:32px;animation:1.5s ease-in-out infinite svelte-9hjz5q-pulse}.skeleton-body.svelte-9hjz5q{flex-direction:column;gap:12px;padding:24px;display:flex}.skeleton-bar.svelte-9hjz5q{background:var(--muted);border-radius:4px;height:16px;animation:1.5s ease-in-out infinite svelte-9hjz5q-pulse}@keyframes svelte-9hjz5q-pulse{0%,to{opacity:1}50%{opacity:.4}}.title-input.svelte-vc365t{color:var(--foreground);background:0 0;border:none;border-bottom:2px solid #0000;outline:none;width:100%;margin-bottom:8px;padding:0 0 4px;font-size:2rem;font-weight:700;transition:border-color .15s}.title-input.svelte-vc365t::placeholder{color:var(--muted-foreground)}.title-input.focused.svelte-vc365t{border-bottom-color:var(--ring)}.title-input.svelte-vc365t:hover:not(.focused){border-bottom-color:var(--border)}.markdown-toggle.svelte-1k98zvf{flex-direction:column;flex:1;width:100%;min-height:0;display:flex;position:relative}.copy-btn.svelte-1k98zvf{z-index:10;border:1px solid var(--border);background:color-mix(in srgb, var(--card) 85%, transparent);color:var(--muted-foreground);-webkit-backdrop-filter:blur(8px);cursor:pointer;border-radius:6px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:500;transition:all .2s;display:inline-flex;position:absolute;top:12px;right:24px;box-shadow:0 2px 8px #0000000d}.copy-btn.svelte-1k98zvf:hover{background:var(--accent);color:var(--accent-foreground);border-color:var(--accent)}.copy-btn.svelte-1k98zvf:active{transform:scale(.96)}.markdown-textarea.svelte-1k98zvf{box-sizing:border-box;resize:vertical;width:100%;height:100%;min-height:0;color:var(--foreground);background:var(--muted);tab-size:4;border:none;border-radius:8px;outline:none;flex:none;padding:56px 24px 24px;font-family:Fira Code,Consolas,Courier New,monospace;font-size:14px;line-height:1.7;transition:background .15s;display:block;overflow-y:hidden}.markdown-textarea.svelte-1k98zvf::placeholder{color:var(--muted-foreground)}.markdown-textarea.svelte-1k98zvf:focus{background:var(--background)}.editor-settings.svelte-1eaqpj summary:where(.svelte-1eaqpj){list-style:none}.editor-settings.svelte-1eaqpj summary:where(.svelte-1eaqpj)::-webkit-details-marker{display:none}.editor-settings-chevron.svelte-1eaqpj{font-size:20px;transition:transform .18s}.editor-settings[open].svelte-1eaqpj .editor-settings-chevron:where(.svelte-1eaqpj){transform:rotate(180deg)}.preference-switch.svelte-1eaqpj{border:1px solid var(--border);background:var(--muted);cursor:pointer;border-radius:999px;flex:none;width:42px;height:24px;padding:2px;transition:background .18s,border-color .18s;position:relative}.preference-switch.svelte-1eaqpj span:where(.svelte-1eaqpj){background:var(--background);border-radius:999px;width:18px;height:18px;transition:transform .18s;display:block;box-shadow:0 1px 3px #00000038}.preference-switch.enabled.svelte-1eaqpj{border-color:var(--primary);background:var(--primary)}.preference-switch.enabled.svelte-1eaqpj span:where(.svelte-1eaqpj){transform:translate(18px)}.preference-switch.svelte-1eaqpj:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.preference-switch.svelte-1eaqpj:disabled{cursor:not-allowed;opacity:.45}.datepicker.svelte-zmry26{position:relative}.dp-trigger.svelte-zmry26{border:1px solid var(--input);width:100%;height:2.25rem;color:var(--foreground);cursor:pointer;text-align:left;background:0 0;border-radius:6px;align-items:center;gap:6px;padding:0 .625rem;font-size:.875rem;display:inline-flex}.dp-trigger.svelte-zmry26:focus-visible{box-shadow:0 0 0 1px var(--ring);outline:none}.dp-placeholder.svelte-zmry26{color:var(--muted-foreground)}.dp-popover.svelte-zmry26{z-index:var(--layer-popover);background:var(--popover);width:16rem;color:var(--popover-foreground);border:1px solid var(--border);border-radius:8px;padding:8px;position:absolute;top:calc(100% + 4px);left:0;box-shadow:0 4px 16px #0000002e}.dp-header.svelte-zmry26{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.dp-title.svelte-zmry26{font-size:.8125rem;font-weight:600}.dp-nav.svelte-zmry26{width:1.75rem;height:1.75rem;color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;display:inline-flex}.dp-nav.svelte-zmry26:hover{background:var(--accent);color:var(--accent-foreground)}.dp-weekdays.svelte-zmry26,.dp-grid.svelte-zmry26{grid-template-columns:repeat(7,1fr);gap:2px;display:grid}.dp-weekday.svelte-zmry26{text-align:center;color:var(--muted-foreground);padding:2px 0;font-size:.6875rem}.dp-empty.svelte-zmry26{aspect-ratio:1}.dp-day.svelte-zmry26{aspect-ratio:1;color:var(--foreground);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;font-size:.8125rem;display:inline-flex}.dp-day.svelte-zmry26:hover{background:var(--accent);color:var(--accent-foreground)}.dp-day.today.svelte-zmry26{box-shadow:inset 0 0 0 1px var(--ring)}.dp-day.selected.svelte-zmry26,.dp-day.selected.svelte-zmry26:hover{background:var(--primary);color:var(--primary-foreground)}.dp-clear.svelte-zmry26{width:100%;color:var(--muted-foreground);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:6px;margin-top:6px;padding:4px 0;font-size:.75rem}.dp-clear.svelte-zmry26:hover{background:var(--accent);color:var(--accent-foreground)}.dashboard-shell.svelte-e61um3{position:relative}@media (width<=767px){.dashboard-header.svelte-e61um3{min-height:44px}.dashboard-header-actions.svelte-e61um3{top:calc(.75rem + env(safe-area-inset-top));z-index:10;position:absolute;right:.75rem}.dashboard-context-identity.svelte-e61um3{min-width:0;margin-left:56px}}@media (width<=520px){.dashboard-header-actions.svelte-e61um3 button{width:40px;height:40px;padding:0}.dashboard-action-label.svelte-e61um3{display:none}}@media (width<=449px){.dashboard-context-identity.svelte-e61um3{margin-left:52px}.dashboard-context-identity.svelte-e61um3 p:where(.svelte-e61um3){display:none}.dashboard-context-identity.svelte-e61um3 h1:where(.svelte-e61um3){font-size:1.25rem}}@media (width<=767px){.search-form.svelte-itf76n{margin-left:56px}}@media (width<=420px){.search-form.svelte-itf76n{margin-left:52px}}
1
+ .editor-settings.svelte-1eaqpj summary:where(.svelte-1eaqpj){list-style:none}.editor-settings.svelte-1eaqpj summary:where(.svelte-1eaqpj)::-webkit-details-marker{display:none}.editor-settings-chevron.svelte-1eaqpj{font-size:20px;transition:transform .18s}.editor-settings[open].svelte-1eaqpj .editor-settings-chevron:where(.svelte-1eaqpj){transform:rotate(180deg)}.preference-switch.svelte-1eaqpj{border:1px solid var(--border);background:var(--muted);cursor:pointer;border-radius:999px;flex:none;width:42px;height:24px;padding:2px;transition:background .18s,border-color .18s;position:relative}.preference-switch.svelte-1eaqpj span:where(.svelte-1eaqpj){background:var(--background);border-radius:999px;width:18px;height:18px;transition:transform .18s;display:block;box-shadow:0 1px 3px #00000038}.preference-switch.enabled.svelte-1eaqpj{border-color:var(--primary);background:var(--primary)}.preference-switch.enabled.svelte-1eaqpj span:where(.svelte-1eaqpj){transform:translate(18px)}.preference-switch.svelte-1eaqpj:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.preference-switch.svelte-1eaqpj:disabled{cursor:not-allowed;opacity:.45}[data-select-viewport],[data-combobox-viewport]{scrollbar-width:none!important;-ms-overflow-style:none!important;-webkit-overflow-scrolling:touch!important}[data-combobox-viewport]::-webkit-scrollbar{display:none!important}[data-select-viewport]::-webkit-scrollbar{display:none!important}.link-dialog-body.svelte-1cfbs6u{flex-direction:column;gap:.5rem;padding:0 0 1rem;display:flex}.link-dialog-label.svelte-1cfbs6u{color:var(--foreground);font-size:.875rem;font-weight:500}.toolbar.svelte-vm4iq2{border-bottom:1px solid var(--border);background:var(--card);z-index:var(--layer-chrome);border-radius:7px 7px 0 0;flex-wrap:wrap;align-items:center;gap:1px;padding:6px 10px;display:flex;position:sticky;top:0}.toolbar-divider.svelte-vm4iq2{background:var(--border);width:1px;height:18px;margin:0 2px}.toolbar-btn.svelte-vm4iq2{min-width:34px;min-height:34px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:all .15s;display:inline-flex}.toolbar-btn.svelte-vm4iq2:hover:not(:disabled){background:var(--accent);color:var(--accent-foreground)}.toolbar-btn.active.svelte-vm4iq2{background:var(--primary);color:var(--primary-foreground)}.toolbar-btn.svelte-vm4iq2:disabled{opacity:.4;cursor:not-allowed}.dropdown.svelte-vm4iq2{justify-content:center;align-items:center;display:inline-flex;position:relative}.dropdown-trigger.svelte-vm4iq2{gap:2px;padding:0 6px}.dropdown-chevron{opacity:.6}.dropdown-popover.svelte-vm4iq2{z-index:var(--layer-popover);background:var(--popover);color:var(--popover-foreground);border:1px solid var(--border);border-radius:8px;flex-direction:column;gap:2px;min-width:180px;padding:6px;display:flex;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 4px 12px #0000001a}.dropdown-item.svelte-vm4iq2{min-height:32px;color:var(--popover-foreground);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:4px;align-items:center;gap:10px;padding:6px 10px;font-size:.875rem;transition:background .1s;display:inline-flex}.dropdown-item.svelte-vm4iq2:hover{background:var(--accent);color:var(--accent-foreground)}.dropdown-item.selected.svelte-vm4iq2{background:color-mix(in srgb, var(--primary) 18%, transparent);color:var(--foreground)}.highlight-picker.svelte-vm4iq2{justify-content:center;align-items:center;display:inline-flex;position:relative}.highlight-btn.svelte-vm4iq2{position:relative}.highlight-dot.svelte-vm4iq2{border:1px solid var(--border);opacity:0;pointer-events:none;border-radius:50%;width:8px;height:8px;transition:opacity .15s,transform .15s;position:absolute;bottom:6px;right:6px;transform:scale(.6)}.highlight-dot.visible.svelte-vm4iq2{opacity:1;transform:scale(1)}.highlight-popover.svelte-vm4iq2{z-index:var(--layer-popover);background:var(--popover);color:var(--popover-foreground);border:1px solid var(--border);border-radius:8px;flex-direction:column;gap:6px;min-width:180px;padding:8px;display:flex;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 4px 12px #0000001a}.highlight-swatch-grid.svelte-vm4iq2{grid-template-columns:repeat(4,1fr);gap:6px;display:grid}.highlight-swatch.svelte-vm4iq2{border:1px solid var(--border);cursor:pointer;border-radius:6px;width:28px;height:28px;padding:0;transition:transform .1s,box-shadow .1s}.highlight-swatch.svelte-vm4iq2:hover{box-shadow:0 0 0 2px var(--ring);transform:scale(1.08)}.highlight-swatch.selected.svelte-vm4iq2{box-shadow:0 0 0 2px var(--ring)}.dark .highlight-picker.svelte-vm4iq2 .highlight-swatch:where(.svelte-vm4iq2),.dark .highlight-picker.svelte-vm4iq2 .highlight-dot:where(.svelte-vm4iq2){background-blend-mode:multiply;background-image:linear-gradient(#0000009e,#0000009e)}.highlight-clear.svelte-vm4iq2{color:var(--muted-foreground);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:4px;justify-content:center;align-items:center;padding:4px 8px;font-size:.75rem;display:inline-flex}.highlight-clear.svelte-vm4iq2:hover{background:var(--accent);color:var(--accent-foreground)}.visually-hidden-file-input.svelte-vm4iq2{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.image-btn.uploading.svelte-vm4iq2{color:var(--ring)}.image-btn.svelte-vm4iq2:disabled:not(.uploading){opacity:.4;cursor:not-allowed}@keyframes svelte-vm4iq2-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.image-btn.svelte-vm4iq2 .animate-spin{animation:1s linear infinite svelte-vm4iq2-spin}.image-error.svelte-vm4iq2{background:color-mix(in srgb, var(--destructive) 10%, transparent);color:var(--destructive);border-bottom:1px solid color-mix(in srgb, var(--destructive) 20%, transparent);justify-content:space-between;align-items:center;gap:8px;padding:6px 12px;font-size:12px;display:flex}.image-error-dismiss.svelte-vm4iq2{color:var(--destructive);cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:16px;line-height:1}.emoji-picker.svelte-vm4iq2{justify-content:center;align-items:center;display:inline-flex;position:relative}.emoji-popover.svelte-vm4iq2{z-index:var(--layer-popover);background:var(--popover);color:var(--popover-foreground);border:1px solid var(--border);border-radius:8px;min-width:220px;padding:8px;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 4px 12px #0000001a}.emoji-grid.svelte-vm4iq2{grid-template-columns:repeat(5,1fr);gap:4px;display:grid}.emoji-button.svelte-vm4iq2{cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;font-size:1.25rem;line-height:1;transition:background .1s,transform .1s;display:inline-flex}.emoji-button.svelte-vm4iq2:hover{background:var(--accent);transform:scale(1.08)}.emoji-button.svelte-vm4iq2:focus-visible{outline:2px solid var(--ring);outline-offset:1px}.table-picker.svelte-vm4iq2{justify-content:center;align-items:center;display:inline-flex;position:relative}.table-popover.svelte-vm4iq2{z-index:var(--layer-popover);background:var(--popover);color:var(--popover-foreground);border:1px solid var(--border);border-radius:8px;padding:8px;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 4px 12px #0000001a}.table-grid.svelte-vm4iq2{grid-template-columns:repeat(8,18px);grid-auto-rows:18px;gap:3px;display:grid}.table-cell.svelte-vm4iq2{border:1px solid var(--border);background:var(--background);cursor:pointer;border-radius:3px;width:18px;height:18px;padding:0;transition:background 80ms,border-color 80ms}.table-cell.svelte-vm4iq2:hover{border-color:var(--primary)}.table-cell.active.svelte-vm4iq2{background:color-mix(in srgb, var(--primary) 35%, transparent);border-color:var(--primary)}.table-grid-label.svelte-vm4iq2{text-align:center;color:var(--muted-foreground);margin-top:8px;font-size:.75rem}.table-actions-popover.svelte-vm4iq2{width:min(280px,100vw - 24px);padding:6px}.table-action-group.svelte-vm4iq2{grid-template-columns:1fr;gap:2px;padding:4px 0;display:grid}.table-action-group.svelte-vm4iq2+.table-action-group:where(.svelte-vm4iq2){border-top:1px solid var(--border)}.table-action-heading.svelte-vm4iq2{letter-spacing:.04em;text-transform:uppercase;color:var(--muted-foreground);padding:4px 8px 2px;font-size:.6875rem;font-weight:600}.table-action.svelte-vm4iq2{width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:5px;padding:7px 8px;font-size:.8125rem}.table-action.svelte-vm4iq2:hover:not(:disabled),.table-action.svelte-vm4iq2:focus-visible{background:var(--accent);outline:none}.table-action.svelte-vm4iq2:focus-visible{box-shadow:0 0 0 2px var(--ring)}.table-action.svelte-vm4iq2:disabled{color:var(--muted-foreground);opacity:.45;cursor:not-allowed}.table-danger-action.svelte-vm4iq2{color:var(--destructive)}.table-danger-action.svelte-vm4iq2:hover:not(:disabled){background:color-mix(in srgb, var(--destructive) 12%, transparent)}.copy-btn.copied.svelte-vm4iq2{color:var(--primary)}.snapshot-btn.svelte-vm4iq2{color:var(--muted-foreground)}.toolbar.floating-bar.svelte-vm4iq2{z-index:var(--layer-popover);background:color-mix(in srgb, var(--background) 95%, transparent);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border);box-shadow:0 10px 25px -5px #00000026, 0 8px 10px -6px #00000026, 0 0 0 1px var(--border);border-radius:12px;width:max-content;max-width:90vw;padding:10px 14px;animation:.2s ease-out svelte-vm4iq2-floatUp;position:fixed;top:auto;bottom:24px;left:50%;overflow:visible;transform:translate(-50%)}@media (width<=640px){.toolbar.floating-bar.svelte-vm4iq2{left:8px;right:8px;bottom:max(10px, env(safe-area-inset-bottom));border-radius:10px;width:auto;max-width:none;padding:8px;transform:none}.floating-toolbar-layout.svelte-vm4iq2{flex-flow:wrap;align-items:center;gap:4px;max-height:min(42vh,260px);padding-right:34px;display:flex;overflow-y:auto}.floating-toolbar-row.svelte-vm4iq2{display:contents}.floating-toolbar-spacer.svelte-vm4iq2{display:none}.floating-toolbar-close.svelte-vm4iq2{margin-left:0;position:absolute;top:6px;right:6px}.floating-toolbar-row-secondary.svelte-vm4iq2{display:contents}}.dropdown-popover.open-up.svelte-vm4iq2,.highlight-popover.open-up.svelte-vm4iq2,.emoji-popover.open-up.svelte-vm4iq2,.table-popover.open-up.svelte-vm4iq2{top:auto;bottom:calc(100% + 6px)}.dropdown-popover.open-left.svelte-vm4iq2,.highlight-popover.open-left.svelte-vm4iq2,.emoji-popover.open-left.svelte-vm4iq2,.table-popover.open-left.svelte-vm4iq2{left:auto;right:0}@keyframes svelte-vm4iq2-floatUp{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}.editor-wrapper.svelte-9hjz5q{flex-direction:column;flex:1;min-height:0;display:flex}.editor-content.svelte-9hjz5q{flex:1;padding:24px;position:relative;overflow-y:auto}.editor-content.deferred-loading.svelte-9hjz5q{min-height:320px}.large-document-loader.svelte-9hjz5q{z-index:2;border:1px solid var(--border);background:color-mix(in srgb, var(--background) 94%, transparent);pointer-events:none;border-radius:12px;padding:20px;position:absolute;inset:24px}.large-document-loader-heading.svelte-9hjz5q{color:var(--muted-foreground);align-items:center;gap:10px;font-size:.875rem;font-weight:500;display:flex}.large-document-spinner.svelte-9hjz5q{border:2px solid var(--border);border-top-color:var(--primary);border-radius:999px;width:18px;height:18px;animation:.8s linear infinite svelte-9hjz5q-large-document-spin}.large-document-loader-lines.svelte-9hjz5q{gap:12px;margin-top:28px;display:grid}.large-document-loader-lines.svelte-9hjz5q span:where(.svelte-9hjz5q){background:linear-gradient(90deg, var(--muted) 20%, color-mix(in srgb, var(--muted) 55%, var(--background)) 50%, var(--muted) 80%);background-size:220% 100%;border-radius:999px;height:12px;animation:1.35s ease-in-out infinite svelte-9hjz5q-large-document-shimmer;display:block}@keyframes svelte-9hjz5q-large-document-spin{to{transform:rotate(360deg)}}@keyframes svelte-9hjz5q-large-document-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media (prefers-reduced-motion:reduce){.large-document-spinner.svelte-9hjz5q,.large-document-loader-lines.svelte-9hjz5q span:where(.svelte-9hjz5q){animation:none}}.editor-content.svelte-9hjz5q .tiptap{min-height:300px;color:var(--foreground);outline:none;font-size:16px;line-height:1.7}.editor-content.svelte-9hjz5q .tiptap:focus-visible{outline:none}.editor-content.svelte-9hjz5q .tiptap p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:var(--muted-foreground);pointer-events:none;height:0}.editor-content.svelte-9hjz5q .tiptap h1{letter-spacing:-.025em;margin:1.5rem 0 .75rem;font-size:2rem;font-weight:800}.editor-content.svelte-9hjz5q .tiptap h2{letter-spacing:-.02em;margin:1.25rem 0 .5rem;font-size:1.5rem;font-weight:700}.editor-content.svelte-9hjz5q .tiptap h3{margin:1rem 0 .5rem;font-size:1.25rem;font-weight:600}.editor-content.svelte-9hjz5q .tiptap p{margin:.5rem 0}.editor-content.svelte-9hjz5q .tiptap ul:not([data-type=taskList]){margin:.5rem 0;padding-left:1.5rem;list-style-type:disc}.editor-content.svelte-9hjz5q .tiptap ol{margin:.5rem 0;padding-left:1.5rem;list-style-type:decimal}.editor-content.svelte-9hjz5q .tiptap li{margin:.25rem 0;display:list-item}.editor-content.svelte-9hjz5q .tiptap ul[data-type=taskList]{padding-left:.25rem;list-style:none}.editor-content.svelte-9hjz5q .tiptap ul[data-type=taskList] li{align-items:flex-start;gap:.5rem;display:flex}.editor-content.svelte-9hjz5q .tiptap ul[data-type=taskList] li>label{-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;height:1.7em;margin:0;display:flex}.editor-content.svelte-9hjz5q .tiptap ul[data-type=taskList] li>div{flex:auto;min-width:0}.editor-content.svelte-9hjz5q .tiptap ul[data-type=taskList] li>div>p{margin:0}.editor-content.svelte-9hjz5q .tiptap ul[data-type=taskList] input[type=checkbox]{accent-color:var(--primary);cursor:pointer}.editor-content.svelte-9hjz5q .tiptap blockquote{border-left:3px solid var(--border);color:var(--muted-foreground);margin:.75rem 0;padding-left:1rem;font-style:italic}.editor-content.svelte-9hjz5q .tiptap code{background:var(--muted);border-radius:4px;padding:.125rem .375rem;font-family:Fira Code,Consolas,monospace;font-size:.875rem}.editor-content.svelte-9hjz5q .tiptap pre{background:var(--muted);color:var(--foreground);border:1px solid var(--border);border-radius:8px;margin:.75rem 0;padding:1rem;font-family:Fira Code,Consolas,monospace;font-size:.875rem;line-height:1.6;overflow-x:auto}.editor-content.svelte-9hjz5q .tiptap pre code{font-size:inherit;color:inherit;background:0 0;border-radius:0;padding:0}.editor-content.svelte-9hjz5q .tiptap pre .hljs-keyword{color:var(--hljs-keyword)}.editor-content.svelte-9hjz5q .tiptap pre .hljs-string{color:var(--hljs-string)}.editor-content.svelte-9hjz5q .tiptap pre .hljs-number{color:var(--hljs-number)}.editor-content.svelte-9hjz5q .tiptap pre .hljs-function{color:var(--hljs-function)}.editor-content.svelte-9hjz5q .tiptap pre .hljs-title{color:var(--hljs-title)}.editor-content.svelte-9hjz5q .tiptap pre .hljs-comment{color:var(--hljs-comment);font-style:italic}.editor-content.svelte-9hjz5q .tiptap pre .hljs-built_in{color:var(--hljs-built_in)}.editor-content.svelte-9hjz5q .tiptap pre .hljs-type{color:var(--hljs-type)}.editor-content.svelte-9hjz5q .tiptap pre .hljs-attr{color:var(--hljs-attr)}.editor-content.svelte-9hjz5q .tiptap pre .hljs-variable{color:var(--hljs-variable)}.editor-content.svelte-9hjz5q .tiptap pre .hljs-literal{color:var(--hljs-literal)}.editor-content.svelte-9hjz5q .tiptap hr{border:none;border-top:2px solid var(--border);margin:1.5rem 0}.editor-content.svelte-9hjz5q .tiptap table{border-collapse:collapse;table-layout:fixed;width:100%;margin:.75rem 0;overflow:hidden}.editor-content.svelte-9hjz5q .tiptap th,.editor-content.svelte-9hjz5q .tiptap td{border:1px solid var(--border);vertical-align:top;text-align:left;min-width:3rem;padding:.4rem .6rem}.editor-content.svelte-9hjz5q .tiptap th{background:var(--muted);font-weight:600}.editor-content.svelte-9hjz5q .tiptap .selectedCell:after{content:"";background:color-mix(in srgb, var(--primary) 16%, transparent);pointer-events:none;position:absolute;inset:0}.editor-content.svelte-9hjz5q .tiptap td,.editor-content.svelte-9hjz5q .tiptap th{position:relative}.editor-content.svelte-9hjz5q .tiptap .column-resize-handle{background:var(--primary);cursor:col-resize;width:4px;position:absolute;top:0;bottom:0;right:-2px}.editor-content.svelte-9hjz5q .tiptap .doc-link{color:var(--primary);cursor:pointer;text-decoration:underline}.editor-content.svelte-9hjz5q .tiptap [data-resize-container][data-node=image]{max-width:100%;margin:.75rem 0}.editor-content.svelte-9hjz5q .tiptap [data-resize-wrapper]>.doc-image{border-radius:.5rem;max-width:100%;height:auto;display:block}.editor-content.svelte-9hjz5q .tiptap [data-resize-wrapper]{max-width:100%}.editor-content.svelte-9hjz5q .tiptap [data-resize-handle]{border:2px solid var(--background);background:var(--primary);width:12px;height:12px;box-shadow:0 1px 4px color-mix(in srgb, var(--foreground) 25%, transparent);opacity:0;border-radius:9999px;transition:opacity .12s}.editor-content.svelte-9hjz5q .tiptap .ProseMirror-selectednode [data-resize-handle],.editor-content.svelte-9hjz5q .tiptap [data-resize-state=true] [data-resize-handle]{opacity:1}.editor-content.svelte-9hjz5q .tiptap [data-resize-handle=top-left],.editor-content.svelte-9hjz5q .tiptap [data-resize-handle=bottom-right]{cursor:nwse-resize;transform:translate(50%,50%)}.editor-content.svelte-9hjz5q .tiptap [data-resize-handle=top-right],.editor-content.svelte-9hjz5q .tiptap [data-resize-handle=bottom-left]{cursor:nesw-resize;transform:translate(-50%,50%)}.editor-content.svelte-9hjz5q .tiptap [data-resize-handle=top-left],.editor-content.svelte-9hjz5q .tiptap [data-resize-handle=top-right]{transform:translate(var(--image-handle-x,50%), -50%)}.editor-content.svelte-9hjz5q .tiptap [data-resize-handle=top-right],.editor-content.svelte-9hjz5q .tiptap [data-resize-handle=bottom-right]{--image-handle-x:50%}.editor-content.svelte-9hjz5q .tiptap [data-resize-handle=top-left],.editor-content.svelte-9hjz5q .tiptap [data-resize-handle=bottom-left]{--image-handle-x:-50%}.editor-content.svelte-9hjz5q .tiptap mark{background-color:var(--highlight-default,#fde68a);border-radius:2px;padding:0 2px}.dark .editor-content.svelte-9hjz5q .tiptap mark{background-blend-mode:multiply;color:#fff;background-image:linear-gradient(#0000009e,#0000009e)}.editor-skeleton.svelte-9hjz5q{flex-direction:column;flex:1;display:flex}.skeleton-toolbar.svelte-9hjz5q{border-bottom:1px solid var(--border);gap:6px;padding:8px 12px;display:flex}.skeleton-icon.svelte-9hjz5q{background:var(--muted);border-radius:6px;width:32px;height:32px;animation:1.5s ease-in-out infinite svelte-9hjz5q-pulse}.skeleton-body.svelte-9hjz5q{flex-direction:column;gap:12px;padding:24px;display:flex}.skeleton-bar.svelte-9hjz5q{background:var(--muted);border-radius:4px;height:16px;animation:1.5s ease-in-out infinite svelte-9hjz5q-pulse}@keyframes svelte-9hjz5q-pulse{0%,to{opacity:1}50%{opacity:.4}}.title-input.svelte-vc365t{color:var(--foreground);background:0 0;border:none;border-bottom:2px solid #0000;outline:none;width:100%;margin-bottom:8px;padding:0 0 4px;font-size:2rem;font-weight:700;transition:border-color .15s}.title-input.svelte-vc365t::placeholder{color:var(--muted-foreground)}.title-input.focused.svelte-vc365t{border-bottom-color:var(--ring)}.title-input.svelte-vc365t:hover:not(.focused){border-bottom-color:var(--border)}.markdown-toggle.svelte-1k98zvf{flex-direction:column;flex:1;width:100%;min-height:0;display:flex;position:relative}.copy-btn.svelte-1k98zvf{z-index:10;border:1px solid var(--border);background:color-mix(in srgb, var(--card) 85%, transparent);color:var(--muted-foreground);-webkit-backdrop-filter:blur(8px);cursor:pointer;border-radius:6px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:500;transition:all .2s;display:inline-flex;position:absolute;top:12px;right:24px;box-shadow:0 2px 8px #0000000d}.copy-btn.svelte-1k98zvf:hover{background:var(--accent);color:var(--accent-foreground);border-color:var(--accent)}.copy-btn.svelte-1k98zvf:active{transform:scale(.96)}.markdown-textarea.svelte-1k98zvf{box-sizing:border-box;resize:vertical;width:100%;height:100%;min-height:0;color:var(--foreground);background:var(--muted);tab-size:4;border:none;border-radius:8px;outline:none;flex:none;padding:56px 24px 24px;font-family:Fira Code,Consolas,Courier New,monospace;font-size:14px;line-height:1.7;transition:background .15s;display:block;overflow-y:hidden}.markdown-textarea.svelte-1k98zvf::placeholder{color:var(--muted-foreground)}.markdown-textarea.svelte-1k98zvf:focus{background:var(--background)}.datepicker.svelte-zmry26{position:relative}.dp-trigger.svelte-zmry26{border:1px solid var(--input);width:100%;height:2.25rem;color:var(--foreground);cursor:pointer;text-align:left;background:0 0;border-radius:6px;align-items:center;gap:6px;padding:0 .625rem;font-size:.875rem;display:inline-flex}.dp-trigger.svelte-zmry26:focus-visible{box-shadow:0 0 0 1px var(--ring);outline:none}.dp-placeholder.svelte-zmry26{color:var(--muted-foreground)}.dp-popover.svelte-zmry26{z-index:var(--layer-popover);background:var(--popover);width:16rem;color:var(--popover-foreground);border:1px solid var(--border);border-radius:8px;padding:8px;position:absolute;top:calc(100% + 4px);left:0;box-shadow:0 4px 16px #0000002e}.dp-header.svelte-zmry26{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.dp-title.svelte-zmry26{font-size:.8125rem;font-weight:600}.dp-nav.svelte-zmry26{width:1.75rem;height:1.75rem;color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;display:inline-flex}.dp-nav.svelte-zmry26:hover{background:var(--accent);color:var(--accent-foreground)}.dp-weekdays.svelte-zmry26,.dp-grid.svelte-zmry26{grid-template-columns:repeat(7,1fr);gap:2px;display:grid}.dp-weekday.svelte-zmry26{text-align:center;color:var(--muted-foreground);padding:2px 0;font-size:.6875rem}.dp-empty.svelte-zmry26{aspect-ratio:1}.dp-day.svelte-zmry26{aspect-ratio:1;color:var(--foreground);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;font-size:.8125rem;display:inline-flex}.dp-day.svelte-zmry26:hover{background:var(--accent);color:var(--accent-foreground)}.dp-day.today.svelte-zmry26{box-shadow:inset 0 0 0 1px var(--ring)}.dp-day.selected.svelte-zmry26,.dp-day.selected.svelte-zmry26:hover{background:var(--primary);color:var(--primary-foreground)}.dp-clear.svelte-zmry26{width:100%;color:var(--muted-foreground);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:6px;margin-top:6px;padding:4px 0;font-size:.75rem}.dp-clear.svelte-zmry26:hover{background:var(--accent);color:var(--accent-foreground)}.dashboard-shell.svelte-e61um3{position:relative}@media (width<=767px){.dashboard-header.svelte-e61um3{min-height:44px}.dashboard-header-actions.svelte-e61um3{top:calc(.75rem + env(safe-area-inset-top));z-index:10;position:absolute;right:.75rem}.dashboard-context-identity.svelte-e61um3{min-width:0;margin-left:56px}}@media (width<=520px){.dashboard-header-actions.svelte-e61um3 button{width:40px;height:40px;padding:0}.dashboard-action-label.svelte-e61um3{display:none}}@media (width<=449px){.dashboard-context-identity.svelte-e61um3{margin-left:52px}.dashboard-context-identity.svelte-e61um3 p:where(.svelte-e61um3){display:none}.dashboard-context-identity.svelte-e61um3 h1:where(.svelte-e61um3){font-size:1.25rem}}@media (width<=767px){.search-form.svelte-itf76n{margin-left:56px}}@media (width<=420px){.search-form.svelte-itf76n{margin-left:52px}}
2
2
  /*$vite$:1*/
@@ -1,6 +1,6 @@
1
- import { Ri as e, t, zi as n } from "./messages-BpYaLbzE.js";
1
+ import { Bi as e, t, zi as n } from "./messages-C5Q890i2.js";
2
2
  //#region ../packages/sdk/frontend-entries/i18n.ts
3
- var r = t, i = e, a = n;
3
+ var r = t, i = n, a = e;
4
4
  function o(e) {
5
5
  return t[e];
6
6
  }
@@ -1,4 +1,4 @@
1
- import { t as e } from "./utils-hzdMVeCv.js";
1
+ import { t as e } from "./utils-BPDRytUU.js";
2
2
  import "svelte/internal/disclose-version";
3
3
  import * as t from "svelte/internal/client";
4
4
  //#region ../node_modules/.bun/@hiai-gg+hiai-ui@0.0.8+3149ccaa93f654b8/node_modules/@hiai-gg/hiai-ui/dist/components/ui/input/input.svelte
@@ -1,4 +1,4 @@
1
- import { t as e } from "./utils-hzdMVeCv.js";
1
+ import { t as e } from "./utils-BPDRytUU.js";
2
2
  import "svelte/internal/disclose-version";
3
3
  import * as t from "svelte/internal/client";
4
4
  //#region ../node_modules/.bun/@hiai-gg+hiai-ui@0.0.8+3149ccaa93f654b8/node_modules/@hiai-gg/hiai-ui/dist/components/ui/label/label.svelte
@@ -115,7 +115,7 @@ function me(e) {
115
115
  }
116
116
  //#endregion
117
117
  //#region src/lib/paraglide/messages/app_name.js
118
- var he = () => "DocsMint", h = ((e = {}, t = {}) => (t.locale ?? d(), he(e))), ge = () => "AI-first documentation platform", _e = ((e = {}, t = {}) => (t.locale ?? d(), ge(e))), ve = () => "Dashboard", ye = ((e = {}, t = {}) => (t.locale ?? d(), ve(e))), be = () => "Documents", g = ((e = {}, t = {}) => (t.locale ?? d(), be(e))), xe = () => "Folders", _ = ((e = {}, t = {}) => (t.locale ?? d(), xe(e))), Se = () => "Tags", Ce = ((e = {}, t = {}) => (t.locale ?? d(), Se(e))), we = () => "Search", Te = ((e = {}, t = {}) => (t.locale ?? d(), we(e))), Ee = () => "Settings", De = ((e = {}, t = {}) => (t.locale ?? d(), Ee(e))), Oe = () => "Log out", ke = ((e = {}, t = {}) => (t.locale ?? d(), Oe(e))), Ae = () => "Dashboard", v = ((e = {}, t = {}) => (t.locale ?? d(), Ae(e))), je = () => "Your recent documents and quick access", y = ((e = {}, t = {}) => (t.locale ?? d(), je(e))), Me = () => "New Document", b = ((e = {}, t = {}) => (t.locale ?? d(), Me(e))), Ne = () => "Loading...", Pe = ((e = {}, t = {}) => (t.locale ?? d(), Ne(e))), Fe = () => "Could not load documents", Ie = ((e = {}, t = {}) => (t.locale ?? d(), Fe(e))), Le = () => "Retry", Re = ((e = {}, t = {}) => (t.locale ?? d(), Le(e))), ze = () => "Create your first document", Be = ((e = {}, t = {}) => (t.locale ?? d(), ze(e))), Ve = () => "Get started by creating a new document. Your notes will be automatically embedded for AI-powered search.", He = ((e = {}, t = {}) => (t.locale ?? d(), Ve(e))), Ue = () => "Dashboard - DocsMint", x = ((e = {}, t = {}) => (t.locale ?? d(), Ue(e))), We = () => "Untitled", S = ((e = {}, t = {}) => (t.locale ?? d(), We(e))), Ge = () => "Document title", C = ((e = {}, t = {}) => (t.locale ?? d(), Ge(e))), Ke = () => "Start writing...", w = ((e = {}, t = {}) => (t.locale ?? d(), Ke(e))), qe = () => "Are you sure you want to delete this document?", T = ((e = {}, t = {}) => (t.locale ?? d(), qe(e))), Je = () => "Document deleted", E = ((e = {}, t = {}) => (t.locale ?? d(), Je(e))), Ye = () => "was deleted.", D = ((e = {}, t = {}) => (t.locale ?? d(), Ye(e))), Xe = () => "Document saved", Ze = ((e = {}, t = {}) => (t.locale ?? d(), Xe(e))), Qe = () => "Document created", $e = ((e = {}, t = {}) => (t.locale ?? d(), Qe(e))), et = () => "Document not found", tt = ((e = {}, t = {}) => (t.locale ?? d(), et(e))), nt = () => "Failed to load document", rt = ((e = {}, t = {}) => (t.locale ?? d(), nt(e))), it = () => "Tags", O = ((e = {}, t = {}) => (t.locale ?? d(), it(e))), at = () => "Versions", ot = ((e = {}, t = {}) => (t.locale ?? d(), at(e))), st = () => "Share", k = ((e = {}, t = {}) => (t.locale ?? d(), st(e))), ct = () => "Delete", A = ((e = {}, t = {}) => (t.locale ?? d(), ct(e))), lt = () => "Last edited", ut = ((e = {}, t = {}) => (t.locale ?? d(), lt(e))), dt = () => "words", ft = ((e = {}, t = {}) => (t.locale ?? d(), dt(e))), pt = () => "characters", mt = ((e = {}, t = {}) => (t.locale ?? d(), pt(e))), ht = (e) => `Updated ${e?.time}`, j = ((e, t = {}) => (t.locale ?? d(), ht(e))), gt = () => "Open menu", M = ((e = {}, t = {}) => (t.locale ?? d(), gt(e))), _t = () => "Open", N = ((e = {}, t = {}) => (t.locale ?? d(), _t(e))), vt = () => "Duplicate", P = ((e = {}, t = {}) => (t.locale ?? d(), vt(e))), yt = () => "Move to folder", F = ((e = {}, t = {}) => (t.locale ?? d(), yt(e))), bt = () => "Folders", xt = ((e = {}, t = {}) => (t.locale ?? d(), bt(e))), St = () => "Organize your documents into folders", Ct = ((e = {}, t = {}) => (t.locale ?? d(), St(e))), wt = () => "New Folder", I = ((e = {}, t = {}) => (t.locale ?? d(), wt(e))), Tt = () => "No folders yet", L = ((e = {}, t = {}) => (t.locale ?? d(), Tt(e))), Et = () => "Create a folder to organize your documents.", R = ((e = {}, t = {}) => (t.locale ?? d(), Et(e))), Dt = () => "Rename", z = ((e = {}, t = {}) => (t.locale ?? d(), Dt(e))), Ot = () => "Delete", B = ((e = {}, t = {}) => (t.locale ?? d(), Ot(e))), kt = () => "Delete this folder and all its contents?", At = ((e = {}, t = {}) => (t.locale ?? d(), kt(e))), jt = () => "Delete folder", V = ((e = {}, t = {}) => (t.locale ?? d(), jt(e))), Mt = () => "Delete this folder and all its contents? This cannot be undone.", H = ((e = {}, t = {}) => (t.locale ?? d(), Mt(e))), Nt = () => "Folder deleted", U = ((e = {}, t = {}) => (t.locale ?? d(), Nt(e))), Pt = () => "Its documents were moved to the root.", W = ((e = {}, t = {}) => (t.locale ?? d(), Pt(e))), Ft = () => "Folder name", G = ((e = {}, t = {}) => (t.locale ?? d(), Ft(e))), It = () => "documents", K = ((e = {}, t = {}) => (t.locale ?? d(), It(e))), Lt = () => "document", q = ((e = {}, t = {}) => (t.locale ?? d(), Lt(e))), Rt = () => "subfolders", J = ((e = {}, t = {}) => (t.locale ?? d(), Rt(e))), zt = () => "subfolder", Y = ((e = {}, t = {}) => (t.locale ?? d(), zt(e))), Bt = () => "Move", X = ((e = {}, t = {}) => (t.locale ?? d(), Bt(e))), Vt = () => "Tags", Ht = ((e = {}, t = {}) => (t.locale ?? d(), Vt(e))), Ut = () => "Organize documents with tags", Wt = ((e = {}, t = {}) => (t.locale ?? d(), Ut(e))), Gt = () => "New Tag", Z = ((e = {}, t = {}) => (t.locale ?? d(), Gt(e))), Kt = () => "Edit Tag", Q = ((e = {}, t = {}) => (t.locale ?? d(), Kt(e))), qt = () => "No tags yet", Jt = ((e = {}, t = {}) => (t.locale ?? d(), qt(e))), Yt = () => "Create tags to categorize your documents.", Xt = ((e = {}, t = {}) => (t.locale ?? d(), Yt(e))), Zt = () => "Tag name", Qt = ((e = {}, t = {}) => (t.locale ?? d(), Zt(e))), $t = () => "Color", en = ((e = {}, t = {}) => (t.locale ?? d(), $t(e))), tn = (e) => `${e?.count} documents`, nn = ((e, t = {}) => (t.locale ?? d(), tn(e))), rn = () => "Delete this tag?", an = ((e = {}, t = {}) => (t.locale ?? d(), rn(e))), on = () => "Delete tag", sn = ((e = {}, t = {}) => (t.locale ?? d(), on(e))), cn = () => "Are you sure you want to delete this tag? This cannot be undone.", ln = ((e = {}, t = {}) => (t.locale ?? d(), cn(e))), un = () => "New tag", dn = ((e = {}, t = {}) => (t.locale ?? d(), un(e))), fn = () => "A tag with this name already exists", pn = ((e = {}, t = {}) => (t.locale ?? d(), fn(e))), mn = () => "add", hn = ((e = {}, t = {}) => (t.locale ?? d(), mn(e))), gn = () => "Search", _n = ((e = {}, t = {}) => (t.locale ?? d(), gn(e))), vn = () => "Search documents...", yn = ((e = {}, t = {}) => (t.locale ?? d(), vn(e))), bn = () => "Search documents...", xn = ((e = {}, t = {}) => (t.locale ?? d(), bn(e))), Sn = () => "No results found", Cn = ((e = {}, t = {}) => (t.locale ?? d(), Sn(e))), wn = () => "Try different keywords or check your spelling.", Tn = ((e = {}, t = {}) => (t.locale ?? d(), wn(e))), En = () => "Filters", Dn = ((e = {}, t = {}) => (t.locale ?? d(), En(e))), On = () => "Folder", kn = ((e = {}, t = {}) => (t.locale ?? d(), On(e))), An = () => "Tags", jn = ((e = {}, t = {}) => (t.locale ?? d(), An(e))), Mn = () => "From", Nn = ((e = {}, t = {}) => (t.locale ?? d(), Mn(e))), Pn = () => "To", Fn = ((e = {}, t = {}) => (t.locale ?? d(), Pn(e))), In = () => "Clear filters", Ln = ((e = {}, t = {}) => (t.locale ?? d(), In(e))), Rn = (e) => `${e?.count} results`, zn = ((e, t = {}) => (t.locale ?? d(), Rn(e))), Bn = () => "Suggestions", Vn = ((e = {}, t = {}) => (t.locale ?? d(), Bn(e))), Hn = () => "Relevance", Un = ((e = {}, t = {}) => (t.locale ?? d(), Hn(e))), Wn = () => "Create Share Link", Gn = ((e = {}, t = {}) => (t.locale ?? d(), Wn(e))), Kn = () => "Create share link", qn = ((e = {}, t = {}) => (t.locale ?? d(), Kn(e))), Jn = () => "Creating...", Yn = ((e = {}, t = {}) => (t.locale ?? d(), Jn(e))), Xn = () => "Password (optional)", Zn = ((e = {}, t = {}) => (t.locale ?? d(), Xn(e))), Qn = () => "Password protection", $n = ((e = {}, t = {}) => (t.locale ?? d(), Qn(e))), er = () => "Toggle password protection", tr = ((e = {}, t = {}) => (t.locale ?? d(), er(e))), nr = () => "Enter password", rr = ((e = {}, t = {}) => (t.locale ?? d(), nr(e))), ir = () => "Password", ar = ((e = {}, t = {}) => (t.locale ?? d(), ir(e))), or = () => "Expiration", sr = ((e = {}, t = {}) => (t.locale ?? d(), or(e))), cr = () => "Never", lr = ((e = {}, t = {}) => (t.locale ?? d(), cr(e))), ur = () => "1 hour", dr = ((e = {}, t = {}) => (t.locale ?? d(), ur(e))), fr = () => "1 day", pr = ((e = {}, t = {}) => (t.locale ?? d(), fr(e))), mr = () => "24 hours", hr = ((e = {}, t = {}) => (t.locale ?? d(), mr(e))), gr = () => "7 days", _r = ((e = {}, t = {}) => (t.locale ?? d(), gr(e))), vr = () => "30 days", yr = ((e = {}, t = {}) => (t.locale ?? d(), vr(e))), br = () => "Guest access", xr = ((e = {}, t = {}) => (t.locale ?? d(), br(e))), Sr = () => "Guests:", Cr = ((e = {}, t = {}) => (t.locale ?? d(), Sr(e))), wr = () => "Add", Tr = ((e = {}, t = {}) => (t.locale ?? d(), wr(e))), Er = () => "Copy Link", Dr = ((e = {}, t = {}) => (t.locale ?? d(), Er(e))), Or = () => "Copy", kr = ((e = {}, t = {}) => (t.locale ?? d(), Or(e))), Ar = () => "Link copied!", jr = ((e = {}, t = {}) => (t.locale ?? d(), Ar(e))), Mr = () => "Share link created!", Nr = ((e = {}, t = {}) => (t.locale ?? d(), Mr(e))), Pr = () => "Password required", Fr = ((e = {}, t = {}) => (t.locale ?? d(), Pr(e))), Ir = () => "Invalid password", Lr = ((e = {}, t = {}) => (t.locale ?? d(), Ir(e))), Rr = () => "This link has expired", zr = ((e = {}, t = {}) => (t.locale ?? d(), Rr(e))), Br = () => "Expired", Vr = ((e = {}, t = {}) => (t.locale ?? d(), Br(e))), Hr = () => "Never expires", Ur = ((e = {}, t = {}) => (t.locale ?? d(), Hr(e))), Wr = (e) => `Expires ${e?.date}`, Gr = ((e, t = {}) => (t.locale ?? d(), Wr(e))), Kr = () => "Share link not found", qr = ((e = {}, t = {}) => (t.locale ?? d(), Kr(e))), Jr = () => "Too many requests. Please try again later.", Yr = ((e = {}, t = {}) => (t.locale ?? d(), Jr(e))), Xr = () => "Guest", Zr = ((e = {}, t = {}) => (t.locale ?? d(), Xr(e))), Qr = () => "Read-only", $r = ((e = {}, t = {}) => (t.locale ?? d(), Qr(e))), ei = () => "Revoke link", ti = ((e = {}, t = {}) => (t.locale ?? d(), ei(e))), ni = () => "Revoke this link?", ri = ((e = {}, t = {}) => (t.locale ?? d(), ni(e))), ii = () => "Yes", ai = ((e = {}, t = {}) => (t.locale ?? d(), ii(e))), oi = () => "Settings", si = ((e = {}, t = {}) => (t.locale ?? d(), oi(e))), ci = () => "Profile", li = ((e = {}, t = {}) => (t.locale ?? d(), ci(e))), ui = () => "Account", di = ((e = {}, t = {}) => (t.locale ?? d(), ui(e))), fi = () => "Appearance", pi = ((e = {}, t = {}) => (t.locale ?? d(), fi(e))), mi = () => "Language", hi = ((e = {}, t = {}) => (t.locale ?? d(), mi(e))), gi = () => "Theme", _i = ((e = {}, t = {}) => (t.locale ?? d(), gi(e))), vi = () => "Light", yi = ((e = {}, t = {}) => (t.locale ?? d(), vi(e))), bi = () => "Dark", xi = ((e = {}, t = {}) => (t.locale ?? d(), bi(e))), Si = () => "System", Ci = ((e = {}, t = {}) => (t.locale ?? d(), Si(e))), wi = () => "Light", Ti = ((e = {}, t = {}) => (t.locale ?? d(), wi(e))), Ei = () => "Dark", Di = ((e = {}, t = {}) => (t.locale ?? d(), Ei(e))), Oi = () => "System", ki = ((e = {}, t = {}) => (t.locale ?? d(), Oi(e))), Ai = () => "Email", ji = ((e = {}, t = {}) => (t.locale ?? d(), Ai(e))), Mi = () => "Changing your email will affect how you log in. Make sure you have access to the new email address.", Ni = ((e = {}, t = {}) => (t.locale ?? d(), Mi(e))), Pi = () => "Please enter a valid email address", Fi = ((e = {}, t = {}) => (t.locale ?? d(), Pi(e))), Ii = () => "Name", Li = ((e = {}, t = {}) => (t.locale ?? d(), Ii(e))), Ri = () => "Save changes", zi = ((e = {}, t = {}) => (t.locale ?? d(), Ri(e))), Bi = () => "Settings saved", Vi = ((e = {}, t = {}) => (t.locale ?? d(), Bi(e))), Hi = () => "Change password", Ui = ((e = {}, t = {}) => (t.locale ?? d(), Hi(e))), Wi = () => "Password", Gi = ((e = {}, t = {}) => (t.locale ?? d(), Wi(e))), Ki = () => "New password", qi = ((e = {}, t = {}) => (t.locale ?? d(), Ki(e))), Ji = () => "Confirm password", Yi = ((e = {}, t = {}) => (t.locale ?? d(), Ji(e))), Xi = () => "Change password", Zi = ((e = {}, t = {}) => (t.locale ?? d(), Xi(e))), Qi = () => "Delete account", $i = ((e = {}, t = {}) => (t.locale ?? d(), Qi(e))), ea = () => "This action is permanent. Are you sure?", ta = ((e = {}, t = {}) => (t.locale ?? d(), ea(e))), na = () => "Log in", ra = ((e = {}, t = {}) => (t.locale ?? d(), na(e))), ia = () => "Sign up", aa = ((e = {}, t = {}) => (t.locale ?? d(), ia(e))), oa = () => "Email", sa = ((e = {}, t = {}) => (t.locale ?? d(), oa(e))), ca = () => "Password", la = ((e = {}, t = {}) => (t.locale ?? d(), ca(e))), ua = () => "Confirm password", da = ((e = {}, t = {}) => (t.locale ?? d(), ua(e))), fa = () => "Forgot password?", pa = ((e = {}, t = {}) => (t.locale ?? d(), fa(e))), ma = () => "Don't have an account?", ha = ((e = {}, t = {}) => (t.locale ?? d(), ma(e))), ga = () => "Already have an account?", _a = ((e = {}, t = {}) => (t.locale ?? d(), ga(e))), va = () => "Invalid email or password", ya = ((e = {}, t = {}) => (t.locale ?? d(), va(e))), ba = () => "Registration failed", xa = ((e = {}, t = {}) => (t.locale ?? d(), ba(e))), Sa = () => "Passwords do not match", Ca = ((e = {}, t = {}) => (t.locale ?? d(), Sa(e))), wa = () => "Email is required", Ta = ((e = {}, t = {}) => (t.locale ?? d(), wa(e))), Ea = () => "Password is required", Da = ((e = {}, t = {}) => (t.locale ?? d(), Ea(e))), Oa = () => "Password must be at least 8 characters", ka = ((e = {}, t = {}) => (t.locale ?? d(), Oa(e))), Aa = () => "Your name", ja = ((e = {}, t = {}) => (t.locale ?? d(), Aa(e))), Ma = () => "Log out", Na = ((e = {}, t = {}) => (t.locale ?? d(), Ma(e))), Pa = () => "Something went wrong", Fa = ((e = {}, t = {}) => (t.locale ?? d(), Pa(e))), Ia = () => "Page not found", La = ((e = {}, t = {}) => (t.locale ?? d(), Ia(e))), Ra = () => "You need to log in to access this page", za = ((e = {}, t = {}) => (t.locale ?? d(), Ra(e))), Ba = () => "You don't have permission to access this page", Va = ((e = {}, t = {}) => (t.locale ?? d(), Ba(e))), Ha = () => "Network error. Please check your connection.", Ua = ((e = {}, t = {}) => (t.locale ?? d(), Ha(e))), Wa = () => "Request timed out. Please try again.", Ga = ((e = {}, t = {}) => (t.locale ?? d(), Wa(e))), Ka = () => "Server error. Please try again later.", qa = ((e = {}, t = {}) => (t.locale ?? d(), Ka(e))), Ja = () => "Save", Ya = ((e = {}, t = {}) => (t.locale ?? d(), Ja(e))), Xa = () => "Cancel", Za = ((e = {}, t = {}) => (t.locale ?? d(), Xa(e))), Qa = () => "Delete", $a = ((e = {}, t = {}) => (t.locale ?? d(), Qa(e))), eo = () => "Edit", to = ((e = {}, t = {}) => (t.locale ?? d(), eo(e))), no = () => "Create", ro = ((e = {}, t = {}) => (t.locale ?? d(), no(e))), io = () => "Close", ao = ((e = {}, t = {}) => (t.locale ?? d(), io(e))), oo = () => "Confirm", so = ((e = {}, t = {}) => (t.locale ?? d(), oo(e))), co = () => "Back", lo = ((e = {}, t = {}) => (t.locale ?? d(), co(e))), uo = () => "Done", fo = ((e = {}, t = {}) => (t.locale ?? d(), uo(e))), po = () => "Go to", mo = ((e = {}, t = {}) => (t.locale ?? d(), po(e))), ho = () => "Loading...", go = ((e = {}, t = {}) => (t.locale ?? d(), ho(e))), _o = () => "just now", vo = ((e = {}, t = {}) => (t.locale ?? d(), _o(e))), yo = (e) => `${e?.count}m ago`, bo = ((e, t = {}) => (t.locale ?? d(), yo(e))), xo = (e) => `${e?.count}h ago`, So = ((e, t = {}) => (t.locale ?? d(), xo(e))), Co = (e) => `${e?.count}d ago`, wo = ((e, t = {}) => (t.locale ?? d(), Co(e))), To = (e) => `${e?.count}w ago`, Eo = ((e, t = {}) => (t.locale ?? d(), To(e))), Do = () => "New Document", Oo = ((e = {}, t = {}) => (t.locale ?? d(), Do(e))), ko = () => "Recent", Ao = ((e = {}, t = {}) => (t.locale ?? d(), ko(e))), jo = () => "All Documents", Mo = ((e = {}, t = {}) => (t.locale ?? d(), jo(e))), No = () => "Docs", Po = ((e = {}, t = {}) => (t.locale ?? d(), No(e))), Fo = () => "Tags", Io = ((e = {}, t = {}) => (t.locale ?? d(), Fo(e))), Lo = () => "Settings", Ro = ((e = {}, t = {}) => (t.locale ?? d(), Lo(e))), zo = () => "Search...", Bo = ((e = {}, t = {}) => (t.locale ?? d(), zo(e))), Vo = () => "Bold", Ho = ((e = {}, t = {}) => (t.locale ?? d(), Vo(e))), Uo = () => "Italic", Wo = ((e = {}, t = {}) => (t.locale ?? d(), Uo(e))), Go = () => "Underline", Ko = ((e = {}, t = {}) => (t.locale ?? d(), Go(e))), qo = () => "Code", Jo = ((e = {}, t = {}) => (t.locale ?? d(), qo(e))), Yo = () => "Link", Xo = ((e = {}, t = {}) => (t.locale ?? d(), Yo(e))), Zo = () => "Image", Qo = ((e = {}, t = {}) => (t.locale ?? d(), Zo(e))), $o = () => "Bullet list", es = ((e = {}, t = {}) => (t.locale ?? d(), $o(e))), ts = () => "Numbered list", ns = ((e = {}, t = {}) => (t.locale ?? d(), ts(e))), rs = () => "List", is = ((e = {}, t = {}) => (t.locale ?? d(), rs(e))), as = () => "Heading", os = ((e = {}, t = {}) => (t.locale ?? d(), as(e))), ss = () => "Paragraph", cs = ((e = {}, t = {}) => (t.locale ?? d(), ss(e))), ls = () => "Heading 1", us = ((e = {}, t = {}) => (t.locale ?? d(), ls(e))), ds = () => "Heading 2", fs = ((e = {}, t = {}) => (t.locale ?? d(), ds(e))), ps = () => "Heading 3", ms = ((e = {}, t = {}) => (t.locale ?? d(), ps(e))), hs = () => "Quote", gs = ((e = {}, t = {}) => (t.locale ?? d(), hs(e))), _s = () => "Code block", vs = ((e = {}, t = {}) => (t.locale ?? d(), _s(e))), ys = () => "Divider", bs = ((e = {}, t = {}) => (t.locale ?? d(), ys(e))), xs = () => "Undo", Ss = ((e = {}, t = {}) => (t.locale ?? d(), xs(e))), Cs = () => "Redo", ws = ((e = {}, t = {}) => (t.locale ?? d(), Cs(e))), Ts = () => "Highlight", Es = ((e = {}, t = {}) => (t.locale ?? d(), Ts(e))), Ds = () => "Text formatting", Os = ((e = {}, t = {}) => (t.locale ?? d(), Ds(e))), ks = () => "Emoji", As = ((e = {}, t = {}) => (t.locale ?? d(), ks(e))), js = () => "Align", Ms = ((e = {}, t = {}) => (t.locale ?? d(), js(e))), Ns = () => "Align left", Ps = ((e = {}, t = {}) => (t.locale ?? d(), Ns(e))), Fs = () => "Align center", Is = ((e = {}, t = {}) => (t.locale ?? d(), Fs(e))), Ls = () => "Align right", Rs = ((e = {}, t = {}) => (t.locale ?? d(), Ls(e))), zs = () => "Align justify", Bs = ((e = {}, t = {}) => (t.locale ?? d(), zs(e))), Vs = () => "Copy content", Hs = ((e = {}, t = {}) => (t.locale ?? d(), Vs(e))), Us = () => "Copied to clipboard", Ws = ((e = {}, t = {}) => (t.locale ?? d(), Us(e))), Gs = () => "Enter URL:", Ks = ((e = {}, t = {}) => (t.locale ?? d(), Gs(e))), qs = () => "Document content editor", Js = ((e = {}, t = {}) => (t.locale ?? d(), qs(e))), Ys = () => "Write Markdown here...", Xs = ((e = {}, t = {}) => (t.locale ?? d(), Ys(e))), Zs = () => "Raw Markdown editor", Qs = ((e = {}, t = {}) => (t.locale ?? d(), Zs(e))), $s = () => "Version History", ec = ((e = {}, t = {}) => (t.locale ?? d(), $s(e))), tc = () => "Current version", nc = ((e = {}, t = {}) => (t.locale ?? d(), tc(e))), rc = () => "Restore this version", ic = ((e = {}, t = {}) => (t.locale ?? d(), rc(e))), ac = () => "Restore", oc = ((e = {}, t = {}) => (t.locale ?? d(), ac(e))), sc = () => "Restore this version? Current content will be saved as a new version.", cc = ((e = {}, t = {}) => (t.locale ?? d(), sc(e))), lc = () => "Create snapshot", uc = ((e = {}, t = {}) => (t.locale ?? d(), lc(e))), dc = () => "Snapshot label", fc = ((e = {}, t = {}) => (t.locale ?? d(), dc(e))), pc = () => "Description (optional)", mc = ((e = {}, t = {}) => (t.locale ?? d(), pc(e))), hc = () => "e.g. Pre-release draft", gc = ((e = {}, t = {}) => (t.locale ?? d(), hc(e))), _c = () => "Notes about what this snapshot captures", vc = ((e = {}, t = {}) => (t.locale ?? d(), _c(e))), yc = () => "Create snapshot", bc = ((e = {}, t = {}) => (t.locale ?? d(), yc(e))), xc = () => "Creating snapshot...", Sc = ((e = {}, t = {}) => (t.locale ?? d(), xc(e))), Cc = () => "Snapshot created", wc = ((e = {}, t = {}) => (t.locale ?? d(), Cc(e))), Tc = () => "Create snapshot", Ec = ((e = {}, t = {}) => (t.locale ?? d(), Tc(e))), Dc = () => "Save the current document state as a named snapshot you can restore later.", Oc = ((e = {}, t = {}) => (t.locale ?? d(), Dc(e))), kc = () => "All", Ac = ((e = {}, t = {}) => (t.locale ?? d(), kc(e))), jc = () => "Snapshots only", Mc = ((e = {}, t = {}) => (t.locale ?? d(), jc(e))), Nc = () => "Snapshot", Pc = ((e = {}, t = {}) => (t.locale ?? d(), Nc(e))), Fc = () => "Restored from v", Ic = ((e = {}, t = {}) => (t.locale ?? d(), Fc(e))), Lc = () => "Restoring...", Rc = ((e = {}, t = {}) => (t.locale ?? d(), Lc(e))), zc = () => "Version restored", Bc = ((e = {}, t = {}) => (t.locale ?? d(), zc(e))), Vc = () => "Restore failed", Hc = ((e = {}, t = {}) => (t.locale ?? d(), Vc(e))), Uc = () => "From version", Wc = ((e = {}, t = {}) => (t.locale ?? d(), Uc(e))), Gc = () => "To version", Kc = ((e = {}, t = {}) => (t.locale ?? d(), Gc(e))), qc = (e) => `${e?.added} added, ${e?.removed} removed, ${e?.modified} modified`, Jc = ((e, t = {}) => (t.locale ?? d(), qc(e))), Yc = () => "No differences between these versions.", Xc = ((e = {}, t = {}) => (t.locale ?? d(), Yc(e))), Zc = () => "Inline", Qc = ((e = {}, t = {}) => (t.locale ?? d(), Zc(e))), $c = () => "Side by side", el = ((e = {}, t = {}) => (t.locale ?? d(), $c(e))), tl = () => "Computing diff...", nl = ((e = {}, t = {}) => (t.locale ?? d(), tl(e))), rl = () => "Drop file here or click to upload", il = ((e = {}, t = {}) => (t.locale ?? d(), rl(e))), al = () => "Images, PDFs, docs, and text files", ol = ((e = {}, t = {}) => (t.locale ?? d(), al(e))), sl = (e) => `File too large (${e?.size}). Max 10MB.`, cl = ((e, t = {}) => (t.locale ?? d(), sl(e))), ll = () => "Remove", ul = ((e = {}, t = {}) => (t.locale ?? d(), ll(e))), dl = () => "Welcome back", fl = ((e = {}, t = {}) => (t.locale ?? d(), dl(e))), pl = () => "Enter your credentials to access your documents", ml = ((e = {}, t = {}) => (t.locale ?? d(), pl(e))), hl = () => "Sign in", gl = ((e = {}, t = {}) => (t.locale ?? d(), hl(e))), _l = () => "Signing in...", vl = ((e = {}, t = {}) => (t.locale ?? d(), _l(e))), yl = () => "or", bl = ((e = {}, t = {}) => (t.locale ?? d(), yl(e))), xl = () => "Demo mode - use any email/password to sign in", Sl = ((e = {}, t = {}) => (t.locale ?? d(), xl(e))), Cl = () => "Login - DocsMint", wl = ((e = {}, t = {}) => (t.locale ?? d(), Cl(e))), Tl = () => "Create account", El = ((e = {}, t = {}) => (t.locale ?? d(), Tl(e))), Dl = () => "Get started with DocsMint", Ol = ((e = {}, t = {}) => (t.locale ?? d(), Dl(e))), kl = () => "Creating account...", Al = ((e = {}, t = {}) => (t.locale ?? d(), kl(e))), jl = () => "Register - DocsMint", Ml = ((e = {}, t = {}) => (t.locale ?? d(), jl(e))), Nl = () => "Home", Pl = ((e = {}, t = {}) => (t.locale ?? d(), Nl(e))), Fl = () => "Breadcrumb", Il = ((e = {}, t = {}) => (t.locale ?? d(), Fl(e))), Ll = () => "Saved", Rl = ((e = {}, t = {}) => (t.locale ?? d(), Ll(e))), zl = () => "Saving...", Bl = ((e = {}, t = {}) => (t.locale ?? d(), zl(e))), Vl = () => "Unsaved", Hl = ((e = {}, t = {}) => (t.locale ?? d(), Vl(e))), Ul = () => "Editor mode", Wl = ((e = {}, t = {}) => (t.locale ?? d(), Ul(e))), Gl = () => "WYSIWYG editor", Kl = ((e = {}, t = {}) => (t.locale ?? d(), Gl(e))), ql = () => "WYSIWYG mode", Jl = ((e = {}, t = {}) => (t.locale ?? d(), ql(e))), Yl = () => "Raw Markdown", Xl = ((e = {}, t = {}) => (t.locale ?? d(), Yl(e))), Zl = () => "Markdown mode", Ql = ((e = {}, t = {}) => (t.locale ?? d(), Zl(e))), $l = () => "Share document", eu = ((e = {}, t = {}) => (t.locale ?? d(), $l(e))), tu = () => "More options", nu = ((e = {}, t = {}) => (t.locale ?? d(), tu(e))), ru = () => "Export as .md", iu = ((e = {}, t = {}) => (t.locale ?? d(), ru(e))), au = () => "Copy link", ou = ((e = {}, t = {}) => (t.locale ?? d(), au(e))), su = () => "Copy content", cu = ((e = {}, t = {}) => (t.locale ?? d(), su(e))), lu = () => "Dismiss error", uu = ((e = {}, t = {}) => (t.locale ?? d(), lu(e))), du = () => "Delete this document? This cannot be undone.", fu = ((e = {}, t = {}) => (t.locale ?? d(), du(e))), pu = () => "Failed to save content", mu = ((e = {}, t = {}) => (t.locale ?? d(), pu(e))), hu = () => "Failed to save title", gu = ((e = {}, t = {}) => (t.locale ?? d(), hu(e))), _u = () => "Failed to delete document", vu = ((e = {}, t = {}) => (t.locale ?? d(), _u(e))), yu = (e) => `${e?.title} - DocsMint`, bu = ((e, t = {}) => (t.locale ?? d(), yu(e))), xu = () => "Failed to load tags", Su = ((e = {}, t = {}) => (t.locale ?? d(), xu(e))), Cu = () => "Failed to add tag", wu = ((e = {}, t = {}) => (t.locale ?? d(), Cu(e))), Tu = () => "Failed to remove tag", Eu = ((e = {}, t = {}) => (t.locale ?? d(), Tu(e))), Du = () => "Add tag", Ou = ((e = {}, t = {}) => (t.locale ?? d(), Du(e))), ku = () => "Remove tag", Au = ((e = {}, t = {}) => (t.locale ?? d(), ku(e))), ju = () => "No tags available", Mu = ((e = {}, t = {}) => (t.locale ?? d(), ju(e))), Nu = () => "Tag menu", Pu = ((e = {}, t = {}) => (t.locale ?? d(), Nu(e))), Fu = () => "Click to rename", Iu = ((e = {}, t = {}) => (t.locale ?? d(), Fu(e))), Lu = () => "New Subfolder", Ru = ((e = {}, t = {}) => (t.locale ?? d(), Lu(e))), zu = () => "This folder is empty", Bu = ((e = {}, t = {}) => (t.locale ?? d(), zu(e))), Vu = () => "Create a document or subfolder to get started", Hu = ((e = {}, t = {}) => (t.locale ?? d(), Vu(e))), Uu = (e) => `${e?.name} - DocsMint`, Wu = ((e, t = {}) => (t.locale ?? d(), Uu(e))), Gu = () => "Name", Ku = ((e = {}, t = {}) => (t.locale ?? d(), Gu(e))), qu = () => "Date modified", Ju = ((e = {}, t = {}) => (t.locale ?? d(), qu(e))), Yu = () => "Date created", Xu = ((e = {}, t = {}) => (t.locale ?? d(), Yu(e))), Zu = () => "Shared Content - DocsMint", Qu = ((e = {}, t = {}) => (t.locale ?? d(), Zu(e))), $u = () => "Failed to load shared content", ed = ((e = {}, t = {}) => (t.locale ?? d(), $u(e))), td = () => "Network error", nd = ((e = {}, t = {}) => (t.locale ?? d(), td(e))), rd = () => "Go to homepage", id = ((e = {}, t = {}) => (t.locale ?? d(), rd(e))), ad = () => "Enter password", od = ((e = {}, t = {}) => (t.locale ?? d(), ad(e))), sd = () => "Access content", cd = ((e = {}, t = {}) => (t.locale ?? d(), sd(e))), ld = () => "Incorrect password. Please try again.", ud = ((e = {}, t = {}) => (t.locale ?? d(), ld(e))), dd = () => "Missing share token", fd = ((e = {}, t = {}) => (t.locale ?? d(), dd(e))), pd = () => "Shared via DocsMint", md = ((e = {}, t = {}) => (t.locale ?? d(), pd(e))), hd = () => "Copied", gd = ((e = {}, t = {}) => (t.locale ?? d(), hd(e))), _d = () => "Empty document", vd = ((e = {}, t = {}) => (t.locale ?? d(), _d(e))), yd = () => "This folder is empty", bd = ((e = {}, t = {}) => (t.locale ?? d(), yd(e))), xd = () => "Settings - DocsMint", Sd = ((e = {}, t = {}) => (t.locale ?? d(), xd(e))), Cd = () => "Embedding", wd = ((e = {}, t = {}) => (t.locale ?? d(), Cd(e))), Td = () => "Danger", Ed = ((e = {}, t = {}) => (t.locale ?? d(), Td(e))), Dd = () => "Saving...", Od = ((e = {}, t = {}) => (t.locale ?? d(), Dd(e))), kd = () => "Saved!", Ad = ((e = {}, t = {}) => (t.locale ?? d(), kd(e))), jd = () => "Embedding Configuration", Md = ((e = {}, t = {}) => (t.locale ?? d(), jd(e))), Nd = () => "Base URL", Pd = ((e = {}, t = {}) => (t.locale ?? d(), Nd(e))), Fd = () => "API Key", Id = ((e = {}, t = {}) => (t.locale ?? d(), Fd(e))), Ld = () => "Model", Rd = ((e = {}, t = {}) => (t.locale ?? d(), Ld(e))), zd = () => "Fallback Provider", Bd = ((e = {}, t = {}) => (t.locale ?? d(), zd(e))), Vd = () => "Fallback Base URL", Hd = ((e = {}, t = {}) => (t.locale ?? d(), Vd(e))), Ud = () => "Fallback API Key", Wd = ((e = {}, t = {}) => (t.locale ?? d(), Ud(e))), Gd = () => "Fallback Model", Kd = ((e = {}, t = {}) => (t.locale ?? d(), Gd(e))), qd = () => "Save config", Jd = ((e = {}, t = {}) => (t.locale ?? d(), qd(e))), Yd = () => "Dark mode", Xd = ((e = {}, t = {}) => (t.locale ?? d(), Yd(e))), Zd = () => "Toggle dark theme", Qd = ((e = {}, t = {}) => (t.locale ?? d(), Zd(e))), $d = () => "Toggle dark mode", ef = ((e = {}, t = {}) => (t.locale ?? d(), $d(e))), tf = () => "Danger Zone", nf = ((e = {}, t = {}) => (t.locale ?? d(), tf(e))), rf = () => "Permanently delete your account and all associated data. This action cannot be undone.", af = ((e = {}, t = {}) => (t.locale ?? d(), rf(e))), of = () => "Are you sure?", sf = ((e = {}, t = {}) => (t.locale ?? d(), of(e))), cf = () => "Yes, delete", lf = ((e = {}, t = {}) => (t.locale ?? d(), cf(e))), uf = () => "Failed to delete account", df = ((e = {}, t = {}) => (t.locale ?? d(), uf(e))), ff = (e) => `Search: ${e?.query}`, pf = ((e, t = {}) => (t.locale ?? d(), ff(e))), mf = () => "Search documents by title, content, or tags...", hf = ((e = {}, t = {}) => (t.locale ?? d(), mf(e))), gf = () => "Clear search", _f = ((e = {}, t = {}) => (t.locale ?? d(), gf(e))), vf = () => "Toggle filters", yf = ((e = {}, t = {}) => (t.locale ?? d(), vf(e))), bf = () => "Close filters", xf = ((e = {}, t = {}) => (t.locale ?? d(), bf(e))), Sf = () => "Clear all filters", Cf = ((e = {}, t = {}) => (t.locale ?? d(), Sf(e))), wf = () => "Folders", Tf = ((e = {}, t = {}) => (t.locale ?? d(), wf(e))), Ef = () => "Date range", Df = ((e = {}, t = {}) => (t.locale ?? d(), Ef(e))), Of = () => "Searching...", kf = ((e = {}, t = {}) => (t.locale ?? d(), Of(e))), Af = () => "Semantic search is still working", jf = ((e = {}, t = {}) => (t.locale ?? d(), Af(e))), Mf = () => "Checking meaning, related concepts, and knowledge graph connections. Results will appear automatically.", Nf = ((e = {}, t = {}) => (t.locale ?? d(), Mf(e))), Pf = (e) => `${e?.count} result for`, Ff = ((e, t = {}) => (t.locale ?? d(), Pf(e))), If = (e) => `${e?.count} results for`, Lf = ((e, t = {}) => (t.locale ?? d(), If(e))), Rf = () => "Search results pages", zf = ((e = {}, t = {}) => (t.locale ?? d(), Rf(e))), Bf = () => "Previous page", Vf = ((e = {}, t = {}) => (t.locale ?? d(), Bf(e))), Hf = () => "Next page", Uf = ((e = {}, t = {}) => (t.locale ?? d(), Hf(e))), Wf = (e) => `Page ${e?.num}`, Gf = ((e, t = {}) => (t.locale ?? d(), Wf(e))), Kf = (e) => `We couldn't find anything matching "${e?.query}".`, qf = ((e, t = {}) => (t.locale ?? d(), Kf(e))), Jf = () => "Try different keywords, check your spelling, or broaden your search.", Yf = ((e = {}, t = {}) => (t.locale ?? d(), Jf(e))), Xf = () => "New search", Zf = ((e = {}, t = {}) => (t.locale ?? d(), Xf(e))), Qf = () => "Try searching for", $f = ((e = {}, t = {}) => (t.locale ?? d(), Qf(e))), ep = () => "Search your knowledge base", tp = ((e = {}, t = {}) => (t.locale ?? d(), ep(e))), np = () => "Find documents by title, content, or tags. Use filters to narrow down results.", rp = ((e = {}, t = {}) => (t.locale ?? d(), np(e))), ip = () => "Popular searches", ap = ((e = {}, t = {}) => (t.locale ?? d(), ip(e))), op = () => "Relevance", sp = ((e = {}, t = {}) => (t.locale ?? d(), op(e))), cp = () => "Date (newest first)", lp = ((e = {}, t = {}) => (t.locale ?? d(), cp(e))), up = () => "Date (oldest first)", dp = ((e = {}, t = {}) => (t.locale ?? d(), up(e))), fp = () => "Name (A-Z)", pp = ((e = {}, t = {}) => (t.locale ?? d(), fp(e))), mp = () => "Name (Z-A)", hp = ((e = {}, t = {}) => (t.locale ?? d(), mp(e))), gp = () => "Filter", _p = ((e = {}, t = {}) => (t.locale ?? d(), gp(e))), vp = () => "Sort results", yp = ((e = {}, t = {}) => (t.locale ?? d(), vp(e))), bp = () => "All", xp = ((e = {}, t = {}) => (t.locale ?? d(), bp(e))), Sp = () => "January", Cp = ((e = {}, t = {}) => (t.locale ?? d(), Sp(e))), wp = () => "February", Tp = ((e = {}, t = {}) => (t.locale ?? d(), wp(e))), Ep = () => "March", Dp = ((e = {}, t = {}) => (t.locale ?? d(), Ep(e))), Op = () => "April", kp = ((e = {}, t = {}) => (t.locale ?? d(), Op(e))), Ap = () => "May", jp = ((e = {}, t = {}) => (t.locale ?? d(), Ap(e))), Mp = () => "June", Np = ((e = {}, t = {}) => (t.locale ?? d(), Mp(e))), Pp = () => "July", Fp = ((e = {}, t = {}) => (t.locale ?? d(), Pp(e))), Ip = () => "August", Lp = ((e = {}, t = {}) => (t.locale ?? d(), Ip(e))), Rp = () => "September", zp = ((e = {}, t = {}) => (t.locale ?? d(), Rp(e))), Bp = () => "October", Vp = ((e = {}, t = {}) => (t.locale ?? d(), Bp(e))), Hp = () => "November", Up = ((e = {}, t = {}) => (t.locale ?? d(), Hp(e))), Wp = () => "December", Gp = ((e = {}, t = {}) => (t.locale ?? d(), Wp(e))), Kp = () => "Mo", qp = ((e = {}, t = {}) => (t.locale ?? d(), Kp(e))), Jp = () => "Tu", Yp = ((e = {}, t = {}) => (t.locale ?? d(), Jp(e))), Xp = () => "We", Zp = ((e = {}, t = {}) => (t.locale ?? d(), Xp(e))), Qp = () => "Th", $p = ((e = {}, t = {}) => (t.locale ?? d(), Qp(e))), em = () => "Fr", tm = ((e = {}, t = {}) => (t.locale ?? d(), em(e))), nm = () => "Sa", rm = ((e = {}, t = {}) => (t.locale ?? d(), nm(e))), im = () => "Su", am = ((e = {}, t = {}) => (t.locale ?? d(), im(e))), om = () => "Select date", sm = ((e = {}, t = {}) => (t.locale ?? d(), om(e))), cm = () => "Clear", lm = ((e = {}, t = {}) => (t.locale ?? d(), cm(e))), um = () => "Choose date", dm = ((e = {}, t = {}) => (t.locale ?? d(), um(e))), fm = () => "Previous month", pm = ((e = {}, t = {}) => (t.locale ?? d(), fm(e))), mm = () => "Next month", hm = ((e = {}, t = {}) => (t.locale ?? d(), mm(e))), gm = () => "Validation error", _m = ((e = {}, t = {}) => (t.locale ?? d(), gm(e))), vm = () => "Too many requests. Please try again later.", ym = ((e = {}, t = {}) => (t.locale ?? d(), vm(e))), bm = () => "Failed to save document", xm = ((e = {}, t = {}) => (t.locale ?? d(), bm(e))), Sm = () => "Failed to load document", Cm = ((e = {}, t = {}) => (t.locale ?? d(), Sm(e))), wm = () => "Search failed", Tm = ((e = {}, t = {}) => (t.locale ?? d(), wm(e))), Em = () => "Table", Dm = ((e = {}, t = {}) => (t.locale ?? d(), Em(e))), Om = () => "Anonymous", km = ((e = {}, t = {}) => (t.locale ?? d(), Om(e))), Am = () => "Saving too quickly. Please wait.", jm = ((e = {}, t = {}) => (t.locale ?? d(), Am(e))), Mm = () => "Yellow", Nm = ((e = {}, t = {}) => (t.locale ?? d(), Mm(e))), Pm = () => "Orange", Fm = ((e = {}, t = {}) => (t.locale ?? d(), Pm(e))), Im = () => "Red", Lm = ((e = {}, t = {}) => (t.locale ?? d(), Im(e))), Rm = () => "Green", zm = ((e = {}, t = {}) => (t.locale ?? d(), Rm(e))), Bm = () => "Blue", Vm = ((e = {}, t = {}) => (t.locale ?? d(), Bm(e))), Hm = () => "Purple", Um = ((e = {}, t = {}) => (t.locale ?? d(), Hm(e))), Wm = () => "Pink", Gm = ((e = {}, t = {}) => (t.locale ?? d(), Wm(e))), Km = () => "Gray", qm = ((e = {}, t = {}) => (t.locale ?? d(), Km(e))), Jm = () => "Copy text", Ym = ((e = {}, t = {}) => (t.locale ?? d(), Jm(e))), Xm = () => "Import", Zm = ((e = {}, t = {}) => (t.locale ?? d(), Xm(e))), Qm = () => "Filter:", $m = ((e = {}, t = {}) => (t.locale ?? d(), Qm(e))), eh = () => "Untitled Document", th = ((e = {}, t = {}) => (t.locale ?? d(), eh(e))), nh = () => "No folder", rh = ((e = {}, t = {}) => (t.locale ?? d(), nh(e))), ih = () => "Move to root", ah = ((e = {}, t = {}) => (t.locale ?? d(), ih(e))), oh = () => "New folder", sh = ((e = {}, t = {}) => (t.locale ?? d(), oh(e))), ch = () => "New folder name", lh = ((e = {}, t = {}) => (t.locale ?? d(), ch(e))), uh = () => "Change folder", dh = ((e = {}, t = {}) => (t.locale ?? d(), uh(e))), fh = () => "New folder name input", ph = ((e = {}, t = {}) => (t.locale ?? d(), fh(e))), mh = () => "Powered by DocsMint", hh = ((e = {}, t = {}) => (t.locale ?? d(), mh(e))), gh = () => "Scroll to top", _h = ((e = {}, t = {}) => (t.locale ?? d(), gh(e))), vh = () => "Custom color", yh = ((e = {}, t = {}) => (t.locale ?? d(), vh(e))), bh = () => "No versions yet.", xh = ((e = {}, t = {}) => (t.locale ?? d(), bh(e))), Sh = () => "Toggle switch", Ch = ((e = {}, t = {}) => (t.locale ?? d(), Sh(e))), wh = () => "Categories", $ = ((e = {}, t = {}) => (t.locale ?? d(), wh(e))), Th = () => "New category", Eh = ((e = {}, t = {}) => (t.locale ?? d(), Th(e))), Dh = () => "New category", Oh = ((e = {}, t = {}) => (t.locale ?? d(), Dh(e))), kh = () => "Rename category", Ah = ((e = {}, t = {}) => (t.locale ?? d(), kh(e))), jh = () => "Category name", Mh = ((e = {}, t = {}) => (t.locale ?? d(), jh(e))), Nh = () => "Failed to load categories", Ph = ((e = {}, t = {}) => (t.locale ?? d(), Nh(e))), Fh = () => "Failed to create category", Ih = ((e = {}, t = {}) => (t.locale ?? d(), Fh(e))), Lh = () => "Failed to update category", Rh = ((e = {}, t = {}) => (t.locale ?? d(), Lh(e))), zh = () => "Failed to delete category", Bh = ((e = {}, t = {}) => (t.locale ?? d(), zh(e))), Vh = () => "Delete category", Hh = ((e = {}, t = {}) => (t.locale ?? d(), Vh(e))), Uh = () => "Delete this category? It will be detached from any folders or documents it is assigned to. This cannot be undone.", Wh = ((e = {}, t = {}) => (t.locale ?? d(), Uh(e))), Gh = () => "Category deleted", Kh = ((e = {}, t = {}) => (t.locale ?? d(), Gh(e))), qh = () => "It was detached from its folders and documents.", Jh = ((e = {}, t = {}) => (t.locale ?? d(), qh(e))), Yh = () => "No categories yet", Xh = ((e = {}, t = {}) => (t.locale ?? d(), Yh(e))), Zh = (e) => `${e?.count} docs`, Qh = ((e, t = {}) => (t.locale ?? d(), Zh(e))), $h = (e) => `${e?.count} folders`, eg = ((e, t = {}) => (t.locale ?? d(), $h(e))), tg = () => "Failed to assign category", ng = ((e = {}, t = {}) => (t.locale ?? d(), tg(e))), rg = () => "Uncategorized", ig = ((e = {}, t = {}) => (t.locale ?? d(), rg(e))), ag = () => "Quick search", og = ((e = {}, t = {}) => (t.locale ?? d(), ag(e))), sg = () => "Search documents and commands...", cg = ((e = {}, t = {}) => (t.locale ?? d(), sg(e))), lg = () => "Type to search documents", ug = ((e = {}, t = {}) => (t.locale ?? d(), lg(e))), dg = () => "No matches", fg = ((e = {}, t = {}) => (t.locale ?? d(), dg(e))), pg = () => "Documents", mg = ((e = {}, t = {}) => (t.locale ?? d(), pg(e))), hg = () => "Commands", gg = ((e = {}, t = {}) => (t.locale ?? d(), hg(e))), _g = () => "New document", vg = ((e = {}, t = {}) => (t.locale ?? d(), _g(e))), yg = () => "Open search page", bg = ((e = {}, t = {}) => (t.locale ?? d(), yg(e))), xg = () => "Open settings", Sg = ((e = {}, t = {}) => (t.locale ?? d(), xg(e))), Cg = () => "Show keyboard shortcuts", wg = ((e = {}, t = {}) => (t.locale ?? d(), Cg(e))), Tg = (e) => `Press ${e?.keys} to open quick search`, Eg = ((e, t = {}) => (t.locale ?? d(), Tg(e))), Dg = () => "Use arrows to navigate, Enter to select", Og = ((e = {}, t = {}) => (t.locale ?? d(), Dg(e))), kg = () => "Quick search dialog", Ag = ((e = {}, t = {}) => (t.locale ?? d(), kg(e))), jg = () => "Keyboard shortcuts", Mg = ((e = {}, t = {}) => (t.locale ?? d(), jg(e))), Ng = (e) => `Press ${e?.keys} anytime to toggle this dialog`, Pg = ((e, t = {}) => (t.locale ?? d(), Ng(e))), Fg = () => "Global", Ig = ((e = {}, t = {}) => (t.locale ?? d(), Fg(e))), Lg = () => "Editor", Rg = ((e = {}, t = {}) => (t.locale ?? d(), Lg(e))), zg = () => "Dialog", Bg = ((e = {}, t = {}) => (t.locale ?? d(), zg(e))), Vg = () => "Lists", Hg = ((e = {}, t = {}) => (t.locale ?? d(), Vg(e))), Ug = () => "Close shortcuts", Wg = ((e = {}, t = {}) => (t.locale ?? d(), Ug(e))), Gg = () => "No shortcuts registered", Kg = ((e = {}, t = {}) => (t.locale ?? d(), Gg(e))), qg = () => "Open quick search", Jg = ((e = {}, t = {}) => (t.locale ?? d(), qg(e))), Yg = () => "Export document", Xg = ((e = {}, t = {}) => (t.locale ?? d(), Yg(e))), Zg = () => "Toggle markdown view", Qg = ((e = {}, t = {}) => (t.locale ?? d(), Zg(e))), $g = () => "Show keyboard shortcuts", e_ = ((e = {}, t = {}) => (t.locale ?? d(), $g(e))), t_ = () => "Close dialog or panel", n_ = ((e = {}, t = {}) => (t.locale ?? d(), t_(e))), r_ = () => "Importing documents", i_ = ((e = {}, t = {}) => (t.locale ?? d(), r_(e))), a_ = (e) => `${e?.done} of ${e?.total} complete`, o_ = ((e, t = {}) => (t.locale ?? d(), a_(e))), s_ = () => "Uploading", c_ = ((e = {}, t = {}) => (t.locale ?? d(), s_(e))), l_ = () => "Processing", u_ = ((e = {}, t = {}) => (t.locale ?? d(), l_(e))), d_ = () => "Done", f_ = ((e = {}, t = {}) => (t.locale ?? d(), d_(e))), p_ = () => "Failed", m_ = ((e = {}, t = {}) => (t.locale ?? d(), p_(e))), h_ = (e) => `${e?.imported} imported, ${e?.failed} failed`, g_ = ((e, t = {}) => (t.locale ?? d(), h_(e))), __ = () => "View all documents", v_ = ((e = {}, t = {}) => (t.locale ?? d(), __(e))), y_ = () => "Close", b_ = ((e = {}, t = {}) => (t.locale ?? d(), y_(e))), x_ = () => "No files selected", S_ = ((e = {}, t = {}) => (t.locale ?? d(), x_(e))), C_ = () => "View import summary", w_ = ((e = {}, t = {}) => (t.locale ?? d(), C_(e))), T_ = () => "Title match boosted", E_ = ((e = {}, t = {}) => (t.locale ?? d(), T_(e))), D_ = () => "Title match", O_ = ((e = {}, t = {}) => (t.locale ?? d(), D_(e))), k_ = /* @__PURE__ */ e({
118
+ var he = () => "DocsMint", h = ((e = {}, t = {}) => (t.locale ?? d(), he(e))), ge = () => "AI-first documentation platform", _e = ((e = {}, t = {}) => (t.locale ?? d(), ge(e))), ve = () => "Dashboard", ye = ((e = {}, t = {}) => (t.locale ?? d(), ve(e))), be = () => "Documents", g = ((e = {}, t = {}) => (t.locale ?? d(), be(e))), xe = () => "Folders", _ = ((e = {}, t = {}) => (t.locale ?? d(), xe(e))), Se = () => "Tags", Ce = ((e = {}, t = {}) => (t.locale ?? d(), Se(e))), we = () => "Search", Te = ((e = {}, t = {}) => (t.locale ?? d(), we(e))), Ee = () => "Settings", De = ((e = {}, t = {}) => (t.locale ?? d(), Ee(e))), Oe = () => "Log out", ke = ((e = {}, t = {}) => (t.locale ?? d(), Oe(e))), Ae = () => "Dashboard", v = ((e = {}, t = {}) => (t.locale ?? d(), Ae(e))), je = () => "Your recent documents and quick access", y = ((e = {}, t = {}) => (t.locale ?? d(), je(e))), Me = () => "New Document", b = ((e = {}, t = {}) => (t.locale ?? d(), Me(e))), Ne = () => "Loading...", Pe = ((e = {}, t = {}) => (t.locale ?? d(), Ne(e))), Fe = () => "Could not load documents", Ie = ((e = {}, t = {}) => (t.locale ?? d(), Fe(e))), Le = () => "Retry", Re = ((e = {}, t = {}) => (t.locale ?? d(), Le(e))), ze = () => "Create your first document", Be = ((e = {}, t = {}) => (t.locale ?? d(), ze(e))), Ve = () => "Get started by creating a new document. Your notes will be automatically embedded for AI-powered search.", He = ((e = {}, t = {}) => (t.locale ?? d(), Ve(e))), Ue = () => "Dashboard - DocsMint", x = ((e = {}, t = {}) => (t.locale ?? d(), Ue(e))), We = () => "Untitled", S = ((e = {}, t = {}) => (t.locale ?? d(), We(e))), Ge = () => "Document title", C = ((e = {}, t = {}) => (t.locale ?? d(), Ge(e))), Ke = () => "Start writing...", w = ((e = {}, t = {}) => (t.locale ?? d(), Ke(e))), qe = () => "Are you sure you want to delete this document?", T = ((e = {}, t = {}) => (t.locale ?? d(), qe(e))), Je = () => "Document deleted", E = ((e = {}, t = {}) => (t.locale ?? d(), Je(e))), Ye = () => "was deleted.", D = ((e = {}, t = {}) => (t.locale ?? d(), Ye(e))), Xe = () => "Document saved", Ze = ((e = {}, t = {}) => (t.locale ?? d(), Xe(e))), Qe = () => "Document created", $e = ((e = {}, t = {}) => (t.locale ?? d(), Qe(e))), et = () => "Document not found", tt = ((e = {}, t = {}) => (t.locale ?? d(), et(e))), nt = () => "Failed to load document", rt = ((e = {}, t = {}) => (t.locale ?? d(), nt(e))), it = () => "Tags", O = ((e = {}, t = {}) => (t.locale ?? d(), it(e))), at = () => "Versions", ot = ((e = {}, t = {}) => (t.locale ?? d(), at(e))), st = () => "Share", k = ((e = {}, t = {}) => (t.locale ?? d(), st(e))), ct = () => "Delete", A = ((e = {}, t = {}) => (t.locale ?? d(), ct(e))), lt = () => "Last edited", ut = ((e = {}, t = {}) => (t.locale ?? d(), lt(e))), dt = () => "words", ft = ((e = {}, t = {}) => (t.locale ?? d(), dt(e))), pt = () => "characters", mt = ((e = {}, t = {}) => (t.locale ?? d(), pt(e))), ht = (e) => `Updated ${e?.time}`, j = ((e, t = {}) => (t.locale ?? d(), ht(e))), gt = () => "Open menu", M = ((e = {}, t = {}) => (t.locale ?? d(), gt(e))), _t = () => "Open", N = ((e = {}, t = {}) => (t.locale ?? d(), _t(e))), vt = () => "Duplicate", P = ((e = {}, t = {}) => (t.locale ?? d(), vt(e))), yt = () => "Move to folder", F = ((e = {}, t = {}) => (t.locale ?? d(), yt(e))), bt = () => "Folders", xt = ((e = {}, t = {}) => (t.locale ?? d(), bt(e))), St = () => "Organize your documents into folders", Ct = ((e = {}, t = {}) => (t.locale ?? d(), St(e))), wt = () => "New Folder", I = ((e = {}, t = {}) => (t.locale ?? d(), wt(e))), Tt = () => "No folders yet", L = ((e = {}, t = {}) => (t.locale ?? d(), Tt(e))), Et = () => "Create a folder to organize your documents.", R = ((e = {}, t = {}) => (t.locale ?? d(), Et(e))), Dt = () => "Rename", z = ((e = {}, t = {}) => (t.locale ?? d(), Dt(e))), Ot = () => "Delete", B = ((e = {}, t = {}) => (t.locale ?? d(), Ot(e))), kt = () => "Delete this folder and all its contents?", At = ((e = {}, t = {}) => (t.locale ?? d(), kt(e))), jt = () => "Delete folder", V = ((e = {}, t = {}) => (t.locale ?? d(), jt(e))), Mt = () => "Delete this folder and all its contents? This cannot be undone.", H = ((e = {}, t = {}) => (t.locale ?? d(), Mt(e))), Nt = () => "Folder deleted", U = ((e = {}, t = {}) => (t.locale ?? d(), Nt(e))), Pt = () => "Its documents were moved to the root.", W = ((e = {}, t = {}) => (t.locale ?? d(), Pt(e))), Ft = () => "Folder name", G = ((e = {}, t = {}) => (t.locale ?? d(), Ft(e))), It = () => "documents", K = ((e = {}, t = {}) => (t.locale ?? d(), It(e))), Lt = () => "document", q = ((e = {}, t = {}) => (t.locale ?? d(), Lt(e))), Rt = () => "subfolders", J = ((e = {}, t = {}) => (t.locale ?? d(), Rt(e))), zt = () => "subfolder", Y = ((e = {}, t = {}) => (t.locale ?? d(), zt(e))), Bt = () => "Move", X = ((e = {}, t = {}) => (t.locale ?? d(), Bt(e))), Vt = () => "Tags", Ht = ((e = {}, t = {}) => (t.locale ?? d(), Vt(e))), Ut = () => "Organize documents with tags", Wt = ((e = {}, t = {}) => (t.locale ?? d(), Ut(e))), Gt = () => "New Tag", Z = ((e = {}, t = {}) => (t.locale ?? d(), Gt(e))), Kt = () => "Edit Tag", Q = ((e = {}, t = {}) => (t.locale ?? d(), Kt(e))), qt = () => "No tags yet", Jt = ((e = {}, t = {}) => (t.locale ?? d(), qt(e))), Yt = () => "Create tags to categorize your documents.", Xt = ((e = {}, t = {}) => (t.locale ?? d(), Yt(e))), Zt = () => "Tag name", Qt = ((e = {}, t = {}) => (t.locale ?? d(), Zt(e))), $t = () => "Color", en = ((e = {}, t = {}) => (t.locale ?? d(), $t(e))), tn = (e) => `${e?.count} documents`, nn = ((e, t = {}) => (t.locale ?? d(), tn(e))), rn = () => "Delete this tag?", an = ((e = {}, t = {}) => (t.locale ?? d(), rn(e))), on = () => "Delete tag", sn = ((e = {}, t = {}) => (t.locale ?? d(), on(e))), cn = () => "Are you sure you want to delete this tag? This cannot be undone.", ln = ((e = {}, t = {}) => (t.locale ?? d(), cn(e))), un = () => "New tag", dn = ((e = {}, t = {}) => (t.locale ?? d(), un(e))), fn = () => "A tag with this name already exists", pn = ((e = {}, t = {}) => (t.locale ?? d(), fn(e))), mn = () => "add", hn = ((e = {}, t = {}) => (t.locale ?? d(), mn(e))), gn = () => "Search", _n = ((e = {}, t = {}) => (t.locale ?? d(), gn(e))), vn = () => "Search documents...", yn = ((e = {}, t = {}) => (t.locale ?? d(), vn(e))), bn = () => "Search documents...", xn = ((e = {}, t = {}) => (t.locale ?? d(), bn(e))), Sn = () => "No results found", Cn = ((e = {}, t = {}) => (t.locale ?? d(), Sn(e))), wn = () => "Try different keywords or check your spelling.", Tn = ((e = {}, t = {}) => (t.locale ?? d(), wn(e))), En = () => "Filters", Dn = ((e = {}, t = {}) => (t.locale ?? d(), En(e))), On = () => "Folder", kn = ((e = {}, t = {}) => (t.locale ?? d(), On(e))), An = () => "Tags", jn = ((e = {}, t = {}) => (t.locale ?? d(), An(e))), Mn = () => "From", Nn = ((e = {}, t = {}) => (t.locale ?? d(), Mn(e))), Pn = () => "To", Fn = ((e = {}, t = {}) => (t.locale ?? d(), Pn(e))), In = () => "Clear filters", Ln = ((e = {}, t = {}) => (t.locale ?? d(), In(e))), Rn = (e) => `${e?.count} results`, zn = ((e, t = {}) => (t.locale ?? d(), Rn(e))), Bn = () => "Suggestions", Vn = ((e = {}, t = {}) => (t.locale ?? d(), Bn(e))), Hn = () => "Relevance", Un = ((e = {}, t = {}) => (t.locale ?? d(), Hn(e))), Wn = () => "Create Share Link", Gn = ((e = {}, t = {}) => (t.locale ?? d(), Wn(e))), Kn = () => "Create share link", qn = ((e = {}, t = {}) => (t.locale ?? d(), Kn(e))), Jn = () => "Creating...", Yn = ((e = {}, t = {}) => (t.locale ?? d(), Jn(e))), Xn = () => "Password (optional)", Zn = ((e = {}, t = {}) => (t.locale ?? d(), Xn(e))), Qn = () => "Password protection", $n = ((e = {}, t = {}) => (t.locale ?? d(), Qn(e))), er = () => "Toggle password protection", tr = ((e = {}, t = {}) => (t.locale ?? d(), er(e))), nr = () => "Enter password", rr = ((e = {}, t = {}) => (t.locale ?? d(), nr(e))), ir = () => "Password", ar = ((e = {}, t = {}) => (t.locale ?? d(), ir(e))), or = () => "Expiration", sr = ((e = {}, t = {}) => (t.locale ?? d(), or(e))), cr = () => "Never", lr = ((e = {}, t = {}) => (t.locale ?? d(), cr(e))), ur = () => "1 hour", dr = ((e = {}, t = {}) => (t.locale ?? d(), ur(e))), fr = () => "1 day", pr = ((e = {}, t = {}) => (t.locale ?? d(), fr(e))), mr = () => "24 hours", hr = ((e = {}, t = {}) => (t.locale ?? d(), mr(e))), gr = () => "7 days", _r = ((e = {}, t = {}) => (t.locale ?? d(), gr(e))), vr = () => "30 days", yr = ((e = {}, t = {}) => (t.locale ?? d(), vr(e))), br = () => "Guest access", xr = ((e = {}, t = {}) => (t.locale ?? d(), br(e))), Sr = () => "Guests:", Cr = ((e = {}, t = {}) => (t.locale ?? d(), Sr(e))), wr = () => "Add", Tr = ((e = {}, t = {}) => (t.locale ?? d(), wr(e))), Er = () => "Copy Link", Dr = ((e = {}, t = {}) => (t.locale ?? d(), Er(e))), Or = () => "Copy", kr = ((e = {}, t = {}) => (t.locale ?? d(), Or(e))), Ar = () => "Link copied!", jr = ((e = {}, t = {}) => (t.locale ?? d(), Ar(e))), Mr = () => "Share link created!", Nr = ((e = {}, t = {}) => (t.locale ?? d(), Mr(e))), Pr = () => "Password required", Fr = ((e = {}, t = {}) => (t.locale ?? d(), Pr(e))), Ir = () => "Invalid password", Lr = ((e = {}, t = {}) => (t.locale ?? d(), Ir(e))), Rr = () => "This link has expired", zr = ((e = {}, t = {}) => (t.locale ?? d(), Rr(e))), Br = () => "Expired", Vr = ((e = {}, t = {}) => (t.locale ?? d(), Br(e))), Hr = () => "Never expires", Ur = ((e = {}, t = {}) => (t.locale ?? d(), Hr(e))), Wr = (e) => `Expires ${e?.date}`, Gr = ((e, t = {}) => (t.locale ?? d(), Wr(e))), Kr = () => "Share link not found", qr = ((e = {}, t = {}) => (t.locale ?? d(), Kr(e))), Jr = () => "Too many requests. Please try again later.", Yr = ((e = {}, t = {}) => (t.locale ?? d(), Jr(e))), Xr = () => "Guest", Zr = ((e = {}, t = {}) => (t.locale ?? d(), Xr(e))), Qr = () => "Read-only", $r = ((e = {}, t = {}) => (t.locale ?? d(), Qr(e))), ei = () => "Revoke link", ti = ((e = {}, t = {}) => (t.locale ?? d(), ei(e))), ni = () => "Revoke this link?", ri = ((e = {}, t = {}) => (t.locale ?? d(), ni(e))), ii = () => "Yes", ai = ((e = {}, t = {}) => (t.locale ?? d(), ii(e))), oi = () => "Settings", si = ((e = {}, t = {}) => (t.locale ?? d(), oi(e))), ci = () => "Profile", li = ((e = {}, t = {}) => (t.locale ?? d(), ci(e))), ui = () => "Account", di = ((e = {}, t = {}) => (t.locale ?? d(), ui(e))), fi = () => "Appearance", pi = ((e = {}, t = {}) => (t.locale ?? d(), fi(e))), mi = () => "Language", hi = ((e = {}, t = {}) => (t.locale ?? d(), mi(e))), gi = () => "Theme", _i = ((e = {}, t = {}) => (t.locale ?? d(), gi(e))), vi = () => "Light", yi = ((e = {}, t = {}) => (t.locale ?? d(), vi(e))), bi = () => "Dark", xi = ((e = {}, t = {}) => (t.locale ?? d(), bi(e))), Si = () => "System", Ci = ((e = {}, t = {}) => (t.locale ?? d(), Si(e))), wi = () => "Light", Ti = ((e = {}, t = {}) => (t.locale ?? d(), wi(e))), Ei = () => "Dark", Di = ((e = {}, t = {}) => (t.locale ?? d(), Ei(e))), Oi = () => "System", ki = ((e = {}, t = {}) => (t.locale ?? d(), Oi(e))), Ai = () => "Email", ji = ((e = {}, t = {}) => (t.locale ?? d(), Ai(e))), Mi = () => "Changing your email will affect how you log in. Make sure you have access to the new email address.", Ni = ((e = {}, t = {}) => (t.locale ?? d(), Mi(e))), Pi = () => "Please enter a valid email address", Fi = ((e = {}, t = {}) => (t.locale ?? d(), Pi(e))), Ii = () => "Name", Li = ((e = {}, t = {}) => (t.locale ?? d(), Ii(e))), Ri = () => "Save changes", zi = ((e = {}, t = {}) => (t.locale ?? d(), Ri(e))), Bi = () => "Settings saved", Vi = ((e = {}, t = {}) => (t.locale ?? d(), Bi(e))), Hi = () => "Change password", Ui = ((e = {}, t = {}) => (t.locale ?? d(), Hi(e))), Wi = () => "Password", Gi = ((e = {}, t = {}) => (t.locale ?? d(), Wi(e))), Ki = () => "New password", qi = ((e = {}, t = {}) => (t.locale ?? d(), Ki(e))), Ji = () => "Confirm password", Yi = ((e = {}, t = {}) => (t.locale ?? d(), Ji(e))), Xi = () => "Change password", Zi = ((e = {}, t = {}) => (t.locale ?? d(), Xi(e))), Qi = () => "Delete account", $i = ((e = {}, t = {}) => (t.locale ?? d(), Qi(e))), ea = () => "This action is permanent. Are you sure?", ta = ((e = {}, t = {}) => (t.locale ?? d(), ea(e))), na = () => "Log in", ra = ((e = {}, t = {}) => (t.locale ?? d(), na(e))), ia = () => "Sign up", aa = ((e = {}, t = {}) => (t.locale ?? d(), ia(e))), oa = () => "Email", sa = ((e = {}, t = {}) => (t.locale ?? d(), oa(e))), ca = () => "Password", la = ((e = {}, t = {}) => (t.locale ?? d(), ca(e))), ua = () => "Confirm password", da = ((e = {}, t = {}) => (t.locale ?? d(), ua(e))), fa = () => "Forgot password?", pa = ((e = {}, t = {}) => (t.locale ?? d(), fa(e))), ma = () => "Don't have an account?", ha = ((e = {}, t = {}) => (t.locale ?? d(), ma(e))), ga = () => "Already have an account?", _a = ((e = {}, t = {}) => (t.locale ?? d(), ga(e))), va = () => "Invalid email or password", ya = ((e = {}, t = {}) => (t.locale ?? d(), va(e))), ba = () => "Registration failed", xa = ((e = {}, t = {}) => (t.locale ?? d(), ba(e))), Sa = () => "Passwords do not match", Ca = ((e = {}, t = {}) => (t.locale ?? d(), Sa(e))), wa = () => "Email is required", Ta = ((e = {}, t = {}) => (t.locale ?? d(), wa(e))), Ea = () => "Password is required", Da = ((e = {}, t = {}) => (t.locale ?? d(), Ea(e))), Oa = () => "Password must be at least 8 characters", ka = ((e = {}, t = {}) => (t.locale ?? d(), Oa(e))), Aa = () => "Your name", ja = ((e = {}, t = {}) => (t.locale ?? d(), Aa(e))), Ma = () => "Log out", Na = ((e = {}, t = {}) => (t.locale ?? d(), Ma(e))), Pa = () => "Something went wrong", Fa = ((e = {}, t = {}) => (t.locale ?? d(), Pa(e))), Ia = () => "Page not found", La = ((e = {}, t = {}) => (t.locale ?? d(), Ia(e))), Ra = () => "You need to log in to access this page", za = ((e = {}, t = {}) => (t.locale ?? d(), Ra(e))), Ba = () => "You don't have permission to access this page", Va = ((e = {}, t = {}) => (t.locale ?? d(), Ba(e))), Ha = () => "Network error. Please check your connection.", Ua = ((e = {}, t = {}) => (t.locale ?? d(), Ha(e))), Wa = () => "Request timed out. Please try again.", Ga = ((e = {}, t = {}) => (t.locale ?? d(), Wa(e))), Ka = () => "Server error. Please try again later.", qa = ((e = {}, t = {}) => (t.locale ?? d(), Ka(e))), Ja = () => "Save", Ya = ((e = {}, t = {}) => (t.locale ?? d(), Ja(e))), Xa = () => "Cancel", Za = ((e = {}, t = {}) => (t.locale ?? d(), Xa(e))), Qa = () => "Delete", $a = ((e = {}, t = {}) => (t.locale ?? d(), Qa(e))), eo = () => "Edit", to = ((e = {}, t = {}) => (t.locale ?? d(), eo(e))), no = () => "Create", ro = ((e = {}, t = {}) => (t.locale ?? d(), no(e))), io = () => "Close", ao = ((e = {}, t = {}) => (t.locale ?? d(), io(e))), oo = () => "Confirm", so = ((e = {}, t = {}) => (t.locale ?? d(), oo(e))), co = () => "Back", lo = ((e = {}, t = {}) => (t.locale ?? d(), co(e))), uo = () => "Done", fo = ((e = {}, t = {}) => (t.locale ?? d(), uo(e))), po = () => "Go to", mo = ((e = {}, t = {}) => (t.locale ?? d(), po(e))), ho = () => "Loading...", go = ((e = {}, t = {}) => (t.locale ?? d(), ho(e))), _o = () => "just now", vo = ((e = {}, t = {}) => (t.locale ?? d(), _o(e))), yo = (e) => `${e?.count}m ago`, bo = ((e, t = {}) => (t.locale ?? d(), yo(e))), xo = (e) => `${e?.count}h ago`, So = ((e, t = {}) => (t.locale ?? d(), xo(e))), Co = (e) => `${e?.count}d ago`, wo = ((e, t = {}) => (t.locale ?? d(), Co(e))), To = (e) => `${e?.count}w ago`, Eo = ((e, t = {}) => (t.locale ?? d(), To(e))), Do = () => "New Document", Oo = ((e = {}, t = {}) => (t.locale ?? d(), Do(e))), ko = () => "Recent", Ao = ((e = {}, t = {}) => (t.locale ?? d(), ko(e))), jo = () => "All Documents", Mo = ((e = {}, t = {}) => (t.locale ?? d(), jo(e))), No = () => "Docs", Po = ((e = {}, t = {}) => (t.locale ?? d(), No(e))), Fo = () => "Tags", Io = ((e = {}, t = {}) => (t.locale ?? d(), Fo(e))), Lo = () => "Settings", Ro = ((e = {}, t = {}) => (t.locale ?? d(), Lo(e))), zo = () => "Search...", Bo = ((e = {}, t = {}) => (t.locale ?? d(), zo(e))), Vo = () => "Bold", Ho = ((e = {}, t = {}) => (t.locale ?? d(), Vo(e))), Uo = () => "Italic", Wo = ((e = {}, t = {}) => (t.locale ?? d(), Uo(e))), Go = () => "Underline", Ko = ((e = {}, t = {}) => (t.locale ?? d(), Go(e))), qo = () => "Code", Jo = ((e = {}, t = {}) => (t.locale ?? d(), qo(e))), Yo = () => "Link", Xo = ((e = {}, t = {}) => (t.locale ?? d(), Yo(e))), Zo = () => "Image", Qo = ((e = {}, t = {}) => (t.locale ?? d(), Zo(e))), $o = () => "Bullet list", es = ((e = {}, t = {}) => (t.locale ?? d(), $o(e))), ts = () => "Numbered list", ns = ((e = {}, t = {}) => (t.locale ?? d(), ts(e))), rs = () => "List", is = ((e = {}, t = {}) => (t.locale ?? d(), rs(e))), as = () => "Heading", os = ((e = {}, t = {}) => (t.locale ?? d(), as(e))), ss = () => "Paragraph", cs = ((e = {}, t = {}) => (t.locale ?? d(), ss(e))), ls = () => "Heading 1", us = ((e = {}, t = {}) => (t.locale ?? d(), ls(e))), ds = () => "Heading 2", fs = ((e = {}, t = {}) => (t.locale ?? d(), ds(e))), ps = () => "Heading 3", ms = ((e = {}, t = {}) => (t.locale ?? d(), ps(e))), hs = () => "Quote", gs = ((e = {}, t = {}) => (t.locale ?? d(), hs(e))), _s = () => "Code block", vs = ((e = {}, t = {}) => (t.locale ?? d(), _s(e))), ys = () => "Divider", bs = ((e = {}, t = {}) => (t.locale ?? d(), ys(e))), xs = () => "Undo", Ss = ((e = {}, t = {}) => (t.locale ?? d(), xs(e))), Cs = () => "Redo", ws = ((e = {}, t = {}) => (t.locale ?? d(), Cs(e))), Ts = () => "Highlight", Es = ((e = {}, t = {}) => (t.locale ?? d(), Ts(e))), Ds = () => "Text formatting", Os = ((e = {}, t = {}) => (t.locale ?? d(), Ds(e))), ks = () => "Emoji", As = ((e = {}, t = {}) => (t.locale ?? d(), ks(e))), js = () => "Align", Ms = ((e = {}, t = {}) => (t.locale ?? d(), js(e))), Ns = () => "Align left", Ps = ((e = {}, t = {}) => (t.locale ?? d(), Ns(e))), Fs = () => "Align center", Is = ((e = {}, t = {}) => (t.locale ?? d(), Fs(e))), Ls = () => "Align right", Rs = ((e = {}, t = {}) => (t.locale ?? d(), Ls(e))), zs = () => "Align justify", Bs = ((e = {}, t = {}) => (t.locale ?? d(), zs(e))), Vs = () => "Copy content", Hs = ((e = {}, t = {}) => (t.locale ?? d(), Vs(e))), Us = () => "Copied to clipboard", Ws = ((e = {}, t = {}) => (t.locale ?? d(), Us(e))), Gs = () => "Enter URL:", Ks = ((e = {}, t = {}) => (t.locale ?? d(), Gs(e))), qs = () => "Document content editor", Js = ((e = {}, t = {}) => (t.locale ?? d(), qs(e))), Ys = () => "Write Markdown here...", Xs = ((e = {}, t = {}) => (t.locale ?? d(), Ys(e))), Zs = () => "Raw Markdown editor", Qs = ((e = {}, t = {}) => (t.locale ?? d(), Zs(e))), $s = () => "Version History", ec = ((e = {}, t = {}) => (t.locale ?? d(), $s(e))), tc = () => "Current version", nc = ((e = {}, t = {}) => (t.locale ?? d(), tc(e))), rc = () => "Restore this version", ic = ((e = {}, t = {}) => (t.locale ?? d(), rc(e))), ac = () => "Restore", oc = ((e = {}, t = {}) => (t.locale ?? d(), ac(e))), sc = () => "Restore this version? Current content will be saved as a new version.", cc = ((e = {}, t = {}) => (t.locale ?? d(), sc(e))), lc = () => "Create snapshot", uc = ((e = {}, t = {}) => (t.locale ?? d(), lc(e))), dc = () => "Snapshot label", fc = ((e = {}, t = {}) => (t.locale ?? d(), dc(e))), pc = () => "Description (optional)", mc = ((e = {}, t = {}) => (t.locale ?? d(), pc(e))), hc = () => "e.g. Pre-release draft", gc = ((e = {}, t = {}) => (t.locale ?? d(), hc(e))), _c = () => "Notes about what this snapshot captures", vc = ((e = {}, t = {}) => (t.locale ?? d(), _c(e))), yc = () => "Create snapshot", bc = ((e = {}, t = {}) => (t.locale ?? d(), yc(e))), xc = () => "Creating snapshot...", Sc = ((e = {}, t = {}) => (t.locale ?? d(), xc(e))), Cc = () => "Snapshot created", wc = ((e = {}, t = {}) => (t.locale ?? d(), Cc(e))), Tc = () => "Create snapshot", Ec = ((e = {}, t = {}) => (t.locale ?? d(), Tc(e))), Dc = () => "Save the current document state as a named snapshot you can restore later.", Oc = ((e = {}, t = {}) => (t.locale ?? d(), Dc(e))), kc = () => "All", Ac = ((e = {}, t = {}) => (t.locale ?? d(), kc(e))), jc = () => "Snapshots only", Mc = ((e = {}, t = {}) => (t.locale ?? d(), jc(e))), Nc = () => "Snapshot", Pc = ((e = {}, t = {}) => (t.locale ?? d(), Nc(e))), Fc = () => "Restored from v", Ic = ((e = {}, t = {}) => (t.locale ?? d(), Fc(e))), Lc = () => "Restoring...", Rc = ((e = {}, t = {}) => (t.locale ?? d(), Lc(e))), zc = () => "Version restored", Bc = ((e = {}, t = {}) => (t.locale ?? d(), zc(e))), Vc = () => "Restore failed", Hc = ((e = {}, t = {}) => (t.locale ?? d(), Vc(e))), Uc = () => "From version", Wc = ((e = {}, t = {}) => (t.locale ?? d(), Uc(e))), Gc = () => "To version", Kc = ((e = {}, t = {}) => (t.locale ?? d(), Gc(e))), qc = (e) => `${e?.added} added, ${e?.removed} removed, ${e?.modified} modified`, Jc = ((e, t = {}) => (t.locale ?? d(), qc(e))), Yc = () => "No differences between these versions.", Xc = ((e = {}, t = {}) => (t.locale ?? d(), Yc(e))), Zc = () => "Inline", Qc = ((e = {}, t = {}) => (t.locale ?? d(), Zc(e))), $c = () => "Side by side", el = ((e = {}, t = {}) => (t.locale ?? d(), $c(e))), tl = () => "Computing diff...", nl = ((e = {}, t = {}) => (t.locale ?? d(), tl(e))), rl = () => "Drop file here or click to upload", il = ((e = {}, t = {}) => (t.locale ?? d(), rl(e))), al = () => "Images, PDFs, docs, and text files", ol = ((e = {}, t = {}) => (t.locale ?? d(), al(e))), sl = (e) => `File too large (${e?.size}). Max 10MB.`, cl = ((e, t = {}) => (t.locale ?? d(), sl(e))), ll = () => "Remove", ul = ((e = {}, t = {}) => (t.locale ?? d(), ll(e))), dl = () => "Welcome back", fl = ((e = {}, t = {}) => (t.locale ?? d(), dl(e))), pl = () => "Enter your credentials to access your documents", ml = ((e = {}, t = {}) => (t.locale ?? d(), pl(e))), hl = () => "Sign in", gl = ((e = {}, t = {}) => (t.locale ?? d(), hl(e))), _l = () => "Signing in...", vl = ((e = {}, t = {}) => (t.locale ?? d(), _l(e))), yl = () => "or", bl = ((e = {}, t = {}) => (t.locale ?? d(), yl(e))), xl = () => "Demo mode - use any email/password to sign in", Sl = ((e = {}, t = {}) => (t.locale ?? d(), xl(e))), Cl = () => "Login - DocsMint", wl = ((e = {}, t = {}) => (t.locale ?? d(), Cl(e))), Tl = () => "Create account", El = ((e = {}, t = {}) => (t.locale ?? d(), Tl(e))), Dl = () => "Get started with DocsMint", Ol = ((e = {}, t = {}) => (t.locale ?? d(), Dl(e))), kl = () => "Creating account...", Al = ((e = {}, t = {}) => (t.locale ?? d(), kl(e))), jl = () => "Register - DocsMint", Ml = ((e = {}, t = {}) => (t.locale ?? d(), jl(e))), Nl = () => "Home", Pl = ((e = {}, t = {}) => (t.locale ?? d(), Nl(e))), Fl = () => "Breadcrumb", Il = ((e = {}, t = {}) => (t.locale ?? d(), Fl(e))), Ll = () => "Saved", Rl = ((e = {}, t = {}) => (t.locale ?? d(), Ll(e))), zl = () => "Saving...", Bl = ((e = {}, t = {}) => (t.locale ?? d(), zl(e))), Vl = () => "Unsaved", Hl = ((e = {}, t = {}) => (t.locale ?? d(), Vl(e))), Ul = () => "Editor mode", Wl = ((e = {}, t = {}) => (t.locale ?? d(), Ul(e))), Gl = () => "WYSIWYG editor", Kl = ((e = {}, t = {}) => (t.locale ?? d(), Gl(e))), ql = () => "WYSIWYG mode", Jl = ((e = {}, t = {}) => (t.locale ?? d(), ql(e))), Yl = () => "Raw Markdown", Xl = ((e = {}, t = {}) => (t.locale ?? d(), Yl(e))), Zl = () => "Markdown mode", Ql = ((e = {}, t = {}) => (t.locale ?? d(), Zl(e))), $l = () => "Share document", eu = ((e = {}, t = {}) => (t.locale ?? d(), $l(e))), tu = () => "More options", nu = ((e = {}, t = {}) => (t.locale ?? d(), tu(e))), ru = () => "Export as .md", iu = ((e = {}, t = {}) => (t.locale ?? d(), ru(e))), au = () => "Copy link", ou = ((e = {}, t = {}) => (t.locale ?? d(), au(e))), su = () => "Copy content", cu = ((e = {}, t = {}) => (t.locale ?? d(), su(e))), lu = () => "Dismiss error", uu = ((e = {}, t = {}) => (t.locale ?? d(), lu(e))), du = () => "Delete this document? This cannot be undone.", fu = ((e = {}, t = {}) => (t.locale ?? d(), du(e))), pu = () => "Failed to save content", mu = ((e = {}, t = {}) => (t.locale ?? d(), pu(e))), hu = () => "Failed to save title", gu = ((e = {}, t = {}) => (t.locale ?? d(), hu(e))), _u = () => "Failed to delete document", vu = ((e = {}, t = {}) => (t.locale ?? d(), _u(e))), yu = (e) => `${e?.title} - DocsMint`, bu = ((e, t = {}) => (t.locale ?? d(), yu(e))), xu = () => "Failed to load tags", Su = ((e = {}, t = {}) => (t.locale ?? d(), xu(e))), Cu = () => "Failed to add tag", wu = ((e = {}, t = {}) => (t.locale ?? d(), Cu(e))), Tu = () => "Failed to remove tag", Eu = ((e = {}, t = {}) => (t.locale ?? d(), Tu(e))), Du = () => "Add tag", Ou = ((e = {}, t = {}) => (t.locale ?? d(), Du(e))), ku = () => "Remove tag", Au = ((e = {}, t = {}) => (t.locale ?? d(), ku(e))), ju = () => "No tags available", Mu = ((e = {}, t = {}) => (t.locale ?? d(), ju(e))), Nu = () => "Tag menu", Pu = ((e = {}, t = {}) => (t.locale ?? d(), Nu(e))), Fu = () => "Click to rename", Iu = ((e = {}, t = {}) => (t.locale ?? d(), Fu(e))), Lu = () => "New Subfolder", Ru = ((e = {}, t = {}) => (t.locale ?? d(), Lu(e))), zu = () => "This folder is empty", Bu = ((e = {}, t = {}) => (t.locale ?? d(), zu(e))), Vu = () => "Create a document or subfolder to get started", Hu = ((e = {}, t = {}) => (t.locale ?? d(), Vu(e))), Uu = (e) => `${e?.name} - DocsMint`, Wu = ((e, t = {}) => (t.locale ?? d(), Uu(e))), Gu = () => "Name", Ku = ((e = {}, t = {}) => (t.locale ?? d(), Gu(e))), qu = () => "Date modified", Ju = ((e = {}, t = {}) => (t.locale ?? d(), qu(e))), Yu = () => "Date created", Xu = ((e = {}, t = {}) => (t.locale ?? d(), Yu(e))), Zu = () => "Shared Content - DocsMint", Qu = ((e = {}, t = {}) => (t.locale ?? d(), Zu(e))), $u = () => "Failed to load shared content", ed = ((e = {}, t = {}) => (t.locale ?? d(), $u(e))), td = () => "Network error", nd = ((e = {}, t = {}) => (t.locale ?? d(), td(e))), rd = () => "Go to homepage", id = ((e = {}, t = {}) => (t.locale ?? d(), rd(e))), ad = () => "Enter password", od = ((e = {}, t = {}) => (t.locale ?? d(), ad(e))), sd = () => "Access content", cd = ((e = {}, t = {}) => (t.locale ?? d(), sd(e))), ld = () => "Incorrect password. Please try again.", ud = ((e = {}, t = {}) => (t.locale ?? d(), ld(e))), dd = () => "Missing share token", fd = ((e = {}, t = {}) => (t.locale ?? d(), dd(e))), pd = () => "Shared via DocsMint", md = ((e = {}, t = {}) => (t.locale ?? d(), pd(e))), hd = () => "Copied", gd = ((e = {}, t = {}) => (t.locale ?? d(), hd(e))), _d = () => "Empty document", vd = ((e = {}, t = {}) => (t.locale ?? d(), _d(e))), yd = () => "This folder is empty", bd = ((e = {}, t = {}) => (t.locale ?? d(), yd(e))), xd = () => "Settings - DocsMint", Sd = ((e = {}, t = {}) => (t.locale ?? d(), xd(e))), Cd = () => "Embedding", wd = ((e = {}, t = {}) => (t.locale ?? d(), Cd(e))), Td = () => "Danger", Ed = ((e = {}, t = {}) => (t.locale ?? d(), Td(e))), Dd = () => "Saving...", Od = ((e = {}, t = {}) => (t.locale ?? d(), Dd(e))), kd = () => "Saved!", Ad = ((e = {}, t = {}) => (t.locale ?? d(), kd(e))), jd = () => "Embedding Configuration", Md = ((e = {}, t = {}) => (t.locale ?? d(), jd(e))), Nd = () => "Base URL", Pd = ((e = {}, t = {}) => (t.locale ?? d(), Nd(e))), Fd = () => "API Key", Id = ((e = {}, t = {}) => (t.locale ?? d(), Fd(e))), Ld = () => "Model", Rd = ((e = {}, t = {}) => (t.locale ?? d(), Ld(e))), zd = () => "Fallback Provider", Bd = ((e = {}, t = {}) => (t.locale ?? d(), zd(e))), Vd = () => "Fallback Base URL", Hd = ((e = {}, t = {}) => (t.locale ?? d(), Vd(e))), Ud = () => "Fallback API Key", Wd = ((e = {}, t = {}) => (t.locale ?? d(), Ud(e))), Gd = () => "Fallback Model", Kd = ((e = {}, t = {}) => (t.locale ?? d(), Gd(e))), qd = () => "Save config", Jd = ((e = {}, t = {}) => (t.locale ?? d(), qd(e))), Yd = () => "Dark mode", Xd = ((e = {}, t = {}) => (t.locale ?? d(), Yd(e))), Zd = () => "Toggle dark theme", Qd = ((e = {}, t = {}) => (t.locale ?? d(), Zd(e))), $d = () => "Toggle dark mode", ef = ((e = {}, t = {}) => (t.locale ?? d(), $d(e))), tf = () => "Danger Zone", nf = ((e = {}, t = {}) => (t.locale ?? d(), tf(e))), rf = () => "Permanently delete your account and all associated data. This action cannot be undone.", af = ((e = {}, t = {}) => (t.locale ?? d(), rf(e))), of = () => "Are you sure?", sf = ((e = {}, t = {}) => (t.locale ?? d(), of(e))), cf = () => "Yes, delete", lf = ((e = {}, t = {}) => (t.locale ?? d(), cf(e))), uf = () => "Failed to delete account", df = ((e = {}, t = {}) => (t.locale ?? d(), uf(e))), ff = (e) => `Search: ${e?.query}`, pf = ((e, t = {}) => (t.locale ?? d(), ff(e))), mf = () => "Search documents by title, content, or tags...", hf = ((e = {}, t = {}) => (t.locale ?? d(), mf(e))), gf = () => "Clear search", _f = ((e = {}, t = {}) => (t.locale ?? d(), gf(e))), vf = () => "Toggle filters", yf = ((e = {}, t = {}) => (t.locale ?? d(), vf(e))), bf = () => "Close filters", xf = ((e = {}, t = {}) => (t.locale ?? d(), bf(e))), Sf = () => "Clear all filters", Cf = ((e = {}, t = {}) => (t.locale ?? d(), Sf(e))), wf = () => "Folders", Tf = ((e = {}, t = {}) => (t.locale ?? d(), wf(e))), Ef = () => "Date range", Df = ((e = {}, t = {}) => (t.locale ?? d(), Ef(e))), Of = () => "Searching...", kf = ((e = {}, t = {}) => (t.locale ?? d(), Of(e))), Af = () => "Semantic search is still working", jf = ((e = {}, t = {}) => (t.locale ?? d(), Af(e))), Mf = () => "Checking meaning, related concepts, and knowledge graph connections. Results will appear automatically.", Nf = ((e = {}, t = {}) => (t.locale ?? d(), Mf(e))), Pf = (e) => `${e?.count} result for`, Ff = ((e, t = {}) => (t.locale ?? d(), Pf(e))), If = (e) => `${e?.count} results for`, Lf = ((e, t = {}) => (t.locale ?? d(), If(e))), Rf = () => "Search results pages", zf = ((e = {}, t = {}) => (t.locale ?? d(), Rf(e))), Bf = () => "Previous page", Vf = ((e = {}, t = {}) => (t.locale ?? d(), Bf(e))), Hf = () => "Next page", Uf = ((e = {}, t = {}) => (t.locale ?? d(), Hf(e))), Wf = (e) => `Page ${e?.num}`, Gf = ((e, t = {}) => (t.locale ?? d(), Wf(e))), Kf = (e) => `We couldn't find anything matching "${e?.query}".`, qf = ((e, t = {}) => (t.locale ?? d(), Kf(e))), Jf = () => "Try different keywords, check your spelling, or broaden your search.", Yf = ((e = {}, t = {}) => (t.locale ?? d(), Jf(e))), Xf = () => "New search", Zf = ((e = {}, t = {}) => (t.locale ?? d(), Xf(e))), Qf = () => "Try searching for", $f = ((e = {}, t = {}) => (t.locale ?? d(), Qf(e))), ep = () => "Search your knowledge base", tp = ((e = {}, t = {}) => (t.locale ?? d(), ep(e))), np = () => "Find documents by title, content, or tags. Use filters to narrow down results.", rp = ((e = {}, t = {}) => (t.locale ?? d(), np(e))), ip = () => "Popular searches", ap = ((e = {}, t = {}) => (t.locale ?? d(), ip(e))), op = () => "Relevance", sp = ((e = {}, t = {}) => (t.locale ?? d(), op(e))), cp = () => "Date (newest first)", lp = ((e = {}, t = {}) => (t.locale ?? d(), cp(e))), up = () => "Date (oldest first)", dp = ((e = {}, t = {}) => (t.locale ?? d(), up(e))), fp = () => "Name (A-Z)", pp = ((e = {}, t = {}) => (t.locale ?? d(), fp(e))), mp = () => "Name (Z-A)", hp = ((e = {}, t = {}) => (t.locale ?? d(), mp(e))), gp = () => "Filter", _p = ((e = {}, t = {}) => (t.locale ?? d(), gp(e))), vp = () => "Sort results", yp = ((e = {}, t = {}) => (t.locale ?? d(), vp(e))), bp = () => "All", xp = ((e = {}, t = {}) => (t.locale ?? d(), bp(e))), Sp = () => "January", Cp = ((e = {}, t = {}) => (t.locale ?? d(), Sp(e))), wp = () => "February", Tp = ((e = {}, t = {}) => (t.locale ?? d(), wp(e))), Ep = () => "March", Dp = ((e = {}, t = {}) => (t.locale ?? d(), Ep(e))), Op = () => "April", kp = ((e = {}, t = {}) => (t.locale ?? d(), Op(e))), Ap = () => "May", jp = ((e = {}, t = {}) => (t.locale ?? d(), Ap(e))), Mp = () => "June", Np = ((e = {}, t = {}) => (t.locale ?? d(), Mp(e))), Pp = () => "July", Fp = ((e = {}, t = {}) => (t.locale ?? d(), Pp(e))), Ip = () => "August", Lp = ((e = {}, t = {}) => (t.locale ?? d(), Ip(e))), Rp = () => "September", zp = ((e = {}, t = {}) => (t.locale ?? d(), Rp(e))), Bp = () => "October", Vp = ((e = {}, t = {}) => (t.locale ?? d(), Bp(e))), Hp = () => "November", Up = ((e = {}, t = {}) => (t.locale ?? d(), Hp(e))), Wp = () => "December", Gp = ((e = {}, t = {}) => (t.locale ?? d(), Wp(e))), Kp = () => "Mo", qp = ((e = {}, t = {}) => (t.locale ?? d(), Kp(e))), Jp = () => "Tu", Yp = ((e = {}, t = {}) => (t.locale ?? d(), Jp(e))), Xp = () => "We", Zp = ((e = {}, t = {}) => (t.locale ?? d(), Xp(e))), Qp = () => "Th", $p = ((e = {}, t = {}) => (t.locale ?? d(), Qp(e))), em = () => "Fr", tm = ((e = {}, t = {}) => (t.locale ?? d(), em(e))), nm = () => "Sa", rm = ((e = {}, t = {}) => (t.locale ?? d(), nm(e))), im = () => "Su", am = ((e = {}, t = {}) => (t.locale ?? d(), im(e))), om = () => "Select date", sm = ((e = {}, t = {}) => (t.locale ?? d(), om(e))), cm = () => "Clear", lm = ((e = {}, t = {}) => (t.locale ?? d(), cm(e))), um = () => "Choose date", dm = ((e = {}, t = {}) => (t.locale ?? d(), um(e))), fm = () => "Previous month", pm = ((e = {}, t = {}) => (t.locale ?? d(), fm(e))), mm = () => "Next month", hm = ((e = {}, t = {}) => (t.locale ?? d(), mm(e))), gm = () => "Validation error", _m = ((e = {}, t = {}) => (t.locale ?? d(), gm(e))), vm = () => "Too many requests. Please try again later.", ym = ((e = {}, t = {}) => (t.locale ?? d(), vm(e))), bm = () => "Failed to save document", xm = ((e = {}, t = {}) => (t.locale ?? d(), bm(e))), Sm = () => "Failed to load document", Cm = ((e = {}, t = {}) => (t.locale ?? d(), Sm(e))), wm = () => "Search failed", Tm = ((e = {}, t = {}) => (t.locale ?? d(), wm(e))), Em = () => "Table", Dm = ((e = {}, t = {}) => (t.locale ?? d(), Em(e))), Om = () => "Anonymous", km = ((e = {}, t = {}) => (t.locale ?? d(), Om(e))), Am = () => "Saving too quickly. Please wait.", jm = ((e = {}, t = {}) => (t.locale ?? d(), Am(e))), Mm = () => "Yellow", Nm = ((e = {}, t = {}) => (t.locale ?? d(), Mm(e))), Pm = () => "Orange", Fm = ((e = {}, t = {}) => (t.locale ?? d(), Pm(e))), Im = () => "Red", Lm = ((e = {}, t = {}) => (t.locale ?? d(), Im(e))), Rm = () => "Green", zm = ((e = {}, t = {}) => (t.locale ?? d(), Rm(e))), Bm = () => "Blue", Vm = ((e = {}, t = {}) => (t.locale ?? d(), Bm(e))), Hm = () => "Purple", Um = ((e = {}, t = {}) => (t.locale ?? d(), Hm(e))), Wm = () => "Pink", Gm = ((e = {}, t = {}) => (t.locale ?? d(), Wm(e))), Km = () => "Gray", qm = ((e = {}, t = {}) => (t.locale ?? d(), Km(e))), Jm = () => "Copy text", Ym = ((e = {}, t = {}) => (t.locale ?? d(), Jm(e))), Xm = () => "Import", Zm = ((e = {}, t = {}) => (t.locale ?? d(), Xm(e))), Qm = () => "Filter:", $m = ((e = {}, t = {}) => (t.locale ?? d(), Qm(e))), eh = () => "Untitled Document", th = ((e = {}, t = {}) => (t.locale ?? d(), eh(e))), nh = () => "No folder", rh = ((e = {}, t = {}) => (t.locale ?? d(), nh(e))), ih = () => "Move to root", ah = ((e = {}, t = {}) => (t.locale ?? d(), ih(e))), oh = () => "New folder", sh = ((e = {}, t = {}) => (t.locale ?? d(), oh(e))), ch = () => "New folder name", lh = ((e = {}, t = {}) => (t.locale ?? d(), ch(e))), uh = () => "Change folder", dh = ((e = {}, t = {}) => (t.locale ?? d(), uh(e))), fh = () => "New folder name input", ph = ((e = {}, t = {}) => (t.locale ?? d(), fh(e))), mh = () => "Powered by DocsMint", hh = ((e = {}, t = {}) => (t.locale ?? d(), mh(e))), gh = () => "Scroll to top", _h = ((e = {}, t = {}) => (t.locale ?? d(), gh(e))), vh = () => "Custom color", yh = ((e = {}, t = {}) => (t.locale ?? d(), vh(e))), bh = () => "No versions yet.", $ = ((e = {}, t = {}) => (t.locale ?? d(), bh(e))), xh = () => "Toggle switch", Sh = ((e = {}, t = {}) => (t.locale ?? d(), xh(e))), Ch = () => "Categories", wh = ((e = {}, t = {}) => (t.locale ?? d(), Ch(e))), Th = () => "New category", Eh = ((e = {}, t = {}) => (t.locale ?? d(), Th(e))), Dh = () => "New category", Oh = ((e = {}, t = {}) => (t.locale ?? d(), Dh(e))), kh = () => "Rename category", Ah = ((e = {}, t = {}) => (t.locale ?? d(), kh(e))), jh = () => "Category name", Mh = ((e = {}, t = {}) => (t.locale ?? d(), jh(e))), Nh = () => "Failed to load categories", Ph = ((e = {}, t = {}) => (t.locale ?? d(), Nh(e))), Fh = () => "Failed to create category", Ih = ((e = {}, t = {}) => (t.locale ?? d(), Fh(e))), Lh = () => "Failed to update category", Rh = ((e = {}, t = {}) => (t.locale ?? d(), Lh(e))), zh = () => "Failed to delete category", Bh = ((e = {}, t = {}) => (t.locale ?? d(), zh(e))), Vh = () => "Delete category", Hh = ((e = {}, t = {}) => (t.locale ?? d(), Vh(e))), Uh = () => "Delete this category? It will be detached from any folders or documents it is assigned to. This cannot be undone.", Wh = ((e = {}, t = {}) => (t.locale ?? d(), Uh(e))), Gh = () => "Category deleted", Kh = ((e = {}, t = {}) => (t.locale ?? d(), Gh(e))), qh = () => "It was detached from its folders and documents.", Jh = ((e = {}, t = {}) => (t.locale ?? d(), qh(e))), Yh = () => "No categories yet", Xh = ((e = {}, t = {}) => (t.locale ?? d(), Yh(e))), Zh = (e) => `${e?.count} docs`, Qh = ((e, t = {}) => (t.locale ?? d(), Zh(e))), $h = (e) => `${e?.count} folders`, eg = ((e, t = {}) => (t.locale ?? d(), $h(e))), tg = () => "Failed to assign category", ng = ((e = {}, t = {}) => (t.locale ?? d(), tg(e))), rg = () => "Uncategorized", ig = ((e = {}, t = {}) => (t.locale ?? d(), rg(e))), ag = () => "Quick search", og = ((e = {}, t = {}) => (t.locale ?? d(), ag(e))), sg = () => "Search documents and commands...", cg = ((e = {}, t = {}) => (t.locale ?? d(), sg(e))), lg = () => "Type to search documents", ug = ((e = {}, t = {}) => (t.locale ?? d(), lg(e))), dg = () => "No matches", fg = ((e = {}, t = {}) => (t.locale ?? d(), dg(e))), pg = () => "Documents", mg = ((e = {}, t = {}) => (t.locale ?? d(), pg(e))), hg = () => "Commands", gg = ((e = {}, t = {}) => (t.locale ?? d(), hg(e))), _g = () => "New document", vg = ((e = {}, t = {}) => (t.locale ?? d(), _g(e))), yg = () => "Open search page", bg = ((e = {}, t = {}) => (t.locale ?? d(), yg(e))), xg = () => "Open settings", Sg = ((e = {}, t = {}) => (t.locale ?? d(), xg(e))), Cg = () => "Show keyboard shortcuts", wg = ((e = {}, t = {}) => (t.locale ?? d(), Cg(e))), Tg = (e) => `Press ${e?.keys} to open quick search`, Eg = ((e, t = {}) => (t.locale ?? d(), Tg(e))), Dg = () => "Use arrows to navigate, Enter to select", Og = ((e = {}, t = {}) => (t.locale ?? d(), Dg(e))), kg = () => "Quick search dialog", Ag = ((e = {}, t = {}) => (t.locale ?? d(), kg(e))), jg = () => "Keyboard shortcuts", Mg = ((e = {}, t = {}) => (t.locale ?? d(), jg(e))), Ng = (e) => `Press ${e?.keys} anytime to toggle this dialog`, Pg = ((e, t = {}) => (t.locale ?? d(), Ng(e))), Fg = () => "Global", Ig = ((e = {}, t = {}) => (t.locale ?? d(), Fg(e))), Lg = () => "Editor", Rg = ((e = {}, t = {}) => (t.locale ?? d(), Lg(e))), zg = () => "Dialog", Bg = ((e = {}, t = {}) => (t.locale ?? d(), zg(e))), Vg = () => "Lists", Hg = ((e = {}, t = {}) => (t.locale ?? d(), Vg(e))), Ug = () => "Close shortcuts", Wg = ((e = {}, t = {}) => (t.locale ?? d(), Ug(e))), Gg = () => "No shortcuts registered", Kg = ((e = {}, t = {}) => (t.locale ?? d(), Gg(e))), qg = () => "Open quick search", Jg = ((e = {}, t = {}) => (t.locale ?? d(), qg(e))), Yg = () => "Export document", Xg = ((e = {}, t = {}) => (t.locale ?? d(), Yg(e))), Zg = () => "Toggle markdown view", Qg = ((e = {}, t = {}) => (t.locale ?? d(), Zg(e))), $g = () => "Show keyboard shortcuts", e_ = ((e = {}, t = {}) => (t.locale ?? d(), $g(e))), t_ = () => "Close dialog or panel", n_ = ((e = {}, t = {}) => (t.locale ?? d(), t_(e))), r_ = () => "Importing documents", i_ = ((e = {}, t = {}) => (t.locale ?? d(), r_(e))), a_ = (e) => `${e?.done} of ${e?.total} complete`, o_ = ((e, t = {}) => (t.locale ?? d(), a_(e))), s_ = () => "Uploading", c_ = ((e = {}, t = {}) => (t.locale ?? d(), s_(e))), l_ = () => "Processing", u_ = ((e = {}, t = {}) => (t.locale ?? d(), l_(e))), d_ = () => "Done", f_ = ((e = {}, t = {}) => (t.locale ?? d(), d_(e))), p_ = () => "Failed", m_ = ((e = {}, t = {}) => (t.locale ?? d(), p_(e))), h_ = (e) => `${e?.imported} imported, ${e?.failed} failed`, g_ = ((e, t = {}) => (t.locale ?? d(), h_(e))), __ = () => "View all documents", v_ = ((e = {}, t = {}) => (t.locale ?? d(), __(e))), y_ = () => "Close", b_ = ((e = {}, t = {}) => (t.locale ?? d(), y_(e))), x_ = () => "No files selected", S_ = ((e = {}, t = {}) => (t.locale ?? d(), x_(e))), C_ = () => "View import summary", w_ = ((e = {}, t = {}) => (t.locale ?? d(), C_(e))), T_ = () => "Title match boosted", E_ = ((e = {}, t = {}) => (t.locale ?? d(), T_(e))), D_ = () => "Title match", O_ = ((e = {}, t = {}) => (t.locale ?? d(), D_(e))), k_ = /* @__PURE__ */ e({
119
119
  action_back: () => lo,
120
120
  action_cancel: () => Za,
121
121
  action_close: () => ao,
@@ -168,7 +168,7 @@ var he = () => "DocsMint", h = ((e = {}, t = {}) => (t.locale ?? d(), he(e))), g
168
168
  categories_load_error: () => Ph,
169
169
  categories_name_placeholder: () => Mh,
170
170
  categories_new: () => Eh,
171
- categories_title: () => $,
171
+ categories_title: () => wh,
172
172
  categories_update_error: () => Rh,
173
173
  change_password: () => Zi,
174
174
  confirm_password: () => Yi,
@@ -562,7 +562,7 @@ var he = () => "DocsMint", h = ((e = {}, t = {}) => (t.locale ?? d(), he(e))), g
562
562
  time_just_now: () => vo,
563
563
  time_minutes_ago: () => bo,
564
564
  time_weeks_ago: () => Eo,
565
- ui_toggle_switch: () => Ch,
565
+ ui_toggle_switch: () => Sh,
566
566
  version_badge_snapshot: () => Pc,
567
567
  version_create_snapshot: () => uc,
568
568
  version_current: () => nc,
@@ -575,7 +575,7 @@ var he = () => "DocsMint", h = ((e = {}, t = {}) => (t.locale ?? d(), he(e))), g
575
575
  version_diff_stats: () => Jc,
576
576
  version_filter_all: () => Ac,
577
577
  version_filter_snapshots: () => Mc,
578
- version_history_empty: () => xh,
578
+ version_history_empty: () => $,
579
579
  version_history_title: () => ec,
580
580
  version_restore: () => ic,
581
581
  version_restore_confirm: () => cc,
@@ -653,7 +653,7 @@ var he = () => "DocsMint", h = ((e = {}, t = {}) => (t.locale ?? d(), he(e))), g
653
653
  categories_load_error: () => Ph,
654
654
  categories_name_placeholder: () => Mh,
655
655
  categories_new: () => Eh,
656
- categories_title: () => $,
656
+ categories_title: () => wh,
657
657
  categories_update_error: () => Rh,
658
658
  change_password: () => Zi,
659
659
  confirm_password: () => Yi,
@@ -1048,7 +1048,7 @@ var he = () => "DocsMint", h = ((e = {}, t = {}) => (t.locale ?? d(), he(e))), g
1048
1048
  time_just_now: () => vo,
1049
1049
  time_minutes_ago: () => bo,
1050
1050
  time_weeks_ago: () => Eo,
1051
- ui_toggle_switch: () => Ch,
1051
+ ui_toggle_switch: () => Sh,
1052
1052
  version_badge_snapshot: () => Pc,
1053
1053
  version_create_snapshot: () => uc,
1054
1054
  version_current: () => nc,
@@ -1061,7 +1061,7 @@ var he = () => "DocsMint", h = ((e = {}, t = {}) => (t.locale ?? d(), he(e))), g
1061
1061
  version_diff_stats: () => Jc,
1062
1062
  version_filter_all: () => Ac,
1063
1063
  version_filter_snapshots: () => Mc,
1064
- version_history_empty: () => xh,
1064
+ version_history_empty: () => $,
1065
1065
  version_history_title: () => ec,
1066
1066
  version_restore: () => ic,
1067
1067
  version_restore_confirm: () => cc,
@@ -1088,4 +1088,4 @@ var he = () => "DocsMint", h = ((e = {}, t = {}) => (t.locale ?? d(), he(e))), g
1088
1088
  weekday_we: () => Zp
1089
1089
  });
1090
1090
  //#endregion
1091
- export { Up as $, to as $n, Qt as $r, Ec as $t, Gm as A, S as Ai, fs as An, yr as Ar, Df as At, hm as B, Wo as Bn, qn as Br, Wu as Bt, Eh as C, k as Ci, Os as Cn, li as Cr, Uf as Ct, lh as D, T as Di, bs as Dn, kr as Dr, Ff as Dt, hh as E, E as Ei, Ss as En, jr as Er, Lf as Et, Fm as F, _ as Fi, ns as Fn, sr as Fr, _f as Ft, am as G, So as Gn, jn as Gr, cl as Gt, dm as H, Po as Hn, Ln as Hr, uu as Ht, Nm as I, g as Ii, es as In, rr as Ir, hf as It, $p as J, mo as Jn, yn as Jr, Ic as Jt, rm as K, bo as Kn, Dn as Kr, ol as Kt, km as L, h as Li, Qo as Ln, tr as Lr, pf as Lt, Vm as M, b as Mi, cs as Mn, pr as Mr, Cf as Mt, zm as N, y as Ni, os as Nn, dr as Nr, xf as Nt, Zm as O, w as Oi, vs as On, Tr as Or, Nf as Ot, Lm as P, v as Pi, is as Pn, lr as Pr, yf as Pt, Gp as Q, ro as Qn, sn as Qr, Oc as Qt, xm as R, n as Ri, Xo as Rn, $n as Rr, Ad as Rt, Oh as S, A as Si, As as Sn, di as Sr, Gf as St, xh as T, D as Ti, ws as Tn, Nr as Tr, zf as Tt, lm as U, Ao as Un, Fn as Ur, cu as Ut, pm as V, Ho as Vn, Gn as Vr, Su as Vt, sm as W, wo as Wn, Nn as Wr, nu as Wt, Yp as X, lo as Xn, hn as Xr, Mc as Xt, Zp as Y, fo as Yn, _n as Yr, Pc as Yt, qp as Z, ao as Zn, ln as Zr, Ac as Zt, Bh as _, F as _i, Bs as _n, ki as _r, tp as _t, g_ as a, q as ai, fc as an, Na as ar, jp as at, Mh as b, M as bi, Ps as bn, _i as br, Yf as bt, u_ as c, W as ci, oc as cn, la as cr, Tp as ct, i_ as d, V as di, Qs as dn, qi as dr, pp as dt, Q as ei, Sc as en, $a as er, Vp as et, ig as f, B as fi, Xs as fn, Gi as fr, dp as ft, Hh as g, I as gi, Hs as gn, ji as gr, rp as gt, Wh as h, L as hi, Ws as hn, Ni as hr, ap as ht, b_ as i, J as ii, mc as in, Fa as ir, Np as it, Um as j, x as ji, us as jn, _r as jr, Tf as jt, qm as k, C as ki, ms as kn, xr as kr, jf as kt, c_ as l, U as li, ic as ln, Zi as lr, Cp as lt, Kh as m, R as mi, Ks as mn, Li as mr, sp as mt, O_ as n, X as ni, vc as nn, Ya as nr, Lp as nt, m_ as o, K as oi, uc as on, ka as or, kp as ot, Jh as p, z as pi, Js as pn, zi as pr, lp as pt, tm as q, go as qn, Cn as qr, Hc as qt, S_ as r, Y as ri, gc as rn, qa as rr, Fp as rt, f_ as s, G as si, cc as sn, Ca as sr, Dp as st, A_ as t, Z as ti, bc as tn, Za as tr, zp as tt, o_ as u, H as ui, ec as un, Yi as ur, hp as ut, Rh as v, P as vi, Rs as vn, Di as vr, $f as vt, $ as w, O as wi, Es as wn, si as wr, Vf as wt, Ah as x, j as xi, Ms as xn, pi as xr, qf as xt, Ih as y, N as yi, Is as yn, Ti as yr, Zf as yt, _m as z, oe as zi, Ko as zn, Yn as zr, gd as zt };
1091
+ export { Gp as $, ro as $n, sn as $r, Oc as $t, qm as A, C as Ai, ms as An, xr as Ar, jf as At, _m as B, oe as Bi, Ko as Bn, Yn as Br, gd as Bt, Eh as C, A as Ci, As as Cn, di as Cr, Gf as Ct, hh as D, E as Di, Ss as Dn, jr as Dr, Lf as Dt, _h as E, D as Ei, ws as En, Nr as Er, zf as Et, Lm as F, v as Fi, is as Fn, lr as Fr, yf as Ft, sm as G, wo as Gn, Nn as Gr, nu as Gt, pm as H, Ho as Hn, Gn as Hr, Su as Ht, Fm as I, _ as Ii, ns as In, sr as Ir, _f as It, tm as J, go as Jn, Cn as Jr, Hc as Jt, am as K, So as Kn, jn as Kr, cl as Kt, Nm as L, g as Li, es as Ln, rr as Lr, hf as Lt, Um as M, x as Mi, us as Mn, _r as Mr, Tf as Mt, Vm as N, b as Ni, cs as Nn, pr as Nr, Cf as Nt, lh as O, T as Oi, bs as On, kr as Or, Ff as Ot, zm as P, y as Pi, os as Pn, dr as Pr, xf as Pt, qp as Q, ao as Qn, ln as Qr, Ac as Qt, km as R, h as Ri, Qo as Rn, tr as Rr, pf as Rt, Oh as S, j as Si, Ms as Sn, pi as Sr, qf as St, $ as T, O as Ti, Es as Tn, si as Tr, Vf as Tt, dm as U, Po as Un, Ln as Ur, uu as Ut, hm as V, Wo as Vn, qn as Vr, Wu as Vt, lm as W, Ao as Wn, Fn as Wr, cu as Wt, Zp as X, fo as Xn, _n as Xr, Pc as Xt, $p as Y, mo as Yn, yn as Yr, Ic as Yt, Yp as Z, lo as Zn, hn as Zr, Mc as Zt, Bh as _, I as _i, Hs as _n, ji as _r, rp as _t, g_ as a, J as ai, mc as an, Fa as ar, Np as at, Mh as b, N as bi, Is as bn, Ti as br, Zf as bt, u_ as c, G as ci, cc as cn, Ca as cr, Dp as ct, i_ as d, H as di, ec as dn, Yi as dr, hp as dt, Qt as ei, Ec as en, to as er, Up as et, ig as f, V as fi, Qs as fn, qi as fr, pp as ft, Hh as g, L as gi, Ws as gn, Ni as gr, ap as gt, Wh as h, R as hi, Ks as hn, Li as hr, sp as ht, b_ as i, Y as ii, gc as in, qa as ir, Fp as it, Gm as j, S as ji, fs as jn, yr as jr, Df as jt, Zm as k, w as ki, vs as kn, Tr as kr, Nf as kt, c_ as l, W as li, oc as ln, la as lr, Tp as lt, Kh as m, z as mi, Js as mn, zi as mr, lp as mt, O_ as n, Z as ni, bc as nn, Za as nr, zp as nt, m_ as o, q as oi, fc as on, Na as or, jp as ot, Jh as p, B as pi, Xs as pn, Gi as pr, dp as pt, rm as q, bo as qn, Dn as qr, ol as qt, S_ as r, X as ri, vc as rn, Ya as rr, Lp as rt, f_ as s, K as si, uc as sn, ka as sr, kp as st, A_ as t, Q as ti, Sc as tn, $a as tr, Vp as tt, o_ as u, U as ui, ic as un, Zi as ur, Cp as ut, Rh as v, F as vi, Bs as vn, ki as vr, tp as vt, wh as w, k as wi, Os as wn, li as wr, Uf as wt, Ah as x, M as xi, Ps as xn, _i as xr, Yf as xt, Ih as y, P as yi, Rs as yn, Di as yr, $f as yt, xm as z, n as zi, Xo as zn, $n as zr, Ad as zt };