publ-echo-test 0.0.87 → 0.0.88

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -407,6 +407,7 @@ var GridItem = function (_a) {
407
407
  "react-draggable-dragging": Boolean(dragging),
408
408
  // dropping: Boolean(droppingPosition),
409
409
  cssTransforms: useCSSTransforms,
410
+ 'pointer-events': isDraggable,
410
411
  }),
411
412
  style: __assign(__assign(__assign({}, props.style), child.props.style), createStyle(pos)),
412
413
  });
@@ -469,7 +469,7 @@ var ReactGridLayout = function (_a) {
469
469
  if (!item) {
470
470
  return null;
471
471
  }
472
- return (_jsx(GridItem, { w: activeDrag.w, h: activeDrag.h, x: activeDrag.x, y: activeDrag.y, z: activeDrag.z || 0, i: activeDrag.i, className: classNames('placeholder', { 'bulk-placeholder': isInBulk }), containerWidth: width, cols: cols, margin: margin, containerPadding: containerPadding || margin, maxRows: maxRows, rowHeight: rowHeight, isDraggable: false, isResizable: false, isBounded: false, useCSSTransforms: useCSSTransforms, transformScale: transformScale, autoResize: !!l.autoResize, children: item && item }));
472
+ return (_jsx(GridItem, { w: activeDrag.w, h: activeDrag.h, x: activeDrag.x, y: activeDrag.y, z: activeDrag.z || 0, i: activeDrag.i, className: 'placeholder', containerWidth: width, cols: cols, margin: margin, containerPadding: containerPadding || margin, maxRows: maxRows, rowHeight: rowHeight, isDraggable: false, isResizable: false, isBounded: false, useCSSTransforms: useCSSTransforms, transformScale: transformScale, autoResize: !!l.autoResize, children: item && item }));
473
473
  };
474
474
  /**
475
475
  * Given a grid item, set its style attributes & surround in a <Draggable>.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "publ-echo-test",
3
- "version": "0.0.87",
3
+ "version": "0.0.88",
4
4
  "private": false,
5
5
  "main": "dist/lib/index.js",
6
6
  "types": "dist/lib/index.d.js",