Skip to content

Commit

Permalink
New shiny polymer 1.3.0, simplify bower deps, iron elements 1.0.8, pa…
Browse files Browse the repository at this point in the history
…per elements 1.0.7
jrabbit committed Feb 27, 2016
1 parent a0010ea commit 6fbf5b9
Showing 1,999 changed files with 123,117 additions and 37,395 deletions.
11 changes: 2 additions & 9 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
{
"name": "polymer-project",
"dependencies": {
"iron-icons": "PolymerElements/iron-icons#^1.0.0",
"paper-button": "PolymerElements/paper-button#^1.0.0",
"paper-drawer-panel": "PolymerElements/paper-drawer-panel#^1.0.0",
"paper-header-panel": "PolymerElements/paper-header-panel#^1.0.0",
"paper-icon-button": "PolymerElements/paper-icon-button#^1.0.0",
"paper-material": "PolymerElements/paper-material#^1.0.0",
"paper-toolbar": "PolymerElements/paper-toolbar#^1.0.0",
"iron-elements": "PolymerElements/iron-elements#~1.0.0",
"paper-elements": "PolymerElements/paper-elements#~1.0.1"
"iron-elements": "PolymerElements/iron-elements#~1.0.8",
"paper-elements": "PolymerElements/paper-elements#~1.0.7"
}
}
10 changes: 5 additions & 5 deletions bower_components/hydrolysis/.bower.json
Original file line number Diff line number Diff line change
@@ -19,15 +19,15 @@
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
"web-component-tester": "*"
},
"version": "1.15.4",
"version": "1.22.0",
"homepage": "https://github.com/Polymer/hydrolysis",
"_release": "1.15.4",
"_release": "1.22.0",
"_resolution": {
"type": "version",
"tag": "v1.15.4",
"commit": "fca353c84802728f6b7e906f21f2a8e4b7688663"
"tag": "v1.22.0",
"commit": "9c0b01d6ac7c588cf161782555a7124f68a295d2"
},
"_source": "git://github.com/Polymer/hydrolysis.git",
"_target": "^1.11",
"_target": "^1.18",
"_originalSource": "Polymer/hydrolysis"
}
12 changes: 12 additions & 0 deletions bower_components/hydrolysis/.travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
sudo: false
before_script:
- npm install -g mocha
- npm install -g jshint
script:
- jshint index.js lib/
- mocha test/test.js
242 changes: 199 additions & 43 deletions bower_components/hydrolysis/API.md

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion bower_components/hydrolysis/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[![NPM version](http://img.shields.io/npm/v/hydrolysis.svg)](https://npmjs.org/package/hydrolysis)
[![Build Status](https://travis-ci.org/Polymer/hydrolysis.svg?branch=master)](https://travis-ci.org/Polymer/hydrolysis)
# hydrolysis

Static anlaysis utilities for polymer.
Static analysis utilities for polymer.

## Install
```
2 changes: 1 addition & 1 deletion bower_components/hydrolysis/bower.json
Original file line number Diff line number Diff line change
@@ -19,5 +19,5 @@
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
"web-component-tester": "*"
},
"version": "1.15.4"
"version": "1.22.0"
}
40,569 changes: 21,535 additions & 19,034 deletions bower_components/hydrolysis/hydrolysis.js

Large diffs are not rendered by default.

20 changes: 11 additions & 9 deletions bower_components/hydrolysis/index.js
Original file line number Diff line number Diff line change
@@ -15,13 +15,15 @@
* @namespace hydrolysis
*/
module.exports = {
Analyzer: require('./lib/analyzer'),
docs: require('./lib/ast-utils/docs'),
FSResolver: require('./lib/loader/fs-resolver'),
jsdoc: require('./lib/ast-utils/jsdoc'),
Loader: require('./lib/loader/file-loader'),
NoopResolver: require('./lib/loader/noop-resolver'),
XHRResolver: require('./lib/loader/xhr-resolver'),
_jsParse: require('./lib/ast-utils/js-parse'),
_importParse: require('./lib/ast-utils/import-parse'),
Analyzer: require('./lib/analyzer'),
docs: require('./lib/ast-utils/docs'),
FSResolver: require('./lib/loader/fs-resolver'),
jsdoc: require('./lib/ast-utils/jsdoc'),
Loader: require('./lib/loader/file-loader'),
NoopResolver: require('./lib/loader/noop-resolver'),
RedirectResolver: require('./lib/loader/redirect-resolver'),
XHRResolver: require('./lib/loader/xhr-resolver'),
StringResolver: require('./lib/loader/string-resolver'),
_jsParse: require('./lib/ast-utils/js-parse'),
_importParse: require('./lib/ast-utils/import-parse'),
};
11 changes: 6 additions & 5 deletions bower_components/iron-a11y-announcer/.bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iron-a11y-announcer",
"version": "1.0.2",
"version": "1.0.4",
"description": "A singleton element that simplifies announcing text to screen readers.",
"keywords": [
"web-components",
@@ -27,14 +27,15 @@
"paper-styles": "polymerelements/paper-styles#^1.0.0",
"test-fixture": "polymerelements/test-fixture#^1.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
"web-component-tester": "*"
"web-component-tester": "polymer/web-component-tester#^3.4.0"
},
"ignore": [],
"homepage": "https://github.com/PolymerElements/iron-a11y-announcer",
"_release": "1.0.2",
"_release": "1.0.4",
"_resolution": {
"type": "version",
"tag": "v1.0.2",
"commit": "6010b30a67a12333f76394a558c820db727f7c84"
"tag": "v1.0.4",
"commit": "5ce3eb8c4282bb53cd72e348858dc6be6b4c50b9"
},
"_source": "git://github.com/PolymerElements/iron-a11y-announcer.git",
"_target": "^1.0.0",
22 changes: 22 additions & 0 deletions bower_components/iron-a11y-announcer/.travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
language: node_js
sudo: false
before_script:
- npm install web-component-tester
- npm install bower
- 'export PATH=$PWD/node_modules/.bin:$PATH'
- bower install
env:
global:
- secure: lNcOb1qPO7R65VYIQ6ekoc4I8wg98E/DRdqRMGAWrvr9eZ6lbz4hqwVvgnl05Ukc62lFsEGdaykFdcQ5QG5rDxXxh1Dofl8dfE8ohBZzR9gQ5g9808CVVbV/0kfafAMts/KYGVLAuy+30aU/xA+DQ4oR76E1glZOGoz4FDxUotIFpMyPR77HC1WDuFiF/HUOUgs8zO5v02171URdYG33ywVx6n0j1akCKksQ9Odcxn+VF51xziSuP+Hd+mju4j6xiAsvkc8EhdFMTXBKDHH0LEjP6zVLQ+lA4ePX2YxPAocFUcWFlGsfDwLdbY18zrP9vXK0AqpoU0d3hW1bLdxoH+4Fd8WkFzYB5rjtV0jT8BOWjEK+1g7GBzofZYQs+h9kRUoNQA5m7NNo3dz/NM8NxvDCALscH2kWTEYpzvaX/Gy653psOkKe8MRawa6nqgXreaNEn3dtVqlonz3KpgVLJpgBtLYvQDQ8lczntuBw6BlnCZRZw8wy0hLHIIpld/GbxrH1O13XGpT07CAny10wZYMk9J0OiEuMPd23UNdcEXibNnfDS18UKW64JoILqqBMyl10WY6dOqLt7DAd5eDoKqZ/heU3vXFm9/JcebtUB3NmOG+qkgb1UOChEtzxJFCXa3S3NFsLiHra6CgdV78gHM5WizlT0kldecgrlDtz/tQ=
- secure: ig1L3SPuNpnAqzk8wXc8SqprhF7ajVuD1MQa0KfmkCxFZCXSmAHnt9tsuwrkea0J3s3Mmj+UQBI3WX5jsFEAlwNy239uRIUxHTz/tsKznmo5Jf+u/u7jHR4H/x0+kNbA/D56eInlNeR9bwE/72kiWB2ZI9nxHIggNxJrsTK4d+CQC863V763P8sJaBNP7BXq/2igs2/wHgfsF126oKOf0fxMbeBm3tFYB0VBdkLZJvQ+NowZGn/RTvmdAMJZe/UuICf9jTl/YQXp7q3b/hF5h/CMlQckkNoiQZ8FY3yz4yg8eJc2Pe1NjuCYl8YE7nUY+mUX8B/hqB9g05LmKxAdFg1icsq14Rmb54MBa6CsYIPo5ZZNXSeCkiQvfHOOhubnB4lBxDYGSLwFIDwpRtRRkwIzpz/5sul6OP9RR/g0kXnmktFEYbu2/OQk89H2GymOdrIlUrJ9Rat74X4My3DO7I7QnGi/04I7sLxP5PxUShqcjDi5q4rZTXG/ssaLS3O4YvXigy0ZzK6PsKX8jYVTlQdMQHBY5IwYH6reJ5IM0KjJoum95VoZTTKtIAIxOjLnbVu8khwxYDyzFhrfUKkvcULCCrGx7PphBPNV6SN+/0TFNmuabhp1nLb/+lZ61bVFiV5Mfs7DF8WVVMvwhBMw68HqIyts/b5g68e/yjwV6do=
node_js: 4
addons:
firefox: '42.0'
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
script:
- xvfb-run wct
- "if [ \"${TRAVIS_PULL_REQUEST}\" = \"false\" ]; then wct -s 'default'; fi"
72 changes: 72 additions & 0 deletions bower_components/iron-a11y-announcer/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@

<!--
This file is autogenerated based on
https://github.com/PolymerElements/ContributionGuide/blob/master/CONTRIBUTING.md
If you edit that file, it will get updated everywhere else.
If you edit this file, your changes will get overridden :)
-->
# Polymer Elements
## Guide for Contributors

Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines:

### Filing Issues

**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions:

1. **Who will use the feature?** _“As someone filling out a form…”_
2. **When will they use the feature?** _“When I enter an invalid value…”_
3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_

**If you are filing an issue to report a bug**, please provide:

1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug:

```markdown
The `paper-foo` element causes the page to turn pink when clicked.

## Expected outcome

The page stays the same color.

## Actual outcome

The page turns pink.

## Steps to reproduce

1. Put a `paper-foo` element in the page.
2. Open the page in a web browser.
3. Click the `paper-foo` element.
```

2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [http://jsbin.com/cagaye](http://jsbin.com/cagaye/edit?html,output).

3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers.

### Submitting Pull Requests

**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request.

When submitting pull requests, please provide:

1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues using the following syntax:

```markdown
(For a single issue)
Fixes #20

(For multiple issues)
Fixes #32, #40
```

2. **A succinct description of the design** used to fix any related issues. For example:

```markdown
This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked.
```

3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered.

If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that!
30 changes: 25 additions & 5 deletions bower_components/iron-a11y-announcer/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
iron-a11y-announcer
===================

<!---
This README is automatically generated from the comments in these files:
iron-a11y-announcer.html
Edit those files, and our readme bot will duplicate them over here!
Edit this file, and the bot will squash your changes :)
-->

[![Build Status](https://travis-ci.org/PolymerElements/iron-a11y-announcer.svg?branch=master)](https://travis-ci.org/PolymerElements/iron-a11y-announcer)

_[Demo and API Docs](https://elements.polymer-project.org/elements/iron-a11y-announcer)_


##&lt;iron-a11y-announcer&gt;


`iron-a11y-announcer` is a singleton element that is intended to add a11y
to features that require on-demand announcement from screen readers. In
@@ -9,14 +25,16 @@ in the announcing element.
Example:

Polymer({

is: 'x-chatty',

attached: function() {
// This will create the singlton element if it has not
// This will create the singleton element if it has not
// been created yet:
Polymer.IronA11yAnnouncer.requestAvailability();
}
});

After the `iron-a11y-announcer` has been made available, elements can
make announces by firing bubbling `iron-announce` events.

@@ -25,5 +43,7 @@ Example:
this.fire('iron-announce', {
text: 'This is an announcement!'
}, { bubbles: true });

Note: announcements are only audible if you have a screen reader enabled.


7 changes: 4 additions & 3 deletions bower_components/iron-a11y-announcer/bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iron-a11y-announcer",
"version": "1.0.2",
"version": "1.0.4",
"description": "A singleton element that simplifies announcing text to screen readers.",
"keywords": [
"web-components",
@@ -27,6 +27,7 @@
"paper-styles": "polymerelements/paper-styles#^1.0.0",
"test-fixture": "polymerelements/test-fixture#^1.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
"web-component-tester": "*"
}
"web-component-tester": "polymer/web-component-tester#^3.4.0"
},
"ignore": []
}
4 changes: 1 addition & 3 deletions bower_components/iron-a11y-announcer/demo/index.html
Original file line number Diff line number Diff line change
@@ -19,14 +19,12 @@
<title>iron-a11y-announcer demo</title>

<script src="../../webcomponentsjs/webcomponents-lite.js"></script>
<link rel="import" href="../../paper-styles/paper-styles.html">
<link rel="import" href="../../paper-styles/demo-pages.html">
<link rel="import" href="x-announces.html">


</head>
<body>
<div class="horizontal center-justified layout">
<div class="horizontal-section-container">
<div>
<div class="vertical-section">
<span>Note: in order to hear the announcements, be sure to turn on your favorite screen reader!</span>
4 changes: 2 additions & 2 deletions bower_components/iron-a11y-announcer/iron-a11y-announcer.html
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@
is: 'x-chatty',
attached: function() {
// This will create the singlton element if it has not
// This will create the singleton element if it has not
// been created yet:
Polymer.IronA11yAnnouncer.requestAvailability();
}
@@ -54,7 +54,7 @@
</style>

<template>
<span aria-live$="[[mode]]">[[_text]]</span>
<div aria-live$="[[mode]]">[[_text]]</div>
</template>

<script>
Original file line number Diff line number Diff line change
@@ -15,10 +15,8 @@

<script src="../../webcomponentsjs/webcomponents-lite.js"></script>
<script src="../../web-component-tester/browser.js"></script>
<script src="../../test-fixture/test-fixture-mocha.js"></script>

<link rel="import" href="../../polymer/polymer.html">
<link rel="import" href="../../test-fixture/test-fixture.html">
<link rel="import" href="../iron-a11y-announcer.html">
</head>
<body>
@@ -56,4 +54,3 @@

</body>
</html>

11 changes: 6 additions & 5 deletions bower_components/iron-a11y-keys-behavior/.bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iron-a11y-keys-behavior",
"version": "1.0.5",
"version": "1.1.1",
"description": "A behavior that enables keybindings for greater a11y.",
"keywords": [
"web-components",
@@ -26,15 +26,16 @@
"iron-component-page": "polymerelements/iron-component-page#^1.0.0",
"iron-test-helpers": "polymerelements/iron-test-helpers#^1.0.0",
"test-fixture": "polymerelements/test-fixture#^1.0.0",
"web-component-tester": "*",
"web-component-tester": "polymer/web-component-tester#^3.4.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
},
"ignore": [],
"homepage": "https://github.com/PolymerElements/iron-a11y-keys-behavior",
"_release": "1.0.5",
"_release": "1.1.1",
"_resolution": {
"type": "version",
"tag": "v1.0.5",
"commit": "cf833eab5c55a26c5aa92e56d3fcb079120ce66a"
"tag": "v1.1.1",
"commit": "12af7cb19b2c6b3887e37a5ea1501ffe676d1e8a"
},
"_source": "git://github.com/PolymerElements/iron-a11y-keys-behavior.git",
"_target": "^1.0.0",
22 changes: 22 additions & 0 deletions bower_components/iron-a11y-keys-behavior/.travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
language: node_js
sudo: false
before_script:
- npm install web-component-tester
- npm install bower
- 'export PATH=$PWD/node_modules/.bin:$PATH'
- bower install
env:
global:
- secure: OZhLlPsjjnWU4FyZ+RKq5i/Nv/tElvcjr9+OT04ENGKfh9+fkuij/XdHJQe6EpOCjrNkwt23c+I6V5YWRrSatRX/AxEkViW8EXnF32rX3HV8fWnjD6Vfn+4Qz82y4huc9II8OV5I7jFDln6yzEGZn08zAtbmhj5dSpYtT1spSf/ZuUkqn4mMRJW2wCOnzbjueP56Ry40IwQm0enLXVQLPYB3LC4fBWfT+VFrsE9qH1ZgGKcSD/n2dOD3d6xjts4FSilNp2IZ8Km5RNAFUxYmkcwrY4O2ltNtKUngWwIpeplpz0bNj5k8kOpT5xA/FT630M5sFd1ODVp846kTr/EyYTq/VCiwTaA/vDfZL85DC3O+Zt0vTHAvkxKAaXkg9sMp8gJOJ6gt6cK8rV8z7npeAUVsK1gmuHYXne1Z76SRgWwbE0/z82vyFLNgitmZDLLM1fP3TpzsK1QQg1ikn6iYXdWpHcrzBi6lk8mCafnP7D7B/yFB/Z6Y9AFI6NQI/jWP2FMMJjMWbaJVG9DAU4PWlVTiFnhfVjPI7FUEmW46/QjH1ztSZWpDA9SBozJluIpKRA1qk1EgGX1RBFBHrbFtHG//x0AGyAV6gWOfdKjl/nqcM02xFUSrDb0tkNUnEAS6K7l+X1eDaBbiaAQiakPt9Je2WvvHyc+OiZviSc72Gmc=
- secure: vIs86+z7s1QwihkHtLBRQzlmJRSIWIadq3SlDdZHS4HOivH7fNV0d4hm8QnZYZ9X8yvSvxFCzEFdLuX1TpU0H3oy5wgYky7DnfJtsEhuOfW8dobHHZeCNi/t2FQAXpobqpRwojC3A+1b1lNrY1XNpYRz7aEialO4Yr8e1SQSLex5zw/pqm7g9Vz6PnQwobDQcGXKc6ZWc84+DqOo9qfkSlnEJC/1vQxHYpUa172UnnAnmHJ7gZKdhf9aLWJSZcSpPcoKEnvslRFmeDyRMNRDWVzcg2vHnV+tc1aYzp1wsrRW3P+oqwYlvGlxo+5U92QLXKIcKZhGblVWxe8BtXgiVzgS1sz5D11vKs61Xe46onbguG/XK3UxX9bPRK5uklkC5fwAY2hhvOTGXqimTb2YrlyEWO3BCKGBk6Is3KGyCe7c2nNEmXPUSun9X1JLGRPivJb9iBR4/WSEFvibYHl6/gIke9LdXPOCHuJ3+Iu14lCz+pwi8ADIWVuGpDIxFcorG8a3BCoxQo5VouUbSe0mcNttAvSzBNxhljaaBuFs56DLDpLRr0sGhqvfA1JzdCyzVyrk4WECfZw26pAnYCyTczVXmu5msVdKnjPJKtDqWazvIhHk2G1mk8CKb14lrN58u/Kh6PQ3miJ+61c1stBWhRDlp2QffOkBJiOATKHF+AA=
node_js: 4
addons:
firefox: latest
apt:
sources:
- google-chrome
packages:
- google-chrome-stable
script:
- xvfb-run wct
- "if [ \"${TRAVIS_PULL_REQUEST}\" = \"false\" ]; then wct -s 'default'; fi"
Loading

0 comments on commit 6fbf5b9

Please sign in to comment.