Socket
Socket
Sign inDemoInstall

@vanilla-extract/recipes

Package Overview
Dependencies
Maintainers
4
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vanilla-extract/recipes - npm Package Compare versions

Comparing version 0.5.3 to 0.5.4

2

createRuntimeFn/dist/vanilla-extract-recipes-createRuntimeFn.cjs.d.ts

@@ -11,3 +11,3 @@ import { ComplexStyleRule } from '@vanilla-extract/css';

type VariantSelection<Variants extends VariantGroups> = {
[VariantGroup in keyof Variants]?: BooleanMap<keyof Variants[VariantGroup]>;
[VariantGroup in keyof Variants]?: BooleanMap<keyof Variants[VariantGroup]> | undefined;
};

@@ -14,0 +14,0 @@ type VariantsClassNames<Variants extends VariantGroups> = {

@@ -11,3 +11,3 @@ import { ComplexStyleRule } from '@vanilla-extract/css';

type VariantSelection<Variants extends VariantGroups> = {
[VariantGroup in keyof Variants]?: BooleanMap<keyof Variants[VariantGroup]>;
[VariantGroup in keyof Variants]?: BooleanMap<keyof Variants[VariantGroup]> | undefined;
};

@@ -14,0 +14,0 @@ type VariantsClassNames<Variants extends VariantGroups> = {

{
"name": "@vanilla-extract/recipes",
"version": "0.5.3",
"version": "0.5.4",
"description": "Create multi-variant styles with a type-safe runtime API, heavily inspired by https://stitches.dev",

@@ -41,4 +41,4 @@ "sideEffects": false,

"devDependencies": {
"@vanilla-extract/css": "^1.15.2"
"@vanilla-extract/css": "^1.15.3"
}
}
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