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
1151
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-20230106112845 to 0.0.0-dev-20230106183338

5

dist/system-types.d.ts
import type * as CSS from './csstype'
type Dict<T = unknown> = Record<string, T>
type Dict = Record<string, unknown>
type String = string & {}
type Number = number & {}
// list of aria states selectors
type AriaAttributes =

@@ -11,0 +8,0 @@ | '[aria-disabled]'

2

package.json
{
"name": "@pandacss/types",
"version": "0.0.0-dev-20230106112845",
"version": "0.0.0-dev-20230106183338",
"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