formanitor 0.0.39 → 0.0.40

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.mjs CHANGED
@@ -6634,7 +6634,11 @@ var OphthalmologyWidget = ({ fieldId }) => {
6634
6634
  ] })
6635
6635
  ] }),
6636
6636
  /* @__PURE__ */ jsx("tbody", { children: /* @__PURE__ */ jsxs("tr", { children: [
6637
- /* @__PURE__ */ jsx("td", { className: refractionLabelCellClass, children: "Current Glass" }),
6637
+ /* @__PURE__ */ jsx("td", { className: `${refractionLabelCellClass} whitespace-normal`, children: /* @__PURE__ */ jsxs("span", { className: "block leading-tight", children: [
6638
+ "Current",
6639
+ /* @__PURE__ */ jsx("br", {}),
6640
+ "Glass"
6641
+ ] }) }),
6638
6642
  /* @__PURE__ */ jsx("td", { className: refractionDataCellClass, children: /* @__PURE__ */ jsx(
6639
6643
  Input,
6640
6644
  {
@@ -6889,12 +6893,12 @@ var OphthalmologyWidget = ({ fieldId }) => {
6889
6893
  /* @__PURE__ */ jsx("th", { className: refractionHeaderCellClass, children: "Sph" }),
6890
6894
  /* @__PURE__ */ jsx("th", { className: refractionHeaderCellClass, children: "Cyl" }),
6891
6895
  /* @__PURE__ */ jsx("th", { className: refractionHeaderCellClass, children: "Axis" }),
6892
- /* @__PURE__ */ jsx("th", { className: refractionHeaderCellClass, children: "V/A" }),
6896
+ /* @__PURE__ */ jsx("th", { className: refractionHeaderCellClass, children: "BCVA" }),
6893
6897
  /* @__PURE__ */ jsx("th", { className: refractionHeaderCellClass, children: "P/D" }),
6894
6898
  /* @__PURE__ */ jsx("th", { className: refractionHeaderCellClass, children: "Sph" }),
6895
6899
  /* @__PURE__ */ jsx("th", { className: refractionHeaderCellClass, children: "Cyl" }),
6896
6900
  /* @__PURE__ */ jsx("th", { className: refractionHeaderCellClass, children: "Axis" }),
6897
- /* @__PURE__ */ jsx("th", { className: refractionHeaderCellClass, children: "V/A" }),
6901
+ /* @__PURE__ */ jsx("th", { className: refractionHeaderCellClass, children: "BCVA" }),
6898
6902
  /* @__PURE__ */ jsx("th", { className: refractionHeaderCellClass, children: "P/D" })
6899
6903
  ] })
6900
6904
  ] }),