@opendata-ai/openchart-svelte 2.10.0 → 2.12.0

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 +2 -0
  2. package/package.json +4 -4
package/dist/styles.css CHANGED
@@ -662,6 +662,8 @@ th[aria-sort="descending"] .viz-table-sort-btn::before {
662
662
  overflow: hidden;
663
663
  background: var(--viz-bg);
664
664
  font-family: var(--viz-font-family);
665
+ width: 100%;
666
+ height: 100%;
665
667
  }
666
668
 
667
669
  .viz-graph-canvas {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opendata-ai/openchart-svelte",
3
- "version": "2.10.0",
3
+ "version": "2.12.0",
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.10.0",
55
- "@opendata-ai/openchart-engine": "2.10.0",
56
- "@opendata-ai/openchart-vanilla": "2.10.0"
54
+ "@opendata-ai/openchart-core": "2.12.0",
55
+ "@opendata-ai/openchart-engine": "2.12.0",
56
+ "@opendata-ai/openchart-vanilla": "2.12.0"
57
57
  },
58
58
  "peerDependencies": {
59
59
  "svelte": ">=5.0.0"