@7shifts/sous-chef 3.22.0 → 3.23.1

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.
@@ -2,6 +2,8 @@ import { Matcher } from 'react-day-picker';
2
2
  declare type Locale = any;
3
3
  export declare function parseDate(str: string, format: string, locale?: Locale): Date | undefined;
4
4
  export declare function formatDate(date: Date, format: string, locale?: Locale): string;
5
+ export declare const calendarDropdownFromYear: number;
6
+ export declare const calendarDropdownToYear: number;
5
7
  export declare function setToMidnight(date: Date): Date;
6
8
  export declare function getStartOfWeek(date: Date, weekIndex: number): Date;
7
9
  export declare function getEndOfWeek(date: Date, weekIndex: number): Date;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@7shifts/sous-chef",
3
- "version": "3.22.0",
3
+ "version": "3.23.1",
4
4
  "description": "7shifts component library",
5
5
  "author": "7shifts",
6
6
  "license": "MIT",