intelicoreact 0.3.54 → 0.3.55

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.
@@ -112,4 +112,11 @@
112
112
  color: #1E1E2D;
113
113
  }
114
114
  }
115
+
116
+ svg {
117
+ min-width: 16px;
118
+ max-width: 16px;
119
+ min-height: 16px;
120
+ max-height: 16px;
121
+ }
115
122
  }
@@ -35,4 +35,11 @@
35
35
  color: #b9002c;
36
36
  }
37
37
  }
38
+
39
+ svg {
40
+ min-width: 16px;
41
+ max-width: 16px;
42
+ min-height: 16px;
43
+ max-height: 16px;
44
+ }
38
45
  }
@@ -196,6 +196,7 @@ var TagList = function TagList(_ref) {
196
196
  };
197
197
 
198
198
  var renderMoreTags = function renderMoreTags() {
199
+ if (tagList.length < shownItemsCount || !tagList.length || disableShowMore) return null;
199
200
  var restItems = tagList.length - renderItemsCount;
200
201
  if (restItems === 0 || !withToggle || staticTagsCount === -1) return null;
201
202
  return /*#__PURE__*/_react.default.createElement(_Tag.default, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelicoreact",
3
- "version": "0.3.54",
3
+ "version": "0.3.55",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "files": [