@material/switch
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-switch' { | ||
declare module '@material/switch' { | ||
/** | ||
@@ -31,8 +31,8 @@ * @license | ||
*/ | ||
export * from 'mdc-switch/adapter'; | ||
export * from 'mdc-switch/component'; | ||
export * from 'mdc-switch/foundation'; | ||
export * from '@material/switch/adapter'; | ||
export * from '@material/switch/component'; | ||
export * from '@material/switch/foundation'; | ||
} | ||
declare module 'mdc-switch/adapter' { | ||
declare module '@material/switch/adapter' { | ||
/** | ||
@@ -65,3 +65,3 @@ * Defines the shape of the adapter expected by the foundation. | ||
declare module 'mdc-switch/component' { | ||
declare module '@material/switch/component' { | ||
/** | ||
@@ -91,3 +91,3 @@ * @license | ||
import { MDCRipple, MDCRippleCapableSurface } from '@material/ripple/index'; | ||
import { MDCSwitchFoundation } from 'mdc-switch/foundation'; | ||
import { MDCSwitchFoundation } from '@material/switch/foundation'; | ||
/** | ||
@@ -110,3 +110,3 @@ * An implementation of the switch component defined by the Material Design spec. | ||
declare module 'mdc-switch/foundation' { | ||
declare module '@material/switch/foundation' { | ||
/** | ||
@@ -135,3 +135,3 @@ * @license | ||
import { MDCFoundation } from '@material/base/foundation'; | ||
import { MDCSwitchAdapter } from 'mdc-switch/adapter'; | ||
import { MDCSwitchAdapter } from '@material/switch/adapter'; | ||
/** | ||
@@ -138,0 +138,0 @@ * Foundation for the MDC Switch. Encapsulates business logic for the switch. |
{ | ||
"name": "@material/switch", | ||
"description": "The Material Components for the web switch component", | ||
"version": "1.0.0-0", | ||
"version": "1.0.0-1", | ||
"license": "MIT", | ||
@@ -20,10 +20,10 @@ "keywords": [ | ||
"dependencies": { | ||
"@material/animation": "^1.0.0-0", | ||
"@material/base": "^1.0.0-0", | ||
"@material/dom": "^1.0.0-0", | ||
"@material/elevation": "^1.0.0-0", | ||
"@material/animation": "^1.0.0-1", | ||
"@material/base": "^1.0.0-1", | ||
"@material/dom": "^1.0.0-1", | ||
"@material/elevation": "^1.0.0-1", | ||
"@material/feature-targeting": "^0.44.1", | ||
"@material/ripple": "^1.0.0-0", | ||
"@material/ripple": "^1.0.0-1", | ||
"@material/rtl": "^0.42.0", | ||
"@material/theme": "^1.0.0-0", | ||
"@material/theme": "^1.0.0-1", | ||
"tslib": "^1.9.3" | ||
@@ -30,0 +30,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
685576
Updated@material/animation@^1.0.0-1
Updated@material/base@^1.0.0-1
Updated@material/dom@^1.0.0-1
Updated@material/elevation@^1.0.0-1
Updated@material/ripple@^1.0.0-1
Updated@material/theme@^1.0.0-1