@thestatic-tv/dcl-sdk 2.2.0 → 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
@@ -1343,9 +1343,9 @@ var GuideUIModule = class {
1343
1343
  return import_react_ecs2.default.createElement(import_react_ecs2.UiEntity, {
1344
1344
  uiTransform: {
1345
1345
  positionType: "absolute",
1346
- position: { right: 20, top: "40%" },
1347
- width: this.s(80),
1348
- height: this.s(40),
1346
+ position: { right: 20, bottom: 10 },
1347
+ width: this.s(100),
1348
+ height: this.s(45),
1349
1349
  justifyContent: "center",
1350
1350
  alignItems: "center"
1351
1351
  },
@@ -1745,7 +1745,7 @@ var ChatUIModule = class {
1745
1745
  // Approximate center
1746
1746
  case "right":
1747
1747
  default:
1748
- return { ...base, right: UI_DIMENSIONS.chat.right };
1748
+ return { ...base, right: 380 };
1749
1749
  }
1750
1750
  }
1751
1751
  renderHeader() {
@@ -2142,9 +2142,10 @@ var ChatUIModule = class {
2142
2142
  return import_react_ecs3.default.createElement(import_react_ecs3.UiEntity, {
2143
2143
  uiTransform: {
2144
2144
  positionType: "absolute",
2145
- position: { right: 20, top: "48%" },
2146
- width: 80,
2147
- height: 40,
2145
+ position: { right: 130, bottom: 10 },
2146
+ // To the left of GUIDE button
2147
+ width: 100,
2148
+ height: 45,
2148
2149
  justifyContent: "center",
2149
2150
  alignItems: "center"
2150
2151
  },
package/dist/index.mjs CHANGED
@@ -1303,9 +1303,9 @@ var GuideUIModule = class {
1303
1303
  return ReactEcs2.createElement(UiEntity2, {
1304
1304
  uiTransform: {
1305
1305
  positionType: "absolute",
1306
- position: { right: 20, top: "40%" },
1307
- width: this.s(80),
1308
- height: this.s(40),
1306
+ position: { right: 20, bottom: 10 },
1307
+ width: this.s(100),
1308
+ height: this.s(45),
1309
1309
  justifyContent: "center",
1310
1310
  alignItems: "center"
1311
1311
  },
@@ -1705,7 +1705,7 @@ var ChatUIModule = class {
1705
1705
  // Approximate center
1706
1706
  case "right":
1707
1707
  default:
1708
- return { ...base, right: UI_DIMENSIONS.chat.right };
1708
+ return { ...base, right: 380 };
1709
1709
  }
1710
1710
  }
1711
1711
  renderHeader() {
@@ -2102,9 +2102,10 @@ var ChatUIModule = class {
2102
2102
  return ReactEcs3.createElement(UiEntity3, {
2103
2103
  uiTransform: {
2104
2104
  positionType: "absolute",
2105
- position: { right: 20, top: "48%" },
2106
- width: 80,
2107
- height: 40,
2105
+ position: { right: 130, bottom: 10 },
2106
+ // To the left of GUIDE button
2107
+ width: 100,
2108
+ height: 45,
2108
2109
  justifyContent: "center",
2109
2110
  alignItems: "center"
2110
2111
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thestatic-tv/dcl-sdk",
3
- "version": "2.2.0",
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",