@marimo-team/frontend 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/assets/{edit-page-DLoHgnmR.js → edit-page-mEKXGNP8.js} +2 -2
- package/dist/assets/{file-explorer-panel-BUgLGfwg.js → file-explorer-panel-DH1Yf6zQ.js} +1 -1
- package/dist/assets/{index-D7RqQR10.js → index-BMa4-yRO.js} +2 -2
- package/dist/index.html +1 -1
- package/package.json +1 -1
- package/src/components/editor/file-tree/file-explorer.tsx +1 -0
package/dist/index.html
CHANGED
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
<marimo-server-token data-token="{{ server_token }}" hidden></marimo-server-token>
|
|
67
67
|
<!-- /TODO -->
|
|
68
68
|
<title>{{ title }}</title>
|
|
69
|
-
<script type="module" crossorigin src="./assets/index-
|
|
69
|
+
<script type="module" crossorigin src="./assets/index-BMa4-yRO.js"></script>
|
|
70
70
|
<link rel="modulepreload" crossorigin href="./assets/preload-helper-BFv3hW2s.js">
|
|
71
71
|
<link rel="modulepreload" crossorigin href="./assets/chunk-LvLJmgfZ.js">
|
|
72
72
|
<link rel="modulepreload" crossorigin href="./assets/react-Bj1aDYRI.js">
|
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
|
>
|