UNPKG

sp-image-editor

Version:

React component version of filerobot image editor (FIE).

1 lines 1.08 kB
import styled,{css}from"styled-components";import IconButton from"@scaleflex/ui/core/icon-button";import InputGroup from"@scaleflex/ui/core/input-group";import{Color as PC}from"@scaleflex/ui/utils/types/palette";import{FontVariant as FV}from"@scaleflex/ui/utils/types/typography";var StyledResizeWrapper=styled.div.withConfig({componentId:"sc-ciq5h1-0"})(["display:flex;justify-content:",";align-items:flex-end;gap:3px;flex-wrap:wrap;"],function(a){var b=a.alignment;return b||"center"}),StyledResizeInput=styled(InputGroup).withConfig({componentId:"sc-ciq5h1-1"})(function(a){var b=a.theme;return css(["width:106px;max-width:106px;margin-top:4px;.SfxInput-Base{width:100%;min-width:100%;max-width:100%;}span{color:",";",";}"],b.palette[PC.TextSecondary],b.typography.font[FV.LabelMedium])}),StyledRatioLockIcon=styled(IconButton).withConfig({componentId:"sc-ciq5h1-2"})(["svg{margin-bottom:1px;}"]),StyledResetButton=styled(IconButton).withConfig({componentId:"sc-ciq5h1-3"})(["margin-left:12px;"]);export{StyledResizeWrapper,StyledResizeInput,StyledRatioLockIcon,StyledResetButton};