persian-date-kit 0.0.11 → 0.0.12

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 +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,6 +6,10 @@ Production-ready Persian (Jalali) date pickers for React.
6
6
 
7
7
  **Repository:** [https://github.com/aliseyedabady/darvix-persian-date-kit](https://github.com/aliseyedabady/darvix-persian-date-kit)
8
8
 
9
+ ## Demo
10
+
11
+ ![persian-date-kit demo](public/demo.webp)
12
+
9
13
  ## Key principles
10
14
  - **Gregorian-only internally**: component values are always `Date | null` (Gregorian). Jalali is only for display/input.
11
15
  - **Controlled components**: you own the state (`value` + `onChange`).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "persian-date-kit",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "description": "Production-ready Persian (Jalali) date pickers for React with Gregorian-only values.",
5
5
  "keywords": [
6
6
  "react",