publ-echo-test 0.0.110 → 0.0.111
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.
@@ -699,6 +699,7 @@ var ReactGridLayout = function (_a) {
|
|
699
699
|
isHiddenVisibility: isHiddenVisibility, customColWidth: colWidth, autoResize: false, onContextGroup: handleClickContextGroup, children: _jsx("div", { onClick: handleClick, onDoubleClick: handleDoubleClick }) }, block.blockId) }));
|
700
700
|
};
|
701
701
|
var currentGroupBlocks = blockStructure ? findGroupBlocks(blockStructure, editingGroupBlock) : [];
|
702
|
+
console.log(currentGroupBlocks);
|
702
703
|
return (_jsxs("div", { ref: innerRef, className: mergedClassName, style: mergedStyle, onDrop: isDroppable ? onDropHandler : noop, onDragLeave: isDroppable ? onDragLeaveHandler : noop, onDragEnter: isDroppable ? onDragEnterHandler : noop, onDragOver: isDroppable ? onDragOverHandler : noop, children: [currentGroupBlocks.map(function (each) { return processGroup(each); }), React.Children.map(children, function (child) { return processGridItem(child); }), placeholder(), activeDrag && _jsx("div", { className: "grid-guide-line-center" }), activeDrag && (_jsx("div", { className: "grid-placeholder", style: {
|
703
704
|
marginTop: margin[1] + "px",
|
704
705
|
marginBottom: margin[1] + "px",
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "publ-echo-test",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.111",
|
4
4
|
"private": false,
|
5
5
|
"main": "dist/lib/index.js",
|
6
6
|
"types": "dist/lib/index.d.js",
|
@@ -52,5 +52,8 @@
|
|
52
52
|
"styled-components": "^5.3.10",
|
53
53
|
"typescript": "^5.1.6",
|
54
54
|
"web-vitals": "^2.1.4"
|
55
|
+
},
|
56
|
+
"dependencies": {
|
57
|
+
"pds-dev-kit-web-test": "^2.5.67"
|
55
58
|
}
|
56
59
|
}
|