@marimo-team/islands 0.17.8 → 0.18.0
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/{Combination-BH_L276x.js → Combination-D68fi0fY.js} +22 -21
- package/dist/{ConnectedDataExplorerComponent-WbiFXhKG.js → ConnectedDataExplorerComponent-BUgUSo2B.js} +7 -7
- package/dist/{any-language-editor-YPQMljy9.js → any-language-editor-BS-Z5AY5.js} +3 -3
- package/dist/assets/__vite-browser-external-CSegkGa0.js +1 -0
- package/dist/assets/{worker-BrDpRi2I.js → worker-CiT2i-Vo.js} +2 -2
- package/dist/{error-banner-BqE1uF21.js → error-banner-CPLhCPHA.js} +24 -24
- package/dist/{esm-hR1r0nyt.js → esm-DxgKy8Wv.js} +1 -1
- package/dist/{formats-dvT8nDgH.js → formats-oddMfm9_.js} +27 -7
- package/dist/{glide-data-editor-B26PhZvE.js → glide-data-editor-BFv4VQnc.js} +4 -4
- package/dist/{label-D3LNCORf.js → label-Dsm6T1fr.js} +72 -72
- package/dist/main.js +359 -250
- package/dist/{mermaid-Dl3ywmV2.js → mermaid-BeGlg1JH.js} +2 -2
- package/dist/{react-vega-ypEMYp9o.js → react-vega-DDXWt_PN.js} +852 -1544
- package/dist/{react-vega-BIDT9Ttp.js → react-vega-DV2IwPx_.js} +1 -1
- package/dist/{spec-qDDGe5hl.js → spec-BotzCMo3.js} +2 -2
- package/dist/style.css +1 -1
- package/dist/{types-2eTEqSwS.js → types-IRrkdH-H.js} +14 -14
- package/dist/{useAsyncData-6gisQ4pR.js → useAsyncData-CsSW6_Zh.js} +1 -1
- package/dist/{useTheme-B-2frT0L.js → useTheme-D56Xlrez.js} +1 -0
- package/dist/{vega-component-C-bCSv1b.js → vega-component-CLjz4see.js} +6 -6
- package/package.json +2 -2
- package/src/components/chat/chat-panel.tsx +6 -2
- package/src/components/data-table/TableActions.tsx +18 -14
- package/src/components/data-table/data-table.tsx +3 -0
- package/src/components/editor/chrome/panels/packages-panel.tsx +3 -1
- package/src/components/editor/file-tree/__tests__/file-expolorer.test.ts +178 -0
- package/src/components/editor/file-tree/file-explorer.tsx +70 -1
- package/src/components/pages/home-page.tsx +8 -3
- package/src/core/ai/tools/__tests__/registry.test.ts +6 -2
- package/src/core/ai/tools/registry.ts +5 -2
- package/src/core/cells/__tests__/session.test.ts +0 -9
- package/src/core/cells/session.ts +0 -1
- package/src/core/codemirror/copilot/client.ts +21 -1
- package/src/core/codemirror/copilot/copilot-config.tsx +29 -1
- package/src/core/config/__tests__/config-schema.test.ts +2 -0
- package/src/core/config/config-schema.ts +1 -0
- package/src/core/packages/__tests__/package-input-utils.test.ts +93 -0
- package/src/core/packages/package-input-utils.ts +36 -0
- package/src/css/md.css +5 -0
- package/src/plugins/core/__test__/sanitize.test.ts +1 -1
- package/src/plugins/core/sanitize.ts +3 -1
- package/src/plugins/impl/DataTablePlugin.tsx +10 -1
- package/src/plugins/impl/chat/ChatPlugin.tsx +1 -0
- package/src/plugins/impl/chat/chat-ui.tsx +140 -10
- package/src/plugins/impl/data-frames/DataFramePlugin.tsx +1 -0
- package/src/plugins/layout/NavigationMenuPlugin.tsx +14 -3
- package/src/plugins/layout/ProgressPlugin.tsx +8 -5
- package/src/plugins/layout/StatPlugin.tsx +11 -4
- package/src/plugins/layout/__test__/ProgressPlugin.test.ts +37 -21
- package/src/utils/__tests__/urls.test.ts +165 -1
- package/src/utils/urls.ts +120 -0
- package/src/utils/vitals.ts +1 -1
- package/dist/assets/__vite-browser-external-BTNiCQ6O.js +0 -1
|
@@ -4,7 +4,7 @@ import { t as require_compiler_runtime } from "./compiler-runtime-DTozApu4.js";
|
|
|
4
4
|
import { s as Logger } from "./hotkeys-C3KM59Ph.js";
|
|
5
5
|
import { t as require_jsx_runtime } from "./jsx-runtime-Duz3IlLt.js";
|
|
6
6
|
import "./purify.es-DaeeWvOb.js";
|
|
7
|
-
import { t as useTheme } from "./useTheme-
|
|
7
|
+
import { t as useTheme } from "./useTheme-D56Xlrez.js";
|
|
8
8
|
import "./isArrayLikeObject-LulrZoeO.js";
|
|
9
9
|
import "./_getTag-CiDAUXoX.js";
|
|
10
10
|
import "./_baseIsEqual-4D-52PBr.js";
|
|
@@ -14,7 +14,7 @@ import "./isEmpty-CBeYyN_D.js";
|
|
|
14
14
|
import "./zod-AnT9BweX.js";
|
|
15
15
|
import "./invariant-BEpJUgj9.js";
|
|
16
16
|
import "./marked.esm-CqJtK50L.js";
|
|
17
|
-
import { t as useAsyncData } from "./useAsyncData-
|
|
17
|
+
import { t as useAsyncData } from "./useAsyncData-CsSW6_Zh.js";
|
|
18
18
|
import "./path-B-wCTTNY.js";
|
|
19
19
|
import "./math-B9kWnSVt.js";
|
|
20
20
|
import "./array-lX94FrxB.js";
|