carbon-react
Version:
A library of reusable React components for easily building user interfaces.
2 lines (1 loc) • 1.61 kB
JavaScript
"use strict";var e=require("styled-components"),t=require("styled-system");function o(e){return e&&e.__esModule?e:{default:e}}var s=o(e);const d=s.default.div.withConfig({displayName:"step-flow.style__StyledStepFlow",componentId:"sc-d02bd7ac-0"})(["",""],t.margin),i=s.default.div.withConfig({displayName:"step-flow.style__StyledStepContent",componentId:"sc-d02bd7ac-1"})(["display:flex;justify-content:space-between;margin-bottom:var(--sizing200);"]),l=s.default.div.withConfig({displayName:"step-flow.style__StyledStepContentText",componentId:"sc-d02bd7ac-2"})(["display:flex;flex-direction:column;"]),n=s.default.div.withConfig({displayName:"step-flow.style__StyledTitleFocusWrapper",componentId:"sc-d02bd7ac-3"})([""]),r=s.default.div.withConfig({displayName:"step-flow.style__StyledStepLabelAndProgress",componentId:"sc-d02bd7ac-4"})(["margin-top:var(--sizing125);"]),a=s.default.div.withConfig({displayName:"step-flow.style__StyledProgressIndicatorBar",componentId:"sc-d02bd7ac-5"})(["display:flex;margin-top:var(--sizing100);"]),p=s.default.span.withConfig({displayName:"step-flow.style__StyledProgressIndicator",componentId:"sc-d02bd7ac-6"})(["background-color:",";width:100%;height:8px;border-radius:8px;margin-right:12px;"],(function({isCompleted:e,isInProgress:t}){return t?"var(--colorsUtilityYin090)":e?"var(--colorsSemanticPositive500)":"var(--colorsActionDisabled600)"}));exports.StyledProgressIndicator=p,exports.StyledProgressIndicatorBar=a,exports.StyledStepContent=i,exports.StyledStepContentText=l,exports.StyledStepFlow=d,exports.StyledStepLabelAndProgress=r,exports.StyledTitleFocusWrapper=n;