@pandacss/shared
Advanced tools
Comparing version 0.0.0-dev-20240218185104 to 0.0.0-dev-20240218191408
@@ -100,3 +100,3 @@ import { W as WalkObjectStopFn, M as MappedObject, C as CreateCssContext } from './shared-4wnn7ulW.js'; | ||
*/ | ||
declare function getPropertyPriority(property: string): 1 | 2; | ||
declare function getPropertyPriority(property: string): 0 | 1 | 2; | ||
@@ -103,0 +103,0 @@ declare function splitBy(value: string, separator?: string): any[]; |
@@ -739,2 +739,4 @@ "use strict"; | ||
function getPropertyPriority(property) { | ||
if (property === "all") | ||
return 0; | ||
return longhands.includes(property) ? 2 : 1; | ||
@@ -741,0 +743,0 @@ } |
{ | ||
"name": "@pandacss/shared", | ||
"version": "0.0.0-dev-20240218185104", | ||
"version": "0.0.0-dev-20240218191408", | ||
"description": "Shared utilities for css panda", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
102362
2681