@pandacss/preset-base
Advanced tools
Comparing version 0.0.0-dev-20230620123156 to 0.0.0-dev-20230620124536
@@ -431,3 +431,3 @@ import * as _pandacss_types_dist_pattern from '@pandacss/types/dist/pattern'; | ||
height: any; | ||
borderInlineStartWidth: any; | ||
borderBlockEndWidth: any; | ||
borderInlineEndWidth: any; | ||
@@ -434,0 +434,0 @@ borderColor: any; |
@@ -2178,3 +2178,3 @@ "use strict"; | ||
height: map(orientation, (v) => v === "horizontal" ? void 0 : "100%"), | ||
borderInlineStartWidth: map(orientation, (v) => v === "horizontal" ? "var(--thickness)" : void 0), | ||
borderBlockEndWidth: map(orientation, (v) => v === "horizontal" ? "var(--thickness)" : void 0), | ||
borderInlineEndWidth: map(orientation, (v) => v === "vertical" ? "var(--thickness)" : void 0), | ||
@@ -2181,0 +2181,0 @@ borderColor: color, |
{ | ||
"name": "@pandacss/preset-base", | ||
"version": "0.0.0-dev-20230620123156", | ||
"version": "0.0.0-dev-20230620124536", | ||
"description": "The base preset for Panda CSS that contains the conditions and utilities", | ||
@@ -17,3 +17,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@pandacss/types": "0.0.0-dev-20230620123156" | ||
"@pandacss/types": "0.0.0-dev-20230620124536" | ||
}, | ||
@@ -20,0 +20,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
117453
+ Added@pandacss/types@0.0.0-dev-20230620124536(transitive)
- Removed@pandacss/types@0.0.0-dev-20230620123156(transitive)