pixelize-design-library 2.1.43 → 2.1.44

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.
@@ -102,7 +102,7 @@ var PhoneNumberInput = function (_a) {
102
102
  var numValue = e.target.value;
103
103
  numValue = numValue.replace(/[^+\d\s]/g, "");
104
104
  setNumber(numValue);
105
- onChange("".concat(countryCode, "\" \"").concat(numValue));
105
+ onChange("".concat(countryCode, " ").concat(numValue));
106
106
  }
107
107
  else {
108
108
  return;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pixelize-design-library",
3
- "version": "2.1.43",
3
+ "version": "2.1.44",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",