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

@rmwc/list

Package Overview
Dependencies
Maintainers
1
Versions
175
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rmwc/list - npm Package Compare versions

Comparing version 3.0.7 to 3.0.8

14

docgen.json

@@ -21,2 +21,9 @@ [

},
"disabled": {
"flowType": {
"name": "boolean"
},
"required": false,
"description": "A modifier for a disabled state."
},
"ripple": {

@@ -201,2 +208,9 @@ "flowType": {

},
"disabled": {
"flowType": {
"name": "boolean"
},
"required": false,
"description": "A modifier for a disabled state."
},
"ripple": {

@@ -203,0 +217,0 @@ "flowType": {

2

index.d.ts

@@ -12,2 +12,4 @@ import { SimpleTagPropsT } from '@rmwc/base';

activated?: boolean;
/** A modifier for a disabled state. */
disabled?: boolean;
/** Enable / disable the ripple. */

@@ -14,0 +16,0 @@ ripple?: boolean;

5

index.js

@@ -47,6 +47,7 @@ 'use strict';

'mdc-list-item--selected': props.selected,
'mdc-list-item--activated': props.activated
'mdc-list-item--activated': props.activated,
'mdc-list-item--disabled': props.disabled
}];
},
consumeProps: ['selected', 'activated', 'options'] //options is from the select element
consumeProps: ['selected', 'activated', 'disabled', 'options'] //options is from the select element
}));

@@ -53,0 +54,0 @@

{
"name": "@rmwc/list",
"version": "3.0.7",
"version": "3.0.8",
"description": "RMWC List component",

@@ -30,6 +30,6 @@ "main": "index.js",

"@material/list": "~0.40.0",
"@rmwc/base": "^3.0.7",
"@rmwc/icon": "^3.0.7",
"@rmwc/base": "^3.0.8",
"@rmwc/icon": "^3.0.8",
"@rmwc/provider": "^3.0.6",
"@rmwc/ripple": "^3.0.7",
"@rmwc/ripple": "^3.0.8",
"classnames": "^2.2.5",

@@ -36,0 +36,0 @@ "prop-types": "^15.6.1"

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