@polymer/paper-card
Advanced tools
Comparing version 3.0.0-pre.12 to 3.0.0-pre.13
@@ -18,17 +18,19 @@ { | ||
"bower": "^1.8.0", | ||
"@polymer/iron-component-page": "3.0.0-pre.12", | ||
"@polymer/iron-collapse": "3.0.0-pre.12", | ||
"@polymer/iron-icons": "3.0.0-pre.12", | ||
"@polymer/iron-demo-helpers": "3.0.0-pre.12", | ||
"@polymer/paper-button": "3.0.0-pre.12", | ||
"@polymer/paper-checkbox": "3.0.0-pre.12", | ||
"@polymer/paper-icon-button": "3.0.0-pre.12", | ||
"@polymer/test-fixture": "3.0.0-pre.12", | ||
"wct-browser-legacy": "0.0.1-pre.11", | ||
"@webcomponents/webcomponentsjs": "^1.0.0" | ||
"webmat": "^0.2.0", | ||
"@polymer/iron-component-page": "^3.0.0-pre.13", | ||
"@polymer/iron-collapse": "^3.0.0-pre.13", | ||
"@polymer/iron-icons": "^3.0.0-pre.13", | ||
"@polymer/iron-demo-helpers": "^3.0.0-pre.13", | ||
"@polymer/paper-button": "^3.0.0-pre.13", | ||
"@polymer/paper-checkbox": "^3.0.0-pre.13", | ||
"@polymer/paper-icon-button": "^3.0.0-pre.13", | ||
"@polymer/test-fixture": "^3.0.0-pre.13", | ||
"wct-browser-legacy": "^0.0.1-pre.11", | ||
"@webcomponents/webcomponentsjs": "^2.0.0-0" | ||
}, | ||
"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": { | ||
@@ -43,7 +45,7 @@ "inherits": "2.0.3", | ||
"dependencies": { | ||
"@polymer/iron-flex-layout": "3.0.0-pre.12", | ||
"@polymer/iron-image": "3.0.0-pre.12", | ||
"@polymer/paper-styles": "3.0.0-pre.12", | ||
"@polymer/polymer": "3.0.0-pre.12" | ||
"@polymer/iron-flex-layout": "^3.0.0-pre.13", | ||
"@polymer/iron-image": "^3.0.0-pre.13", | ||
"@polymer/paper-styles": "^3.0.0-pre.13", | ||
"@polymer/polymer": "^3.0.0-pre.13" | ||
} | ||
} |
@@ -1,8 +0,1 @@ | ||
import '@polymer/polymer/polymer-legacy.js'; | ||
import '@polymer/iron-flex-layout/iron-flex-layout.js'; | ||
import '@polymer/iron-image/iron-image.js'; | ||
import '@polymer/paper-styles/element-styles/paper-material-styles.js'; | ||
import '@polymer/paper-styles/default-theme.js'; | ||
import { Polymer } from '@polymer/polymer/lib/legacy/polymer-fn.js'; | ||
import { html } from '@polymer/polymer/lib/utils/html-tag.js'; | ||
/** | ||
@@ -61,2 +54,15 @@ @license | ||
*/ | ||
/* | ||
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 '../polymer/polymer-legacy.js'; | ||
import '../iron-flex-layout/iron-flex-layout.js'; | ||
import '../iron-image/iron-image.js'; | ||
import '../paper-styles/element-styles/paper-material-styles.js'; | ||
import '../paper-styles/default-theme.js'; | ||
import { Polymer } from '../polymer/lib/legacy/polymer-fn.js'; | ||
import { html } from '../polymer/lib/utils/html-tag.js'; | ||
Polymer({ | ||
@@ -165,7 +171,3 @@ _template: html` | ||
*/ | ||
heading: { | ||
type: String, | ||
value: '', | ||
observer: '_headingChanged' | ||
}, | ||
heading: {type: String, value: '', observer: '_headingChanged'}, | ||
@@ -175,6 +177,3 @@ /** | ||
*/ | ||
image: { | ||
type: String, | ||
value: '' | ||
}, | ||
image: {type: String, value: ''}, | ||
@@ -184,5 +183,3 @@ /** | ||
*/ | ||
alt: { | ||
type: String | ||
}, | ||
alt: {type: String}, | ||
@@ -193,6 +190,3 @@ /** | ||
*/ | ||
preloadImage: { | ||
type: Boolean, | ||
value: false | ||
}, | ||
preloadImage: {type: Boolean, value: false}, | ||
@@ -203,15 +197,10 @@ /** | ||
*/ | ||
fadeImage: { | ||
type: Boolean, | ||
value: false | ||
}, | ||
fadeImage: {type: Boolean, value: false}, | ||
/** | ||
* This image will be used as a background/placeholder until the src image has | ||
* loaded. Use of a data-URI for placeholder is encouraged for instant rendering. | ||
* This image will be used as a background/placeholder until the src image | ||
* has loaded. Use of a data-URI for placeholder is encouraged for instant | ||
* rendering. | ||
*/ | ||
placeholderImage: { | ||
type: String, | ||
value: null | ||
}, | ||
placeholderImage: {type: String, value: null}, | ||
@@ -221,7 +210,3 @@ /** | ||
*/ | ||
elevation: { | ||
type: Number, | ||
value: 1, | ||
reflectToAttribute: true | ||
}, | ||
elevation: {type: Number, value: 1, reflectToAttribute: true}, | ||
@@ -232,6 +217,3 @@ /** | ||
*/ | ||
animatedShadow: { | ||
type: Boolean, | ||
value: false | ||
}, | ||
animatedShadow: {type: Boolean, value: false}, | ||
@@ -238,0 +220,0 @@ /** |
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
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
1715852
13
224
+ Added@polymer/font-roboto@3.0.2(transitive)
+ Added@polymer/iron-flex-layout@3.0.1(transitive)
+ Added@polymer/iron-image@3.0.2(transitive)
+ Added@polymer/paper-styles@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/iron-image@3.0.0-pre.12(transitive)
- Removed@polymer/paper-styles@3.0.0-pre.12(transitive)
- Removed@polymer/polymer@3.0.0-pre.12(transitive)
- Removed@webcomponents/webcomponentsjs@1.3.3(transitive)