@marimo-team/islands 0.21.1-dev94 → 0.21.2-dev0

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 (55) hide show
  1. package/dist/{Combination-Dk6JxauT.js → Combination-BBPQRrDo.js} +1 -1
  2. package/dist/{ConnectedDataExplorerComponent-Bh11efrC.js → ConnectedDataExplorerComponent-D0GoOd_c.js} +14 -13
  3. package/dist/{any-language-editor-BIj11a2e.js → any-language-editor-DlsjUw_l.js} +4 -4
  4. package/dist/{button-DQpBib29.js → button-BKkuUpZh.js} +8 -0
  5. package/dist/{check-DpqPQmzz.js → check-Diwc5emq.js} +1 -1
  6. package/dist/{copy-BkBF0Xgk.js → copy-DIK6DiIA.js} +2 -2
  7. package/dist/{dist-WIWVvdBh.js → dist-C0Rnbr-_.js} +2 -2
  8. package/dist/{error-banner-BctofTCP.js → error-banner-Dmi5ujan.js} +2 -2
  9. package/dist/{esm-BBkPJL8N.js → esm-BLobyqMs.js} +8 -7
  10. package/dist/{glide-data-editor-DqxJOnJk.js → glide-data-editor-pZyd9UJ_.js} +6 -6
  11. package/dist/{label-BLDcDYdI.js → label-BbpGrh4j.js} +4 -4
  12. package/dist/{loader-DsE3MiYo.js → loader-CABJs6GU.js} +12 -3
  13. package/dist/main.js +186 -127
  14. package/dist/{mermaid-DkdSmFY8.js → mermaid-CrKqsE2j.js} +5 -5
  15. package/dist/{slides-component-DwvL_HJi.js → slides-component-GkilRW21.js} +2 -2
  16. package/dist/{spec-CbYkiXG3.js → spec-Bfvf9Hre.js} +4 -4
  17. package/dist/style.css +1 -1
  18. package/dist/{tooltip-SPkubVH3.js → tooltip-CKG75XQa.js} +3 -3
  19. package/dist/{types-0FB-N7AA.js → types-CGc7peZV.js} +6 -6
  20. package/dist/{useAsyncData-D7-oahg5.js → useAsyncData-CEjJxwFB.js} +1 -1
  21. package/dist/{useDeepCompareMemoize-DLS-bHHT.js → useDeepCompareMemoize-BWUwfh37.js} +4 -4
  22. package/dist/{useIframeCapabilities-DFGZKWkO.js → useIframeCapabilities-OQaMKgZl.js} +1 -1
  23. package/dist/{useTheme-D0rdoMBF.js → useTheme-CPybHVFN.js} +2 -2
  24. package/dist/{vega-component-CnO3mkFC.js → vega-component-CuPTCRp5.js} +13 -10
  25. package/package.json +1 -1
  26. package/src/components/data-table/charts/lazy-chart.tsx +2 -0
  27. package/src/components/data-table/column-summary/column-summary.tsx +1 -0
  28. package/src/components/datasources/column-preview.tsx +1 -0
  29. package/src/components/editor/Output.tsx +2 -0
  30. package/src/components/editor/actions/useCellActionButton.tsx +38 -29
  31. package/src/components/editor/cell/code/cell-editor.tsx +9 -0
  32. package/src/components/editor/chrome/panels/context-aware-panel/context-aware-panel.tsx +6 -0
  33. package/src/components/editor/chrome/wrapper/__tests__/utils.test.ts +35 -0
  34. package/src/components/editor/chrome/wrapper/app-chrome.tsx +12 -14
  35. package/src/components/editor/chrome/wrapper/utils.ts +5 -1
  36. package/src/components/editor/header/status.tsx +19 -11
  37. package/src/components/editor/renderers/grid-layout/grid-layout.tsx +10 -3
  38. package/src/core/cells/cells.ts +6 -0
  39. package/src/core/cells/utils.ts +1 -0
  40. package/src/core/codemirror/__tests__/setup.test.ts +1 -0
  41. package/src/core/codemirror/cells/state.ts +1 -0
  42. package/src/core/codemirror/extensions.ts +20 -0
  43. package/src/core/codemirror/language/utils.ts +16 -1
  44. package/src/core/codemirror/reactive-references/__tests__/analyzer.test.ts +54 -0
  45. package/src/core/codemirror/reactive-references/analyzer.ts +14 -0
  46. package/src/core/dom/outline.ts +1 -1
  47. package/src/core/hotkeys/hotkeys.ts +8 -0
  48. package/src/css/md.css +4 -0
  49. package/src/plugins/core/sanitize-html.ts +50 -0
  50. package/src/plugins/core/sanitize.ts +3 -49
  51. package/src/plugins/impl/data-explorer/ConnectedDataExplorerComponent.tsx +6 -3
  52. package/src/plugins/impl/vega/__tests__/utils.test.ts +36 -0
  53. package/src/plugins/impl/vega/utils.ts +14 -0
  54. package/src/plugins/impl/vega/vega-component.tsx +6 -7
  55. package/src/plugins/impl/vega/vega.css +1 -1
