@marimo-team/islands 0.18.5-dev168 → 0.18.5-dev171
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-CoheOLQf.js → Combination-33P1MEPK.js} +1 -1
- package/dist/{ConnectedDataExplorerComponent-BhnOd8mV.js → ConnectedDataExplorerComponent-BIfUtj_S.js} +9 -9
- package/dist/{any-language-editor-CO_tO4mX.js → any-language-editor-Bda9cY1_.js} +4 -4
- package/dist/{button-BE_o5IpN.js → button-BlF-78eJ.js} +1 -1
- package/dist/{check-Crt1N6cj.js → check-DDykH_Yi.js} +1 -1
- package/dist/{copy-BmWLlwa6.js → copy-B5nooU3m.js} +2 -2
- package/dist/{error-banner-DyX88bLT.js → error-banner-UH0Nxilf.js} +3 -3
- package/dist/{esm-CiSvoGHk.js → esm-D197NGQX.js} +4 -4
- package/dist/{glide-data-editor-tS-A6Szz.js → glide-data-editor-DWlk0mEY.js} +7 -7
- package/dist/{hotkeys-BUVs9ecz.js → hotkeys-C4e3s3sJ.js} +2 -2
- package/dist/{label-C3TPGdQ0.js → label-oKuiQuiM.js} +4 -4
- package/dist/{loader-Cn9P1Cko.js → loader-DH7xXi-E.js} +1 -1
- package/dist/main.js +113 -61
- package/dist/{mermaid-BAHK5egT.js → mermaid-JA6veDHv.js} +3 -3
- package/dist/{slides-component-oQmowhoJ.js → slides-component-BNbVrOMb.js} +2 -2
- package/dist/{spec-D-_Yj0lh.js → spec-hsYzGr6F.js} +5 -5
- package/dist/style.css +1 -1
- package/dist/{types-CJDsYooe.js → types-DEmfj_i8.js} +6 -6
- package/dist/{useAsyncData-CaouoMw5.js → useAsyncData-BGpae_uu.js} +1 -1
- package/dist/{useDeepCompareMemoize-B01JaKw2.js → useDeepCompareMemoize-D3uOrgqD.js} +5 -5
- package/dist/{useIframeCapabilities-oYhPeWtR.js → useIframeCapabilities-BsIPDupA.js} +1 -1
- package/dist/{useTheme-DLCDAdUO.js → useTheme-DdLjooMf.js} +1 -1
- package/dist/{vega-component-D36WQQq8.js → vega-component-C1FaaACt.js} +8 -8
- package/package.json +1 -1
- package/src/components/editor/actions/useNotebookActions.tsx +1 -1
- package/src/components/editor/chrome/panels/panel-context.tsx +34 -0
- package/src/components/editor/chrome/state.ts +30 -15
- package/src/components/editor/chrome/types.ts +67 -77
- package/src/components/editor/chrome/wrapper/app-chrome.tsx +216 -139
- package/src/components/editor/chrome/wrapper/sidebar.tsx +76 -43
- package/src/components/scratchpad/scratchpad.tsx +17 -4
- package/src/components/ui/reorderable-list.tsx +190 -31
- package/src/core/codemirror/cells/extensions.ts +7 -4
- package/src/core/hotkeys/__tests__/shortcuts.test.ts +61 -4
- package/src/core/hotkeys/shortcuts.ts +34 -2
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { s as __toESM } from "./chunk-BNovOVIE.js";
|
|
2
2
|
import { t as require_react } from "./react-DdA8EBol.js";
|
|
3
3
|
import { t as require_compiler_runtime } from "./compiler-runtime-DHFVbq0b.js";
|
|
4
|
-
import { N as createLucideIcon } from "./Combination-
|
|
5
|
-
import { A as logNever, P as $18f2051aff69b9bf$export$43bb16f9c6d9e3f7, j as upperFirst_default } from "./label-
|
|
6
|
-
import { a as cva, u as cn } from "./button-
|
|
7
|
-
import { s as Logger } from "./hotkeys-
|
|
4
|
+
import { N as createLucideIcon } from "./Combination-33P1MEPK.js";
|
|
5
|
+
import { A as logNever, P as $18f2051aff69b9bf$export$43bb16f9c6d9e3f7, j as upperFirst_default } from "./label-oKuiQuiM.js";
|
|
6
|
+
import { a as cva, u as cn } from "./button-BlF-78eJ.js";
|
|
7
|
+
import { s as Logger } from "./hotkeys-C4e3s3sJ.js";
|
|
8
8
|
import { t as require_jsx_runtime } from "./jsx-runtime-CTBg5pdT.js";
|
|
9
|
-
import { x as atom, y as useSetAtom } from "./useTheme-
|
|
9
|
+
import { x as atom, y as useSetAtom } from "./useTheme-DdLjooMf.js";
|
|
10
10
|
import { t as toString_default } from "./toString-C4TLO6FA.js";
|
|
11
11
|
import { t as _arrayReduce_default } from "./_arrayReduce-BoSa0zEn.js";
|
|
12
12
|
var AlignCenterVertical = createLucideIcon("align-center-vertical", [
|