@marimo-team/islands 0.19.8-dev19 → 0.19.8-dev23
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/main.js
CHANGED
|
@@ -51305,7 +51305,7 @@ Database schema: ${c}`), (_a3 = r2.aiFix) == null ? void 0 : _a3.setAiCompletion
|
|
|
51305
51305
|
type: "image",
|
|
51306
51306
|
url: e
|
|
51307
51307
|
}
|
|
51308
|
-
] : e.split(urlRegex).filter((e2) => e2
|
|
51308
|
+
] : e.split(urlRegex).filter((e2) => e2 !== "").map((e2) => urlRegex.test(e2) ? imageRegex.test(e2) || dataImageRegex.test(e2) || knownImageDomains.some((r) => e2.includes(r)) ? {
|
|
51309
51309
|
type: "image",
|
|
51310
51310
|
url: e2
|
|
51311
51311
|
} : {
|
|
@@ -73176,7 +73176,7 @@ Image URL: ${r.imageUrl}`)), contextToXml({
|
|
|
73176
73176
|
return Logger.warn("Failed to get version from mount config"), null;
|
|
73177
73177
|
}
|
|
73178
73178
|
}
|
|
73179
|
-
const marimoVersionAtom = atom(getVersionFromMountConfig() || "0.19.8-
|
|
73179
|
+
const marimoVersionAtom = atom(getVersionFromMountConfig() || "0.19.8-dev23"), showCodeInRunModeAtom = atom(true);
|
|
73180
73180
|
atom(null);
|
|
73181
73181
|
var import_compiler_runtime$88 = require_compiler_runtime();
|
|
73182
73182
|
function useKeydownOnElement(e, r) {
|