flexible-multi-calendar-datepicker 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -18,7 +18,7 @@ Use it as a **Shamsi Calendar** on an editable `input`, `button`, `span`, or any
18
18
 
19
19
  | Jalali / Shamsi | Islamic Hijri | Gregorian |
20
20
  | --- | --- | --- |
21
- | ![Jalali Shamsi calendar](./docs/assets/calendar-jalali.png) | ![Islamic Hijri calendar](./docs/assets/calendar-islamic.png) | ![Gregorian calendar](./docs/assets/calendar-gregorian.png) |
21
+ | ![Jalali Shamsi calendar](https://raw.githubusercontent.com/ShivaTalebi/react-jalali-datepicker/feature/flexible-multi-calendar-datepicker/docs/assets/calendar-jalali.png) | ![Islamic Hijri calendar](https://raw.githubusercontent.com/ShivaTalebi/react-jalali-datepicker/feature/flexible-multi-calendar-datepicker/docs/assets/calendar-islamic.png) | ![Gregorian calendar](https://raw.githubusercontent.com/ShivaTalebi/react-jalali-datepicker/feature/flexible-multi-calendar-datepicker/docs/assets/calendar-gregorian.png) |
22
22
 
23
23
  All screenshots above come directly from the test project. The UI, direction,
24
24
  digits, month names, weekday names and default action labels are selected
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flexible-multi-calendar-datepicker",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Flexible React datepicker for Jalali (Shamsi), Islamic Hijri and Gregorian calendars with TypeScript, editable inputs and responsive UI.",
5
5
  "license": "MIT",
6
6
  "type": "module",