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

@css-panda/types

Package Overview
Dependencies
Maintainers
1
Versions
171
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@css-panda/types - npm Package Compare versions

Comparing version 0.0.0-dev-20221113213436 to 0.0.0-dev-20221121091310

src/generator.d.ts

2

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

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

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

import type { UtilityConfig } from './utility'
import type { ClassGeneratorOptions } from './generator'

@@ -17,2 +18,7 @@ export type Config<

/**
* The value separator used in the generated class names.
* @default '_'
*/
separator?: string
/**
* The log level for the built-in logger.

@@ -145,2 +151,7 @@ */

strictTokens?: boolean
/**
* @experimental
* Used to generate css utility classes for your project.
*/
generator?: ClassGeneratorOptions
}

@@ -147,0 +158,0 @@

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