@material/rtl
Advanced tools
Comparing version 15.0.0-canary.59cf61d6b.0 to 15.0.0-canary.5a5c38538.0
@@ -6,4 +6,4 @@ # Change Log | ||
# [15.0.0-canary.59cf61d6b.0](https://github.com/material-components/material-components-web/compare/v14.0.0...v15.0.0-canary.59cf61d6b.0) (2022-07-07) | ||
# [15.0.0-canary.5a5c38538.0](https://github.com/material-components/material-components-web/compare/v14.0.0...v15.0.0-canary.5a5c38538.0) (2023-04-11) | ||
**Note:** Version bump only for package @material/rtl |
{ | ||
"name": "@material/rtl", | ||
"description": "Material Components for the web RTL Scss helpers", | ||
"version": "15.0.0-canary.59cf61d6b.0", | ||
"version": "15.0.0-canary.5a5c38538.0", | ||
"license": "MIT", | ||
@@ -19,6 +19,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@material/theme": "15.0.0-canary.59cf61d6b.0", | ||
"@material/theme": "15.0.0-canary.5a5c38538.0", | ||
"tslib": "^2.1.0" | ||
}, | ||
"gitHead": "2f27bf33b194929683b4faa9f388325b07b408b4" | ||
"gitHead": "b05f00c0040fd0d1250297d4fa4236a5b6b00b9a" | ||
} |
@@ -32,11 +32,8 @@ /** | ||
expect(css).toEqual(`.test { | ||
/* @noflip */ | ||
/*rtl:ignore*/ | ||
/* @noflip */ /*rtl:ignore*/ | ||
margin-left: 0; | ||
/* @noflip */ | ||
/*rtl:ignore*/ | ||
/* @noflip */ /*rtl:ignore*/ | ||
margin-right: 8px; | ||
/* @alternate */ | ||
/* @noflip */ | ||
/*rtl:ignore*/ | ||
/* @noflip */ /*rtl:ignore*/ | ||
margin-right: var(--margin-prop, 8px); | ||
@@ -46,11 +43,8 @@ } | ||
/*rtl:begin:ignore*/ | ||
/* @noflip */ | ||
/*rtl:ignore*/ | ||
/* @noflip */ /*rtl:ignore*/ | ||
margin-left: 8px; | ||
/* @alternate */ | ||
/* @noflip */ | ||
/*rtl:ignore*/ | ||
/* @noflip */ /*rtl:ignore*/ | ||
margin-left: var(--margin-prop, 8px); | ||
/* @noflip */ | ||
/*rtl:ignore*/ | ||
/* @noflip */ /*rtl:ignore*/ | ||
margin-right: 0; | ||
@@ -57,0 +51,0 @@ /*rtl:end:ignore*/ |
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
21848
116
+ Added@material/feature-targeting@15.0.0-canary.5a5c38538.0(transitive)
+ Added@material/theme@15.0.0-canary.5a5c38538.0(transitive)
- Removed@material/feature-targeting@15.0.0-canary.59cf61d6b.0(transitive)
- Removed@material/theme@15.0.0-canary.59cf61d6b.0(transitive)