@vaadin/vaadin-lumo-styles
Advanced tools
Comparing version 23.2.0-alpha3 to 23.2.0-alpha4
@@ -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 @@ } |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
0
126997
48
3108
+ Added@vaadin/component-base@23.2.0-alpha4(transitive)
+ Added@vaadin/icon@23.2.0-alpha4(transitive)
+ Added@vaadin/vaadin-themable-mixin@23.2.0-alpha4(transitive)
- Removed@vaadin/component-base@23.2.0-alpha3(transitive)
- Removed@vaadin/icon@23.2.0-alpha3(transitive)
- Removed@vaadin/vaadin-themable-mixin@23.2.0-alpha3(transitive)
Updated@vaadin/icon@23.2.0-alpha4