Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
const rootStyle = {
display: 'flex',
flexDirection: 'column',
overflowY: 'hidden',
flex: 1
};
const contentStyle = {
display: 'flex',
flexDirection: 'row',
overflowY: 'hidden',
flex: 1
};
const panelHeaderButtonStyle = {
backgroundColor: Colors.neutralLighter
};
const leftPaneStyle = {
flex: 1,
display: 'flex',
flexDirection: 'column',
borderRight: `1px solid ${Colors.neutralTertiaryAlt}`
};
const leftPaneContentStyle = {
paddingLeft: 30,
paddingRight: 30,
paddingTop: 30,
paddingBottom: 30,
flex: 1,
display: 'flex',
const rootStyle = {
display: 'flex',
flexDirection: 'column',
overflowY: 'hidden',
flex: 1
};
const contentStyle = {
display: 'flex',
flexDirection: 'row',
overflowY: 'hidden',
flex: 1
};
const panelHeaderButtonStyle = {
backgroundColor: Colors.neutralLighter
};
const leftPaneStyle = {
flex: 1,
display: 'flex',
flexDirection: 'column',
borderRight: `1px solid ${Colors.neutralTertiaryAlt}`
};
const leftPaneContentStyle = {
paddingLeft: 30,
paddingRight: 30,
paddingTop: 30,
paddingBottom: 30,
flex: 1,
display: 'flex',
paddingBottom: 40
};
const sectionStyle = {
paddingBottom: 15
};
const titleStyle = {
marginTop: 5,
marginBottom: 2
};
const paramListContainerStyle = {
display: 'flex',
flexDirection: 'column',
backgroundColor: Colors.neutralLighter,
border: `1px solid ${Colors.neutralQuaternaryAlt}`,
paddingLeft: 15,
paddingRight: 0,
paddingTop: 25,
paddingBottom: 10,
marginBottom: 20
};
const paramRowStyle = {
display: 'flex',
flexDirection: 'row'
};
const paramNameStyle = {
flex: 1
};
const rootStyle = {
display: 'flex',
flexDirection: 'column',
overflowY: 'hidden',
flex: 1
};
const contentStyle = {
display: 'flex',
flexDirection: 'row',
overflowY: 'hidden',
flex: 1
};
const panelHeaderButtonStyle = {
backgroundColor: Colors.neutralLighter
};
const leftPaneStyle = {
flex: 1,
display: 'flex',
flexDirection: 'column',
borderRight: `1px solid ${Colors.neutralTertiaryAlt}`
};
const leftPaneContentStyle = {
paddingLeft: 30,
paddingRight: 30,
paddingTop: 30,
paddingBottom: 30,
flex: 1,
display: 'flex',