@schedule-x/current-time
Advanced tools
Comparing version 1.47.1 to 1.48.0
@@ -245,2 +245,3 @@ import { Signal, ReadonlySignal } from "@preact/signals"; | ||
onClickPlusEvents?: (date: string) => void; | ||
isCalendarSmall?: ($app: CalendarAppSingleton) => boolean; | ||
} | ||
@@ -313,2 +314,3 @@ type CustomComponentFns = { | ||
isDark: boolean; | ||
isResponsive: boolean; | ||
callbacks: CalendarCallbacks; | ||
@@ -315,0 +317,0 @@ _customComponentFns: CustomComponentFns; |
@@ -245,2 +245,3 @@ import { Signal, ReadonlySignal } from "@preact/signals"; | ||
onClickPlusEvents?: (date: string) => void; | ||
isCalendarSmall?: ($app: CalendarAppSingleton) => boolean; | ||
} | ||
@@ -313,2 +314,3 @@ type CustomComponentFns = { | ||
isDark: boolean; | ||
isResponsive: boolean; | ||
callbacks: CalendarCallbacks; | ||
@@ -315,0 +317,0 @@ _customComponentFns: CustomComponentFns; |
@@ -245,2 +245,3 @@ import { Signal, ReadonlySignal } from "@preact/signals"; | ||
onClickPlusEvents?: (date: string) => void; | ||
isCalendarSmall?: ($app: CalendarAppSingleton) => boolean; | ||
} | ||
@@ -313,2 +314,3 @@ type CustomComponentFns = { | ||
isDark: boolean; | ||
isResponsive: boolean; | ||
callbacks: CalendarCallbacks; | ||
@@ -315,0 +317,0 @@ _customComponentFns: CustomComponentFns; |
{ | ||
"name": "@schedule-x/current-time", | ||
"version": "1.47.1", | ||
"version": "1.48.0", | ||
"description": "Schedule-X plugin for displaying an indicator for the current time", | ||
@@ -36,3 +36,3 @@ "author": { | ||
"homepage": "https://schedule-x.dev", | ||
"gitHead": "912d16228dfed3b968303b584e8cd550fc250bff" | ||
"gitHead": "770bce0c213cded949c70cac797f3c8badb2725f" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
65929
1772