react-smart-scheduler 0.1.0 → 0.1.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.
- package/README.md +2 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@ Day · Week · Month views · Drag & drop · Resize · TypeScript · Zero UI fra
|
|
|
12
12
|
[](LICENSE)
|
|
13
13
|
[](https://www.typescriptlang.org/)
|
|
14
14
|
|
|
15
|
-
[**Live Demo →**](https://
|
|
15
|
+
[**Live Demo →**](https://scheduler.hazhtech.com/) |
|
|
16
16
|
[**GitHub →**](https://github.com/yourname/react-smart-scheduler) |
|
|
17
17
|
[**npm →**](https://www.npmjs.com/package/react-smart-scheduler)
|
|
18
18
|
|
|
@@ -279,7 +279,7 @@ The `prepublishOnly` hook ensures the published package is always a fresh, type-
|
|
|
279
279
|
|
|
280
280
|
## 📸 Demo
|
|
281
281
|
|
|
282
|
-
**[👉 Open live demo](https://
|
|
282
|
+
**[👉 Open live demo](https://scheduler.hazhtech.com/)**
|
|
283
283
|
|
|
284
284
|
Features you can try:
|
|
285
285
|
|
package/dist/index.d.ts
CHANGED
|
@@ -80,7 +80,7 @@ export declare interface SchedulerProps {
|
|
|
80
80
|
}
|
|
81
81
|
|
|
82
82
|
/** Library version — matches package.json version field. */
|
|
83
|
-
export declare const VERSION: "0.1.
|
|
83
|
+
export declare const VERSION: "0.1.1";
|
|
84
84
|
|
|
85
85
|
export declare type ViewType = 'day' | 'week' | 'month';
|
|
86
86
|
|