@marimo-team/islands 0.23.16-dev76 → 0.23.16-dev8

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 (64) hide show
  1. package/dist/{ConnectedDataExplorerComponent-CJaUI-S-.js → ConnectedDataExplorerComponent-f9vLjQiF.js} +13 -13
  2. package/dist/{ErrorBoundary-DXlxsrTF.js → ErrorBoundary-DhLqwSWA.js} +3 -3
  3. package/dist/{any-language-editor-P9tjkj4n.js → any-language-editor-DifE-fl7.js} +5 -5
  4. package/dist/{button-BcSml68y.js → button-BSm8IXRU.js} +2 -4
  5. package/dist/{capabilities-BYLFYTYv.js → capabilities-C6OQ5YBO.js} +1 -1
  6. package/dist/{chat-ui-BdSDiVjk.js → chat-ui-JeekqoMH.js} +16 -16
  7. package/dist/{check-Cs-KV5XY.js → check-DP7U0H0G.js} +1 -1
  8. package/dist/{code-visibility-BQmXTtK5.js → code-visibility-z1wi6InA.js} +734 -711
  9. package/dist/{copy-Cs3yt6Vt.js → copy-DNq8q3zw.js} +2 -2
  10. package/dist/{dist-B96tMAst.js → dist-DIlxLFXG.js} +2 -2
  11. package/dist/{error-banner-DR7o3CbX.js → error-banner-B_GQfxxD.js} +2 -2
  12. package/dist/{esm-k8PIvuZW.js → esm-DzZVaNH4.js} +1 -1
  13. package/dist/{extends-Cq2JYHKy.js → extends-w2_S44bV.js} +4 -4
  14. package/dist/{formats-BFhkZJwd.js → formats-CO8cn5_K.js} +3 -3
  15. package/dist/{glide-data-editor--CaN-f27.js → glide-data-editor-B9K6-MJe.js} +9 -9
  16. package/dist/{html-to-image-DDENewl2.js → html-to-image-Bif4utQZ.js} +15 -15
  17. package/dist/{input-DStQIuqD.js → input-C5K4VBvB.js} +7 -7
  18. package/dist/{label-DIk0QoFe.js → label-DjoYwqmj.js} +2 -2
  19. package/dist/{loader-CTHCI-qe.js → loader-DX-IDS7n.js} +1 -1
  20. package/dist/main.js +1000 -1010
  21. package/dist/{mermaid-CdSvixW2.js → mermaid-hv6IckVw.js} +5 -5
  22. package/dist/{process-output-2QPcgBQg.js → process-output-TAzy-GUk.js} +3 -3
  23. package/dist/{reveal-component-B-AxUPCM.js → reveal-component-kTeHzMBu.js} +692 -618
  24. package/dist/{spec-CnaxwDqy.js → spec-CQKL_D3i.js} +4 -4
  25. package/dist/{strings-BYAhZnQi.js → strings-DIy9NAmg.js} +4 -4
  26. package/dist/style.css +1 -1
  27. package/dist/{swiper-component-DE94711u.js → swiper-component-CEdAYjb7.js} +2 -2
  28. package/dist/{toDate-B3IRfHhw.js → toDate-CmR_xR3P.js} +3 -3
  29. package/dist/{tooltip-B-qh7UPB.js → tooltip-f-qR0iUx.js} +3 -3
  30. package/dist/{types-DQl7jVYK.js → types-DicH9Oi0.js} +1 -1
  31. package/dist/{useAsyncData-CvO8WUy3.js → useAsyncData-CYOQb1EW.js} +1 -1
  32. package/dist/{useDateFormatter-BSoGim-G.js → useDateFormatter-Bt2qr_XS.js} +2 -2
  33. package/dist/{useDeepCompareMemoize-J3MKRdA4.js → useDeepCompareMemoize-CSHQeQEI.js} +1 -1
  34. package/dist/{useIframeCapabilities-POcFXHbw.js → useIframeCapabilities-kA09ykNq.js} +1 -1
  35. package/dist/{useLifecycle-DqPxHgAN.js → useLifecycle-CMJGqBaY.js} +3 -3
  36. package/dist/{useTheme-XMq9mNf_.js → useTheme-DYfby65G.js} +2 -2
  37. package/dist/{vega-component-CrFoZT1S.js → vega-component-DphdxaJ_.js} +10 -10
  38. package/dist/{zod-D0yOqoGe.js → zod-BUcyXSdR.js} +1 -1
  39. package/package.json +1 -1
  40. package/src/components/data-table/column-formatting/feature.ts +2 -1
  41. package/src/components/editor/file-tree/__tests__/file-render-mode.test.ts +27 -0
  42. package/src/components/editor/file-tree/__tests__/file-viewer.test.tsx +150 -0
  43. package/src/components/editor/file-tree/file-preview-metadata.tsx +51 -0
  44. package/src/components/editor/file-tree/file-render-mode.ts +32 -0
  45. package/src/components/editor/file-tree/file-viewer.tsx +76 -50
  46. package/src/components/editor/output/CalloutOutput.tsx +17 -3
  47. package/src/components/slides/__tests__/slide-scroll-hint.test.tsx +198 -0
  48. package/src/components/slides/reveal-component.tsx +3 -2
  49. package/src/components/slides/slide-scroll-hint.tsx +161 -0
  50. package/src/components/ui/input.tsx +1 -1
  51. package/src/core/codemirror/keymaps/__tests__/keymaps.test.ts +31 -2
  52. package/src/core/codemirror/keymaps/keymaps.ts +12 -0
  53. package/src/core/hotkeys/hotkeys.ts +0 -2
  54. package/src/core/i18n/__tests__/locale-provider.test.tsx +54 -118
  55. package/src/core/i18n/__tests__/locale.test.ts +113 -0
  56. package/src/core/i18n/locale-provider.tsx +1 -19
  57. package/src/core/i18n/locale.ts +71 -0
  58. package/src/core/network/types.ts +3 -1
  59. package/src/css/admonition.css +52 -71
  60. package/src/plugins/impl/FormPlugin.tsx +1 -1
  61. package/src/plugins/impl/__tests__/FormPlugin.test.tsx +162 -0
  62. package/src/plugins/layout/CalloutPlugin.tsx +8 -1
  63. package/src/stories/callout.stories.tsx +12 -0
  64. package/src/components/editor/output/CalloutOutput.styles.ts +0 -22
