master-components-react-ts 2.6.2 → 2.6.3

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
@@ -1182,7 +1182,7 @@ const pn = "mc__Dropdown-module__dropdownWrapper", mn = "mc__Dropdown-module__dr
1182
1182
  /* @__PURE__ */ e("span", { title: u.name, className: de.countryName, children: u.name || u.label }),
1183
1183
  /* @__PURE__ */ e("span", { className: de.countryDialCode, children: P === "country" ? u.dialCode : u?.label })
1184
1184
  ] }) : /* @__PURE__ */ e(
1185
- "p",
1185
+ "div",
1186
1186
  {
1187
1187
  title: typeof u.label == "string" ? u.label : "",
1188
1188
  className: `${u.id === "SELECT_ALL" ? de.selectAll : ""}`,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "master-components-react-ts",
3
3
  "private": false,
4
- "version": "2.6.2",
4
+ "version": "2.6.3",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",