intelicoreact 1.4.54 → 1.4.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.
@@ -25,6 +25,7 @@ const ProgressLine = _ref => {
25
25
  extremumsPosition = "top",
26
26
  variant = "info",
27
27
  useVariantLabelColor = true,
28
+ isShowLine = true,
28
29
  className = ""
29
30
  } = _ref;
30
31
  const getFilledLineWidth = () => {
@@ -71,7 +72,7 @@ const ProgressLine = _ref => {
71
72
  className: "progress-line"
72
73
  }, renderLabel(), /*#__PURE__*/_react.default.createElement("div", {
73
74
  className: "progress-line__wrapper variant-".concat(useVariantLabelColor && variant, " value-").concat(valueVerticalPosition, "-").concat(valueHorizontalPosition, " ").concat(className)
74
- }, renderProgressValue(), renderLine()));
75
+ }, renderProgressValue(), isShowLine && renderLine()));
75
76
  };
76
77
  return render();
77
78
  };
@@ -24,7 +24,7 @@ const Tag = _ref => {
24
24
  removeItem,
25
25
  name,
26
26
  isPopup,
27
- popupInfo,
27
+ // popupInfo,
28
28
  popupInfoContent,
29
29
  popupClassName,
30
30
  id,
@@ -120,7 +120,7 @@ const Tag = _ref => {
120
120
  id: "tagPopup".concat(value),
121
121
  className: (0, _classnames.default)("tag__popup", popupClassName),
122
122
  style: tagPopupStyles
123
- }, !popupInfo ? /*#__PURE__*/_react.default.createElement(_Spinner.default, {
123
+ }, !popupInfoContent ? /*#__PURE__*/_react.default.createElement(_Spinner.default, {
124
124
  size: "small"
125
125
  }) : popupInfoContent), document.getElementById("app")));
126
126
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelicoreact",
3
- "version": "1.4.54",
3
+ "version": "1.4.55",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "files": [