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

@kyper/actionmenu

Package Overview
Dependencies
Maintainers
6
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kyper/actionmenu - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

CHANGELOG.md

@@ -0,3 +1,7 @@

## [0.1.1](https://gitlab.mx.com/mx/kyper-react/-/commits/@kyper/actionmenu@0.1.1) - 03-17-2021
- **FIXED** - Changed the menu to be closer to the button when open to match designs.
## [0.1.0](https://gitlab.mx.com/mx/kyper-react/-/commits/@kyper/actionmenu@0.1.0) - 03-03-2021
- **ADDED** - Initial ActionMenu and ActionMenuButton

2

lib/ActionMenu.js

@@ -103,3 +103,3 @@ import React, { useState, useRef } from 'react'

boxShadow: BoxShadow.DropdownMenu,
top: buttonRef.current ? buttonRef.current.clientHeight + Spacing.Small : '32px',
top: buttonRef.current ? buttonRef.current.clientHeight + Spacing.XSmall : '32px',
margin: 0,

@@ -106,0 +106,0 @@ paddingTop: Spacing.Tiny,

{
"name": "@kyper/actionmenu",
"version": "0.1.0",
"version": "0.1.1",
"description": "Package of actionmenu components",

@@ -34,3 +34,3 @@ "author": "MX",

},
"gitHead": "d6b17daaac03089af3a537c8c683862c67e16868"
"gitHead": "ea6d6a78b3307eae763e814900ef51e983afea37"
}
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