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

@vaadin/vaadin-lumo-styles

Package Overview
Dependencies
Maintainers
19
Versions
465
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 22.0.0-alpha4 to 22.0.0-alpha5

2

color.js

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

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