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
700
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-20230621105653 to 0.0.0-dev-20230621111134

34

dist/index.js

@@ -1234,2 +1234,3 @@ "use strict";

values: {
auto: "auto",
square: "1 / 1",

@@ -1295,3 +1296,6 @@ landscape: "4 / 3",

className: "inset",
values: "spacing"
values: (theme) => ({
auto: "auto",
...theme("spacing")
})
},

@@ -1419,2 +1423,3 @@ insetBlockEnd: {

var widthValues = (theme) => ({
auto: "auto",
...theme("sizes"),

@@ -1450,2 +1455,3 @@ "1/2": "50%",

var heightValues = (theme) => ({
auto: "auto",
...theme("sizes"),

@@ -1530,2 +1536,6 @@ svh: "100svh",

// src/utilities/spacing.ts
var marginValues = (theme) => ({
auto: "auto",
...theme("spacing")
});
var spacing = {

@@ -1588,3 +1598,3 @@ padding: {

shorthand: "ml",
values: "spacing"
values: marginValues
},

@@ -1594,3 +1604,3 @@ marginRight: {

shorthand: "mr",
values: "spacing"
values: marginValues
},

@@ -1600,3 +1610,3 @@ marginTop: {

shorthand: "mt",
values: "spacing"
values: marginValues
},

@@ -1606,3 +1616,3 @@ marginBottom: {

shorthand: "mb",
values: "spacing"
values: marginValues
},

@@ -1612,7 +1622,7 @@ margin: {

shorthand: "m",
values: "spacing"
values: marginValues
},
marginBlock: {
className: "my",
values: "spacing",
values: marginValues,
shorthand: ["my", "marginY"]

@@ -1622,11 +1632,11 @@ },

className: "mb",
values: "spacing"
values: marginValues
},
marginBlockStart: {
className: "mt",
values: "spacing"
values: marginValues
},
marginInline: {
className: "mx",
values: "spacing",
values: marginValues,
shorthand: ["mx", "marginX"]

@@ -1637,3 +1647,3 @@ },

shorthand: ["me", "marginEnd"],
values: "spacing"
values: marginValues
},

@@ -1643,3 +1653,3 @@ marginInlineStart: {

shorthand: ["ms", "marginStart"],
values: "spacing"
values: marginValues
}

@@ -1646,0 +1656,0 @@ };

{
"name": "@pandacss/preset-base",
"version": "0.0.0-dev-20230621105653",
"version": "0.0.0-dev-20230621111134",
"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-20230621105653"
"@pandacss/types": "0.0.0-dev-20230621111134"
},

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