@iccandle/reactjs-widget 0.2.2 → 0.2.4

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.
@@ -14362,7 +14362,7 @@ declare function withPlayChart<A extends unknown[]>(factory: (...args: A) => IBa
14362
14362
  type GeneratedCandlesTheme = "light" | "dark";
14363
14363
  declare const getCustomIndicators: (theme?: GeneratedCandlesTheme) => Promise<readonly CustomIndicator[]>;
14364
14364
 
14365
- declare const WIDGET_RESULT_URL = "https://embed-iccandle-app.iccandle.ai";
14365
+ declare const WIDGET_RESULT_URL = "http://localhost:3000";
14366
14366
 
14367
14367
  export { WIDGET_RESULT_URL, WidgetIccandle, getCustomIndicators, handleResultIframeLoad, withPlayChart };
14368
14368
  export type { GeneratedCandlesTheme, WidgetIccandleProps, WidgetLanguage };