{"ast":null,"code":"import { unit } from '@ant-design/cssinjs';\nconst genStepsVerticalStyle = token => {\n  const {\n    componentCls,\n    iconSizeSM,\n    iconSize\n  } = token;\n  return {\n    [`&${componentCls}-vertical`]: {\n      display: 'flex',\n      flexDirection: 'column',\n      [`> ${componentCls}-item`]: {\n        display: 'block',\n        flex: '1 0 auto',\n        paddingInlineStart: 0,\n        overflow: 'visible',\n        [`${componentCls}-item-icon`]: {\n          float: 'left',\n          marginInlineEnd: token.margin\n        },\n        [`${componentCls}-item-content`]: {\n          display: 'block',\n          minHeight: token.calc(token.controlHeight).mul(1.5).equal(),\n          overflow: 'hidden'\n        },\n        [`${componentCls}-item-title`]: {\n          lineHeight: `${unit(iconSize)}`\n        },\n        [`${componentCls}-item-description`]: {\n          paddingBottom: token.paddingSM\n        }\n      },\n      [`> ${componentCls}-item > ${componentCls}-item-container > ${componentCls}-item-tail`]: {\n        position: 'absolute',\n        top: 0,\n        insetInlineStart: token.calc(iconSize).div(2).sub(token.lineWidth).equal(),\n        width: token.lineWidth,\n        height: '100%',\n        padding: `${unit(token.calc(token.marginXXS).mul(1.5).add(iconSize).equal())} 0 ${unit(token.calc(token.marginXXS).mul(1.5).equal())}`,\n        '&::after': {\n          width: token.lineWidth,\n          height: '100%'\n        }\n      },\n      [`> ${componentCls}-item:not(:last-child) > ${componentCls}-item-container > ${componentCls}-item-tail`]: {\n        display: 'block'\n      },\n      [` > ${componentCls}-item > ${componentCls}-item-container > ${componentCls}-item-content > ${componentCls}-item-title`]: {\n        '&::after': {\n          display: 'none'\n        }\n      },\n      [`&${componentCls}-small ${componentCls}-item-container`]: {\n        [`${componentCls}-item-tail`]: {\n          position: 'absolute',\n          top: 0,\n          insetInlineStart: token.calc(iconSizeSM).div(2).sub(token.lineWidth).equal(),\n          padding: `${unit(token.calc(token.marginXXS).mul(1.5).add(iconSizeSM).equal())} 0 ${unit(token.calc(token.marginXXS).mul(1.5).equal())}`\n        },\n        [`${componentCls}-item-title`]: {\n          lineHeight: `${unit(iconSizeSM)}`\n        }\n      }\n    }\n  };\n};\nexport default genStepsVerticalStyle;","map":{"version":3,"names":["unit","genStepsVerticalStyle","token","componentCls","iconSizeSM","iconSize","display","flexDirection","flex","paddingInlineStart","overflow","float","marginInlineEnd","margin","minHeight","calc","controlHeight","mul","equal","lineHeight","paddingBottom","paddingSM","position","top","insetInlineStart","div","sub","lineWidth","width","height","padding","marginXXS","add"],"sources":["/var/www/gavt/react-demo/node_modules/antd/es/steps/style/vertical.js"],"sourcesContent":["import { unit } from '@ant-design/cssinjs';\nconst genStepsVerticalStyle = token => {\n  const {\n    componentCls,\n    iconSizeSM,\n    iconSize\n  } = token;\n  return {\n    [`&${componentCls}-vertical`]: {\n      display: 'flex',\n      flexDirection: 'column',\n      [`> ${componentCls}-item`]: {\n        display: 'block',\n        flex: '1 0 auto',\n        paddingInlineStart: 0,\n        overflow: 'visible',\n        [`${componentCls}-item-icon`]: {\n          float: 'left',\n          marginInlineEnd: token.margin\n        },\n        [`${componentCls}-item-content`]: {\n          display: 'block',\n          minHeight: token.calc(token.controlHeight).mul(1.5).equal(),\n          overflow: 'hidden'\n        },\n        [`${componentCls}-item-title`]: {\n          lineHeight: `${unit(iconSize)}`\n        },\n        [`${componentCls}-item-description`]: {\n          paddingBottom: token.paddingSM\n        }\n      },\n      [`> ${componentCls}-item > ${componentCls}-item-container > ${componentCls}-item-tail`]: {\n        position: 'absolute',\n        top: 0,\n        insetInlineStart: token.calc(iconSize).div(2).sub(token.lineWidth).equal(),\n        width: token.lineWidth,\n        height: '100%',\n        padding: `${unit(token.calc(token.marginXXS).mul(1.5).add(iconSize).equal())} 0 ${unit(token.calc(token.marginXXS).mul(1.5).equal())}`,\n        '&::after': {\n          width: token.lineWidth,\n          height: '100%'\n        }\n      },\n      [`> ${componentCls}-item:not(:last-child) > ${componentCls}-item-container > ${componentCls}-item-tail`]: {\n        display: 'block'\n      },\n      [` > ${componentCls}-item > ${componentCls}-item-container > ${componentCls}-item-content > ${componentCls}-item-title`]: {\n        '&::after': {\n          display: 'none'\n        }\n      },\n      [`&${componentCls}-small ${componentCls}-item-container`]: {\n        [`${componentCls}-item-tail`]: {\n          position: 'absolute',\n          top: 0,\n          insetInlineStart: token.calc(iconSizeSM).div(2).sub(token.lineWidth).equal(),\n          padding: `${unit(token.calc(token.marginXXS).mul(1.5).add(iconSizeSM).equal())} 0 ${unit(token.calc(token.marginXXS).mul(1.5).equal())}`\n        },\n        [`${componentCls}-item-title`]: {\n          lineHeight: `${unit(iconSizeSM)}`\n        }\n      }\n    }\n  };\n};\nexport default genStepsVerticalStyle;"],"mappings":"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","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}