@cntrl-site/sdk-nextjs 0.16.4 → 0.16.6

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.
@@ -38,7 +38,6 @@ const ImageItem = ({ item, sectionId, onResize }) => {
38
38
  }
39
39
  .image-wrapper-${item.id} {
40
40
  position: absolute;
41
- overflow: hidden;
42
41
  width: 100%;
43
42
  height: 100%;
44
43
  border-style: solid;
@@ -38,7 +38,6 @@ const VideoItem = ({ item, sectionId, onResize }) => {
38
38
  }
39
39
  .video-wrapper-${item.id} {
40
40
  position: absolute;
41
- overflow: hidden;
42
41
  width: 100%;
43
42
  height: 100%;
44
43
  border-style: solid;
@@ -55,7 +55,6 @@ const VimeoEmbedItem = ({ item, sectionId, onResize }) => {
55
55
  } }, { children: (0, jsx_runtime_1.jsx)("iframe", { ref: setIframeRef, className: "embedVideo", src: validUrl || '', allow: "autoplay; fullscreen; picture-in-picture;", allowFullScreen: true }) })), (0, jsx_runtime_1.jsx)(style_1.default, Object.assign({ id: id }, { children: `
56
56
  .embed-video-wrapper-${item.id} {
57
57
  position: absolute;
58
- overflow: hidden;
59
58
  width: 100%;
60
59
  height: 100%;
61
60
  }
@@ -71,7 +71,6 @@ const YoutubeEmbedItem = ({ item, sectionId, onResize }) => {
71
71
  } }), (0, jsx_runtime_1.jsx)(style_1.default, Object.assign({ id: id }, { children: `
72
72
  .embed-youtube-video-wrapper-${item.id} {
73
73
  position: absolute;
74
- overflow: hidden;
75
74
  width: 100%;
76
75
  height: 100%;
77
76
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cntrl-site/sdk-nextjs",
3
- "version": "0.16.4",
3
+ "version": "0.16.6",
4
4
  "description": "SDK for Next.js",
5
5
  "main": "lib/index.js",
6
6
  "types": "src/index.ts",
@@ -42,7 +42,6 @@ export const ImageItem: FC<ItemProps<TImageItem>> = ({ item, sectionId, onResize
42
42
  }
43
43
  .image-wrapper-${item.id} {
44
44
  position: absolute;
45
- overflow: hidden;
46
45
  width: 100%;
47
46
  height: 100%;
48
47
  border-style: solid;
@@ -43,7 +43,6 @@ export const VideoItem: FC<ItemProps<TVideoItem>> = ({ item, sectionId, onResize
43
43
  }
44
44
  .video-wrapper-${item.id} {
45
45
  position: absolute;
46
- overflow: hidden;
47
46
  width: 100%;
48
47
  height: 100%;
49
48
  border-style: solid;
@@ -67,7 +67,6 @@ export const VimeoEmbedItem: FC<ItemProps<TVimeoEmbedItem>> = ({ item, sectionId
67
67
  <JSXStyle id={id}>{`
68
68
  .embed-video-wrapper-${item.id} {
69
69
  position: absolute;
70
- overflow: hidden;
71
70
  width: 100%;
72
71
  height: 100%;
73
72
  }
@@ -74,7 +74,6 @@ export const YoutubeEmbedItem: FC<ItemProps<TYoutubeEmbedItem>> = ({ item, secti
74
74
  <JSXStyle id={id}>{`
75
75
  .embed-youtube-video-wrapper-${item.id} {
76
76
  position: absolute;
77
- overflow: hidden;
78
77
  width: 100%;
79
78
  height: 100%;
80
79
  }
Binary file
Binary file