@marimo-team/islands 0.18.5-dev194 → 0.18.5-dev199

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.
@@ -10946,6 +10946,7 @@ let __tla = (async () => {
10946
10946
  allowedFillDirections: "vertical",
10947
10947
  onKeyDown: Vr,
10948
10948
  height: e.length > 10 ? 450 : void 0,
10949
+ width: "100%",
10949
10950
  rowMarkers: {
10950
10951
  kind: "both"
10951
10952
  },
package/dist/main.js CHANGED
@@ -72012,7 +72012,7 @@ Image URL: ${r.imageUrl}`)), contextToXml({
72012
72012
  function getVegaFieldTypes(e) {
72013
72013
  return !e || Object.keys(e).length === 0 ? "auto" : Objects.mapValues(e, (e2) => e2 === "date" || e2 === "time" ? "string" : e2 === "datetime" ? "date" : e2);
72014
72014
  }
72015
- var import_compiler_runtime$84 = require_compiler_runtime(), LazyDataEditor = import_react.lazy(() => import("./glide-data-editor-BO13luOe.js").then(async (m2) => {
72015
+ var import_compiler_runtime$84 = require_compiler_runtime(), LazyDataEditor = import_react.lazy(() => import("./glide-data-editor-DWlk0mEY.js").then(async (m2) => {
72016
72016
  await m2.__tla;
72017
72017
  return m2;
72018
72018
  }));
@@ -101071,7 +101071,7 @@ Defaulting to \`null\`.`;
101071
101071
  return Logger.warn("Failed to get version from mount config"), null;
101072
101072
  }
101073
101073
  }
101074
- const marimoVersionAtom = atom(getVersionFromMountConfig() || "0.18.5-dev194"), showCodeInRunModeAtom = atom(true);
101074
+ const marimoVersionAtom = atom(getVersionFromMountConfig() || "0.18.5-dev199"), showCodeInRunModeAtom = atom(true);
101075
101075
  atom(null);
101076
101076
  var VIRTUAL_FILE_REGEX = /\/@file\/([^\s"&'/]+)\.([\dA-Za-z]+)/g, VirtualFileTracker = class e {
101077
101077
  constructor() {