@kashifd/jwero-components 0.7.76 → 0.7.78

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.
@@ -8,8 +8,9 @@ type JweroNavigationProps = {
8
8
  showAllApps?: boolean;
9
9
  showAllOtherApps?: boolean;
10
10
  onClose?: () => void;
11
+ showCloseButton?: boolean;
11
12
  };
12
- declare const JweroNavigation: ({ sx, apps, otherApps, showAllApps, showAllOtherApps, onClose, }: JweroNavigationProps) => import("react/jsx-runtime").JSX.Element;
13
+ declare const JweroNavigation: ({ sx, apps, otherApps, showAllApps, showAllOtherApps, showCloseButton, onClose, }: JweroNavigationProps) => import("react/jsx-runtime").JSX.Element;
13
14
  export default JweroNavigation;
14
15
  type JweroNavigationBoxItemProps = {
15
16
  onClick: () => void;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@kashifd/jwero-components",
3
3
  "description": "A Jwero UI library for React",
4
4
  "private": false,
5
- "version": "0.7.76",
5
+ "version": "0.7.78",
6
6
  "type": "module",
7
7
  "main": "dist/index.umd.js",
8
8
  "module": "dist/index.es.js",