persian-number-input 4.3.0 → 4.3.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/README.fa.md +2 -2
- package/README.md +3 -3
- package/package.json +1 -1
package/README.fa.md
CHANGED
|
@@ -437,7 +437,7 @@ function ProductForm() {
|
|
|
437
437
|
|
|
438
438
|
## 📄 مجوز
|
|
439
439
|
|
|
440
|
-
MIT ©
|
|
440
|
+
MIT © javad Sharifi
|
|
441
441
|
|
|
442
442
|
---
|
|
443
443
|
|
|
@@ -451,7 +451,7 @@ MIT © [نام شما]
|
|
|
451
451
|
|
|
452
452
|
## 📞 پشتیبانی
|
|
453
453
|
|
|
454
|
-
- 📧
|
|
454
|
+
- 📧 telegram: [Javad Sharifi](https://t.me/Javad_sharifi98)
|
|
455
455
|
- 🐛 [گزارش مشکلات](https://github.com/javadSharifi/persian-number-input/issues)
|
|
456
456
|
- 💬 [بحث و گفتگو](https://github.com/javadSharifi/persian-number-input/discussions)
|
|
457
457
|
|
package/README.md
CHANGED
|
@@ -9,6 +9,7 @@ A lightweight, powerful React library for handling Persian (Farsi) and Arabic nu
|
|
|
9
9
|
[](https://github.com/javadSharifi/persian-number-input/blob/main/LICENSE)
|
|
10
10
|
|
|
11
11
|
## 🚀 [Live Demo](https://persian-number-input.netlify.app/)
|
|
12
|
+
|
|
12
13
|
---
|
|
13
14
|
|
|
14
15
|
Experience the component in action with our interactive demo!
|
|
@@ -23,7 +24,6 @@ persian-number-input: ~1KB (minified + gzipped)
|
|
|
23
24
|
|
|
24
25
|

|
|
25
26
|
|
|
26
|
-
|
|
27
27
|
---
|
|
28
28
|
|
|
29
29
|
## ✨ Features
|
|
@@ -438,7 +438,7 @@ Contributions are welcome! Please feel free to submit a Pull Request.
|
|
|
438
438
|
|
|
439
439
|
## 📄 License
|
|
440
440
|
|
|
441
|
-
MIT ©
|
|
441
|
+
MIT © javad Sharifi
|
|
442
442
|
|
|
443
443
|
---
|
|
444
444
|
|
|
@@ -452,7 +452,7 @@ MIT © [Your Name]
|
|
|
452
452
|
|
|
453
453
|
## 📞 Support
|
|
454
454
|
|
|
455
|
-
- 📧
|
|
455
|
+
- 📧 telegram: [Javad Sharifi](https://t.me/Javad_sharifi98)
|
|
456
456
|
- 🐛 [Issue Tracker](https://github.com/javadSharifi/persian-number-input/issues)
|
|
457
457
|
- 💬 [Discussions](https://github.com/javadSharifi/persian-number-input/discussions)
|
|
458
458
|
|
package/package.json
CHANGED