@dcl/protocol 1.0.0-14231312268.commit-832f02f → 1.0.0-14231413869.commit-0c50705
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-
|
|
3
|
+
"version": "1.0.0-14231413869.commit-0c50705",
|
|
4
4
|
"description": "",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"out-js",
|
|
33
33
|
"public"
|
|
34
34
|
],
|
|
35
|
-
"commit": "
|
|
35
|
+
"commit": "0c50705ac228396480d1d82584e4c0bf43196584"
|
|
36
36
|
}
|
|
@@ -159,7 +159,7 @@ message PBUiTransform {
|
|
|
159
159
|
float padding_right = 49;
|
|
160
160
|
YGUnit padding_bottom_unit = 50; // YGUnit.YGU_UNDEFINED
|
|
161
161
|
float padding_bottom = 51;
|
|
162
|
-
|
|
162
|
+
|
|
163
163
|
optional PointerFilterMode pointer_filter = 52; // default: PointerFilterMode.PFM_NONE
|
|
164
164
|
|
|
165
165
|
// Border Width
|