Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

agilite-react

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agilite-react - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

4

lib/index.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc