@dcl/playground-assets 7.3.24-6551297996.commit-7436455 → 7.3.24-6613468311.commit-887e14c

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.
@@ -71,15 +71,6 @@ export const enum AvatarAnchorPointType {
71
71
  // @public (undocumented)
72
72
  export const AvatarAttach: LastWriteWinElementSetComponentDefinition<PBAvatarAttach>;
73
73
 
74
- // @public (undocumented)
75
- export const AvatarBase: LastWriteWinElementSetComponentDefinition<PBAvatarBase>;
76
-
77
- // @public (undocumented)
78
- export const AvatarEmoteCommand: LastWriteWinElementSetComponentDefinition<PBAvatarEmoteCommand>;
79
-
80
- // @public (undocumented)
81
- export const AvatarEquippedData: LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>;
82
-
83
74
  // @public (undocumented)
84
75
  export const AvatarModifierArea: LastWriteWinElementSetComponentDefinition<PBAvatarModifierArea>;
85
76
 
@@ -523,9 +514,6 @@ export const componentDefinitionByName: {
523
514
  "core::AudioSource": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAudioSource>>;
524
515
  "core::AudioStream": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAudioStream>>;
525
516
  "core::AvatarAttach": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarAttach>>;
526
- "core::AvatarBase": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarBase>>;
527
- "core::AvatarEmoteCommand": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarEmoteCommand>>;
528
- "core::AvatarEquippedData": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarEquippedData>>;
529
517
  "core::AvatarModifierArea": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarModifierArea>>;
530
518
  "core::AvatarShape": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBAvatarShape>>;
531
519
  "core::Billboard": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBBillboard>>;
@@ -538,7 +526,6 @@ export const componentDefinitionByName: {
538
526
  "core::MeshCollider": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBMeshCollider>>;
539
527
  "core::MeshRenderer": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBMeshRenderer>>;
540
528
  "core::NftShape": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBNftShape>>;
541
- "core::PlayerIdentityData": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBPlayerIdentityData>>;
542
529
  "core::PointerEvents": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBPointerEvents>>;
543
530
  "core::PointerEventsResult": GSetComponentGetter<GrowOnlyValueSetComponentDefinition<PBPointerEventsResult>>;
544
531
  "core::PointerLock": LwwComponentGetter<LastWriteWinElementSetComponentDefinition<PBPointerLock>>;
@@ -2119,74 +2106,6 @@ export namespace PBAvatarAttach {
2119
2106
  export function encode(message: PBAvatarAttach, writer?: _m0.Writer): _m0.Writer;
2120
2107
  }
2121
2108
 
2122
- // @public (undocumented)
2123
- export interface PBAvatarBase {
2124
- // (undocumented)
2125
- bodyShapeUrn: string;
2126
- // (undocumented)
2127
- eyesColor: PBColor3 | undefined;
2128
- // (undocumented)
2129
- hairColor: PBColor3 | undefined;
2130
- // (undocumented)
2131
- name: string;
2132
- // (undocumented)
2133
- skinColor: PBColor3 | undefined;
2134
- }
2135
-
2136
- // @public (undocumented)
2137
- export namespace PBAvatarBase {
2138
- // (undocumented)
2139
- export function decode(input: _m0.Reader | Uint8Array, length?: number): PBAvatarBase;
2140
- // (undocumented)
2141
- export function encode(message: PBAvatarBase, writer?: _m0.Writer): _m0.Writer;
2142
- }
2143
-
2144
- // @public (undocumented)
2145
- export interface PBAvatarEmoteCommand {
2146
- // (undocumented)
2147
- emoteCommand: PBAvatarEmoteCommand_EmoteCommand | undefined;
2148
- }
2149
-
2150
- // @public (undocumented)
2151
- export namespace PBAvatarEmoteCommand {
2152
- // (undocumented)
2153
- export function decode(input: _m0.Reader | Uint8Array, length?: number): PBAvatarEmoteCommand;
2154
- // (undocumented)
2155
- export function encode(message: PBAvatarEmoteCommand, writer?: _m0.Writer): _m0.Writer;
2156
- }
2157
-
2158
- // @public (undocumented)
2159
- export interface PBAvatarEmoteCommand_EmoteCommand {
2160
- // (undocumented)
2161
- emoteUrn: string;
2162
- // (undocumented)
2163
- loop: boolean;
2164
- }
2165
-
2166
- // @public (undocumented)
2167
- export namespace PBAvatarEmoteCommand_EmoteCommand {
2168
- // (undocumented)
2169
- export function decode(input: _m0.Reader | Uint8Array, length?: number): PBAvatarEmoteCommand_EmoteCommand;
2170
- // (undocumented)
2171
- export function encode(message: PBAvatarEmoteCommand_EmoteCommand, writer?: _m0.Writer): _m0.Writer;
2172
- }
2173
-
2174
- // @public (undocumented)
2175
- export interface PBAvatarEquippedData {
2176
- // (undocumented)
2177
- emotesUrns: string[];
2178
- // (undocumented)
2179
- wearableUrns: string[];
2180
- }
2181
-
2182
- // @public (undocumented)
2183
- export namespace PBAvatarEquippedData {
2184
- // (undocumented)
2185
- export function decode(input: _m0.Reader | Uint8Array, length?: number): PBAvatarEquippedData;
2186
- // (undocumented)
2187
- export function encode(message: PBAvatarEquippedData, writer?: _m0.Writer): _m0.Writer;
2188
- }
2189
-
2190
2109
  // @public (undocumented)
2191
2110
  export interface PBAvatarModifierArea {
2192
2111
  area: PBVector3 | undefined;
@@ -2580,21 +2499,6 @@ export namespace PBNftShape {
2580
2499
  export function encode(message: PBNftShape, writer?: _m0.Writer): _m0.Writer;
2581
2500
  }
2582
2501
 
2583
- // @public (undocumented)
2584
- export interface PBPlayerIdentityData {
2585
- address: string;
2586
- // (undocumented)
2587
- isGuest: boolean;
2588
- }
2589
-
2590
- // @public (undocumented)
2591
- export namespace PBPlayerIdentityData {
2592
- // (undocumented)
2593
- export function decode(input: _m0.Reader | Uint8Array, length?: number): PBPlayerIdentityData;
2594
- // (undocumented)
2595
- export function encode(message: PBPlayerIdentityData, writer?: _m0.Writer): _m0.Writer;
2596
- }
2597
-
2598
2502
  // @public (undocumented)
2599
2503
  export interface PBPointerEvents {
2600
2504
  pointerEvents: PBPointerEvents_Entry[];
@@ -3035,6 +2939,7 @@ export interface PBUiTransform {
3035
2939
  paddingTopUnit: YGUnit;
3036
2940
  // (undocumented)
3037
2941
  parent: number;
2942
+ pointerFilter?: PointerFilterMode | undefined;
3038
2943
  // (undocumented)
3039
2944
  positionBottom: number;
3040
2945
  positionBottomUnit: YGUnit;
@@ -3182,9 +3087,6 @@ export namespace Plane {
3182
3087
  export function transform(plane: ReadonlyPlane, transformation: Matrix.ReadonlyMatrix): MutablePlane;
3183
3088
  }
3184
3089
 
3185
- // @public (undocumented)
3186
- export const PlayerIdentityData: LastWriteWinElementSetComponentDefinition<PBPlayerIdentityData>;
3187
-
3188
3090
  // @public (undocumented)
3189
3091
  export const PointerEvents: LastWriteWinElementSetComponentDefinition<PBPointerEvents>;
3190
3092
 
@@ -3224,6 +3126,17 @@ export const enum PointerEventType {
3224
3126
  PET_UP = 0
3225
3127
  }
3226
3128
 
3129
+ // @public (undocumented)
3130
+ export const enum PointerFilterMode {
3131
+ // (undocumented)
3132
+ PFM_BLOCK = 1,
3133
+ // (undocumented)
3134
+ PFM_NONE = 0
3135
+ }
3136
+
3137
+ // @public
3138
+ export type PointerFilterType = 'none' | 'block';
3139
+
3227
3140
  // @public (undocumented)
3228
3141
  export const PointerLock: LastWriteWinElementSetComponentDefinition<PBPointerLock>;
3229
3142
 
@@ -4040,6 +3953,7 @@ export interface UiTransformProps {
4040
3953
  minWidth?: PositionUnit;
4041
3954
  overflow?: OverflowType;
4042
3955
  padding?: Partial<Position> | PositionShorthand;
3956
+ pointerFilter?: PointerFilterType;
4043
3957
  position?: Partial<Position> | PositionShorthand;
4044
3958
  positionType?: PositionType;
4045
3959
  width?: PositionUnit;
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@dcl/playground-assets",
3
3
  "description": "",
4
- "version": "7.3.24-6551297996.commit-7436455",
4
+ "version": "7.3.24-6613468311.commit-887e14c",
5
5
  "author": "Decentraland",
6
6
  "dependencies": {
7
- "@dcl/js-runtime": "7.3.24-6551297996.commit-7436455",
8
- "@dcl/sdk": "7.3.24-6551297996.commit-7436455"
7
+ "@dcl/js-runtime": "7.3.24-6613468311.commit-887e14c",
8
+ "@dcl/sdk": "7.3.24-6613468311.commit-887e14c"
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": "74364556d34605cde5caad22d7d5b728c71d3f34"
35
+ "commit": "887e14c7427b93436dc59b3e870783dd26722d58"
36
36
  }