@cascivo/charts 0.3.3 → 0.3.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cascivo/charts",
3
- "version": "0.3.3",
3
+ "version": "0.3.8",
4
4
  "private": false,
5
5
  "description": "Chart components built from scratch — scales, shapes, and signal-driven rendering, zero dependencies",
6
6
  "keywords": [
@@ -43,8 +43,8 @@
43
43
  "provenance": true
44
44
  },
45
45
  "dependencies": {
46
- "@cascivo/core": "^0.2.2",
47
- "@cascivo/i18n": "^0.1.10"
46
+ "@cascivo/core": "^0.2.6",
47
+ "@cascivo/i18n": "^0.2.3"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@preact/signals": "^2",
package/readme.body.md CHANGED
@@ -1,4 +1,4 @@
1
- Accessible, signal-driven chart library for cascivo — AreaChart, BarChart, LineChart, Sparkline, Heatmap, and more. All charts are keyboard-navigable with `aria-live` tooltips. CVD-safe palettes (Okabe-Ito, oklch) verified in CI across all 14 themes.
1
+ Accessible, signal-driven chart library for cascivo — AreaChart, BarChart, LineChart, Sparkline, Heatmap, and more. All charts are keyboard-navigable with `aria-live` tooltips. CVD-safe palettes (Okabe-Ito, oklch) verified in CI across all {{count.themes}} themes.
2
2
 
3
3
  ## Install
4
4