@@ -1,15 +1,15 @@
1
1
  import { s as __toESM } from "./chunk-BNovOVIE.js";
2
2
  import { t as require_react } from "./react-Bs6Z0kvn.js";
3
3
  import { t as require_compiler_runtime } from "./compiler-runtime-B_OLMU9S.js";
4
- import { g as Logger } from "./button-DQpBib29.js";
5
- import "./Combination-Dk6JxauT.js";
4
+ import { g as Logger } from "./button-BKkuUpZh.js";
5
+ import "./Combination-BBPQRrDo.js";
6
6
  import { t as require_jsx_runtime } from "./jsx-runtime-CTBg5pdT.js";
7
7
  import "./react-dom-CqtLRVZP.js";
8
8
  import { t as isEmpty_default } from "./isEmpty-C-xMag79.js";
9
- import { n as useTheme } from "./useTheme-D0rdoMBF.js";
9
+ import { n as useTheme } from "./useTheme-CPybHVFN.js";
10
10
  import { t as purify } from "./purify.es-DGenX2XH.js";
11
- import { n as ErrorBanner } from "./error-banner-BctofTCP.js";
12
- import { t as useAsyncData } from "./useAsyncData-D7-oahg5.js";
11
+ import { n as ErrorBanner } from "./error-banner-Dmi5ujan.js";
12
+ import { t as useAsyncData } from "./useAsyncData-CEjJxwFB.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-BRT9vd1R.js";
14
14
  import { a as setLogLevel, i as log, r as __name, t as select_default } from "./src-CHUphWwL.js";
15
15
  import { t as package_default } from "./chunk-DR5Q36YT-D4q96vNV.js";
@@ -1,9 +1,9 @@
1
1
  import { s as __toESM } from "./chunk-BNovOVIE.js";
2
2
  import { t as require_react } from "./react-Bs6Z0kvn.js";
3
3
  import { t as require_compiler_runtime } from "./compiler-runtime-B_OLMU9S.js";
4
- import { f as useEventListener, t as Button, y as cn } from "./button-DQpBib29.js";
4
+ import { f as useEventListener, t as Button, y as cn } from "./button-BKkuUpZh.js";
5
5
  import { t as require_jsx_runtime } from "./jsx-runtime-CTBg5pdT.js";
6
- import { t as useIframeCapabilities } from "./useIframeCapabilities-DFGZKWkO.js";
6
+ import { t as useIframeCapabilities } from "./useIframeCapabilities-OQaMKgZl.js";
7
7
  var import_compiler_runtime = require_compiler_runtime(), import_react = /* @__PURE__ */ __toESM(require_react(), 1);
8
8
  function isObject$2(t2) {
9
9
  return typeof t2 == "object" && !!t2 && "constructor" in t2 && t2.constructor === Object;
@@ -1,13 +1,13 @@
1
1
  import { s as __toESM } from "./chunk-BNovOVIE.js";
2
2
  import { t as require_react } from "./react-Bs6Z0kvn.js";
3
3
  import { t as require_compiler_runtime } from "./compiler-runtime-B_OLMU9S.js";
4
- import { l as createLucideIcon } from "./dist-WIWVvdBh.js";
5
- import { M as $18f2051aff69b9bf$export$43bb16f9c6d9e3f7, O as logNever, k as upperFirst_default } from "./label-BLDcDYdI.js";
6
- import { a as cva, g as Logger, y as cn } from "./button-DQpBib29.js";
4
+ import { l as createLucideIcon } from "./dist-C0Rnbr-_.js";
5
+ import { M as $18f2051aff69b9bf$export$43bb16f9c6d9e3f7, O as logNever, k as upperFirst_default } from "./label-BbpGrh4j.js";
6
+ import { a as cva, g as Logger, y as cn } from "./button-BKkuUpZh.js";
7
7
  import { t as require_jsx_runtime } from "./jsx-runtime-CTBg5pdT.js";
8
8
  import { t as toString_default } from "./toString-DbIAWQpF.js";
9
9
  import { t as _arrayReduce_default } from "./_arrayReduce-BfFy684W.js";
10
- import { _ as useSetAtom, y as atom } from "./useTheme-D0rdoMBF.js";
10
+ import { _ as useSetAtom, y as atom } from "./useTheme-CPybHVFN.js";
11
11
  var AlignCenterVertical = createLucideIcon("align-center-vertical", [
12
12
  ["path", {
13
13
  d: "M12 2v20",