@hybr1d-tech/charizard 2.3.42 → 2.3.44

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
@@ -1906,7 +1906,7 @@ declare type ModalProps = {
1906
1906
  * @param {ModalV2Props} props - The props for the ModalV2 component.
1907
1907
  * @returns {JSX.Element} The rendered modal component.
1908
1908
  */
1909
- export declare function ModalV2({ isOpen, title, subTitle, trigger, children, footerButtons, showBackdrop, onClose, customModalClasses, onCustomInteractOutside, closeOnInteractOutside, }: ModalV2Props): JSX.Element;
1909
+ export declare function ModalV2({ isOpen, title, subTitle, trigger, children, footerButtons, showBackdrop, onClose, customModalClasses, onCustomInteractOutside, closeOnInteractOutside, hideHeader, }: ModalV2Props): JSX.Element;
1910
1910
 
1911
1911
  declare interface ModalV2Props {
1912
1912
  /** Indicates if the modal is open. */
@@ -1928,6 +1928,7 @@ declare interface ModalV2Props {
1928
1928
  customModalClasses?: string;
1929
1929
  onCustomInteractOutside?: (event: dialog.InteractOutsideEvent) => void;
1930
1930
  closeOnInteractOutside?: boolean;
1931
+ hideHeader?: boolean;
1931
1932
  }
1932
1933
 
1933
1934
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hybr1d-tech/charizard",
3
- "version": "2.3.42",
3
+ "version": "2.3.44",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -27,56 +27,56 @@
27
27
  "@dnd-kit/utilities": "^3.2.2",
28
28
  "@popperjs/core": "^2.11.8",
29
29
  "@tanstack/react-table": "^8.21.3",
30
- "@zag-js/accordion": "^1.21.6",
31
- "@zag-js/checkbox": "^1.21.6",
32
- "@zag-js/color-picker": "^1.21.6",
33
- "@zag-js/combobox": "^1.21.6",
34
- "@zag-js/dialog": "^1.21.6",
35
- "@zag-js/menu": "^1.21.6",
36
- "@zag-js/pagination": "^1.21.6",
37
- "@zag-js/popover": "^1.21.6",
38
- "@zag-js/popper": "^1.21.6",
39
- "@zag-js/radio-group": "^1.21.6",
40
- "@zag-js/react": "^1.21.6",
41
- "@zag-js/select": "^1.21.6",
42
- "@zag-js/switch": "^1.21.6",
43
- "@zag-js/tabs": "^1.21.6",
44
- "@zag-js/tooltip": "^1.21.6",
30
+ "@zag-js/accordion": "^1.24.2",
31
+ "@zag-js/checkbox": "^1.24.2",
32
+ "@zag-js/color-picker": "^1.24.2",
33
+ "@zag-js/combobox": "^1.24.2",
34
+ "@zag-js/dialog": "^1.24.2",
35
+ "@zag-js/menu": "^1.24.2",
36
+ "@zag-js/pagination": "^1.24.2",
37
+ "@zag-js/popover": "^1.24.2",
38
+ "@zag-js/popper": "^1.24.2",
39
+ "@zag-js/radio-group": "^1.24.2",
40
+ "@zag-js/react": "^1.24.2",
41
+ "@zag-js/select": "^1.24.2",
42
+ "@zag-js/switch": "^1.24.2",
43
+ "@zag-js/tabs": "^1.24.2",
44
+ "@zag-js/tooltip": "^1.24.2",
45
45
  "clsx": "^2.1.1",
46
46
  "date-fns": "^4.1.0",
47
47
  "react": "^19.1.0",
48
48
  "react-country-flag": "^3.1.0",
49
- "react-day-picker": "^9.9.0",
49
+ "react-day-picker": "^9.11.0",
50
50
  "react-dom": "^19.1.0",
51
51
  "react-infinite-scroll-component": "^6.1.0",
52
52
  "react-inlinesvg": "^4.2.0",
53
53
  "react-intersection-observer": "^9.8.0",
54
- "react-router": "7.8.1",
54
+ "react-router": "7.9.2",
55
55
  "react-select": "^5.10.2",
56
56
  "react-toastify": "^11.0.5",
57
57
  "react-tooltip": "^5.29.1",
58
58
  "use-deep-compare-effect": "^1.8.1",
59
- "zustand": "^5.0.6"
59
+ "zustand": "^5.0.8"
60
60
  },
61
61
  "devDependencies": {
62
62
  "@storybook/addon-essentials": "^8.6.14",
63
63
  "@storybook/addon-interactions": "^8.6.14",
64
- "@storybook/addon-links": "^9.1.2",
64
+ "@storybook/addon-links": "^9.1.8",
65
65
  "@storybook/blocks": "^8.6.14",
66
- "@storybook/react": "^9.1.2",
67
- "@storybook/react-vite": "^9.1.2",
66
+ "@storybook/react": "^9.1.8",
67
+ "@storybook/react-vite": "^9.1.8",
68
68
  "@storybook/test": "^8.6.14",
69
- "@types/node": "^24.3.0",
70
- "@types/react": "^19.1.10",
71
- "@types/react-dom": "^19.1.7",
72
- "@vitejs/plugin-react-swc": "^4.0.1",
73
- "axios": "^1.11.0",
74
- "globals": "^16.3.0",
75
- "storybook": "^9.1.2",
69
+ "@types/node": "^24.5.2",
70
+ "@types/react": "^19.1.13",
71
+ "@types/react-dom": "^19.1.9",
72
+ "@vitejs/plugin-react-swc": "^4.1.0",
73
+ "axios": "^1.12.2",
74
+ "globals": "^16.4.0",
75
+ "storybook": "^9.1.8",
76
76
  "storybook-css-modules-preset": "^1.1.1",
77
77
  "typescript": "5.9.2",
78
- "vite": "^7.1.2",
79
- "vite-plugin-checker": "^0.10.2",
78
+ "vite": "^7.1.7",
79
+ "vite-plugin-checker": "^0.10.3",
80
80
  "vite-plugin-dts": "4.5.4",
81
81
  "vite-plugin-libcss": "^1.1.2"
82
82
  },