@marimo-team/islands 0.19.8-dev26 → 0.19.8-dev27
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 +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -73203,7 +73203,7 @@ Image URL: ${r.imageUrl}`)), contextToXml({
|
|
|
73203
73203
|
return Logger.warn("Failed to get version from mount config"), null;
|
|
73204
73204
|
}
|
|
73205
73205
|
}
|
|
73206
|
-
const marimoVersionAtom = atom(getVersionFromMountConfig() || "0.19.8-
|
|
73206
|
+
const marimoVersionAtom = atom(getVersionFromMountConfig() || "0.19.8-dev27"), showCodeInRunModeAtom = atom(true);
|
|
73207
73207
|
atom(null);
|
|
73208
73208
|
var import_compiler_runtime$88 = require_compiler_runtime();
|
|
73209
73209
|
function useKeydownOnElement(e, r) {
|