@pandacss/core
Advanced tools
Comparing version 0.0.0-dev-20240624212930 to 0.0.0-dev-20240627180503
@@ -506,3 +506,3 @@ import * as _pandacss_shared from '@pandacss/shared'; | ||
} | ||
interface CssOptions extends Pick<UserConfig, 'optimize' | 'minify'> { | ||
interface CssOptions extends Pick<UserConfig, 'minify'> { | ||
} | ||
@@ -743,3 +743,2 @@ interface ProcessOptions { | ||
private get cwd(); | ||
private get emitPackage(); | ||
private get outdir(); | ||
@@ -801,3 +800,3 @@ getFilePath(file?: string): string[]; | ||
getLayerCss: (...layers: CascadeLayer[]) => string; | ||
toCss: ({ optimize, minify }?: CssOptions) => string; | ||
toCss: ({ minify }?: CssOptions) => string; | ||
} | ||
@@ -804,0 +803,0 @@ |
{ | ||
"name": "@pandacss/core", | ||
"version": "0.0.0-dev-20240624212930", | ||
"version": "0.0.0-dev-20240627180503", | ||
"description": "core functions for extract-it", | ||
@@ -50,7 +50,7 @@ "main": "dist/index.js", | ||
"ts-pattern": "5.0.8", | ||
"@pandacss/is-valid-prop": "^0.0.0-dev-20240624212930", | ||
"@pandacss/logger": "0.0.0-dev-20240624212930", | ||
"@pandacss/shared": "0.0.0-dev-20240624212930", | ||
"@pandacss/token-dictionary": "0.0.0-dev-20240624212930", | ||
"@pandacss/types": "0.0.0-dev-20240624212930" | ||
"@pandacss/is-valid-prop": "^0.0.0-dev-20240627180503", | ||
"@pandacss/logger": "0.0.0-dev-20240627180503", | ||
"@pandacss/shared": "0.0.0-dev-20240627180503", | ||
"@pandacss/token-dictionary": "0.0.0-dev-20240627180503", | ||
"@pandacss/types": "0.0.0-dev-20240627180503" | ||
}, | ||
@@ -57,0 +57,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
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
306593
8339
+ Added@pandacss/logger@0.0.0-dev-20240627180503(transitive)
+ Added@pandacss/shared@0.0.0-dev-20240627180503(transitive)
+ Added@pandacss/token-dictionary@0.0.0-dev-20240627180503(transitive)
+ Added@pandacss/types@0.0.0-dev-20240627180503(transitive)
- Removed@pandacss/logger@0.0.0-dev-20240624212930(transitive)
- Removed@pandacss/shared@0.0.0-dev-20240624212930(transitive)
- Removed@pandacss/token-dictionary@0.0.0-dev-20240624212930(transitive)
- Removed@pandacss/types@0.0.0-dev-20240624212930(transitive)