@iccandle/reactjs-widget 0.2.16 → 0.2.18
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/widget-iccandle.cjs +17 -17
- package/dist/widget-iccandle.d.ts +1 -1
- package/dist/widget-iccandle.js +2852 -2850
- package/package.json +1 -1
|
@@ -14366,7 +14366,7 @@ declare function withPlayChart<A extends unknown[]>(factory: (...args: A) => IBa
|
|
|
14366
14366
|
type GeneratedCandlesTheme = "light" | "dark";
|
|
14367
14367
|
declare const getCustomIndicators: (theme?: GeneratedCandlesTheme) => Promise<readonly CustomIndicator[]>;
|
|
14368
14368
|
|
|
14369
|
-
declare const WIDGET_RESULT_URL = "
|
|
14369
|
+
declare const WIDGET_RESULT_URL = "https://embed-iccandle-app.iccandle.ai";
|
|
14370
14370
|
|
|
14371
14371
|
export { WIDGET_RESULT_URL, WidgetIccandle, getCustomIndicators, handleResultIframeLoad, withPlayChart };
|
|
14372
14372
|
export type { GeneratedCandlesTheme, WidgetIccandleProps, WidgetLanguage };
|