hplx-feature-library 1.0.79 → 1.0.81

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/index.js CHANGED
@@ -1,6 +1,6 @@
1
- import { P as r } from "./PediatricsCalculatorTable-B6OkRbld.js";
2
- import { A as a } from "./AllInvestigationsTable-CsDFyLz2.js";
3
- import { A as f } from "./AlertPopup-tF3Y6sIE.js";
1
+ import { P as r } from "./PediatricsCalculatorTable-DelYgJEq.js";
2
+ import { A as a } from "./AllInvestigationsTable-n-z7PX2L.js";
3
+ import { A as f } from "./AlertPopup-BNDuLUqA.js";
4
4
  import { default as p } from "./CustomDropdown/index.js";
5
5
  import { default as u } from "./DateTimePicker/DateAndTimePicker/index.js";
6
6
  import { default as i } from "./ToggleButtons/index.js";
@@ -107,7 +107,7 @@ export interface I_UPDATE_DOCUMENT_REQUEST {
107
107
  }
108
108
  export interface I_UPDATE_DOCUMENT_RESPONSE {
109
109
  data?: I_DOCUMENT;
110
- success: boolean;
110
+ status: boolean;
111
111
  message: string;
112
112
  }
113
113
  export interface I_DELETE_FILE_RESPONSE {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hplx-feature-library",
3
3
  "private": false,
4
- "version": "1.0.79",
4
+ "version": "1.0.81",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "npm i hplx-react-elements-dev@qa && vite",
@@ -95,7 +95,7 @@
95
95
  "date-fns": "^4.1.0",
96
96
  "dayjs": "^1.11.13",
97
97
  "hplx-font-icons": "^2.20.0",
98
- "hplx-react-elements-dev": "^1.3.74",
98
+ "hplx-react-elements-dev": "^1.3.95",
99
99
  "konva": "^9.3.22",
100
100
  "lodash.debounce": "^4.0.8",
101
101
  "nanoid": "^5.1.5",