@pandacss/core
Advanced tools
Comparing version 0.0.0-dev-20221125165109 to 0.0.0-dev-20221125165251
@@ -449,3 +449,3 @@ "use strict"; | ||
continue; | ||
(0, import_ts_pattern.match)(cond).with({ type: "at-rule" }, (data) => { | ||
(0, import_ts_pattern.match)(cond).with({ type: "at-rule", name: import_ts_pattern.P.string }, (data) => { | ||
this.rule = this.wrap({ | ||
@@ -452,0 +452,0 @@ type: "at-rule", |
{ | ||
"name": "@pandacss/core", | ||
"version": "0.0.0-dev-20221125165109", | ||
"version": "0.0.0-dev-20221125165251", | ||
"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-20221125165109", | ||
"@pandacss/types": "0.0.0-dev-20221125165109", | ||
"@pandacss/shared": "0.0.0-dev-20221125165109", | ||
"@pandacss/logger": "0.0.0-dev-20221125165109", | ||
"@pandacss/token-dictionary": "0.0.0-dev-20221125165109" | ||
"@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" | ||
}, | ||
"devDependencies": { | ||
"@types/lodash.merge": "4.6.7", | ||
"@pandacss/fixture": "0.0.0-dev-20221125165109" | ||
"@pandacss/fixture": "0.0.0-dev-20221125165251" | ||
}, | ||
@@ -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
74990
+ Added@pandacss/error@0.0.0-dev-20221125165251(transitive)
+ Added@pandacss/logger@0.0.0-dev-20221125165251(transitive)
+ Added@pandacss/shared@0.0.0-dev-20221125165251(transitive)
+ Added@pandacss/token-dictionary@0.0.0-dev-20221125165251(transitive)
+ Added@pandacss/types@0.0.0-dev-20221125165251(transitive)
- Removed@pandacss/error@0.0.0-dev-20221125165109(transitive)
- Removed@pandacss/logger@0.0.0-dev-20221125165109(transitive)
- Removed@pandacss/shared@0.0.0-dev-20221125165109(transitive)
- Removed@pandacss/token-dictionary@0.0.0-dev-20221125165109(transitive)
- Removed@pandacss/types@0.0.0-dev-20221125165109(transitive)