@mindly/ui-components 8.2.12 → 8.2.14

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.
@@ -8,6 +8,7 @@ type AuthProviderProps = React.PropsWithChildren<{
8
8
  */
9
9
  webAuthListener?: (callback: (user: User | null) => void) => () => void;
10
10
  onInitUser: (userId: string) => Promise<unknown>;
11
+ onLogoutUser: () => Promise<unknown>;
11
12
  fallback: React.ReactNode;
12
13
  }>;
13
14
  export declare const AuthProvider: FC<AuthProviderProps>;
package/dist/index.d.ts CHANGED
@@ -2007,6 +2007,7 @@ type AuthProviderProps = React__default.PropsWithChildren<{
2007
2007
  */
2008
2008
  webAuthListener?: (callback: (user: User | null) => void) => () => void;
2009
2009
  onInitUser: (userId: string) => Promise<unknown>;
2010
+ onLogoutUser: () => Promise<unknown>;
2010
2011
  fallback: React__default.ReactNode;
2011
2012
  }>;
2012
2013
  declare const AuthProvider: FC<AuthProviderProps>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "8.2.12",
3
+ "version": "8.2.14",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",