@material/mwc-linear-progress
Advanced tools
Comparing version 0.13.0 to 0.14.0-canary.f790f713.0
{ | ||
"name": "@material/mwc-linear-progress", | ||
"version": "0.13.0", | ||
"version": "0.14.0-canary.f790f713.0", | ||
"description": "", | ||
@@ -18,4 +18,4 @@ "main": "mwc-linear-progress.js", | ||
"dependencies": { | ||
"@material/linear-progress": "=5.0.0-canary.a1a0deb3e.0", | ||
"@material/mwc-base": "^0.13.0", | ||
"@material/linear-progress": "=6.0.0-canary.781434a92.0", | ||
"@material/mwc-base": "0.14.0-canary.f790f713.0", | ||
"lit-element": "^2.2.1", | ||
@@ -27,3 +27,3 @@ "tslib": "^1.10.0" | ||
}, | ||
"gitHead": "054d0d234704a274e8aaf7d8a8a0399f525914eb" | ||
"gitHead": "4ccf0f734c9b727a925e62b9999d4380351c7936" | ||
} |
@@ -8,3 +8,3 @@ # `<mwc-linear-progress>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-linear-progress.svg)](https://www.npmjs.com/package/@material/mwc-linear-progress) | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/054d0d234704a274e8aaf7d8a8a0399f525914eb/packages/linear-progress/images/showcase.gif" height="45px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/4ccf0f734c9b727a925e62b9999d4380351c7936/packages/linear-progress/images/showcase.gif" height="45px"> | ||
@@ -31,3 +31,3 @@ [Material Design Guidelines: Progress Indicators](https://material.io/components/progress-indicators/#circular-progress-indicators) | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/054d0d234704a274e8aaf7d8a8a0399f525914eb/packages/linear-progress/images/determinate.png" height="34px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/4ccf0f734c9b727a925e62b9999d4380351c7936/packages/linear-progress/images/determinate.png" height="34px"> | ||
@@ -43,3 +43,3 @@ ```html | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/054d0d234704a274e8aaf7d8a8a0399f525914eb/packages/linear-progress/images/indeterminate.gif" height="77px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/4ccf0f734c9b727a925e62b9999d4380351c7936/packages/linear-progress/images/indeterminate.gif" height="77px"> | ||
@@ -52,3 +52,3 @@ ```html | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/054d0d234704a274e8aaf7d8a8a0399f525914eb/packages/linear-progress/images/determinate-buffer.gif" height="45px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/4ccf0f734c9b727a925e62b9999d4380351c7936/packages/linear-progress/images/determinate-buffer.gif" height="45px"> | ||
@@ -61,3 +61,3 @@ ```html | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/054d0d234704a274e8aaf7d8a8a0399f525914eb/packages/linear-progress/images/reversed.gif" height="45px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/4ccf0f734c9b727a925e62b9999d4380351c7936/packages/linear-progress/images/reversed.gif" height="45px"> | ||
@@ -75,3 +75,3 @@ | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/054d0d234704a274e8aaf7d8a8a0399f525914eb/packages/linear-progress/images/styled.gif" height="45px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/4ccf0f734c9b727a925e62b9999d4380351c7936/packages/linear-progress/images/styled.gif" height="45px"> | ||
@@ -122,4 +122,4 @@ ```html | ||
| -------------------------------------------- | -------------------------------------- |------------ | ||
| `--mdc-theme-primary` | ![](https://raw.githubusercontent.com/material-components/material-components-web-components/054d0d234704a274e8aaf7d8a8a0399f525914eb/packages/linear-progress/images/color_6200ee.png) `#6200EE` | Sets the color of primary progress bar. | ||
| `--mdc-linear-progress-buffer-color` | ![](https://raw.githubusercontent.com/material-components/material-components-web-components/054d0d234704a274e8aaf7d8a8a0399f525914eb/packages/linear-progress/images/color_e6e6e6.png) `#E6E6E6` | Sets the color of the buffer progress bar.<br> **NOTE:** to change the color of the buffering dots, you must do so in the image of `--mdc-linear-progress-buffering-dots-image`. | ||
| `--mdc-theme-primary` | ![](https://raw.githubusercontent.com/material-components/material-components-web-components/4ccf0f734c9b727a925e62b9999d4380351c7936/packages/linear-progress/images/color_6200ee.png) `#6200EE` | Sets the color of primary progress bar. | ||
| `--mdc-linear-progress-buffer-color` | ![](https://raw.githubusercontent.com/material-components/material-components-web-components/4ccf0f734c9b727a925e62b9999d4380351c7936/packages/linear-progress/images/color_e6e6e6.png) `#E6E6E6` | Sets the color of the buffer progress bar.<br> **NOTE:** to change the color of the buffering dots, you must do so in the image of `--mdc-linear-progress-buffering-dots-image`. | ||
| `--mdc-linear-progress-buffering-dots-image` | `url("<svg data url>")` (see below for value) | Sets the image to use as the buffering dots. This pattern is then repeated horizontally and animated. | ||
@@ -126,0 +126,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
61443
+ Added@material/mwc-base@0.14.0-canary.f790f713.0(transitive)
- Removed@material/mwc-base@0.13.0(transitive)