publ-echo-test 0.0.71 → 0.0.72

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.
@@ -510,6 +510,7 @@ var ReactGridLayout = function (_a) {
510
510
  return (_jsx(GridItem, { className: classNames({
511
511
  'editable-grid-item': (!isRoot && editable),
512
512
  'not-editable-grid-item': (!isRoot && !editable),
513
+ 'bulk-child-item': isInBulk,
513
514
  // 'outside-of-editing-group': outsideOfEditingGroup,
514
515
  }),
515
516
  // className={editable ? 'editable-grid-item' : isInBulk ? 'bulk-grid-item': 'not-editable-grid-item'}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "publ-echo-test",
3
- "version": "0.0.71",
3
+ "version": "0.0.72",
4
4
  "private": false,
5
5
  "main": "dist/lib/index.js",
6
6
  "types": "dist/lib/index.d.js",