@dcl/sdk 7.0.0-3220317770.commit-748a07b → 7.0.0-3220359277.commit-7cbadc7

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.
@@ -264,7 +264,7 @@ export declare namespace Components {
264
264
  /** @public */
265
265
  const TextShape: ComponentDefinition<ISchema<PBTextShape>, PBTextShape>;
266
266
  /** @public */
267
- const UiStyles: ComponentDefinition<ISchema<PBUiStyles>, PBUiStyles>;
267
+ const UiBackground: ComponentDefinition<ISchema<PBUiBackground>, PBUiBackground>;
268
268
  /** @public */
269
269
  const UiText: ComponentDefinition<ISchema<PBUiText>, PBUiText>;
270
270
  /** @public */
@@ -487,7 +487,7 @@ declare function defineSdkComponents(engine: PreEngine): {
487
487
  Raycast: ComponentDefinition<ISchema<PBRaycast>, PBRaycast>;
488
488
  RaycastResult: ComponentDefinition<ISchema<PBRaycastResult>, PBRaycastResult>;
489
489
  TextShape: ComponentDefinition<ISchema<PBTextShape>, PBTextShape>;
490
- UiStyles: ComponentDefinition<ISchema<PBUiStyles>, PBUiStyles>;
490
+ UiBackground: ComponentDefinition<ISchema<PBUiBackground>, PBUiBackground>;
491
491
  UiText: ComponentDefinition<ISchema<PBUiText>, PBUiText>;
492
492
  UiTransform: ComponentDefinition<ISchema<PBUiTransform>, PBUiTransform>;
493
493
  VisibilityComponent: ComponentDefinition<ISchema<PBVisibilityComponent>, PBVisibilityComponent>;
@@ -2166,7 +2166,7 @@ declare interface PBTextShape {
2166
2166
  textColor?: Color3 | undefined;
2167
2167
  }
2168
2168
 
2169
- declare interface PBUiStyles {
2169
+ declare interface PBUiBackground {
2170
2170
  /** default=(0.0, 0.0, 0.0, 0.0) */
2171
2171
  backgroundColor?: Color4 | undefined;
2172
2172
  }
@@ -2753,10 +2753,10 @@ export declare type Transport = {
2753
2753
 
2754
2754
  export declare type TransportMessage = Omit<ReceiveMessage, 'data'>;
2755
2755
 
2756
- declare type Uint32 = number;
2757
-
2758
2756
  /** @public */
2759
- export declare const UiStyles: ComponentDefinition<ISchema<PBUiStyles>, PBUiStyles>;
2757
+ export declare const UiBackground: ComponentDefinition<ISchema<PBUiBackground>, PBUiBackground>;
2758
+
2759
+ declare type Uint32 = number;
2760
2760
 
2761
2761
  /** @public */
2762
2762
  export declare const UiText: ComponentDefinition<ISchema<PBUiText>, PBUiText>;