@vanilla-extract/css
Advanced tools
Comparing version 1.17.1 to 1.17.2-css-var-type-perf-20250305040019
import { AtRule, Properties } from 'csstype'; | ||
type CSSVarFunction = `var(--${string})` | `var(--${string}, ${string | number})`; | ||
type VarFunctionNoFallback = `var(--${string})`; | ||
type VarFunctionWithFallback = `var(--${string}, ${string})`; | ||
type CSSVarFunction = VarFunctionNoFallback | VarFunctionWithFallback; | ||
@@ -5,0 +7,0 @@ declare const simplePseudoMap: { |
import { Properties, AtRule } from 'csstype'; | ||
type CSSVarFunction = `var(--${string})` | `var(--${string}, ${string | number})`; | ||
type VarFunctionNoFallback = `var(--${string})`; | ||
type VarFunctionWithFallback = `var(--${string}, ${string})`; | ||
type CSSVarFunction = VarFunctionNoFallback | VarFunctionWithFallback; | ||
type Contract = { | ||
@@ -5,0 +7,0 @@ [key: string]: CSSVarFunction | null | Contract; |
{ | ||
"name": "@vanilla-extract/css", | ||
"version": "1.17.1", | ||
"version": "1.17.2-css-var-type-perf-20250305040019", | ||
"description": "Zero-runtime Stylesheets-in-TypeScript", | ||
@@ -130,3 +130,3 @@ "sideEffects": true, | ||
"picocolors": "^1.0.0", | ||
"@vanilla-extract/private": "^1.0.6" | ||
"@vanilla-extract/private": "^1.0.7-css-var-type-perf-20250305040019" | ||
}, | ||
@@ -133,0 +133,0 @@ "devDependencies": { |
import { AtRule, Properties } from 'csstype'; | ||
type CSSVarFunction = `var(--${string})` | `var(--${string}, ${string | number})`; | ||
type VarFunctionNoFallback = `var(--${string})`; | ||
type VarFunctionWithFallback = `var(--${string}, ${string})`; | ||
type CSSVarFunction = VarFunctionNoFallback | VarFunctionWithFallback; | ||
@@ -5,0 +7,0 @@ declare const simplePseudoMap: { |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
346034
9079
2
+ Added@vanilla-extract/private@1.0.7-css-var-type-perf-20250305045302(transitive)
- Removed@vanilla-extract/private@1.0.6(transitive)
Updated@vanilla-extract/private@^1.0.7-css-var-type-perf-20250305040019