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

@vaadin/vaadin-lumo-styles

Package Overview
Dependencies
Maintainers
14
Versions
486
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 23.2.0-alpha3 to 23.2.0-alpha4

6

font-icons.js

@@ -8,5 +8,5 @@ /**

const $_documentContainer = document.createElement('template');
const template = document.createElement('template');
$_documentContainer.innerHTML = `
template.innerHTML = `
<style>

@@ -67,2 +67,2 @@ @font-face {

document.head.appendChild($_documentContainer.content);
document.head.appendChild(template.content);

@@ -13,5 +13,5 @@ /**

const $_documentContainer = document.createElement('template');
const template = document.createElement('template');
$_documentContainer.innerHTML = `<iron-iconset-svg size="1000" name="lumo">
template.innerHTML = `<iron-iconset-svg size="1000" name="lumo">
<svg xmlns="http://www.w3.org/2000/svg">

@@ -65,2 +65,2 @@ <defs>

document.head.appendChild($_documentContainer.content);
document.head.appendChild(template.content);
{
"name": "@vaadin/vaadin-lumo-styles",
"version": "23.2.0-alpha3",
"version": "23.2.0-alpha4",
"publishConfig": {

@@ -23,3 +23,3 @@ "access": "public"

"scripts": {
"icons": "gulp icons"
"icons": "gulp icons --gulpfile gulpfile.cjs"
},

@@ -46,4 +46,4 @@ "files": [

"@polymer/polymer": "^3.0.0",
"@vaadin/icon": "23.2.0-alpha3",
"@vaadin/vaadin-themable-mixin": "23.2.0-alpha3"
"@vaadin/icon": "23.2.0-alpha4",
"@vaadin/vaadin-themable-mixin": "23.2.0-alpha4"
},

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

},
"gitHead": "06e5875be93ca50da2846dafc65a8531010c0576"
"gitHead": "cbf5f1d0f38ac9b81c65cf9ef5660182e176e598"
}

@@ -8,5 +8,5 @@ /**

import '../spacing.js';
const $_documentContainer = document.createElement('template');
const template = document.createElement('template');
$_documentContainer.innerHTML = `
template.innerHTML = `
<style>

@@ -41,2 +41,2 @@ /* Use a stronger selector so that imports added later do not override the property values */

document.head.appendChild($_documentContainer.content);
document.head.appendChild(template.content);

@@ -9,5 +9,5 @@ /**

const $_documentContainer = document.createElement('template');
const template = document.createElement('template');
$_documentContainer.innerHTML = `<vaadin-iconset name="lumo" size="1000">
template.innerHTML = `<vaadin-iconset name="lumo" size="1000">
<svg xmlns="http://www.w3.org/2000/svg">

@@ -61,2 +61,2 @@ <defs>

document.head.appendChild($_documentContainer.content);
document.head.appendChild(template.content);

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

static get version() {
return '23.2.0-alpha3';
return '23.2.0-alpha4';
}

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