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.
- package/dist/index.js +1 -1
- 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",
|