persian-number-input 3.0.7 → 3.0.9

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.
Files changed (2) hide show
  1. package/README.md +5 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -27,6 +27,8 @@ Easily input, format, and convert numbers in Persian, English, or Indic digits w
27
27
  npm install persian-number-input
28
28
  ```
29
29
 
30
+ ![Size](./public/size.png)
31
+
30
32
  ### 💻 Usage Example
31
33
 
32
34
  Simple usage example:
@@ -59,7 +61,7 @@ Displayed Output: ۱۲۳,۴۵۶
59
61
  English Output: 123456
60
62
  ```
61
63
 
62
- ![Output Example](https://your-domain.com/output-example.png)
64
+ ![Output Example](./public/output.png)
63
65
 
64
66
  ### 📚 Props Reference
65
67
 
@@ -159,6 +161,8 @@ export default App;
159
161
  خروجی انگلیسی: 123456
160
162
  ```
161
163
 
164
+ ![مثال خروجی ](./public/output.png)
165
+
162
166
  ### 📚 مشخصات Props
163
167
 
164
168
  | نام | نوع | پیشفرض | توضیح |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "persian-number-input",
3
- "version": "3.0.7",
3
+ "version": "3.0.9",
4
4
  "description": "React component for Persian, Indic, or English localized number input with customizable digit grouping",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",