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
12
Versions
494
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.0.0-alpha4 to 24.0.0-alpha5

19

badge.js

@@ -89,20 +89,14 @@ /**

[theme~='badge'] vaadin-icon,
[theme~='badge'] iron-icon {
[theme~='badge'] vaadin-icon {
margin: -0.25em 0;
--iron-icon-width: 1.5em;
--iron-icon-height: 1.5em;
}
[theme~='badge'] vaadin-icon:first-child,
[theme~='badge'] iron-icon:first-child {
[theme~='badge'] vaadin-icon:first-child {
margin-left: -0.375em;
}
[theme~='badge'] vaadin-icon:last-child,
[theme~='badge'] iron-icon:last-child {
[theme~='badge'] vaadin-icon:last-child {
margin-right: -0.375em;
}
iron-icon[theme~='badge'][icon],
vaadin-icon[theme~='badge'][icon] {

@@ -116,3 +110,2 @@ min-width: 0;

iron-icon[theme~='badge'][icon][theme~='small'],
vaadin-icon[theme~='badge'][icon][theme~='small'] {

@@ -159,4 +152,3 @@ width: var(--lumo-icon-size-s);

[dir='rtl'][theme~='badge'] vaadin-icon:first-child,
[dir='rtl'][theme~='badge'] iron-icon:first-child {
[dir='rtl'][theme~='badge'] vaadin-icon:first-child {
margin-right: -0.375em;

@@ -166,4 +158,3 @@ margin-left: 0;

[dir='rtl'][theme~='badge'] vaadin-icon:last-child,
[dir='rtl'][theme~='badge'] iron-icon:last-child {
[dir='rtl'][theme~='badge'] vaadin-icon:last-child {
margin-left: -0.375em;

@@ -170,0 +161,0 @@ margin-right: 0;

@@ -133,3 +133,3 @@ /**

/* Slotted content */
[part='input-field'] ::slotted(:not(iron-icon):not(vaadin-icon):not(input):not(textarea)) {
[part='input-field'] ::slotted(:not(vaadin-icon):not(input):not(textarea)) {
color: var(--lumo-secondary-text-color);

@@ -136,0 +136,0 @@ font-weight: 400;

{
"name": "@vaadin/vaadin-lumo-styles",
"version": "24.0.0-alpha4",
"version": "24.0.0-alpha5",
"publishConfig": {

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

"@polymer/polymer": "^3.0.0",
"@vaadin/icon": "24.0.0-alpha4",
"@vaadin/vaadin-themable-mixin": "24.0.0-alpha4"
"@vaadin/icon": "24.0.0-alpha5",
"@vaadin/vaadin-themable-mixin": "24.0.0-alpha5"
},

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

},
"gitHead": "66be46e82c4d0a673859fbc9bdb1581dd89f360c"
"gitHead": "fc0b1721eda9e39cb289b239e440fc9e29573a31"
}

@@ -32,6 +32,6 @@ /**

const typography = css`
html,
body,
:host {
font-family: var(--lumo-font-family);
font-size: var(--lumo-font-size, var(--lumo-font-size-m));
font-size: var(--lumo-font-size-m);
line-height: var(--lumo-line-height-m);

@@ -38,0 +38,0 @@ -webkit-text-size-adjust: 100%;

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

static get version() {
return '24.0.0-alpha4';
return '24.0.0-alpha5';
}

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