pds-dev-kit-web-test 2.7.181 → 2.7.182
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.
@@ -257,13 +257,12 @@ var GridAutoRowEditor = (0, react_1.forwardRef)(function CustomSection(props, re
|
|
257
257
|
style: {
|
258
258
|
gridRow: "".concat(rIdx + 1),
|
259
259
|
gridColumn: "1 / -1",
|
260
|
-
display: 'contents'
|
261
|
-
cursor: 'pointer'
|
260
|
+
display: 'contents'
|
262
261
|
} }, { children: Array.from({ length: isMobile ? MOBILE_GRID_COLS : DESKTOP_GRID_COLS }).map(function (_, cIdx) { return ((0, jsx_runtime_1.jsx)("div", { className: "bg-grid-item", style: {
|
263
262
|
gridArea: "".concat(rIdx + 1, " / ").concat(cIdx + 1),
|
264
263
|
position: 'relative',
|
265
264
|
backgroundColor: '#0000001a',
|
266
|
-
border: '1px solid #ffffff33
|
265
|
+
border: '1px solid #ffffff33'
|
267
266
|
}, "data-row": rIdx + 1, "data-col": cIdx + 1 }, "bg-grid-item-".concat(rIdx + 1, "-").concat(cIdx + 1))); }) }), "bg-grid-row-".concat(rIdx + 1)));
|
268
267
|
}), pedigree.children.map(function (child) { return ((0, jsx_runtime_1.jsx)(groupUtils_1.default, { block: child, rowHeight: rowHeight, layoutItems: layouts[device === 'DESKTOP' ? 'lg' : 'sm'], cbs: props.componentBlocks, device: device, selectedRows: selectedRows,
|
269
268
|
// pinnedGBs={device === 'DESKTOP' ? child?.isPinnedDesktop : child.isPinnedMobile}
|