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

@popmenu/admin-ui

Package Overview
Dependencies
Maintainers
2
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@popmenu/admin-ui - npm Package Compare versions

Comparing version 0.7.0-alpha.5 to 0.7.0-alpha.6

10

build/index.es.js

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

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