update components

This commit is contained in:
Luke Pulverenti 2016-06-17 15:53:33 -04:00
parent 0783ddff59
commit 1df3b304da
7 changed files with 15 additions and 9 deletions

View file

@ -1,7 +1,7 @@
{ {
"name": "paper-icon-button", "name": "paper-icon-button",
"private": true, "private": true,
"version": "1.1.1", "version": "1.1.2",
"license": "http://polymer.github.io/LICENSE.txt", "license": "http://polymer.github.io/LICENSE.txt",
"description": "A material design icon button", "description": "A material design icon button",
"main": [ "main": [
@ -38,11 +38,11 @@
}, },
"ignore": [], "ignore": [],
"homepage": "https://github.com/PolymerElements/paper-icon-button", "homepage": "https://github.com/PolymerElements/paper-icon-button",
"_release": "1.1.1", "_release": "1.1.2",
"_resolution": { "_resolution": {
"type": "version", "type": "version",
"tag": "v1.1.1", "tag": "v1.1.2",
"commit": "f4a8a7a0666aa5a6e2049aa3672ee686bb60b5f3" "commit": "0a6c65f73765d6f6ae6cfe90ddc9905a2cf45f20"
}, },
"_source": "git://github.com/PolymerElements/paper-icon-button.git", "_source": "git://github.com/PolymerElements/paper-icon-button.git",
"_target": "^1.0.0", "_target": "^1.0.0",

View file

@ -10,7 +10,7 @@ env:
- secure: Ps1Hy0fzmYRYF/ur2Myg7ol43HpzpooCoDvqzpMbIBWkXjXcN0KlPoNc6lEFlhjSpjddMFavdajKYIO0j9adAjZA7HYlf+BglhxV45lz13o04+QlNbDSADNyAlKJLrIvFacn9DE3VXlvBwBu83m+ndHUN/uMyHyZo0VE1/ad9Iw= - secure: Ps1Hy0fzmYRYF/ur2Myg7ol43HpzpooCoDvqzpMbIBWkXjXcN0KlPoNc6lEFlhjSpjddMFavdajKYIO0j9adAjZA7HYlf+BglhxV45lz13o04+QlNbDSADNyAlKJLrIvFacn9DE3VXlvBwBu83m+ndHUN/uMyHyZo0VE1/ad9Iw=
node_js: stable node_js: stable
addons: addons:
firefox: latest firefox: '46.0'
apt: apt:
sources: sources:
- google-chrome - google-chrome

View file

@ -1,4 +1,3 @@
<!-- <!--
This file is autogenerated based on This file is autogenerated based on
https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md
@ -11,6 +10,7 @@ specific element:
jsbin=https://jsbin.com/cagaye/edit?html,output jsbin=https://jsbin.com/cagaye/edit?html,output
--> -->
# Polymer Elements # Polymer Elements
## Guide for Contributors ## Guide for Contributors

View file

@ -1,7 +1,7 @@
{ {
"name": "paper-icon-button", "name": "paper-icon-button",
"private": true, "private": true,
"version": "1.1.1", "version": "1.1.2",
"license": "http://polymer.github.io/LICENSE.txt", "license": "http://polymer.github.io/LICENSE.txt",
"description": "A material design icon button", "description": "A material design icon button",
"main": [ "main": [

View file

@ -32,7 +32,10 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
position: relative; position: relative;
cursor: pointer; cursor: pointer;
/* NOTE: Both values are needed, since some phones require the value to be `transparent`. */
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
} }
:host([disabled]) { :host([disabled]) {

View file

@ -76,7 +76,6 @@ Custom property | Description | Default
position: relative; position: relative;
padding: 8px; padding: 8px;
outline: none; outline: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-user-select: none; -webkit-user-select: none;
-moz-user-select: none; -moz-user-select: none;
-ms-user-select: none; -ms-user-select: none;
@ -88,6 +87,10 @@ Custom property | Description | Default
width: 40px; width: 40px;
height: 40px; height: 40px;
/* NOTE: Both values are needed, since some phones require the value to be `transparent`. */
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
/* Because of polymer/2558, this style has lower specificity than * */ /* Because of polymer/2558, this style has lower specificity than * */
box-sizing: border-box !important; box-sizing: border-box !important;

View file

@ -39,6 +39,6 @@
"commit": "ce5b9fb2d8aa03c698410e2e55cffcfa0b788a3a" "commit": "ce5b9fb2d8aa03c698410e2e55cffcfa0b788a3a"
}, },
"_source": "git://github.com/Polymer/polymer.git", "_source": "git://github.com/Polymer/polymer.git",
"_target": "^1.0.0", "_target": "^1.1.0",
"_originalSource": "Polymer/polymer" "_originalSource": "Polymer/polymer"
} }