Socket
Socket
Sign inDemoInstall

@material/mwc-list

Package Overview
Dependencies
Maintainers
21
Versions
695
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@material/mwc-list - npm Package Compare versions

Comparing version 0.23.0-canary.76c68381.0 to 0.23.0-canary.78abbd59.0

34

package.json
{
"name": "@material/mwc-list",
"version": "0.23.0-canary.76c68381.0",
"version": "0.23.0-canary.78abbd59.0",
"description": "Material Design list web component",

@@ -14,9 +14,9 @@ "keywords": [

"dependencies": {
"@material/base": "=13.0.0-canary.72464476c.0",
"@material/dom": "=13.0.0-canary.72464476c.0",
"@material/list": "=13.0.0-canary.72464476c.0",
"@material/mwc-base": "0.23.0-canary.76c68381.0",
"@material/mwc-checkbox": "0.23.0-canary.76c68381.0",
"@material/mwc-radio": "0.23.0-canary.76c68381.0",
"@material/mwc-ripple": "0.23.0-canary.76c68381.0",
"@material/base": "=13.0.0-canary.864798678.0",
"@material/dom": "=13.0.0-canary.864798678.0",
"@material/list": "=13.0.0-canary.864798678.0",
"@material/mwc-base": "0.23.0-canary.78abbd59.0",
"@material/mwc-checkbox": "0.23.0-canary.78abbd59.0",
"@material/mwc-radio": "0.23.0-canary.78abbd59.0",
"@material/mwc-ripple": "0.23.0-canary.78abbd59.0",
"lit-element": "^2.5.1",

@@ -27,10 +27,10 @@ "lit-html": "^1.4.1",

"devDependencies": {
"@material/density": "=13.0.0-canary.72464476c.0",
"@material/feature-targeting": "=13.0.0-canary.72464476c.0",
"@material/mwc-icon": "0.23.0-canary.76c68381.0",
"@material/mwc-menu": "0.23.0-canary.76c68381.0",
"@material/ripple": "=13.0.0-canary.72464476c.0",
"@material/rtl": "=13.0.0-canary.72464476c.0",
"@material/theme": "=13.0.0-canary.72464476c.0",
"@material/typography": "=13.0.0-canary.72464476c.0"
"@material/density": "=13.0.0-canary.864798678.0",
"@material/feature-targeting": "=13.0.0-canary.864798678.0",
"@material/mwc-icon": "0.23.0-canary.78abbd59.0",
"@material/mwc-menu": "0.23.0-canary.78abbd59.0",
"@material/ripple": "=13.0.0-canary.864798678.0",
"@material/rtl": "=13.0.0-canary.864798678.0",
"@material/theme": "=13.0.0-canary.864798678.0",
"@material/typography": "=13.0.0-canary.864798678.0"
},

@@ -43,3 +43,3 @@ "scripts": {

},
"gitHead": "66455113b9aece74b59241859cfad64d4519568d"
"gitHead": "638a51a3b3f96617a9be7f61f87afebe78d24a23"
}

@@ -8,3 +8,3 @@ # `<mwc-list>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-list.svg)](https://www.npmjs.com/package/@material/mwc-list)

<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/66455113b9aece74b59241859cfad64d4519568d/packages/list/images/header.png" width="402px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/638a51a3b3f96617a9be7f61f87afebe78d24a23/packages/list/images/header.png" width="402px">

@@ -33,3 +33,3 @@ [Material Design Guidelines: lists](https://material.io/design/components/lists.html)

<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/66455113b9aece74b59241859cfad64d4519568d/packages/list/images/basic.png" width="402px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/638a51a3b3f96617a9be7f61f87afebe78d24a23/packages/list/images/basic.png" width="402px">

@@ -52,3 +52,3 @@ ```html

<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/66455113b9aece74b59241859cfad64d4519568d/packages/list/images/activatable.png" width="402px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/638a51a3b3f96617a9be7f61f87afebe78d24a23/packages/list/images/activatable.png" width="402px">

@@ -66,3 +66,3 @@ ```html

<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/66455113b9aece74b59241859cfad64d4519568d/packages/list/images/multi.png" width="402px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/638a51a3b3f96617a9be7f61f87afebe78d24a23/packages/list/images/multi.png" width="402px">

@@ -82,3 +82,3 @@ ```html

<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/66455113b9aece74b59241859cfad64d4519568d/packages/list/images/leading_graphic.png" width="402px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/638a51a3b3f96617a9be7f61f87afebe78d24a23/packages/list/images/leading_graphic.png" width="402px">

@@ -122,3 +122,3 @@ ```html

<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/66455113b9aece74b59241859cfad64d4519568d/packages/list/images/meta_icon.png" width="402px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/638a51a3b3f96617a9be7f61f87afebe78d24a23/packages/list/images/meta_icon.png" width="402px">

@@ -148,3 +148,3 @@ ```html

<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/66455113b9aece74b59241859cfad64d4519568d/packages/list/images/two_line.png" width="402px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/638a51a3b3f96617a9be7f61f87afebe78d24a23/packages/list/images/two_line.png" width="402px">

@@ -179,3 +179,3 @@ ```html

<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/66455113b9aece74b59241859cfad64d4519568d/packages/list/images/dividers.png" width="402px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/638a51a3b3f96617a9be7f61f87afebe78d24a23/packages/list/images/dividers.png" width="402px">

@@ -209,3 +209,3 @@ ```html

<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/66455113b9aece74b59241859cfad64d4519568d/packages/list/images/check_list.png" width="402px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/638a51a3b3f96617a9be7f61f87afebe78d24a23/packages/list/images/check_list.png" width="402px">

@@ -235,3 +235,3 @@ ```html

<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/66455113b9aece74b59241859cfad64d4519568d/packages/list/images/radio_list.png" width="402px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/638a51a3b3f96617a9be7f61f87afebe78d24a23/packages/list/images/radio_list.png" width="402px">

@@ -252,3 +252,3 @@ ```html

<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/66455113b9aece74b59241859cfad64d4519568d/packages/list/images/multi_radio_list.png" width="402px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/638a51a3b3f96617a9be7f61f87afebe78d24a23/packages/list/images/multi_radio_list.png" width="402px">

@@ -274,3 +274,3 @@ ```html

<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/66455113b9aece74b59241859cfad64d4519568d/packages/list/images/noninteractive.png" width="402px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/638a51a3b3f96617a9be7f61f87afebe78d24a23/packages/list/images/noninteractive.png" width="402px">

@@ -304,3 +304,3 @@ ```html

<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/66455113b9aece74b59241859cfad64d4519568d/packages/list/images/styled.png" width="402px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/638a51a3b3f96617a9be7f61f87afebe78d24a23/packages/list/images/styled.png" width="402px">

@@ -332,3 +332,3 @@ ```html

<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/66455113b9aece74b59241859cfad64d4519568d/packages/list/images/styled_no_ripple.png" width="402px">
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/638a51a3b3f96617a9be7f61f87afebe78d24a23/packages/list/images/styled_no_ripple.png" width="402px">

@@ -335,0 +335,0 @@ ```html

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