@pandacss/core
Advanced tools
Comparing version 0.0.0-dev-20240308225535 to 0.0.0-dev-20240308231814
@@ -244,2 +244,3 @@ import * as _pandacss_shared from '@pandacss/shared'; | ||
importMapValue?: string; | ||
kind?: 'named' | 'namespace'; | ||
} | ||
@@ -253,2 +254,3 @@ interface FileMatcherOptions { | ||
imports: ImportResult[]; | ||
namespaces: Map<string, ImportResult>; | ||
private importMap; | ||
@@ -274,3 +276,5 @@ private cssAliases; | ||
getAliases: (id: string) => string[]; | ||
private _patternsMatcher; | ||
isValidPattern: (id: string) => boolean; | ||
private _recipesMatcher; | ||
isValidRecipe: (id: string) => boolean; | ||
@@ -277,0 +281,0 @@ isRawFn: (fnName: string) => boolean; |
{ | ||
"name": "@pandacss/core", | ||
"version": "0.0.0-dev-20240308225535", | ||
"version": "0.0.0-dev-20240308231814", | ||
"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-20240308225535", | ||
"@pandacss/logger": "0.0.0-dev-20240308225535", | ||
"@pandacss/shared": "0.0.0-dev-20240308225535", | ||
"@pandacss/token-dictionary": "0.0.0-dev-20240308225535", | ||
"@pandacss/types": "0.0.0-dev-20240308225535" | ||
"@pandacss/is-valid-prop": "^0.0.0-dev-20240308231814", | ||
"@pandacss/logger": "0.0.0-dev-20240308231814", | ||
"@pandacss/shared": "0.0.0-dev-20240308231814", | ||
"@pandacss/token-dictionary": "0.0.0-dev-20240308231814", | ||
"@pandacss/types": "0.0.0-dev-20240308231814" | ||
}, | ||
@@ -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
285767
7781
+ Added@pandacss/logger@0.0.0-dev-20240308231814(transitive)
+ Added@pandacss/shared@0.0.0-dev-20240308231814(transitive)
+ Added@pandacss/token-dictionary@0.0.0-dev-20240308231814(transitive)
+ Added@pandacss/types@0.0.0-dev-20240308231814(transitive)
- Removed@pandacss/logger@0.0.0-dev-20240308225535(transitive)
- Removed@pandacss/shared@0.0.0-dev-20240308225535(transitive)
- Removed@pandacss/token-dictionary@0.0.0-dev-20240308225535(transitive)
- Removed@pandacss/types@0.0.0-dev-20240308225535(transitive)