react-filerobot-video-editor
Version:
React component version of filerobot video editor (FVE).
1 lines • 999 B
JavaScript
import{Modal,ModalActions as SfxModalActions}from"@scaleflex/ui/core";import styled from"styled-components";import{Color as PC}from"@scaleflex/ui/utils/types/palette";var ColorPickerModal=styled(Modal).withConfig({componentId:"sc-75en1c-0"})(["max-width:350px;"]),ColorPickerWrap=styled.div.withConfig({componentId:"sc-75en1c-1"})([".SfxColorPicker-root{max-width:100%;padding:0;box-shadow:none;border:none;","}.SfxColorPicker-action{display:flex;gap:12px;.SfxColorPicker-select{width:100px;}}.SfxColorPicker-icon{color:",";}.SfxColorPicker-range-picker,.SfxColorPicker-bar-wrapper{width:100%;}"],function(a){var b=a.hideModalTitle;return b&&"padding-top: 12px;"},function(a){var b=a.theme.palette;return b[PC.IconsPrimary]}),ModalActions=styled(SfxModalActions).withConfig({componentId:"sc-75en1c-2"})(["gap:12px;padding:24px;.SfxButton-root{flex:1;margin:0;height:40px;}"]),Styled={ColorPickerModal:ColorPickerModal,ColorPickerWrap:ColorPickerWrap,ModalActions:ModalActions};export default Styled;