hplx-feature-library 1.0.248 → 1.0.249

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.
@@ -120325,7 +120325,7 @@ const PrintPediaChartsPdf = memo(
120325
120325
  Header,
120326
120326
  {
120327
120327
  preferences: N,
120328
- labPreferences: W.print.lab,
120328
+ labPreferences: W?.print?.lab,
120329
120329
  printEmailClick: w
120330
120330
  }
120331
120331
  ),
@@ -120342,7 +120342,7 @@ const PrintPediaChartsPdf = memo(
120342
120342
  Footer,
120343
120343
  {
120344
120344
  printEmailClick: w,
120345
- labPreferences: W.print.lab,
120345
+ labPreferences: W?.print?.lab,
120346
120346
  preferences: N,
120347
120347
  setPrintPageCount: I
120348
120348
  }
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-DBsANgBK.js";
2
+ import { P as e } from "./PatientPopupContainer-GY1cLpXZ.js";
3
3
  import { A as i } from "./Attachments-CARL1R9N.js";
4
4
  import { P } from "./PatientAddEdit-C5MnysOS.js";
5
5
  import { S as m } from "./SearchPatients-B91CFBhq.js";
6
6
  import { N as n } from "./NineDots-B3ZRumoi.js";
7
7
  import { U as d } from "./UserProfile-1Pll0yKL.js";
8
- import { P as c } from "./PrintModal-Vc8xMjIn.js";
8
+ import { P as c } from "./PrintModal-DgfHsX9T.js";
9
9
  import { A as u } from "./AllInvestigationsTable-Dg-YXASz.js";
10
10
  export {
11
11
  u as AllInvestigations,
@@ -1,4 +1,4 @@
1
- import { P as f } from "../PrintModal-Vc8xMjIn.js";
1
+ import { P as f } from "../PrintModal-DgfHsX9T.js";
2
2
  export {
3
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.248",
4
+ "version": "1.0.249",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "npm i hplx-react-elements-dev@qa && vite",