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
469
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 21.0.0-alpha9 to 21.0.0-beta1

utilities/accessibility.js

2

all-imports.d.ts

@@ -11,2 +11,2 @@ export * from './mixins/field-button.js';

export * from './typography.js';
export * from './utilities/index.js';
export * from './utility.js';

@@ -30,3 +30,3 @@ /**

export * from './typography.js';
import './utilities/index.js';
export * from './utilities/index.js';
import './utility.js';
export * from './utility.js';

@@ -25,3 +25,3 @@ /**

:host(:not([readonly])) [part$='button']:hover {
[part$='button']:hover {
color: var(--lumo-contrast-90pct);

@@ -33,2 +33,3 @@ }

color: var(--lumo-contrast-20pct);
cursor: default;
}

@@ -35,0 +36,0 @@

{
"name": "@vaadin/vaadin-lumo-styles",
"version": "21.0.0-alpha9",
"version": "21.0.0-beta1",
"description": "Lumo is a design system foundation for modern web applications, used by Vaadin components",

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

"mixins/*.d.ts",
"presets/*.js"
"presets/*.js",
"utilities/*.js"
],

@@ -37,4 +38,4 @@ "scripts": {

"@polymer/polymer": "^3.0.0",
"@vaadin/vaadin-icon": "^21.0.0-alpha9",
"@vaadin/vaadin-themable-mixin": "^21.0.0-alpha9"
"@vaadin/vaadin-icon": "21.0.0-beta1",
"@vaadin/vaadin-themable-mixin": "21.0.0-beta1"
},

@@ -51,3 +52,3 @@ "devDependencies": {

},
"gitHead": "72059f699ad36f58e1bb0a40aa7d3a411587e22b"
"gitHead": "7d08834d03228105c2ea72213a385ddf35125f79"
}

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

static get version() {
return '21.0.0-alpha9';
return '21.0.0-beta1';
}

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