datex-ui 1.0.0 → 1.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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,7 +4,7 @@ A modern, lightweight, and customizable date range picker for TypeScript/JavaScr
4
4
 
5
5
  <!-- Add your demo GIF here -->
6
6
 
7
- ![DateX Demo](./assets/images/demo.gif)
7
+ ![DateX Demo](https://cdn.jsdelivr.net/gh/senguanasoft/datex@main/assets/images/demo.gif)
8
8
 
9
9
  ## Features
10
10
 
@@ -20,7 +20,7 @@ A modern, lightweight, and customizable date range picker for TypeScript/JavaScr
20
20
 
21
21
  <!-- Basic image here -->
22
22
 
23
- ![Basic Date Range](./assets/images/screenshots/basic-date-range.png)
23
+ ![Basic Date Range](https://cdn.jsdelivr.net/gh/senguanasoft/datex@main/assets/images/screenshots/basic-date-range.png)
24
24
 
25
25
  ## Installation
26
26
 
@@ -137,7 +137,7 @@ const timePicker = new Datex("#datetime-input", {
137
137
 
138
138
  <!-- Add time picker screenshot here -->
139
139
 
140
- ![Time Picker](./assets/images/screenshots/time-picker.png)
140
+ ![Time Picker](https://cdn.jsdelivr.net/gh/senguanasoft/datex@main/assets/images/screenshots/time-picker.png)
141
141
 
142
142
  ### Custom Theme
143
143
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "datex-ui",
3
3
  "access": "public",
4
- "version": "1.0.0",
4
+ "version": "1.0.2",
5
5
  "type": "module",
6
6
  "description": "A modern, lightweight, and customizable date range picker for TypeScript/JavaScript applications",
7
7
  "main": "dist/index.esm.js",