hplx-feature-library 1.0.124 → 1.0.126

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.
@@ -1234,8 +1234,8 @@ const b9 = bu(E9), T9 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASC
1234
1234
  { label: "ECG", value: "ECG" },
1235
1235
  { label: "MRI", value: "MRI" },
1236
1236
  { label: "X-Ray", value: "XRAY" },
1237
- { label: "ABHA", value: "ABHA" },
1238
- { label: "Others", value: "OTHER_REPORTS" }
1237
+ { label: "ABHA", value: "ABHA" }
1238
+ // { label: 'Others', value: 'OTHER_REPORTS' },
1239
1239
  ]
1240
1240
  };
1241
1241
  function A9({
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hplx-feature-library",
3
3
  "private": false,
4
- "version": "1.0.124",
4
+ "version": "1.0.126",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "npm i hplx-react-elements-dev@qa && vite",