@polymer/paper-styles
Advanced tools
Comparing version 3.0.0-pre.12 to 3.0.0-pre.13
@@ -1,2 +0,2 @@ | ||
const $_documentContainer = document.createElement('div'); | ||
const $_documentContainer = document.createElement('template'); | ||
$_documentContainer.setAttribute('style', 'display: none;'); | ||
@@ -47,3 +47,3 @@ | ||
document.head.appendChild($_documentContainer); | ||
document.head.appendChild($_documentContainer.content); | ||
@@ -67,2 +67,7 @@ /** | ||
*/ | ||
/* | ||
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,3 +0,3 @@ | ||
import '@polymer/font-roboto/roboto.js'; | ||
const $_documentContainer = document.createElement('div'); | ||
import '../../font-roboto/roboto.js'; | ||
const $_documentContainer = document.createElement('template'); | ||
$_documentContainer.setAttribute('style', 'display: none;'); | ||
@@ -151,3 +151,3 @@ | ||
document.head.appendChild($_documentContainer); | ||
document.head.appendChild($_documentContainer.content); | ||
@@ -171,2 +171,7 @@ /** | ||
*/ | ||
/* | ||
FIXME(polymer-modulizer): the above comments were extracted | ||
from HTML and may be out of place here. Review them and | ||
then delete this comment! | ||
*/ | ||
; |
11
color.js
@@ -1,3 +0,3 @@ | ||
import '@polymer/polymer/polymer-legacy.js'; | ||
const $_documentContainer = document.createElement('div'); | ||
import '../polymer/polymer-legacy.js'; | ||
const $_documentContainer = document.createElement('template'); | ||
$_documentContainer.setAttribute('style', 'display: none;'); | ||
@@ -328,3 +328,3 @@ | ||
document.head.appendChild($_documentContainer); | ||
document.head.appendChild($_documentContainer.content); | ||
@@ -340,2 +340,7 @@ /** | ||
*/ | ||
/* | ||
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,4 +0,4 @@ | ||
import '@polymer/polymer/polymer-legacy.js'; | ||
import '../polymer/polymer-legacy.js'; | ||
import './color.js'; | ||
const $_documentContainer = document.createElement('div'); | ||
const $_documentContainer = document.createElement('template'); | ||
$_documentContainer.setAttribute('style', 'display: none;'); | ||
@@ -63,3 +63,3 @@ | ||
document.head.appendChild($_documentContainer); | ||
document.head.appendChild($_documentContainer.content); | ||
@@ -76,2 +76,7 @@ /** | ||
/* Taken from https://www.google.com/design/spec/style/color.html#color-ui-color-application */ | ||
/* | ||
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,6 +0,6 @@ | ||
import '@polymer/polymer/polymer-legacy.js'; | ||
import '../../polymer/polymer-legacy.js'; | ||
import '../color.js'; | ||
import '../default-theme.js'; | ||
import '../typography.js'; | ||
const $_documentContainer = document.createElement('div'); | ||
const $_documentContainer = document.createElement('template'); | ||
$_documentContainer.setAttribute('style', 'display: none;'); | ||
@@ -66,3 +66,3 @@ | ||
document.head.appendChild($_documentContainer); | ||
document.head.appendChild($_documentContainer.content); | ||
@@ -96,2 +96,7 @@ /** | ||
*/ | ||
/* | ||
FIXME(polymer-modulizer): the above comments were extracted | ||
from HTML and may be out of place here. Review them and | ||
then delete this comment! | ||
*/ | ||
; |
{ | ||
"files": { | ||
"paper-styles.html": { | ||
"convertedUrl": "paper-styles.js", | ||
"exports": {} | ||
}, | ||
"color.html": { | ||
@@ -7,6 +11,2 @@ "convertedUrl": "color.js", | ||
}, | ||
"typography.html": { | ||
"convertedUrl": "typography.js", | ||
"exports": {} | ||
}, | ||
"default-theme.html": { | ||
@@ -16,6 +16,2 @@ "convertedUrl": "default-theme.js", | ||
}, | ||
"demo-pages.html": { | ||
"convertedUrl": "demo-pages.js", | ||
"exports": {} | ||
}, | ||
"shadow.html": { | ||
@@ -25,4 +21,12 @@ "convertedUrl": "shadow.js", | ||
}, | ||
"typography.html": { | ||
"convertedUrl": "typography.js", | ||
"exports": {} | ||
}, | ||
"demo-pages.html": { | ||
"convertedUrl": "demo-pages.html", | ||
"exports": {} | ||
}, | ||
"element-styles/paper-material-styles.html": { | ||
"convertedUrl": "element-styles/paper-material-styles.js", | ||
"convertedUrl": "element-styles/paper-material-styles.html", | ||
"exports": {} | ||
@@ -34,6 +38,2 @@ }, | ||
}, | ||
"paper-styles.html": { | ||
"convertedUrl": "paper-styles.html", | ||
"exports": {} | ||
}, | ||
"classes/global.html": { | ||
@@ -40,0 +40,0 @@ "convertedUrl": "classes/global.html", |
@@ -18,11 +18,13 @@ { | ||
"bower": "^1.8.0", | ||
"@polymer/iron-component-page": "3.0.0-pre.12", | ||
"@polymer/iron-demo-helpers": "3.0.0-pre.12", | ||
"@webcomponents/webcomponentsjs": "^1.0.0", | ||
"wct-browser-legacy": "0.0.1-pre.11" | ||
"webmat": "^0.2.0", | ||
"@polymer/iron-component-page": "^3.0.0-pre.13", | ||
"@polymer/iron-demo-helpers": "^3.0.0-pre.13", | ||
"@webcomponents/webcomponentsjs": "^2.0.0-0", | ||
"wct-browser-legacy": "^0.0.1-pre.11" | ||
}, | ||
"scripts": { | ||
"update-types": "bower install && gen-typescript-declarations --deleteExisting --outDir ." | ||
"update-types": "bower install && gen-typescript-declarations --deleteExisting --outDir .", | ||
"format": "webmat && npm run update-types" | ||
}, | ||
"version": "3.0.0-pre.12", | ||
"version": "3.0.0-pre.13", | ||
"resolutions": { | ||
@@ -37,6 +39,6 @@ "inherits": "2.0.3", | ||
"dependencies": { | ||
"@polymer/iron-flex-layout": "3.0.0-pre.12", | ||
"@polymer/font-roboto": "3.0.0-pre.12", | ||
"@polymer/polymer": "3.0.0-pre.12" | ||
"@polymer/iron-flex-layout": "^3.0.0-pre.13", | ||
"@polymer/font-roboto": "^3.0.0-pre.13", | ||
"@polymer/polymer": "^3.0.0-pre.13" | ||
} | ||
} |
@@ -22,2 +22,7 @@ import './classes/typography.js'; | ||
*/ | ||
/* | ||
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,3 +0,3 @@ | ||
import '@polymer/polymer/polymer-legacy.js'; | ||
const $_documentContainer = document.createElement('div'); | ||
import '../polymer/polymer-legacy.js'; | ||
const $_documentContainer = document.createElement('template'); | ||
$_documentContainer.setAttribute('style', 'display: none;'); | ||
@@ -70,3 +70,3 @@ | ||
document.head.appendChild($_documentContainer); | ||
document.head.appendChild($_documentContainer.content); | ||
@@ -82,2 +82,7 @@ /** | ||
*/ | ||
/* | ||
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,4 +0,4 @@ | ||
import '@polymer/polymer/polymer-legacy.js'; | ||
import '@polymer/font-roboto/roboto.js'; | ||
const $_documentContainer = document.createElement('div'); | ||
import '../polymer/polymer-legacy.js'; | ||
import '../font-roboto/roboto.js'; | ||
const $_documentContainer = document.createElement('template'); | ||
$_documentContainer.setAttribute('style', 'display: none;'); | ||
@@ -164,3 +164,3 @@ | ||
document.head.appendChild($_documentContainer); | ||
document.head.appendChild($_documentContainer.content); | ||
@@ -184,2 +184,7 @@ /** | ||
*/ | ||
/* | ||
FIXME(polymer-modulizer): the above comments were extracted | ||
from HTML and may be out of place here. Review them and | ||
then delete this comment! | ||
*/ | ||
; |
Sorry, the diff of this file is not supported yet
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
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
62195
7
1031
+ Added@polymer/font-roboto@3.0.2(transitive)
+ Added@polymer/iron-flex-layout@3.0.1(transitive)
+ Added@polymer/polymer@3.5.2(transitive)
- Removed@polymer/font-roboto@3.0.0-pre.12(transitive)
- Removed@polymer/iron-flex-layout@3.0.0-pre.12(transitive)
- Removed@polymer/polymer@3.0.0-pre.12(transitive)
- Removed@webcomponents/webcomponentsjs@1.3.3(transitive)