@hybr1d-tech/charizard 0.7.78 → 0.7.79

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.ts CHANGED
@@ -2737,7 +2737,7 @@ declare interface TagProps {
2737
2737
  customStyles?: React.CSSProperties;
2738
2738
  }
2739
2739
 
2740
- export declare function TaskCards({ headers, data, isLoading, isError, emptyText, paginationConfig, onClicks, hideMenuItems, }: TaskCardsProps): JSX_2.Element;
2740
+ export declare function TaskCards({ headers, data, isLoading, isError, emptyText, paginationConfig, onClicks, }: TaskCardsProps): JSX_2.Element;
2741
2741
 
2742
2742
  export declare interface TaskCardsProps {
2743
2743
  headers: string[];
@@ -2757,7 +2757,6 @@ export declare interface TaskCardsProps {
2757
2757
  setLimit: (limit: number) => void;
2758
2758
  };
2759
2759
  onClicks?: ((data: ITask) => void)[][];
2760
- hideMenuItems: boolean;
2761
2760
  }
2762
2761
 
2763
2762
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hybr1d-tech/charizard",
3
- "version": "0.7.78",
3
+ "version": "0.7.79",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"