@marimo-team/islands 0.20.5-dev87 → 0.20.5-dev88
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.
- package/dist/{ConnectedDataExplorerComponent-pQ4sWAoT.js → ConnectedDataExplorerComponent-Bh11efrC.js} +6 -6
- package/dist/main.js +3 -3
- package/dist/style.css +1 -1
- package/dist/{vega-component-D2knjGgv.js → vega-component-CnO3mkFC.js} +2 -2
- package/package.json +1 -1
- package/src/plugins/impl/data-explorer/ConnectedDataExplorerComponent.tsx +8 -1
- package/src/plugins/impl/vega/vega-component.tsx +7 -1
- package/src/plugins/impl/vega/vega.css +4 -11
|
@@ -6211,11 +6211,11 @@ const DataExplorerComponent = (e3) => {
|
|
|
6211
6211
|
let P = j, F;
|
|
6212
6212
|
p[11] !== D || p[12] !== A || p[13] !== k || p[14] !== E ? (F = () => {
|
|
6213
6213
|
if (!A) return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(ColumnSummary, { schema: k });
|
|
6214
|
-
let e4 = A.spec;
|
|
6214
|
+
let e4 = A.spec, p2 = makeResponsive(e4), m2 = augmentSpecWithData(p2, D);
|
|
6215
6215
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", {
|
|
6216
|
-
className: "flex overflow-y-auto justify-center items-center flex-1 w-[90%]",
|
|
6216
|
+
className: cn("flex overflow-y-auto justify-center items-center flex-1 w-[90%]", p2.width === "container" && "vega-container-width"),
|
|
6217
6217
|
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(q, {
|
|
6218
|
-
spec:
|
|
6218
|
+
spec: m2,
|
|
6219
6219
|
options: chartOptions(E)
|
|
6220
6220
|
})
|
|
6221
6221
|
});
|
|
@@ -6272,11 +6272,11 @@ const DataExplorerComponent = (e3) => {
|
|
|
6272
6272
|
} else W = p[32];
|
|
6273
6273
|
let J;
|
|
6274
6274
|
p[38] === W ? J = p[39] : (J = /* @__PURE__ */ (0, import_jsx_runtime.jsx)(HorizontalCarousel, { children: W }), p[38] = W, p[39] = J);
|
|
6275
|
-
let
|
|
6276
|
-
return p[40] !== J || p[41] !== z ? (
|
|
6275
|
+
let Z;
|
|
6276
|
+
return p[40] !== J || p[41] !== z ? (Z = /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", {
|
|
6277
6277
|
className: "flex flex-col gap-2",
|
|
6278
6278
|
children: [z, J]
|
|
6279
|
-
}), p[40] = J, p[41] = z, p[42] =
|
|
6279
|
+
}), p[40] = J, p[41] = z, p[42] = Z) : Z = p[42], Z;
|
|
6280
6280
|
};
|
|
6281
6281
|
var HorizontalCarousel = (e3) => {
|
|
6282
6282
|
let p = (0, import_compiler_runtime.c)(2), { children: m } = e3;
|
package/dist/main.js
CHANGED
|
@@ -70720,7 +70720,7 @@ Image URL: ${r.imageUrl}`)), contextToXml({
|
|
|
70720
70720
|
return Logger.warn("Failed to get version from mount config"), null;
|
|
70721
70721
|
}
|
|
70722
70722
|
}
|
|
70723
|
-
const marimoVersionAtom = atom(getVersionFromMountConfig() || "0.20.5-
|
|
70723
|
+
const marimoVersionAtom = atom(getVersionFromMountConfig() || "0.20.5-dev88"), showCodeInRunModeAtom = atom(true);
|
|
70724
70724
|
atom(null);
|
|
70725
70725
|
var import_compiler_runtime$89 = require_compiler_runtime();
|
|
70726
70726
|
function useKeydownOnElement(e, r) {
|
|
@@ -82375,7 +82375,7 @@ ${c}
|
|
|
82375
82375
|
fullWidth: y,
|
|
82376
82376
|
children: G
|
|
82377
82377
|
}), r[19] = y, r[20] = S, r[21] = c, r[22] = G, r[23] = q) : q = r[23], q;
|
|
82378
|
-
}, LazyDataExplorerComponent = import_react.lazy(() => import("./ConnectedDataExplorerComponent-
|
|
82378
|
+
}, LazyDataExplorerComponent = import_react.lazy(() => import("./ConnectedDataExplorerComponent-Bh11efrC.js"));
|
|
82379
82379
|
const DataExplorerPlugin = createPlugin("marimo-data-explorer").withData(object$1({
|
|
82380
82380
|
label: string().nullish(),
|
|
82381
82381
|
data: string()
|
|
@@ -93462,7 +93462,7 @@ ${c}
|
|
|
93462
93462
|
return true;
|
|
93463
93463
|
}
|
|
93464
93464
|
}
|
|
93465
|
-
var LazyVegaComponent = import_react.lazy(() => import("./vega-component-
|
|
93465
|
+
var LazyVegaComponent = import_react.lazy(() => import("./vega-component-CnO3mkFC.js")), VegaPlugin = class {
|
|
93466
93466
|
constructor() {
|
|
93467
93467
|
__publicField(this, "tagName", "marimo-vega");
|
|
93468
93468
|
__publicField(this, "validator", object$1({
|