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

update components

This commit is contained in:
Luke Pulverenti 2016-02-22 23:20:13 -05:00
parent 47a5078596
commit ecbff1ca26
12 changed files with 280 additions and 144 deletions

View file

@ -1,6 +1,6 @@
{
"name": "paper-input",
"version": "1.1.6",
"version": "1.1.7",
"description": "Material design text fields",
"authors": [
"The Polymer Authors"
@ -47,11 +47,11 @@
"web-component-tester": "^4.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
},
"_release": "1.1.6",
"_release": "1.1.7",
"_resolution": {
"type": "version",
"tag": "v1.1.6",
"commit": "d918956322b733ee7673aec6e1ce9939aadb4c63"
"tag": "v1.1.7",
"commit": "209012f7e45990bc0ec1d863b0b9ce515266827e"
},
"_source": "git://github.com/polymerelements/paper-input.git",
"_target": "^1.0.9",

View file

@ -1,6 +1,6 @@
{
"name": "paper-input",
"version": "1.1.6",
"version": "1.1.7",
"description": "Material design text fields",
"authors": [
"The Polymer Authors"

View file

@ -9,6 +9,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
-->
<link rel="import" href="../polymer/polymer.html">
<link rel="import" href="../paper-styles/default-theme.html">
<link rel="import" href="../paper-styles/typography.html">
<link rel="import" href="paper-input-addon-behavior.html">