viainti-chart 1.0.0 → 1.0.2

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
@@ -23,5 +23,5 @@ interface TradingViewChartProps {
23
23
  }
24
24
  declare const _default: React.NamedExoticComponent<TradingViewChartProps>;
25
25
 
26
- export { Chart, _default as TradingViewChart };
26
+ export { Chart, Chart as OHLCChart, _default as TradingViewChart };
27
27
  export type { ChartProps, OHLCData };
package/dist/index.mjs CHANGED
@@ -3804,5 +3804,5 @@ const TradingViewChart = ({ data, symbol = 'BTC/USDT', onTimeframeChange }) => {
3804
3804
  };
3805
3805
  var TradingViewChart_default = memo(TradingViewChart);
3806
3806
 
3807
- export { Chart, TradingViewChart_default as TradingViewChart };
3807
+ export { Chart, Chart as OHLCChart, TradingViewChart_default as TradingViewChart };
3808
3808
  //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "viainti-chart",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Advanced React OHLC chart library with TradingView-style interface, indicators, drawings, and full mobile responsiveness. Perfect for fintech dashboards and trading apps.",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",