@marimo-team/islands 0.23.14-dev1 → 0.23.14-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 (60) hide show
  1. package/dist/{ConnectedDataExplorerComponent-Du3_nUzI.js → ConnectedDataExplorerComponent-DXBx_nQg.js} +4 -4
  2. package/dist/{chat-ui-CsPewo4h.js → chat-ui-DYBcNEdd.js} +81 -81
  3. package/dist/{code-visibility-aprTe3au.js → code-visibility-6TEcNJ_h.js} +1030 -837
  4. package/dist/{formats-d6MhLuQ9.js → formats-WsOgyW_K.js} +1 -1
  5. package/dist/{glide-data-editor-DkzAInWG.js → glide-data-editor-qpmKyAPn.js} +2 -2
  6. package/dist/{html-to-image-DXwLcQ6l.js → html-to-image-MqcD07Bw.js} +2218 -2186
  7. package/dist/{input-CbEz_aj_.js → input-BSdZp5Ng.js} +1 -1
  8. package/dist/main.js +254 -254
  9. package/dist/{mermaid-CJW9vIyO.js → mermaid-D-HYBMEV.js} +2 -2
  10. package/dist/{process-output-C6_e1pT_.js → process-output-Dt3icftd.js} +1 -1
  11. package/dist/{reveal-component-j-ug9bTS.js → reveal-component-BT4BI95e.js} +5 -5
  12. package/dist/{spec-Bv-XlYiv.js → spec-CnTgI25l.js} +1 -1
  13. package/dist/{toDate-D-l5s8nn.js → toDate-D1Z7ZXWh.js} +1 -1
  14. package/dist/{useAsyncData-1Dhzjfwf.js → useAsyncData-BMc8itk2.js} +1 -1
  15. package/dist/{useDeepCompareMemoize-CDWT3BDz.js → useDeepCompareMemoize-ZwmDBRDY.js} +1 -1
  16. package/dist/{useLifecycle-AHlswLw-.js → useLifecycle-CxffarYV.js} +1 -1
  17. package/dist/{useTheme-BrYvK-_A.js → useTheme-yGsGEk82.js} +26 -24
  18. package/dist/{vega-component-Pk6lyc_a.js → vega-component-BFJTyykA.js} +5 -5
  19. package/package.json +1 -1
  20. package/src/components/chat/acp/agent-panel.tsx +35 -1
  21. package/src/components/chat/chat-panel.tsx +68 -29
  22. package/src/components/editor/actions/useNotebookActions.tsx +2 -2
  23. package/src/components/editor/chrome/panels/__tests__/snippet-display.test.ts +22 -0
  24. package/src/components/editor/chrome/panels/snippet-display.ts +27 -0
  25. package/src/components/editor/chrome/panels/snippets-panel.tsx +5 -2
  26. package/src/components/editor/chrome/wrapper/__tests__/useOpenAiAssistant.test.ts +36 -0
  27. package/src/components/editor/chrome/wrapper/footer-items/pyodide-status.tsx +6 -36
  28. package/src/components/editor/chrome/wrapper/useAiPanel.ts +3 -1
  29. package/src/components/editor/chrome/wrapper/useOpenAiAssistant.ts +88 -0
  30. package/src/components/editor/errors/__tests__/auto-fix.test.ts +119 -0
  31. package/src/components/editor/errors/auto-fix.tsx +108 -34
  32. package/src/components/editor/errors/fix-mode.ts +1 -1
  33. package/src/components/editor/output/MarimoTracebackOutput.tsx +10 -1
  34. package/src/components/editor/output/__tests__/traceback.test.tsx +14 -6
  35. package/src/components/lifecycle/ProgressiveBoundary.tsx +42 -0
  36. package/src/components/lifecycle/RuntimeStatusBadge.tsx +59 -0
  37. package/src/components/lifecycle/__tests__/ProgressiveBoundary.test.tsx +147 -0
  38. package/src/components/lifecycle/__tests__/RuntimeStatusBadge.test.tsx +72 -0
  39. package/src/core/ai/config.ts +2 -2
  40. package/src/core/ai/state.ts +11 -0
  41. package/src/core/codemirror/completion/__tests__/signature-hint.test.ts +94 -0
  42. package/src/core/codemirror/completion/completer.ts +12 -1
  43. package/src/core/codemirror/completion/signature-hint.ts +68 -0
  44. package/src/core/codemirror/language/languages/python.ts +10 -4
  45. package/src/core/codemirror/utils.ts +15 -0
  46. package/src/core/edit-app.tsx +8 -5
  47. package/src/core/lifecycle/__tests__/render-policy.test.ts +247 -0
  48. package/src/core/lifecycle/render-policy.ts +125 -0
  49. package/src/core/run-app.tsx +27 -23
  50. package/src/core/runtime/__tests__/adapter.test.ts +160 -0
  51. package/src/core/runtime/adapter.ts +182 -0
  52. package/src/core/wasm/PyodideLoader.tsx +20 -62
  53. package/src/core/wasm/bridge.ts +9 -4
  54. package/src/core/wasm/state.ts +8 -19
  55. package/src/core/wasm/store.ts +1 -1
  56. package/src/hooks/__tests__/useDelayElapsed.test.tsx +55 -0
  57. package/src/hooks/useDelayElapsed.ts +27 -0
  58. package/src/core/wasm/__tests__/PyodideLoader.test.ts +0 -72
  59. package/src/core/wasm/__tests__/state.test.ts +0 -124
  60. /package/dist/{files → export_demos}/wasm-intro.py +0 -0
@@ -14,7 +14,7 @@ import { t as require_react_dom } from "./react-dom-BTJzcVJ9.js";
14
14
  import { t as require_jsx_runtime } from "./jsx-runtime-DebpN0FN.js";
15
15
  import { Q as withSmartCollisionBoundary, Y as MAX_HEIGHT_OFFSET, Z as withFullScreenAsRoot, _t as createContextScope, at as Portal, ct as DismissableLayer, dt as useId, et as StyleNamespace, ft as Presence, ht as composeEventHandlers, it as useFocusGuards, nt as Combination_default, ot as FocusScope, pt as useControllableState, tt as hideOthers, ut as useCallbackRef, vt as Primitive, yt as dispatchDiscreteCustomEvent } from "./zod-CijjQh4u.js";
16
16
  import { i as debounce_default } from "./constants-T20xxyNf.js";
17
- import { T as useEvent_default } from "./useTheme-BrYvK-_A.js";
17
+ import { D as useEvent_default } from "./useTheme-yGsGEk82.js";
18
18
  import { t as memoizeLastValue } from "./once-DPuqGUeo.js";
19
19
  var ChevronRight = createLucideIcon("chevron-right", [["path", {
20
20
  d: "m9 18 6-6-6-6",