@material/shape
Advanced tools
Comparing version 15.0.0-canary.a911b386b.0 to 15.0.0-canary.a9ff9866f.0
@@ -6,4 +6,7 @@ # Change Log | ||
# [15.0.0-canary.a911b386b.0](https://github.com/material-components/material-components-web/compare/v14.0.0...v15.0.0-canary.a911b386b.0) (2022-11-28) | ||
# [15.0.0-canary.a9ff9866f.0](https://github.com/material-components/material-components-web/compare/v14.0.0...v15.0.0-canary.a9ff9866f.0) (2023-06-13) | ||
**Note:** Version bump only for package @material/shape | ||
### Features | ||
* **focus-ring:** support variable shapes in outward variant ([311ab4d](https://github.com/material-components/material-components-web/commit/311ab4d4aa4367ee99d505b89c1550cce81345e4)) |
{ | ||
"name": "@material/shape", | ||
"description": "Shape utilities for Material Components for the web", | ||
"version": "15.0.0-canary.a911b386b.0", | ||
"version": "15.0.0-canary.a9ff9866f.0", | ||
"license": "MIT", | ||
@@ -21,8 +21,8 @@ "keywords": [ | ||
"dependencies": { | ||
"@material/feature-targeting": "15.0.0-canary.a911b386b.0", | ||
"@material/rtl": "15.0.0-canary.a911b386b.0", | ||
"@material/theme": "15.0.0-canary.a911b386b.0", | ||
"@material/feature-targeting": "15.0.0-canary.a9ff9866f.0", | ||
"@material/rtl": "15.0.0-canary.a9ff9866f.0", | ||
"@material/theme": "15.0.0-canary.a9ff9866f.0", | ||
"tslib": "^2.1.0" | ||
}, | ||
"gitHead": "2487492bf1103f4c82913b328eb64ca5b71b9f5b" | ||
"gitHead": "5bed0ec6cdad0c38b52e8ac98994b2809d9c8f50" | ||
} |
@@ -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
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
32519
15
+ Added@material/feature-targeting@15.0.0-canary.a9ff9866f.0(transitive)
+ Added@material/rtl@15.0.0-canary.a9ff9866f.0(transitive)
+ Added@material/theme@15.0.0-canary.a9ff9866f.0(transitive)
- Removed@material/feature-targeting@15.0.0-canary.a911b386b.0(transitive)
- Removed@material/rtl@15.0.0-canary.a911b386b.0(transitive)
- Removed@material/theme@15.0.0-canary.a911b386b.0(transitive)
Updated@material/feature-targeting@15.0.0-canary.a9ff9866f.0