@material/snackbar
Advanced tools
Comparing version 1.0.0-0 to 1.0.0-1
@@ -6,3 +6,3 @@ // Generated by dts-bundle v0.7.3 | ||
declare module 'mdc-snackbar' { | ||
declare module '@material/snackbar' { | ||
/** | ||
@@ -30,11 +30,11 @@ * @license | ||
*/ | ||
import * as util from 'mdc-snackbar/util'; | ||
import * as util from '@material/snackbar/util'; | ||
export { util }; | ||
export * from 'mdc-snackbar/adapter'; | ||
export * from 'mdc-snackbar/component'; | ||
export * from 'mdc-snackbar/foundation'; | ||
export * from 'mdc-snackbar/types'; | ||
export * from '@material/snackbar/adapter'; | ||
export * from '@material/snackbar/component'; | ||
export * from '@material/snackbar/foundation'; | ||
export * from '@material/snackbar/types'; | ||
} | ||
declare module 'mdc-snackbar/util' { | ||
declare module '@material/snackbar/util' { | ||
/** | ||
@@ -66,3 +66,3 @@ * @license | ||
declare module 'mdc-snackbar/adapter' { | ||
declare module '@material/snackbar/adapter' { | ||
/** | ||
@@ -86,3 +86,3 @@ * Defines the shape of the adapter expected by the foundation. | ||
declare module 'mdc-snackbar/component' { | ||
declare module '@material/snackbar/component' { | ||
/** | ||
@@ -111,4 +111,4 @@ * @license | ||
import { MDCComponent } from '@material/base/component'; | ||
import { MDCSnackbarFoundation } from 'mdc-snackbar/foundation'; | ||
import { MDCSnackbarAnnouncerFactory } from 'mdc-snackbar/types'; | ||
import { MDCSnackbarFoundation } from '@material/snackbar/foundation'; | ||
import { MDCSnackbarAnnouncerFactory } from '@material/snackbar/types'; | ||
export class MDCSnackbar extends MDCComponent<MDCSnackbarFoundation> { | ||
@@ -135,3 +135,3 @@ static attachTo(root: Element): MDCSnackbar; | ||
declare module 'mdc-snackbar/foundation' { | ||
declare module '@material/snackbar/foundation' { | ||
/** | ||
@@ -160,3 +160,3 @@ * @license | ||
import { MDCFoundation } from '@material/base/foundation'; | ||
import { MDCSnackbarAdapter } from 'mdc-snackbar/adapter'; | ||
import { MDCSnackbarAdapter } from '@material/snackbar/adapter'; | ||
export class MDCSnackbarFoundation extends MDCFoundation<MDCSnackbarAdapter> { | ||
@@ -211,3 +211,3 @@ static readonly cssClasses: { | ||
declare module 'mdc-snackbar/types' { | ||
declare module '@material/snackbar/types' { | ||
/** | ||
@@ -214,0 +214,0 @@ * @license |
{ | ||
"name": "@material/snackbar", | ||
"description": "The Material Components for the web snackbar component", | ||
"version": "1.0.0-0", | ||
"version": "1.0.0-1", | ||
"license": "MIT", | ||
@@ -20,14 +20,14 @@ "keywords": [ | ||
"dependencies": { | ||
"@material/animation": "^1.0.0-0", | ||
"@material/base": "^1.0.0-0", | ||
"@material/button": "^1.0.0-0", | ||
"@material/dom": "^1.0.0-0", | ||
"@material/icon-button": "^1.0.0-0", | ||
"@material/ripple": "^1.0.0-0", | ||
"@material/animation": "^1.0.0-1", | ||
"@material/base": "^1.0.0-1", | ||
"@material/button": "^1.0.0-1", | ||
"@material/dom": "^1.0.0-1", | ||
"@material/icon-button": "^1.0.0-1", | ||
"@material/ripple": "^1.0.0-1", | ||
"@material/rtl": "^0.42.0", | ||
"@material/shape": "^1.0.0-0", | ||
"@material/theme": "^1.0.0-0", | ||
"@material/typography": "^1.0.0-0", | ||
"@material/shape": "^1.0.0-1", | ||
"@material/theme": "^1.0.0-1", | ||
"@material/typography": "^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
546629
0
Updated@material/animation@^1.0.0-1
Updated@material/base@^1.0.0-1
Updated@material/button@^1.0.0-1
Updated@material/dom@^1.0.0-1
Updated@material/ripple@^1.0.0-1
Updated@material/shape@^1.0.0-1
Updated@material/theme@^1.0.0-1