@pandacss/core
Advanced tools
Comparing version 0.0.0-dev-20241207111535 to 0.0.0-dev-20241224161732
@@ -400,2 +400,3 @@ import * as _pandacss_shared from '@pandacss/shared'; | ||
private context; | ||
get config(): RecipeRecord; | ||
constructor(recipes?: RecipeRecord); | ||
@@ -522,5 +523,8 @@ private getPropKey; | ||
jsx: JsxEngine; | ||
syntax: Config['syntax']; | ||
config: Config; | ||
recipes: Recipes; | ||
tokens: TokenDictionary; | ||
patterns: Patterns; | ||
utility: Utility; | ||
conditions: Conditions; | ||
encoder: StyleEncoder; | ||
@@ -632,2 +636,12 @@ join: (...paths: string[]) => string; | ||
private setTransform; | ||
private getTokenFn; | ||
resolveColorMix: (value: string) => { | ||
invalid: boolean; | ||
value: string; | ||
color?: undefined; | ||
} | { | ||
invalid: boolean; | ||
color: string; | ||
value: string; | ||
}; | ||
private getTransformArgs; | ||
@@ -669,2 +683,6 @@ private setStyles; | ||
isDeprecated: (prop: string) => boolean; | ||
/** | ||
* Returns the token type for a given property | ||
*/ | ||
getTokenType: (prop: string) => string | undefined; | ||
} | ||
@@ -671,0 +689,0 @@ |
{ | ||
"name": "@pandacss/core", | ||
"version": "0.0.0-dev-20241207111535", | ||
"version": "0.0.0-dev-20241224161732", | ||
"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-20241207111535", | ||
"@pandacss/logger": "0.0.0-dev-20241207111535", | ||
"@pandacss/shared": "0.0.0-dev-20241207111535", | ||
"@pandacss/token-dictionary": "0.0.0-dev-20241207111535", | ||
"@pandacss/types": "0.0.0-dev-20241207111535" | ||
"@pandacss/is-valid-prop": "^0.0.0-dev-20241224161732", | ||
"@pandacss/logger": "0.0.0-dev-20241224161732", | ||
"@pandacss/shared": "0.0.0-dev-20241224161732", | ||
"@pandacss/token-dictionary": "0.0.0-dev-20241224161732", | ||
"@pandacss/types": "0.0.0-dev-20241224161732" | ||
}, | ||
@@ -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
316018
8589
+ Added@pandacss/is-valid-prop@0.0.0-dev-20241224173005(transitive)
+ Added@pandacss/logger@0.0.0-dev-20241224161732(transitive)
+ Added@pandacss/shared@0.0.0-dev-20241224161732(transitive)
+ Added@pandacss/token-dictionary@0.0.0-dev-20241224161732(transitive)
+ Added@pandacss/types@0.0.0-dev-20241224161732(transitive)
+ Addedelectron-to-chromium@1.5.76(transitive)
- Removed@pandacss/is-valid-prop@0.0.0-dev-20241207111535(transitive)
- Removed@pandacss/logger@0.0.0-dev-20241207111535(transitive)
- Removed@pandacss/shared@0.0.0-dev-20241207111535(transitive)
- Removed@pandacss/token-dictionary@0.0.0-dev-20241207111535(transitive)
- Removed@pandacss/types@0.0.0-dev-20241207111535(transitive)
- Removedelectron-to-chromium@1.5.74(transitive)