Socket
Socket
Sign inDemoInstall

@vaadin/vaadin-lumo-styles

Package Overview
Dependencies
Maintainers
15
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.4.0 to 1.4.1

all-imports.js

10

package.json

@@ -14,4 +14,4 @@ {

"name": "@vaadin/vaadin-lumo-styles",
"version": "1.4.0",
"main": "lumo.js",
"version": "1.4.1",
"main": "all-imports.js",
"author": "Vaadin Ltd",

@@ -35,4 +35,4 @@ "license": "Apache-2.0",

"@polymer/polymer": "^3.0.0",
"@polymer/iron-icon": "^3.0.0-pre.18",
"@polymer/iron-iconset-svg": "^3.0.0-pre.18"
"@polymer/iron-icon": "^3.0.0",
"@polymer/iron-iconset-svg": "^3.0.0"
},

@@ -60,4 +60,4 @@ "devDependencies": {

"@vaadin/elements-demo-resources": "^2.1.0",
"@polymer/iron-ajax": "^3.0.0-pre.18"
"@polymer/iron-ajax": "^3.0.0"
}
}

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

--lumo-border-radius-s: 0.25em; /* Checkbox, badge, date-picker year indicator, etc */
--lumo-border-radius-m: 0.25em; /* Button, text field, menu overlay, etc */
--lumo-border-radius-m: var(--lumo-border-radius, 0.25em); /* Button, text field, menu overlay, etc */
--lumo-border-radius-l: 0.5em; /* Dialog, notification, etc */
--lumo-border-radius: var(--lumo-border-radius-m); /* Backwards compatibility */
--lumo-border-radius: 0.25em; /* Deprecated */

@@ -15,0 +15,0 @@ /* Shadow */

class Lumo extends HTMLElement {
static get version() {
return '1.4.0';
return '1.4.1';
}

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