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

@pandacss/preset-panda

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-panda - npm Package Compare versions

Comparing version 0.3.2 to 0.4.0

11

dist/index.d.ts

@@ -42,2 +42,7 @@ import * as _pandacss_types_dist_shared from '@pandacss/types/dist/shared';

tokens: {
borders: {
none: {
value: string;
};
};
easings: {

@@ -687,2 +692,5 @@ default: {

spacing: {
0: {
value: string;
};
0.5: {

@@ -840,2 +848,5 @@ value: string;

};
0: {
value: string;
};
0.5: {

@@ -842,0 +853,0 @@ value: string;

@@ -273,2 +273,7 @@ "use strict";

// src/borders.ts
var borders = {
none: { value: "none" }
};
// src/shadows.ts

@@ -287,2 +292,3 @@ var shadows = {

var spacing = {
0: { value: "0rem" },
0.5: { value: "0.125rem" },

@@ -511,2 +517,3 @@ 1: { value: "0.25rem" },

var tokens = defineTokens({
borders,
easings: {

@@ -513,0 +520,0 @@ default: { value: "cubic-bezier(0.4, 0, 0.2, 1)" },

4

package.json
{
"name": "@pandacss/preset-panda",
"version": "0.3.2",
"version": "0.4.0",
"description": "The preset for PandaCSS that contains the default theme",

@@ -17,3 +17,3 @@ "main": "dist/index.js",

"dependencies": {
"@pandacss/types": "0.3.2"
"@pandacss/types": "0.4.0"
},

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