New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vaadin/vaadin-lumo-styles

Package Overview
Dependencies
Maintainers
0
Versions
501
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 24.7.0-alpha6 to 24.7.0-alpha7

6

mixins/input-field-shared.js

@@ -50,3 +50,3 @@ /**

/* Hover */
:host(:hover:not([readonly]):not([focused])) [part='input-field']::after {
:host(:hover:not([readonly]):not([focused]):not([disabled])) [part='input-field']::after {
opacity: var(--vaadin-input-field-hover-highlight-opacity, 0.1);

@@ -57,7 +57,7 @@ }

@media (pointer: coarse) {
:host(:hover:not([readonly]):not([focused])) [part='input-field']::after {
:host(:hover:not([readonly]):not([focused]):not([disabled])) [part='input-field']::after {
opacity: 0;
}
:host(:active:not([readonly]):not([focused])) [part='input-field']::after {
:host(:active:not([readonly]):not([focused]):not([disabled])) [part='input-field']::after {
opacity: 0.2;

@@ -64,0 +64,0 @@ }

{
"name": "@vaadin/vaadin-lumo-styles",
"version": "24.7.0-alpha6",
"version": "24.7.0-alpha7",
"publishConfig": {

@@ -44,5 +44,5 @@ "access": "public"

"@polymer/polymer": "^3.0.0",
"@vaadin/component-base": "24.7.0-alpha6",
"@vaadin/icon": "24.7.0-alpha6",
"@vaadin/vaadin-themable-mixin": "24.7.0-alpha6"
"@vaadin/component-base": "24.7.0-alpha7",
"@vaadin/icon": "24.7.0-alpha7",
"@vaadin/vaadin-themable-mixin": "24.7.0-alpha7"
},

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

},
"gitHead": "6255a512997a648da91fed37de4d5000809eaebf"
"gitHead": "5f48d7024caa02773aff3aa53091326a42d1eeb1"
}
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