pds-dev-kit-web-test 2.7.112 → 2.7.113

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.
@@ -136,7 +136,7 @@ function RenderPedigreeRecursively(_a) {
136
136
  gridArea: gridAreaObjToString(relativeGridArea),
137
137
  pointerEvents: isEditMode ? 'none' : 'auto',
138
138
  boxShadow: isEditMode ? '0 0 0 2px red' : ''
139
- }, showPinned: isEditMode || !parentGroupArea ? false : true, isParentGroupPinned: isParentGroupPinned }) }, cb.id)
139
+ }, showPinned: isEditMode && !parentGroupArea, isParentGroupPinned: isParentGroupPinned }) }, cb.id)
140
140
  // </S_GridItem>
141
141
  );
142
142
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web-test",
3
- "version": "2.7.112",
3
+ "version": "2.7.113",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",