mfk-mask-input 1.0.3 → 1.0.4
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/README.md +3 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -2,6 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
A lightweight and flexible vanilla React masked input component built with [IMask](https://imask.js.org/).
|
|
4
4
|
|
|
5
|
+
## 🚀 [**Live Demo →**](https://mfk-mask-input.vercel.app/)
|
|
6
|
+
## 🔗 [**HTML Input Variant**](https://www.npmjs.com/package/mfk-mask-input-antd)
|
|
7
|
+
|
|
5
8
|
## Features
|
|
6
9
|
|
|
7
10
|
- 🎭 **Flexible Masking** - Supports various mask patterns (phone, credit card, date, custom)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mfk-mask-input",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"author": {
|
|
5
5
|
"name": "Fatih Karatepe",
|
|
6
6
|
"email": "m.fatikaratepe@gmail.com",
|
|
@@ -14,9 +14,9 @@
|
|
|
14
14
|
"types": "./dist/index.d.ts",
|
|
15
15
|
"exports": {
|
|
16
16
|
".": {
|
|
17
|
+
"types": "./dist/index.d.ts",
|
|
17
18
|
"import": "./dist/index.js",
|
|
18
|
-
"require": "./dist/index.cjs"
|
|
19
|
-
"types": "./dist/index.d.ts"
|
|
19
|
+
"require": "./dist/index.cjs"
|
|
20
20
|
}
|
|
21
21
|
},
|
|
22
22
|
"files": [
|
|
@@ -51,4 +51,4 @@
|
|
|
51
51
|
"vite": "^7.2.2",
|
|
52
52
|
"vite-plugin-dts": "^4.3.0"
|
|
53
53
|
}
|
|
54
|
-
}
|
|
54
|
+
}
|