@marimo-team/islands 0.23.2-dev42 → 0.23.2-dev44
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
|
@@ -69021,7 +69021,7 @@ ${c}
|
|
|
69021
69021
|
return Logger.warn("Failed to get version from mount config"), null;
|
|
69022
69022
|
}
|
|
69023
69023
|
}
|
|
69024
|
-
const marimoVersionAtom = atom(getVersionFromMountConfig() || "0.23.2-
|
|
69024
|
+
const marimoVersionAtom = atom(getVersionFromMountConfig() || "0.23.2-dev44"), showCodeInRunModeAtom = atom(true);
|
|
69025
69025
|
atom(null);
|
|
69026
69026
|
var VIRTUAL_FILE_REGEX = /\/@file\/([^\s"&'/]+)\.([\dA-Za-z]+)/g, VirtualFileTracker = class e {
|
|
69027
69027
|
constructor() {
|
package/package.json
CHANGED
|
@@ -381,6 +381,7 @@ const Show = ({
|
|
|
381
381
|
{node.data.name}
|
|
382
382
|
{node.data.isMarimoFile && !isWasm() && (
|
|
383
383
|
<span
|
|
384
|
+
data-testid="file-explorer-open-marimo-button"
|
|
384
385
|
className="shrink-0 ml-2 text-sm hidden group-hover:inline hover:underline"
|
|
385
386
|
onClick={onOpenMarimoFile}
|
|
386
387
|
>
|