kuika-react-trello
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -18,7 +18,7 @@ "use strict"; | ||
var _trelloSmoothDnd = _interopRequireWildcard(require("trello-smooth-dnd")); | ||
var _kuikaSmoothDnd = _interopRequireWildcard(require("kuika-smooth-dnd")); | ||
_trelloSmoothDnd.default.dropHandler = _trelloSmoothDnd.dropHandlers.reactDropHandler().handler; | ||
_kuikaSmoothDnd.default.dropHandler = _kuikaSmoothDnd.dropHandlers.reactDropHandler().handler; | ||
_trelloSmoothDnd.default.wrapChild = p => p; // dont wrap children they will already be wrapped | ||
_kuikaSmoothDnd.default.wrapChild = p => p; // dont wrap children they will already be wrapped | ||
@@ -37,3 +37,3 @@ | ||
this.prevContainer = this.containerDiv; | ||
this.container = (0, _trelloSmoothDnd.default)(this.containerDiv, this.getContainerOptions()); | ||
this.container = (0, _kuikaSmoothDnd.default)(this.containerDiv, this.getContainerOptions()); | ||
} | ||
@@ -52,3 +52,3 @@ | ||
this.container.dispose(); | ||
this.container = (0, _trelloSmoothDnd.default)(this.containerDiv, this.getContainerOptions()); | ||
this.container = (0, _kuikaSmoothDnd.default)(this.containerDiv, this.getContainerOptions()); | ||
this.prevContainer = this.containerDiv; | ||
@@ -55,0 +55,0 @@ } |
@@ -18,5 +18,5 @@ "use strict"; | ||
var _trelloSmoothDnd = require("trello-smooth-dnd"); | ||
var _kuikaSmoothDnd = require("kuika-smooth-dnd"); | ||
const wrapperClass = _trelloSmoothDnd.constants.wrapperClass; | ||
const wrapperClass = _kuikaSmoothDnd.constants.wrapperClass; | ||
@@ -23,0 +23,0 @@ class Draggable extends _react.Component { |
{ | ||
"name": "kuika-react-trello", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Pluggable components to add a trello like kanban board to your application", | ||
@@ -5,0 +5,0 @@ "main": "dist/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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
127181