@marimo-team/islands 0.19.0 → 0.19.1-dev1
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-
|
|
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.
|
|
101071
|
+
const marimoVersionAtom = atom(getVersionFromMountConfig() || "0.19.1-dev1"), 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