@zydon/common 2.7.74 → 2.7.75

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.
@@ -5,6 +5,7 @@ import { Icon } from '../../types/icon.js';
5
5
  interface MenuItemProps extends MenuItemProps$1 {
6
6
  icon?: keyof typeof Icon;
7
7
  loading?: boolean;
8
+ to?: string;
8
9
  }
9
10
 
10
11
  declare const MenuItem: ({ icon, children, loading, disabled, ...other }: MenuItemProps) => react_jsx_runtime.JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zydon/common",
3
- "version": "2.7.74",
3
+ "version": "2.7.75",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "module": "./dist/index.js",