@material/elevation
Advanced tools
Comparing version 15.0.0-canary.a02fe49d3.0 to 15.0.0-canary.a094dd9c1.0
@@ -6,4 +6,7 @@ # Change Log | ||
# [15.0.0-canary.a02fe49d3.0](https://github.com/material-components/material-components-web/compare/v14.0.0...v15.0.0-canary.a02fe49d3.0) (2022-07-06) | ||
# [15.0.0-canary.a094dd9c1.0](https://github.com/material-components/material-components-web/compare/v14.0.0...v15.0.0-canary.a094dd9c1.0) (2023-04-14) | ||
**Note:** Version bump only for package @material/elevation | ||
### Features | ||
* add elevation theming to menu ([86bde5c](https://github.com/material-components/material-components-web/commit/86bde5c063e806f975d836d6a875f2fdaa7cdc67)) |
{ | ||
"name": "@material/elevation", | ||
"description": "Material Components for the web mixins + CSS Classes for Material Design elevation", | ||
"version": "15.0.0-canary.a02fe49d3.0", | ||
"version": "15.0.0-canary.a094dd9c1.0", | ||
"license": "MIT", | ||
@@ -18,10 +18,10 @@ "keywords": [ | ||
"dependencies": { | ||
"@material/animation": "15.0.0-canary.a02fe49d3.0", | ||
"@material/base": "15.0.0-canary.a02fe49d3.0", | ||
"@material/feature-targeting": "15.0.0-canary.a02fe49d3.0", | ||
"@material/rtl": "15.0.0-canary.a02fe49d3.0", | ||
"@material/theme": "15.0.0-canary.a02fe49d3.0", | ||
"@material/animation": "15.0.0-canary.a094dd9c1.0", | ||
"@material/base": "15.0.0-canary.a094dd9c1.0", | ||
"@material/feature-targeting": "15.0.0-canary.a094dd9c1.0", | ||
"@material/rtl": "15.0.0-canary.a094dd9c1.0", | ||
"@material/theme": "15.0.0-canary.a094dd9c1.0", | ||
"tslib": "^2.1.0" | ||
}, | ||
"gitHead": "8304e794f430681d03b9d2d3193e635a072f2d8a" | ||
"gitHead": "aa5164e66f4afe6547ceeadc8a793bb4f489ff5f" | ||
} |
@@ -27,2 +27,3 @@ /** | ||
import * as path from 'path'; | ||
import {expectStylesWithNoFeaturesToBeEmpty} from '../../../testing/featuretargeting'; | ||
@@ -29,0 +30,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
100531
22
135
+ Added@material/animation@15.0.0-canary.a094dd9c1.0(transitive)
+ Added@material/base@15.0.0-canary.a094dd9c1.0(transitive)
+ Added@material/feature-targeting@15.0.0-canary.a094dd9c1.0(transitive)
+ Added@material/rtl@15.0.0-canary.a094dd9c1.0(transitive)
+ Added@material/theme@15.0.0-canary.a094dd9c1.0(transitive)
- Removed@material/animation@15.0.0-canary.a02fe49d3.0(transitive)
- Removed@material/base@15.0.0-canary.a02fe49d3.0(transitive)
- Removed@material/feature-targeting@15.0.0-canary.a02fe49d3.0(transitive)
- Removed@material/rtl@15.0.0-canary.a02fe49d3.0(transitive)
- Removed@material/theme@15.0.0-canary.a02fe49d3.0(transitive)
Updated@material/feature-targeting@15.0.0-canary.a094dd9c1.0