@marimo-team/frontend 0.20.5-dev41 → 0.20.5-dev43
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-Bld_fe39.js → edit-page-CiIDfScc.js} +2 -2
- package/dist/assets/{file-explorer-panel-BIzyNOVs.js → file-explorer-panel-BIprY132.js} +1 -1
- package/dist/assets/index-CDgqxTU8.css +2 -0
- package/dist/assets/{index-BMdbqayP.js → index-PfGPTz9j.js} +2 -2
- package/dist/index.html +2 -2
- package/package.json +1 -1
- package/src/components/storage/storage-inspector.tsx +1 -1
- package/dist/assets/index-fYvRsNGP.css +0 -2
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-PfGPTz9j.js"></script>
|
|
70
70
|
<link rel="modulepreload" crossorigin href="./assets/preload-helper-BW0IMuFq.js">
|
|
71
71
|
<link rel="modulepreload" crossorigin href="./assets/clsx-A78R3nYl.js">
|
|
72
72
|
<link rel="modulepreload" crossorigin href="./assets/cn-d_A4rA-x.js">
|
|
@@ -258,7 +258,7 @@
|
|
|
258
258
|
<link rel="stylesheet" crossorigin href="./assets/cells-jmgGt1lS.css">
|
|
259
259
|
<link rel="stylesheet" crossorigin href="./assets/markdown-renderer-DdDKmWlR.css">
|
|
260
260
|
<link rel="stylesheet" crossorigin href="./assets/JsonOutput-B7vuddcd.css">
|
|
261
|
-
<link rel="stylesheet" crossorigin href="./assets/index-
|
|
261
|
+
<link rel="stylesheet" crossorigin href="./assets/index-CDgqxTU8.css">
|
|
262
262
|
</head>
|
|
263
263
|
<body>
|
|
264
264
|
<div id="root"></div>
|
package/package.json
CHANGED