Socket
Socket
Sign inDemoInstall

@material/mwc-ripple

Package Overview
Dependencies
Maintainers
15
Versions
723
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@material/mwc-ripple - npm Package Compare versions

Comparing version 0.26.0-canary.f3e28323.0 to 0.26.0

6

mwc-ripple-base.js

@@ -13,5 +13,5 @@ /**

import { html } from 'lit';
import { property, query, state } from 'lit/decorators.js';
import { classMap } from 'lit/directives/class-map.js';
import { styleMap } from 'lit/directives/style-map.js';
import { property, query, state } from 'lit/decorators';
import { classMap } from 'lit/directives/class-map';
import { styleMap } from 'lit/directives/style-map';
/** @soyCompatible */

@@ -18,0 +18,0 @@ export class RippleBase extends BaseElement {

@@ -9,3 +9,3 @@ /**

// tslint:disable:strip-private-property-underscore
import { customElement } from 'lit/decorators.js';
import { customElement } from 'lit/decorators';
import { RippleBase } from './mwc-ripple-base';

@@ -12,0 +12,0 @@ import { styles } from './mwc-ripple.css';

{
"name": "@material/mwc-ripple",
"version": "0.26.0-canary.f3e28323.0",
"version": "0.26.0",
"description": "Material Design ripple web component",

@@ -19,5 +19,5 @@ "keywords": [

"dependencies": {
"@material/dom": "=14.0.0-canary.a986df922.0",
"@material/mwc-base": "0.26.0-canary.f3e28323.0",
"@material/ripple": "=14.0.0-canary.a986df922.0",
"@material/dom": "=14.0.0",
"@material/mwc-base": "^0.26.0",
"@material/ripple": "=14.0.0",
"lit": "^2.0.0",

@@ -27,3 +27,3 @@ "tslib": "^2.0.1"

"devDependencies": {
"@material/theme": "=14.0.0-canary.a986df922.0"
"@material/theme": "=14.0.0"
},

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

},
"gitHead": "ebbbec0b1b0e29da237ec87bebd889c3af847f1b"
"gitHead": "056b3ceffbe2fe3408dbdbb319932da85637e779"
}

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

![](https://raw.githubusercontent.com/material-components/material-components-web-components/ebbbec0b1b0e29da237ec87bebd889c3af847f1b/packages/ripple/images/standard.gif)
![](https://raw.githubusercontent.com/material-components/material-components-web-components/056b3ceffbe2fe3408dbdbb319932da85637e779/packages/ripple/images/standard.gif)

@@ -39,3 +39,3 @@ ```html

![](https://raw.githubusercontent.com/material-components/material-components-web-components/ebbbec0b1b0e29da237ec87bebd889c3af847f1b/packages/ripple/images/unbound.gif)
![](https://raw.githubusercontent.com/material-components/material-components-web-components/056b3ceffbe2fe3408dbdbb319932da85637e779/packages/ripple/images/unbound.gif)

@@ -90,3 +90,3 @@ ```html

-------------------------------- | --------------------------------------- | -----------
`--mdc-ripple-color` | ![](https://raw.githubusercontent.com/material-components/material-components-web-components/ebbbec0b1b0e29da237ec87bebd889c3af847f1b/packages/ripple/images/color_000.png) `#000` | Color of the ripple will have when activated.
`--mdc-ripple-color` | ![](https://raw.githubusercontent.com/material-components/material-components-web-components/056b3ceffbe2fe3408dbdbb319932da85637e779/packages/ripple/images/color_000.png) `#000` | Color of the ripple will have when activated.
`--mdc-ripple-press-opacity` | `0.12` | Opacity of the ripple when pressed.

@@ -93,0 +93,0 @@ `--mdc-ripple-hover-opacity` | `0.04` | Opacity of the ripple when hovered.

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