Socket
Socket
Sign inDemoInstall

@material/rtl

Package Overview
Dependencies
Maintainers
12
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 0.35.0 to 0.36.0

2

package.json
{
"name": "@material/rtl",
"description": "Material Components for the web RTL Scss helpers",
"version": "0.35.0",
"version": "0.36.0",
"license": "Apache-2.0",

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

@@ -17,3 +17,3 @@ <!--docs:

<li class="icon-list-item icon-list-item--spec">
<a href="https://material.io/guidelines/usability/bidirectionality.html">Material Design guidelines: Bidirectionality</a>
<a href="https://material.io/go/design-bidirectionality">Material Design guidelines: Bidirectionality</a>
</li>

@@ -44,2 +44,3 @@ </ul>

| `mdc-rtl-reflexive-position($position-property, $value, $root-selector)` | Applies the value to the specified position in a LTR context, and flips the direction in an RTL context. `$position-property` is a horizontal position, either "left" or "right". |
| `mdc-rtl-reflexive($left-property, $left-value, $right-property, $right-value, $root-selector)` | Applies the pair of property values to the specified position in a LTR context, and flips the direction in an RTL context. |

@@ -46,0 +47,0 @@ **A note about [dir="rtl"]**: `mdc-rtl($root-selector)` checks for `[dir="rtl"]` on the ancestor element. This works in most cases, it will sometimes lead to false negatives for more complex layouts, e.g.

Sorry, the diff of this file is not supported yet

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