@hybr1d-tech/charizard 1.1.95 → 1.1.97

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
@@ -30,7 +30,7 @@ import { VisibilityState } from '@tanstack/react-table';
30
30
  import * as zagSwitch from '@zag-js/switch';
31
31
 
32
32
  export declare const Accordion: {
33
- ({ children, defaultActiveKey, customClasses, customStyle, isMulti, isOpenAll, allEventKeys, }: AccordionProps): JSX_2.Element;
33
+ ({ children, defaultActiveKey, customClasses, customStyle, isMulti, }: AccordionProps): JSX_2.Element;
34
34
  Item({ eventKey, children }: ItemProps): JSX_2.Element | undefined;
35
35
  Header({ eventKey, children, customClasses, customStyle }: HeaderProps): JSX_2.Element | undefined;
36
36
  Collapse({ eventKey, children, customClasses, customStyle }: CollapseProps): JSX_2.Element;
@@ -50,8 +50,6 @@ declare interface AccordionProps {
50
50
  customClasses?: string;
51
51
  customStyle?: React.CSSProperties;
52
52
  isMulti?: boolean;
53
- isOpenAll?: boolean;
54
- allEventKeys?: string[] | number[];
55
53
  }
56
54
 
57
55
  export declare const ActionsDropdown: React_2.ForwardRefExoticComponent<ActionsDropdownProps & React_2.RefAttributes<unknown>>;
@@ -2894,7 +2892,6 @@ export declare interface TableProps {
2894
2892
  isError: boolean;
2895
2893
  handleSaveColumns: (columns: any) => Promise<void>;
2896
2894
  variant?: TableCustomColsVariant;
2897
- onCloseListener?: any;
2898
2895
  };
2899
2896
  /**
2900
2897
  * export config (csv)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hybr1d-tech/charizard",
3
- "version": "1.1.95",
3
+ "version": "1.1.97",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -25,21 +25,21 @@
25
25
  "@dnd-kit/utilities": "^3.2.2",
26
26
  "@popperjs/core": "^2.11.8",
27
27
  "@tanstack/react-table": "^8.20.6",
28
- "@zag-js/accordion": "^0.82.0",
29
- "@zag-js/checkbox": "^0.82.0",
30
- "@zag-js/color-picker": "^0.82.0",
31
- "@zag-js/combobox": "^0.82.0",
32
- "@zag-js/dialog": "^0.82.0",
33
- "@zag-js/menu": "^0.82.0",
34
- "@zag-js/pagination": "^0.82.0",
35
- "@zag-js/popover": "^0.82.0",
36
- "@zag-js/popper": "^0.82.0",
37
- "@zag-js/radio-group": "^0.82.0",
38
- "@zag-js/react": "^0.82.0",
39
- "@zag-js/select": "^0.82.0",
40
- "@zag-js/switch": "^0.82.0",
41
- "@zag-js/tabs": "^0.82.0",
42
- "@zag-js/tooltip": "^0.82.0",
28
+ "@zag-js/accordion": "^0.82.1",
29
+ "@zag-js/checkbox": "^0.82.1",
30
+ "@zag-js/color-picker": "^0.82.1",
31
+ "@zag-js/combobox": "^0.82.1",
32
+ "@zag-js/dialog": "^0.82.1",
33
+ "@zag-js/menu": "^0.82.1",
34
+ "@zag-js/pagination": "^0.82.1",
35
+ "@zag-js/popover": "^0.82.1",
36
+ "@zag-js/popper": "^0.82.1",
37
+ "@zag-js/radio-group": "^0.82.1",
38
+ "@zag-js/react": "^0.82.1",
39
+ "@zag-js/select": "^0.82.1",
40
+ "@zag-js/switch": "^0.82.1",
41
+ "@zag-js/tabs": "^0.82.1",
42
+ "@zag-js/tooltip": "^0.82.1",
43
43
  "clsx": "^2.1.1",
44
44
  "date-fns": "^4.1.0",
45
45
  "react": "^18.3.1",
@@ -57,20 +57,20 @@
57
57
  "zustand": "^5.0.3"
58
58
  },
59
59
  "devDependencies": {
60
- "@storybook/addon-essentials": "^8.5.0",
61
- "@storybook/addon-interactions": "^8.5.0",
62
- "@storybook/addon-links": "^8.5.0",
63
- "@storybook/blocks": "^8.5.0",
64
- "@storybook/react": "^8.5.0",
65
- "@storybook/react-vite": "^8.5.0",
66
- "@storybook/test": "^8.5.0",
67
- "@types/node": "^22.10.8",
60
+ "@storybook/addon-essentials": "^8.5.1",
61
+ "@storybook/addon-interactions": "^8.5.1",
62
+ "@storybook/addon-links": "^8.5.1",
63
+ "@storybook/blocks": "^8.5.1",
64
+ "@storybook/react": "^8.5.1",
65
+ "@storybook/react-vite": "^8.5.1",
66
+ "@storybook/test": "^8.5.1",
67
+ "@types/node": "^22.10.10",
68
68
  "@types/react": "^18.3.13",
69
69
  "@types/react-dom": "^18.3.1",
70
70
  "@vitejs/plugin-react-swc": "^3.7.2",
71
71
  "axios": "^1.7.9",
72
72
  "globals": "^15.14.0",
73
- "storybook": "^8.5.0",
73
+ "storybook": "^8.5.1",
74
74
  "storybook-css-modules-preset": "^1.1.1",
75
75
  "typescript": "5.7.3",
76
76
  "vite": "^6.0.11",