@stylexjs/stylex
Advanced tools
Comparing version 0.2.0-beta.14 to 0.2.0-beta.15
@@ -20,2 +20,3 @@ /** | ||
type DedupeStyles = Readonly<{ | ||
$$css: true; | ||
[key: string]: string | Readonly<{ [key: string]: string }>; | ||
@@ -22,0 +23,0 @@ }>; |
{ | ||
"name": "@stylexjs/stylex", | ||
"version": "0.2.0-beta.14", | ||
"version": "0.2.0-beta.15", | ||
"description": "A library for defining styles for optimized user interfaces.", | ||
@@ -23,3 +23,3 @@ "main": "lib/stylex.js", | ||
"devDependencies": { | ||
"@stylexjs/scripts": "0.2.0-beta.14" | ||
"@stylexjs/scripts": "0.2.0-beta.15" | ||
}, | ||
@@ -26,0 +26,0 @@ "jest": {}, |
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
148299
2732