@gxpl/sdk 0.0.46 → 0.0.48

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.
@@ -133,7 +133,7 @@ const Preview = ({ children, relations, startScene }) => {
133
133
  }
134
134
  .preview-inner {
135
135
  width: 100%;
136
- max-height: 844px;
136
+ max-height: 700px;
137
137
  height: 100%;
138
138
  position: relative;
139
139
  display: flex;
@@ -143,7 +143,7 @@ const Preview = ({ children, relations, startScene }) => {
143
143
  }
144
144
  .iframe-preview {
145
145
  width: 390px;
146
- max-height: 844px;
146
+ max-height: 700px;
147
147
  height: 100%;
148
148
  border: none;
149
149
  z-index: 1000;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gxpl/sdk",
3
- "version": "0.0.46",
3
+ "version": "0.0.48",
4
4
  "description": "Generic SDK for use in public websites.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",