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-20230621130013 to 0.0.0-dev-20230621224245

4

dist/index.d.ts

@@ -97,3 +97,2 @@ import * as _pandacss_types_dist_pattern from '@pandacss/types/dist/pattern';

box: {
properties: {};
transform(props: _pandacss_types_dist_pattern.Props<_pandacss_types_dist_pattern.PatternProperties>): _pandacss_types_dist_pattern.Props<_pandacss_types_dist_pattern.PatternProperties>;

@@ -269,3 +268,2 @@ };

linkBox: {
properties: {};
transform(props: _pandacss_types_dist_pattern.Props<_pandacss_types_dist_pattern.PatternProperties>): {

@@ -281,3 +279,2 @@ position: "relative";

jsxElement: string;
properties: {};
transform(props: _pandacss_types_dist_pattern.Props<_pandacss_types_dist_pattern.PatternProperties>): {

@@ -411,3 +408,2 @@ position: "static";

container: {
properties: {};
transform(props: _pandacss_types_dist_pattern.Props<_pandacss_types_dist_pattern.PatternProperties>): {

@@ -414,0 +410,0 @@ position: "relative";

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

var box = definePattern({
properties: {},
transform(props) {

@@ -2207,3 +2206,2 @@ return props;

var container = definePattern({
properties: {},
transform(props) {

@@ -2285,3 +2283,2 @@ return {

var linkBox = definePattern({
properties: {},
transform(props) {

@@ -2300,3 +2297,2 @@ return {

jsxElement: "a",
properties: {},
transform(props) {

@@ -2303,0 +2299,0 @@ return {

4

package.json
{
"name": "@pandacss/preset-base",
"version": "0.0.0-dev-20230621130013",
"version": "0.0.0-dev-20230621224245",
"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-20230621130013"
"@pandacss/types": "0.0.0-dev-20230621224245"
},

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