react-calendar-datetime 2.0.0 → 2.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 +5 -1
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -1,11 +1,15 @@
1
+ [![npm version](https://badge.fury.io/js/react-calendar-datetime.svg)](https://badge.fury.io/js/react-calendar-datetime) ![npm](https://img.shields.io/npm/dw/react-calendar-datetime)
2
+
1
3
  # Calendar component for React
2
4
 
3
5
  ---
4
6
 
5
7
  📅 Date and **time** picker, include presets
8
+ [Demo](https://lovecss.site/calendar/)
9
+ [![N|Solid](https://i.ibb.co/d0G4xXF7/image.png)](https://react-calendar-datetime.vercel.app/?story=components--calendar--base)
6
10
 
7
11
  <div style="display:flex;width:80vw">
8
- <img src="https://i.ibb.co/d0G4xXF7/image.png" alt="time" width="45%"/>
12
+ <img src="https://i.ibb.co/rGGX6sSj/image.png" alt="time" width="45%"/>
9
13
  <img src="https://i.ibb.co/DPZWq2Tn/image.png" width="45%" alt="dark" >
10
14
  </div>
11
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-calendar-datetime",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "React date and time calendar component (with presets and locale)",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -28,6 +28,7 @@
28
28
  "start": "ladle serve",
29
29
  "dev": "tsup --watch",
30
30
  "build": "tsup",
31
+ "build:demo": "ladle build",
31
32
  "lint": "tsc --noEmit",
32
33
  "clean": "rm -rf dist"
33
34
  },
@@ -60,4 +61,4 @@
60
61
  "clsx": "^2.1.1",
61
62
  "dayjs": "^1.11.20"
62
63
  }
63
- }
64
+ }