@thestatic-tv/dcl-sdk 2.2.1 → 2.2.2

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.
package/dist/index.js CHANGED
@@ -1745,7 +1745,7 @@ var ChatUIModule = class {
1745
1745
  // Approximate center
1746
1746
  case "right":
1747
1747
  default:
1748
- return { ...base, right: 940 };
1748
+ return { ...base, right: 380 };
1749
1749
  }
1750
1750
  }
1751
1751
  renderHeader() {
package/dist/index.mjs CHANGED
@@ -1705,7 +1705,7 @@ var ChatUIModule = class {
1705
1705
  // Approximate center
1706
1706
  case "right":
1707
1707
  default:
1708
- return { ...base, right: 940 };
1708
+ return { ...base, right: 380 };
1709
1709
  }
1710
1710
  }
1711
1711
  renderHeader() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thestatic-tv/dcl-sdk",
3
- "version": "2.2.1",
3
+ "version": "2.2.2",
4
4
  "description": "Connect your Decentraland scene to thestatic.tv - full channel lineup, metrics tracking, and interactions",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",