kwant-ui 3.33.4-stable.1 → 3.33.4-stable.2

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.
@@ -26,6 +26,7 @@ export declare namespace IWorkerTimeChart {
26
26
  dataKeyX: string;
27
27
  dataKeyCheckIn?: string;
28
28
  dataKeyCheckOut?: string;
29
+ dataKeyCheckInOut?: string;
29
30
  dataKeyWorkTime?: string;
30
31
  dataKeyOverTime?: string;
31
32
  legends?: IWeekwiseBarChart.CustomLegendType[];
@@ -5,6 +5,7 @@ export declare const getX: (x: number, width: number) => number;
5
5
  export declare const Divider: import("styled-components").StyledComponent<"div", any, {}, never>;
6
6
  export declare const getHourConditionally: (hour: number) => string;
7
7
  export declare const renderCustomizedLabel: (props: LabelListContentProps) => import("react/jsx-runtime").JSX.Element;
8
+ export declare const CheckInOutConnectorLine: (props: LabelListContentProps) => import("react/jsx-runtime").JSX.Element;
8
9
  export declare const WorkerTimeChartTooltip: (props: TooltipProps<ValueType, NameType> & {
9
10
  showHourRows?: boolean;
10
11
  showTimeRows?: boolean;