hplx-feature-library 1.0.179 → 1.0.181

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.
@@ -100784,7 +100784,7 @@ const computeFieldStyles$3 = (N, W, M, Y) => N ? {
100784
100784
  if (!M || !ne)
100785
100785
  return;
100786
100786
  const je = isJson(ne) ? JSON.parse(ne) : {}, ye = parseData(Ue, M, je);
100787
- return ye.length > 0 ? (Ue === "patienthistory" && J?.(), ye.map((ge) => Le(Ue, ge, je))) : Le(Ue, ye, je);
100787
+ return ye?.length > 0 ? (Ue === "patienthistory" && J?.(), ye.map((ge) => Le(Ue, ge, je))) : Le(Ue, ye, je);
100788
100788
  } catch (je) {
100789
100789
  console.log(`error while printing ${Ue} Error:${je}`);
100790
100790
  }
@@ -120716,8 +120716,7 @@ export {
120716
120716
  sendAttachLISReport as K,
120717
120717
  getHplxLabPdfUrl as L,
120718
120718
  sendV2PrintEmailOrSMS as M,
120719
- PrintModal$1 as N,
120720
- PrintModal as P,
120719
+ PrintModal$1 as P,
120721
120720
  Text as T,
120722
120721
  UPDATE_WALLET as U,
120723
120722
  VERIFY_INSURANCE as V,
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { P as r } from "./PediatricsCalculatorTable-CNWwNxCr.js";
2
2
  import { A as a } from "./AllInvestigationsTable-230u6fB3.js";
3
- import { P as i } from "./PatientPopupContainer-w3gWr1DY.js";
3
+ import { P as i } from "./PatientPopupContainer-DMMJrNd9.js";
4
4
  import { A as f } from "./Attachments-CMLqiosn.js";
5
5
  import { P } from "./PatientAddEdit-Cg2AXnbZ.js";
6
6
  import { S as n } from "./SearchPatients-BRtrWjT9.js";
@@ -1,4 +1,4 @@
1
- import { P as a } from "../PrintModal-CjHcvcfq.js";
1
+ import { P as f } from "../PrintModal-CitaJ1iG.js";
2
2
  export {
3
- a as PrintModal
3
+ f as default
4
4
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hplx-feature-library",
3
3
  "private": false,
4
- "version": "1.0.179",
4
+ "version": "1.0.181",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "npm i hplx-react-elements-dev@qa && vite",