@material/progress-indicator
Advanced tools
Comparing version 6.0.0-canary.d6f60c98b.0 to 6.0.0-canary.ece19f3dd.0
@@ -6,4 +6,4 @@ # Change Log | ||
# [6.0.0-canary.d6f60c98b.0](https://github.com/material-components/material-components-web/compare/v5.1.0...v6.0.0-canary.d6f60c98b.0) (2020-02-28) | ||
# [6.0.0-canary.ece19f3dd.0](https://github.com/material-components/material-components-web/compare/v5.1.0...v6.0.0-canary.ece19f3dd.0) (2020-03-17) | ||
**Note:** Version bump only for package @material/progress-indicator |
{ | ||
"name": "@material/progress-indicator", | ||
"description": "The Material Components for the web interface for Progress Indicators", | ||
"version": "6.0.0-canary.d6f60c98b.0", | ||
"version": "6.0.0-canary.ece19f3dd.0", | ||
"license": "MIT", | ||
@@ -18,3 +18,3 @@ "sideEffects": false, | ||
}, | ||
"gitHead": "51319f628dc2d5447017b393bcdda8ea48a93896" | ||
"gitHead": "41a07e9906ac09ddaefa5cbf8327260df4eacd59" | ||
} |
@@ -11,3 +11,3 @@ <!--docs: | ||
# Progress Indicators | ||
The MDC Progress Indicator component exposes common foundation and component interfaces for a progress indicator. Components that implement these interfaces include [linear progress](https://github.com/material-components/material-components-web/tree/master/packages/mdc-linear-progress) and circular progress (WIP). | ||
The MDC Progress Indicator component exposes common foundation and component interfaces for a progress indicator. Components that implement these interfaces include [linear progress](https://github.com/material-components/material-components-web/tree/master/packages/mdc-linear-progress) and [circular progress](https://github.com/material-components/material-components-web/tree/master/packages/mdc-circular-progress). | ||
[Material Design progress & activity requirements](https://material.io/go/design-progress-indicators). | ||
@@ -14,0 +14,0 @@ |
Sorry, the diff of this file is not supported yet
13211