@7shifts/sous-chef 3.57.3-beta2 → 3.57.3-beta4

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.
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  type Props = {
3
3
  placement: 'top' | 'bottom';
4
- tableRef: React.RefObject<HTMLDivElement>;
4
+ hasSort?: boolean;
5
5
  };
6
6
  /**
7
7
  * This internal component is used to pass the impression the user is scrolling
@@ -9,5 +9,5 @@ type Props = {
9
9
  * The native HTML table tag can't allow scrolling the tbody.
10
10
  * It creates fake borders with radius corners to hide the table borders when scrolling
11
11
  */
12
- declare const DataTableScrollFakeBorder: ({ placement, tableRef }: Props) => React.JSX.Element;
12
+ declare const DataTableScrollFakeBorder: ({ placement, hasSort }: Props) => React.JSX.Element;
13
13
  export default DataTableScrollFakeBorder;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@7shifts/sous-chef",
3
- "version": "3.57.3-beta2",
3
+ "version": "3.57.3-beta4",
4
4
  "description": "7shifts component library",
5
5
  "author": "7shifts",
6
6
  "license": "MIT",