Socket
Socket
Sign inDemoInstall

@vaadin/vaadin-material-styles

Package Overview
Dependencies
Maintainers
12
Versions
425
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 24.5.0-alpha5 to 24.5.0-alpha6

9

mixins/input-field-shared.js

@@ -114,3 +114,6 @@ /**

width: 133%;
transition: transform 0.175s, color 0.175s, width 0.175s;
transition:
transform 0.175s,
color 0.175s,
width 0.175s;
transition-timing-function: ease, ease, step-end;

@@ -131,3 +134,5 @@ }

transform: none;
transition: transform 0.175s, opacity 0.175s;
transition:
transform 0.175s,
opacity 0.175s;
}

@@ -134,0 +139,0 @@

@@ -35,3 +35,5 @@ /**

:host([loading]) [part='loader'] {
animation: 3s linear infinite material-loader-progress, 0.3s 0.1s both material-loader-fade-in;
animation:
3s linear infinite material-loader-progress,
0.3s 0.1s both material-loader-fade-in;
}

@@ -104,3 +106,5 @@

:host([loading][dir='rtl']) [part='loader'] {
animation: 3s linear infinite material-loader-progress-rtl, 0.3s 0.1s both material-loader-fade-in;
animation:
3s linear infinite material-loader-progress-rtl,
0.3s 0.1s both material-loader-fade-in;
}

@@ -107,0 +111,0 @@ `;

{
"name": "@vaadin/vaadin-material-styles",
"version": "24.5.0-alpha5",
"version": "24.5.0-alpha6",
"publishConfig": {

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

"@polymer/polymer": "^3.0.0",
"@vaadin/component-base": "24.5.0-alpha5",
"@vaadin/vaadin-themable-mixin": "24.5.0-alpha5"
"@vaadin/component-base": "24.5.0-alpha6",
"@vaadin/vaadin-themable-mixin": "24.5.0-alpha6"
},

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

},
"gitHead": "4e57d240ababf0c2db9d674891b90bdf3812e6ae"
"gitHead": "c5f541dbe961a994730d4c60472ae957bf6b4c12"
}
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