Socket
Socket
Sign inDemoInstall

@material/rtl

Package Overview
Dependencies
Maintainers
14
Versions
1662
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@material/rtl - npm Package Compare versions

Comparing version 15.0.0-canary.0e3dc8e38.0 to 15.0.0-canary.0e533c5a1.0

2

CHANGELOG.md

@@ -6,4 +6,4 @@ # 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/rtl
{
"name": "@material/rtl",
"description": "Material Components for the web RTL Scss helpers",
"version": "15.0.0-canary.0e3dc8e38.0",
"version": "15.0.0-canary.0e533c5a1.0",
"license": "MIT",

@@ -19,6 +19,6 @@ "keywords": [

"dependencies": {
"@material/theme": "15.0.0-canary.0e3dc8e38.0",
"@material/theme": "15.0.0-canary.0e533c5a1.0",
"tslib": "^2.1.0"
},
"gitHead": "51983e03d07e3c1f50454770dc24ff8d6d6f97a1"
"gitHead": "6b9b4497cc6457c9e92ab3abdaad626c73e610a4"
}

@@ -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*/

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc