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