@mindly/ui-components 8.2.11 → 8.2.12

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,7 +7,6 @@ type AuthProviderProps = React.PropsWithChildren<{
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;
11
10
  onInitUser: (userId: string) => Promise<unknown>;
12
11
  fallback: React.ReactNode;
13
12
  }>;
package/dist/index.d.ts CHANGED
@@ -2006,7 +2006,6 @@ type AuthProviderProps = React__default.PropsWithChildren<{
2006
2006
  * REMOVE WHEN WE MOVE AUTH TO NATIVE CAPACITOR PLUGIN
2007
2007
  */
2008
2008
  webAuthListener?: (callback: (user: User | null) => void) => () => void;
2009
- errorLoggerFunction: (message: string) => void;
2010
2009
  onInitUser: (userId: string) => Promise<unknown>;
2011
2010
  fallback: React__default.ReactNode;
2012
2011
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "8.2.11",
3
+ "version": "8.2.12",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",