@marimo-team/frontend 0.24.2-dev2 → 0.24.2-dev4
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-DdVef41G.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">
|
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
<link rel="stylesheet" crossorigin href="./assets/cells-D-c15Ks-.css">
|
|
236
236
|
<link rel="stylesheet" crossorigin href="./assets/markdown-renderer-B7zTpxjS.css">
|
|
237
237
|
<link rel="stylesheet" crossorigin href="./assets/JsonOutput-BQtz7-np.css">
|
|
238
|
-
<link rel="stylesheet" crossorigin href="./assets/index-
|
|
238
|
+
<link rel="stylesheet" crossorigin href="./assets/index-C7yAojRA.css">
|
|
239
239
|
</head>
|
|
240
240
|
<body>
|
|
241
241
|
<div id="root"></div>
|
package/package.json
CHANGED
|
@@ -39,11 +39,6 @@
|
|
|
39
39
|
font-variant-numeric: tabular-nums;
|
|
40
40
|
}
|
|
41
41
|
|
|
42
|
-
:is(.markdown, .mo-markdown-renderer)
|
|
43
|
-
> :is(h1, h2, h3, h4, h5, h6, p, .paragraph, ul, ol, blockquote) {
|
|
44
|
-
max-inline-size: var(--markdown-max-width);
|
|
45
|
-
}
|
|
46
|
-
|
|
47
42
|
@supports (text-wrap: balance) {
|
|
48
43
|
:is(.markdown, .mo-markdown-renderer) :is(h1, h2, h3, h4, h5, h6) {
|
|
49
44
|
text-wrap: balance;
|
|
File without changes
|