@7shifts/sous-chef 3.48.0 → 3.49.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.
@@ -5,3 +5,4 @@ export declare const calculateOverlayPosition: (triggerPosition: DOMRect, trigge
5
5
  left: number;
6
6
  };
7
7
  export declare const calculateMaxHeight: (triggerPosition: DOMRect, customMaxHeight: number | undefined) => number;
8
+ export declare const isScrollingSelectFields: (scrollEvent: Event) => boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@7shifts/sous-chef",
3
- "version": "3.48.0",
3
+ "version": "3.49.0",
4
4
  "description": "7shifts component library",
5
5
  "author": "7shifts",
6
6
  "license": "MIT",