Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@pandacss/preset-base

Package Overview
Dependencies
Maintainers
1
Versions
694
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pandacss/preset-base - npm Package Compare versions

Comparing version 0.0.0-dev-20230613080521 to 0.0.0-dev-20230613110020

30

dist/index.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc