@symply.io/basic-components 1.5.3 → 1.5.4

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.
@@ -92,9 +92,6 @@ function useInteractions(props) {
92
92
  else if (excludedValue.includes(strVal)) {
93
93
  onChange("");
94
94
  }
95
- else {
96
- onChange(Number(strVal).toString());
97
- }
98
95
  }, [value, onChange]);
99
96
  var onOpenTooltip = useCallback(function () {
100
97
  setTooltipOpen(true);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@symply.io/basic-components",
3
- "version": "1.5.3",
3
+ "version": "1.5.4",
4
4
  "description": "Basic and reusable components for all frontend of Symply apps",
5
5
  "keywords": [
6
6
  "react",