New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@pandacss/types

Package Overview
Dependencies
Maintainers
1
Versions
1160
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-20230205182145 to 0.0.0-dev-20230206074851

dist/parser.d.ts

2

dist/config.d.ts

@@ -168,3 +168,3 @@ import type { LayerStyles, TextStyles } from './composition'

*/
static?: StaticCssOptions
staticCss?: StaticCssOptions
/**

@@ -171,0 +171,0 @@ * File extension for generated javascript files.

@@ -1,11 +0,13 @@

export type { ConditionDetails, ConditionType, Conditions, RawCondition } from './conditions'
export type { Config, Preset, UserConfig, LoadConfigResult } from './config'
export type { PropertyConfig, PropertyTransform, PropertyValues, UtilityConfig } from './utility'
export type { SystemStyleObject, CssKeyframes, GlobalStyleObject } from './system-types'
export type { PatternConfig, PatternProperty, PatternHelpers } from './pattern'
export type { CompositionStyles, LayerStyles, TextStyles } from './composition'
export type { ConditionDetails, Conditions, ConditionType, RawCondition } from './conditions'
export type { Config, LoadConfigResult, Preset, UserConfig } from './config'
export type { ParserResult } from './parser'
export type { Part, Parts } from './parts'
export type { PatternConfig, PatternHelpers, PatternProperty } from './pattern'
export type { RecipeConfig, RecipeVariantRecord } from './recipe'
export type { TextStyles, LayerStyles, CompositionStyles } from './composition'
export type { Token, TokenCategory, TokenDataTypes, Tokens, SemanticToken, SemanticTokens } from './tokens'
export type { Dict, RequiredBy, AnyFunction } from './shared'
export type { Parts, Part } from './parts'
export type { Runtime } from './runtime'
export type { AnyFunction, Artifact, Dict, RequiredBy } from './shared'
export type { StaticCssOptions } from './static-css'
export type { CssKeyframes, GlobalStyleObject, SystemStyleObject } from './system-types'
export type { SemanticToken, SemanticTokens, Token, TokenCategory, TokenDataTypes, Tokens } from './tokens'
export type { PropertyConfig, PropertyTransform, PropertyValues, UtilityConfig } from './utility'

@@ -28,1 +28,9 @@ export type Primitive = string | number | boolean | null | undefined

}
export type Artifact = Nullable<{
dir?: string[]
files: Array<{
file: string
code: string | undefined
}>
}>
{
"name": "@pandacss/types",
"version": "0.0.0-dev-20230205182145",
"version": "0.0.0-dev-20230206074851",
"description": "The types for css panda",

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

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