@material/touch-target
Advanced tools
Comparing version 15.0.0-canary.0e3dc8e38.0 to 15.0.0-canary.0e533c5a1.0
@@ -6,4 +6,12 @@ # Change Log | ||
# [15.0.0-canary.0e3dc8e38.0](https://github.com/material-components/material-components-web/compare/v14.0.0...v15.0.0-canary.0e3dc8e38.0) (2022-08-11) | ||
# [15.0.0-canary.0e533c5a1.0](https://github.com/material-components/material-components-web/compare/v14.0.0...v15.0.0-canary.0e533c5a1.0) (2023-05-05) | ||
**Note:** Version bump only for package @material/touch-target | ||
### Bug Fixes | ||
* **touch-target:** touch-target mixin now works as expected also when the arguments are custom property strings. ([0e89aab](https://github.com/material-components/material-components-web/commit/0e89aab6b1651c9a22e6caa3c9a9f4b023ff61c3)) | ||
### Features | ||
* **touch-target:** margin mixin now also allows custom property maps as arguments. ([dd99c87](https://github.com/material-components/material-components-web/commit/dd99c87645f91ff535df8d50be84ffcfd643ae47)) |
{ | ||
"name": "@material/touch-target", | ||
"description": "Touch target mixins and variables for Material Components for the web", | ||
"version": "15.0.0-canary.0e3dc8e38.0", | ||
"version": "15.0.0-canary.0e533c5a1.0", | ||
"license": "MIT", | ||
@@ -19,5 +19,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@material/base": "15.0.0-canary.0e3dc8e38.0", | ||
"@material/feature-targeting": "15.0.0-canary.0e3dc8e38.0", | ||
"@material/rtl": "15.0.0-canary.0e3dc8e38.0", | ||
"@material/base": "15.0.0-canary.0e533c5a1.0", | ||
"@material/feature-targeting": "15.0.0-canary.0e533c5a1.0", | ||
"@material/rtl": "15.0.0-canary.0e533c5a1.0", | ||
"@material/theme": "15.0.0-canary.0e533c5a1.0", | ||
"tslib": "^2.1.0" | ||
@@ -28,3 +29,3 @@ }, | ||
}, | ||
"gitHead": "51983e03d07e3c1f50454770dc24ff8d6d6f97a1" | ||
"gitHead": "6b9b4497cc6457c9e92ab3abdaad626c73e610a4" | ||
} |
@@ -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
16722
5
13
+ Added@material/base@15.0.0-canary.0e533c5a1.0(transitive)
+ Added@material/feature-targeting@15.0.0-canary.0e533c5a1.0(transitive)
+ Added@material/rtl@15.0.0-canary.0e533c5a1.0(transitive)
+ Added@material/theme@15.0.0-canary.0e533c5a1.0(transitive)
- Removed@material/base@15.0.0-canary.0e3dc8e38.0(transitive)
- Removed@material/feature-targeting@15.0.0-canary.0e3dc8e38.0(transitive)
- Removed@material/rtl@15.0.0-canary.0e3dc8e38.0(transitive)
- Removed@material/theme@15.0.0-canary.0e3dc8e38.0(transitive)
Updated@material/feature-targeting@15.0.0-canary.0e533c5a1.0