@schedule-x/resize
Advanced tools
Comparing version 1.59.2 to 1.60.0
@@ -286,2 +286,3 @@ import { Signal, ReadonlySignal } from "@preact/signals"; | ||
eventWidth: number; | ||
timeAxisFormatOptions: Intl.DateTimeFormatOptions; | ||
}; | ||
@@ -288,0 +289,0 @@ type MonthGridOptions = { |
@@ -286,2 +286,3 @@ import { Signal, ReadonlySignal } from "@preact/signals"; | ||
eventWidth: number; | ||
timeAxisFormatOptions: Intl.DateTimeFormatOptions; | ||
}; | ||
@@ -288,0 +289,0 @@ type MonthGridOptions = { |
@@ -286,2 +286,3 @@ import { Signal, ReadonlySignal } from "@preact/signals"; | ||
eventWidth: number; | ||
timeAxisFormatOptions: Intl.DateTimeFormatOptions; | ||
}; | ||
@@ -288,0 +289,0 @@ type MonthGridOptions = { |
{ | ||
"name": "@schedule-x/resize", | ||
"umdName": "SXResize", | ||
"version": "1.59.2", | ||
"version": "1.60.0", | ||
"description": "Resize events in the Schedule-X calendar", | ||
@@ -30,3 +30,3 @@ "author": { | ||
"homepage": "https://schedule-x.dev", | ||
"gitHead": "d27994985a39c8eca15bffd1c8a16d0e644ab56d" | ||
"gitHead": "65d0cf78f0ad607e1dd431da5f5e0ca7ee4fea9a" | ||
} |
86496
2271