@cntrl-site/sdk-nextjs 1.8.36-alpha.0 → 1.8.36-alpha.1

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.
@@ -160,7 +160,6 @@ const Item = ({ item, sectionId, articleHeight, isParentVisible = true, isInGrou
160
160
  .item-wrapper-${item.id} {
161
161
  position: ${area.positionType === sdk_1.PositionType.ScreenBased ? 'fixed' : 'absolute'};
162
162
  z-index: ${area.zIndex};
163
- ${!isInGroup && stickyFix}
164
163
  pointer-events: none;
165
164
  bottom: ${isScreenBasedBottom ? `${-area.top * 100}vw` : 'unset'};
166
165
  top: ${isScreenBasedBottom ? 'unset' : (0, getItemTopStyle_1.getItemTopStyle)(area.top, area.anchorSide)};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cntrl-site/sdk-nextjs",
3
- "version": "1.8.36-alpha.0",
3
+ "version": "1.8.36-alpha.1",
4
4
  "description": "SDK for Next.js",
5
5
  "author": "arsen@momdesign.nyc",
6
6
  "license": "MIT",
@@ -236,7 +236,6 @@ export const Item: FC<ItemWrapperProps> = ({ item, sectionId, articleHeight, isP
236
236
  .item-wrapper-${item.id} {
237
237
  position: ${area.positionType === PositionType.ScreenBased ? 'fixed' : 'absolute'};
238
238
  z-index: ${area.zIndex};
239
- ${!isInGroup && stickyFix}
240
239
  pointer-events: none;
241
240
  bottom: ${isScreenBasedBottom ? `${-area.top * 100}vw` : 'unset'};
242
241
  top: ${isScreenBasedBottom ? 'unset' : getItemTopStyle(area.top, area.anchorSide)};