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
19
Versions
491
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-alpha8 to 22.0.0-alpha9

4

mixins/required-field.js

@@ -47,3 +47,3 @@ /**

opacity: 0;
color: var(--lumo-required-field-indicator-color, --lumo-primary-text-color);
color: var(--lumo-required-field-indicator-color, var(--lumo-primary-text-color));
position: absolute;

@@ -60,3 +60,3 @@ right: 0;

:host([invalid]) [part='required-indicator']::after {
color: var(--lumo-required-field-indicator-color, --lumo-error-text-color);
color: var(--lumo-required-field-indicator-color, var(--lumo-error-text-color));
}

@@ -63,0 +63,0 @@

{
"name": "@vaadin/vaadin-lumo-styles",
"version": "22.0.0-alpha8",
"version": "22.0.0-alpha9",
"publishConfig": {

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

"@polymer/polymer": "^3.0.0",
"@vaadin/icon": "22.0.0-alpha8",
"@vaadin/vaadin-themable-mixin": "22.0.0-alpha8"
"@vaadin/icon": "22.0.0-alpha9",
"@vaadin/vaadin-themable-mixin": "22.0.0-alpha9"
},

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

},
"gitHead": "c24468526298ee26ad7f7280b59f6c8789e1f75f"
"gitHead": "6e8c899dc65918f97e3c0acb2076122c4b2ef274"
}

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

static get version() {
return '22.0.0-alpha8';
return '22.0.0-alpha9';
}

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