@alfalab/core-components-masked-input 6.0.1 → 6.1.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/Component.js +1 -1
- package/esm/Component.js +1 -1
- package/esm/index.css +2 -2
- package/index.css +2 -2
- package/modern/Component.js +1 -1
- package/modern/index.css +2 -2
- package/package.json +2 -2
- package/send-stats.js +1 -1
package/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_138vo"};
|
|
57
57
|
require('./index.css')
|
|
58
58
|
|
|
59
59
|
// Символ плейсхолдера не может входить в маску, поэтому вместо пробела используется \u2000
|
package/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_138vo"};
|
|
47
47
|
require('./index.css')
|
|
48
48
|
|
|
49
49
|
// Символ плейсхолдера не может входить в маску, поэтому вместо пробела используется \u2000
|
package/esm/index.css
CHANGED
package/index.css
CHANGED
package/modern/Component.js
CHANGED
|
@@ -4,7 +4,7 @@ import cn from 'classnames';
|
|
|
4
4
|
import { createTextMaskInputElement } from 'text-mask-core';
|
|
5
5
|
import { Input } from '@alfalab/core-components-input/modern';
|
|
6
6
|
|
|
7
|
-
var styles = {"textHidden":"masked-
|
|
7
|
+
var styles = {"textHidden":"masked-input__textHidden_138vo"};
|
|
8
8
|
require('./index.css')
|
|
9
9
|
|
|
10
10
|
// Символ плейсхолдера не может входить в маску, поэтому вместо пробела используется \u2000
|
package/modern/index.css
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfalab/core-components-masked-input",
|
|
3
|
-
"version": "6.0
|
|
3
|
+
"version": "6.1.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"react": "^16.9.0 || ^17.0.1 || ^18.0.0"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@alfalab/core-components-input": "^11.0
|
|
20
|
+
"@alfalab/core-components-input": "^11.1.0",
|
|
21
21
|
"classnames": "^2.3.1",
|
|
22
22
|
"react-merge-refs": "^1.1.0",
|
|
23
23
|
"text-mask-core": "^5.1.2"
|