josenanodev-react-components-library 0.2.17 → 0.2.18

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.
@@ -50,8 +50,8 @@ const InputBoxWithConfirmation = ({ onConfirmAction, inputType = "text", minimum
50
50
  onConfirmAction(currentValue);
51
51
  setCachedValue(currentValue);
52
52
  }
53
- setFocused(false);
54
53
  }
54
+ setFocused(false);
55
55
  });
56
56
  //Variables
57
57
  return (react_1.default.createElement("div", { ref: containerRef, className: `div-wrapper-input-box-with-confirmation ${focused ? "focused" : ""} ${aditionalClass ? aditionalClass : ""}` },
@@ -22,8 +22,8 @@ const InputBoxWithConfirmation = ({ onConfirmAction, inputType = "text", minimum
22
22
  onConfirmAction(currentValue);
23
23
  setCachedValue(currentValue);
24
24
  }
25
- setFocused(false);
26
25
  }
26
+ setFocused(false);
27
27
  });
28
28
  //Variables
29
29
  return (React.createElement("div", { ref: containerRef, className: `div-wrapper-input-box-with-confirmation ${focused ? "focused" : ""} ${aditionalClass ? aditionalClass : ""}` },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "josenanodev-react-components-library",
3
- "version": "0.2.17",
3
+ "version": "0.2.18",
4
4
  "author": {
5
5
  "name": "Jose Carlos Cardenas Martinez"
6
6
  },