hplx-feature-library 1.0.231 → 1.0.232
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/dist/PatientPopup/index.js +1 -1
- package/dist/{PatientPopupContainer-DpCBNO2c.js → PatientPopupContainer-Ds8KUzC-.js} +1 -1
- package/dist/{PatientPopupContainer-B9Ev8xjs.cjs → PatientPopupContainer-DsEPO7cz.cjs} +1 -1
- package/dist/{PrintModal-mNA_qJpW.cjs → PrintModal-VDJ4Prqs.cjs} +3 -3
- package/dist/{PrintModal-BF2-PDRX.js → PrintModal-XPr4IAq7.js} +2 -1
- package/dist/index.js +2 -2
- package/dist/print-pdf/index.js +1 -1
- package/package.json +1 -1
|
@@ -120150,7 +120150,8 @@ const PrintPediaChartsPdf = memo(
|
|
|
120150
120150
|
fontSize: 16,
|
|
120151
120151
|
flexWrap: "wrap",
|
|
120152
120152
|
flex: 1,
|
|
120153
|
-
color: "#1D2939"
|
|
120153
|
+
color: "#1D2939",
|
|
120154
|
+
textTransform: "capitalize"
|
|
120154
120155
|
}
|
|
120155
120156
|
}), formatDateTime = (N) => N ? dayjs(N).format("DD-MMM-YYYY hh:mm A") : "--", getFirstSampleCollectedDate = (N) => {
|
|
120156
120157
|
const W = N?.test_templates?.[0]?.samples?.[0];
|
package/dist/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { P as r } from "./PediatricsCalculatorTable-G0ttbDpi.js";
|
|
2
|
-
import { P as e } from "./PatientPopupContainer-
|
|
2
|
+
import { P as e } from "./PatientPopupContainer-Ds8KUzC-.js";
|
|
3
3
|
import { A as i } from "./Attachments-4FIsCWlc.js";
|
|
4
4
|
import { P } from "./PatientAddEdit-9W7ONHSd.js";
|
|
5
5
|
import { S as m } from "./SearchPatients-D7cCFV9o.js";
|
|
6
6
|
import { N as n } from "./NineDots-B3ZRumoi.js";
|
|
7
7
|
import { U as d } from "./UserProfile-DRf9rznF.js";
|
|
8
|
-
import { P as c } from "./PrintModal-
|
|
8
|
+
import { P as c } from "./PrintModal-XPr4IAq7.js";
|
|
9
9
|
import { A as u } from "./AllInvestigationsTable-Dg-YXASz.js";
|
|
10
10
|
export {
|
|
11
11
|
u as AllInvestigations,
|
package/dist/print-pdf/index.js
CHANGED