@pandacss/core
Advanced tools
Comparing version 0.0.0-dev-20240405065931 to 0.0.0-dev-20240409220115
@@ -85,2 +85,6 @@ import * as _pandacss_shared from '@pandacss/shared'; | ||
isTypeFile(file: string): boolean; | ||
jsDocComment(comment: string | undefined, options?: { | ||
deprecated?: boolean | string; | ||
default?: string; | ||
}): string; | ||
} | ||
@@ -390,2 +394,3 @@ | ||
keys: string[]; | ||
private deprecated; | ||
private context; | ||
@@ -403,2 +408,3 @@ constructor(recipes?: RecipeRecord); | ||
isEmpty: () => boolean; | ||
isDeprecated: (name: string) => boolean; | ||
getNames: (name: string) => { | ||
@@ -567,2 +573,6 @@ baseName: string; | ||
private configs; | ||
/** | ||
* The map of deprecated properties | ||
*/ | ||
private deprecated; | ||
separator: string; | ||
@@ -575,2 +585,3 @@ prefix: string; | ||
private normalizeConfig; | ||
private assignDeprecated; | ||
register: (property: string, config: PropertyConfig) => void; | ||
@@ -645,2 +656,6 @@ private assignShorthands; | ||
getPropShorthands: (prop: string) => string[]; | ||
/** | ||
* Whether a given property is deprecated | ||
*/ | ||
isDeprecated: (prop: string) => boolean; | ||
} | ||
@@ -661,2 +676,3 @@ | ||
private tokens; | ||
private deprecated; | ||
constructor(options: PatternOptions); | ||
@@ -670,2 +686,3 @@ private createDetail; | ||
isEmpty(): boolean; | ||
isDeprecated(name: string): boolean; | ||
saveOne(name: string, pattern: PatternConfig): void; | ||
@@ -672,0 +689,0 @@ remove(name: string): void; |
{ | ||
"name": "@pandacss/core", | ||
"version": "0.0.0-dev-20240405065931", | ||
"version": "0.0.0-dev-20240409220115", | ||
"description": "core functions for extract-it", | ||
@@ -50,7 +50,7 @@ "main": "dist/index.js", | ||
"ts-pattern": "5.0.8", | ||
"@pandacss/is-valid-prop": "^0.0.0-dev-20240405065931", | ||
"@pandacss/logger": "0.0.0-dev-20240405065931", | ||
"@pandacss/shared": "0.0.0-dev-20240405065931", | ||
"@pandacss/token-dictionary": "0.0.0-dev-20240405065931", | ||
"@pandacss/types": "0.0.0-dev-20240405065931" | ||
"@pandacss/is-valid-prop": "^0.0.0-dev-20240409220115", | ||
"@pandacss/logger": "0.0.0-dev-20240409220115", | ||
"@pandacss/shared": "0.0.0-dev-20240409220115", | ||
"@pandacss/token-dictionary": "0.0.0-dev-20240409220115", | ||
"@pandacss/types": "0.0.0-dev-20240409220115" | ||
}, | ||
@@ -57,0 +57,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
303172
8261
+ Added@pandacss/logger@0.0.0-dev-20240409220115(transitive)
+ Added@pandacss/shared@0.0.0-dev-20240409220115(transitive)
+ Added@pandacss/token-dictionary@0.0.0-dev-20240409220115(transitive)
+ Added@pandacss/types@0.0.0-dev-20240409220115(transitive)
- Removed@pandacss/logger@0.0.0-dev-20240405065931(transitive)
- Removed@pandacss/shared@0.0.0-dev-20240405065931(transitive)
- Removed@pandacss/token-dictionary@0.0.0-dev-20240405065931(transitive)
- Removed@pandacss/types@0.0.0-dev-20240405065931(transitive)