@bahmni/appointments-app 0.0.1-dev.172

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/README.md ADDED
@@ -0,0 +1,20 @@
1
+ # @bahmni/appointments-app
2
+
3
+ Appointments module for the Bahmni frontend. Part of the `bahmni-apps-frontend` monorepo.
4
+
5
+ ## Development
6
+
7
+ ```bash
8
+ # Run unit tests
9
+ yarn nx test @bahmni/appointments-app
10
+
11
+ # Build
12
+ yarn nx build @bahmni/appointments-app
13
+ ```
14
+
15
+ ## Tech Stack
16
+
17
+ - React 19, React Router 7
18
+ - TanStack Query for data fetching
19
+ - i18n via `@bahmni/services`
20
+ - Design system via `@bahmni/design-system`
package/dist/App.d.ts ADDED
@@ -0,0 +1,3 @@
1
+ export declare function App(): import("react/jsx-runtime").JSX.Element;
2
+ export default App;
3
+ //# sourceMappingURL=App.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"App.d.ts","sourceRoot":"","sources":["../src/App.tsx"],"names":[],"mappings":"AAiBA,wBAAgB,GAAG,4CAmClB;AAED,eAAe,GAAG,CAAC"}