@hybr1d-tech/charizard 0.7.75 → 0.7.76

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