{"version":3,"names":["getColorByToken","name","tokens"],"sources":["./src/utils/tokens.ts"],"sourcesContent":["import tokens from \"../../smart-tokens/build/json/variables.json\";\nimport type {Color} from \"@utils/types\";\n\nconst getColorByToken = (name: string): Color => {\n\treturn tokens[name] || name;\n};\n\nexport { tokens, getColorByToken };"],"mappings":"8iFAGMA,EAAmBC,GACjBC,EAAOD,IAASA,S"}