@pandacss/core
Advanced tools
Comparing version 0.0.0-dev-20240520175642 to 0.0.0-dev-20240521123052
import * as _pandacss_shared from '@pandacss/shared'; | ||
import { CacheMap, toHash } from '@pandacss/shared'; | ||
import { toHash } from '@pandacss/shared'; | ||
import { TokenDictionary } from '@pandacss/token-dictionary'; | ||
@@ -175,5 +175,5 @@ import * as _pandacss_types from '@pandacss/types'; | ||
classNames: Map<string, AtomicStyleResult | RecipeBaseResult>; | ||
atomic_cache: CacheMap<string, AtomicStyleResult>; | ||
group_cache: CacheMap<string, GroupedResult>; | ||
recipe_base_cache: CacheMap<string, RecipeBaseResult>; | ||
atomic_cache: Map<string, AtomicStyleResult>; | ||
group_cache: Map<string, GroupedResult>; | ||
recipe_base_cache: Map<string, RecipeBaseResult>; | ||
atomic: Set<AtomicStyleResult>; | ||
@@ -252,3 +252,3 @@ recipes: Map<string, Set<AtomicStyleResult>>; | ||
get configDependencies(): string[]; | ||
get classNames(): _pandacss_shared.CacheMap<string, string>; | ||
get classNames(): Map<string, string>; | ||
get generatedClassNames(): Map<string, _pandacss_types.AtomicStyleResult | _pandacss_types.RecipeBaseResult>; | ||
@@ -541,7 +541,7 @@ } | ||
*/ | ||
classNames: CacheMap<string, string>; | ||
classNames: Map<string, string>; | ||
/** | ||
* [cache] The map of the property to their resolved styless | ||
*/ | ||
styles: CacheMap<string, Dict>; | ||
styles: Map<string, Dict>; | ||
/** | ||
@@ -548,0 +548,0 @@ * Map of shorthand properties to their longhand properties |
{ | ||
"name": "@pandacss/core", | ||
"version": "0.0.0-dev-20240520175642", | ||
"version": "0.0.0-dev-20240521123052", | ||
"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-20240520175642", | ||
"@pandacss/logger": "0.0.0-dev-20240520175642", | ||
"@pandacss/shared": "0.0.0-dev-20240520175642", | ||
"@pandacss/token-dictionary": "0.0.0-dev-20240520175642", | ||
"@pandacss/types": "0.0.0-dev-20240520175642" | ||
"@pandacss/is-valid-prop": "^0.0.0-dev-20240521123052", | ||
"@pandacss/logger": "0.0.0-dev-20240521123052", | ||
"@pandacss/shared": "0.0.0-dev-20240521123052", | ||
"@pandacss/token-dictionary": "0.0.0-dev-20240521123052", | ||
"@pandacss/types": "0.0.0-dev-20240521123052" | ||
}, | ||
@@ -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
305141
8316
+ Added@pandacss/logger@0.0.0-dev-20240521123052(transitive)
+ Added@pandacss/shared@0.0.0-dev-20240521123052(transitive)
+ Added@pandacss/token-dictionary@0.0.0-dev-20240521123052(transitive)
+ Added@pandacss/types@0.0.0-dev-20240521123052(transitive)
- Removed@pandacss/logger@0.0.0-dev-20240520175642(transitive)
- Removed@pandacss/shared@0.0.0-dev-20240520175642(transitive)
- Removed@pandacss/token-dictionary@0.0.0-dev-20240520175642(transitive)
- Removed@pandacss/types@0.0.0-dev-20240520175642(transitive)