@marimo-team/islands 0.23.17-dev33 → 0.23.17-dev35
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-BEb8RZam.js → ConnectedDataExplorerComponent-emE_tsrt.js} +11 -11
- package/dist/{ErrorBoundary-8ZHte0h9.js → ErrorBoundary-o6wEnSCc.js} +2 -2
- package/dist/{any-language-editor-CioNaP-T.js → any-language-editor-Cls8lx9d.js} +4 -4
- package/dist/chat-ui-1-XgwfDv.js +8620 -0
- package/dist/{check-CCvJTB2E.js → check-D-BaEjEh.js} +1 -1
- package/dist/{common-C2Coc2Bh.js → common-mBzwyg_G.js} +18 -18
- package/dist/{copy-D45ZUY3j.js → copy-BkA3t7rJ.js} +1 -1
- package/dist/{dist-DgzzIPS4.js → dist-DarwE0ZO.js} +10 -10
- package/dist/{error-banner-DHfPl1w3.js → error-banner-dmkbm21G.js} +1 -1
- package/dist/{esm-DJsE6wi-.js → esm-CfyRntAe.js} +1 -1
- package/dist/{extends-xQ_2Cylt.js → extends-DzpiytFg.js} +3 -3
- package/dist/{formats-D10vOEsT.js → formats-DcO6TofP.js} +1 -1
- package/dist/{glide-data-editor-FiwJJzrV.js → glide-data-editor-C99Bp4Hk.js} +8 -8
- package/dist/{html-to-image-Bgb6aaXi.js → html-to-image-CgznkzKG.js} +13 -13
- package/dist/{input-DtTqU0xh.js → input-CwPuFkJt.js} +5 -5
- package/dist/{label-5IC840tS.js → label-CzHncDvS.js} +1 -1
- package/dist/main.js +29 -29
- package/dist/{mermaid-BNhC-PrB.js → mermaid-Sy0p3RJY.js} +4 -4
- package/dist/{process-output-D2Oxf11p.js → process-output-DUNqOGZS.js} +3 -3
- package/dist/{reveal-component--Ln8gdbm.js → reveal-component-BKPirLwd.js} +9 -9
- package/dist/{spec-C7rMyZ_8.js → spec-Be9MhFWh.js} +4 -4
- package/dist/{strings-CITcoFNY.js → strings-BUDhKc0s.js} +298 -298
- package/dist/{toDate-kxcuDOWd.js → toDate-eW__SzBR.js} +2 -2
- package/dist/{tooltip-BkSv4x8S.js → tooltip-CkCWlUOf.js} +2 -2
- package/dist/{types-kNUyqkDD.js → types-uENjXsiC.js} +1 -1
- package/dist/{useAsyncData-Uo4VFafD.js → useAsyncData-B8UxSH4O.js} +1 -1
- package/dist/{useDateFormatter-ZCfHadYP.js → useDateFormatter-BeN3fHMH.js} +2 -2
- package/dist/{useDeepCompareMemoize-s3ZvmdK3.js → useDeepCompareMemoize-BnhKck7C.js} +1 -1
- package/dist/{useLifecycle-CLPBATCv.js → useLifecycle-B7J7yvFt.js} +2 -2
- package/dist/{useTheme-CEMsu1Js.js → useTheme-BUY7pfI9.js} +1 -1
- package/dist/{vega-component-DGkcoXu3.js → vega-component-BOeMnvAb.js} +8 -8
- package/dist/{zod-DdNi9290.js → zod-yTHHzJiv.js} +36 -37
- package/package.json +3 -3
- package/src/components/chat/__tests__/chat-abort.test.ts +51 -0
- package/src/components/chat/chat-abort.ts +44 -0
- package/src/components/chat/chat-display.tsx +17 -0
- package/src/components/chat/chat-panel.tsx +85 -37
- package/src/components/chat/chat-utils.ts +1 -1
- package/src/components/editor/ai/add-cell-with-ai.tsx +2 -2
- package/src/components/editor/ai/ai-completion-editor.tsx +2 -2
- package/src/core/ai/constants.ts +7 -0
- package/src/core/ai/staged-cells.ts +3 -0
- package/src/plugins/impl/chat/chat-ui.tsx +51 -3
- package/dist/chat-ui-Cjd9kIcO.js +0 -8369
|
@@ -2,18 +2,18 @@ import { a as __toCommonJS, n as __esmMin, r as __export, s as __toESM, t as __c
|
|
|
2
2
|
import { g as Logger, h as cn, t as Button } from "./button-8aS1QcHr.js";
|
|
3
3
|
import { t as require_react } from "./react-DA-nE2FX.js";
|
|
4
4
|
import { t as require_compiler_runtime } from "./compiler-runtime-CEbnTgxf.js";
|
|
5
|
-
import { u as createLucideIcon } from "./dist-
|
|
6
|
-
import { A as SquareFunction, t as augmentSpecWithData } from "./spec-
|
|
7
|
-
import { a as Type, c as Calendar, i as createReducerAndAtoms, o as ToggleLeft, r as Badge, s as Hash, t as useOnMount } from "./useLifecycle-
|
|
8
|
-
import { a as ListFilter, t as $896ba0a80a8f4d36$export$85fd5fdf27bacc79 } from "./useDateFormatter-
|
|
9
|
-
import { a as SelectGroup, c as SelectSeparator, i as SelectContent, l as SelectTrigger, o as SelectItem, r as Select, s as SelectLabel, t as Strings, u as SelectValue, w as $a916eb452884faea$export$b7a616150fdb9f44 } from "./strings-
|
|
5
|
+
import { u as createLucideIcon } from "./dist-DarwE0ZO.js";
|
|
6
|
+
import { A as SquareFunction, t as augmentSpecWithData } from "./spec-Be9MhFWh.js";
|
|
7
|
+
import { a as Type, c as Calendar, i as createReducerAndAtoms, o as ToggleLeft, r as Badge, s as Hash, t as useOnMount } from "./useLifecycle-B7J7yvFt.js";
|
|
8
|
+
import { a as ListFilter, t as $896ba0a80a8f4d36$export$85fd5fdf27bacc79 } from "./useDateFormatter-BeN3fHMH.js";
|
|
9
|
+
import { a as SelectGroup, c as SelectSeparator, i as SelectContent, l as SelectTrigger, o as SelectItem, r as Select, s as SelectLabel, t as Strings, u as SelectValue, w as $a916eb452884faea$export$b7a616150fdb9f44 } from "./strings-BUDhKc0s.js";
|
|
10
10
|
import "./react-dom-BTJzcVJ9.js";
|
|
11
11
|
import { t as require_jsx_runtime } from "./jsx-runtime-DebpN0FN.js";
|
|
12
|
-
import "./zod-
|
|
13
|
-
import { n as ErrorBanner } from "./error-banner-
|
|
14
|
-
import { t as Label } from "./label-
|
|
15
|
-
import { t as Tooltip } from "./tooltip-
|
|
16
|
-
import { E as createStore, S as useAtomValue, T as atom, b as Provider, n as useTheme } from "./useTheme-
|
|
12
|
+
import "./zod-yTHHzJiv.js";
|
|
13
|
+
import { n as ErrorBanner } from "./error-banner-dmkbm21G.js";
|
|
14
|
+
import { t as Label } from "./label-CzHncDvS.js";
|
|
15
|
+
import { t as Tooltip } from "./tooltip-CkCWlUOf.js";
|
|
16
|
+
import { E as createStore, S as useAtomValue, T as atom, b as Provider, n as useTheme } from "./useTheme-BUY7pfI9.js";
|
|
17
17
|
import { t as invariant } from "./invariant-wRzNXIsJ.js";
|
|
18
18
|
import { t as Objects } from "./objects-De59twF-.js";
|
|
19
19
|
import { V as getContainerWidth } from "./vega-loader.browser-DmpxCJqx.js";
|
|
@@ -21,7 +21,7 @@ import { a as tooltipHandler, n as vegaLoadData } from "./loader-DP2JkPth.js";
|
|
|
21
21
|
import { n as q, r as contains } from "./react-vega-BazDALhI.js";
|
|
22
22
|
import "./defaultLocale-BpsHxBd7.js";
|
|
23
23
|
import "./defaultLocale-DoeErsX2.js";
|
|
24
|
-
import { t as useAsyncData } from "./useAsyncData-
|
|
24
|
+
import { t as useAsyncData } from "./useAsyncData-B8UxSH4O.js";
|
|
25
25
|
var ChartColumnBig = createLucideIcon("chart-column-big", [
|
|
26
26
|
["path", {
|
|
27
27
|
d: "M3 3v16a2 2 0 0 0 2 2h16",
|
|
@@ -2,9 +2,9 @@ import { s as __toESM, t as __commonJSMin } from "./chunk-BNovOVIE.js";
|
|
|
2
2
|
import { t as Button } from "./button-8aS1QcHr.js";
|
|
3
3
|
import { t as require_react } from "./react-DA-nE2FX.js";
|
|
4
4
|
import { t as require_compiler_runtime } from "./compiler-runtime-CEbnTgxf.js";
|
|
5
|
-
import { u as createLucideIcon } from "./dist-
|
|
5
|
+
import { u as createLucideIcon } from "./dist-DarwE0ZO.js";
|
|
6
6
|
import { t as require_jsx_runtime } from "./jsx-runtime-DebpN0FN.js";
|
|
7
|
-
import { i as Constants } from "./useTheme-
|
|
7
|
+
import { i as Constants } from "./useTheme-BUY7pfI9.js";
|
|
8
8
|
var Plus = createLucideIcon("plus", [["path", {
|
|
9
9
|
d: "M5 12h14",
|
|
10
10
|
key: "1ays0h"
|
|
@@ -4,16 +4,16 @@ import { t as require_react } from "./react-DA-nE2FX.js";
|
|
|
4
4
|
import "./compiler-runtime-CEbnTgxf.js";
|
|
5
5
|
import "./react-dom-BTJzcVJ9.js";
|
|
6
6
|
import { t as require_jsx_runtime } from "./jsx-runtime-DebpN0FN.js";
|
|
7
|
-
import "./zod-
|
|
8
|
-
import { n as ErrorBanner } from "./error-banner-
|
|
9
|
-
import { f as CopyClipboardIcon } from "./extends-
|
|
7
|
+
import "./zod-yTHHzJiv.js";
|
|
8
|
+
import { n as ErrorBanner } from "./error-banner-dmkbm21G.js";
|
|
9
|
+
import { f as CopyClipboardIcon } from "./extends-DzpiytFg.js";
|
|
10
10
|
import "./dist-De-GlSAs.js";
|
|
11
11
|
import "./dist-BOMbzyb3.js";
|
|
12
12
|
import "./dist-BTdrwBWP.js";
|
|
13
13
|
import "./dist-4lVIWUT3.js";
|
|
14
14
|
import "./dist-DgjbnqTg.js";
|
|
15
15
|
import "./dist-CRmSjkLP.js";
|
|
16
|
-
import { t as esm_default } from "./esm-
|
|
16
|
+
import { t as esm_default } from "./esm-CfyRntAe.js";
|
|
17
17
|
import "./dist-BP39XM8u.js";
|
|
18
18
|
import "./dist-C18MUWTj.js";
|
|
19
19
|
import "./dist-BwhXBwMd.js";
|