master-components-react-ts 2.6.6 → 2.6.7

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 +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1090,7 +1090,7 @@ const pn = "mc__Dropdown-module__dropdownWrapper", mn = "mc__Dropdown-module__dr
1090
1090
  S === "currency" ? /* @__PURE__ */ e("p", { children: _e?.label }) : /* @__PURE__ */ e("img", { src: Pe(_e?.code), alt: "flag" }),
1091
1091
  /* @__PURE__ */ e("div", { className: `${ce.dropdownRightIconArrow} ${ie ? ce.focused : ""}`, children: /* @__PURE__ */ e(Je, {}) })
1092
1092
  ] }),
1093
- rightSlot: _ || /* @__PURE__ */ i("div", { className: `${ce.dropdownRightIcon} ${ie ? ce.focused : ""}`, children: [
1093
+ rightSlot: /* @__PURE__ */ i("div", { className: `${ce.dropdownRightIcon} ${ie ? ce.focused : ""}`, children: [
1094
1094
  n && (c ? J : !s && !l && _e) && /* @__PURE__ */ e(
1095
1095
  "div",
1096
1096
  {
@@ -1101,7 +1101,7 @@ const pn = "mc__Dropdown-module__dropdownWrapper", mn = "mc__Dropdown-module__dr
1101
1101
  children: /* @__PURE__ */ e(lt, {})
1102
1102
  }
1103
1103
  ),
1104
- !c && /* @__PURE__ */ e("div", { className: ce.dropdownRightIconArrow, children: /* @__PURE__ */ e(Je, {}) })
1104
+ _ || !c && /* @__PURE__ */ e("div", { className: ce.dropdownRightIconArrow, children: /* @__PURE__ */ e(Je, {}) })
1105
1105
  ] }),
1106
1106
  readOnly: !c,
1107
1107
  forDropdown: !0,
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.6",
4
+ "version": "2.6.7",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",