@marimo-team/islands 0.18.5-dev187 → 0.18.5-dev189

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,7 +10946,6 @@ let __tla = (async () => {
10946
10946
  allowedFillDirections: "vertical",
10947
10947
  onKeyDown: Vr,
10948
10948
  height: e.length > 10 ? 450 : void 0,
10949
- width: "100%",
10950
10949
  rowMarkers: {
10951
10950
  kind: "both"
10952
10951
  },
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-DWlk0mEY.js").then(async (m2) => {
72015
+ var import_compiler_runtime$84 = require_compiler_runtime(), LazyDataEditor = import_react.lazy(() => import("./glide-data-editor-BO13luOe.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-dev187"), showCodeInRunModeAtom = atom(true);
101074
+ const marimoVersionAtom = atom(getVersionFromMountConfig() || "0.18.5-dev189"), 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() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marimo-team/islands",
3
- "version": "0.18.5-dev187",
3
+ "version": "0.18.5-dev189",
4
4
  "main": "dist/main.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",
@@ -616,7 +616,6 @@ export const GlideDataEditor = <T,>({
616
616
  allowedFillDirections="vertical" // We can support all directions, but we need to handle datatype logic
617
617
  onKeyDown={onKeyDown}
618
618
  height={data.length > 10 ? 450 : undefined}
619
- width={"100%"}
620
619
  rowMarkers={{
621
620
  kind: "both",
622
621
  }}