@atlaskit/media-card 73.3.2 → 73.3.3

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.
@@ -35,8 +35,10 @@ var ViewportAnchor = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
35
35
  ref: ref,
36
36
  className: "media-card-viewport-anchor",
37
37
  style: {
38
- position: 'relative',
39
- top: "".concat(props.offsetTop, "px")
38
+ position: 'absolute',
39
+ top: "".concat(props.offsetTop, "px"),
40
+ maxHeight: 0,
41
+ pointerEvents: 'none'
40
42
  }
41
43
  });
42
44
  });
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/media-card",
3
- "version": "73.3.2",
3
+ "version": "73.3.3",
4
4
  "sideEffects": false
5
5
  }
@@ -15,8 +15,10 @@ export const ViewportAnchor = /*#__PURE__*/forwardRef((props, ref) => {
15
15
  ref: ref,
16
16
  className: "media-card-viewport-anchor",
17
17
  style: {
18
- position: 'relative',
19
- top: `${props.offsetTop}px`
18
+ position: 'absolute',
19
+ top: `${props.offsetTop}px`,
20
+ maxHeight: 0,
21
+ pointerEvents: 'none'
20
22
  }
21
23
  });
22
24
  });
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/media-card",
3
- "version": "73.3.2",
3
+ "version": "73.3.3",
4
4
  "sideEffects": false
5
5
  }
@@ -21,8 +21,10 @@ export var ViewportAnchor = /*#__PURE__*/forwardRef(function (props, ref) {
21
21
  ref: ref,
22
22
  className: "media-card-viewport-anchor",
23
23
  style: {
24
- position: 'relative',
25
- top: "".concat(props.offsetTop, "px")
24
+ position: 'absolute',
25
+ top: "".concat(props.offsetTop, "px"),
26
+ maxHeight: 0,
27
+ pointerEvents: 'none'
26
28
  }
27
29
  });
28
30
  });
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/media-card",
3
- "version": "73.3.2",
3
+ "version": "73.3.3",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/media-card",
3
- "version": "73.3.2",
3
+ "version": "73.3.3",
4
4
  "description": "Includes all media card related components, CardView, CardViewSmall, Card...",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"