@alfalab/core-components-masked-input 4.3.4 → 4.4.0
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 +27 -0
- package/dist/Component.js +1 -1
- package/dist/esm/Component.js +1 -1
- package/dist/esm/index.css +1 -1
- package/dist/index.css +1 -1
- package/dist/modern/Component.js +1 -1
- package/dist/modern/index.css +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,33 @@
|
|
|
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
|
+
# [4.4.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-masked-input@4.3.7...@alfalab/core-components-masked-input@4.4.0) (2022-06-28)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* circumflexus retrieval ([#57](https://github.com/core-ds/core-components/issues/57)) ([3820da8](https://github.com/core-ds/core-components/commit/3820da818bcdcbee6904c648b3e29c3c828fe202))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [4.3.7](https://github.com/core-ds/core-components/compare/@alfalab/core-components-masked-input@4.3.6...@alfalab/core-components-masked-input@4.3.7) (2022-06-23)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @alfalab/core-components-masked-input
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
## [4.3.6](https://github.com/core-ds/core-components/compare/@alfalab/core-components-masked-input@4.3.5...@alfalab/core-components-masked-input@4.3.6) (2022-06-03)
|
|
26
|
+
|
|
27
|
+
**Note:** Version bump only for package @alfalab/core-components-masked-input
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
6
33
|
# [4.3.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-masked-input@4.2.14...@alfalab/core-components-masked-input@4.3.0) (2022-03-04)
|
|
7
34
|
|
|
8
35
|
|
package/dist/Component.js
CHANGED
|
@@ -53,7 +53,7 @@ function __rest(s, e) {
|
|
|
53
53
|
return t;
|
|
54
54
|
}
|
|
55
55
|
|
|
56
|
-
var styles = {"textHidden":"masked-
|
|
56
|
+
var styles = {"textHidden":"masked-input__textHidden_1an6d"};
|
|
57
57
|
require('./index.css')
|
|
58
58
|
|
|
59
59
|
// Символ плейсхолдера не может входить в маску, поэтому вместо пробела используется \u2000
|
package/dist/esm/Component.js
CHANGED
|
@@ -43,7 +43,7 @@ function __rest(s, e) {
|
|
|
43
43
|
return t;
|
|
44
44
|
}
|
|
45
45
|
|
|
46
|
-
var styles = {"textHidden":"masked-
|
|
46
|
+
var styles = {"textHidden":"masked-input__textHidden_1an6d"};
|
|
47
47
|
require('./index.css')
|
|
48
48
|
|
|
49
49
|
// Символ плейсхолдера не может входить в маску, поэтому вместо пробела используется \u2000
|
package/dist/esm/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: jyei5 */
|
package/dist/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: jyei5 */
|
package/dist/modern/Component.js
CHANGED
|
@@ -4,7 +4,7 @@ import mergeRefs from 'react-merge-refs';
|
|
|
4
4
|
import { createTextMaskInputElement } from 'text-mask-core';
|
|
5
5
|
import { Input } from '@alfalab/core-components-input/dist/modern';
|
|
6
6
|
|
|
7
|
-
var styles = {"textHidden":"masked-
|
|
7
|
+
var styles = {"textHidden":"masked-input__textHidden_1an6d"};
|
|
8
8
|
require('./index.css')
|
|
9
9
|
|
|
10
10
|
// Символ плейсхолдера не может входить в маску, поэтому вместо пробела используется \u2000
|
package/dist/modern/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
/* hash:
|
|
1
|
+
/* hash: jyei5 */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfalab/core-components-masked-input",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"react": "^16.9.0 || ^17.0.1"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@alfalab/core-components-input": "^8.
|
|
23
|
-
"classnames": "2.2.6",
|
|
24
|
-
"react-merge-refs": "1.1.0",
|
|
25
|
-
"text-mask-core": "5.1.2"
|
|
22
|
+
"@alfalab/core-components-input": "^8.2.0",
|
|
23
|
+
"classnames": "^2.2.6",
|
|
24
|
+
"react-merge-refs": "^1.1.0",
|
|
25
|
+
"text-mask-core": "^5.1.2"
|
|
26
26
|
},
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "dcd5c0c8e25b7c374ff9311505ccf738a82e22c0"
|
|
28
28
|
}
|