Socket
Socket
Sign inDemoInstall

@vanilla-extract/css

Package Overview
Dependencies
11
Maintainers
4
Versions
115
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0-dts-bundle-202282983532 to 0.0.0-dts-bundle-20228303510

3

adapter/dist/vanilla-extract-css-adapter.cjs.d.ts

@@ -0,5 +1,4 @@

import { CSSVarFunction } from '@vanilla-extract/private';
import { AtRule, Properties } from 'csstype';
declare type CSSVarFunction = `var(--${string})` | `var(--${string}, ${string | number})`;
declare const simplePseudoMap: {

@@ -6,0 +5,0 @@ readonly ':-moz-any-link': true;

@@ -0,12 +1,4 @@

import { CSSVarFunction, MapLeafNodes, Contract } from '@vanilla-extract/private';
import { Properties, AtRule } from 'csstype';
declare type CSSVarFunction = `var(--${string})` | `var(--${string}, ${string | number})`;
declare type Contract = {
[key: string]: CSSVarFunction | null | Contract;
};
declare type Primitive = string | boolean | number | null | undefined;
declare type MapLeafNodes<Obj, LeafType> = {
[Prop in keyof Obj]: Obj[Prop] extends Primitive ? LeafType : Obj[Prop] extends Record<string | number, any> ? MapLeafNodes<Obj[Prop], LeafType> : never;
};
declare const simplePseudoMap: {

@@ -13,0 +5,0 @@ readonly ':-moz-any-link': true;

{
"name": "@vanilla-extract/css",
"version": "0.0.0-dts-bundle-202282983532",
"version": "0.0.0-dts-bundle-20228303510",
"description": "Zero-runtime Stylesheets-in-TypeScript",

@@ -111,3 +111,3 @@ "sideEffects": true,

"@emotion/hash": "^0.8.0",
"@vanilla-extract/private": "^0.0.0-dts-bundle-202282983532",
"@vanilla-extract/private": "^0.0.0-dts-bundle-20228303510",
"ahocorasick": "1.0.2",

@@ -114,0 +114,0 @@ "chalk": "^4.1.1",

@@ -0,1 +1,2 @@

import { CSSVarFunction } from '@vanilla-extract/private';
import { AtRule, Properties } from 'csstype';

@@ -11,4 +12,2 @@

declare type CSSVarFunction = `var(--${string})` | `var(--${string}, ${string | number})`;
declare const simplePseudoMap: {

@@ -15,0 +14,0 @@ readonly ':-moz-any-link': true;

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc