@pandacss/preset-base
Advanced tools
Comparing version 0.0.0-dev-20230613080521 to 0.0.0-dev-20230613110020
@@ -383,2 +383,7 @@ "use strict"; | ||
}, | ||
borderInlineWidth: { | ||
className: "border-x", | ||
values: "borderWidths", | ||
shorthand: "borderXWidth" | ||
}, | ||
borderInlineColor: { | ||
@@ -391,4 +396,10 @@ className: "border-x", | ||
className: "border-y", | ||
values: "borders" | ||
values: "borders", | ||
shorthand: "borderY" | ||
}, | ||
borderBlockWidth: { | ||
className: "border-y", | ||
values: "borderWidths", | ||
shorthand: "borderYWidth" | ||
}, | ||
borderBlockColor: { | ||
@@ -409,6 +420,9 @@ className: "border-y", | ||
className: "border-s", | ||
values: "borders" | ||
values: "borders", | ||
shorthand: "borderStart" | ||
}, | ||
borderInlineStartColor: { | ||
className: "border-s" | ||
className: "border-s", | ||
values: "colors", | ||
shorthand: "borderStartColor" | ||
}, | ||
@@ -425,7 +439,9 @@ borderRight: { | ||
className: "border-e", | ||
values: "borders" | ||
values: "borders", | ||
shorthand: "borderEnd" | ||
}, | ||
borderInlineEndColor: { | ||
className: "border-e", | ||
values: "colors" | ||
values: "colors", | ||
shorthand: "borderEndColor" | ||
}, | ||
@@ -503,4 +519,4 @@ borderTop: { | ||
"& > :not([hidden]) ~ :not([hidden])": { | ||
borderLeftWidth: value, | ||
borderRightWidth: "0px" | ||
borderInlineStartWidth: value, | ||
borderInlineEndWidth: "0px" | ||
} | ||
@@ -507,0 +523,0 @@ }; |
{ | ||
"name": "@pandacss/preset-base", | ||
"version": "0.0.0-dev-20230613080521", | ||
"version": "0.0.0-dev-20230613110020", | ||
"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-20230613080521" | ||
"@pandacss/types": "0.0.0-dev-20230613110020" | ||
}, | ||
@@ -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
107389
4712
+ Added@pandacss/extractor@0.0.0-dev-20230613110020(transitive)
+ Added@pandacss/logger@0.0.0-dev-20230613110020(transitive)
+ Added@pandacss/types@0.0.0-dev-20230613110020(transitive)
- Removed@pandacss/extractor@0.0.0-dev-20230613080521(transitive)
- Removed@pandacss/logger@0.0.0-dev-20230613080521(transitive)
- Removed@pandacss/types@0.0.0-dev-20230613080521(transitive)