@hybr1d-tech/charizard 0.7.0 → 0.7.2

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
@@ -1578,7 +1578,7 @@ export declare type MenuItemV2 = {
1578
1578
  filterFn?: any;
1579
1579
  disabled?: boolean;
1580
1580
  customStyles?: React_2.CSSProperties;
1581
- customSvgClassName?: React_2.CSSProperties;
1581
+ customSvgClassName?: string;
1582
1582
  };
1583
1583
 
1584
1584
  export declare function Modal({ isOpen, onClose, children, size, showOverlay, machineProps, }: ModalProps): JSX_2.Element;
@@ -2683,9 +2683,9 @@ declare interface TagProps {
2683
2683
 
2684
2684
  export declare function TaskCards({ headers, data, isLoading, isError, emptyText, menuItems, paginationConfig, }: TaskCardsProps): JSX_2.Element;
2685
2685
 
2686
- declare interface TaskCardsProps {
2686
+ export declare interface TaskCardsProps {
2687
2687
  headers: string[];
2688
- data: ITask[];
2688
+ data?: ITask[];
2689
2689
  isLoading?: boolean;
2690
2690
  isError?: boolean;
2691
2691
  emptyText?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hybr1d-tech/charizard",
3
- "version": "0.7.0",
3
+ "version": "0.7.2",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -11,7 +11,8 @@
11
11
  "exports": {
12
12
  ".": {
13
13
  "import": "./dist/hybr1d-ui.js",
14
- "require": "./dist/hybr1d-ui.umd.js"
14
+ "require": "./dist/hybr1d-ui.umd.js",
15
+ "types": "./dist/index.d.ts"
15
16
  }
16
17
  },
17
18
  "repository": {
@@ -65,7 +66,7 @@
65
66
  "@types/node": "^22.5.4",
66
67
  "@types/react": "^18.3.5",
67
68
  "@types/react-dom": "^18.3.0",
68
- "@vitejs/plugin-react": "^4.3.1",
69
+ "@vitejs/plugin-react-swc": "^3.7.0",
69
70
  "globals": "^15.9.0",
70
71
  "prop-types": "^15.8.1",
71
72
  "storybook": "^8.2.9",