@pandacss/types
Advanced tools
Comparing version 0.0.0-dev-20240825102751 to 0.0.0-dev-20240908184814
@@ -55,5 +55,5 @@ import type { Pseudos } from './csstype' | ||
type AtRuleType = 'media' | 'layer' | 'container' | 'supports' | 'page' | ||
type AtRuleType = 'media' | 'layer' | 'container' | 'supports' | 'page' | 'scope' | 'starting-style' | ||
export type AnySelector = `${string}&` | `&${string}` | `@${AtRuleType}${string}` | ||
export type Selectors = AttributeSelector | ParentSelector |
{ | ||
"name": "@pandacss/types", | ||
"version": "0.0.0-dev-20240825102751", | ||
"version": "0.0.0-dev-20240908184814", | ||
"description": "The types for css panda", | ||
@@ -34,3 +34,3 @@ "main": "dist/index.d.ts", | ||
"ts-morph": "21.0.1", | ||
"@pandacss/extractor": "0.0.0-dev-20240825102751" | ||
"@pandacss/extractor": "0.0.0-dev-20240908184814" | ||
}, | ||
@@ -37,0 +37,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
965146