@quillsql/react 2.16.7 → 2.16.8

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.
package/dist/index.d.cts CHANGED
@@ -1483,7 +1483,6 @@ interface TableProps {
1483
1483
  rows?: {
1484
1484
  [key: string]: any;
1485
1485
  }[];
1486
- autoHide?: boolean;
1487
1486
  /**
1488
1487
  * The columns of the table to show, if any.
1489
1488
  *
package/dist/index.d.ts CHANGED
@@ -1483,7 +1483,6 @@ interface TableProps {
1483
1483
  rows?: {
1484
1484
  [key: string]: any;
1485
1485
  }[];
1486
- autoHide?: boolean;
1487
1486
  /**
1488
1487
  * The columns of the table to show, if any.
1489
1488
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quillsql/react",
3
- "version": "2.16.7",
3
+ "version": "2.16.8",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {