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.
- package/dist/index.js +1 -1
- 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
|
-
"
|
|
1185
|
+
"div",
|
|
1186
1186
|
{
|
|
1187
1187
|
title: typeof u.label == "string" ? u.label : "",
|
|
1188
1188
|
className: `${u.id === "SELECT_ALL" ? de.selectAll : ""}`,
|