@pandacss/token-dictionary
Advanced tools
Comparing version 0.0.0-dev-20240413152357 to 0.0.0-dev-20240419031424
@@ -175,2 +175,3 @@ import * as _pandacss_types from '@pandacss/types'; | ||
json: Record<string, Record<string, string>>; | ||
valuesByCategory: Map<keyof _pandacss_types.TokenDataTypes, Map<string, string>>; | ||
get: (path: string, fallback?: string | number) => string; | ||
@@ -177,0 +178,0 @@ getCategoryValues: (category: string) => Record<string, string> | undefined; |
@@ -1094,2 +1094,3 @@ "use strict"; | ||
json, | ||
valuesByCategory, | ||
get: (0, import_shared5.memo)((path, fallback) => { | ||
@@ -1096,0 +1097,0 @@ return flatValues.get(path) ?? fallback; |
{ | ||
"name": "@pandacss/token-dictionary", | ||
"version": "0.0.0-dev-20240413152357", | ||
"version": "0.0.0-dev-20240419031424", | ||
"description": "Common error messages for css panda", | ||
@@ -36,5 +36,5 @@ "main": "dist/index.js", | ||
"ts-pattern": "5.0.8", | ||
"@pandacss/logger": "^0.0.0-dev-20240413152357", | ||
"@pandacss/shared": "0.0.0-dev-20240413152357", | ||
"@pandacss/types": "0.0.0-dev-20240413152357" | ||
"@pandacss/logger": "^0.0.0-dev-20240419031424", | ||
"@pandacss/types": "0.0.0-dev-20240419031424", | ||
"@pandacss/shared": "0.0.0-dev-20240419031424" | ||
}, | ||
@@ -41,0 +41,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
89009
2551
+ Added@pandacss/shared@0.0.0-dev-20240419031424(transitive)
+ Added@pandacss/types@0.0.0-dev-20240419031424(transitive)
- Removed@pandacss/shared@0.0.0-dev-20240413152357(transitive)
- Removed@pandacss/types@0.0.0-dev-20240413152357(transitive)