vue-chrts 0.0.86 → 0.0.88

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.d.ts CHANGED
@@ -6,5 +6,6 @@ export { AreaStackedChart } from './AreaStacked/index';
6
6
  export { BarChart } from './Bar/index';
7
7
  export { DonutChart } from './Donut/index';
8
8
  export { LineChart } from './Line/index';
9
+ export * from './Line/types';
9
10
  export { Progress, Status, Tooltip };
10
11
  export * from './Button/index';
package/dist/index.js CHANGED
@@ -9511,8 +9511,10 @@ export {
9511
9511
  sy as AreaStackedChart,
9512
9512
  ay as BarChart,
9513
9513
  fy as Button,
9514
+ X as CurveType,
9514
9515
  ly as DonutChart,
9515
9516
  cy as LineChart,
9517
+ A as Position,
9516
9518
  uy as Progress,
9517
9519
  hy as Status,
9518
9520
  Ko as Tooltip
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-chrts",
3
- "version": "0.0.86",
3
+ "version": "0.0.88",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "files": [