{"ast":null,"code":"import { unit } from '@ant-design/cssinjs';\nconst genStepsCustomIconStyle = token => {\n  const {\n    componentCls,\n    customIconTop,\n    customIconSize,\n    customIconFontSize\n  } = token;\n  return {\n    [`${componentCls}-item-custom`]: {\n      [`> ${componentCls}-item-container > ${componentCls}-item-icon`]: {\n        height: 'auto',\n        background: 'none',\n        border: 0,\n        [`> ${componentCls}-icon`]: {\n          top: customIconTop,\n          width: customIconSize,\n          height: customIconSize,\n          fontSize: customIconFontSize,\n          lineHeight: `${unit(customIconFontSize)}`\n        }\n      }\n    },\n    // Only adjust horizontal customize icon width\n    [`&:not(${componentCls}-vertical)`]: {\n      [`${componentCls}-item-custom`]: {\n        [`${componentCls}-item-icon`]: {\n          width: 'auto',\n          background: 'none'\n        }\n      }\n    }\n  };\n};\nexport default genStepsCustomIconStyle;","map":{"version":3,"names":["unit","genStepsCustomIconStyle","token","componentCls","customIconTop","customIconSize","customIconFontSize","height","background","border","top","width","fontSize","lineHeight"],"sources":["/Users/shanyi/Desktop/Projects/UC_Trains_Voice/react-demo/node_modules/antd/es/steps/style/custom-icon.js"],"sourcesContent":["import { unit } from '@ant-design/cssinjs';\nconst genStepsCustomIconStyle = token => {\n  const {\n    componentCls,\n    customIconTop,\n    customIconSize,\n    customIconFontSize\n  } = token;\n  return {\n    [`${componentCls}-item-custom`]: {\n      [`> ${componentCls}-item-container > ${componentCls}-item-icon`]: {\n        height: 'auto',\n        background: 'none',\n        border: 0,\n        [`> ${componentCls}-icon`]: {\n          top: customIconTop,\n          width: customIconSize,\n          height: customIconSize,\n          fontSize: customIconFontSize,\n          lineHeight: `${unit(customIconFontSize)}`\n        }\n      }\n    },\n    // Only adjust horizontal customize icon width\n    [`&:not(${componentCls}-vertical)`]: {\n      [`${componentCls}-item-custom`]: {\n        [`${componentCls}-item-icon`]: {\n          width: 'auto',\n          background: 'none'\n        }\n      }\n    }\n  };\n};\nexport default genStepsCustomIconStyle;"],"mappings":"AAAA,SAASA,IAAI,QAAQ,qBAAqB;AAC1C,MAAMC,uBAAuB,GAAGC,KAAK,IAAI;EACvC,MAAM;IACJC,YAAY;IACZC,aAAa;IACbC,cAAc;IACdC;EACF,CAAC,GAAGJ,KAAK;EACT,OAAO;IACL,CAAE,GAAEC,YAAa,cAAa,GAAG;MAC/B,CAAE,KAAIA,YAAa,qBAAoBA,YAAa,YAAW,GAAG;QAChEI,MAAM,EAAE,MAAM;QACdC,UAAU,EAAE,MAAM;QAClBC,MAAM,EAAE,CAAC;QACT,CAAE,KAAIN,YAAa,OAAM,GAAG;UAC1BO,GAAG,EAAEN,aAAa;UAClBO,KAAK,EAAEN,cAAc;UACrBE,MAAM,EAAEF,cAAc;UACtBO,QAAQ,EAAEN,kBAAkB;UAC5BO,UAAU,EAAG,GAAEb,IAAI,CAACM,kBAAkB,CAAE;QAC1C;MACF;IACF,CAAC;IACD;IACA,CAAE,SAAQH,YAAa,YAAW,GAAG;MACnC,CAAE,GAAEA,YAAa,cAAa,GAAG;QAC/B,CAAE,GAAEA,YAAa,YAAW,GAAG;UAC7BQ,KAAK,EAAE,MAAM;UACbH,UAAU,EAAE;QACd;MACF;IACF;EACF,CAAC;AACH,CAAC;AACD,eAAeP,uBAAuB","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}