@dcl/playground-assets 7.3.24-6613468311.commit-887e14c → 7.3.24-6618289230.commit-1533637

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.
package/dist/alpha.d.ts CHANGED
@@ -3560,7 +3560,7 @@ export declare const onVideoEvent: Observable<{
3560
3560
 
3561
3561
  /**
3562
3562
  * @public
3563
- * The overflow property controls what happens to content that is too big to fit into an area
3563
+ * The overflow property controls what happens to content that is too big to fit into an area.
3564
3564
  */
3565
3565
  export declare type OverflowType = 'hidden' | 'scroll' | 'visible';
3566
3566
 
@@ -4903,8 +4903,6 @@ export declare interface PBUiTransform {
4903
4903
  /** YGUnit.YGU_UNDEFINED */
4904
4904
  paddingBottomUnit: YGUnit;
4905
4905
  paddingBottom: number;
4906
- /** default: PointerFilterMode.PFM_NONE */
4907
- pointerFilter?: PointerFilterMode | undefined;
4908
4906
  }
4909
4907
 
4910
4908
  /**
@@ -5204,20 +5202,6 @@ export declare const enum PointerEventType {
5204
5202
  PET_HOVER_LEAVE = 3
5205
5203
  }
5206
5204
 
5207
- /**
5208
- * @public
5209
- */
5210
- export declare const enum PointerFilterMode {
5211
- PFM_NONE = 0,
5212
- PFM_BLOCK = 1
5213
- }
5214
-
5215
- /**
5216
- * @public
5217
- * The pointer filter property determines if the ui element blocks the pointer or not (elements with pointer events always block the pointer regardless of this property)
5218
- */
5219
- export declare type PointerFilterType = 'none' | 'block';
5220
-
5221
5205
  /** @public */
5222
5206
  export declare const PointerLock: LastWriteWinElementSetComponentDefinition<PBPointerLock>;
5223
5207
 
@@ -6686,8 +6670,6 @@ export declare interface UiTransformProps {
6686
6670
  flexShrink?: number;
6687
6671
  /** The overflow property controls what happens to content that is too big to fit into an area */
6688
6672
  overflow?: OverflowType;
6689
- /** The pointer filter property determines if the ui element blocks the pointer or not (elements with pointer events always block the pointer regardless of this property) **/
6690
- pointerFilter?: PointerFilterType;
6691
6673
  }
6692
6674
 
6693
6675
  /**
package/dist/beta.d.ts CHANGED
@@ -3541,7 +3541,7 @@ export declare const onVideoEvent: Observable<{
3541
3541
 
3542
3542
  /**
3543
3543
  * @public
3544
- * The overflow property controls what happens to content that is too big to fit into an area
3544
+ * The overflow property controls what happens to content that is too big to fit into an area.
3545
3545
  */
3546
3546
  export declare type OverflowType = 'hidden' | 'scroll' | 'visible';
3547
3547
 
@@ -4884,8 +4884,6 @@ export declare interface PBUiTransform {
4884
4884
  /** YGUnit.YGU_UNDEFINED */
4885
4885
  paddingBottomUnit: YGUnit;
4886
4886
  paddingBottom: number;
4887
- /** default: PointerFilterMode.PFM_NONE */
4888
- pointerFilter?: PointerFilterMode | undefined;
4889
4887
  }
4890
4888
 
4891
4889
  /**
@@ -5185,20 +5183,6 @@ export declare const enum PointerEventType {
5185
5183
  PET_HOVER_LEAVE = 3
5186
5184
  }
5187
5185
 
5188
- /**
5189
- * @public
5190
- */
5191
- export declare const enum PointerFilterMode {
5192
- PFM_NONE = 0,
5193
- PFM_BLOCK = 1
5194
- }
5195
-
5196
- /**
5197
- * @public
5198
- * The pointer filter property determines if the ui element blocks the pointer or not (elements with pointer events always block the pointer regardless of this property)
5199
- */
5200
- export declare type PointerFilterType = 'none' | 'block';
5201
-
5202
5186
  /** @public */
5203
5187
  export declare const PointerLock: LastWriteWinElementSetComponentDefinition<PBPointerLock>;
5204
5188
 
@@ -6662,8 +6646,6 @@ export declare interface UiTransformProps {
6662
6646
  flexShrink?: number;
6663
6647
  /** The overflow property controls what happens to content that is too big to fit into an area */
6664
6648
  overflow?: OverflowType;
6665
- /** The pointer filter property determines if the ui element blocks the pointer or not (elements with pointer events always block the pointer regardless of this property) **/
6666
- pointerFilter?: PointerFilterType;
6667
6649
  }
6668
6650
 
6669
6651
  /**
@@ -3541,7 +3541,7 @@ export declare const onVideoEvent: Observable<{
3541
3541
 
3542
3542
  /**
3543
3543
  * @public
3544
- * The overflow property controls what happens to content that is too big to fit into an area
3544
+ * The overflow property controls what happens to content that is too big to fit into an area.
3545
3545
  */
3546
3546
  export declare type OverflowType = 'hidden' | 'scroll' | 'visible';
3547
3547
 
@@ -4884,8 +4884,6 @@ export declare interface PBUiTransform {
4884
4884
  /** YGUnit.YGU_UNDEFINED */
4885
4885
  paddingBottomUnit: YGUnit;
4886
4886
  paddingBottom: number;
4887
- /** default: PointerFilterMode.PFM_NONE */
4888
- pointerFilter?: PointerFilterMode | undefined;
4889
4887
  }
4890
4888
 
4891
4889
  /**
@@ -5185,20 +5183,6 @@ export declare const enum PointerEventType {
5185
5183
  PET_HOVER_LEAVE = 3
5186
5184
  }
5187
5185
 
5188
- /**
5189
- * @public
5190
- */
5191
- export declare const enum PointerFilterMode {
5192
- PFM_NONE = 0,
5193
- PFM_BLOCK = 1
5194
- }
5195
-
5196
- /**
5197
- * @public
5198
- * The pointer filter property determines if the ui element blocks the pointer or not (elements with pointer events always block the pointer regardless of this property)
5199
- */
5200
- export declare type PointerFilterType = 'none' | 'block';
5201
-
5202
5186
  /** @public */
5203
5187
  export declare const PointerLock: LastWriteWinElementSetComponentDefinition<PBPointerLock>;
5204
5188
 
@@ -6662,8 +6646,6 @@ export declare interface UiTransformProps {
6662
6646
  flexShrink?: number;
6663
6647
  /** The overflow property controls what happens to content that is too big to fit into an area */
6664
6648
  overflow?: OverflowType;
6665
- /** The pointer filter property determines if the ui element blocks the pointer or not (elements with pointer events always block the pointer regardless of this property) **/
6666
- pointerFilter?: PointerFilterType;
6667
6649
  }
6668
6650
 
6669
6651
  /**