svelteplot 0.0.1-alpha.8 → 0.0.1-alpha.9

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.
Files changed (2) hide show
  1. package/dist/Plot.svelte +3 -0
  2. package/package.json +1 -1
package/dist/Plot.svelte CHANGED
@@ -150,6 +150,9 @@ let hasLegend = $derived(color?.legend || symbol?.legend);
150
150
  figure .plot-header {
151
151
  order: 1;
152
152
  }
153
+ h2, h3 {
154
+ margin: 0;
155
+ }
153
156
  svg {
154
157
  order: 2;
155
158
  overflow: visible;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svelteplot",
3
- "version": "0.0.1-alpha.8",
3
+ "version": "0.0.1-alpha.9",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "vite build",