@dcl/playground-assets 7.5.6-9700458924.commit-a936907 → 7.5.6-9765922508.commit-3dc99e7

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.
@@ -136,13 +136,6 @@ export const AvatarAttach: LastWriteWinElementSetComponentDefinition<PBAvatarAtt
136
136
  // @public (undocumented)
137
137
  export const AvatarBase: LastWriteWinElementSetComponentDefinition<PBAvatarBase>;
138
138
 
139
- // @public (undocumented)
140
- export const enum AvatarControlType {
141
- CCT_NONE = 0,
142
- CCT_RELATIVE = 1,
143
- CCT_TANK = 2
144
- }
145
-
146
139
  // @public (undocumented)
147
140
  export const AvatarEmoteCommand: GrowOnlyValueSetComponentDefinition<PBAvatarEmoteCommand>;
148
141
 
@@ -158,28 +151,6 @@ export const enum AvatarModifierType {
158
151
  AMT_HIDE_AVATARS = 0
159
152
  }
160
153
 
161
- // @public (undocumented)
162
- export interface AvatarMovementSettings {
163
- allowWeightedMovement?: boolean | undefined;
164
- // (undocumented)
165
- controlMode?: AvatarControlType | undefined;
166
- friction?: number | undefined;
167
- gravity?: number | undefined;
168
- jumpHeight?: number | undefined;
169
- maxFallSpeed?: number | undefined;
170
- runSpeed?: number | undefined;
171
- turnSpeed?: number | undefined;
172
- walkSpeed?: number | undefined;
173
- }
174
-
175
- // @public (undocumented)
176
- export namespace AvatarMovementSettings {
177
- // (undocumented)
178
- export function decode(input: _m0.Reader | Uint8Array, length?: number): AvatarMovementSettings;
179
- // (undocumented)
180
- export function encode(message: AvatarMovementSettings, writer?: _m0.Writer): _m0.Writer;
181
- }
182
-
183
154
  // @public (undocumented)
184
155
  export const AvatarShape: LastWriteWinElementSetComponentDefinition<PBAvatarShape>;
185
156
 
