Socket
Socket
Sign inDemoInstall

@vanilla-extract/css

Package Overview
Dependencies
Maintainers
4
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vanilla-extract/css - npm Package Compare versions

Comparing version 0.4.2 to 0.4.3

6

CHANGELOG.md
# @vanilla-extract/css
## 0.4.3
### Patch Changes
- [#95](https://github.com/seek-oss/vanilla-extract/pull/95) [`f9ca82b`](https://github.com/seek-oss/vanilla-extract/commit/f9ca82b908b720785df271ed18d7abe048191759) Thanks [@mattcompiles](https://github.com/mattcompiles)! - Fix fallbackVar type defintion
## 0.4.2

@@ -4,0 +10,0 @@

2

dist/declarations/src/vars.d.ts
import { Contract, MapLeafNodes } from '@vanilla-extract/private';
import { CSSVarFunction, ThemeVars } from './types';
export declare function createVar(debugId?: string): CSSVarFunction;
export declare function fallbackVar(...values: [...Array<string>, string]): CSSVarFunction;
export declare function fallbackVar(...values: [string, ...Array<string>]): CSSVarFunction;
export declare function assignVars<VarContract extends Contract>(varContract: VarContract, tokens: MapLeafNodes<VarContract, string>): Record<CSSVarFunction, string>;
export declare function createThemeContract<ThemeContract extends Contract>(themeContract: ThemeContract): ThemeVars<ThemeContract>;
{
"name": "@vanilla-extract/css",
"version": "0.4.2",
"version": "0.4.3",
"description": "Zero-runtime Stylesheets-in-TypeScript",

@@ -5,0 +5,0 @@ "sideEffects": true,

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc