@pandacss/core
Advanced tools
Comparing version 0.0.0-dev-20230112151221 to 0.0.0-dev-20230113114004
@@ -1197,3 +1197,3 @@ "use strict"; | ||
const styles = getStyles(raw, this.getToken.bind(this)); | ||
this.styles.set(propKey, styles); | ||
this.styles.set(propKey, styles ?? {}); | ||
return this; | ||
@@ -1200,0 +1200,0 @@ }; |
{ | ||
"name": "@pandacss/core", | ||
"version": "0.0.0-dev-20230112151221", | ||
"version": "0.0.0-dev-20230113114004", | ||
"description": "core functions for extract-it", | ||
@@ -29,11 +29,11 @@ "main": "dist/index.js", | ||
"lodash.merge": "4.6.2", | ||
"@pandacss/error": "0.0.0-dev-20230112151221", | ||
"@pandacss/types": "0.0.0-dev-20230112151221", | ||
"@pandacss/shared": "0.0.0-dev-20230112151221", | ||
"@pandacss/logger": "0.0.0-dev-20230112151221", | ||
"@pandacss/token-dictionary": "0.0.0-dev-20230112151221" | ||
"@pandacss/error": "0.0.0-dev-20230113114004", | ||
"@pandacss/types": "0.0.0-dev-20230113114004", | ||
"@pandacss/shared": "0.0.0-dev-20230113114004", | ||
"@pandacss/logger": "0.0.0-dev-20230113114004", | ||
"@pandacss/token-dictionary": "0.0.0-dev-20230113114004" | ||
}, | ||
"devDependencies": { | ||
"@types/lodash.merge": "4.6.7", | ||
"@pandacss/fixture": "0.0.0-dev-20230112151221" | ||
"@pandacss/fixture": "0.0.0-dev-20230113114004" | ||
}, | ||
@@ -40,0 +40,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
83031
+ Added@pandacss/error@0.0.0-dev-20230113114004(transitive)
+ Added@pandacss/logger@0.0.0-dev-20230113114004(transitive)
+ Added@pandacss/shared@0.0.0-dev-20230113114004(transitive)
+ Added@pandacss/token-dictionary@0.0.0-dev-20230113114004(transitive)
+ Added@pandacss/types@0.0.0-dev-20230113114004(transitive)
- Removed@pandacss/error@0.0.0-dev-20230112151221(transitive)
- Removed@pandacss/logger@0.0.0-dev-20230112151221(transitive)
- Removed@pandacss/shared@0.0.0-dev-20230112151221(transitive)
- Removed@pandacss/token-dictionary@0.0.0-dev-20230112151221(transitive)
- Removed@pandacss/types@0.0.0-dev-20230112151221(transitive)