@ndla/dropdown-menu
Advanced tools
Comparing version 1.0.38 to 1.0.39-alpha.0
@@ -13,3 +13,3 @@ /** | ||
} | ||
declare const DropdownContent: ({ portal, showArrow, side, children, ...rest }: Props) => import("@emotion/react/jsx-runtime").JSX.Element; | ||
declare const DropdownContent: ({ portal, showArrow, side, children, ...rest }: Props) => import("react/jsx-runtime").JSX.Element; | ||
export default DropdownContent; |
@@ -11,3 +11,3 @@ /** | ||
} | ||
declare const DropdownMenu: (props: Props) => import("@emotion/react/jsx-runtime").JSX.Element; | ||
declare const DropdownMenu: (props: Props) => import("react/jsx-runtime").JSX.Element; | ||
export default DropdownMenu; |
{ | ||
"name": "@ndla/dropdown-menu", | ||
"version": "1.0.38", | ||
"version": "1.0.39-alpha.0", | ||
"description": "Dropdown menu component for NDLA", | ||
@@ -41,3 +41,3 @@ "license": "GPL-3.0", | ||
}, | ||
"gitHead": "c778ba48c327f14eaae3e2da21ed24b183719167" | ||
"gitHead": "72e6aeb8c306996655995cd2471e080704b7c928" | ||
} |
@@ -28,3 +28,3 @@ # ndla-dropdown-menu | ||
<IconButtonV2 aria-label="Show more" title="Show more" variant="ghost" colorTheme="light"> | ||
<HorizontalMenu /> | ||
<MoreLine /> | ||
</IconButtonV2> | ||
@@ -35,3 +35,3 @@ </DropdownTrigger> | ||
<StyledButton variant="ghost" colorTheme="light" shape="sharp" size="small" fontWeight="normal"> | ||
<Folder /> | ||
<FolderFill /> | ||
Add item | ||
@@ -42,3 +42,3 @@ </StyledButton> | ||
<StyledButton variant="ghost" colorTheme="danger" shape="sharp" size="small" fontWeight="normal"> | ||
<DeleteForever /> | ||
<DeleteBinLine /> | ||
Delete item | ||
@@ -45,0 +45,0 @@ </StyledButton> |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
58233
2