import React, { PureComponent } from 'react'; import { Zap } from 'react-feather'; import ToggleSwitch from './ToggleSwitch'; import Input from './Input'; import Switch from './Switch'; import Button from './Button'; import { LoadingDot } from './shared/Basic'; const paneStyle = { padding: '20px 0' }; const optionsRule = [ { label: 'Global', value: 'Global' }, { label: 'Rule', value: 'Rule' }, { label: 'Direct', value: 'Direct' } ]; const Pane = ({ children, style }) => (