react-calendar-datetime 2.0.0 → 2.0.2

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 +12 -6
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -1,13 +1,19 @@
1
- # Calendar component for React
1
+ [![npm version](https://img.shields.io/npm/v/react-calendar-datetime.svg?style=flat-square)](https://www.npmjs.com/package/react-calendar-datetime)
2
+ [![npm downloads](https://img.shields.io/npm/dm/react-calendar-datetime.svg?style=flat-square)](https://www.npmjs.com/package/react-calendar-datetime)
3
+ [![bundle size](https://img.shields.io/bundlephobia/minzip/react-calendar-datetime?style=flat-square)](https://bundlephobia.com/package/react-calendar-datetime)
4
+ [![license](https://img.shields.io/npm/l/react-calendar-datetime.svg?style=flat-square)](https://github.com/твоё_имя/react-calendar-datetime/blob/main/LICENSE)
5
+
6
+ # Calendar component for React (i18n)
2
7
 
3
8
  ---
4
9
 
5
- 📅 Date and **time** picker, include presets
10
+ 📅 Date and **time** picker, include presets and themes
11
+
12
+ [Demo](https://react-calendar-datetime.vercel.app/?story=components--calendar--base)
13
+ [![N|Solid](https://i.ibb.co/d0G4xXF7/image.png)](https://react-calendar-datetime.vercel.app/?story=components--calendar--base)
6
14
 
7
- <div style="display:flex;width:80vw">
8
- <img src="https://i.ibb.co/d0G4xXF7/image.png" alt="time" width="45%"/>
9
- <img src="https://i.ibb.co/DPZWq2Tn/image.png" width="45%" alt="dark" >
10
- </div>
15
+ <img src="https://i.ibb.co/rGGX6sSj/image.png" alt="time" width="45%"/>
16
+ <img src="https://i.ibb.co/DPZWq2Tn/image.png" width="45%" alt="dark" >
11
17
 
12
18
  ---
13
19
 
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.2",
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
+ }