@@ -396,29 +367,6 @@ export const enum CameraType {
396
367
  // @public (undocumented)
397
368
  export type Children = ReactEcs.JSX.ReactNode;
398
369
 
399
- // @public (undocumented)
400
- export interface CinematicSettings {
401
- // Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
402
- // Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
403
- // Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
404
- // Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag
405
- allowManualRotation?: boolean | undefined;
406
- cameraEntity: number;
407
- pitchRange?: number | undefined;
408
- rollRange?: number | undefined;
409
- yawRange?: number | undefined;
410
- zoomMax?: number | undefined;
411
- zoomMin?: number | undefined;
412
- }
413
-
414
- // @public (undocumented)
415
- export namespace CinematicSettings {
416
- // (undocumented)
417
- export function decode(input: _m0.Reader | Uint8Array, length?: number): CinematicSettings;
418
- // (undocumented)
419
- export function encode(message: CinematicSettings, writer?: _m0.Writer): _m0.Writer;
420
- }
421
-
422
370
  // @public (undocumented)
423
371
  export const enum ColliderLayer {
424
372
  // (undocumented)
@@ -671,7 +619,6 @@ export const componentDefinitionByName: {
671
619
  "core::UiDropdownResult": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiDropdownResult>>;
672
620
  "core::UiInput": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiInput>>;
673
621
  "core::UiInputResult": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiInputResult>>;
674
- "core::UiScrollResult": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiScrollResult>>;
675
622
  "core::UiText": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiText>>;
676
623
  "core::UiTransform": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBUiTransform>>;
677
624
  "core::VideoEvent": GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBVideoEvent>>;
@@ -2201,9 +2148,6 @@ export interface PBAvatarModifierArea {
2201
2148
  area: PBVector3 | undefined;
2202
2149
  excludeIds: string[];
2203
2150
  modifiers: AvatarModifierType[];
2204
- // (undocumented)
2205
- movementSettings?: AvatarMovementSettings | undefined;
2206
- useColliderRange?: boolean | undefined;
2207
2151
  }
2208
2152
 
2209
2153
  // @public (undocumented)
@@ -2266,10 +2210,7 @@ export namespace PBCameraMode {
2266
2210
  // @public (undocumented)
2267
2211
  export interface PBCameraModeArea {
2268
2212
  area: PBVector3 | undefined;
2269
- // (undocumented)
2270
- cinematicSettings?: CinematicSettings | undefined;
2271
2213
  mode: CameraType;
2272
- useColliderRange?: boolean | undefined;
2273
2214
  }
2274
2215
 
2275
2216
  // @public (undocumented)
@@ -3001,27 +2942,11 @@ export namespace PBUiInputResult {
3001
2942
  export function encode(message: PBUiInputResult, writer?: _m0.Writer): _m0.Writer;
3002
2943
  }
3003
2944
 
3004
- // @public (undocumented)
3005
- export interface PBUiScrollResult {
3006
- // (undocumented)
3007
- value: PBVector2 | undefined;
3008
- }
3009
-
3010
- // @public (undocumented)
3011
- export namespace PBUiScrollResult {
3012
- // (undocumented)
3013
- export function decode(input: _m0.Reader | Uint8Array, length?: number): PBUiScrollResult;
3014
- // (undocumented)
3015
- export function encode(message: PBUiScrollResult, writer?: _m0.Writer): _m0.Writer;
3016
- }
3017
-
3018
2945
  // @public (undocumented)
3019
2946
  export interface PBUiText {
3020
2947
  color?: PBColor4 | undefined;
3021
2948
  font?: Font | undefined;
3022
2949
  fontSize?: number | undefined;
3023
- outlineColor?: PBColor4 | undefined;
3024
- outlineWidth?: number | undefined;
3025
2950
  textAlign?: TextAlignMode | undefined;
3026
2951
  textWrap?: TextWrap | undefined;
3027
2952
  value: string;
@@ -3041,7 +2966,6 @@ export interface PBUiTransform {
3041
2966
  alignItems?: YGAlign | undefined;
3042
2967
  alignSelf: YGAlign;
3043
2968
  display: YGDisplay;
3044
- elementId?: string | undefined;
3045
2969
  // (undocumented)
3046
2970
  flexBasis: number;
3047
2971
  flexBasisUnit: YGUnit;
@@ -3078,7 +3002,6 @@ export interface PBUiTransform {
3078
3002
  // (undocumented)
3079
3003
  minWidth: number;
3080
3004
  minWidthUnit: YGUnit;
3081
- opacity?: number | undefined;
3082
3005
  overflow: YGOverflow;
3083
3006
  // (undocumented)
3084
3007
  paddingBottom: number;
@@ -3110,8 +3033,6 @@ export interface PBUiTransform {
3110
3033
  positionType: YGPositionType;
3111
3034
  // (undocumented)
3112
3035
  rightOf: number;
3113
- scrollPosition?: ScrollPositionValue | undefined;
3114
- scrollVisible?: ShowScrollBar | undefined;
3115
3036
  // (undocumented)
3116
3037
  width: number;
3117
3038
  widthUnit: YGUnit;
@@ -3778,41 +3699,6 @@ export namespace Schemas {
3778
3699
  }) => void;
3779
3700
  }
3780
3701
 
3781
- // @public (undocumented)
3782
- export interface ScrollPositionValue {
3783
- // (undocumented)
3784
- value?: {
3785
- $case: "position";
3786
- position: PBVector2;
3787
- } | {
3788
- $case: "reference";
3789
- reference: string;
3790
- } | undefined;
3791
- }
3792
-
3793
- // @public (undocumented)
3794
- export namespace ScrollPositionValue {
3795
- // (undocumented)
3796
- export function decode(input: _m0.Reader | Uint8Array, length?: number): ScrollPositionValue;
3797
- // (undocumented)
3798
- export function encode(message: ScrollPositionValue, writer?: _m0.Writer): _m0.Writer;
3799
- }
3800
-
3801
- // @public
3802
- export type ScrollVisibleType = 'horizontal' | 'vertical' | 'both' | 'hidden';
3803
-
3804
- // @public (undocumented)
3805
- export const enum ShowScrollBar {
3806
- // (undocumented)
3807
- SSB_BOTH = 0,
3808
- // (undocumented)
3809
- SSB_HIDDEN = 3,
3810
- // (undocumented)
3811
- SSB_ONLY_HORIZONTAL = 2,
3812
- // (undocumented)
3813
- SSB_ONLY_VERTICAL = 1
3814
- }
3815
-
3816
3702
  // @public (undocumented)
3817
3703
  export interface Spec {
3818
3704
  // (undocumented)
@@ -4171,8 +4057,6 @@ export interface UiLabelProps {
4171
4057
  color?: PBColor4 | undefined;
4172
4058
  font?: UiFontType | undefined;
4173
4059
  fontSize?: ScaleUnit | undefined;
4174
- outlineColor?: PBColor4 | undefined;
4175
- outlineWidth?: number | undefined;
4176
4060
  textAlign?: TextAlignType | undefined;
4177
4061
  textWrap?: UiTextWrapType | undefined;
4178
4062
  value: string;
@@ -4181,9 +4065,6 @@ export interface UiLabelProps {
4181
4065
  // @public
4182
4066
  export type uint32 = number;
4183
4067
 
4184
- // @public (undocumented)
4185
- export const UiScrollResult: LastWriteWinElementSetComponentDefinition<PBUiScrollResult>;
4186
-
4187
4068
  // @public (undocumented)
4188
4069
  export const UiText: LastWriteWinElementSetComponentDefinition<PBUiText>;
4189
4070
 
@@ -4206,7 +4087,6 @@ export interface UiTransformProps {
4206
4087
  alignItems?: AlignType;
4207
4088
  alignSelf?: AlignType;
4208
4089
  display?: DisplayType;
4209
- elementId?: string;
4210
4090
  flex?: number;
4211
4091
  flexBasis?: number;
4212
4092
  flexDirection?: FlexDirectionType;
@@ -4220,14 +4100,11 @@ export interface UiTransformProps {
4220
4100
  maxWidth?: PositionUnit;
4221
4101
  minHeight?: PositionUnit;
4222
4102
  minWidth?: PositionUnit;
4223
- opacity?: number;
4224
4103
  overflow?: OverflowType;
4225
4104
  padding?: Partial<Position> | PositionShorthand;
4226
4105
  pointerFilter?: PointerFilterType;
4227
4106
  position?: Partial<Position> | PositionShorthand;
4228
4107
  positionType?: PositionType;
4229
- scrollPosition?: PBVector2 | string;
4230
- scrollVisible?: ScrollVisibleType;
4231
4108
  width?: PositionUnit | 'auto';
4232
4109
  }
4233
4110
 
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@dcl/playground-assets",
3
3
  "description": "",
4
- "version": "7.5.6-9700458924.commit-a936907",
4
+ "version": "7.5.6-9765922508.commit-3dc99e7",
5
5
  "author": "Decentraland",
6
6
  "dependencies": {
7
- "@dcl/js-runtime": "7.5.6-9700458924.commit-a936907",
8
- "@dcl/sdk": "7.5.6-9700458924.commit-a936907"
7
+ "@dcl/js-runtime": "7.5.6-9765922508.commit-3dc99e7",
8
+ "@dcl/sdk": "7.5.6-9765922508.commit-3dc99e7"
9
9
  },
10
10
  "devDependencies": {
11
11
  "@microsoft/api-extractor": "^7.33.8"
@@ -32,5 +32,5 @@
32
32
  },
33
33
  "types": "./dist/index.d.ts",
34
34
  "typings": "./dist/index.d.ts",
35
- "commit": "a936907b1242e012d4959a7f0f1002805ceb112d"
35
+ "commit": "3dc99e77b1ac673ca79fb4a14158de6218b9b5bc"
36
36
  }