@dcl/playground-assets 7.15.2 → 7.15.3-20441958958.commit-0dc5702

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dcl/sdk",
3
3
  "description": "",
4
- "version": "7.15.2",
4
+ "version": "7.15.3-20441958958.commit-0dc5702",
5
5
  "author": "Decentraland",
6
6
  "dependencies": {
7
7
  "@dcl/ecs": "file:../ecs",
@@ -35,5 +35,5 @@
35
35
  },
36
36
  "types": "./index.d.ts",
37
37
  "typings": "./index.d.ts",
38
- "commit": "68db59f6f87e1f95c44b8b03df026723c6dbd00c"
38
+ "commit": "0dc5702141977ea429c7ab8615dc3ca67632111c"
39
39
  }
@@ -6057,6 +6057,14 @@ export declare namespace PBVirtualCamera {
6057
6057
  export declare interface PBVisibilityComponent {
6058
6058
  /** default=true */
6059
6059
  visible?: boolean | undefined;
6060
+ /**
6061
+ * Propagation follows certain rules:
6062
+ * - Any own visibility component takes priority
6063
+ * - If no own visibility component, visibility is determined by visibility of the nearest parent with propagate = true
6064
+ * - If no own component and no parent with propagate = true, visibility is "visible"
6065
+ * - Visibility is always updated, whenever hierarchy, parent component or own component changes
6066
+ */
6067
+ propagateToChildren?: boolean | undefined;
6060
6068
  }
6061
6069
 
6062
6070
  /**
@@ -59589,6 +59589,33 @@
59589
59589
  "name": "PBVisibilityComponent",
59590
59590
  "preserveMemberOrder": false,
59591
59591
  "members": [
59592
+ {
59593
+ "kind": "PropertySignature",
59594
+ "canonicalReference": "@dcl/playground-assets!PBVisibilityComponent#propagateToChildren:member",
59595
+ "docComment": "/**\n * Propagation follows certain rules: - Any own visibility component takes priority - If no own visibility component, visibility is determined by visibility of the nearest parent with propagate = true - If no own component and no parent with propagate = true, visibility is \"visible\" - Visibility is always updated, whenever hierarchy, parent component or own component changes\n */\n",
59596
+ "excerptTokens": [
59597
+ {
59598
+ "kind": "Content",
59599
+ "text": "propagateToChildren?: "
59600
+ },
59601
+ {
59602
+ "kind": "Content",
59603
+ "text": "boolean | undefined"
59604
+ },
59605
+ {
59606
+ "kind": "Content",
59607
+ "text": ";"
59608
+ }
59609
+ ],
59610
+ "isReadonly": false,
59611
+ "isOptional": true,
59612
+ "releaseTag": "Public",
59613
+ "name": "propagateToChildren",
59614
+ "propertyTypeTokenRange": {
59615
+ "startIndex": 1,
59616
+ "endIndex": 2
59617
+ }
59618
+ },
59592
59619
  {
59593
59620
  "kind": "PropertySignature",
59594
59621
  "canonicalReference": "@dcl/playground-assets!PBVisibilityComponent#visible:member",
@@ -3520,6 +3520,7 @@ export namespace PBVirtualCamera {
3520
3520
 
3521
3521
  // @public (undocumented)
3522
3522
  export interface PBVisibilityComponent {
3523
+ propagateToChildren?: boolean | undefined;
3523
3524
  visible?: boolean | undefined;
3524
3525
  }
3525
3526
 
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@dcl/playground-assets",
3
3
  "description": "",
4
- "version": "7.15.2",
4
+ "version": "7.15.3-20441958958.commit-0dc5702",
5
5
  "author": "Decentraland",
6
6
  "dependencies": {
7
- "@dcl/js-runtime": "7.15.2",
8
- "@dcl/sdk": "7.15.2"
7
+ "@dcl/js-runtime": "7.15.3-20441958958.commit-0dc5702",
8
+ "@dcl/sdk": "7.15.3-20441958958.commit-0dc5702"
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": "68db59f6f87e1f95c44b8b03df026723c6dbd00c"
35
+ "commit": "0dc5702141977ea429c7ab8615dc3ca67632111c"
36
36
  }