@hybr1d-tech/charizard 1.1.85 → 1.1.86

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
@@ -2895,6 +2895,7 @@ export declare interface TableProps {
2895
2895
  isError: boolean;
2896
2896
  handleSaveColumns: (columns: any) => Promise<void>;
2897
2897
  variant?: TableCustomColsVariant;
2898
+ onCloseListener?: any;
2898
2899
  };
2899
2900
  /**
2900
2901
  * export config (csv)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hybr1d-tech/charizard",
3
- "version": "1.1.85",
3
+ "version": "1.1.86",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -64,7 +64,7 @@
64
64
  "@storybook/react": "^8.5.0",
65
65
  "@storybook/react-vite": "^8.5.0",
66
66
  "@storybook/test": "^8.5.0",
67
- "@types/node": "^22.10.7",
67
+ "@types/node": "^22.10.8",
68
68
  "@types/react": "^18.3.13",
69
69
  "@types/react-dom": "^18.3.1",
70
70
  "@vitejs/plugin-react-swc": "^3.7.2",
@@ -73,7 +73,7 @@
73
73
  "storybook": "^8.5.0",
74
74
  "storybook-css-modules-preset": "^1.1.1",
75
75
  "typescript": "5.7.3",
76
- "vite": "^6.0.10",
76
+ "vite": "^6.0.11",
77
77
  "vite-plugin-checker": "^0.8.0",
78
78
  "vite-plugin-dts": "4.5.0",
79
79
  "vite-plugin-libcss": "^1.1.1"