@pandacss/preset-base
Advanced tools
Comparing version 0.0.0-dev-20230621130013 to 0.0.0-dev-20230621224245
@@ -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 { |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
121820
5202
+ Added@pandacss/types@0.0.0-dev-20230621224245(transitive)
- Removed@pandacss/types@0.0.0-dev-20230621130013(transitive)