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.
@@ -83,8 +83,6 @@
83
83
  &__label-text {
84
84
  overflow: hidden;
85
85
 
86
- width: 200px;
87
-
88
86
  white-space: nowrap;
89
87
  text-overflow: ellipsis;
90
88
  word-break: break-word;
@@ -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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelicoreact",
3
- "version": "1.3.29",
3
+ "version": "1.3.31",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "files": [