intelicoreact 1.3.31 → 1.3.32

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.
@@ -590,7 +590,7 @@ const TagsDropdown = _ref => {
590
590
  const label = isValuesInTags ? tag === null || tag === void 0 ? void 0 : tag.value : (tag === null || tag === void 0 ? void 0 : tag.label) || (tag === null || tag === void 0 ? void 0 : tag.name) || (tag === null || tag === void 0 ? void 0 : tag.title);
591
591
  return /*#__PURE__*/_react.default.createElement(_Tag.default, {
592
592
  key: value,
593
- className: (0, _classnames.default)(tagClassname, {
593
+ className: (0, _classnames.default)(tagClassname, tag === null || tag === void 0 ? void 0 : tag.labelClassName, {
594
594
  "tag_with-btn": !(tag !== null && tag !== void 0 && tag.isFreezed)
595
595
  }),
596
596
  label: label,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelicoreact",
3
- "version": "1.3.31",
3
+ "version": "1.3.32",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "files": [