@material/shape
Advanced tools
Comparing version 15.0.0-canary.eb103d4b5.0 to 15.0.0-canary.ebb636f3d.0
@@ -6,4 +6,7 @@ # Change Log | ||
# [15.0.0-canary.eb103d4b5.0](https://github.com/material-components/material-components-web/compare/v14.0.0...v15.0.0-canary.eb103d4b5.0) (2022-10-31) | ||
# [15.0.0-canary.ebb636f3d.0](https://github.com/material-components/material-components-web/compare/v14.0.0...v15.0.0-canary.ebb636f3d.0) (2023-09-29) | ||
**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.eb103d4b5.0", | ||
"version": "15.0.0-canary.ebb636f3d.0", | ||
"license": "MIT", | ||
@@ -21,8 +21,8 @@ "keywords": [ | ||
"dependencies": { | ||
"@material/feature-targeting": "15.0.0-canary.eb103d4b5.0", | ||
"@material/rtl": "15.0.0-canary.eb103d4b5.0", | ||
"@material/theme": "15.0.0-canary.eb103d4b5.0", | ||
"@material/feature-targeting": "15.0.0-canary.ebb636f3d.0", | ||
"@material/rtl": "15.0.0-canary.ebb636f3d.0", | ||
"@material/theme": "15.0.0-canary.ebb636f3d.0", | ||
"tslib": "^2.1.0" | ||
}, | ||
"gitHead": "6fd82c2abdb8567ca00c6847142375ca8ac18b90" | ||
"gitHead": "6f62607a00dd885ebbe422b247dc4acc1ded22cb" | ||
} |
@@ -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
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.ebb636f3d.0(transitive)
+ Added@material/rtl@15.0.0-canary.ebb636f3d.0(transitive)
+ Added@material/theme@15.0.0-canary.ebb636f3d.0(transitive)
- Removed@material/feature-targeting@15.0.0-canary.eb103d4b5.0(transitive)
- Removed@material/rtl@15.0.0-canary.eb103d4b5.0(transitive)
- Removed@material/theme@15.0.0-canary.eb103d4b5.0(transitive)
Updated@material/feature-targeting@15.0.0-canary.ebb636f3d.0