@stylexjs/stylex
Advanced tools
Comparing version 0.7.3 to 0.7.4
@@ -537,7 +537,7 @@ /** | ||
type outlineWidth = borderWidth; | ||
type overflow = 'visible' | 'hidden' | 'scroll' | 'auto'; | ||
type overflow = 'visible' | 'hidden' | 'clip' | 'scroll' | 'auto'; | ||
type overflowAnchor = 'auto' | 'none'; | ||
type overflowWrap = 'normal' | 'break-word'; | ||
type overflowX = 'visible' | 'hidden' | 'scroll' | 'auto'; | ||
type overflowY = 'visible' | 'hidden' | 'scroll' | 'auto'; | ||
type overflowX = overflow; | ||
type overflowY = overflow; | ||
type overscrollBehavior = 'none' | 'contain' | 'auto'; | ||
@@ -544,0 +544,0 @@ type overscrollBehaviorX = 'none' | 'contain' | 'auto'; |
{ | ||
"name": "@stylexjs/stylex", | ||
"version": "0.7.3", | ||
"version": "0.7.4", | ||
"description": "A library for defining styles for optimized user interfaces.", | ||
@@ -48,3 +48,3 @@ "main": "./lib/stylex.js", | ||
"devDependencies": { | ||
"@stylexjs/scripts": "0.7.3", | ||
"@stylexjs/scripts": "0.7.4", | ||
"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
154460