@tuya-sat/sdf-main-sdk 0.0.116 → 0.1.0

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "main.css": "auto/main.css",
3
3
  "main.js": "auto/main.bundle.js",
4
- "131.100f111c.chunk.js": "auto/131.100f111c.chunk.js",
4
+ "131.a1b5f3d3.chunk.js": "auto/131.a1b5f3d3.chunk.js",
5
5
  "static/img/reLogin.png": "auto/static/img/294142da390c5af23324.png",
6
6
  "static/img/emptyPage.png": "auto/static/img/daa00e3565343b2c9c18.png",
7
7
  "static/img/expira.png": "auto/static/img/ddf3e1f8ec8350445a4a.png",
@@ -11,5 +11,5 @@
11
11
  "zh.json": "auto/zh.json",
12
12
  "main.css.map": "auto/main.css.map",
13
13
  "main.bundle.js.map": "auto/main.bundle.js.map",
14
- "131.100f111c.chunk.js.map": "auto/131.100f111c.chunk.js.map"
14
+ "131.a1b5f3d3.chunk.js.map": "auto/131.a1b5f3d3.chunk.js.map"
15
15
  }
@@ -34,6 +34,8 @@ export interface LoginProps {
34
34
  BgSlot?: FC<{
35
35
  bg: string;
36
36
  }>;
37
+ ClauseSlot?: FC;
38
+ ExtraNavSlot?: FC;
37
39
  };
38
40
  customStyle?: {
39
41
  formStyle?: any;
@@ -19,6 +19,7 @@ export declare const afterLoginHook: ({ search, history, }: {
19
19
  search: string;
20
20
  history: any;
21
21
  }) => void;
22
+ export declare const isSupportPhoneRegion: () => boolean;
22
23
  export declare const isSupportMultiLang: () => boolean;
23
24
  export declare const isOpenGt: () => boolean;
24
25
  export declare const isMessageCt: () => boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tuya-sat/sdf-main-sdk",
3
- "version": "0.0.116",
3
+ "version": "0.1.0",
4
4
  "main": "./dist/main.bundle.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "license": "MIT",