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

@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.7.0 to 0.7.1

18

mwc-ripple-base.d.ts

@@ -17,12 +17,12 @@ /**

*/
import { LitElement } from '@material/mwc-base/base-element';
import {LitElement} from '@material/mwc-base/base-element';
export declare class RippleBase extends LitElement {
primary: boolean;
active: boolean | undefined;
accent: boolean;
unbounded: boolean;
disabled: boolean;
protected interactionNode: HTMLElement;
connectedCallback(): void;
protected render(): import("lit-html/lib/template-result").TemplateResult;
primary: boolean;
active: boolean|undefined;
accent: boolean;
unbounded: boolean;
disabled: boolean;
protected interactionNode: HTMLElement;
connectedCallback(): void;
protected render(): import('lit-html/lib/template-result').TemplateResult;
}

@@ -1,9 +0,9 @@

import { RippleBase } from './mwc-ripple-base.js';
import {RippleBase} from './mwc-ripple-base.js';
declare global {
interface HTMLElementTagNameMap {
'mwc-ripple': Ripple;
}
interface HTMLElementTagNameMap {
'mwc-ripple': Ripple;
}
}
export declare class Ripple extends RippleBase {
static styles: import("lit-element/lib/css-tag").CSSResult;
static styles: import('lit-element/lib/css-tag').CSSResult;
}
{
"name": "@material/mwc-ripple",
"version": "0.7.0",
"version": "0.7.1",
"description": "",
"main": "mwc-ripple.js",
"module": "mwc-ripple.js",
"repository": {

@@ -25,3 +26,3 @@ "type": "git",

},
"gitHead": "c8c5d01ad2103af63e3d7656b5d1acc5ccaa05db"
"gitHead": "f8389e38b66e6261a8578f4a748efcb7367da176"
}
import MDCRippleFoundation from '@material/ripple/foundation.js';
import { PropertyPart } from 'lit-html';
import {PropertyPart} from 'lit-html';
export interface RippleOptions {
interactionNode?: HTMLElement;
unbounded?: boolean;
disabled?: boolean;
active?: boolean;
interactionNode?: HTMLElement;
unbounded?: boolean;
disabled?: boolean;
active?: boolean;
}
export interface RippleNodeOptions extends RippleOptions {
surfaceNode: HTMLElement;
surfaceNode: HTMLElement;
}
declare global {
interface Element {
ripple?: unknown;
}
interface Element {
ripple?: unknown;
}
}

@@ -21,3 +21,4 @@ /**

*/
export declare const rippleNode: (options: RippleNodeOptions) => MDCRippleFoundation;
export declare const rippleNode: (options: RippleNodeOptions) =>
MDCRippleFoundation;
/**

@@ -28,2 +29,3 @@ * A directive that applies a Material ripple to a part node. The directive

*/
export declare const ripple: (options?: RippleOptions) => (part: PropertyPart) => void;
export declare const ripple: (options?: RippleOptions) =>
(part: PropertyPart) => void;
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