@launchpad-ui/menu 0.2.2 → 0.2.3

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.
@@ -37,7 +37,7 @@ declare type MenuItemLinkProps<P, T extends React.ElementType = typeof Link> = M
37
37
  } | {
38
38
  item: P;
39
39
  });
40
- declare const MenuItemLink: <P, T extends import("react").ElementType<any> = typeof Link>({ to, disabled, useHistory, newTab, children, ...props }: Omit<Omit<MenuItemProps<P, T>, "item" | "component">, keyof MenuItemLinkOwnProps> & MenuItemLinkOwnProps & ({
40
+ declare const MenuItemLink: <P, T extends import("react").ElementType<any> = import("react").ForwardRefExoticComponent<import("react-router-dom").LinkProps & import("react").RefAttributes<HTMLAnchorElement>>>({ to, disabled, useHistory, newTab, children, ...props }: Omit<Omit<MenuItemProps<P, T>, "item" | "component">, keyof MenuItemLinkOwnProps> & MenuItemLinkOwnProps & ({
41
41
  item?: undefined;
42
42
  } | {
43
43
  item: P;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@launchpad-ui/menu",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -26,14 +26,14 @@
26
26
  "source": "src/index.ts",
27
27
  "dependencies": {
28
28
  "@launchpad-ui/icons": "~0.2.1",
29
- "@launchpad-ui/popover": "~0.2.2",
29
+ "@launchpad-ui/popover": "~0.2.3",
30
30
  "@launchpad-ui/tokens": "~0.1.5",
31
- "@launchpad-ui/tooltip": "~0.2.2",
31
+ "@launchpad-ui/tooltip": "~0.2.3",
32
32
  "@react-aria/focus": "^3.6.0",
33
33
  "@react-aria/separator": "^3.2.0",
34
34
  "clsx": "^1.2.0",
35
35
  "lodash-es": "^4.17.21",
36
- "react-router-dom": "^5.3.3",
36
+ "react-router-dom": "^6.3.0",
37
37
  "react-virtual": "^2.10.4",
38
38
  "uuid": "^8.3.2"
39
39
  },
@@ -43,7 +43,6 @@
43
43
  },
44
44
  "devDependencies": {
45
45
  "@types/lodash-es": "^4.17.6",
46
- "@types/react-router-dom": "^5.3.3",
47
46
  "@types/uuid": "^8.3.4",
48
47
  "react": "^18.2.0",
49
48
  "react-dom": "^18.2.0"