@dcl/ecs 7.3.24-6613468311.commit-887e14c → 7.3.24-6613667972.commit-84b272f

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.
@@ -85,13 +85,6 @@ export declare const enum YGEdge {
85
85
  YGE_VERTICAL = 7,
86
86
  YGE_ALL = 8
87
87
  }
88
- /**
89
- * @public
90
- */
91
- export declare const enum PointerFilterMode {
92
- PFM_NONE = 0,
93
- PFM_BLOCK = 1
94
- }
95
88
  /**
96
89
  * @public
97
90
  */
@@ -176,8 +169,6 @@ export interface PBUiTransform {
176
169
  /** YGUnit.YGU_UNDEFINED */
177
170
  paddingBottomUnit: YGUnit;
178
171
  paddingBottom: number;
179
- /** default: PointerFilterMode.PFM_NONE */
180
- pointerFilter?: PointerFilterMode | undefined;
181
172
  }
182
173
  /**
183
174
  * @public
@@ -96,14 +96,6 @@ export var YGEdge;
96
96
  YGEdge[YGEdge["YGE_VERTICAL"] = 7] = "YGE_VERTICAL";
97
97
  YGEdge[YGEdge["YGE_ALL"] = 8] = "YGE_ALL";
98
98
  })(YGEdge || (YGEdge = {}));
99
- /**
100
- * @public
101
- */
102
- export var PointerFilterMode;
103
- (function (PointerFilterMode) {
104
- PointerFilterMode[PointerFilterMode["PFM_NONE"] = 0] = "PFM_NONE";
105
- PointerFilterMode[PointerFilterMode["PFM_BLOCK"] = 1] = "PFM_BLOCK";
106
- })(PointerFilterMode || (PointerFilterMode = {}));
107
99
  function createBasePBUiTransform() {
108
100
  return {
109
101
  parent: 0,
@@ -157,7 +149,6 @@ function createBasePBUiTransform() {
157
149
  paddingRight: 0,
158
150
  paddingBottomUnit: 0,
159
151
  paddingBottom: 0,
160
- pointerFilter: undefined,
161
152
  };
162
153
  }
163
154
  /**
@@ -319,9 +310,6 @@ export var PBUiTransform;
319
310
  if (message.paddingBottom !== 0) {
320
311
  writer.uint32(413).float(message.paddingBottom);
321
312
  }
322
- if (message.pointerFilter !== undefined) {
323
- writer.uint32(416).int32(message.pointerFilter);
324
- }
325
313
  return writer;
326
314
  }
327
315
  PBUiTransform.encode = encode;
@@ -638,12 +626,6 @@ export var PBUiTransform;
638
626
  }
639
627
  message.paddingBottom = reader.float();
640
628
  continue;
641
- case 52:
642
- if (tag !== 416) {
643
- break;
644
- }
645
- message.pointerFilter = reader.int32();
646
- continue;
647
629
  }
648
630
  if ((tag & 7) === 4 || tag === 0) {
649
631
  break;
@@ -85,13 +85,6 @@ export declare const enum YGEdge {
85
85
  YGE_VERTICAL = 7,
86
86
  YGE_ALL = 8
87
87
  }
88
- /**
89
- * @public
90
- */
91
- export declare const enum PointerFilterMode {
92
- PFM_NONE = 0,
93
- PFM_BLOCK = 1
94
- }
95
88
  /**
96
89
  * @public
97
90
  */
@@ -176,8 +169,6 @@ export interface PBUiTransform {
176
169
  /** YGUnit.YGU_UNDEFINED */
177
170
  paddingBottomUnit: YGUnit;
178
171
  paddingBottom: number;
179
- /** default: PointerFilterMode.PFM_NONE */
180
- pointerFilter?: PointerFilterMode | undefined;
181
172
  }
182
173
  /**
183
174
  * @public
@@ -3,7 +3,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.PBUiTransform = exports.PointerFilterMode = exports.YGEdge = exports.YGDisplay = exports.YGOverflow = exports.YGJustify = exports.YGWrap = exports.YGFlexDirection = exports.YGUnit = exports.YGAlign = exports.YGPositionType = void 0;
6
+ exports.PBUiTransform = exports.YGEdge = exports.YGDisplay = exports.YGOverflow = exports.YGJustify = exports.YGWrap = exports.YGFlexDirection = exports.YGUnit = exports.YGAlign = exports.YGPositionType = void 0;
7
7
  /* eslint-disable */
8
8
  const minimal_1 = __importDefault(require("protobufjs/minimal"));
9
9
  const protobufPackageSarasa = "decentraland.sdk.components";
@@ -102,14 +102,6 @@ var YGEdge;
102
102
  YGEdge[YGEdge["YGE_VERTICAL"] = 7] = "YGE_VERTICAL";
103
103
  YGEdge[YGEdge["YGE_ALL"] = 8] = "YGE_ALL";
104
104
  })(YGEdge = exports.YGEdge || (exports.YGEdge = {}));
105
- /**
106
- * @public
107
- */
108
- var PointerFilterMode;
109
- (function (PointerFilterMode) {
110
- PointerFilterMode[PointerFilterMode["PFM_NONE"] = 0] = "PFM_NONE";
111
- PointerFilterMode[PointerFilterMode["PFM_BLOCK"] = 1] = "PFM_BLOCK";
112
- })(PointerFilterMode = exports.PointerFilterMode || (exports.PointerFilterMode = {}));
113
105
  function createBasePBUiTransform() {
114
106
  return {
115
107
  parent: 0,
@@ -163,7 +155,6 @@ function createBasePBUiTransform() {
163
155
  paddingRight: 0,
164
156
  paddingBottomUnit: 0,
165
157
  paddingBottom: 0,
166
- pointerFilter: undefined,
167
158
  };
168
159
  }
169
160
  /**
@@ -325,9 +316,6 @@ var PBUiTransform;
325
316
  if (message.paddingBottom !== 0) {
326
317
  writer.uint32(413).float(message.paddingBottom);
327
318
  }
328
- if (message.pointerFilter !== undefined) {
329
- writer.uint32(416).int32(message.pointerFilter);
330
- }
331
319
  return writer;
332
320
  }
333
321
  PBUiTransform.encode = encode;
@@ -644,12 +632,6 @@ var PBUiTransform;
644
632
  }
645
633
  message.paddingBottom = reader.float();
646
634
  continue;
647
- case 52:
648
- if (tag !== 416) {
649
- break;
650
- }
651
- message.pointerFilter = reader.int32();
652
- continue;
653
635
  }
654
636
  if ((tag & 7) === 4 || tag === 0) {
655
637
  break;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dcl/ecs",
3
3
  "description": "Decentraland ECS",
4
- "version": "7.3.24-6613468311.commit-887e14c",
4
+ "version": "7.3.24-6613667972.commit-84b272f",
5
5
  "author": "DCL",
6
6
  "bugs": "https://github.com/decentraland/ecs/issues",
7
7
  "files": [
@@ -33,5 +33,5 @@
33
33
  },
34
34
  "types": "./dist/index.d.ts",
35
35
  "typings": "./dist/index.d.ts",
36
- "commit": "887e14c7427b93436dc59b3e870783dd26722d58"
36
+ "commit": "84b272f237343d89e2a0ebdcc4f1f14cac7308f4"
37
37
  }