@vanilla-extract/private
Advanced tools
Comparing version 1.0.7-css-var-type-perf-20250305040019 to 1.0.7-css-var-type-perf-20250305045302
@@ -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/private", | ||
"version": "1.0.7-css-var-type-perf-20250305040019", | ||
"version": "1.0.7-css-var-type-perf-20250305045302", | ||
"description": "Zero-runtime Stylesheets-in-TypeScript", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
9866
132