/*! For license information please see 0da2e47b0ac8052320324b1014f8364f.js.LICENSE.txt */ "use strict";(wx["webpackJsonp"]=wx["webpackJsonp"]||[]).push([["sub-common/0da2e47b0ac8052320324b1014f8364f"],{"./src/components/steps/components/step/index.tsx":function(s,e,t){var n=t("./node_modules/@tarojs/plugin-platform-weapp/dist/components-react.js");var c=t("./node_modules/classnames/index.js");var a=t.n(c);var i=t("./node_modules/react/cjs/react-jsx-runtime.production.min.js");var o=function Step(s){var e=s.title,t=s.description,c=s.icon,o=s.status,p=o===void 0?"wait":o;console.log("status==>",p);return(0,i.jsxs)(n.View,{className:a()("step-status-".concat(p),"step"),children:[(0,i.jsxs)(n.View,{className:"step-indicator",children:[(0,i.jsx)(n.View,{className:"step-icon-container",children:c||(0,i.jsx)(n.View,{className:"step-icon-dot"})}),(0,i.jsx)(n.View,{className:"step-connection"})]}),(0,i.jsxs)(n.View,{className:"step-content",children:[(0,i.jsx)(n.View,{className:"step-title",children:e}),!!t&&(0,i.jsx)(n.View,{className:"step-description",children:t})]})]})};e["default"]=o}}]);