propro-common-components 0.2.41 → 0.2.44

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.
@@ -3,5 +3,6 @@ interface CheckAccessTokenReturnValue {
3
3
  accessToken: string | undefined;
4
4
  }
5
5
  export declare function isUserLoggedIn(): boolean;
6
+ export declare function useIsUserLoggedIn(): boolean;
6
7
  export declare const checkAccessToken: () => Promise<CheckAccessTokenReturnValue>;
7
8
  export default checkAccessToken;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "propro-common-components",
3
- "version": "0.2.41",
3
+ "version": "0.2.44",
4
4
  "type": "module",
5
5
  "main": "dist/propro-common-components.js",
6
6
  "types": "dist/main.d.ts",