@iccandle/reactjs-widget 0.2.9 → 0.2.11

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