@pandacss/shared 0.0.0-dev-20230612205733 → 0.0.0-dev-20230612223452

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -38,7 +38,7 @@ type NormalizeContext = Pick<CreateCssContext, 'utility' | 'conditions'>;
38
38
  declare function normalizeShorthand(styles: Record<string, any>, context: NormalizeContext): MappedObject<Record<string, any>, any>;
39
39
  declare function normalizeStyleObject(styles: Record<string, any>, context: NormalizeContext): MappedObject<Record<string, any>, any>;
40
40
 
41
- declare function splitBy(value: string, separator?: string): string[];
41
+ declare function splitBy(value: string, separator?: string): any[];
42
42
  declare function splitDotPath(path: string): string[];
43
43
  declare function getNegativePath(path: string[]): string[];
44
44
  declare function getDotPath(obj: any, path: string, fallback?: any): any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/shared",
3
- "version": "0.0.0-dev-20230612205733",
3
+ "version": "0.0.0-dev-20230612223452",
4
4
  "description": "Shared utilities for css panda",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",