@material/mwc-menu
Advanced tools
Comparing version 0.15.0-canary.3a6e481a.0 to 0.15.0-canary.603d6eb3.0
{ | ||
"name": "@material/mwc-menu", | ||
"version": "0.15.0-canary.3a6e481a.0", | ||
"version": "0.15.0-canary.603d6eb3.0", | ||
"description": "", | ||
@@ -13,6 +13,6 @@ "main": "mwc-menu.js", | ||
"dependencies": { | ||
"@material/menu": "=6.0.0-canary.cafe18860.0", | ||
"@material/menu-surface": "=6.0.0-canary.cafe18860.0", | ||
"@material/mwc-base": "0.15.0-canary.3a6e481a.0", | ||
"@material/mwc-list": "0.15.0-canary.3a6e481a.0", | ||
"@material/menu": "=6.0.0-canary.35a32aaea.0", | ||
"@material/menu-surface": "=6.0.0-canary.35a32aaea.0", | ||
"@material/mwc-base": "0.15.0-canary.603d6eb3.0", | ||
"@material/mwc-list": "0.15.0-canary.603d6eb3.0", | ||
"lit-element": "^2.3.0", | ||
@@ -25,3 +25,3 @@ "lit-html": "^1.1.2", | ||
}, | ||
"gitHead": "0d89a3406dea7d2d2540aaeb339072cc01d18e2a" | ||
"gitHead": "c12dabbae50536d5adf2b5a785d4a5009e53208f" | ||
} |
@@ -8,3 +8,3 @@ # `<mwc-menu>` [![Published on npm](https://img.shields.io/npm/v/@material/mwc-menu.svg)](https://www.npmjs.com/package/@material/mwc-menu) | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/0d89a3406dea7d2d2540aaeb339072cc01d18e2a/packages/menu/images/header.png" width="240px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/c12dabbae50536d5adf2b5a785d4a5009e53208f/packages/menu/images/header.png" width="240px"> | ||
@@ -35,3 +35,3 @@ [Material Design Guidelines: menus](https://material.io/design/components/menus.html) | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/0d89a3406dea7d2d2540aaeb339072cc01d18e2a/packages/menu/images/basic.png" width="160px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/c12dabbae50536d5adf2b5a785d4a5009e53208f/packages/menu/images/basic.png" width="160px"> | ||
@@ -65,3 +65,3 @@ ```html | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/0d89a3406dea7d2d2540aaeb339072cc01d18e2a/packages/menu/images/activatable.png" width="152px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/c12dabbae50536d5adf2b5a785d4a5009e53208f/packages/menu/images/activatable.png" width="152px"> | ||
@@ -82,3 +82,3 @@ ```html | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/0d89a3406dea7d2d2540aaeb339072cc01d18e2a/packages/menu/images/multi.png" width="152px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/c12dabbae50536d5adf2b5a785d4a5009e53208f/packages/menu/images/multi.png" width="152px"> | ||
@@ -99,3 +99,3 @@ ```html | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/0d89a3406dea7d2d2540aaeb339072cc01d18e2a/packages/menu/images/absolute.png" width="155px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/c12dabbae50536d5adf2b5a785d4a5009e53208f/packages/menu/images/absolute.png" width="155px"> | ||
@@ -121,3 +121,3 @@ ```html | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/0d89a3406dea7d2d2540aaeb339072cc01d18e2a/packages/menu/images/fixed.png" width="154px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/c12dabbae50536d5adf2b5a785d4a5009e53208f/packages/menu/images/fixed.png" width="154px"> | ||
@@ -153,3 +153,3 @@ ```html | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/0d89a3406dea7d2d2540aaeb339072cc01d18e2a/packages/menu/images/selection_group.png" width="170px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/c12dabbae50536d5adf2b5a785d4a5009e53208f/packages/menu/images/selection_group.png" width="170px"> | ||
@@ -198,3 +198,3 @@ ```html | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/0d89a3406dea7d2d2540aaeb339072cc01d18e2a/packages/menu/images/styled.png" width="234px"> | ||
<img src="https://raw.githubusercontent.com/material-components/material-components-web-components/c12dabbae50536d5adf2b5a785d4a5009e53208f/packages/menu/images/styled.png" width="234px"> | ||
@@ -304,3 +304,3 @@ ```html | ||
| `--mdc-menu-max-width` | `auto` | Menu max-width. | ||
| `--mdc-theme-surface` | ![](https://raw.githubusercontent.com/material-components/material-components-web-components/0d89a3406dea7d2d2540aaeb339072cc01d18e2a/packages/menu/images/color_fff.png) `#fff` | Color of the menu surface. | ||
| `--mdc-theme-surface` | ![](https://raw.githubusercontent.com/material-components/material-components-web-components/c12dabbae50536d5adf2b5a785d4a5009e53208f/packages/menu/images/color_fff.png) `#fff` | Color of the menu surface. | ||
@@ -307,0 +307,0 @@ `mwc-menu` internally uses |
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
+ Added@material/mwc-base@0.15.0-canary.603d6eb3.0(transitive)
+ Added@material/mwc-checkbox@0.15.0-canary.603d6eb3.0(transitive)
+ Added@material/mwc-list@0.15.0-canary.603d6eb3.0(transitive)
+ Added@material/mwc-radio@0.15.0-canary.603d6eb3.0(transitive)
+ Added@material/mwc-ripple@0.15.0-canary.603d6eb3.0(transitive)
- Removed@material/mwc-base@0.15.0-canary.3a6e481a.0(transitive)
- Removed@material/mwc-checkbox@0.15.0-canary.3a6e481a.0(transitive)
- Removed@material/mwc-list@0.15.0-canary.3a6e481a.0(transitive)
- Removed@material/mwc-radio@0.15.0-canary.3a6e481a.0(transitive)
- Removed@material/mwc-ripple@0.15.0-canary.3a6e481a.0(transitive)