agilite-react
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -41,4 +41,4 @@ "use strict"; | ||
React.createElement("div", { style: { float: 'left', marginTop: '-23px', marginLeft: '20px' } }, props.config.toolbar.title), | ||
React.createElement("div", { style: { float: 'right', marginTop: '-23px', cursor: 'pointer' } }, props.config.toolbar.customMenus.content), | ||
React.createElement("div", null, props.config.rightMenu.enabled ? (React.createElement(icons_1.MenuOutlined, { style: { float: 'right', marginRight: '-40px', marginLeft: '50px', cursor: 'pointer' }, onClick: props.config.rightMenu.onOpen })) : null)))) | ||
React.createElement("div", { style: { float: 'right', marginTop: '-23px', cursor: 'pointer', marginRight: '10px' } }, props.config.toolbar.customMenus.content), | ||
React.createElement("div", null, props.config.rightMenu.enabled ? (React.createElement(icons_1.MenuOutlined, { style: { float: 'right', marginRight: props.config.toolbar.customMenus.content ? '-60px' : '-40px', marginLeft: '50px', cursor: 'pointer' }, onClick: props.config.rightMenu.onOpen })) : null)))) | ||
: null, | ||
@@ -45,0 +45,0 @@ props.config.leftMenu.enabled ? (React.createElement(antd_1.Drawer, { title: React.createElement("div", { style: { color: props.config.theme.secondaryLight ? props.config.theme.secondaryLight : '#ffffff' } }, props.config.leftMenu.title), placement: 'left', closable: true, width: 300, visible: props.config.leftMenu.visible, onClose: props.config.leftMenu.onClose, headerStyle: { |
{ | ||
"name": "agilite-react", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44203
678