@marimo-team/frontend 0.24.1-dev57 → 0.24.1-dev58
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/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-W5CUNEV9.js"></script>
|
|
70
70
|
<link rel="modulepreload" crossorigin href="./assets/rolldown-runtime-B0Z9INg1.js">
|
|
71
71
|
<link rel="modulepreload" crossorigin href="./assets/react-CBDbhulC.js">
|
|
72
72
|
<link rel="modulepreload" crossorigin href="./assets/compiler-runtime-CYIjoINj.js">
|
|
@@ -234,7 +234,7 @@
|
|
|
234
234
|
<link rel="stylesheet" crossorigin href="./assets/cells-D-c15Ks-.css">
|
|
235
235
|
<link rel="stylesheet" crossorigin href="./assets/markdown-renderer-CU2Wa_Bt.css">
|
|
236
236
|
<link rel="stylesheet" crossorigin href="./assets/JsonOutput-BQtz7-np.css">
|
|
237
|
-
<link rel="stylesheet" crossorigin href="./assets/index-
|
|
237
|
+
<link rel="stylesheet" crossorigin href="./assets/index-DIUt_9oR.css">
|
|
238
238
|
</head>
|
|
239
239
|
<body>
|
|
240
240
|
<div id="root"></div>
|
package/package.json
CHANGED