@hybr1d-tech/charizard 1.1.104 → 1.1.105

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
@@ -29,7 +29,7 @@ import { VisibilityState } from '@tanstack/react-table';
29
29
  import * as zagSwitch from '@zag-js/switch';
30
30
 
31
31
  export declare const Accordion: {
32
- ({ children, defaultActiveKey, customClasses, customStyle, isMulti, }: AccordionProps): JSX_2.Element;
32
+ ({ children, defaultActiveKey, customClasses, customStyle, isMulti, isOpenAll, allEventKeys, }: AccordionProps): JSX_2.Element;
33
33
  Item({ eventKey, children }: ItemProps): JSX_2.Element | undefined;
34
34
  Header({ eventKey, children, customClasses, customStyle }: HeaderProps): JSX_2.Element | undefined;
35
35
  Collapse({ eventKey, children, customClasses, customStyle }: CollapseProps): JSX_2.Element;
@@ -49,6 +49,8 @@ declare interface AccordionProps {
49
49
  customClasses?: string;
50
50
  customStyle?: React.CSSProperties;
51
51
  isMulti?: boolean;
52
+ isOpenAll?: boolean;
53
+ allEventKeys?: string[] | number[];
52
54
  }
53
55
 
54
56
  export declare const ActionsDropdown: React_2.ForwardRefExoticComponent<ActionsDropdownProps & React_2.RefAttributes<unknown>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hybr1d-tech/charizard",
3
- "version": "1.1.104",
3
+ "version": "1.1.105",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"