Socket
Socket
Sign inDemoInstall

@vaadin/vaadin-lumo-styles

Package Overview
Dependencies
Maintainers
16
Versions
445
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 1.5.0 to 1.6.0

12

badge.js

@@ -146,2 +146,14 @@ import './style.js';

}
/* RTL specific styles */
[dir="rtl"][theme~="badge"] iron-icon:first-child {
margin-right: -0.375em;
margin-left: 0;
}
[dir="rtl"][theme~="badge"] iron-icon:last-child {
margin-left: -0.375em;
margin-right: 0;
}
</style>

@@ -148,0 +160,0 @@ </template>

@@ -80,2 +80,25 @@ import '../color.js';

}
/* RTL specific styles */
:host([dir="rtl"]) [part="label"] {
margin-left: 0;
margin-right: calc(var(--lumo-border-radius-m) / 4);
}
:host([required][dir="rtl"]) [part="label"] {
padding-left: 1em;
padding-right: 0;
}
:host([dir="rtl"]) [part="label"]::after {
right: auto;
left: 0;
}
:host([dir="rtl"]) [part="error-message"] {
margin-left: 0;
margin-right: calc(var(--lumo-border-radius-m) / 4);
}
</style>

@@ -82,0 +105,0 @@ </template>

2

package.json

@@ -14,3 +14,3 @@ {

"name": "@vaadin/vaadin-lumo-styles",
"version": "1.5.0",
"version": "1.6.0",
"main": "all-imports.js",

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

@@ -137,2 +137,10 @@ import './version.js';

}
/* RTL specific styles */
blockquote[dir="rtl"] {
border-left: none;
border-right: 2px solid var(--lumo-contrast-30pct);
}
</style>

@@ -139,0 +147,0 @@ </template>

class Lumo extends HTMLElement {
static get version() {
return '1.5.0';
return '1.6.0';
}

@@ -5,0 +5,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