@bigbinary/neeto-commons-frontend 2.1.20 → 2.1.22

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neeto-commons-frontend",
3
- "version": "2.1.20",
3
+ "version": "2.1.22",
4
4
  "description": "A package encapsulating common code across neeto projects including initializers, utility functions, common components and hooks and so on.",
5
5
  "repository": "git@github.com:bigbinary/neeto-commons-frontend.git",
6
6
  "author": "Amaljith K <amaljith.k@bigbinary.com>",
package/react-utils.d.ts CHANGED
@@ -1117,7 +1117,7 @@ export function useStateWithDependency<T>(defaultValue: T, dependencies?: any[])
1117
1117
  * };
1118
1118
  * @endexample
1119
1119
  */
1120
- export function useRegisterNavigationCheckpoint(key: string, path: string): void;
1120
+ export function useRegisterNavigationCheckpoint(key: string, path?: string): void;
1121
1121
  /**
1122
1122
  *
1123
1123
  * The useNavigationCheckpoints hook is a convenient tool for fetching designated