@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.
Files changed (44) hide show
  1. package/dist/{ConnectedDataExplorerComponent-BEb8RZam.js → ConnectedDataExplorerComponent-emE_tsrt.js} +11 -11
  2. package/dist/{ErrorBoundary-8ZHte0h9.js → ErrorBoundary-o6wEnSCc.js} +2 -2
  3. package/dist/{any-language-editor-CioNaP-T.js → any-language-editor-Cls8lx9d.js} +4 -4
  4. package/dist/chat-ui-1-XgwfDv.js +8620 -0
  5. package/dist/{check-CCvJTB2E.js → check-D-BaEjEh.js} +1 -1
  6. package/dist/{common-C2Coc2Bh.js → common-Czr-rNF3.js} +18 -18
  7. package/dist/{copy-D45ZUY3j.js → copy-BkA3t7rJ.js} +1 -1
  8. package/dist/{dist-DgzzIPS4.js → dist-DarwE0ZO.js} +10 -10
  9. package/dist/{error-banner-DHfPl1w3.js → error-banner-dmkbm21G.js} +1 -1
  10. package/dist/{esm-DJsE6wi-.js → esm-CfyRntAe.js} +1 -1
  11. package/dist/{extends-xQ_2Cylt.js → extends-DzpiytFg.js} +3 -3
  12. package/dist/{formats-D10vOEsT.js → formats-DcO6TofP.js} +1 -1
  13. package/dist/{glide-data-editor-FiwJJzrV.js → glide-data-editor-C99Bp4Hk.js} +8 -8
  14. package/dist/{html-to-image-Bgb6aaXi.js → html-to-image-CgznkzKG.js} +13 -13
  15. package/dist/{input-DtTqU0xh.js → input-CwPuFkJt.js} +5 -5
  16. package/dist/{label-5IC840tS.js → label-CzHncDvS.js} +1 -1
  17. package/dist/main.js +29 -29
  18. package/dist/{mermaid-BNhC-PrB.js → mermaid-Sy0p3RJY.js} +4 -4
  19. package/dist/{process-output-D2Oxf11p.js → process-output-DUNqOGZS.js} +3 -3
  20. package/dist/{reveal-component--Ln8gdbm.js → reveal-component-CZ2AHfVt.js} +9 -9
  21. package/dist/{spec-C7rMyZ_8.js → spec-Be9MhFWh.js} +4 -4
  22. package/dist/{strings-CITcoFNY.js → strings-BUDhKc0s.js} +298 -298
  23. package/dist/{toDate-kxcuDOWd.js → toDate-eW__SzBR.js} +2 -2
  24. package/dist/{tooltip-BkSv4x8S.js → tooltip-CkCWlUOf.js} +2 -2
  25. package/dist/{types-kNUyqkDD.js → types-uENjXsiC.js} +1 -1
  26. package/dist/{useAsyncData-Uo4VFafD.js → useAsyncData-B8UxSH4O.js} +1 -1
  27. package/dist/{useDateFormatter-ZCfHadYP.js → useDateFormatter-BeN3fHMH.js} +2 -2
  28. package/dist/{useDeepCompareMemoize-s3ZvmdK3.js → useDeepCompareMemoize-BnhKck7C.js} +1 -1
  29. package/dist/{useLifecycle-CLPBATCv.js → useLifecycle-B7J7yvFt.js} +2 -2
  30. package/dist/{useTheme-CEMsu1Js.js → useTheme-BUY7pfI9.js} +1 -1
  31. package/dist/{vega-component-DGkcoXu3.js → vega-component-BOeMnvAb.js} +8 -8
  32. package/dist/{zod-DdNi9290.js → zod-yTHHzJiv.js} +36 -37
  33. package/package.json +3 -3
  34. package/src/components/chat/__tests__/chat-abort.test.ts +51 -0
  35. package/src/components/chat/chat-abort.ts +44 -0
  36. package/src/components/chat/chat-display.tsx +17 -0
  37. package/src/components/chat/chat-panel.tsx +85 -37
  38. package/src/components/chat/chat-utils.ts +1 -1
  39. package/src/components/editor/ai/add-cell-with-ai.tsx +2 -2
  40. package/src/components/editor/ai/ai-completion-editor.tsx +2 -2
  41. package/src/core/ai/constants.ts +7 -0
  42. package/src/core/ai/staged-cells.ts +3 -0
  43. package/src/plugins/impl/chat/chat-ui.tsx +51 -3
  44. package/dist/chat-ui-Cjd9kIcO.js +0 -8369
@@ -1,7 +1,7 @@
1
- import { u as createLucideIcon } from "./dist-DgzzIPS4.js";
2
- import { s as Hash } from "./useLifecycle-CLPBATCv.js";
3
- import { i as Table, o as ChartPie } from "./useDateFormatter-ZCfHadYP.js";
4
- import { C as logNever } from "./strings-CITcoFNY.js";
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",