@hachej/boring-workspace 0.1.48 → 0.1.49
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-CoZWkHqn.js → FileTree-GeEPOsUU.js} +1 -1
- package/dist/{MarkdownEditor-DOZy49fg.js → MarkdownEditor-PL9esiiq.js} +1 -1
- package/dist/{WorkspaceLoadingState-CjXix_Fa.js → WorkspaceLoadingState-Bi_qd29T.js} +1 -1
- package/dist/{WorkspaceProvider-CRd7lb76.js → WorkspaceProvider-CbvaXxgT.js} +1781 -1780
- package/dist/app-front.d.ts +1 -0
- package/dist/app-front.js +226 -225
- package/dist/testing.js +1 -1
- package/dist/workspace.d.ts +2 -1
- package/dist/workspace.js +5 -5
- package/package.json +4 -4
|
@@ -2,7 +2,7 @@ import { jsx as d, jsxs as y } from "react/jsx-runtime";
|
|
|
2
2
|
import { useRef as C, useMemo as I, useEffect as M, useCallback as k, createContext as E, useContext as J } from "react";
|
|
3
3
|
import { Tree as K } from "react-arborist";
|
|
4
4
|
import { FolderOpenIcon as U, FolderIcon as V, ChevronRightIcon as X, Loader2Icon as Y } from "lucide-react";
|
|
5
|
-
import { L as Z } from "./WorkspaceProvider-
|
|
5
|
+
import { L as Z } from "./WorkspaceProvider-CbvaXxgT.js";
|
|
6
6
|
import { EmptyState as G, Input as H } from "@hachej/boring-ui-kit";
|
|
7
7
|
import { c as g } from "./utils-B6yFEsav.js";
|
|
8
8
|
import { createDragDropManager as Q } from "dnd-core";
|
|
@@ -15,7 +15,7 @@ import { TableHeader as pt } from "@tiptap/extension-table-header";
|
|
|
15
15
|
import { TableCell as mt } from "@tiptap/extension-table-cell";
|
|
16
16
|
import ht from "@tiptap/extension-image";
|
|
17
17
|
import { c as E } from "./utils-B6yFEsav.js";
|
|
18
|
-
import { _ as O, aq as V, p as wt } from "./WorkspaceProvider-
|
|
18
|
+
import { _ as O, aq as V, p as wt } from "./WorkspaceProvider-CbvaXxgT.js";
|
|
19
19
|
import { uploadFile as kt } from "@hachej/boring-agent/front";
|
|
20
20
|
import bt from "@tiptap/extension-code-block-lowlight";
|
|
21
21
|
import { createLowlight as vt, common as It } from "lowlight";
|
|
@@ -3,7 +3,7 @@ import { useState as V, useCallback as v, useMemo as Y, useEffect as k, useRef a
|
|
|
3
3
|
import { IconButton as F, LoadingState as xe, ResizeHandle as pe, Button as ke, Kbd as Ce } 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, aE 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, aE as Be, a7 as ze, aJ as Re, aK as Q, u as Le, ao as Ae } from "./WorkspaceProvider-CbvaXxgT.js";
|
|
7
7
|
function Ue(e, t, r = !0) {
|
|
8
8
|
if (!r || typeof window > "u") return t;
|
|
9
9
|
try {
|