@marimo-team/islands 0.23.12-dev7 → 0.23.12-dev8
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/{code-visibility-43gCeXKe.js → code-visibility-B9yvB9rV.js} +1 -1
- package/dist/main.js +1311 -1319
- package/dist/{reveal-component-BQHpjptH.js → reveal-component-D6wEWbxH.js} +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/plugins/impl/FileBrowserPlugin.tsx +165 -74
- package/src/plugins/impl/__tests__/FileBrowserPlugin.test.tsx +314 -0
|
@@ -35996,7 +35996,7 @@ ${d}`,
|
|
|
35996
35996
|
return Logger.warn("Failed to get version from mount config"), null;
|
|
35997
35997
|
}
|
|
35998
35998
|
}
|
|
35999
|
-
marimoVersionAtom = atom(getVersionFromMountConfig() || "0.23.12-
|
|
35999
|
+
marimoVersionAtom = atom(getVersionFromMountConfig() || "0.23.12-dev8");
|
|
36000
36000
|
showCodeInRunModeAtom = atom(true);
|
|
36001
36001
|
atom(null);
|
|
36002
36002
|
var import_compiler_runtime = require_compiler_runtime();
|