@bahmni/widgets 0.0.1-dev.96 → 0.0.1-dev.99

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": "@bahmni/widgets",
3
- "version": "0.0.1-dev.96",
3
+ "version": "0.0.1-dev.99",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -1,14 +0,0 @@
1
- import { FormattedAllergy } from '@bahmni/services';
2
- interface UseAllergiesResult {
3
- allergies: FormattedAllergy[];
4
- loading: boolean;
5
- error: Error | null;
6
- refetch: () => void;
7
- }
8
- /**
9
- * Custom hook to fetch and manage patient allergies
10
- * @returns Object containing allergies, loading state, error state, and refetch function
11
- */
12
- export declare const useAllergies: () => UseAllergiesResult;
13
- export {};
14
- //# sourceMappingURL=useAllergies.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useAllergies.d.ts","sourceRoot":"","sources":["../../src/allergies/useAllergies.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,gBAAgB,EAGjB,MAAM,kBAAkB,CAAC;AAK1B,UAAU,kBAAkB;IAC1B,SAAS,EAAE,gBAAgB,EAAE,CAAC;IAC9B,OAAO,EAAE,OAAO,CAAC;IACjB,KAAK,EAAE,KAAK,GAAG,IAAI,CAAC;IACpB,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB;AAED;;;GAGG;AACH,eAAO,MAAM,YAAY,QAAO,kBA6C/B,CAAC"}