pds-dev-kit-web-test 2.7.175 → 2.7.176
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.
|
@@ -313,9 +313,7 @@ function GroupBlockRender(_a) {
|
|
|
313
313
|
right: 0,
|
|
314
314
|
bottom: 0,
|
|
315
315
|
boxShadow: '0 0 0 3px #e602ff'
|
|
316
|
-
} }), children === null || children === void 0 ? void 0 : children.map(function (cb, index) { return ((0, jsx_runtime_1.jsx)(ErrorBoundary_1.ErrorBoundary, { children: (0, jsx_runtime_1.jsx)(FlexGridItem_1.default, { cb: cb, index: index, device: "DESKTOP", rowHeight: 50, zIndex: 0, style: { pointerEvents: 'none', opacity: isEditing ? 1 : 0.3 },
|
|
317
|
-
// showPinned={isEditing}
|
|
318
|
-
block: block, isParentGroupPinned: isPinned }) }, cb.id)); })] })));
|
|
316
|
+
} }), children === null || children === void 0 ? void 0 : children.map(function (cb, index) { return ((0, jsx_runtime_1.jsx)(ErrorBoundary_1.ErrorBoundary, { children: (0, jsx_runtime_1.jsx)(FlexGridItem_1.default, { cb: cb, index: index, device: "DESKTOP", rowHeight: 50, zIndex: 0, style: { pointerEvents: 'none', opacity: isEditing ? 1 : 0.3 }, showPinned: isEditing, block: block, isParentGroupPinned: isPinned }) }, cb.id)); })] })));
|
|
319
317
|
}
|
|
320
318
|
var S_Pinned = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n pointer-events: auto;\n position: absolute;\n right: 0;\n top: 0;\n z-index: 9999999;\n"], ["\n pointer-events: auto;\n position: absolute;\n right: 0;\n top: 0;\n z-index: 9999999;\n"])));
|
|
321
319
|
function getGridAreaFromGroup(position) {
|
|
@@ -143,9 +143,7 @@ function RenderPedigreeRecursively(_a) {
|
|
|
143
143
|
gridArea: gridAreaObjToString(relativeGridArea),
|
|
144
144
|
pointerEvents: isEditMode ? 'none' : 'auto',
|
|
145
145
|
boxShadow: isEditMode ? '0 0 0 2px red' : ''
|
|
146
|
-
},
|
|
147
|
-
// showPinned={isEditMode && !parentGroupArea}
|
|
148
|
-
isParentGroupPinned: isParentGroupPinned }) }, cb.id)
|
|
146
|
+
}, showPinned: isEditMode && !parentGroupArea, isParentGroupPinned: isParentGroupPinned }) }, cb.id)
|
|
149
147
|
// </S_GridItem>
|
|
150
148
|
);
|
|
151
149
|
}
|