@alfalab/core-components-phone-input 5.3.5 → 5.4.2
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.
- package/CHANGELOG.md +47 -0
- package/{dist/Component.d.ts → Component.d.ts} +0 -0
- package/{dist/Component.js → Component.js} +0 -0
- package/{dist/cssm → cssm}/Component.d.ts +0 -0
- package/{dist/cssm → cssm}/Component.js +1 -1
- package/{dist/cssm → cssm}/index.d.ts +0 -0
- package/{dist/cssm → cssm}/index.js +1 -1
- package/{dist/cssm → cssm}/utils/index.d.ts +0 -0
- package/{dist/cssm → cssm}/utils/index.js +0 -0
- package/{dist/esm → esm}/Component.d.ts +0 -0
- package/{dist/esm → esm}/Component.js +1 -1
- package/{dist/esm → esm}/index.d.ts +0 -0
- package/{dist/esm → esm}/index.js +1 -1
- package/{dist/esm → esm}/utils/index.d.ts +0 -0
- package/{dist/esm → esm}/utils/index.js +0 -0
- package/{dist/index.d.ts → index.d.ts} +0 -0
- package/{dist/index.js → index.js} +0 -0
- package/{dist/modern → modern}/Component.d.ts +0 -0
- package/{dist/modern → modern}/Component.js +1 -1
- package/{dist/modern → modern}/index.d.ts +0 -0
- package/{dist/modern → modern}/index.js +1 -1
- package/{dist/modern → modern}/utils/index.d.ts +0 -0
- package/{dist/modern → modern}/utils/index.js +0 -0
- package/package.json +10 -13
- /package/{dist/send-stats.js → send-stats.js} +0 -0
- /package/{dist/utils → utils}/index.d.ts +0 -0
- /package/{dist/utils → utils}/index.js +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,52 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [5.4.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-phone-input@5.4.1...@alfalab/core-components-phone-input@5.4.2) (2022-07-15)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* bump packages version ([#153](https://github.com/core-ds/core-components/issues/153)) ([fd3e082](https://github.com/core-ds/core-components/commit/fd3e08205672129cdce04e1000c673f2cd9c10da))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [5.4.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-phone-input@5.4.0...@alfalab/core-components-phone-input@5.4.1) (2022-07-14)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @alfalab/core-components-phone-input
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# [5.4.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-phone-input@5.3.7...@alfalab/core-components-phone-input@5.4.0) (2022-06-28)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Features
|
|
29
|
+
|
|
30
|
+
* circumflexus retrieval ([#57](https://github.com/core-ds/core-components/issues/57)) ([3820da8](https://github.com/core-ds/core-components/commit/3820da818bcdcbee6904c648b3e29c3c828fe202))
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
## [5.3.7](https://github.com/core-ds/core-components/compare/@alfalab/core-components-phone-input@5.3.6...@alfalab/core-components-phone-input@5.3.7) (2022-06-23)
|
|
37
|
+
|
|
38
|
+
**Note:** Version bump only for package @alfalab/core-components-phone-input
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
## [5.3.6](https://github.com/core-ds/core-components/compare/@alfalab/core-components-phone-input@5.3.5...@alfalab/core-components-phone-input@5.3.6) (2022-06-03)
|
|
45
|
+
|
|
46
|
+
**Note:** Version bump only for package @alfalab/core-components-phone-input
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
6
52
|
# [5.3.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-phone-input@5.2.14...@alfalab/core-components-phone-input@5.3.0) (2022-03-04)
|
|
7
53
|
|
|
8
54
|
|
|
@@ -439,4 +485,5 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
439
485
|
|
|
440
486
|
### Bug Fixes
|
|
441
487
|
|
|
488
|
+
|
|
442
489
|
* update versions ([#525](https://github.com/core-ds/core-components/issues/525)) ([31b2e4c](https://github.com/core-ds/core-components/commit/31b2e4c92fde6e2b63a3391a4e053cd328e93e70))
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
var React = require('react');
|
|
6
6
|
var textMaskCore = require('text-mask-core');
|
|
7
|
-
var coreComponentsMaskedInput = require('@alfalab/core-components-masked-input/
|
|
7
|
+
var coreComponentsMaskedInput = require('@alfalab/core-components-masked-input/cssm');
|
|
8
8
|
var utils_index = require('./utils/index.js');
|
|
9
9
|
|
|
10
10
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
File without changes
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
var Component = require('./Component.js');
|
|
6
6
|
require('react');
|
|
7
7
|
require('text-mask-core');
|
|
8
|
-
require('@alfalab/core-components-masked-input/
|
|
8
|
+
require('@alfalab/core-components-masked-input/cssm');
|
|
9
9
|
require('./utils/index.js');
|
|
10
10
|
|
|
11
11
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { useRef, useImperativeHandle, useCallback } from 'react';
|
|
2
2
|
import { conformToMask } from 'text-mask-core';
|
|
3
|
-
import { MaskedInput } from '@alfalab/core-components-masked-input/
|
|
3
|
+
import { MaskedInput } from '@alfalab/core-components-masked-input/esm';
|
|
4
4
|
import { deleteFormatting, setCaretPosition, getInsertedNumber } from './utils/index.js';
|
|
5
5
|
|
|
6
6
|
/*! *****************************************************************************
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { useRef, useImperativeHandle, useCallback } from 'react';
|
|
2
2
|
import { conformToMask } from 'text-mask-core';
|
|
3
|
-
import { MaskedInput } from '@alfalab/core-components-masked-input/
|
|
3
|
+
import { MaskedInput } from '@alfalab/core-components-masked-input/modern';
|
|
4
4
|
import { deleteFormatting, setCaretPosition, getInsertedNumber } from './utils/index.js';
|
|
5
5
|
|
|
6
6
|
const mask = [
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,27 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfalab/core-components-phone-input",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.4.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
7
|
-
"main": "
|
|
8
|
-
"module": "./
|
|
9
|
-
"files": [
|
|
10
|
-
"dist"
|
|
11
|
-
],
|
|
7
|
+
"main": "index.js",
|
|
8
|
+
"module": "./esm/index.js",
|
|
12
9
|
"scripts": {
|
|
13
|
-
"postinstall": "node ./
|
|
10
|
+
"postinstall": "node ./send-stats.js > /dev/null 2>&1 || exit 0"
|
|
14
11
|
},
|
|
15
12
|
"publishConfig": {
|
|
16
|
-
"access": "public"
|
|
13
|
+
"access": "public",
|
|
14
|
+
"directory": "dist"
|
|
17
15
|
},
|
|
18
16
|
"peerDependencies": {
|
|
19
17
|
"react": "^16.9.0 || ^17.0.1"
|
|
20
18
|
},
|
|
21
19
|
"dependencies": {
|
|
22
|
-
"@alfalab/core-components-masked-input": "^4.
|
|
23
|
-
"classnames": "2.2.6",
|
|
24
|
-
"text-mask-core": "5.1.2"
|
|
25
|
-
}
|
|
26
|
-
"gitHead": "b44d81f1c42835fa6946c4bf15aee99abe2b4b96"
|
|
20
|
+
"@alfalab/core-components-masked-input": "^4.4.2",
|
|
21
|
+
"classnames": "^2.2.6",
|
|
22
|
+
"text-mask-core": "^5.1.2"
|
|
23
|
+
}
|
|
27
24
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|