@pandacss/core
Advanced tools
Comparing version 0.49.0 to 0.50.0
@@ -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.49.0", | ||
"version": "0.50.0", | ||
"description": "core functions for extract-it", | ||
@@ -50,7 +50,7 @@ "main": "dist/index.js", | ||
"ts-pattern": "5.0.8", | ||
"@pandacss/is-valid-prop": "^0.49.0", | ||
"@pandacss/logger": "0.49.0", | ||
"@pandacss/shared": "0.49.0", | ||
"@pandacss/token-dictionary": "0.49.0", | ||
"@pandacss/types": "0.49.0" | ||
"@pandacss/is-valid-prop": "^0.50.0", | ||
"@pandacss/logger": "0.50.0", | ||
"@pandacss/shared": "0.50.0", | ||
"@pandacss/token-dictionary": "0.50.0", | ||
"@pandacss/types": "0.50.0" | ||
}, | ||
@@ -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
316447
8604
+ Added@pandacss/is-valid-prop@0.50.0(transitive)
+ Added@pandacss/logger@0.50.0(transitive)
+ Added@pandacss/shared@0.50.0(transitive)
+ Added@pandacss/token-dictionary@0.50.0(transitive)
+ Added@pandacss/types@0.50.0(transitive)
- Removed@pandacss/is-valid-prop@0.49.0(transitive)
- Removed@pandacss/logger@0.49.0(transitive)
- Removed@pandacss/shared@0.49.0(transitive)
- Removed@pandacss/token-dictionary@0.49.0(transitive)
- Removed@pandacss/types@0.49.0(transitive)
Updated@pandacss/logger@0.50.0
Updated@pandacss/shared@0.50.0
Updated@pandacss/types@0.50.0