@alfalab/core-components-phone-input 7.3.21 → 7.3.23

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.
@@ -2,9 +2,7 @@
2
2
  * Удаляет форматирование номера телефона
3
3
  * @param phone Номер телефона
4
4
  */
5
- var deleteFormatting = function (phone) {
6
- return phone.replace('+', '').replace(/^7/, '').replace(/\s/g, '');
7
- };
5
+ var deleteFormatting = function (phone) { return phone.replace('+', '').replace(/^7/, '').replace(/\s/g, ''); };
8
6
  function setCaretPosition(_a) {
9
7
  var position = _a.position, inputRef = _a.inputRef;
10
8
  window.requestAnimationFrame(function () {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-phone-input",
3
- "version": "7.3.21",
3
+ "version": "7.3.23",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -14,11 +14,11 @@
14
14
  "react": "^16.9.0 || ^17.0.1 || ^18.0.0"
15
15
  },
16
16
  "dependencies": {
17
- "@alfalab/core-components-masked-input": "^6.3.20",
17
+ "@alfalab/core-components-masked-input": "^6.3.22",
18
18
  "react-merge-refs": "^1.1.0",
19
19
  "text-mask-core": "^5.1.2",
20
20
  "tslib": "^2.4.0"
21
21
  },
22
- "themesVersion": "13.2.0",
23
- "varsVersion": "9.13.0"
22
+ "themesVersion": "13.3.0",
23
+ "varsVersion": "9.13.1"
24
24
  }