@dcl/sdk 7.0.0-3482345038.commit-6d0f818 → 7.0.0-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.
@@ -2967,8 +2967,8 @@ export declare interface PBUiBackground {
2967
2967
 
2968
2968
  export declare interface PBUiText {
2969
2969
  value: string;
2970
- /** default=(1.0,1.0,1.0) */
2971
- color?: PBColor3 | undefined;
2970
+ /** default=(1.0,1.0,1.0,1.0) */
2971
+ color?: PBColor4 | undefined;
2972
2972
  /** default='center' */
2973
2973
  textAlign?: TextAlignMode | undefined;
2974
2974
  /** default=0 */