@7shifts/sous-chef 3.30.1 → 3.31.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.
@@ -26,6 +26,10 @@ export type TimeRange = {
26
26
  };
27
27
  export type StartTime = 'now' | string;
28
28
  export type BlockedDays = Matcher | Matcher[] | undefined;
29
+ export type DisabledDays = {
30
+ start?: BlockedDays;
31
+ end?: BlockedDays;
32
+ };
29
33
  export type DateRangeError = string | {
30
34
  [K in keyof DateRange]: string;
31
35
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@7shifts/sous-chef",
3
- "version": "3.30.1",
3
+ "version": "3.31.0",
4
4
  "description": "7shifts component library",
5
5
  "author": "7shifts",
6
6
  "license": "MIT",