@hybr1d-tech/charizard 0.7.26 → 0.7.27

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
@@ -2689,7 +2689,7 @@ export declare interface TaskCardsProps {
2689
2689
  limit: number;
2690
2690
  setLimit: (limit: number) => void;
2691
2691
  };
2692
- onClicks?: any[];
2692
+ onClicks?: ((data: ITask) => void)[][];
2693
2693
  }
2694
2694
 
2695
2695
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hybr1d-tech/charizard",
3
- "version": "0.7.26",
3
+ "version": "0.7.27",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"