hplx-feature-library 1.0.268 → 1.0.270
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-GB3sPgX9.cjs → PatientPopupContainer-Bd949sB5.cjs} +2 -2
- package/dist/{PatientPopupContainer-Df85PZU3.js → PatientPopupContainer-DNAHFCpd.js} +2 -2
- package/dist/{PrintModal-QFhHzbP0.cjs → PrintModal-C16TmJee.cjs} +4 -4
- package/dist/{PrintModal-C9TdVGR4.js → PrintModal-CniXg-Js.js} +14 -29
- package/dist/UserProfile/index.js +1 -1
- package/dist/{UserProfile-CnCgdOFq.cjs → UserProfile-BihdVNse.cjs} +1 -1
- package/dist/{UserProfile-KXr5J7tR.js → UserProfile-DwQiAi_t.js} +1 -1
- package/dist/index.js +3 -3
- package/dist/print-pdf/index.js +1 -1
- package/package.json +1 -1
|
@@ -1722,7 +1722,7 @@ const iI = ({ branch_name: A, role_name: E, org_branch_id: I }) => /* @__PURE__
|
|
|
1722
1722
|
/* @__PURE__ */ c.jsxs(
|
|
1723
1723
|
"div",
|
|
1724
1724
|
{
|
|
1725
|
-
className: "hfl-flex hfl-
|
|
1725
|
+
className: "hfl-flex hfl-flex-col hfl-gap-1 hfl-border-t hfl-border-Gray-200 hfl-px-4 hfl-py-3",
|
|
1726
1726
|
style: { boxShadow: "0px -2px 4px rgba(0, 0, 0, 0.05)" },
|
|
1727
1727
|
children: [
|
|
1728
1728
|
/* @__PURE__ */ c.jsxs("div", { className: "hfl-flex hfl-items-start hfl-justify-between hfl-gap-2", children: [
|
package/dist/index.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { P as r } from "./PediatricsCalculatorTable-awqyE356.js";
|
|
2
|
-
import { P as e } from "./PatientPopupContainer-
|
|
2
|
+
import { P as e } from "./PatientPopupContainer-DNAHFCpd.js";
|
|
3
3
|
import { A as i } from "./Attachments-DJGZozIu.js";
|
|
4
4
|
import { P } from "./PatientAddEdit-Bl8UC3Qt.js";
|
|
5
5
|
import { S as m } from "./SearchPatients-Eju2303W.js";
|
|
6
6
|
import { N as n } from "./NineDots-CDJrCwoA.js";
|
|
7
|
-
import { U as d } from "./UserProfile-
|
|
8
|
-
import { P as c } from "./PrintModal-
|
|
7
|
+
import { U as d } from "./UserProfile-DwQiAi_t.js";
|
|
8
|
+
import { P as c } from "./PrintModal-CniXg-Js.js";
|
|
9
9
|
import { A as u } from "./AllInvestigationsTable-2K35PFTn.js";
|
|
10
10
|
export {
|
|
11
11
|
u as AllInvestigations,
|
package/dist/print-pdf/index.js
CHANGED