@marimo-team/islands 0.19.1-dev0 → 0.19.1-dev2

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.
@@ -10925,7 +10925,7 @@ let __tla = (async () => {
10925
10925
  tint: true
10926
10926
  }, X = e.length > 1e5, Qr = l === "all";
10927
10927
  return (0, import_jsx_runtime.jsxs)("div", {
10928
- className: "relative",
10928
+ className: "relative w-full min-w-0",
10929
10929
  children: [
10930
10930
  (0, import_jsx_runtime.jsx)(ErrorBoundary, {
10931
10931
  children: (0, import_jsx_runtime.jsx)(DataEditorAll, {
package/dist/main.js CHANGED
@@ -72009,7 +72009,7 @@ Image URL: ${r.imageUrl}`)), contextToXml({
72009
72009
  function getVegaFieldTypes(e) {
72010
72010
  return !e || Object.keys(e).length === 0 ? "auto" : Objects.mapValues(e, (e2) => e2 === "date" || e2 === "time" ? "string" : e2 === "datetime" ? "date" : e2);
72011
72011
  }
72012
- var import_compiler_runtime$84 = require_compiler_runtime(), LazyDataEditor = import_react.lazy(() => import("./glide-data-editor-DWlk0mEY.js").then(async (m2) => {
72012
+ var import_compiler_runtime$84 = require_compiler_runtime(), LazyDataEditor = import_react.lazy(() => import("./glide-data-editor-Bv8bVIJ9.js").then(async (m2) => {
72013
72013
  await m2.__tla;
72014
72014
  return m2;
72015
72015
  }));
@@ -101068,7 +101068,7 @@ Defaulting to \`null\`.`;
101068
101068
  return Logger.warn("Failed to get version from mount config"), null;
101069
101069
  }
101070
101070
  }
101071
- const marimoVersionAtom = atom(getVersionFromMountConfig() || "0.19.1-dev0"), showCodeInRunModeAtom = atom(true);
101071
+ const marimoVersionAtom = atom(getVersionFromMountConfig() || "0.19.1-dev2"), showCodeInRunModeAtom = atom(true);
101072
101072
  atom(null);
101073
101073
  var VIRTUAL_FILE_REGEX = /\/@file\/([^\s"&'/]+)\.([\dA-Za-z]+)/g, VirtualFileTracker = class e {
101074
101074
  constructor() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marimo-team/islands",
3
- "version": "0.19.1-dev0",
3
+ "version": "0.19.1-dev2",
4
4
  "main": "dist/main.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",
@@ -596,7 +596,7 @@ export const GlideDataEditor = <T,>({
596
596
  };
597
597
 
598
598
  return (
599
- <div className="relative">
599
+ <div className="relative w-full min-w-0">
600
600
  <ErrorBoundary>
601
601
  <DataEditor
602
602
  ref={dataEditorRef}