intelicoreact 1.5.6 → 1.5.7

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.
@@ -114,8 +114,8 @@ function usePasswordChecker() {
114
114
  return /*#__PURE__*/_react.default.createElement("div", {
115
115
  key: key,
116
116
  className: (0, _classnames.default)("password-checker__body-item", {
117
- "password-checker__body-item--match": isMatch,
118
- "password-checker__body-item--dont-match": !isMatch
117
+ "password-checker__body-item--match": isMatch && isMatch !== null,
118
+ "password-checker__body-item--dont-match": !isMatch && isMatch !== null
119
119
  })
120
120
  }, /*#__PURE__*/_react.default.createElement("div", {
121
121
  className: "password-checker__body-item__icon"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelicoreact",
3
- "version": "1.5.6",
3
+ "version": "1.5.7",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "files": [