{"ast":null,"code":"// eslint-disable-next-line import/prefer-default-export\nexport const operationUnit = token => ({\n // FIXME: This use link but is a operation unit. Seems should be a colorPrimary.\n // And Typography use this to generate link style which should not do this.\n color: token.colorLink,\n textDecoration: 'none',\n outline: 'none',\n cursor: 'pointer',\n transition: `color ${token.motionDurationSlow}`,\n '&:focus, &:hover': {\n color: token.colorLinkHover\n },\n '&:active': {\n color: token.colorLinkActive\n }\n});","map":{"version":3,"names":["operationUnit","token","color","colorLink","textDecoration","outline","cursor","transition","motionDurationSlow","colorLinkHover","colorLinkActive"],"sources":["C:/Users/Аришина)/Desktop/promo/node_modules/antd/es/style/operationUnit.js"],"sourcesContent":["// eslint-disable-next-line import/prefer-default-export\nexport const operationUnit = token => ({\n // FIXME: This use link but is a operation unit. Seems should be a colorPrimary.\n // And Typography use this to generate link style which should not do this.\n color: token.colorLink,\n textDecoration: 'none',\n outline: 'none',\n cursor: 'pointer',\n transition: `color ${token.motionDurationSlow}`,\n '&:focus, &:hover': {\n color: token.colorLinkHover\n },\n '&:active': {\n color: token.colorLinkActive\n }\n});"],"mappings":"AAAA;AACA,OAAO,MAAMA,aAAa,GAAGC,KAAK,KAAK;EACrC;EACA;EACAC,KAAK,EAAED,KAAK,CAACE,SAAS;EACtBC,cAAc,EAAE,MAAM;EACtBC,OAAO,EAAE,MAAM;EACfC,MAAM,EAAE,SAAS;EACjBC,UAAU,EAAE,SAASN,KAAK,CAACO,kBAAkB,EAAE;EAC/C,kBAAkB,EAAE;IAClBN,KAAK,EAAED,KAAK,CAACQ;EACf,CAAC;EACD,UAAU,EAAE;IACVP,KAAK,EAAED,KAAK,CAACS;EACf;AACF,CAAC,CAAC","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}