@material/list
Advanced tools
Comparing version 0.35.0 to 0.36.0-0
{ | ||
"name": "@material/list", | ||
"description": "The Material Components for the web list component", | ||
"version": "0.35.0", | ||
"version": "0.36.0-0", | ||
"license": "Apache-2.0", | ||
@@ -16,7 +16,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@material/ripple": "^0.36.0-0", | ||
"@material/rtl": "^0.35.0", | ||
"@material/typography": "^0.35.0", | ||
"@material/ripple": "^0.35.0", | ||
"@material/theme": "^0.35.0" | ||
"@material/theme": "^0.35.0", | ||
"@material/typography": "^0.35.0" | ||
} | ||
} |
@@ -14,3 +14,3 @@ <!--docs: | ||
<a class="article__asset-link" | ||
href="https://material-components-web.appspot.com/list.html"> | ||
href="https://material-components.github.io/material-components-web-catalog/#/component/list"> | ||
<img src="{{ site.rootpath }}/images/mdc_web_screenshots/lists.png" width="365" alt="Lists screenshot"> | ||
@@ -20,3 +20,3 @@ </a> | ||
MDC List provides styles which implement [Material Design Lists](https://material.io/guidelines/components/lists.html) - | ||
MDC List provides styles which implement [Material Design Lists](https://material.io/go/design-lists) - | ||
"A single continuous column of tessellated subdivisions of equal width." Both single-line and two-line lists are | ||
@@ -30,6 +30,6 @@ supported (with three-line lists [planned](https://github.com/material-components/material-components-web/issues/31)). | ||
<li class="icon-list-item icon-list-item--spec"> | ||
<a href="https://material.io/guidelines/components/lists.html">Material Design guidelines: Lists</a> | ||
<a href="https://material.io/go/design-lists">Material Design guidelines: Lists</a> | ||
</li> | ||
<li class="icon-list-item icon-list-item--link"> | ||
<a href="https://material-components-web.appspot.com/list.html">Demo</a> | ||
<a href="https://material-components.github.io/material-components-web-catalog/#/component/list">Demo</a> | ||
</li> | ||
@@ -62,3 +62,3 @@ </ul> | ||
#### Two-Line List | ||
While in theory you can add any number of "lines" to a list item, you can use the `mdc-list--two-line` combined with some extra markup around the text to style a list in the two-line list style as defined by [the spec](https://material.io/guidelines/components/lists.html#lists-specs) (see "Two-line lists"). | ||
While in theory you can add any number of "lines" to a list item, you can use the `mdc-list--two-line` combined with some extra markup around the text to style a list in the two-line list style as defined by [the spec](https://material.io/go/design-lists#lists-specs) (see "Two-line lists"). | ||
@@ -145,2 +145,3 @@ ```html | ||
### CSS Classes | ||
CSS Class | Description | ||
@@ -176,2 +177,3 @@ --- | --- | ||
### Sass Mixins | ||
Mixin | Description | ||
@@ -178,0 +180,0 @@ --- | --- |
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
42378
182
+ Added@material/animation@0.34.0(transitive)
+ Added@material/ripple@0.36.0(transitive)
- Removed@material/ripple@0.35.0(transitive)
Updated@material/ripple@^0.36.0-0