@infinityfx/fluid 1.4.10 → 1.4.11

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.
@@ -19,7 +19,7 @@ type TableProps<T> = {
19
19
  * @default "Nothing to display"
20
20
  */
21
21
  emptyMessage?: string;
22
- } & React.HTMLAttributes<HTMLDivElement>;
22
+ } & Omit<React.HTMLAttributes<HTMLDivElement>, 'onSelect'>;
23
23
  /**
24
24
  * A table displaying data.
25
25
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infinityfx/fluid",
3
- "version": "1.4.10",
3
+ "version": "1.4.11",
4
4
  "type": "module",
5
5
  "description": "React UI library, using zero-runtime CSS-in-JS.",
6
6
  "main": "dist/index.js",