@pandacss/dev
Advanced tools
Comparing version 0.0.0-dev-20241231165502 to 0.0.0-dev-20250101153413
@@ -44,3 +44,3 @@ "use strict"; | ||
// package.json | ||
var version = "0.50.0"; | ||
var version = "0.51.0"; | ||
@@ -351,11 +351,19 @@ // src/interactive.ts | ||
} | ||
if (tokenScope && !ctx.tokens.isEmpty) { | ||
const tokenAnalysis = result.getTokenReport(); | ||
import_logger.logger.info("analyze:tokens", `Token usage report \u{1F3A8} | ||
if (tokenScope) { | ||
if (!ctx.tokens.isEmpty) { | ||
const tokenAnalysis = result.getTokenReport(); | ||
import_logger.logger.info("analyze:tokens", `Token usage report \u{1F3A8} | ||
${tokenAnalysis.formatted}`); | ||
} else { | ||
import_logger.logger.info("analyze:tokens", "No tokens found"); | ||
} | ||
} | ||
if (recipeScope && !ctx.recipes.isEmpty()) { | ||
const recipeAnalysis = result.getRecipeReport(); | ||
import_logger.logger.info("analyze:recipes", `Recipe usage report \u{1F39B}\uFE0F | ||
if (recipeScope) { | ||
if (!ctx.recipes.isEmpty()) { | ||
const recipeAnalysis = result.getRecipeReport(); | ||
import_logger.logger.info("analyze:recipes", `Config recipes usage report \u{1F39B}\uFE0F | ||
${recipeAnalysis.formatted}`); | ||
} else { | ||
import_logger.logger.info("analyze:recipes", "No config recipes found"); | ||
} | ||
} | ||
@@ -362,0 +370,0 @@ }); |
@@ -39,3 +39,3 @@ "use strict"; | ||
// package.json | ||
var version = "0.50.0"; | ||
var version = "0.51.0"; | ||
@@ -42,0 +42,0 @@ // src/interactive.ts |
{ | ||
"name": "@pandacss/dev", | ||
"version": "0.0.0-dev-20241231165502", | ||
"version": "0.0.0-dev-20250101153413", | ||
"description": "The user facing package for panda css", | ||
@@ -56,10 +56,10 @@ "main": "dist/index.js", | ||
"cac": "6.7.14", | ||
"@pandacss/config": "0.0.0-dev-20241231165502", | ||
"@pandacss/logger": "0.0.0-dev-20241231165502", | ||
"@pandacss/node": "0.0.0-dev-20241231165502", | ||
"@pandacss/postcss": "0.0.0-dev-20241231165502", | ||
"@pandacss/preset-panda": "0.0.0-dev-20241231165502", | ||
"@pandacss/shared": "0.0.0-dev-20241231165502", | ||
"@pandacss/token-dictionary": "0.0.0-dev-20241231165502", | ||
"@pandacss/types": "0.0.0-dev-20241231165502" | ||
"@pandacss/config": "0.0.0-dev-20250101153413", | ||
"@pandacss/logger": "0.0.0-dev-20250101153413", | ||
"@pandacss/node": "0.0.0-dev-20250101153413", | ||
"@pandacss/postcss": "0.0.0-dev-20250101153413", | ||
"@pandacss/preset-panda": "0.0.0-dev-20250101153413", | ||
"@pandacss/shared": "0.0.0-dev-20250101153413", | ||
"@pandacss/token-dictionary": "0.0.0-dev-20250101153413", | ||
"@pandacss/types": "0.0.0-dev-20250101153413" | ||
}, | ||
@@ -66,0 +66,0 @@ "devDependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1364792
36712
+ Added@pandacss/config@0.0.0-dev-20250101153413(transitive)
+ Added@pandacss/core@0.0.0-dev-20250101153413(transitive)
+ Added@pandacss/extractor@0.0.0-dev-20250101153413(transitive)
+ Added@pandacss/generator@0.0.0-dev-20250101153413(transitive)
+ Added@pandacss/logger@0.0.0-dev-20250101153413(transitive)
+ Added@pandacss/node@0.0.0-dev-20250101153413(transitive)
+ Added@pandacss/parser@0.0.0-dev-20250101153413(transitive)
+ Added@pandacss/postcss@0.0.0-dev-20250101153413(transitive)
+ Added@pandacss/preset-base@0.0.0-dev-20250101153413(transitive)
+ Added@pandacss/preset-panda@0.0.0-dev-20250101153413(transitive)
+ Added@pandacss/reporter@0.0.0-dev-20250101153413(transitive)
+ Added@pandacss/shared@0.0.0-dev-20250101153413(transitive)
+ Added@pandacss/token-dictionary@0.0.0-dev-20250101153413(transitive)
+ Added@pandacss/types@0.0.0-dev-20250101153413(transitive)
- Removed@pandacss/config@0.0.0-dev-20241231165502(transitive)
- Removed@pandacss/core@0.0.0-dev-20241231165502(transitive)
- Removed@pandacss/extractor@0.0.0-dev-20241231165502(transitive)
- Removed@pandacss/generator@0.0.0-dev-20241231165502(transitive)
- Removed@pandacss/logger@0.0.0-dev-20241231165502(transitive)
- Removed@pandacss/node@0.0.0-dev-20241231165502(transitive)
- Removed@pandacss/parser@0.0.0-dev-20241231165502(transitive)
- Removed@pandacss/postcss@0.0.0-dev-20241231165502(transitive)
- Removed@pandacss/preset-base@0.0.0-dev-20241231165502(transitive)
- Removed@pandacss/preset-panda@0.0.0-dev-20241231165502(transitive)
- Removed@pandacss/reporter@0.0.0-dev-20241231165502(transitive)
- Removed@pandacss/shared@0.0.0-dev-20241231165502(transitive)
- Removed@pandacss/token-dictionary@0.0.0-dev-20241231165502(transitive)
- Removed@pandacss/types@0.0.0-dev-20241231165502(transitive)