Skip to content
This repository was archived by the owner on Jan 4, 2021. It is now read-only.

Commit 2cc7b69

Browse files
author
Francois-Xavier Gentilhomme
committed
[DEV] Update myscript-js
1 parent 4ae2fed commit 2cc7b69

25 files changed

+346
-350
lines changed

docs/components/font-roboto/.bower.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "font-roboto",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "An HTML import for Roboto",
55
"authors": [
66
"The Polymer Authors"
@@ -19,11 +19,11 @@
1919
"ignore": [
2020
"/.*"
2121
],
22-
"_release": "1.0.2",
22+
"_release": "1.0.3",
2323
"_resolution": {
2424
"type": "version",
25-
"tag": "v1.0.2",
26-
"commit": "ad31da796c12dfa4a83526afe6ff6190ad29643f"
25+
"tag": "v1.0.3",
26+
"commit": "6b16584ff654fea05d6bf3e812fb8b225202663f"
2727
},
2828
"_source": "https://github.com/PolymerElements/font-roboto.git",
2929
"_target": "^1.0.1",

docs/components/font-roboto/bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "font-roboto",
3-
"version": "1.0.1",
3+
"version": "1.0.3",
44
"description": "An HTML import for Roboto",
55
"authors": [
66
"The Polymer Authors"

docs/components/font-roboto/roboto.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
Code distributed by Google as part of the polymer project is also
88
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
99
-->
10-
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,700|Roboto:400,300,300italic,400italic,500,500italic,700,700italic" crossorigin="anonymous">
10+
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,700|Roboto:400,300,300italic,400italic,500,500italic,700,700italic" crossorigin="anonymous">

docs/components/myscript-common-element/.bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@
4242
"iron-component-page": "PolymerElements/iron-component-page#^3.0.0",
4343
"webcomponentsjs": "^1.0.1"
4444
},
45-
"_release": "8adca3bd46",
45+
"_release": "813086645b",
4646
"_resolution": {
4747
"type": "branch",
4848
"branch": "2.0.0-alpha1",
49-
"commit": "8adca3bd46118a62cf47a1370483b0433c64b67f"
49+
"commit": "813086645b9e1a12ff948f356bc5360a0e1d0a04"
5050
},
5151
"_source": "https://github.com/MyScript/myscript-common-element.git",
5252
"_target": "2.0.0-alpha1",

docs/components/myscript/.bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
"dependencies": {
2727
"pepjs": "^0.4.3"
2828
},
29-
"_release": "6f44aae5a1",
29+
"_release": "29d35d79b1",
3030
"_resolution": {
3131
"type": "branch",
3232
"branch": "2.0.0-alpha1",
33-
"commit": "6f44aae5a1ae977156c8ee6f733098b6ce4f7bda"
33+
"commit": "29d35d79b11182d435f92dc0d50ed0c703de88fe"
3434
},
3535
"_source": "https://github.com/MyScript/MyScriptJS.git",
3636
"_target": "2.0.0-alpha1",

docs/components/myscript/dist/myscript.min.js

Lines changed: 7 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/components/myscript/dist/myscript.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/components/shadycss/.bower.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333
"shadydom": "webcomponents/shadydom#^1.0.0",
3434
"webcomponents-platform": "webcomponents/webcomponents-platform#^1.0.0"
3535
},
36-
"version": "1.0.2",
37-
"_release": "1.0.2",
36+
"version": "1.0.3",
37+
"_release": "1.0.3",
3838
"_resolution": {
3939
"type": "version",
40-
"tag": "v1.0.2",
41-
"commit": "2aa0ed5dd4f1a18e9383991ceb3224709cc4250a"
40+
"tag": "v1.0.3",
41+
"commit": "447b5e61c9ed1f173697e1988557772433bf6634"
4242
},
4343
"_source": "https://github.com/webcomponents/shadycss.git",
4444
"_target": "^v1.0.0",

docs/components/shadycss/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ShadyCSS
22

3-
ShadyCSS provides a library to simulate ShadowDOM style encapsulation (ScopingShim), a shim for the proposed CSS mixin `@apply` styntax (ApplyShim), and a library to integrate document-level stylesheets with both of the former libraries (CustomStyleInterface).
3+
ShadyCSS provides a library to simulate ShadowDOM style encapsulation (ScopingShim), a shim for the proposed CSS mixin `@apply` syntax (ApplyShim), and a library to integrate document-level stylesheets with both of the former libraries (CustomStyleInterface).
44

55
## Requirements
66
ShadyCSS requires support for the `<template>` element, ShadowDOM, MutationObserver, Promise, and Object.assign

docs/components/shadycss/apply-shim.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)