@material/line-ripple
Advanced tools
Comparing version 1.0.0-0 to 1.0.0-1
@@ -7,3 +7,3 @@ // Generated by dts-bundle v0.7.3 | ||
declare module 'mdc-line-ripple' { | ||
declare module '@material/line-ripple' { | ||
/** | ||
@@ -31,8 +31,8 @@ * @license | ||
*/ | ||
export * from 'mdc-line-ripple/adapter'; | ||
export * from 'mdc-line-ripple/component'; | ||
export * from 'mdc-line-ripple/foundation'; | ||
export * from '@material/line-ripple/adapter'; | ||
export * from '@material/line-ripple/component'; | ||
export * from '@material/line-ripple/foundation'; | ||
} | ||
declare module 'mdc-line-ripple/adapter' { | ||
declare module '@material/line-ripple/adapter' { | ||
/** | ||
@@ -93,3 +93,3 @@ * @license | ||
declare module 'mdc-line-ripple/component' { | ||
declare module '@material/line-ripple/component' { | ||
/** | ||
@@ -118,3 +118,3 @@ * @license | ||
import { MDCComponent } from '@material/base/component'; | ||
import { MDCLineRippleFoundation } from 'mdc-line-ripple/foundation'; | ||
import { MDCLineRippleFoundation } from '@material/line-ripple/foundation'; | ||
export type MDCLineRippleFactory = (el: Element, foundation?: MDCLineRippleFoundation) => MDCLineRipple; | ||
@@ -140,3 +140,3 @@ export class MDCLineRipple extends MDCComponent<MDCLineRippleFoundation> { | ||
declare module 'mdc-line-ripple/foundation' { | ||
declare module '@material/line-ripple/foundation' { | ||
/** | ||
@@ -165,3 +165,3 @@ * @license | ||
import { MDCFoundation } from '@material/base/foundation'; | ||
import { MDCLineRippleAdapter } from 'mdc-line-ripple/adapter'; | ||
import { MDCLineRippleAdapter } from '@material/line-ripple/adapter'; | ||
export class MDCLineRippleFoundation extends MDCFoundation<MDCLineRippleAdapter> { | ||
@@ -168,0 +168,0 @@ static readonly cssClasses: { |
{ | ||
"name": "@material/line-ripple", | ||
"description": "The Material Components for the web line-ripple component", | ||
"version": "1.0.0-0", | ||
"version": "1.0.0-1", | ||
"license": "MIT", | ||
@@ -24,7 +24,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@material/animation": "^1.0.0-0", | ||
"@material/base": "^1.0.0-0", | ||
"@material/theme": "^1.0.0-0", | ||
"@material/animation": "^1.0.0-1", | ||
"@material/base": "^1.0.0-1", | ||
"@material/theme": "^1.0.0-1", | ||
"tslib": "^1.9.3" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
273535
0
Updated@material/animation@^1.0.0-1
Updated@material/base@^1.0.0-1
Updated@material/theme@^1.0.0-1