@marimo-team/frontend 0.19.5-dev45 → 0.19.5-dev46

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-iQfK7AJ4.js"></script>
69
+ <script type="module" crossorigin src="./assets/index-DSOUf4SJ.js"></script>
70
70
  <link rel="modulepreload" crossorigin href="./assets/preload-helper-BW0IMuFq.js">
71
71
  <link rel="modulepreload" crossorigin href="./assets/hotkeys-uKX61F1_.js">
72
72
  <link rel="modulepreload" crossorigin href="./assets/defaultLocale-BLUna9fQ.js">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marimo-team/frontend",
3
- "version": "0.19.5-dev45",
3
+ "version": "0.19.5-dev46",
4
4
  "main": "dist/main.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",
@@ -214,7 +214,7 @@ export const DataExplorerComponent = ({
214
214
  <VegaEmbed
215
215
  options={chartOptions(theme)}
216
216
  key={idx}
217
- spec={plot.spec}
217
+ spec={augmentSpecWithData(plot.spec, chartData)}
218
218
  />
219
219
  </HorizontalCarouselItem>
220
220
  ))}