hplx-feature-library 1.0.156 → 1.0.157

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.
@@ -35,5 +35,4 @@ export declare const isValidDate: (dateObject: string | Date) => boolean;
35
35
  export declare function calculateAge(pat_dob: string): string;
36
36
  export declare const debounceFn: <T extends (...args: unknown[]) => void>(func: T, timing?: number) => ((...args: Parameters<T>) => void);
37
37
  export declare const calculateDOB: (value: string, unitVal: string) => string | null;
38
- export declare function useCustomNavigation(): (targetUrl: string, offlineMode: boolean) => void;
39
38
  export declare const handle401Status: () => void;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hplx-feature-library",
3
3
  "private": false,
4
- "version": "1.0.156",
4
+ "version": "1.0.157",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "npm i hplx-react-elements-dev@qa && vite",
@@ -123,8 +123,7 @@
123
123
  "react": "^18.3.1",
124
124
  "react-dom": "^18.3.1",
125
125
  "react-modal": "^3.16.3",
126
- "react-pdf": "^7.7.1",
127
- "react-router-dom": "^7.9.4"
126
+ "react-pdf": "^7.7.1"
128
127
  },
129
128
  "devDependencies": {
130
129
  "@commitlint/config-conventional": "^19.8.1",