@pandacss/preset-base
Advanced tools
Comparing version 0.0.0-dev-20230705165018 to 0.0.0-dev-20230705181159
@@ -367,3 +367,5 @@ import * as _pandacss_types_dist_pattern from '@pandacss/types/dist/pattern'; | ||
gridRow: any; | ||
gridColumnStart: any; | ||
gridColumnEnd: any; | ||
gridRowStart: any; | ||
gridRowEnd: any; | ||
@@ -370,0 +372,0 @@ }; |
@@ -2177,3 +2177,5 @@ "use strict"; | ||
gridRow: rowSpan != null ? map(rowSpan, spanFn) : void 0, | ||
gridColumnStart: colStart, | ||
gridColumnEnd: colEnd, | ||
gridRowStart: rowStart, | ||
gridRowEnd: rowEnd, | ||
@@ -2180,0 +2182,0 @@ ...rest |
{ | ||
"name": "@pandacss/preset-base", | ||
"version": "0.0.0-dev-20230705165018", | ||
"version": "0.0.0-dev-20230705181159", | ||
"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-20230705165018" | ||
"@pandacss/types": "0.0.0-dev-20230705181159" | ||
}, | ||
@@ -20,0 +20,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
137378
5210
+ Added@pandacss/types@0.0.0-dev-20230705181159(transitive)
- Removed@pandacss/types@0.0.0-dev-20230705165018(transitive)