@material/drawer
Advanced tools
Comparing version 0.5.5 to 0.5.6
{ | ||
"name": "@material/drawer", | ||
"version": "0.5.5", | ||
"version": "0.5.6", | ||
"description": "The Material Components Web drawer component", | ||
@@ -19,3 +19,3 @@ "license": "Apache-2.0", | ||
"@material/animation": "^0.3.1", | ||
"@material/base": "^0.2.4", | ||
"@material/base": "^0.2.5", | ||
"@material/elevation": "^0.1.11", | ||
@@ -22,0 +22,0 @@ "@material/rtl": "^0.1.7", |
@@ -148,3 +148,3 @@ <!--docs: | ||
```javascript | ||
import {MDCPersistentDrawer, MDCPersistentDrawerFoundation, util} from 'mdc-drawer'; | ||
import {MDCPersistentDrawer, MDCPersistentDrawerFoundation, util} from '@material/drawer'; | ||
``` | ||
@@ -193,3 +193,3 @@ | ||
```javascript | ||
import {MDCPersistentDrawer} from 'mdc-drawer'; | ||
import {MDCPersistentDrawer} from '@material/drawer'; | ||
@@ -340,3 +340,3 @@ const drawer = new MDCPersistentDrawer(document.querySelector('.mdc-persistent-drawer')); | ||
```javascript | ||
import {MDCTemporaryDrawer, MDCTemporaryDrawerFoundation, util} from 'mdc-drawer'; | ||
import {MDCTemporaryDrawer, MDCTemporaryDrawerFoundation, util} from '@material/drawer'; | ||
``` | ||
@@ -385,3 +385,3 @@ | ||
```javascript | ||
import {MDCTemporaryDrawer} from 'mdc-drawer'; | ||
import {MDCTemporaryDrawer} from '@material/drawer'; | ||
@@ -388,0 +388,0 @@ const drawer = new MDCTemporaryDrawer(document.querySelector('.mdc-temporary-drawer')); |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
214528
0
Updated@material/base@^0.2.5