comand-component-library 4.0.80 → 4.0.82

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.
@@ -7396,9 +7396,6 @@ const Nm = /* @__PURE__ */ P(Rm, [["render", jm]]), Um = {
7396
7396
  case "flex":
7397
7397
  this.contentOrientation === "horizontal" ? e += " flex-container" : this.contentOrientation === "vertical" && (e += " flex-container vertical");
7398
7398
  break;
7399
- default:
7400
- e = null;
7401
- break;
7402
7399
  }
7403
7400
  return e;
7404
7401
  }