@marimo-team/islands 0.23.3-dev4 → 0.23.3-dev42

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 (37) hide show
  1. package/dist/{chat-ui-CTt4WX0V.js → chat-ui-DEd_Ndal.js} +82 -82
  2. package/dist/{html-to-image-BdsDysfl.js → html-to-image-DBosi5GK.js} +2243 -2217
  3. package/dist/main.js +1104 -1099
  4. package/dist/{process-output-COL2Pf5I.js → process-output-k-4WHpxz.js} +1 -1
  5. package/dist/{reveal-component-Cd5Y35Ny.js → reveal-component-agH2Be6_.js} +2 -2
  6. package/dist/{slide-BEerfanN.js → slide-CoAyRjHI.js} +693 -574
  7. package/package.json +2 -2
  8. package/src/components/editor/file-tree/__tests__/requesting-tree.test.ts +84 -2
  9. package/src/components/editor/file-tree/file-explorer.tsx +142 -203
  10. package/src/components/editor/file-tree/file-name-input.tsx +41 -0
  11. package/src/components/editor/file-tree/file-operations.tsx +266 -0
  12. package/src/components/editor/file-tree/renderers.tsx +1 -1
  13. package/src/components/editor/file-tree/requesting-tree.tsx +68 -49
  14. package/src/components/editor/output/JsonOutput.tsx +157 -4
  15. package/src/components/editor/output/__tests__/JsonOutput-mimetype.test.tsx +80 -0
  16. package/src/components/editor/output/__tests__/json-output.test.ts +147 -2
  17. package/src/components/home/state.ts +13 -1
  18. package/src/components/pages/home-page.tsx +116 -10
  19. package/src/core/islands/__tests__/bridge.test.ts +116 -5
  20. package/src/core/islands/bridge.ts +5 -1
  21. package/src/core/network/requests-network.ts +0 -3
  22. package/src/core/static/__tests__/export-context.test.ts +122 -0
  23. package/src/core/static/__tests__/static-state.test.ts +80 -0
  24. package/src/core/static/export-context.ts +84 -0
  25. package/src/core/static/static-state.ts +44 -6
  26. package/src/plugins/core/RenderHTML.tsx +23 -2
  27. package/src/plugins/core/__test__/RenderHTML.test.ts +86 -1
  28. package/src/plugins/core/__test__/trusted-url.test.ts +130 -18
  29. package/src/plugins/core/sanitize.ts +11 -5
  30. package/src/plugins/core/trusted-url.ts +32 -10
  31. package/src/plugins/impl/anywidget/__tests__/widget-binding.test.ts +29 -1
  32. package/src/plugins/impl/mpl-interactive/__tests__/MplInteractivePlugin.test.tsx +34 -0
  33. package/src/plugins/impl/panel/__tests__/PanelPlugin.test.ts +35 -2
  34. package/src/utils/__tests__/path.test.ts +20 -0
  35. package/src/utils/pathUtils.test.ts +141 -1
  36. package/src/utils/pathUtils.ts +46 -0
  37. package/src/utils/paths.ts +9 -1
@@ -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 { nt as parseHtmlContent, tt as ansiToPlainText } from "./html-to-image-BdsDysfl.js";
3
+ import { it as parseHtmlContent, rt as ansiToPlainText } from "./html-to-image-DBosi5GK.js";
4
4
  import { u as createLucideIcon } from "./dist-ESg7xyoD.js";
5
5
  import { t as Strings } from "./strings-B_FOH6eV.js";
6
6
  import { t as require_jsx_runtime } from "./jsx-runtime-COBk7ree.js";
@@ -6,9 +6,9 @@ import { s as __toESM } from "./chunk-BNovOVIE.js";
6
6
  import { _ as Logger, h as Events, t as Button } from "./button-CA5pI2YF.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 "./html-to-image-BdsDysfl.js";
9
+ import "./html-to-image-DBosi5GK.js";
10
10
  import "./chunk-5FQGJX7Z-CO1e63h_.js";
11
- import { t as Slide, xt as Expand } from "./slide-BEerfanN.js";
11
+ import { t as Slide, xt as Expand } from "./slide-CoAyRjHI.js";
12
12
  import "./input-Drx1pguW.js";
13
13
  import "./toDate-yqOcZ_tY.js";
14
14
  import "./react-dom-BWRJ_g_k.js";