@dcl/react-ecs 0.0.1-3482345038.commit-6d0f818 → 0.0.1-3516578896.commit-9ff50ea

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -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?: Color3 | undefined;
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-3482345038.commit-6d0f818",
3
+ "version": "0.0.1-3516578896.commit-9ff50ea",
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": "6d0f8181f49e9acf1ce015e47a095a2b3246d153"
42
+ "commit": "9ff50ea8faf2baae31078bb7dfdffc17fb10ea4a"
43
43
  }