@pandacss/core
Advanced tools
Comparing version 0.0.0-dev-20221125165251 to 0.0.0-dev-20221126091729
@@ -208,2 +208,3 @@ import { RawCondition, Dict, UtilityConfig, PropertyConfig, TransformHelpers, CssKeyframes, RecipeConfig } from '@pandacss/types'; | ||
declare function discardDuplicate(code: string): string; | ||
declare function prettifyCss(code: string): string; | ||
@@ -256,2 +257,2 @@ type ProcessOptions = { | ||
export { Breakpoints, Conditions, Recipe, Stylesheet, StylesheetContext, Utility, assignCompositions, discardDuplicate, optimizeCss, toCss, toKeyframeCss }; | ||
export { Breakpoints, Conditions, Recipe, Stylesheet, StylesheetContext, Utility, assignCompositions, discardDuplicate, optimizeCss, prettifyCss, toCss, toKeyframeCss }; |
@@ -37,2 +37,3 @@ "use strict"; | ||
optimizeCss: () => optimizeCss, | ||
prettifyCss: () => prettifyCss, | ||
toCss: () => toCss, | ||
@@ -698,2 +699,6 @@ toKeyframeCss: () => toKeyframeCss | ||
} | ||
function prettifyCss(code) { | ||
const { css } = (0, import_postcss7.default)([prettify()]).process(code); | ||
return css; | ||
} | ||
@@ -1159,4 +1164,5 @@ // src/recipe.ts | ||
optimizeCss, | ||
prettifyCss, | ||
toCss, | ||
toKeyframeCss | ||
}); |
{ | ||
"name": "@pandacss/core", | ||
"version": "0.0.0-dev-20221125165251", | ||
"version": "0.0.0-dev-20221126091729", | ||
"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-20221125165251", | ||
"@pandacss/types": "0.0.0-dev-20221125165251", | ||
"@pandacss/shared": "0.0.0-dev-20221125165251", | ||
"@pandacss/logger": "0.0.0-dev-20221125165251", | ||
"@pandacss/token-dictionary": "0.0.0-dev-20221125165251" | ||
"@pandacss/error": "0.0.0-dev-20221126091729", | ||
"@pandacss/types": "0.0.0-dev-20221126091729", | ||
"@pandacss/shared": "0.0.0-dev-20221126091729", | ||
"@pandacss/logger": "0.0.0-dev-20221126091729", | ||
"@pandacss/token-dictionary": "0.0.0-dev-20221126091729" | ||
}, | ||
"devDependencies": { | ||
"@types/lodash.merge": "4.6.7", | ||
"@pandacss/fixture": "0.0.0-dev-20221125165251" | ||
"@pandacss/fixture": "0.0.0-dev-20221126091729" | ||
}, | ||
@@ -37,0 +37,0 @@ "scripts": { |
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
75341
2485
+ Added@pandacss/error@0.0.0-dev-20221126091729(transitive)
+ Added@pandacss/logger@0.0.0-dev-20221126091729(transitive)
+ Added@pandacss/shared@0.0.0-dev-20221126091729(transitive)
+ Added@pandacss/token-dictionary@0.0.0-dev-20221126091729(transitive)
+ Added@pandacss/types@0.0.0-dev-20221126091729(transitive)
- Removed@pandacss/error@0.0.0-dev-20221125165251(transitive)
- Removed@pandacss/logger@0.0.0-dev-20221125165251(transitive)
- Removed@pandacss/shared@0.0.0-dev-20221125165251(transitive)
- Removed@pandacss/token-dictionary@0.0.0-dev-20221125165251(transitive)
- Removed@pandacss/types@0.0.0-dev-20221125165251(transitive)