@material/mwc-ripple
Advanced tools
Comparing version 0.23.0-canary.73e9f83c.0 to 0.23.0-canary.756208fb.0
@@ -0,1 +1,6 @@ | ||
/** | ||
* @license | ||
* Copyright 2018 Google LLC | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
import { BaseElement } from '@material/mwc-base/base-element'; | ||
@@ -2,0 +7,0 @@ import { RippleInterface } from '@material/mwc-base/utils'; |
@@ -1,2 +0,1 @@ | ||
import { __decorate } from "tslib"; | ||
/** | ||
@@ -7,2 +6,5 @@ * @license | ||
*/ | ||
import { __decorate } from "tslib"; | ||
// Style preference for leading underscores. | ||
// tslint:disable:strip-private-property-underscore | ||
import { matches } from '@material/dom/ponyfill'; | ||
@@ -9,0 +11,0 @@ import { BaseElement } from '@material/mwc-base/base-element'; |
@@ -0,1 +1,6 @@ | ||
/** | ||
* @license | ||
* Copyright 2018 Google LLC | ||
* SPDX-License-Identifier: Apache-2.0 | ||
*/ | ||
import { RippleBase } from './mwc-ripple-base'; | ||
@@ -2,0 +7,0 @@ declare global { |
@@ -1,2 +0,1 @@ | ||
import { __decorate } from "tslib"; | ||
/** | ||
@@ -7,2 +6,5 @@ * @license | ||
*/ | ||
import { __decorate } from "tslib"; | ||
// Style preference for leading underscores. | ||
// tslint:disable:strip-private-property-underscore | ||
import { customElement } from 'lit-element'; | ||
@@ -9,0 +11,0 @@ import { RippleBase } from './mwc-ripple-base'; |
{ | ||
"name": "@material/mwc-ripple", | ||
"version": "0.23.0-canary.73e9f83c.0", | ||
"version": "0.23.0-canary.756208fb.0", | ||
"description": "Material Design ripple web component", | ||
@@ -19,5 +19,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@material/dom": "=12.0.0-canary.22d29cbb4.0", | ||
"@material/mwc-base": "0.23.0-canary.73e9f83c.0", | ||
"@material/ripple": "=12.0.0-canary.22d29cbb4.0", | ||
"@material/dom": "=13.0.0-canary.15981e9d9.0", | ||
"@material/mwc-base": "0.23.0-canary.756208fb.0", | ||
"@material/ripple": "=13.0.0-canary.15981e9d9.0", | ||
"lit-element": "^2.5.1", | ||
@@ -28,3 +28,3 @@ "lit-html": "^1.4.1", | ||
"devDependencies": { | ||
"@material/theme": "=12.0.0-canary.22d29cbb4.0" | ||
"@material/theme": "=13.0.0-canary.15981e9d9.0" | ||
}, | ||
@@ -37,3 +37,3 @@ "scripts": { | ||
}, | ||
"gitHead": "7cb506f7d4ddb8897417b2451e1dce233644faea" | ||
"gitHead": "f13e06c94f8ec287642a6c4a258c32f5be7a17e6" | ||
} |
@@ -10,3 +10,3 @@ # `<mwc-ripple>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-button.svg)](https://www.npmjs.com/package/@material/mwc-ripple) | ||
[Demo](https://material-components.github.io/material-components-web-components/demos/ripple/) | ||
[Demo](https://material-components.github.io/material-web/demos/ripple/) | ||
@@ -31,3 +31,3 @@ ## Installation | ||
![](https://raw.githubusercontent.com/material-components/material-components-web-components/7cb506f7d4ddb8897417b2451e1dce233644faea/packages/ripple/images/standard.gif) | ||
![](https://raw.githubusercontent.com/material-components/material-components-web-components/f13e06c94f8ec287642a6c4a258c32f5be7a17e6/packages/ripple/images/standard.gif) | ||
@@ -40,3 +40,3 @@ ```html | ||
![](https://raw.githubusercontent.com/material-components/material-components-web-components/7cb506f7d4ddb8897417b2451e1dce233644faea/packages/ripple/images/unbound.gif) | ||
![](https://raw.githubusercontent.com/material-components/material-components-web-components/f13e06c94f8ec287642a6c4a258c32f5be7a17e6/packages/ripple/images/unbound.gif) | ||
@@ -91,3 +91,3 @@ ```html | ||
-------------------------------- | --------------------------------------- | ----------- | ||
`--mdc-ripple-color` | ![](https://raw.githubusercontent.com/material-components/material-components-web-components/7cb506f7d4ddb8897417b2451e1dce233644faea/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/f13e06c94f8ec287642a6c4a258c32f5be7a17e6/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. | ||
@@ -94,0 +94,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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
75974
485
+ Added@material/mwc-base@0.23.0-canary.756208fb.0(transitive)
- Removed@material/mwc-base@0.23.0-canary.73e9f83c.0(transitive)