Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@pandacss/types

Package Overview
Dependencies
Maintainers
1
Versions
1144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pandacss/types - npm Package Compare versions

Comparing version 0.0.0-dev-20221121175259 to 0.0.0-dev-20221122153914

2

package.json
{
"name": "@pandacss/types",
"version": "0.0.0-dev-20221121175259",
"version": "0.0.0-dev-20221122153914",
"description": "The types for css panda",

@@ -5,0 +5,0 @@ "main": "src/index.d.ts",

@@ -66,3 +66,3 @@ import type { PropertiesFallback, SimplePseudos } from './csstype'

type NestedCss<T> = T & {
export type NestedCss<T> = T & {
[key in Pseudo | Loose]?: NestedCss<T> | Loose<string> | Loose<number> | boolean

@@ -84,10 +84,11 @@ }

export type PandaCssObject<
Conditions extends TCondition,
Conditions extends TCondition = TCondition,
UserProperties extends Record<string, any> = NeverType,
Strict extends boolean = false,
> = NestedCss<ConditionCssProperties<Conditions, UserProperties, Strict>> &
GroupedCss<ConditionCssProperties<Conditions, UserProperties, Strict>>
> =
| NestedCss<ConditionCssProperties<Conditions, UserProperties, Strict>>
| GroupedCss<ConditionCssProperties<Conditions, UserProperties, Strict>>
export type GlobalCss<
Conditions extends TCondition,
Conditions extends TCondition = TCondition,
UserProperties extends Record<string, any> = NeverType,

@@ -94,0 +95,0 @@ Strict extends boolean = false,

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