datex-ui 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 +4 -4
  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://raw.githubusercontent.com/senguanasoft/datex-ui/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://raw.githubusercontent.com/senguanasoft/datex-ui/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://raw.githubusercontent.com/senguanasoft/datex-ui/main/assets/images/screenshots/time-picker.png)
141
141
 
142
142
  ### Custom Theme
143
143
 
@@ -162,7 +162,7 @@ const picker = new Datex("#themed-input", {
162
162
 
163
163
  <!-- Add mobile screenshot here -->
164
164
 
165
- <!-- ![Mobile View](./assets/images/screenshots/mobile-view.png)-->
165
+ <!-- ![Mobile View](https://raw.githubusercontent.com/senguanasoft/datex-ui/main/assets/images/screenshots/mobile-view.png)-->
166
166
 
167
167
  ## Configuration Options
168
168
 
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.1",
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",