@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-migration
Version:
An optional Pragmatic drag and drop package that enables rapid migration from react-beautiful-dnd to Pragmatic drag and drop
21 lines (19 loc) • 583 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.zIndex = exports.keyboardPreviewCrossAxisOffset = void 0;
/**
* This value was copied from `react-beautiful-dnd`
*/
var zIndex = exports.zIndex = {
dragging: 5000
};
/**
* How far the drag preview is offset on the cross axis.
*
* Using a fixed value instead of a percentage, due to issues with the
* offset growing too large.
*/
// eslint-disable-next-line @atlaskit/volt-strict-mode/no-multiple-exports
var keyboardPreviewCrossAxisOffset = exports.keyboardPreviewCrossAxisOffset = 24;