@mindly/ui-components 6.6.5 → 6.7.1

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.
@@ -7,6 +7,7 @@ type AuthProviderProps = {
7
7
  * REMOVE WHEN WE MOVE AUTH TO NATIVE CAPACITOR PLUGIN
8
8
  */
9
9
  webAuthListener?: (callback: (user: User | null) => void) => () => void;
10
+ errorLoggerFunction: (message: string) => void;
10
11
  };
11
12
  export declare const AuthProvider: FC<AuthProviderProps>;
12
13
  export {};
package/dist/index.d.ts CHANGED
@@ -2305,6 +2305,7 @@ type AuthProviderProps = {
2305
2305
  * REMOVE WHEN WE MOVE AUTH TO NATIVE CAPACITOR PLUGIN
2306
2306
  */
2307
2307
  webAuthListener?: (callback: (user: User | null) => void) => () => void;
2308
+ errorLoggerFunction: (message: string) => void;
2308
2309
  };
2309
2310
  declare const AuthProvider: FC<AuthProviderProps>;
2310
2311
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "6.6.5",
3
+ "version": "6.7.1",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",
@@ -16,7 +16,6 @@
16
16
  },
17
17
  "dependencies": {
18
18
  "@babel/polyfill": "7.12.1",
19
- "@capacitor-firebase/authentication": "7.3.0",
20
19
  "@capacitor/app": "7.0.1",
21
20
  "@capacitor/clipboard": "7.0.1",
22
21
  "@capacitor/haptics": "7.0.1",
@@ -55,6 +54,7 @@
55
54
  },
56
55
  "peerDependencies": {
57
56
  "@babel/polyfill": "7.12.1",
57
+ "@capacitor-firebase/authentication": "7.2.0",
58
58
  "@capacitor/core": "7.4.1",
59
59
  "@capacitor/haptics": "7.0.1",
60
60
  "@capacitor/keyboard": "7.0.1",
@@ -107,6 +107,7 @@
107
107
  "@babel/plugin-transform-react-jsx": "^7.27.1",
108
108
  "@babel/preset-env": "^7.28.0",
109
109
  "@babel/preset-typescript": "7.22.15",
110
+ "@capacitor-firebase/authentication": "7.2.0",
110
111
  "@ionic/lab": "3.2.10",
111
112
  "@rollup/plugin-commonjs": "20.0.0",
112
113
  "@rollup/plugin-image": "2.1.1",