@woven-planet/lakefront 6.2.3 → 6.2.4

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,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import React from "react";
3
- import { ComponentPropsWithoutRef, FC, RefAttributes, ReactNode, ElementType, ReactElement, ChangeEvent, Dispatch, MouseEventHandler, SetStateAction, ComponentPropsWithRef, MouseEvent, ComponentProps } from "react";
3
+ import { ComponentPropsWithoutRef, FC, RefAttributes, ReactNode, ElementType, ReactElement, ChangeEvent, Dispatch, MouseEventHandler, SetStateAction, ComponentPropsWithRef, MouseEvent } from "react";
4
4
  import { LinkProps } from "react-router-dom";
5
5
  import { GetStyles, GroupBase } from "react-select/dist/declarations/src/types";
6
6
  import { ParsedQuery } from "query-string";
@@ -2617,7 +2617,7 @@ interface TableProps {
2617
2617
  /**
2618
2618
  * This is to set the row properties.
2619
2619
  */
2620
- rowProps?: ComponentProps<"tr">;
2620
+ rowProps?: any;
2621
2621
  /**
2622
2622
  * This is to set the display message when there is no data.
2623
2623
  */
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import React from "react";
3
- import { ComponentPropsWithoutRef, FC, RefAttributes, ReactNode, ElementType, ReactElement, ChangeEvent, Dispatch, MouseEventHandler, SetStateAction, ComponentPropsWithRef, MouseEvent, ComponentProps } from "react";
3
+ import { ComponentPropsWithoutRef, FC, RefAttributes, ReactNode, ElementType, ReactElement, ChangeEvent, Dispatch, MouseEventHandler, SetStateAction, ComponentPropsWithRef, MouseEvent } from "react";
4
4
  import { LinkProps } from "react-router-dom";
5
5
  import { GetStyles, GroupBase } from "react-select/dist/declarations/src/types";
6
6
  import { ParsedQuery } from "query-string";
@@ -2617,7 +2617,7 @@ interface TableProps {
2617
2617
  /**
2618
2618
  * This is to set the row properties.
2619
2619
  */
2620
- rowProps?: ComponentProps<"tr">;
2620
+ rowProps?: any;
2621
2621
  /**
2622
2622
  * This is to set the display message when there is no data.
2623
2623
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@woven-planet/lakefront",
3
3
  "description": "React UI Components",
4
- "version": "6.2.3",
4
+ "version": "6.2.4",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
7
7
  "homepage": "https://github.com/woven-planet/lakefront",