1 line
14 KiB
JSON
1 line
14 KiB
JSON
{"ast":null,"code":"import { unit } from '@ant-design/cssinjs';\nconst genStepsProgressDotStyle = token => {\n const {\n componentCls,\n descriptionMaxWidth,\n lineHeight,\n dotCurrentSize,\n dotSize,\n motionDurationSlow\n } = token;\n return {\n [`&${componentCls}-dot, &${componentCls}-dot${componentCls}-small`]: {\n [`${componentCls}-item`]: {\n '&-title': {\n lineHeight\n },\n '&-tail': {\n // Math.floor((token.size - token.lineWidth * 3) / 2)\n top: token.calc(token.dotSize).sub(token.calc(token.lineWidth).mul(3).equal()).div(2).equal(),\n width: '100%',\n marginTop: 0,\n marginBottom: 0,\n marginInline: `${unit(token.calc(descriptionMaxWidth).div(2).equal())} 0`,\n padding: 0,\n '&::after': {\n width: `calc(100% - ${unit(token.calc(token.marginSM).mul(2).equal())})`,\n height: token.calc(token.lineWidth).mul(3).equal(),\n marginInlineStart: token.marginSM\n }\n },\n '&-icon': {\n width: dotSize,\n height: dotSize,\n marginInlineStart: token.calc(token.descriptionMaxWidth).sub(dotSize).div(2).equal(),\n paddingInlineEnd: 0,\n lineHeight: unit(dotSize),\n background: 'transparent',\n border: 0,\n [`${componentCls}-icon-dot`]: {\n position: 'relative',\n float: 'left',\n width: '100%',\n height: '100%',\n borderRadius: 100,\n // very large number\n transition: `all ${motionDurationSlow}`,\n /* expand hover area */\n '&::after': {\n position: 'absolute',\n top: token.calc(token.marginSM).mul(-1).equal(),\n insetInlineStart: token.calc(dotSize).sub(token.calc(token.controlHeightLG).mul(1.5).equal()).div(2).equal(),\n width: token.calc(token.controlHeightLG).mul(1.5).equal(),\n height: token.controlHeight,\n background: 'transparent',\n content: '\"\"'\n }\n }\n },\n '&-content': {\n width: descriptionMaxWidth\n },\n [`&-process ${componentCls}-item-icon`]: {\n position: 'relative',\n top: token.calc(dotSize).sub(dotCurrentSize).div(2).equal(),\n width: dotCurrentSize,\n height: dotCurrentSize,\n lineHeight: unit(dotCurrentSize),\n background: 'none',\n marginInlineStart: token.calc(token.descriptionMaxWidth).sub(dotCurrentSize).div(2).equal()\n },\n [`&-process ${componentCls}-icon`]: {\n [`&:first-child ${componentCls}-icon-dot`]: {\n insetInlineStart: 0\n }\n }\n }\n },\n [`&${componentCls}-vertical${componentCls}-dot`]: {\n [`${componentCls}-item-icon`]: {\n marginTop: token.calc(token.controlHeight).sub(dotSize).div(2).equal(),\n marginInlineStart: 0,\n background: 'none'\n },\n [`${componentCls}-item-process ${componentCls}-item-icon`]: {\n marginTop: token.calc(token.controlHeight).sub(dotCurrentSize).div(2).equal(),\n top: 0,\n insetInlineStart: token.calc(dotSize).sub(dotCurrentSize).div(2).equal(),\n marginInlineStart: 0\n },\n // https://github.com/ant-design/ant-design/issues/18354\n [`${componentCls}-item > ${componentCls}-item-container > ${componentCls}-item-tail`]: {\n top: token.calc(token.controlHeight).sub(dotSize).div(2).equal(),\n insetInlineStart: 0,\n margin: 0,\n padding: `${unit(token.calc(dotSize).add(token.paddingXS).equal())} 0 ${unit(token.paddingXS)}`,\n '&::after': {\n marginInlineStart: token.calc(dotSize).sub(token.lineWidth).div(2).equal()\n }\n },\n [`&${componentCls}-small`]: {\n [`${componentCls}-item-icon`]: {\n marginTop: token.calc(token.controlHeightSM).sub(dotSize).div(2).equal()\n },\n [`${componentCls}-item-process ${componentCls}-item-icon`]: {\n marginTop: token.calc(token.controlHeightSM).sub(dotCurrentSize).div(2).equal()\n },\n [`${componentCls}-item > ${componentCls}-item-container > ${componentCls}-item-tail`]: {\n top: token.calc(token.controlHeightSM).sub(dotSize).div(2).equal()\n }\n },\n [`${componentCls}-item:first-child ${componentCls}-icon-dot`]: {\n insetInlineStart: 0\n },\n [`${componentCls}-item-content`]: {\n width: 'inherit'\n }\n }\n };\n};\nexport default genStepsProgressDotStyle;","map":{"version":3,"names":["unit","genStepsProgressDotStyle","token","componentCls","descriptionMaxWidth","lineHeight","dotCurrentSize","dotSize","motionDurationSlow","top","calc","sub","lineWidth","mul","equal","div","width","marginTop","marginBottom","marginInline","padding","marginSM","height","marginInlineStart","paddingInlineEnd","background","border","position","float","borderRadius","transition","insetInlineStart","controlHeightLG","controlHeight","content","margin","add","paddingXS","controlHeightSM"],"sources":["C:/Users/Аришина)/source/repos/PromoCursed/node_modules/antd/es/steps/style/progress-dot.js"],"sourcesContent":["import { unit } from '@ant-design/cssinjs';\nconst genStepsProgressDotStyle = token => {\n const {\n componentCls,\n descriptionMaxWidth,\n lineHeight,\n dotCurrentSize,\n dotSize,\n motionDurationSlow\n } = token;\n return {\n [`&${componentCls}-dot, &${componentCls}-dot${componentCls}-small`]: {\n [`${componentCls}-item`]: {\n '&-title': {\n lineHeight\n },\n '&-tail': {\n // Math.floor((token.size - token.lineWidth * 3) / 2)\n top: token.calc(token.dotSize).sub(token.calc(token.lineWidth).mul(3).equal()).div(2).equal(),\n width: '100%',\n marginTop: 0,\n marginBottom: 0,\n marginInline: `${unit(token.calc(descriptionMaxWidth).div(2).equal())} 0`,\n padding: 0,\n '&::after': {\n width: `calc(100% - ${unit(token.calc(token.marginSM).mul(2).equal())})`,\n height: token.calc(token.lineWidth).mul(3).equal(),\n marginInlineStart: token.marginSM\n }\n },\n '&-icon': {\n width: dotSize,\n height: dotSize,\n marginInlineStart: token.calc(token.descriptionMaxWidth).sub(dotSize).div(2).equal(),\n paddingInlineEnd: 0,\n lineHeight: unit(dotSize),\n background: 'transparent',\n border: 0,\n [`${componentCls}-icon-dot`]: {\n position: 'relative',\n float: 'left',\n width: '100%',\n height: '100%',\n borderRadius: 100,\n // very large number\n transition: `all ${motionDurationSlow}`,\n /* expand hover area */\n '&::after': {\n position: 'absolute',\n top: token.calc(token.marginSM).mul(-1).equal(),\n insetInlineStart: token.calc(dotSize).sub(token.calc(token.controlHeightLG).mul(1.5).equal()).div(2).equal(),\n width: token.calc(token.controlHeightLG).mul(1.5).equal(),\n height: token.controlHeight,\n background: 'transparent',\n content: '\"\"'\n }\n }\n },\n '&-content': {\n width: descriptionMaxWidth\n },\n [`&-process ${componentCls}-item-icon`]: {\n position: 'relative',\n top: token.calc(dotSize).sub(dotCurrentSize).div(2).equal(),\n width: dotCurrentSize,\n height: dotCurrentSize,\n lineHeight: unit(dotCurrentSize),\n background: 'none',\n marginInlineStart: token.calc(token.descriptionMaxWidth).sub(dotCurrentSize).div(2).equal()\n },\n [`&-process ${componentCls}-icon`]: {\n [`&:first-child ${componentCls}-icon-dot`]: {\n insetInlineStart: 0\n }\n }\n }\n },\n [`&${componentCls}-vertical${componentCls}-dot`]: {\n [`${componentCls}-item-icon`]: {\n marginTop: token.calc(token.controlHeight).sub(dotSize).div(2).equal(),\n marginInlineStart: 0,\n background: 'none'\n },\n [`${componentCls}-item-process ${componentCls}-item-icon`]: {\n marginTop: token.calc(token.controlHeight).sub(dotCurrentSize).div(2).equal(),\n top: 0,\n insetInlineStart: token.calc(dotSize).sub(dotCurrentSize).div(2).equal(),\n marginInlineStart: 0\n },\n // https://github.com/ant-design/ant-design/issues/18354\n [`${componentCls}-item > ${componentCls}-item-container > ${componentCls}-item-tail`]: {\n top: token.calc(token.controlHeight).sub(dotSize).div(2).equal(),\n insetInlineStart: 0,\n margin: 0,\n padding: `${unit(token.calc(dotSize).add(token.paddingXS).equal())} 0 ${unit(token.paddingXS)}`,\n '&::after': {\n marginInlineStart: token.calc(dotSize).sub(token.lineWidth).div(2).equal()\n }\n },\n [`&${componentCls}-small`]: {\n [`${componentCls}-item-icon`]: {\n marginTop: token.calc(token.controlHeightSM).sub(dotSize).div(2).equal()\n },\n [`${componentCls}-item-process ${componentCls}-item-icon`]: {\n marginTop: token.calc(token.controlHeightSM).sub(dotCurrentSize).div(2).equal()\n },\n [`${componentCls}-item > ${componentCls}-item-container > ${componentCls}-item-tail`]: {\n top: token.calc(token.controlHeightSM).sub(dotSize).div(2).equal()\n }\n },\n [`${componentCls}-item:first-child ${componentCls}-icon-dot`]: {\n insetInlineStart: 0\n },\n [`${componentCls}-item-content`]: {\n width: 'inherit'\n }\n }\n };\n};\nexport default genStepsProgressDotStyle;"],"mappings":"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","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]} |