@gxpl/sdk 0.0.46 → 0.0.47

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.
@@ -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.47",
4
4
  "description": "Generic SDK for use in public websites.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",