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
1148
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.36.0 to 0.36.1

10

dist/config.d.ts

@@ -128,11 +128,3 @@ import type { TSConfig } from 'pkg-types'

export interface ThemeVariant extends Pick<Theme, 'tokens' | 'semanticTokens'> {
/**
* Selector attribute to use for the generated theme, can be any `data-*` attribute
* @default 'data-panda-theme'
* ```
*
*/
attribute?: `data-${string}`
}
export interface ThemeVariant extends Pick<Theme, 'tokens' | 'semanticTokens'> {}

@@ -139,0 +131,0 @@ export interface ThemeVariantsMap {

4

package.json
{
"name": "@pandacss/types",
"version": "0.36.0",
"version": "0.36.1",
"description": "The types for css panda",

@@ -34,3 +34,3 @@ "main": "dist/index.d.ts",

"ts-morph": "21.0.1",
"@pandacss/extractor": "0.36.0"
"@pandacss/extractor": "0.36.1"
},

@@ -37,0 +37,0 @@ "scripts": {

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