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

@vaadin/vaadin-button

Package Overview
Dependencies
Maintainers
16
Versions
251
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/vaadin-button - npm Package Compare versions

Comparing version 2.2.2 to 2.3.0-alpha1

2

package.json

@@ -13,3 +13,3 @@ {

"name": "@vaadin/vaadin-button",
"version": "2.2.2",
"version": "2.3.0-alpha1",
"main": "vaadin-button.js",

@@ -16,0 +16,0 @@ "author": "Vaadin Ltd",

@@ -110,2 +110,3 @@ /**

left: 0;
right: 0;
width: 100%;

@@ -137,3 +138,3 @@ height: 100%;

static get version() {
return '2.2.2';
return '2.3.0-alpha1';
}

@@ -140,0 +141,0 @@

@@ -271,2 +271,20 @@ import '@vaadin/vaadin-lumo-styles/color.js';

}
/* RTL specific styles */
:host([dir="rtl"]) [part="prefix"] {
margin-left: 0.25em;
margin-right: -0.25em;
}
:host([dir="rtl"]) [part="suffix"] {
margin-left: -0.25em;
margin-right: 0.25em;
}
:host([dir="rtl"][theme~="icon"]) [part="prefix"],
:host([dir="rtl"][theme~="icon"]) [part="suffix"] {
margin-left: 0;
margin-right: 0;
}
</style>

@@ -273,0 +291,0 @@ </template>

@@ -142,2 +142,33 @@ import '@vaadin/vaadin-material-styles/color.js';

}
/* RTL specific styles */
:host([dir="rtl"])::before {
left: auto;
right: 0;
}
:host([dir="rtl"])::after {
left: auto;
right: 50%;
transform: translate(50%, -50%);
}
:host([active][dir="rtl"])::after {
transform: translate(50%, -50%) scale(0.0000001);
}
:host(:hover:not([active])[dir="rtl"])::after {
transform: translate(50%, -50%) scale(1);
}
:host([dir="rtl"]) [part="prefix"] ::slotted(iron-icon) {
margin-right: -4px;
margin-left: 8px;
}
:host([dir="rtl"]) [part="suffix"] ::slotted(iron-icon) {
margin-left: -4px;
margin-right: 8px;
}
</style>

@@ -144,0 +175,0 @@ </template>

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