Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@material/list

Package Overview
Dependencies
Maintainers
12
Versions
1698
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@material/list - npm Package Compare versions

Comparing version 0.35.0 to 0.36.0-0

8

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc