@vaadin/vaadin-lumo-styles
Advanced tools
Comparing version 22.0.0-alpha4 to 22.0.0-alpha5
@@ -201,4 +201,4 @@ /** | ||
registerStyles('', colorLegacy, { moduleId: 'lumo-color-legacy', include: ['lumo-color'] }); | ||
registerStyles('', [color, colorLegacy], { moduleId: 'lumo-color-legacy' }); | ||
export { colorBase, color, colorLegacy }; |
import { CSSResult } from 'lit'; | ||
export const menuOverlay: CSSResult; | ||
export const menuOverlay: CSSResult[]; | ||
export const menuOverlayCore: CSSResult; |
@@ -9,3 +9,3 @@ /** | ||
import '../style.js'; | ||
import './overlay.js'; | ||
import { overlay } from './overlay.js'; | ||
@@ -46,3 +46,3 @@ const menuOverlayCore = css` | ||
const menuOverlay = css` | ||
const menuOverlayExt = css` | ||
/* Small viewport (bottom sheet) styles */ | ||
@@ -110,4 +110,7 @@ /* Use direct media queries instead of the state attributes ([phone] and [fullscreen]) provided by the elements */ | ||
`; | ||
registerStyles('', menuOverlay, { moduleId: 'lumo-menu-overlay', include: ['lumo-overlay', 'lumo-menu-overlay-core'] }); | ||
const menuOverlay = [overlay, menuOverlayCore, menuOverlayExt]; | ||
registerStyles('', menuOverlay, { moduleId: 'lumo-menu-overlay' }); | ||
export { menuOverlayCore, menuOverlay }; |
{ | ||
"name": "@vaadin/vaadin-lumo-styles", | ||
"version": "22.0.0-alpha4", | ||
"version": "22.0.0-alpha5", | ||
"description": "Lumo is a design system foundation for modern web applications, used by Vaadin components", | ||
@@ -37,4 +37,4 @@ "main": "all-imports.js", | ||
"@polymer/polymer": "^3.0.0", | ||
"@vaadin/vaadin-icon": "^22.0.0-alpha4", | ||
"@vaadin/vaadin-themable-mixin": "^22.0.0-alpha4" | ||
"@vaadin/vaadin-icon": "^22.0.0-alpha5", | ||
"@vaadin/vaadin-themable-mixin": "^22.0.0-alpha5" | ||
}, | ||
@@ -51,3 +51,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "86c025abd605d5a4a3c0ae36eb07c34704cee1f2" | ||
"gitHead": "012f658db6f81375be8889f63ee15e3f660fe9ec" | ||
} |
@@ -162,9 +162,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; | ||
} | ||
`; | ||
@@ -171,0 +164,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
127213
3119