@vanilla-extract/private
Advanced tools
Comparing version 1.0.6 to 1.0.7-css-var-type-perf-20250305040019
@@ -1,2 +0,4 @@ | ||
type CSSVarFunction = `var(--${string})` | `var(--${string}, ${string | number})`; | ||
type VarFunctionNoFallback = `var(--${string})`; | ||
type VarFunctionWithFallback = `var(--${string}, ${string})`; | ||
type CSSVarFunction = VarFunctionNoFallback | VarFunctionWithFallback; | ||
type Contract = { | ||
@@ -3,0 +5,0 @@ [key: string]: CSSVarFunction | null | Contract; |
{ | ||
"name": "@vanilla-extract/private", | ||
"version": "1.0.6", | ||
"version": "1.0.7-css-var-type-perf-20250305040019", | ||
"description": "Zero-runtime Stylesheets-in-TypeScript", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
9974
134
2