@launchpad-ui/dropdown
Advanced tools
Comparing version 0.5.13 to 0.5.14
@@ -13,7 +13,3 @@ /// <reference types="react" /> | ||
disabled?: boolean | undefined; | ||
icon?: import("react").ReactElement<{ | ||
size?: string | undefined; | ||
key: string; | ||
'aria-hidden': boolean; | ||
}, string | import("react").JSXElementConstructor<any>> | undefined; | ||
icon?: import("react").ReactElement<import("@launchpad-ui/icons/dist/Icon").IconProps, string | import("react").JSXElementConstructor<any>> | undefined; | ||
renderIconFirst?: boolean | undefined; | ||
@@ -20,0 +16,0 @@ asChild?: boolean | undefined; |
{ | ||
"name": "@launchpad-ui/dropdown", | ||
"version": "0.5.13", | ||
"version": "0.5.14", | ||
"status": "beta", | ||
@@ -28,5 +28,5 @@ "publishConfig": { | ||
"dependencies": { | ||
"@launchpad-ui/button": "~0.7.3", | ||
"@launchpad-ui/icons": "~0.5.7", | ||
"@launchpad-ui/popover": "~0.8.13", | ||
"@launchpad-ui/button": "~0.7.4", | ||
"@launchpad-ui/icons": "~0.5.8", | ||
"@launchpad-ui/popover": "~0.8.14", | ||
"@launchpad-ui/tokens": "~0.1.5", | ||
@@ -33,0 +33,0 @@ "classix": "^2.1.13" |
Sorry, the diff of this file is not supported yet
25313
263
Updated@launchpad-ui/button@~0.7.4
Updated@launchpad-ui/icons@~0.5.8