@opendata-ai/openchart-svelte 2.13.0 → 2.13.1

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/styles.css +1 -1
  2. package/package.json +4 -4
package/dist/styles.css CHANGED
@@ -241,8 +241,8 @@
241
241
 
242
242
  .viz-chart {
243
243
  font-family: var(--viz-font-family);
244
+ display: block;
244
245
  width: 100%;
245
- height: 100%;
246
246
  }
247
247
 
248
248
  /* ---------------------------------------------------------------------------
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opendata-ai/openchart-svelte",
3
- "version": "2.13.0",
3
+ "version": "2.13.1",
4
4
  "description": "Svelte components for openchart: <Chart />, <DataTable />, <Graph />, <VizThemeProvider />",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Riley Hilliard",
@@ -51,9 +51,9 @@
51
51
  "typecheck": "svelte-check --tsconfig ./tsconfig.json"
52
52
  },
53
53
  "dependencies": {
54
- "@opendata-ai/openchart-core": "2.13.0",
55
- "@opendata-ai/openchart-engine": "2.13.0",
56
- "@opendata-ai/openchart-vanilla": "2.13.0"
54
+ "@opendata-ai/openchart-core": "2.13.1",
55
+ "@opendata-ai/openchart-engine": "2.13.1",
56
+ "@opendata-ai/openchart-vanilla": "2.13.1"
57
57
  },
58
58
  "peerDependencies": {
59
59
  "svelte": ">=5.0.0"