@marimo-team/islands 0.22.4-dev3 → 0.22.4-dev9
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/{ConnectedDataExplorerComponent-DuD8BVl6.js → ConnectedDataExplorerComponent-mLj6D01z.js} +9 -9
- package/dist/{any-language-editor-BHH_pQ6M.js → any-language-editor-BIGc8RUt.js} +3 -3
- package/dist/assets/__vite-browser-external-C4JkHbyY.js +1 -0
- package/dist/assets/{worker-DUYMdbtA.js → worker-D-EdLKct.js} +2 -2
- package/dist/{chat-ui-Cel1kBfc.js → chat-ui-DfR3sT9K.js} +12 -12
- package/dist/{check-CWUkiHmb.js → check-Cex3x9fD.js} +1 -1
- package/dist/{copy-B7781WJ3.js → copy-BRF7ryOP.js} +1 -1
- package/dist/{dist-D_UjpfOY.js → dist-D56NKWim.js} +12 -11
- package/dist/{error-banner-Cjf0RU9I.js → error-banner-DexD-5js.js} +1 -1
- package/dist/{esm-4wmsH2lp.js → esm-BGo_Mcdt.js} +3 -3
- package/dist/{glide-data-editor-BqnvTmDo.js → glide-data-editor-BmyQCm0U.js} +6 -6
- package/dist/{input-CFY9gApZ.js → input-SSWXiS6n.js} +9 -9
- package/dist/{label-DbZGAoCH.js → label-CIR53v8V.js} +24 -24
- package/dist/main.js +95 -80
- package/dist/{mermaid-B2HDLx2g.js → mermaid-B93TKi2g.js} +4 -4
- package/dist/{process-output-DC1TOnIl.js → process-output-BvkX_OeE.js} +2841 -2279
- package/dist/{spec-CD7QaCV-.js → spec-ByDEU1T3.js} +3 -3
- package/dist/style.css +1 -1
- package/dist/{toDate-CUqpEbBS.js → toDate-D1_ZulwM.js} +2 -2
- package/dist/{tooltip-BXEpXV3R.js → tooltip-B5EnNyok.js} +2 -2
- package/dist/{types-D_ntCXg0.js → types-D4-TD_m0.js} +1 -1
- package/dist/{useAsyncData-rN1nzPaS.js → useAsyncData-C9ez7Ilo.js} +1 -1
- package/dist/{useDeepCompareMemoize-Ch-7Rk2x.js → useDeepCompareMemoize-BvvMxigY.js} +2 -2
- package/dist/{useLifecycle-4fA1pHoh.js → useLifecycle-2Vh-WDv6.js} +2 -2
- package/dist/{useTheme-MWfxn4oz.js → useTheme-CxjbgkRc.js} +3 -2
- package/dist/{vega-component-CPhNLfZZ.js → vega-component-Bzzut3-P.js} +7 -7
- package/dist/{zod-C6UGQ3fz.js → zod-D18k8Z52.js} +14 -12
- package/package.json +1 -1
- package/src/components/editor/TracebackModalContainer.tsx +22 -0
- package/src/components/editor/errors/traceback-modal.tsx +87 -0
- package/src/components/editor/output/MarimoErrorOutput.tsx +23 -3
- package/src/components/editor/renderers/vertical-layout/vertical-layout.tsx +16 -2
- package/src/components/ui/toast.tsx +3 -1
- package/src/core/MarimoApp.tsx +2 -0
- package/src/core/cells/__tests__/apply-transaction.test.ts +28 -0
- package/src/core/cells/cells.ts +13 -1
- package/src/core/cells/logs.ts +48 -9
- package/src/core/config/__tests__/config-schema.test.ts +2 -0
- package/src/core/config/config-schema.ts +1 -0
- package/src/core/errors/traceback-atom.ts +9 -0
- package/dist/assets/__vite-browser-external-WSlCcXn_.js +0 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { s as __toESM } from "./chunk-BNovOVIE.js";
|
|
2
2
|
import { t as require_react } from "./react-Bs6Z0kvn.js";
|
|
3
|
-
import {
|
|
4
|
-
import { s as Hash } from "./useLifecycle-
|
|
5
|
-
import { C as logNever, E as $18f2051aff69b9bf$export$43bb16f9c6d9e3f7 } from "./label-
|
|
3
|
+
import { u as createLucideIcon } from "./dist-D56NKWim.js";
|
|
4
|
+
import { s as Hash } from "./useLifecycle-2Vh-WDv6.js";
|
|
5
|
+
import { C as logNever, E as $18f2051aff69b9bf$export$43bb16f9c6d9e3f7 } from "./label-CIR53v8V.js";
|
|
6
6
|
var AlignCenterVertical = createLucideIcon("align-center-vertical", [
|
|
7
7
|
["path", {
|
|
8
8
|
d: "M12 2v20",
|