@pandacss/core
Advanced tools
Comparing version
@@ -254,2 +254,6 @@ import * as _pandacss_shared from '@pandacss/shared'; | ||
private importMap; | ||
private cssAliases; | ||
private cvaAliases; | ||
private svaAliases; | ||
private jsxFactoryAliases; | ||
private recipeAliases; | ||
@@ -260,10 +264,5 @@ private patternAliases; | ||
private components; | ||
cvaAlias: string; | ||
cssAlias: string; | ||
svaAlias: string; | ||
jsxFactoryAlias: string; | ||
constructor(context: Pick<Context, 'jsx' | 'patterns' | 'recipes' | 'isValidProperty'>, opts: FileMatcherOptions); | ||
private assignAliases; | ||
private assignProperties; | ||
private assignImportAliases; | ||
isEmpty: () => boolean; | ||
@@ -275,3 +274,3 @@ toString: () => string; | ||
getName: (id: string) => string; | ||
getAlias: (id: string) => string; | ||
getAliases: (id: string) => string[]; | ||
isValidPattern: (id: string) => boolean; | ||
@@ -281,5 +280,5 @@ isValidRecipe: (id: string) => boolean; | ||
normalizeFnName: (fnName: string) => string; | ||
isAliasFnName: (fnName: string) => boolean; | ||
isAliasFnName: (fnName: string) => boolean | undefined; | ||
matchFn: (fnName: string) => boolean; | ||
isJsxFactory: (tagName: string) => boolean; | ||
isJsxFactory: (tagName: string) => boolean | undefined; | ||
isPandaComponent: (tagName: string) => boolean; | ||
@@ -286,0 +285,0 @@ matchTag: (tagName: string) => boolean; |
{ | ||
"name": "@pandacss/core", | ||
"version": "0.0.0-dev-20240219094740", | ||
"version": "0.0.0-dev-20240221020431", | ||
"description": "core functions for extract-it", | ||
@@ -51,7 +51,7 @@ "main": "dist/index.js", | ||
"ts-pattern": "5.0.8", | ||
"@pandacss/is-valid-prop": "^0.0.0-dev-20240219094740", | ||
"@pandacss/logger": "0.0.0-dev-20240219094740", | ||
"@pandacss/shared": "0.0.0-dev-20240219094740", | ||
"@pandacss/token-dictionary": "0.0.0-dev-20240219094740", | ||
"@pandacss/types": "0.0.0-dev-20240219094740" | ||
"@pandacss/is-valid-prop": "^0.0.0-dev-20240221020431", | ||
"@pandacss/logger": "0.0.0-dev-20240221020431", | ||
"@pandacss/shared": "0.0.0-dev-20240221020431", | ||
"@pandacss/token-dictionary": "0.0.0-dev-20240221020431", | ||
"@pandacss/types": "0.0.0-dev-20240221020431" | ||
}, | ||
@@ -58,0 +58,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
277875
0.26%7552
0.31%+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed