@stylexjs/shared
Advanced tools
Comparing version 0.2.0-beta.20 to 0.2.0-beta.21
@@ -15,3 +15,3 @@ /** | ||
| string | ||
| { default: string; readonly [$$Key$$: string]: string }; | ||
| { readonly default: string; readonly [$$Key$$: string]: string }; | ||
}, | ||
@@ -27,3 +27,3 @@ > = Readonly</** | ||
| string | ||
| { default: string; readonly [$$Key$$: string]: string }; | ||
| { readonly default: string; readonly [$$Key$$: string]: string }; | ||
}, | ||
@@ -30,0 +30,0 @@ >( |
@@ -12,6 +12,3 @@ /** | ||
| T | ||
| Readonly<{ | ||
readonly default: T; | ||
readonly [$$Key$$: string]: ValueWithDefault<T>; | ||
}>; | ||
| Readonly<{ default: T; [$$Key$$: string]: ValueWithDefault<T> }>; | ||
type CSSSyntax = | ||
@@ -18,0 +15,0 @@ | '*' |
{ | ||
"name": "@stylexjs/shared", | ||
"version": "0.2.0-beta.20", | ||
"version": "0.2.0-beta.21", | ||
"main": "lib/index.js", | ||
@@ -16,3 +16,3 @@ "repository": "https://www.github.com/facebook/stylex", | ||
"devDependencies": { | ||
"@stylexjs/scripts": "0.2.0-beta.20" | ||
"@stylexjs/scripts": "0.2.0-beta.21" | ||
}, | ||
@@ -19,0 +19,0 @@ "jest": { |
Sorry, the diff of this file is not supported yet
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
205216
3815