@popmenu/admin-ui
Advanced tools
Comparing version 0.7.0-alpha.5 to 0.7.0-alpha.6
@@ -198,2 +198,3 @@ import React, { forwardRef, useState, useRef, useEffect, createContext, useContext } from 'react'; | ||
borderRadius: spacing(6), | ||
transition: 'all 200ms ease-in-out', | ||
'&:hover': { | ||
@@ -203,11 +204,6 @@ color: getColorHover(palette, props), | ||
}, | ||
transition: 'all 200ms ease-in-out', | ||
'&$disabled': { | ||
background: palette.action.disabled, | ||
backgroundImage: 'none', | ||
}, | ||
}); }, | ||
disabled: { | ||
'&&': { | ||
backgroundImage: 'none', | ||
'&$root': { | ||
background: palette.action.disabled, | ||
}, | ||
@@ -214,0 +210,0 @@ }, |
@@ -211,2 +211,3 @@ 'use strict'; | ||
borderRadius: spacing(6), | ||
transition: 'all 200ms ease-in-out', | ||
'&:hover': { | ||
@@ -216,11 +217,6 @@ color: getColorHover(palette, props), | ||
}, | ||
transition: 'all 200ms ease-in-out', | ||
'&$disabled': { | ||
background: palette.action.disabled, | ||
backgroundImage: 'none', | ||
}, | ||
}); }, | ||
disabled: { | ||
'&&': { | ||
backgroundImage: 'none', | ||
'&$root': { | ||
background: palette.action.disabled, | ||
}, | ||
@@ -227,0 +223,0 @@ }, |
{ | ||
"name": "@popmenu/admin-ui", | ||
"version": "0.7.0-alpha.5", | ||
"version": "0.7.0-alpha.6", | ||
"license": "MIT", | ||
@@ -33,3 +33,3 @@ "author": "Popmenu Design System Team", | ||
}, | ||
"gitHead": "9ba4b22c79ebd9397453e046f52dea41466fe6df" | ||
"gitHead": "ba63be4368c1a94914fb71e50d029a28e3551557" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
190487
2834