devtools-modules
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -1,5 +0,4 @@ | ||
const React = require("devtools/client/shared/vendor/react"); | ||
const ReactDOM = require("devtools/client/shared/vendor/react-dom"); | ||
const Draggable = React.createFactory( | ||
require("./Draggable")); | ||
const React = require("react"); | ||
const ReactDOM = require("react-dom"); | ||
const Draggable = React.createFactory(require("./Draggable")); | ||
const { DOM: dom, PropTypes } = React; | ||
@@ -196,3 +195,10 @@ | ||
const vert = this.state.vert; | ||
const { startPanel, endPanel, endPanelControl, splitterSize } = this.props; | ||
const { | ||
startPanelCollapsed, | ||
startPanel, | ||
endPanel, | ||
endPanelControl, | ||
splitterSize, | ||
endPanelCollapsed | ||
} = this.props; | ||
@@ -219,3 +225,3 @@ let style = Object.assign({}, this.props.style); | ||
style: style }, | ||
startPanel ? | ||
! startPanelCollapsed ? | ||
dom.div({ | ||
@@ -233,3 +239,3 @@ className: endPanelControl ? "uncontrolled" : "controlled", | ||
}), | ||
endPanel ? | ||
! endPanelCollapsed ? | ||
dom.div({ | ||
@@ -236,0 +242,0 @@ className: endPanelControl ? "controlled" : "uncontrolled", |
11
index.js
const Services = require("./client/shared/shim/Services"); | ||
const SplitBox = require("./client/shared/components/splitter/SplitBox"); | ||
// const SplitBoxCSS = require("./client/shared/components/splitter/SplitBox.css") | ||
const Rep = require("./client/shared/components/reps/rep").Rep; | ||
const repUtils = require("./client/shared/components/reps/rep-utils"); | ||
const StringRep = require("./client/shared/components/reps/string").StringRep; | ||
// const repCSS = require("./client/shared/components/reps/reps.css"); | ||
const Grip = require("./client/shared/components/reps/grip").Grip; | ||
const sprintf = require("./shared/sprintf").sprintf; | ||
@@ -16,8 +10,3 @@ | ||
// SplitBoxCSS, | ||
Rep, | ||
repUtils, | ||
StringRep, | ||
// repCSS, | ||
Grip, | ||
sprintf | ||
}; |
{ | ||
"name": "devtools-modules", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "DevTools Modules from M-C", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
41790
8
1171