Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@stylexjs/stylex

Package Overview
Dependencies
Maintainers
0
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stylexjs/stylex - npm Package Compare versions

Comparing version 0.6.1 to 0.7.0

19

lib/StyleXCSSTypes.d.ts

@@ -331,3 +331,4 @@ /**

| 'extra-expanded'
| 'ultra-expanded';
| 'ultra-expanded'
| string;
type fontStyle = 'normal' | 'italic' | 'oblique';

@@ -991,6 +992,2 @@ type fontSynthesis = 'none' | string;

borderColor?: all | borderColor;
borderEnd?: all | border;
borderEndColor?: all | borderRightColor;
borderEndStyle?: all | borderRightStyle;
borderEndWidth?: all | borderRightWidth;
borderImage?: all | borderImage;

@@ -1023,6 +1020,2 @@ borderImageOutset?: all | borderImageOutset;

borderSpacing?: all | borderSpacing;
borderStart?: all | border;
borderStartColor?: all | borderLeftColor;
borderStartStyle?: all | borderLeftStyle;
borderStartWidth?: all | borderLeftWidth;
borderStyle?: all | borderStyle;

@@ -1206,4 +1199,2 @@ borderTop?: all | border;

marginBottom?: all | marginBottom;
marginEnd?: all | marginRight;
marginHorizontal?: all | marginLeft;
marginInline?: all | marginInlineEnd;

@@ -1214,5 +1205,3 @@ marginInlineEnd?: all | marginInlineEnd;

marginRight?: all | marginRight;
marginStart?: all | marginLeft;
marginTop?: all | marginTop;
marginVertical?: all | marginTop;
marginTrim?:

@@ -1300,9 +1289,5 @@ | null

paddingBottom?: all | paddingBottom;
paddingEnd?: all | paddingBottom;
paddingHorizontal?: all | paddingLeft;
paddingLeft?: all | paddingLeft;
paddingRight?: all | paddingRight;
paddingStart?: all | paddingLeft;
paddingTop?: all | paddingTop;
paddingVertical?: all | paddingTop;
page?: all | string;

@@ -1309,0 +1294,0 @@ pageBreakAfter?: all | pageBreakAfter;

4

package.json
{
"name": "@stylexjs/stylex",
"version": "0.6.1",
"version": "0.7.0",
"description": "A library for defining styles for optimized user interfaces.",

@@ -48,3 +48,3 @@ "main": "./lib/stylex.js",

"devDependencies": {
"@stylexjs/scripts": "0.6.1",
"@stylexjs/scripts": "0.7.0",
"cross-env": "^7.0.3"

@@ -51,0 +51,0 @@ },

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