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
705
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-20230620123156 to 0.0.0-dev-20230620124536

2

dist/index.d.ts

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

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