@marimo-team/islands 0.23.15-dev1 → 0.23.15-dev10

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 (30) hide show
  1. package/dist/{chat-ui-DinOvbWu.js → chat-ui-FiwuOgQU.js} +3094 -3094
  2. package/dist/{code-visibility-PV_v9dwf.js → code-visibility-CyTw8jup.js} +171 -171
  3. package/dist/{html-to-image-_wGfk8V-.js → html-to-image-JXL8cvmt.js} +2218 -2205
  4. package/dist/main.js +310 -306
  5. package/dist/{process-output-Mh4UrjwM.js → process-output-CnDIXtM-.js} +1 -1
  6. package/dist/{reveal-component-DVEmgnsr.js → reveal-component-CgdFrza3.js} +2 -2
  7. package/dist/style.css +1 -1
  8. package/package.json +1 -1
  9. package/src/components/chat/__tests__/chat-utils.test.ts +244 -1
  10. package/src/components/chat/__tests__/message-queue.test.tsx +121 -0
  11. package/src/components/chat/chat-panel.tsx +196 -67
  12. package/src/components/chat/chat-utils.ts +111 -2
  13. package/src/components/editor/SortableCell.tsx +6 -2
  14. package/src/components/editor/__tests__/output-persistence.test.tsx +241 -0
  15. package/src/components/editor/cell/cell-context-menu.tsx +7 -0
  16. package/src/components/editor/columns/__tests__/cell-column.test.tsx +105 -0
  17. package/src/components/editor/columns/cell-column.tsx +34 -4
  18. package/src/components/editor/columns/sortable-column.tsx +24 -4
  19. package/src/components/editor/notebook-cell.tsx +203 -106
  20. package/src/components/editor/renderers/__tests__/cells-renderer.test.tsx +66 -0
  21. package/src/components/editor/renderers/cell-array.tsx +26 -13
  22. package/src/components/editor/renderers/cells-renderer.tsx +8 -2
  23. package/src/components/editor/renderers/vertical-layout/vertical-layout.tsx +19 -19
  24. package/src/core/cells/__tests__/utils.test.ts +59 -0
  25. package/src/core/cells/utils.ts +51 -0
  26. package/src/css/app/Cell.css +10 -0
  27. package/src/hooks/__tests__/useHotkey.test.tsx +88 -0
  28. package/src/hooks/useHotkey.ts +29 -4
  29. package/src/plugins/impl/matplotlib/__tests__/matplotlib-renderer.test.ts +71 -3
  30. package/src/plugins/impl/matplotlib/matplotlib-renderer.ts +1 -0
@@ -1,6 +1,6 @@
1
1
  import { s as __toESM } from "./chunk-BNovOVIE.js";
2
2
  import { t as require_compiler_runtime } from "./compiler-runtime-CEbnTgxf.js";
3
- import { at as parseHtmlContent, it as ansiToPlainText } from "./html-to-image-_wGfk8V-.js";
3
+ import { at as parseHtmlContent, it as ansiToPlainText } from "./html-to-image-JXL8cvmt.js";
4
4
  import { u as createLucideIcon } from "./dist--2Bqjvs0.js";
5
5
  import { t as Strings } from "./strings-Dq_j3Rxw.js";
6
6
  import { t as require_jsx_runtime } from "./jsx-runtime-DebpN0FN.js";
@@ -6,10 +6,10 @@ import { s as __toESM } from "./chunk-BNovOVIE.js";
6
6
  import { _ as Logger, g as cn, h as Events, l as useEventListener, t as Button } from "./button-BacYv-bE.js";
7
7
  import { t as require_react } from "./react-DA-nE2FX.js";
8
8
  import { t as require_compiler_runtime } from "./compiler-runtime-CEbnTgxf.js";
9
- import { lt as kioskModeAtom, pt as outputIsStale } from "./html-to-image-_wGfk8V-.js";
9
+ import { lt as kioskModeAtom, pt as outputIsStale } from "./html-to-image-JXL8cvmt.js";
10
10
  import "./chunk-5FQGJX7Z-BbqSm5gU.js";
11
11
  import { u as createLucideIcon } from "./dist--2Bqjvs0.js";
12
- import { a as DEFAULT_SLIDE_TYPE, c as Slide, ct as PanelGroup, i as DEFAULT_DECK_TRANSITION, lt as PanelResizeHandle, on as EyeOff, s as SlideSidebar, sn as Expand, st as Panel, t as useNotebookCodeAvailable, un as Code } from "./code-visibility-PV_v9dwf.js";
12
+ import { a as DEFAULT_SLIDE_TYPE, c as Slide, ct as PanelGroup, i as DEFAULT_DECK_TRANSITION, lt as PanelResizeHandle, on as EyeOff, s as SlideSidebar, sn as Expand, st as Panel, t as useNotebookCodeAvailable, un as Code } from "./code-visibility-CyTw8jup.js";
13
13
  import { X as useDebouncedCallback } from "./input-DtsN7xm-.js";
14
14
  import "./toDate-CWNNlFEX.js";
15
15
  import "./react-dom-BTJzcVJ9.js";