@vanilla-extract/dynamic
Advanced tools
Comparing version
@@ -1,4 +0,2 @@ | ||
type VarFunctionNoFallback = `var(--${string})`; | ||
type VarFunctionWithFallback = `var(--${string}, ${string})`; | ||
type CSSVarFunction = VarFunctionNoFallback | VarFunctionWithFallback; | ||
type CSSVarFunction = `var(--${string})` | `var(--${string}, ${string})`; | ||
type Contract = { | ||
@@ -5,0 +3,0 @@ [key: string]: CSSVarFunction | null | Contract; |
{ | ||
"name": "@vanilla-extract/dynamic", | ||
"version": "2.1.3-css-var-type-perf-20250305040019", | ||
"version": "2.1.3-css-var-type-perf-20250305045302", | ||
"description": "Zero-runtime Stylesheets-in-TypeScript", | ||
@@ -28,7 +28,7 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@vanilla-extract/private": "^1.0.7-css-var-type-perf-20250305040019" | ||
"@vanilla-extract/private": "^1.0.7-css-var-type-perf-20250305045302" | ||
}, | ||
"devDependencies": { | ||
"@vanilla-extract/css": "^1.17.2-css-var-type-perf-20250305040019" | ||
"@vanilla-extract/css": "^1.17.2-css-var-type-perf-20250305045302" | ||
} | ||
} |
11495
-0.93%190
-1.04%