@stylexjs/stylex
Advanced tools
Comparing version 0.9.3 to 0.10.0-beta.1
@@ -400,2 +400,3 @@ /** | ||
type inlineSize = width; | ||
type interpolateSize = 'allow-keywords' | 'numeric-only'; | ||
type isolation = 'auto' | 'isolate'; | ||
@@ -1191,2 +1192,3 @@ type justifyContent = | ||
inlineSize?: all | inlineSize; | ||
interpolateSize?: all | interpolateSize; | ||
inset?: all | number | string; | ||
@@ -1193,0 +1195,0 @@ insetBlock?: all | number | string; |
{ | ||
"name": "@stylexjs/stylex", | ||
"version": "0.9.3", | ||
"version": "0.10.0-beta.1", | ||
"description": "A library for defining styles for optimized user interfaces.", | ||
@@ -48,3 +48,3 @@ "main": "./lib/stylex.js", | ||
"devDependencies": { | ||
"@stylexjs/scripts": "0.9.3", | ||
"@stylexjs/scripts": "0.10.0-beta.1", | ||
"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
155126
2817