@marimo-team/islands 0.23.17-dev33 → 0.23.17-dev34
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-Czr-rNF3.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-CZ2AHfVt.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
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { u as createLucideIcon } from "./dist-
|
|
2
|
-
import { s as Hash } from "./useLifecycle-
|
|
3
|
-
import { i as Table, o as ChartPie } from "./useDateFormatter-
|
|
4
|
-
import { C as logNever } from "./strings-
|
|
1
|
+
import { u as createLucideIcon } from "./dist-DarwE0ZO.js";
|
|
2
|
+
import { s as Hash } from "./useLifecycle-B7J7yvFt.js";
|
|
3
|
+
import { i as Table, o as ChartPie } from "./useDateFormatter-BeN3fHMH.js";
|
|
4
|
+
import { C as logNever } from "./strings-BUDhKc0s.js";
|
|
5
5
|
var AlignCenterVertical = createLucideIcon("align-center-vertical", [
|
|
6
6
|
["path", {
|
|
7
7
|
d: "M12 2v20",
|