vue-chrts 0.0.90 → 0.0.91

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
@@ -5,6 +5,6 @@ export { AreaChart } from './Area/index';
5
5
  export { AreaStackedChart } from './AreaStacked/index';
6
6
  export { BarChart } from './Bar/index';
7
7
  export { DonutChart } from './Donut/index';
8
- export * from './Line/index';
8
+ export { LineChart, CurveType, PaginationPosition, type LineChartProps } from './Line/index';
9
9
  export { Progress, Status, Tooltip };
10
10
  export * from './Button/index';
package/dist/index.js CHANGED
@@ -9517,7 +9517,6 @@ export {
9517
9517
  cy as DonutChart,
9518
9518
  uy as LineChart,
9519
9519
  B_ as PaginationPosition,
9520
- A as Position,
9521
9520
  hy as Progress,
9522
9521
  fy as Status,
9523
9522
  Ko as Tooltip
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-chrts",
3
- "version": "0.0.90",
3
+ "version": "0.0.91",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "files": [