@marimo-team/islands 0.23.3-dev71 → 0.23.3-dev8
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/{chat-ui-CTt4WX0V.js → chat-ui-BLFhPclV.js} +2 -2
- package/dist/{html-to-image-BdsDysfl.js → html-to-image-XYwXqg2E.js} +2107 -2107
- package/dist/main.js +6 -6
- package/dist/{process-output-COL2Pf5I.js → process-output-BDVjDpbu.js} +1 -1
- package/dist/{reveal-component-Cd5Y35Ny.js → reveal-component-CrnLosc4.js} +2 -2
- package/dist/{slide-BEerfanN.js → slide-Dl7Rf496.js} +1 -1
- package/package.json +2 -2
- package/src/components/editor/file-tree/__tests__/requesting-tree.test.ts +84 -2
- package/src/components/editor/file-tree/file-explorer.tsx +142 -203
- package/src/components/editor/file-tree/file-name-input.tsx +41 -0
- package/src/components/editor/file-tree/file-operations.tsx +266 -0
- package/src/components/editor/file-tree/requesting-tree.tsx +68 -49
- package/src/components/home/state.ts +13 -1
- package/src/components/pages/home-page.tsx +116 -10
- package/src/core/network/requests-network.ts +0 -3
- package/src/utils/__tests__/path.test.ts +20 -0
- package/src/utils/pathUtils.test.ts +141 -1
- package/src/utils/pathUtils.ts +46 -0
- package/src/utils/paths.ts +9 -1
|
@@ -6,13 +6,13 @@ import { _ as Logger, c as Objects, g as cn, l as useEventListener, t as Button
|
|
|
6
6
|
import { t as require_react } from "./react-DA-nE2FX.js";
|
|
7
7
|
import { t as require_compiler_runtime } from "./compiler-runtime-CEbnTgxf.js";
|
|
8
8
|
import { r as toast } from "./copy-TGGAUEWp.js";
|
|
9
|
-
import { $t as ZodLocalStorage, Bt as allTablesAtom, C as AccordionContent, Cn as Wrench, Ct as createVariableInfoElement, D as ChatBubbleIcon, Dn as LoaderCircle, Et as moveToEndOfEditor, Ft as PluralWord, Ht as getTableType, Jt as singleFacet, Nt as jotaiJsonStorage, P as base64ToDataURL, Pn as CircleX, Pt as variablesAtom, S as Accordion, T as AccordionTrigger, U as cellErrorsAtom, V as renderHTML, Vt as dataSourceConnectionsAtom, Wt as getRequestClient, _ as Boosts, _n as Anchor2, b as AIContextProvider, c as Popover, d as PopoverTrigger, f as isOutputEmpty, gt as displayCellName, h as DatasourceContextProvider, hn as atomWithStorage, in as CellOutputId, kn as Info, n as MarkdownRenderer, q as notebookAtom, s as Spinner, t as toPng, u as PopoverContent, v as Sections, w as AccordionItem, x as AIContextRegistry, y as contextToXml } from "./html-to-image-
|
|
9
|
+
import { $t as ZodLocalStorage, Bt as allTablesAtom, C as AccordionContent, Cn as Wrench, Ct as createVariableInfoElement, D as ChatBubbleIcon, Dn as LoaderCircle, Et as moveToEndOfEditor, Ft as PluralWord, Ht as getTableType, Jt as singleFacet, Nt as jotaiJsonStorage, P as base64ToDataURL, Pn as CircleX, Pt as variablesAtom, S as Accordion, T as AccordionTrigger, U as cellErrorsAtom, V as renderHTML, Vt as dataSourceConnectionsAtom, Wt as getRequestClient, _ as Boosts, _n as Anchor2, b as AIContextProvider, c as Popover, d as PopoverTrigger, f as isOutputEmpty, gt as displayCellName, h as DatasourceContextProvider, hn as atomWithStorage, in as CellOutputId, kn as Info, n as MarkdownRenderer, q as notebookAtom, s as Spinner, t as toPng, u as PopoverContent, v as Sections, w as AccordionItem, x as AIContextRegistry, y as contextToXml } from "./html-to-image-XYwXqg2E.js";
|
|
10
10
|
import "./chunk-5FQGJX7Z-CO1e63h_.js";
|
|
11
11
|
import { u as createLucideIcon } from "./dist-ESg7xyoD.js";
|
|
12
12
|
import { F as X, S as logNever, t as Strings } from "./strings-B_FOH6eV.js";
|
|
13
13
|
import { a as NumberField, b as DropdownMenuTrigger, d as DropdownMenuContent, p as DropdownMenuItem, r as Input, u as DropdownMenu } from "./input-Drx1pguW.js";
|
|
14
14
|
import { g as CircleQuestionMark } from "./toDate-yqOcZ_tY.js";
|
|
15
|
-
import { a as MarimoIncomingMessageEvent, d as Trash2, f as File$1, n as blobToString, t as processOutput, u as deserializeBlob } from "./process-output-
|
|
15
|
+
import { a as MarimoIncomingMessageEvent, d as Trash2, f as File$1, n as blobToString, t as processOutput, u as deserializeBlob } from "./process-output-BDVjDpbu.js";
|
|
16
16
|
import "./react-dom-BWRJ_g_k.js";
|
|
17
17
|
import { t as require_jsx_runtime } from "./jsx-runtime-COBk7ree.js";
|
|
18
18
|
import { B as union, C as any, D as discriminatedUnion, E as custom, H as safeParseAsync, I as record, L as strictObject, M as never, N as number, O as lazy, P as object$1, R as string, S as _null, T as boolean, V as unknown, W as toJSONSchema, b as _enum, k as literal, w as array$1, x as _instanceof } from "./zod-BxdsqRPd.js";
|