@@ -1,15 +1,15 @@
1
1
  import { s as __toESM } from "./chunk-BNovOVIE.js";
2
- import { g as Logger } from "./button-BcSml68y.js";
2
+ import { g as Logger } from "./button-BSm8IXRU.js";
3
3
  import { t as require_react } from "./react-DA-nE2FX.js";
4
4
  import { t as require_compiler_runtime } from "./compiler-runtime-CEbnTgxf.js";
5
5
  import "./react-dom-BTJzcVJ9.js";
6
6
  import { t as require_jsx_runtime } from "./jsx-runtime-DebpN0FN.js";
7
- import "./zod-D0yOqoGe.js";
8
- import { n as ErrorBanner } from "./error-banner-DR7o3CbX.js";
7
+ import "./zod-BUcyXSdR.js";
8
+ import { n as ErrorBanner } from "./error-banner-B_GQfxxD.js";
9
9
  import { t as isEmpty_default } from "./isEmpty-CJJMn-QP.js";
10
- import { n as useTheme } from "./useTheme-XMq9mNf_.js";
10
+ import { n as useTheme } from "./useTheme-DYfby65G.js";
11
11
  import { t as purify } from "./purify.es-EnR5yhgI.js";
12
- import { t as useAsyncData } from "./useAsyncData-CvO8WUy3.js";
12
+ import { t as useAsyncData } from "./useAsyncData-CYOQb1EW.js";
13
13
  import { a as decodeEntities, f as isDetailedError, g as utils_default, h as removeDirectives, i as cleanAndMerge, o as encodeEntities } from "./chunk-S3R3BYOJ-BdgLc8AM.js";
14
14
  import { a as setLogLevel, i as log, r as __name, t as select_default } from "./src-DV3ha_nA.js";
15
15
  import { t as package_default } from "./chunk-DR5Q36YT-5Yp2GWwR.js";
@@ -1,8 +1,8 @@
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 { ot as ansiToPlainText, st as parseHtmlContent } from "./html-to-image-DDENewl2.js";
4
- import { u as createLucideIcon } from "./dist-B96tMAst.js";
5
- import { t as Strings } from "./strings-BYAhZnQi.js";
3
+ import { ot as ansiToPlainText, st as parseHtmlContent } from "./html-to-image-Bif4utQZ.js";
4
+ import { u as createLucideIcon } from "./dist-DIlxLFXG.js";
5
+ import { t as Strings } from "./strings-DIy9NAmg.js";
6
6
  import { t as require_jsx_runtime } from "./jsx-runtime-DebpN0FN.js";
7
7
  import { n as mapWithConcurrency } from "./semaphore-C8rmHdhj.js";
8
8
  var File = createLucideIcon("file", [["path", {