@iccandle/reactjs-widget 0.1.9 → 0.1.10

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.
@@ -14351,9 +14351,7 @@ declare function withPlayChart<T extends IBasicDataFeed>(datafeed: T): T;
14351
14351
  declare function withPlayChart<A extends unknown[]>(factory: (...args: A) => IBasicDataFeed, ...args: A): IBasicDataFeed;
14352
14352
 
14353
14353
  type GeneratedCandlesTheme = "light" | "dark";
14354
- /** Pane-matching mask color so predicted bars hide the underlying series. */
14355
- declare const getGeneratedCandlesMaskColor: (theme?: GeneratedCandlesTheme) => string;
14356
14354
  declare const getCustomIndicators: (theme?: GeneratedCandlesTheme) => Promise<readonly CustomIndicator[]>;
14357
14355
 
14358
- export { WidgetIccandle, getCustomIndicators, getGeneratedCandlesMaskColor, withPlayChart };
14359
- export type { GeneratedCandlesTheme, WidgetIccandleChartRefs, WidgetIccandleProps, WidgetLanguage };
14356
+ export { WidgetIccandle, getCustomIndicators, withPlayChart };
14357
+ export type { GeneratedCandlesTheme, WidgetIccandleProps, WidgetLanguage };
@@ -15876,6 +15876,5 @@ const bx = Oc(function({
15876
15876
  export {
15877
15877
  Yx as WidgetIccandle,
15878
15878
  zx as getCustomIndicators,
15879
- bc as getGeneratedCandlesMaskColor,
15880
15879
  Ux as withPlayChart
15881
15880
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iccandle/reactjs-widget",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "React scanner overlay for TradingView Charting Library — ICCandle pattern search, remote theming, and plugin iframe integration.",
5
5
  "type": "module",
6
6
  "author": "ICCandle",