@pandacss/core
Advanced tools
Comparing version 0.0.0-dev-20221129125228 to 0.0.0-dev-20221130100047
@@ -1,2 +0,2 @@ | ||
import { RawCondition, Dict, UtilityConfig, PropertyConfig, TransformHelpers, CssKeyframes, RecipeConfig } from '@pandacss/types'; | ||
import { RawCondition, Dict, UtilityConfig, PropertyConfig, PatternHelpers, CssKeyframes, RecipeConfig } from '@pandacss/types'; | ||
import * as postcss from 'postcss'; | ||
@@ -153,3 +153,3 @@ import { Root, Rule, AtRule, ChildNode } from 'postcss'; | ||
conditions: Conditions; | ||
helpers: TransformHelpers; | ||
helpers: PatternHelpers; | ||
hash?: boolean; | ||
@@ -156,0 +156,0 @@ transform?: (prop: string, value: any) => TransformResult; |
{ | ||
"name": "@pandacss/core", | ||
"version": "0.0.0-dev-20221129125228", | ||
"version": "0.0.0-dev-20221130100047", | ||
"description": "core functions for extract-it", | ||
@@ -26,11 +26,11 @@ "main": "dist/index.js", | ||
"lodash.merge": "4.6.2", | ||
"@pandacss/error": "0.0.0-dev-20221129125228", | ||
"@pandacss/types": "0.0.0-dev-20221129125228", | ||
"@pandacss/shared": "0.0.0-dev-20221129125228", | ||
"@pandacss/logger": "0.0.0-dev-20221129125228", | ||
"@pandacss/token-dictionary": "0.0.0-dev-20221129125228" | ||
"@pandacss/error": "0.0.0-dev-20221130100047", | ||
"@pandacss/types": "0.0.0-dev-20221130100047", | ||
"@pandacss/shared": "0.0.0-dev-20221130100047", | ||
"@pandacss/logger": "0.0.0-dev-20221130100047", | ||
"@pandacss/token-dictionary": "0.0.0-dev-20221130100047" | ||
}, | ||
"devDependencies": { | ||
"@types/lodash.merge": "4.6.7", | ||
"@pandacss/fixture": "0.0.0-dev-20221129125228" | ||
"@pandacss/fixture": "0.0.0-dev-20221130100047" | ||
}, | ||
@@ -37,0 +37,0 @@ "scripts": { |
76492
+ Added@pandacss/error@0.0.0-dev-20221130100047(transitive)
+ Added@pandacss/logger@0.0.0-dev-20221130100047(transitive)
+ Added@pandacss/shared@0.0.0-dev-20221130100047(transitive)
+ Added@pandacss/token-dictionary@0.0.0-dev-20221130100047(transitive)
+ Added@pandacss/types@0.0.0-dev-20221130100047(transitive)
- Removed@pandacss/error@0.0.0-dev-20221129125228(transitive)
- Removed@pandacss/logger@0.0.0-dev-20221129125228(transitive)
- Removed@pandacss/shared@0.0.0-dev-20221129125228(transitive)
- Removed@pandacss/token-dictionary@0.0.0-dev-20221129125228(transitive)
- Removed@pandacss/types@0.0.0-dev-20221129125228(transitive)