diff --git a/bower_components/google-map/.bower.json b/bower_components/google-map/.bower.json old mode 100755 new mode 100644 index 35a2169..73edd09 --- a/bower_components/google-map/.bower.json +++ b/bower_components/google-map/.bower.json @@ -1,6 +1,6 @@ { "name": "google-map", - "version": "1.1.0", + "version": "1.1.2", "description": "Google Maps web components", "homepage": "https://googlewebcomponents.github.io/google-map", "main": [ @@ -36,11 +36,11 @@ "web-component-tester": "*", "iron-component-page": "PolymerElements/iron-component-page#^1.0.2" }, - "_release": "1.1.0", + "_release": "1.1.2", "_resolution": { "type": "version", - "tag": "1.1.0", - "commit": "c45ddfa8c48a67dda1b2237589edcd45bc3f7802" + "tag": "1.1.2", + "commit": "3567129ffac7df683346b5c9d8ad0c32e9213adb" }, "_source": "git://github.com/GoogleWebComponents/google-map.git", "_target": "^1.0.0", diff --git a/bower_components/google-map/LICENSE b/bower_components/google-map/LICENSE old mode 100755 new mode 100644 index 52aea39..52aea39 --- a/bower_components/google-map/LICENSE +++ b/bower_components/google-map/LICENSE diff --git a/bower_components/google-map/README.md b/bower_components/google-map/README.md old mode 100755 new mode 100644 index 5448807..5448807 --- a/bower_components/google-map/README.md +++ b/bower_components/google-map/README.md diff --git a/bower_components/google-map/bower.json b/bower_components/google-map/bower.json old mode 100755 new mode 100644 index abd6094..d2bcf5b --- a/bower_components/google-map/bower.json +++ b/bower_components/google-map/bower.json @@ -1,6 +1,6 @@ { "name": "google-map", - "version": "1.1.0", + "version": "1.1.2", "description": "Google Maps web components", "homepage": "https://googlewebcomponents.github.io/google-map", "main": [ diff --git a/bower_components/google-map/demo/index.html b/bower_components/google-map/demo/index.html old mode 100755 new mode 100644 index bbbf01c..bbbf01c --- a/bower_components/google-map/demo/index.html +++ b/bower_components/google-map/demo/index.html diff --git a/bower_components/google-map/google-map-directions.html b/bower_components/google-map/google-map-directions.html old mode 100755 new mode 100644 index c6e7f62..c6e7f62 --- a/bower_components/google-map/google-map-directions.html +++ b/bower_components/google-map/google-map-directions.html diff --git a/bower_components/google-map/google-map-marker.html b/bower_components/google-map/google-map-marker.html old mode 100755 new mode 100644 index e239fc7..8b68ae8 --- a/bower_components/google-map/google-map-marker.html +++ b/bower_components/google-map/google-map-marker.html @@ -42,8 +42,23 @@ child of `google-map`. diff --git a/bower_components/google-map/google-map-search.html b/bower_components/google-map/google-map-search.html old mode 100755 new mode 100644 index d166ae3..2baeab4 --- a/bower_components/google-map/google-map-search.html +++ b/bower_components/google-map/google-map-search.html @@ -11,7 +11,7 @@ information on the API. #### Example: + + +
  • Returns {{descriptor.return.type}} - + +
    +
  • - + +
    +
    diff --git a/bower_components/iron-doc-viewer/iron-doc-viewer.css b/bower_components/iron-doc-viewer/iron-doc-viewer.css old mode 100755 new mode 100644 index 0e8646c..c4c5d2b --- a/bower_components/iron-doc-viewer/iron-doc-viewer.css +++ b/bower_components/iron-doc-viewer/iron-doc-viewer.css @@ -45,61 +45,62 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN padding: 4px 0; } -#summary marked-element::shadow #content pre { +#summary .markdown-html pre { background-color: var(--paper-grey-50); border: solid #e5e5e5; border-width: 1px 0; overflow-x: auto; padding: 12px 24px; font-size: 15px; + word-wrap: break-word; } -#summary marked-element::shadow #content table { +#summary .markdown-html table { width: 100%; border-collapse: collapse; margin: 12px 0; border-top: 1px solid #e5e5e5; } -#summary marked-element::shadow #content tr { +#summary .markdown-html tr { border-bottom: 1px solid #e5e5e5; padding: 0 18px; } -#summary marked-element::shadow #content td, -#summary marked-element::shadow #content th { +#summary .markdown-html td, +#summary .markdown-html th { padding: 6px 12px; } -#summary marked-element::shadow #content td:first-child, -#summary marked-element::shadow #content th:first-child { +#summary .markdown-html td:first-child, +#summary .markdown-html th:first-child { padding-left: 24px; } -#summary marked-element::shadow #content td:last-child, -#summary marked-element::shadow #content th:last-child { +#summary .markdown-html td:last-child, +#summary .markdown-html th:last-child { padding-right: 24px; } -#summary marked-element::shadow #content code { +#summary .markdown-html code { @apply(--paper-font-code1); } -#summary marked-element::shadow #content p { +#summary .markdown-html p { padding: 0 24px; } -#summary marked-element::shadow #content a { +#summary .markdown-html a { color: var(--paper-indigo-a200); font-weight: 500; text-decoration: none; } -#summary marked-element::shadow #content h1, -#summary marked-element::shadow #content h2, -#summary marked-element::shadow #content h3, -#summary marked-element::shadow #content h4, -#summary marked-element::shadow #content h5 { +#summary .markdown-html h1, +#summary .markdown-html h2, +#summary .markdown-html h3, +#summary .markdown-html h4, +#summary .markdown-html h5 { padding: 0 18px; } @@ -148,4 +149,3 @@ iron-doc-property[configuration] { padding: 16px 24px; cursor: pointer; } - diff --git a/bower_components/iron-doc-viewer/iron-doc-viewer.html b/bower_components/iron-doc-viewer/iron-doc-viewer.html old mode 100755 new mode 100644 index 268aa7c..056801f --- a/bower_components/iron-doc-viewer/iron-doc-viewer.html +++ b/bower_components/iron-doc-viewer/iron-doc-viewer.html @@ -8,7 +8,9 @@ Code distributed by Google as part of the polymer project is also subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt --> - + + + @@ -52,7 +54,9 @@ property.
    Documentation
    - + +
    +