@stylexjs/stylex
Advanced tools
Comparing version 0.6.1 to 0.7.0
@@ -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; |
{ | ||
"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
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
154570
2820