1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update polymer

This commit is contained in:
Luke Pulverenti 2015-09-25 20:24:11 -04:00
parent d61dd06176
commit c2111d130d
32 changed files with 182 additions and 132 deletions

View file

@ -1,6 +1,6 @@
{
"name": "paper-button",
"version": "1.0.6",
"version": "1.0.7",
"description": "Material design button",
"authors": [
"The Polymer Authors"
@ -37,11 +37,11 @@
"iron-test-helpers": "polymerelements/iron-test-helpers#^1.0.0",
"paper-styles": "polymerelements/paper-styles#^1.0.0"
},
"_release": "1.0.6",
"_release": "1.0.7",
"_resolution": {
"type": "version",
"tag": "v1.0.6",
"commit": "b70c4a22cbe3617d4a7717fe27ba68edd0d0c04f"
"tag": "v1.0.7",
"commit": "6f4599ab8615af533afdd50e710baa702fe6f84c"
},
"_source": "git://github.com/PolymerElements/paper-button.git",
"_target": "~1.0.1",

View file

@ -1,6 +1,6 @@
{
"name": "paper-button",
"version": "1.0.6",
"version": "1.0.7",
"description": "Material design button",
"authors": [
"The Polymer Authors"

View file

@ -141,9 +141,11 @@ Custom property | Description | Default
<paper-ripple></paper-ripple>
<paper-material class$="[[_computeContentClass(receivedFocusFromKeyboard)]]" elevation="[[_elevation]]" animated></paper-material>
<paper-material elevation="[[_elevation]]" animated></paper-material>
<content></content>
<div class$="[[_computeContentClass(receivedFocusFromKeyboard)]]">
<content></content>
</div>
</template>
</dom-module>