intelicoreact 1.3.29 → 1.3.31
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.
|
@@ -193,7 +193,7 @@ const TagsDropdown = _ref => {
|
|
|
193
193
|
})), /*#__PURE__*/_react.default.createElement("div", {
|
|
194
194
|
className: (0, _classnames.default)("".concat(RC, "__list-item-body"))
|
|
195
195
|
}, /*#__PURE__*/_react.default.createElement("span", {
|
|
196
|
-
className: (0, _classnames.default)("".concat(RC, "__list-item-title"))
|
|
196
|
+
className: (0, _classnames.default)("".concat(RC, "__list-item-title"), item.labelClassName)
|
|
197
197
|
}, hightlightSearchValue(title)), description && /*#__PURE__*/_react.default.createElement("span", {
|
|
198
198
|
className: (0, _classnames.default)("".concat(RC, "__list-item-description"))
|
|
199
199
|
}, description)), isMobile ? (_item$customMobileIco = item === null || item === void 0 ? void 0 : item.customMobileIcon) !== null && _item$customMobileIco !== void 0 ? _item$customMobileIco : /*#__PURE__*/_react.default.createElement(_CheckboxInput.default, {
|
|
@@ -580,7 +580,8 @@ const TagsDropdown = _ref => {
|
|
|
580
580
|
return {
|
|
581
581
|
value,
|
|
582
582
|
label,
|
|
583
|
-
id: i
|
|
583
|
+
id: i,
|
|
584
|
+
className: tag === null || tag === void 0 ? void 0 : tag.labelClassName
|
|
584
585
|
};
|
|
585
586
|
}),
|
|
586
587
|
disableShowMore: true
|