@3sc/common-component 0.0.404 → 0.0.405

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.es.js CHANGED
@@ -44487,7 +44487,7 @@ function Dw({
44487
44487
  let B = 0;
44488
44488
  return f.map((q) => {
44489
44489
  var Z, ce;
44490
- if (q != null && q.isMandatory && (q != null && q.isSticky) || q != null && q.isVisible) {
44490
+ if (q != null && q.isMandatory && (q != null && q.isSticky) && (q != null && q.isVisible)) {
44491
44491
  const ve = B;
44492
44492
  return B += parseFloat((ce = (Z = q == null ? void 0 : q.style) == null ? void 0 : Z.minWidth) == null ? void 0 : ce.replace("rem", "")) || 7.5, ve;
44493
44493
  }