@kyper/actionmenu
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -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 |
@@ -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" | ||
} |
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
11470