@pandacss/preset-base
Advanced tools
Comparing version 0.0.0-dev-20240501191510 to 0.0.0-dev-20240501211216
@@ -317,15 +317,2 @@ import * as _pandacss_types from '@pandacss/types'; | ||
}; | ||
linkBox: { | ||
transform(props: { | ||
[x: string]: any; | ||
[x: number]: any; | ||
[x: string & Record<never, never>]: any; | ||
}): { | ||
position: "relative"; | ||
'& :where(a, abbr)': { | ||
position: "relative"; | ||
zIndex: "1"; | ||
}; | ||
}; | ||
}; | ||
linkOverlay: { | ||
@@ -338,3 +325,2 @@ jsxElement: string; | ||
}): { | ||
position: "static"; | ||
_before: any; | ||
@@ -341,0 +327,0 @@ }; |
{ | ||
"name": "@pandacss/preset-base", | ||
"version": "0.0.0-dev-20240501191510", | ||
"version": "0.0.0-dev-20240501211216", | ||
"description": "The base preset for Panda CSS that contains the conditions and utilities", | ||
@@ -35,3 +35,3 @@ "author": "Segun Adebayo <joseshegs@gmail.com>", | ||
"dependencies": { | ||
"@pandacss/types": "0.0.0-dev-20240501191510" | ||
"@pandacss/types": "0.0.0-dev-20240501211216" | ||
}, | ||
@@ -38,0 +38,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
173694
6456
+ Added@pandacss/types@0.0.0-dev-20240501211216(transitive)
- Removed@pandacss/types@0.0.0-dev-20240501191510(transitive)