@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
1 lines • 522 B
Source Map (JSON)
{"version":3,"file":"token.cjs","names":["tokenToVar"],"sources":["../../../../src/core/css/token.ts"],"sourcesContent":["import type { ThemeToken } from \"../system\"\nimport type { Transform } from \"./utils\"\nimport { tokenToVar } from \"./utils\"\n\nexport function generateToken(token: ThemeToken): Transform {\n return function (value, { system }) {\n return tokenToVar(system)(token, value)\n }\n}\n"],"mappings":";;;AAIA,SAAgB,cAAc,OAA8B;AAC1D,QAAO,SAAU,OAAO,EAAE,UAAU;AAClC,SAAOA,yBAAW,OAAO,CAAC,OAAO,MAAM"}