@material/linear-progress
Advanced tools
Comparing version 0.24.0 to 0.25.0
@@ -724,3 +724,4 @@ /*! | ||
* noPrefix: string, | ||
* webkitPrefix: string | ||
* webkitPrefix: string, | ||
* styleProperty: string | ||
* }} | ||
@@ -727,0 +728,0 @@ */ |
{ | ||
"name": "@material/linear-progress", | ||
"description": "The Material Components for the web linear progress indicator component", | ||
"version": "0.24.0", | ||
"version": "0.25.0", | ||
"license": "Apache-2.0", | ||
@@ -16,5 +16,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@material/animation": "^0.4.1", | ||
"@material/animation": "^0.25.0", | ||
"@material/base": "^0.24.0", | ||
"@material/theme": "^0.24.0" | ||
"@material/theme": "^0.25.0" | ||
}, | ||
@@ -21,0 +21,0 @@ "publishConfig": { |
@@ -62,4 +62,10 @@ <!--docs: | ||
| `mdc-linear-progress--reversed` | Reverses the direction of the linear progress indicator. | | ||
| `mdc-linear-progress--accent` | Colors the linear progress indicator with the secondary color. | | ||
### Sass Mixins | ||
Mixin | Description | ||
--- | --- | ||
`mdc-linear-progress-bar-color($color)` | Sets the color of the progress bar | ||
`mdc-linear-progress-buffer-color($color)` | Sets the color of the buffer bar and dots | ||
### Using the Foundation Class | ||
@@ -66,0 +72,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
90196
13
110
+ Added@material/animation@0.25.0(transitive)
+ Added@material/theme@0.25.0(transitive)
- Removed@material/animation@0.4.1(transitive)
- Removed@material/theme@0.24.0(transitive)
Updated@material/animation@^0.25.0
Updated@material/theme@^0.25.0