@vaadin/vaadin-material-styles
Advanced tools
Comparing version 22.0.0-alpha4 to 22.0.0-alpha5
@@ -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 @@ } |
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
39635
687