master-components-react-ts 2.5.11 → 2.5.12

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1131,7 +1131,7 @@ const un = "mc__Dropdown-module__dropdownWrapper", mn = "mc__Dropdown-module__dr
1131
1131
  te.stopPropagation(), (!s || !l && !u?.disabled) && Re(u);
1132
1132
  },
1133
1133
  children: [
1134
- s || l && !u.noCheckbox && /* @__PURE__ */ e("div", { className: de.itemCheckbox, style: j ?? {}, children: /* @__PURE__ */ e(
1134
+ (s || l) && !u.noCheckbox && /* @__PURE__ */ e("div", { className: de.itemCheckbox, style: j ?? {}, children: /* @__PURE__ */ e(
1135
1135
  He,
1136
1136
  {
1137
1137
  multipleChecked: u.id === "SELECT_ALL",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "master-components-react-ts",
3
3
  "private": false,
4
- "version": "2.5.11",
4
+ "version": "2.5.12",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",