@reach/menu-button
Advanced tools
Comparing version 0.11.1 to 0.11.2
@@ -45,3 +45,3 @@ /** | ||
*/ | ||
export declare const MenuButton: import("../../utils/src").ForwardRefExoticComponentWithAs<"button", MenuButtonProps>; | ||
export declare const MenuButton: import("@reach/utils").ForwardRefExoticComponentWithAs<"button", MenuButtonProps>; | ||
/** | ||
@@ -88,3 +88,3 @@ * @see Docs https://reach.tech/menu-button#menubutton-props | ||
*/ | ||
export declare const MenuItem: import("../../utils/src").ForwardRefExoticComponentWithAs<"div", Pick<MenuItemImplProps, "children" | "disabled" | "onSelect" | "index" | "valueText">>; | ||
export declare const MenuItem: import("@reach/utils").ForwardRefExoticComponentWithAs<"div", Pick<MenuItemImplProps, "children" | "disabled" | "onSelect" | "index" | "valueText">>; | ||
/** | ||
@@ -103,3 +103,3 @@ * @see Docs https://reach.tech/menu-button#menuitem-props | ||
*/ | ||
export declare const MenuItems: import("../../utils/src").ForwardRefExoticComponentWithAs<"div", MenuItemsProps>; | ||
export declare const MenuItems: import("@reach/utils").ForwardRefExoticComponentWithAs<"div", MenuItemsProps>; | ||
/** | ||
@@ -127,3 +127,3 @@ * @see Docs https://reach.tech/menu-button#menuitems-props | ||
*/ | ||
export declare const MenuLink: import("../../utils/src").ForwardRefExoticComponentWithAs<"a", Pick<MenuItemImplProps, "children" | "disabled" | "index" | "valueText"> & { | ||
export declare const MenuLink: import("@reach/utils").ForwardRefExoticComponentWithAs<"a", Pick<MenuItemImplProps, "children" | "disabled" | "index" | "valueText"> & { | ||
onSelect?(): void; | ||
@@ -130,0 +130,0 @@ } & { |
{ | ||
"name": "@reach/menu-button", | ||
"version": "0.11.1", | ||
"version": "0.11.2", | ||
"description": "Accessible React button dropdown menu.", | ||
@@ -16,6 +16,6 @@ "author": "React Training <hello@reacttraining.com>", | ||
"dependencies": { | ||
"@reach/auto-id": "0.11.1", | ||
"@reach/descendants": "0.11.1", | ||
"@reach/popover": "0.11.1", | ||
"@reach/utils": "0.11.1", | ||
"@reach/auto-id": "0.11.2", | ||
"@reach/descendants": "0.11.2", | ||
"@reach/popover": "0.11.2", | ||
"@reach/utils": "0.11.2", | ||
"prop-types": "^15.7.2", | ||
@@ -36,3 +36,3 @@ "tslib": "^2.0.0" | ||
], | ||
"gitHead": "5c6de02db35c1bb69e28d52bf345ea5c5c484013" | ||
"gitHead": "2aa6f03c5eed8c2b7525a29db1c69fe6bc540e5d" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
239932
+ Added@reach/auto-id@0.11.2(transitive)
+ Added@reach/descendants@0.11.2(transitive)
+ Added@reach/popover@0.11.2(transitive)
+ Added@reach/portal@0.11.2(transitive)
+ Added@reach/rect@0.11.2(transitive)
+ Added@reach/utils@0.11.2(transitive)
- Removed@reach/auto-id@0.11.1(transitive)
- Removed@reach/descendants@0.11.1(transitive)
- Removed@reach/popover@0.11.1(transitive)
- Removed@reach/portal@0.11.1(transitive)
- Removed@reach/rect@0.11.1(transitive)
- Removed@reach/utils@0.11.1(transitive)
Updated@reach/auto-id@0.11.2
Updated@reach/descendants@0.11.2
Updated@reach/popover@0.11.2
Updated@reach/utils@0.11.2