master-components-react 4.2.32 → 4.2.34

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.
@@ -733,11 +733,11 @@ const uB = ({ loadingColor: e }) => /* @__PURE__ */ E.jsxs(
733
733
  ${g === "dark" ? or.dark : ""}
734
734
  ${or[C]}
735
735
  ${or.mainButton}
736
- ${i ? or[i] : ""}
736
+ ${a ? or.disabled : i ? or[i] : ""}
737
737
  ${d ? or.onlyIcon : ""}
738
738
  ${o ? or.loading : ""}
739
739
  ${r ? or[r] : ""}
740
- ${a ? or.disabled : ""}`,
740
+ `,
741
741
  onClick: () => {
742
742
  !a && n && typeof n == "function" && n();
743
743
  },
@@ -962,9 +962,7 @@ const uB = ({ loadingColor: e }) => /* @__PURE__ */ E.jsxs(
962
962
  };
963
963
  Ze(() => {
964
964
  qi();
965
- }, [xe, Ee]), Ze(() => {
966
- e && e.length === 0 && calculateWidth();
967
- }, [e]), Ze(() => (document.addEventListener("click", wt), () => {
965
+ }, [xe, Ee]), Ze(() => (document.addEventListener("click", wt), () => {
968
966
  document.removeEventListener("click", wt);
969
967
  }), []);
970
968
  const $i = Xe(!1);
@@ -72696,7 +72694,7 @@ const jle = "ColumnConfigure-module__configureWrapper", qle = "ColumnConfigure-m
72696
72694
  height: "32px",
72697
72695
  padding: "16px 12px",
72698
72696
  color: "#414651",
72699
- fontFamily: "Inter-SemiBold",
72697
+ fontFamily: "Inter-SemiBold, sans-serif",
72700
72698
  fontSize: "14px",
72701
72699
  cursor: "pointer",
72702
72700
  display: "flex",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "master-components-react",
3
3
  "private": false,
4
- "version": "4.2.32",
4
+ "version": "4.2.34",
5
5
  "type": "module",
6
6
  "main": "dist/master-components-react.cjs.js",
7
7
  "module": "dist/master-components-react.es.js",