@schedule-x/resize
Advanced tools
Comparing version 1.28.0 to 1.29.0
@@ -91,2 +91,3 @@ import { Signal } from "@preact/signals"; | ||
teleportTo?: HTMLElement; | ||
label?: string; | ||
} | ||
@@ -93,0 +94,0 @@ // This enum is used to represent names of all internally built views of the calendar |
@@ -91,2 +91,3 @@ import { Signal } from "@preact/signals"; | ||
teleportTo?: HTMLElement; | ||
label?: string; | ||
} | ||
@@ -93,0 +94,0 @@ // This enum is used to represent names of all internally built views of the calendar |
@@ -91,2 +91,3 @@ import { Signal } from "@preact/signals"; | ||
teleportTo?: HTMLElement; | ||
label?: string; | ||
} | ||
@@ -93,0 +94,0 @@ // This enum is used to represent names of all internally built views of the calendar |
{ | ||
"name": "@schedule-x/resize", | ||
"version": "1.28.0", | ||
"version": "1.29.0", | ||
"description": "Resize events in the Schedule-X calendar", | ||
@@ -29,3 +29,3 @@ "author": { | ||
"homepage": "https://schedule-x.dev", | ||
"gitHead": "b124272cfecc47a08e13fce9e20560f4f01ba4f8" | ||
"gitHead": "bc6158f71b92cb6a7deab101a8824de29129cff5" | ||
} |
79676
2163