@marimo-team/islands 0.23.12-dev5 → 0.23.12-dev7

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 (46) hide show
  1. package/dist/{chat-ui-BElU7iES.js → chat-ui-BEOvjkmJ.js} +2 -2
  2. package/dist/{code-visibility-C4oGgzI1.js → code-visibility-43gCeXKe.js} +12 -12
  3. package/dist/{formats-CGj29bgR.js → formats-d6MhLuQ9.js} +1 -1
  4. package/dist/{html-to-image-Pd4oj3-L.js → html-to-image-Di0mtt6O.js} +58 -58
  5. package/dist/main.js +1214 -1201
  6. package/dist/{process-output-nrhrehth.js → process-output-BLd4KuwX.js} +1 -1
  7. package/dist/{reveal-component-BnYITWzo.js → reveal-component-BQHpjptH.js} +3 -3
  8. package/dist/style.css +2 -2
  9. package/dist/{vega-component-CKPImOhx.js → vega-component-Pk6lyc_a.js} +1 -1
  10. package/package.json +3 -3
  11. package/src/components/ai/display-helpers.tsx +5 -5
  12. package/src/components/app-config/ai-config.tsx +5 -5
  13. package/src/components/app-config/mcp-config.tsx +3 -3
  14. package/src/components/chat/acp/agent-panel.tsx +3 -3
  15. package/src/components/chat/acp/blocks.tsx +36 -38
  16. package/src/components/chat/acp/common.tsx +12 -16
  17. package/src/components/chat/acp/scroll-to-bottom-button.tsx +1 -1
  18. package/src/components/chat/acp/session-tabs.tsx +2 -2
  19. package/src/components/chat/chat-history-popover.tsx +1 -1
  20. package/src/components/data-table/columns.tsx +2 -2
  21. package/src/components/data-table/filter-pill-editor.tsx +1 -1
  22. package/src/components/dependency-graph/minimap-content.tsx +1 -1
  23. package/src/components/editor/RecoveryButton.tsx +1 -1
  24. package/src/components/editor/actions/pair-with-agent-modal.tsx +2 -2
  25. package/src/components/editor/ai/ai-completion-editor.tsx +1 -1
  26. package/src/components/editor/cell/CreateCellButton.tsx +1 -1
  27. package/src/components/editor/chrome/panels/empty-state.tsx +1 -1
  28. package/src/components/editor/chrome/panels/outline/floating-outline.tsx +1 -1
  29. package/src/components/editor/chrome/wrapper/pending-ai-cells.tsx +1 -1
  30. package/src/components/editor/columns/cell-column.tsx +1 -1
  31. package/src/components/editor/columns/sortable-column.tsx +2 -2
  32. package/src/components/editor/output/MarimoErrorOutput.tsx +1 -1
  33. package/src/components/editor/output/TextOutput.tsx +2 -2
  34. package/src/components/slides/minimap.tsx +2 -2
  35. package/src/components/slides/reveal-component.tsx +1 -1
  36. package/src/components/ui/alert.tsx +1 -1
  37. package/src/components/ui/command.tsx +2 -2
  38. package/src/components/ui/reorderable-list.tsx +1 -1
  39. package/src/components/ui/table.tsx +2 -5
  40. package/src/core/codemirror/language/languages/sql/renderers.tsx +60 -68
  41. package/src/plugins/impl/MatrixPlugin.tsx +2 -2
  42. package/src/plugins/impl/TabsPlugin.tsx +1 -1
  43. package/src/plugins/impl/matplotlib/matplotlib-renderer.ts +1 -1
  44. package/src/plugins/impl/mpl-interactive/MplInteractivePlugin.tsx +155 -98
  45. package/src/plugins/impl/mpl-interactive/__tests__/MplInteractivePlugin.test.tsx +154 -1
  46. package/src/plugins/impl/mpl-interactive/mpl-websocket-shim.ts +10 -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-Pd4oj3-L.js";
3
+ import { at as parseHtmlContent, it as ansiToPlainText } from "./html-to-image-Di0mtt6O.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 } from "./html-to-image-Pd4oj3-L.js";
9
+ import { lt as kioskModeAtom } from "./html-to-image-Di0mtt6O.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 PanelResizeHandle, i as DEFAULT_DECK_TRANSITION, in as Expand, ot as Panel, rn as EyeOff, s as SlideSidebar, sn as Code, st as PanelGroup, t as useNotebookCodeAvailable } from "./code-visibility-C4oGgzI1.js";
12
+ import { a as DEFAULT_SLIDE_TYPE, c as Slide, ct as PanelResizeHandle, i as DEFAULT_DECK_TRANSITION, in as Expand, ot as Panel, rn as EyeOff, s as SlideSidebar, sn as Code, st as PanelGroup, t as useNotebookCodeAvailable } from "./code-visibility-43gCeXKe.js";
13
13
  import { X as useDebouncedCallback } from "./input-CbEz_aj_.js";
14
14
  import "./toDate-D-l5s8nn.js";
15
15
  import "./react-dom-BTJzcVJ9.js";
@@ -7419,7 +7419,7 @@ var ParkedPreviewContent = (e5) => {
7419
7419
  children: [
7420
7420
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)(b, {
7421
7421
  deckRef: bo,
7422
- className: "aspect-video w-full overflow-hidden border rounded bg-background mo-slides-theme prose-slides focus:outline-none focus-visible:outline-none",
7422
+ className: "aspect-video w-full overflow-hidden border rounded bg-background mo-slides-theme prose-slides focus:outline-hidden focus-visible:outline-hidden",
7423
7423
  config: Jo,
7424
7424
  onReady: Zo,
7425
7425
  onSlideChange: ns,