Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ndla/dropdown-menu

Package Overview
Dependencies
Maintainers
0
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ndla/dropdown-menu - npm Package Compare versions

Comparing version 1.0.38 to 1.0.39-alpha.0

2

lib/DropdownContent.d.ts

@@ -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>

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc