Socket
Book a DemoInstallSign in
Socket

@vanilla-extract/private

Package Overview
Dependencies
Maintainers
4
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vanilla-extract/private - npm Package Compare versions

Comparing version

to
1.0.7-css-var-type-perf-20250305040019

4

dist/vanilla-extract-private.cjs.d.ts

@@ -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,