@hachej/boring-workspace 0.1.38 → 0.1.40
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.
- package/dist/{FileTree-D6oUyX8I.js → FileTree-DNIzusWa.js} +1 -1
- package/dist/{MarkdownEditor-DPFwqtbH.js → MarkdownEditor-DhVfKSAq.js} +1 -1
- package/dist/{WorkspaceLoadingState-C-whZTne.js → WorkspaceLoadingState-EratTJfG.js} +1 -1
- package/dist/{WorkspaceProvider-CX_4aV6Z.js → WorkspaceProvider-uuxyAx3i.js} +1148 -1113
- package/dist/app-front.js +2 -2
- package/dist/testing.js +1 -1
- package/dist/workspace.js +5 -5
- package/package.json +4 -4
|
@@ -2,7 +2,7 @@ import { jsx as c, jsxs as z } from "react/jsx-runtime";
|
|
|
2
2
|
import { useRef as D, useEffect as A, useMemo as M, useCallback as w, createContext as S, useContext as $ } from "react";
|
|
3
3
|
import { Tree as E } from "react-arborist";
|
|
4
4
|
import { FolderOpenIcon as J, FolderIcon as K, ChevronRightIcon as U, Loader2Icon as V } from "lucide-react";
|
|
5
|
-
import { L as X } from "./WorkspaceProvider-
|
|
5
|
+
import { L as X } from "./WorkspaceProvider-uuxyAx3i.js";
|
|
6
6
|
import { EmptyState as Y, Input as Z } from "@hachej/boring-ui-kit";
|
|
7
7
|
import { c as N } from "./utils-B6yFEsav.js";
|
|
8
8
|
import { createDragDropManager as y } from "dnd-core";
|
|
@@ -15,7 +15,7 @@ import { TableHeader as gt } from "@tiptap/extension-table-header";
|
|
|
15
15
|
import { TableCell as dt } from "@tiptap/extension-table-cell";
|
|
16
16
|
import ft from "@tiptap/extension-image";
|
|
17
17
|
import { c as S } from "./utils-B6yFEsav.js";
|
|
18
|
-
import { _ as O, aq as V } from "./WorkspaceProvider-
|
|
18
|
+
import { _ as O, aq as V } from "./WorkspaceProvider-uuxyAx3i.js";
|
|
19
19
|
import { uploadFile as mt } from "@hachej/boring-agent/front";
|
|
20
20
|
import pt from "@tiptap/extension-code-block-lowlight";
|
|
21
21
|
import { createLowlight as ht, common as wt } from "lowlight";
|
|
@@ -3,7 +3,7 @@ import { useState as V, useCallback as v, useMemo as Y, useEffect as C, useRef a
|
|
|
3
3
|
import { IconButton as F, LoadingState as xe, ResizeHandle as pe, Button as Ce, Kbd as ke } from "@hachej/boring-ui-kit";
|
|
4
4
|
import { ChevronLeft as ye, MessageSquare as Se, Search as Pe, Plus as _e } from "lucide-react";
|
|
5
5
|
import { c as m } from "./utils-B6yFEsav.js";
|
|
6
|
-
import { al as Ne, a2 as We, ad as Ie, G as Oe, as as de, aG as Be, a7 as ze, aJ as Re, aK as Q, u as Le, ao as Ae } from "./WorkspaceProvider-
|
|
6
|
+
import { al as Ne, a2 as We, ad as Ie, G as Oe, as as de, aG as Be, a7 as ze, aJ as Re, aK as Q, u as Le, ao as Ae } from "./WorkspaceProvider-uuxyAx3i.js";
|
|
7
7
|
function Ue(e, t, r = !0) {
|
|
8
8
|
if (!r || typeof window > "u") return t;
|
|
9
9
|
try {
|