intelicoreact 0.3.28 → 0.3.29

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