@marimo-team/islands 0.19.7-dev17 → 0.19.7-dev19

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 (2) hide show
  1. package/dist/main.js +2 -3
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -61121,10 +61121,9 @@ ${r}
61121
61121
  }
61122
61122
  var isSlotElement = (e) => e.tagName != null && e.tagName.toUpperCase() === "SLOT", isSVGElement = (e) => e.tagName != null && e.tagName.toUpperCase() === "SVG";
61123
61123
  async function cloneChildren(e, r, c) {
61124
- var _a2;
61125
61124
  if (isSVGElement(r)) return r;
61126
61125
  let d = [];
61127
- return d = isSlotElement(e) && e.assignedNodes ? toArray(e.assignedNodes()) : isInstanceOfElement(e, HTMLIFrameElement) && ((_a2 = e.contentDocument) == null ? void 0 : _a2.body) ? toArray(e.contentDocument.body.childNodes) : toArray((e.shadowRoot ?? e).childNodes), d.length === 0 || isInstanceOfElement(e, HTMLVideoElement) || await d.reduce((e2, d2) => e2.then(() => cloneNode(d2, c)).then((e3) => {
61126
+ return d = isSlotElement(e) && e.assignedNodes ? toArray(e.assignedNodes()) : toArray((e.shadowRoot ?? e).childNodes), d.length === 0 || isInstanceOfElement(e, HTMLVideoElement) || await d.reduce((e2, d2) => e2.then(() => cloneNode(d2, c)).then((e3) => {
61128
61127
  e3 && r.appendChild(e3);
61129
61128
  }), Promise.resolve()), r;
61130
61129
  }
@@ -72897,7 +72896,7 @@ Image URL: ${r.imageUrl}`)), contextToXml({
72897
72896
  return Logger.warn("Failed to get version from mount config"), null;
72898
72897
  }
72899
72898
  }
72900
- const marimoVersionAtom = atom(getVersionFromMountConfig() || "0.19.7-dev17"), showCodeInRunModeAtom = atom(true);
72899
+ const marimoVersionAtom = atom(getVersionFromMountConfig() || "0.19.7-dev19"), showCodeInRunModeAtom = atom(true);
72901
72900
  atom(null);
72902
72901
  var import_compiler_runtime$89 = require_compiler_runtime();
72903
72902
  function useKeydownOnElement(e, r) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marimo-team/islands",
3
- "version": "0.19.7-dev17",
3
+ "version": "0.19.7-dev19",
4
4
  "main": "dist/main.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",