@vaadin/vaadin-material-styles
Advanced tools
Comparing version 1.0.0-pre.1 to 1.1.0-alpha1
import './version.js'; | ||
import '@polymer/polymer/lib/elements/custom-style.js'; | ||
const $_documentContainer = document.createElement('template'); | ||
const $_documentContainer = document.createElement('div'); | ||
$_documentContainer.setAttribute('style', 'display: none;'); | ||
@@ -181,2 +181,2 @@ | ||
document.head.appendChild($_documentContainer.content); | ||
document.head.appendChild($_documentContainer); |
import '@polymer/polymer/lib/elements/custom-style.js'; | ||
import './version.js'; | ||
const $_documentContainer = document.createElement('template'); | ||
const $_documentContainer = document.createElement('div'); | ||
$_documentContainer.setAttribute('style', 'display: none;'); | ||
@@ -34,10 +34,5 @@ | ||
document.head.appendChild($_documentContainer.content); | ||
document.head.appendChild($_documentContainer); | ||
/* NOTICE: Generated with 'gulp icons' */ | ||
/* | ||
FIXME(polymer-modulizer): the above comments were extracted | ||
from HTML and may be out of place here. Review them and | ||
then delete this comment! | ||
*/ | ||
; |
import '../font-icons.js'; | ||
const $_documentContainer = document.createElement('template'); | ||
const $_documentContainer = document.createElement('div'); | ||
$_documentContainer.setAttribute('style', 'display: none;'); | ||
@@ -44,2 +44,2 @@ | ||
document.head.appendChild($_documentContainer.content); | ||
document.head.appendChild($_documentContainer); |
import '../color.js'; | ||
import './overlay.js'; | ||
const $_documentContainer = document.createElement('template'); | ||
const $_documentContainer = document.createElement('div'); | ||
$_documentContainer.setAttribute('style', 'display: none;'); | ||
@@ -13,2 +13,2 @@ | ||
document.head.appendChild($_documentContainer.content); | ||
document.head.appendChild($_documentContainer); |
import '../color.js'; | ||
import '../typography.js'; | ||
import '../shadow.js'; | ||
const $_documentContainer = document.createElement('template'); | ||
const $_documentContainer = document.createElement('div'); | ||
$_documentContainer.setAttribute('style', 'display: none;'); | ||
@@ -47,2 +47,2 @@ | ||
document.head.appendChild($_documentContainer.content); | ||
document.head.appendChild($_documentContainer); |
@@ -15,3 +15,3 @@ { | ||
"name": "@vaadin/vaadin-material-styles", | ||
"version": "1.0.0-pre.1", | ||
"version": "1.1.0-alpha1", | ||
"main": "", | ||
@@ -27,10 +27,9 @@ "author": "Vaadin Ltd", | ||
"supports-color": "3.1.2", | ||
"type-detect": "1.0.0", | ||
"@webcomponents/webcomponentsjs": "2.0.0-beta.2" | ||
"type-detect": "1.0.0" | ||
}, | ||
"dependencies": { | ||
"@polymer/polymer": "^3.0.0-pre.13" | ||
"@polymer/polymer": "^3.0.0-pre.12" | ||
}, | ||
"devDependencies": { | ||
"wct-browser-legacy": "^0.0.1-pre.11", | ||
"wct-browser-legacy": "0.0.1-pre.11", | ||
"@vaadin/vaadin-button": "^2.0.0-pre.3", | ||
@@ -56,7 +55,7 @@ "@vaadin/vaadin-checkbox": "^2.0.0-pre.3", | ||
"@vaadin/vaadin-overlay": "^3.0.2-pre.2", | ||
"@polymer/iron-ajax": "^3.0.0-pre.15", | ||
"@polymer/iron-ajax": "^3.0.0-pre.12", | ||
"@vaadin/elements-demo-resources": "^2.1.0-pre.1", | ||
"@polymer/iron-icons": "^3.0.0-pre.15", | ||
"@polymer/iron-icons": "^3.0.0-pre.12", | ||
"mock-http-request": "git://github.com/abuinitski/MockHttpRequest#npm_fix" | ||
} | ||
} |
import './version.js'; | ||
import '@polymer/polymer/lib/elements/custom-style.js'; | ||
const $_documentContainer = document.createElement('template'); | ||
const $_documentContainer = document.createElement('div'); | ||
$_documentContainer.setAttribute('style', 'display: none;'); | ||
@@ -22,2 +22,2 @@ | ||
document.head.appendChild($_documentContainer.content); | ||
document.head.appendChild($_documentContainer); |
import './version.js'; | ||
import '@polymer/polymer/lib/elements/custom-style.js'; | ||
const $_documentContainer = document.createElement('template'); | ||
const $_documentContainer = document.createElement('div'); | ||
$_documentContainer.setAttribute('style', 'display: none;'); | ||
@@ -106,10 +106,5 @@ | ||
document.head.appendChild($_documentContainer.content); | ||
document.head.appendChild($_documentContainer); | ||
/* Import Roboto from Google Fonts */ | ||
/* | ||
FIXME(polymer-modulizer): the above comments were extracted | ||
from HTML and may be out of place here. Review them and | ||
then delete this comment! | ||
*/ | ||
; |
@@ -1,1 +0,9 @@ | ||
export const Material = {version: '1.0.0-pre.1'}; | ||
class Material extends HTMLElement { | ||
static get version() { | ||
return '1.1.0-alpha1'; | ||
} | ||
} | ||
customElements.define('vaadin-material-styles', Material); | ||
export { Material }; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
77669
31
463
1