@dcl/protocol 1.0.0-3283499202.commit-26829d1 → 1.0.0-3324030843.commit-dbdd12a

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcl/protocol",
3
- "version": "1.0.0-3283499202.commit-26829d1",
3
+ "version": "1.0.0-3324030843.commit-dbdd12a",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -25,5 +25,5 @@
25
25
  "out-ts",
26
26
  "public"
27
27
  ],
28
- "commit": "26829d118abd2bb68ac1f2090f34870174c16bb6"
28
+ "commit": "dbdd12a364661eb50a83edba45316b0e97dfed67"
29
29
  }
@@ -4,7 +4,7 @@ package decentraland.sdk.components;
4
4
 
5
5
  import "decentraland/sdk/components/common/id.proto";
6
6
  import "decentraland/sdk/components/common/input_action.proto";
7
- import "decentraland/sdk/components/pointer_events.proto";
7
+ import "decentraland/sdk/components/pointer_hover_feedback.proto";
8
8
  import "decentraland/sdk/components/raycast_result.proto";
9
9
 
10
10
  option (common.ecs_component_id) = 1063;
@@ -2,8 +2,8 @@
2
2
 
3
3
  package decentraland.sdk.components;
4
4
 
5
- import "decentraland/sdk/components/common/input_action.proto";
6
5
  import "decentraland/sdk/components/common/id.proto";
6
+ import "decentraland/sdk/components/common/input_action.proto";
7
7
 
8
8
  option (common.ecs_component_id) = 1062;
9
9
 
@@ -14,7 +14,7 @@ enum PointerEventType {
14
14
  PET_HOVER_LEAVE = 3;
15
15
  }
16
16
 
17
- message PBPointerEvents {
17
+ message PBPointerHoverFeedback {
18
18
  message Info {
19
19
  optional common.InputAction button = 1; // default=InputAction.ANY
20
20
  optional string hover_text = 2; // default='Interact'