@symply.io/basic-components 1.5.5-beta.1 → 1.5.5

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.
@@ -45,11 +45,6 @@ function useInteractions(props) {
45
45
  var selectionStart = currentTarget.selectionStart;
46
46
  var decimalPointIndex = String(value).lastIndexOf(".");
47
47
  var decimalStrLen = String(value).split(".")[1].length;
48
- console.log({
49
- decimalPointIndex: decimalPointIndex,
50
- decimalStrLen: decimalStrLen,
51
- selectionStart: selectionStart
52
- });
53
48
  if (selectionStart && decimalPointIndex < selectionStart) {
54
49
  if (![
55
50
  "Backspace",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@symply.io/basic-components",
3
- "version": "1.5.5-beta.1",
3
+ "version": "1.5.5",
4
4
  "description": "Basic and reusable components for all frontend of Symply apps",
5
5
  "keywords": [
6
6
  "react",