@material/menu-surface
Advanced tools
Comparing version 2.3.0 to 3.0.0-alpha.0
{ | ||
"name": "@material/menu-surface", | ||
"version": "2.3.0", | ||
"version": "3.0.0-alpha.0", | ||
"description": "The Material Components for the web menu surface component", | ||
@@ -22,7 +22,7 @@ "license": "MIT", | ||
"@material/base": "^1.0.0", | ||
"@material/elevation": "^1.1.0", | ||
"@material/elevation": "^3.0.0-alpha.0", | ||
"@material/feature-targeting": "^0.44.1", | ||
"@material/rtl": "^0.42.0", | ||
"@material/shape": "^1.1.1", | ||
"@material/theme": "^1.1.0", | ||
"@material/shape": "^3.0.0-alpha.0", | ||
"@material/theme": "^3.0.0-alpha.0", | ||
"tslib": "^1.9.3" | ||
@@ -32,3 +32,4 @@ }, | ||
"access": "public" | ||
} | ||
}, | ||
"gitHead": "094e507fcfb488303e5adec97f7f985b30e8567e" | ||
} |
@@ -209,6 +209,2 @@ <!--docs: | ||
`restoreFocus() => void` | Restores the previously saved focus state, by making the previously focused element the active focus again. | ||
`isFirstElementFocused() => boolean` | Returns a boolean value indicating if the first focusable element of the menu-surface is focused. | ||
`isLastElementFocused() => boolean` | Returns a boolean value indicating if the last focusable element of the menu-surface is focused. | ||
`focusFirstElement() => void` | Focuses the first focusable element of the menu-surface. | ||
`focusLastElement() => void` | Focuses the last focusable element of the menu-surface. | ||
`getInnerDimensions() => MDCMenuDimensions` | Returns an object with the items container width and height. | ||
@@ -215,0 +211,0 @@ `getAnchorDimensions() => ClientRect \| null` | Returns an object with the dimensions and position of the anchor. |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
501370
36
0
2
232
+ Added@material/animation@3.1.0(transitive)
+ Added@material/elevation@3.1.0(transitive)
+ Added@material/feature-targeting@3.1.0(transitive)
+ Added@material/shape@3.1.0(transitive)
+ Added@material/theme@3.1.0(transitive)
- Removed@material/elevation@1.1.0(transitive)
- Removed@material/shape@1.1.1(transitive)
- Removed@material/theme@1.1.0(transitive)