@3sc/common-component 0.0.246 → 0.0.247

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
@@ -40398,7 +40398,7 @@ const QV = ({ color: e }) => /* @__PURE__ */ g.jsx("svg", { width: "7", height:
40398
40398
  "& .MuiInputBase-root": {
40399
40399
  cursor: o ? "not-allowed" : "pointer"
40400
40400
  },
40401
- ...!(d != null && d.showBorder) && {
40401
+ ...d && !(d != null && d.showBorder) && {
40402
40402
  "& .MuiOutlinedInput-root": {
40403
40403
  borderRadius: 0,
40404
40404
  "& fieldset": {