ngxsmk-datepicker 1.2.7 → 1.2.8

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.
package/README.md CHANGED
@@ -9,14 +9,13 @@ Built with Angular Signals for optimal performance and a clean, declarative API.
9
9
  ## Screenshots
10
10
 
11
11
  <p align="left">
12
- <img src="https://unpkg.com/ngxsmk-datepicker@latest/docs/1.png" alt="Angular Advanced Date Range Picker" width="420" />
12
+ <img src="https://github.com/toozuuu/ngxsmk-datepicker/raw/main/projects/ngxsmk-datepicker/docs/1.png" alt="Angular Advanced Date Range Picker" width="420" />
13
13
  &nbsp;&nbsp;
14
- <img src="https://unpkg.com/ngxsmk-datepicker@latest/docs/2.png" alt="Angular Localization" width="420" />
14
+ <img src="https://github.com/toozuuu/ngxsmk-datepicker/raw/main/projects/ngxsmk-datepicker/docs/2.png" alt="Angular Localization" width="420" />
15
15
  &nbsp;&nbsp;
16
- <img src="https://unpkg.com/ngxsmk-datepicker@latest/docs/3.png" alt="Angular Single Date Selection" width="420" />
16
+ <img src="https://github.com/toozuuu/ngxsmk-datepicker/raw/main/projects/ngxsmk-datepicker/docs/3.png" alt="Angular Single Date Selection" width="420" />
17
17
  </p>
18
18
 
19
-
20
19
  ## **✨ Features**
21
20
 
22
21
  * **Date & Time Selection**: Supports `single` date or `range` mode selection, including optional time inputs.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngxsmk-datepicker",
3
- "version": "1.2.7",
3
+ "version": "1.2.8",
4
4
  "description": "A lightweight, customizable, and easy-to-use datepicker and date range picker for Angular applications.",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -9,14 +9,13 @@ Built with Angular Signals for optimal performance and a clean, declarative API.
9
9
  ## Screenshots
10
10
 
11
11
  <p align="left">
12
- <img src="https://unpkg.com/ngxsmk-datepicker@latest/docs/1.png" alt="Angular Advanced Date Range Picker" width="420" />
12
+ <img src="https://github.com/toozuuu/ngxsmk-datepicker/raw/main/projects/ngxsmk-datepicker/docs/1.png" alt="Angular Advanced Date Range Picker" width="420" />
13
13
  &nbsp;&nbsp;
14
- <img src="https://unpkg.com/ngxsmk-datepicker@latest/docs/2.png" alt="Angular Localization" width="420" />
14
+ <img src="https://github.com/toozuuu/ngxsmk-datepicker/raw/main/projects/ngxsmk-datepicker/docs/2.png" alt="Angular Localization" width="420" />
15
15
  &nbsp;&nbsp;
16
- <img src="https://unpkg.com/ngxsmk-datepicker@latest/docs/3.png" alt="Angular Single Date Selection" width="420" />
16
+ <img src="https://github.com/toozuuu/ngxsmk-datepicker/raw/main/projects/ngxsmk-datepicker/docs/3.png" alt="Angular Single Date Selection" width="420" />
17
17
  </p>
18
18
 
19
-
20
19
  ## **✨ Features**
21
20
 
22
21
  * **Date & Time Selection**: Supports `single` date or `range` mode selection, including optional time inputs.