intelicoreact 1.0.91 → 1.0.92

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.
@@ -293,7 +293,8 @@ var Input = /*#__PURE__*/_react.default.forwardRef(function (_ref, ref) {
293
293
  var uniProps = _objectSpread(_objectSpread({
294
294
  name: inputName,
295
295
  className: (0, _classnames.default)('input', className, {
296
- 'input--with-icon': icon
296
+ 'input--with-icon': icon,
297
+ 'input--with-delete': withDelete
297
298
  }),
298
299
  placeholder: placeholder,
299
300
  value: formatedValue,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelicoreact",
3
- "version": "1.0.91",
3
+ "version": "1.0.92",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "files": [