hplx-feature-library 1.0.23 → 1.0.25

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.
@@ -1,9 +1,9 @@
1
- const o = [
1
+ const s = [
2
2
  "Medicine Name",
3
3
  "Generic Name",
4
4
  "Type",
5
5
  "Calculator",
6
- "Additional Info",
6
+ "Additional Information",
7
7
  "Dosage",
8
8
  "Options"
9
9
  ], a = [
@@ -37,19 +37,19 @@ const o = [
37
37
  "4(QID)": ["X-X-X-X"],
38
38
  "6(Q4H)": ["X-X-X-X-X-X"]
39
39
  };
40
- var s = /* @__PURE__ */ ((e) => (e.MgKgDose = "mg/kg/dose", e.MlKg = "mL/kg", e))(s || {});
40
+ var o = /* @__PURE__ */ ((e) => (e.MgKgDose = "mg/kg/dose", e.MlKg = "mL/kg", e))(o || {});
41
41
  const _ = [
42
42
  "mg/kg/dose",
43
43
  "mL/kg"
44
44
  /* MlKg */
45
- ], d = {
45
+ ], n = {
46
46
  drug_strength: "",
47
47
  dose_mg_kg: "",
48
48
  frequency: "",
49
49
  max_mg_dose: "",
50
50
  max_mg_day: "",
51
51
  pedia_dosage: ""
52
- }, n = {
52
+ }, d = {
53
53
  multiplier: "",
54
54
  dose_ml_kg: "",
55
55
  frequency: "",
@@ -58,12 +58,12 @@ const _ = [
58
58
  pedia_dosage: ""
59
59
  };
60
60
  export {
61
- d as C_DefaultMgKgFields,
62
- n as C_DefaultMlKgFields,
61
+ n as C_DefaultMgKgFields,
62
+ d as C_DefaultMlKgFields,
63
63
  X as C_FrequencyDosageMap,
64
64
  _ as C_MedicineCalculatorList,
65
65
  g as C_MedicineFrequencyList,
66
66
  a as C_MedicineTypeList,
67
- o as C_Table_Column_Name,
68
- s as E_CalculationType
67
+ s as C_Table_Column_Name,
68
+ o as E_CalculationType
69
69
  };
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { P as o } from "./PediatricsCalculatorTable-DFSomzyw.js";
1
+ import { P as o } from "./PediatricsCalculatorTable-BWktuG48.js";
2
2
  export {
3
3
  o as PediatricsCalculator
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.23",
4
+ "version": "1.0.25",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "vite",