@7shifts/sous-chef 3.32.0 → 3.33.0

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.
@@ -8,8 +8,8 @@ export declare function setToMidnight(date: Date): Date;
8
8
  export declare function getStartOfWeek(date: Date, weekIndex: number): Date;
9
9
  export declare function getEndOfWeek(date: Date, weekIndex: number): Date;
10
10
  export declare function createWeekRange(date: Date, weekStart: WeekStart): FullDateRange;
11
- export declare const DAYS: string[];
12
- export declare const MONTH_NAMES: string[];
11
+ export declare const getDays: () => string[];
12
+ export declare const getMonths: () => string[];
13
13
  export type WeekStart = 0 | 1 | 2 | 3 | 4 | 5 | 6;
14
14
  export type TimeInterval = 15 | 30;
15
15
  export type FullDateRange = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@7shifts/sous-chef",
3
- "version": "3.32.0",
3
+ "version": "3.33.0",
4
4
  "description": "7shifts component library",
5
5
  "author": "7shifts",
6
6
  "license": "MIT",