@thestatic-tv/dcl-sdk 2.3.0-beta.0 → 2.3.0-beta.1

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
@@ -1441,7 +1441,7 @@ var GuideUIModule = class {
1441
1441
  renderToggleButton() {
1442
1442
  const buttonText = this._isVisible ? "CLOSE" : "GUIDE";
1443
1443
  const buttonColor = this._isVisible ? import_math3.Color4.create(0.2, 0.2, 0.28, 0.9) : import_math3.Color4.create(0, 0.5, 0.5, 0.9);
1444
- const buttonPos = 20 + this.s(100) + 10 + this.s(100) + 10;
1444
+ const buttonPos = 20 + this.s(100) + 10;
1445
1445
  return import_react_ecs2.default.createElement(import_react_ecs2.UiEntity, {
1446
1446
  uiTransform: {
1447
1447
  positionType: "absolute",
@@ -2734,7 +2734,7 @@ var AdminPanelUIModule = class {
2734
2734
  import_react_ecs4.UiEntity,
2735
2735
  {
2736
2736
  uiTransform: {
2737
- position: { right: 20 + this.s(100) + 10, bottom: 10 },
2737
+ position: { right: 20 + this.s(100) + 10 + this.s(100) + 10, bottom: 10 },
2738
2738
  positionType: "absolute"
2739
2739
  }
2740
2740
  },
package/dist/index.mjs CHANGED
@@ -1398,7 +1398,7 @@ var GuideUIModule = class {
1398
1398
  renderToggleButton() {
1399
1399
  const buttonText = this._isVisible ? "CLOSE" : "GUIDE";
1400
1400
  const buttonColor = this._isVisible ? Color43.create(0.2, 0.2, 0.28, 0.9) : Color43.create(0, 0.5, 0.5, 0.9);
1401
- const buttonPos = 20 + this.s(100) + 10 + this.s(100) + 10;
1401
+ const buttonPos = 20 + this.s(100) + 10;
1402
1402
  return ReactEcs2.createElement(UiEntity2, {
1403
1403
  uiTransform: {
1404
1404
  positionType: "absolute",
@@ -2691,7 +2691,7 @@ var AdminPanelUIModule = class {
2691
2691
  UiEntity4,
2692
2692
  {
2693
2693
  uiTransform: {
2694
- position: { right: 20 + this.s(100) + 10, bottom: 10 },
2694
+ position: { right: 20 + this.s(100) + 10 + this.s(100) + 10, bottom: 10 },
2695
2695
  positionType: "absolute"
2696
2696
  }
2697
2697
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thestatic-tv/dcl-sdk",
3
- "version": "2.3.0-beta.0",
3
+ "version": "2.3.0-beta.1",
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",