@material/mwc-ripple
Advanced tools
Comparing version 0.3.3 to 0.3.4
@@ -1,1 +0,1 @@ | ||
export declare const style: import("lit-html/lib/template-result").TemplateResult; | ||
export declare const style: import("lit-html").TemplateResult; |
@@ -1,1 +0,1 @@ | ||
export declare const style: import("lit-html/lib/template-result").TemplateResult; | ||
export declare const style: import("lit-html").TemplateResult; |
@@ -25,5 +25,5 @@ /** | ||
protected interactionNode: HTMLElement; | ||
renderStyle(): import("lit-html/lib/template-result").TemplateResult; | ||
renderStyle(): import("lit-html").TemplateResult; | ||
connectedCallback(): void; | ||
render(): import("lit-html/lib/template-result").TemplateResult; | ||
render(): import("lit-html").TemplateResult; | ||
} | ||
@@ -30,0 +30,0 @@ declare global { |
@@ -24,3 +24,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
import { LitElement, html, property, customElement } from '@polymer/lit-element'; | ||
import { classMap } from 'lit-html/directives/classMap.js'; | ||
import { classMap } from 'lit-html/directives/class-map.js'; | ||
import { ripple } from './ripple-directive.js'; | ||
@@ -27,0 +27,0 @@ import { style } from './mwc-ripple-css.js'; |
{ | ||
"name": "@material/mwc-ripple", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"description": "", | ||
@@ -16,6 +16,6 @@ "main": "mwc-ripple.js", | ||
"dependencies": { | ||
"@material/mwc-base": "^0.3.3", | ||
"@material/mwc-base": "^0.3.4", | ||
"@material/ripple": "^0.40.0", | ||
"@polymer/lit-element": "^0.6.4", | ||
"lit-html": "^0.14.0" | ||
"@polymer/lit-element": "^0.6.5", | ||
"lit-html": "^1.0.0-rc.1" | ||
}, | ||
@@ -22,0 +22,0 @@ "publishConfig": { |
@@ -47,2 +47,2 @@ /** | ||
*/ | ||
export declare const ripple: (options?: RippleOptions) => import("lit-html/lib/directive").Directive<PropertyPart>; | ||
export declare const ripple: (options?: RippleOptions) => (part: PropertyPart) => void; |
@@ -18,3 +18,3 @@ /** | ||
import {LitElement, html, property, customElement} from '@polymer/lit-element'; | ||
import {classMap} from 'lit-html/directives/classMap.js'; | ||
import {classMap} from 'lit-html/directives/class-map.js'; | ||
import {ripple, RippleOptions} from './ripple-directive.js'; | ||
@@ -21,0 +21,0 @@ import {style} from './mwc-ripple-css.js'; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
60157
- Removedlit-html@0.14.0(transitive)
Updated@material/mwc-base@^0.3.4
Updated@polymer/lit-element@^0.6.5
Updatedlit-html@^1.0.0-rc.1