@pandacss/core
Advanced tools
Comparing version 0.32.1 to 0.33.0
@@ -57,3 +57,3 @@ import * as _pandacss_shared from '@pandacss/shared'; | ||
isEmpty: () => boolean; | ||
get: (key: string) => string | string[]; | ||
get: (key: string) => undefined | string | string[]; | ||
getRaw: (condNameOrQuery: ConditionQuery) => ConditionDetails | undefined; | ||
@@ -65,2 +65,3 @@ sort: (conditions: string[]) => ConditionDetails[]; | ||
remove(key: string): void; | ||
getSortedKeys: () => string[]; | ||
} | ||
@@ -156,2 +157,3 @@ | ||
group_cache: Map<string, GroupedResult>; | ||
recipe_base_cache: Map<string, RecipeBaseResult>; | ||
atomic: Set<AtomicStyleResult>; | ||
@@ -158,0 +160,0 @@ recipes: Map<string, Set<AtomicStyleResult>>; |
{ | ||
"name": "@pandacss/core", | ||
"version": "0.32.1", | ||
"version": "0.33.0", | ||
"description": "core functions for extract-it", | ||
@@ -35,3 +35,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@csstools/postcss-cascade-layers": "4.0.2", | ||
"@csstools/postcss-cascade-layers": "4.0.3", | ||
"autoprefixer": "10.4.17", | ||
@@ -52,7 +52,7 @@ "browserslist": "4.23.0", | ||
"ts-pattern": "5.0.8", | ||
"@pandacss/is-valid-prop": "^0.32.1", | ||
"@pandacss/logger": "0.32.1", | ||
"@pandacss/shared": "0.32.1", | ||
"@pandacss/token-dictionary": "0.32.1", | ||
"@pandacss/types": "0.32.1" | ||
"@pandacss/is-valid-prop": "^0.33.0", | ||
"@pandacss/logger": "0.33.0", | ||
"@pandacss/shared": "0.33.0", | ||
"@pandacss/token-dictionary": "0.33.0", | ||
"@pandacss/types": "0.33.0" | ||
}, | ||
@@ -59,0 +59,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
281921
7677
222
+ Added@csstools/postcss-cascade-layers@4.0.3(transitive)
+ Added@pandacss/is-valid-prop@0.33.0(transitive)
+ Added@pandacss/logger@0.33.0(transitive)
+ Added@pandacss/shared@0.33.0(transitive)
+ Added@pandacss/token-dictionary@0.33.0(transitive)
+ Added@pandacss/types@0.33.0(transitive)
- Removed@csstools/postcss-cascade-layers@4.0.2(transitive)
- Removed@pandacss/is-valid-prop@0.32.1(transitive)
- Removed@pandacss/logger@0.32.1(transitive)
- Removed@pandacss/shared@0.32.1(transitive)
- Removed@pandacss/token-dictionary@0.32.1(transitive)
- Removed@pandacss/types@0.32.1(transitive)
Updated@pandacss/logger@0.33.0
Updated@pandacss/shared@0.33.0
Updated@pandacss/types@0.33.0