UNPKG

@useloops/design-system

Version:

The official React based Loops design system

2 lines (1 loc) 515 B
"use strict";var e=require("react/jsx-runtime"),t=require("@mui/material"),i=require("../../BrandCore/primitiveVariables.js"),r=require("../Radio/Radio.js");const o=t.styled(r)(()=>({marginRight:0})),s=t.styled(t.Box)(({theme:e})=>({posiion:"relative","&:after":{content:'""',position:"absolute",top:"50%",right:"0",height:i.space[50],width:`calc(100% - ${i.space[400]}px)`,zIndex:0,backgroundColor:e.custom.palette.stroke.default}}));module.exports=t=>e.jsx(s,{sx:{position:"relative"},children:e.jsx(o,{...t})});