@marimo-team/islands 0.23.15-dev2 → 0.23.15-dev21

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 (42) hide show
  1. package/dist/{chat-ui-DinOvbWu.js → chat-ui-FiwuOgQU.js} +3094 -3094
  2. package/dist/{code-visibility-B-sydhvS.js → code-visibility-Bqg6aos7.js} +925 -842
  3. package/dist/{html-to-image-_wGfk8V-.js → html-to-image-JXL8cvmt.js} +2218 -2205
  4. package/dist/main.js +1066 -1073
  5. package/dist/{process-output-Mh4UrjwM.js → process-output-CnDIXtM-.js} +1 -1
  6. package/dist/{reveal-component-MK2nUbwt.js → reveal-component-BzkgqXit.js} +614 -602
  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/actions/__tests__/pair-with-agent-commands.test.ts +153 -0
  16. package/src/components/editor/actions/pair-with-agent-commands.ts +109 -0
  17. package/src/components/editor/actions/pair-with-agent-modal.tsx +20 -64
  18. package/src/components/editor/cell/cell-context-menu.tsx +7 -0
  19. package/src/components/editor/chrome/panels/packages-panel.tsx +11 -1
  20. package/src/components/editor/columns/__tests__/cell-column.test.tsx +105 -0
  21. package/src/components/editor/columns/cell-column.tsx +34 -4
  22. package/src/components/editor/columns/sortable-column.tsx +24 -4
  23. package/src/components/editor/notebook-cell.tsx +203 -106
  24. package/src/components/editor/renderers/__tests__/cells-renderer.test.tsx +66 -0
  25. package/src/components/editor/renderers/cell-array.tsx +26 -13
  26. package/src/components/editor/renderers/cells-renderer.tsx +8 -2
  27. package/src/components/editor/renderers/slides-layout/__tests__/plugin.test.ts +29 -0
  28. package/src/components/editor/renderers/slides-layout/types.ts +4 -0
  29. package/src/components/editor/renderers/vertical-layout/vertical-layout.tsx +19 -19
  30. package/src/components/slides/reveal-component.tsx +33 -4
  31. package/src/components/slides/slide-form.tsx +72 -0
  32. package/src/core/cells/__tests__/utils.test.ts +59 -0
  33. package/src/core/cells/utils.ts +51 -0
  34. package/src/css/app/Cell.css +10 -0
  35. package/src/hooks/__tests__/useHotkey.test.tsx +88 -0
  36. package/src/hooks/useHotkey.ts +29 -4
  37. package/src/plugins/impl/anywidget/__tests__/host.test.ts +6 -9
  38. package/src/plugins/impl/anywidget/__tests__/widget-binding.test.ts +22 -61
  39. package/src/plugins/impl/anywidget/model-proxy.ts +0 -13
  40. package/src/plugins/impl/anywidget/widget-binding.ts +4 -34
  41. package/src/plugins/impl/matplotlib/__tests__/matplotlib-renderer.test.ts +71 -3
  42. 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";