@alfalab/core-components-masked-input 4.4.0 → 4.4.1
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 +8 -0
- package/{dist/Component.d.ts → Component.d.ts} +0 -0
- package/{dist/Component.js → Component.js} +1 -1
- package/{dist/cssm → cssm}/Component.d.ts +0 -0
- package/{dist/cssm → cssm}/Component.js +0 -0
- package/{dist/cssm → cssm}/index.d.ts +0 -0
- package/{dist/cssm → cssm}/index.js +0 -0
- package/{dist/cssm → cssm}/index.module.css +0 -0
- package/{dist/esm → esm}/Component.d.ts +0 -0
- package/{dist/esm → esm}/Component.js +1 -1
- package/esm/index.css +1 -0
- package/{dist/esm → esm}/index.d.ts +0 -0
- package/{dist/esm → esm}/index.js +0 -0
- package/index.css +1 -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/modern/index.css +1 -0
- package/{dist/modern → modern}/index.d.ts +0 -0
- package/{dist/modern → modern}/index.js +0 -0
- package/package.json +8 -11
- package/{dist/send-stats.js → send-stats.js} +0 -0
- package/dist/esm/index.css +0 -1
- package/dist/index.css +0 -1
- package/dist/modern/index.css +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-masked-input@4.4.0...@alfalab/core-components-masked-input@4.4.1) (2022-07-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @alfalab/core-components-masked-input
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [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
15
|
|
|
8
16
|
|
|
File without changes
|
|
@@ -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_1gm2f"};
|
|
57
57
|
require('./index.css')
|
|
58
58
|
|
|
59
59
|
// Символ плейсхолдера не может входить в маску, поэтому вместо пробела используется \u2000
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -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_1gm2f"};
|
|
47
47
|
require('./index.css')
|
|
48
48
|
|
|
49
49
|
// Символ плейсхолдера не может входить в маску, поэтому вместо пробела используется \u2000
|
package/esm/index.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/* hash: ojdon */
|
|
File without changes
|
|
File without changes
|
package/index.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/* hash: ojdon */
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -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_1gm2f"};
|
|
8
8
|
require('./index.css')
|
|
9
9
|
|
|
10
10
|
// Символ плейсхолдера не может входить в маску, поэтому вместо пробела используется \u2000
|
package/modern/index.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/* hash: ojdon */
|
|
File without changes
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,28 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfalab/core-components-masked-input",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.1",
|
|
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-input": "^8.2.
|
|
20
|
+
"@alfalab/core-components-input": "^8.2.1",
|
|
23
21
|
"classnames": "^2.2.6",
|
|
24
22
|
"react-merge-refs": "^1.1.0",
|
|
25
23
|
"text-mask-core": "^5.1.2"
|
|
26
|
-
}
|
|
27
|
-
"gitHead": "dcd5c0c8e25b7c374ff9311505ccf738a82e22c0"
|
|
24
|
+
}
|
|
28
25
|
}
|
|
File without changes
|
package/dist/esm/index.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
/* hash: jyei5 */
|
package/dist/index.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
/* hash: jyei5 */
|
package/dist/modern/index.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
/* hash: jyei5 */
|