@dcl/react-ecs 0.0.1-3482345038.commit-6d0f818 → 0.0.1-3491045797.commit-404a2a7
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.d.ts +2 -2
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -152,8 +152,8 @@ export declare interface PBUiBackground {
|
|
|
152
152
|
|
|
153
153
|
export declare interface PBUiText {
|
|
154
154
|
value: string;
|
|
155
|
-
/** default=(1.0,1.0,1.0) */
|
|
156
|
-
color?:
|
|
155
|
+
/** default=(1.0,1.0,1.0,1.0) */
|
|
156
|
+
color?: Color4 | undefined;
|
|
157
157
|
/** default='center' */
|
|
158
158
|
textAlign?: TextAlignMode | undefined;
|
|
159
159
|
/** default=0 */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcl/react-ecs",
|
|
3
|
-
"version": "0.0.1-
|
|
3
|
+
"version": "0.0.1-3491045797.commit-404a2a7",
|
|
4
4
|
"decentralandLibrary": {},
|
|
5
5
|
"description": "Decentraland ECS",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"dist/index.min.js",
|
|
40
40
|
"dist/index.min.js.map"
|
|
41
41
|
],
|
|
42
|
-
"commit": "
|
|
42
|
+
"commit": "404a2a743dab91d4ffe0de5cb9d32f4272ae86f8"
|
|
43
43
|
}
|