master-components-react-ts 2.4.9 → 2.4.10

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
@@ -1053,7 +1053,7 @@ const nn = "mc__Dropdown-module__dropdownWrapper", rn = "mc__Dropdown-module__dr
1053
1053
  style: L ?? {},
1054
1054
  onClick: (le) => le.stopPropagation(),
1055
1055
  children: [
1056
- /* @__PURE__ */ e("p", { title: d.label, className: ae.dropdownInputSlotItemLabel, style: Y ?? {}, children: typeof d.customLabel == "function" ? d.customLabel(d) : d.label }),
1056
+ /* @__PURE__ */ e("div", { title: d.label, className: ae.dropdownInputSlotItemLabel, style: Y ?? {}, children: typeof d.customLabel == "function" ? d.customLabel(d) : d.label }),
1057
1057
  /* @__PURE__ */ e(
1058
1058
  "div",
1059
1059
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "master-components-react-ts",
3
3
  "private": false,
4
- "version": "2.4.9",
4
+ "version": "2.4.10",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",