kwant-ui 3.38.1-dev.5 → 3.38.1-dev.6

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.
@@ -11,6 +11,6 @@ export declare const CalendarTimeBar: ({ label, timeHour, timeMinute, clockType,
11
11
  label?: string;
12
12
  timeHour?: string;
13
13
  timeMinute?: string;
14
- clockType?: ICalendar.ClockType;
14
+ clockType?: ICalendar.ClockType | string;
15
15
  }) => import("react/jsx-runtime").JSX.Element;
16
16
  export declare const renderDatepickerNavigationButton: (direction: ICalendar.DatpickerNavigationDirection, handleClick: (event: React.MouseEvent<HTMLButtonElement>) => void) => import("react/jsx-runtime").JSX.Element;
@@ -22,6 +22,9 @@ export declare const CALENDAR_CONSTANTS: {
22
22
  THIS_MONTH: DateObject[];
23
23
  PAST_MONTH: DateObject[];
24
24
  CUSTOM_RANGE: DateObject[];
25
+ NOW: DateObject[];
26
+ LAST_HOUR: DateObject[];
27
+ YESTERDAY: DateObject[];
25
28
  };
26
29
  export declare const getSidebarOptions: (projectDuration?: ICalendar.ProjectDuration) => {
27
30
  title: string;