{"version":3,"file":"hashedAnimationLinter.cjs","sources":["../../../../../../packages/theme/cssinjs/linters/hashedAnimationLinter.ts"],"sourcesContent":["import type { Linter } from './interface';\nimport { lintWarning } from './utils';\n\nconst linter: Linter = (key, value, info) => {\n  if (key === 'animation') {\n    if (info.hashId && value !== 'none') {\n      lintWarning(\n        `You seem to be using hashed animation '${value}', in which case 'animationName' with Keyframe as value is recommended.`,\n        info,\n      );\n    }\n  }\n};\n\nexport default linter;\n"],"names":["lintWarning"],"mappings":";;;;;;AAGA,MAAM,MAAiB,GAAA,CAAC,GAAK,EAAA,KAAA,EAAO,IAAS,KAAA;AAC3C,EAAA,IAAI,QAAQ,WAAa,EAAA;AACvB,IAAI,IAAA,IAAA,CAAK,MAAU,IAAA,KAAA,KAAU,MAAQ,EAAA;AACnC,MAAAA,iBAAA;AAAA,QACE,0CAA0C,KAAK,CAAA,uEAAA,CAAA;AAAA,QAC/C,IAAA;AAAA,OACF,CAAA;AAAA,KACF;AAAA,GACF;AACF;;;;"}