Comparing version 1.5.0-rc.3 to 1.5.0-rc.4
@@ -97,5 +97,5 @@ "use strict"; | ||
className: prefixCls + "-helper-text-icon" | ||
}), errorText) : /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement(_infoCircle["default"], { | ||
}), errorText) : helperText ? /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement(_infoCircle["default"], { | ||
className: prefixCls + "-helper-text-icon" | ||
}), helperText)), addonAfter); | ||
}), helperText) : null), addonAfter); | ||
} | ||
@@ -102,0 +102,0 @@ |
@@ -79,5 +79,5 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
className: prefixCls + "-helper-text-icon" | ||
}), errorText) : /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(InfoCircleIcon, { | ||
}), errorText) : helperText ? /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(InfoCircleIcon, { | ||
className: prefixCls + "-helper-text-icon" | ||
}), helperText)), addonAfter); | ||
}), helperText) : null), addonAfter); | ||
} | ||
@@ -84,0 +84,0 @@ |
/** | ||
* Zaui 1.5.0-rc.3 | ||
* Zaui 1.5.0-rc.4 | ||
* Zalo Mini App framework | ||
@@ -10,3 +10,3 @@ * undefined | ||
* | ||
* Released on: November 30, 2022 | ||
* Released on: December 1, 2022 | ||
*/ | ||
@@ -13,0 +13,0 @@ |
{ | ||
"name": "zmp-ui", | ||
"version": "1.5.0-rc.3", | ||
"version": "1.5.0-rc.4", | ||
"description": "Zalo Mini App framework ", | ||
@@ -5,0 +5,0 @@ "main": "esm/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1198197