Socket
Socket
Sign inDemoInstall

@vaadin/vaadin-material-styles

Package Overview
Dependencies
Maintainers
19
Versions
425
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/vaadin-material-styles - npm Package Compare versions

Comparing version 22.0.0-alpha4 to 22.0.0-alpha5

7

mixins/menu-overlay.js

@@ -6,10 +6,11 @@ /**

*/
import { css, registerStyles } from '@vaadin/vaadin-themable-mixin/register-styles.js';
import { registerStyles } from '@vaadin/vaadin-themable-mixin/register-styles.js';
import { overlay } from '@vaadin/vaadin-material-styles/mixins/overlay.js';
import '../color.js';
import './overlay.js';
const menuOverlay = css``;
const menuOverlay = overlay;
registerStyles('', menuOverlay, { moduleId: 'material-menu-overlay', include: ['material-overlay'] });
registerStyles('', menuOverlay, { moduleId: 'material-menu-overlay' });
export { menuOverlay };
{
"name": "@vaadin/vaadin-material-styles",
"version": "22.0.0-alpha4",
"version": "22.0.0-alpha5",
"description": "Vaadin Material is a complete theme for Vaadin components, inspired by Google’s Material Design guidelines.",

@@ -34,3 +34,3 @@ "main": "all-imports.js",

"@polymer/polymer": "^3.0.0",
"@vaadin/vaadin-themable-mixin": "^22.0.0-alpha4"
"@vaadin/vaadin-themable-mixin": "^22.0.0-alpha5"
},

@@ -47,3 +47,3 @@ "devDependencies": {

},
"gitHead": "86c025abd605d5a4a3c0ae36eb07c34704cee1f2"
"gitHead": "012f658db6f81375be8889f63ee15e3f660fe9ec"
}

@@ -131,9 +131,2 @@ /**

}
/* Hide the native arrow icons */
input[slot='input']::-webkit-outer-spin-button,
input[slot='input']::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
`;

@@ -140,0 +133,0 @@

@@ -8,3 +8,3 @@ /**

static get version() {
return '22.0.0-alpha4';
return '22.0.0-alpha5';
}

@@ -11,0 +11,0 @@ }

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