intelicoreact 0.3.29 → 0.3.31

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.
@@ -651,10 +651,10 @@ function InputMask2() {
651
651
  };
652
652
 
653
653
  var renderInput = function renderInput() {
654
- var _ref12, _ref13;
654
+ var _ref12;
655
655
 
656
656
  return /*#__PURE__*/_react.default.createElement("input", (0, _defineProperty2.default)({
657
- name: (_ref12 = (_ref13 = name !== null && name !== void 0 ? name : key) !== null && _ref13 !== void 0 ? _ref13 : testId) !== null && _ref12 !== void 0 ? _ref12 : '',
657
+ name: (_ref12 = name !== null && name !== void 0 ? name : testId) !== null && _ref12 !== void 0 ? _ref12 : '',
658
658
  "data-testid": testId,
659
659
  className: "input-mask_input ".concat(className),
660
660
  ref: inputRef,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelicoreact",
3
- "version": "0.3.29",
3
+ "version": "0.3.31",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "files": [