@dcl/playground-assets 7.9.4-16820196581.commit-2495603 → 7.9.4-16874339680.commit-0b18702

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.9.4-16820196581.commit-2495603",
4
+ "version": "7.9.4-16874339680.commit-0b18702",
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": "2495603ee47557bb9230eca659132f22259b6146"
38
+ "commit": "0b187027d4df0f3dff46a492b0fc62fb2397a459"
39
39
  }
@@ -2681,8 +2681,31 @@ export declare interface LastWriteWinElementSetComponentDefinition<T> extends Ba
2681
2681
  getOrCreateMutable(entity: Entity, initialValue?: T): T;
2682
2682
  }
2683
2683
 
2684
- /** @public */
2685
- export declare const LightSource: LastWriteWinElementSetComponentDefinition<PBLightSource>;
2684
+ export declare const LightSource: LightSourceComponentDefinitionExtended;
2685
+
2686
+ /**
2687
+ * @public
2688
+ */
2689
+ export declare interface LightSourceComponentDefinitionExtended extends LastWriteWinElementSetComponentDefinition<PBLightSource> {
2690
+ /**
2691
+ * LightSource helper with constructor
2692
+ */
2693
+ Type: LightSourceHelper;
2694
+ }
2695
+
2696
+ /**
2697
+ * @public
2698
+ */
2699
+ export declare interface LightSourceHelper {
2700
+ /**
2701
+ * @returns a Light Source type
2702
+ */
2703
+ Point: (point: PBLightSource_Point) => PBLightSource['type'];
2704
+ /**
2705
+ * @returns a Light Source type
2706
+ */
2707
+ Spot: (spot: PBLightSource_Spot) => PBLightSource['type'];
2708
+ }
2686
2709
 
2687
2710
  /**
2688
2711
  * User key event Listeners
@@ -24626,12 +24626,36 @@
24626
24626
  {
24627
24627
  "kind": "Variable",
24628
24628
  "canonicalReference": "@dcl/playground-assets!LightSource:var",
24629
- "docComment": "/**\n * @public\n */\n",
24629
+ "docComment": "",
24630
24630
  "excerptTokens": [
24631
24631
  {
24632
24632
  "kind": "Content",
24633
24633
  "text": "LightSource: "
24634
24634
  },
24635
+ {
24636
+ "kind": "Reference",
24637
+ "text": "LightSourceComponentDefinitionExtended",
24638
+ "canonicalReference": "@dcl/playground-assets!LightSourceComponentDefinitionExtended:interface"
24639
+ }
24640
+ ],
24641
+ "fileUrlPath": "../ecs/dist/index.d.ts",
24642
+ "isReadonly": true,
24643
+ "releaseTag": "Public",
24644
+ "name": "LightSource",
24645
+ "variableTypeTokenRange": {
24646
+ "startIndex": 1,
24647
+ "endIndex": 2
24648
+ }
24649
+ },
24650
+ {
24651
+ "kind": "Interface",
24652
+ "canonicalReference": "@dcl/playground-assets!LightSourceComponentDefinitionExtended:interface",
24653
+ "docComment": "/**\n * @public\n */\n",
24654
+ "excerptTokens": [
24655
+ {
24656
+ "kind": "Content",
24657
+ "text": "export interface LightSourceComponentDefinitionExtended extends "
24658
+ },
24635
24659
  {
24636
24660
  "kind": "Reference",
24637
24661
  "text": "LastWriteWinElementSetComponentDefinition",
@@ -24649,16 +24673,160 @@
24649
24673
  {
24650
24674
  "kind": "Content",
24651
24675
  "text": ">"
24676
+ },
24677
+ {
24678
+ "kind": "Content",
24679
+ "text": " "
24652
24680
  }
24653
24681
  ],
24654
- "fileUrlPath": "../ecs/dist/components/generated/global.gen.d.ts",
24655
- "isReadonly": true,
24682
+ "fileUrlPath": "../ecs/dist/components/extended/LightSource.d.ts",
24656
24683
  "releaseTag": "Public",
24657
- "name": "LightSource",
24658
- "variableTypeTokenRange": {
24659
- "startIndex": 1,
24660
- "endIndex": 5
24661
- }
24684
+ "name": "LightSourceComponentDefinitionExtended",
24685
+ "preserveMemberOrder": false,
24686
+ "members": [
24687
+ {
24688
+ "kind": "PropertySignature",
24689
+ "canonicalReference": "@dcl/playground-assets!LightSourceComponentDefinitionExtended#Type:member",
24690
+ "docComment": "/**\n * LightSource helper with constructor\n */\n",
24691
+ "excerptTokens": [
24692
+ {
24693
+ "kind": "Content",
24694
+ "text": "Type: "
24695
+ },
24696
+ {
24697
+ "kind": "Reference",
24698
+ "text": "LightSourceHelper",
24699
+ "canonicalReference": "@dcl/playground-assets!LightSourceHelper:interface"
24700
+ },
24701
+ {
24702
+ "kind": "Content",
24703
+ "text": ";"
24704
+ }
24705
+ ],
24706
+ "isReadonly": false,
24707
+ "isOptional": false,
24708
+ "releaseTag": "Public",
24709
+ "name": "Type",
24710
+ "propertyTypeTokenRange": {
24711
+ "startIndex": 1,
24712
+ "endIndex": 2
24713
+ }
24714
+ }
24715
+ ],
24716
+ "extendsTokenRanges": [
24717
+ {
24718
+ "startIndex": 1,
24719
+ "endIndex": 5
24720
+ }
24721
+ ]
24722
+ },
24723
+ {
24724
+ "kind": "Interface",
24725
+ "canonicalReference": "@dcl/playground-assets!LightSourceHelper:interface",
24726
+ "docComment": "/**\n * @public\n */\n",
24727
+ "excerptTokens": [
24728
+ {
24729
+ "kind": "Content",
24730
+ "text": "export interface LightSourceHelper "
24731
+ }
24732
+ ],
24733
+ "fileUrlPath": "../ecs/dist/components/extended/LightSource.d.ts",
24734
+ "releaseTag": "Public",
24735
+ "name": "LightSourceHelper",
24736
+ "preserveMemberOrder": false,
24737
+ "members": [
24738
+ {
24739
+ "kind": "PropertySignature",
24740
+ "canonicalReference": "@dcl/playground-assets!LightSourceHelper#Point:member",
24741
+ "docComment": "/**\n * @returns a Light Source type\n */\n",
24742
+ "excerptTokens": [
24743
+ {
24744
+ "kind": "Content",
24745
+ "text": "Point: "
24746
+ },
24747
+ {
24748
+ "kind": "Content",
24749
+ "text": "(point: "
24750
+ },
24751
+ {
24752
+ "kind": "Reference",
24753
+ "text": "PBLightSource_Point",
24754
+ "canonicalReference": "@dcl/playground-assets!PBLightSource_Point"
24755
+ },
24756
+ {
24757
+ "kind": "Content",
24758
+ "text": ") => "
24759
+ },
24760
+ {
24761
+ "kind": "Reference",
24762
+ "text": "PBLightSource",
24763
+ "canonicalReference": "@dcl/playground-assets!PBLightSource"
24764
+ },
24765
+ {
24766
+ "kind": "Content",
24767
+ "text": "['type']"
24768
+ },
24769
+ {
24770
+ "kind": "Content",
24771
+ "text": ";"
24772
+ }
24773
+ ],
24774
+ "isReadonly": false,
24775
+ "isOptional": false,
24776
+ "releaseTag": "Public",
24777
+ "name": "Point",
24778
+ "propertyTypeTokenRange": {
24779
+ "startIndex": 1,
24780
+ "endIndex": 6
24781
+ }
24782
+ },
24783
+ {
24784
+ "kind": "PropertySignature",
24785
+ "canonicalReference": "@dcl/playground-assets!LightSourceHelper#Spot:member",
24786
+ "docComment": "/**\n * @returns a Light Source type\n */\n",
24787
+ "excerptTokens": [
24788
+ {
24789
+ "kind": "Content",
24790
+ "text": "Spot: "
24791
+ },
24792
+ {
24793
+ "kind": "Content",
24794
+ "text": "(spot: "
24795
+ },
24796
+ {
24797
+ "kind": "Reference",
24798
+ "text": "PBLightSource_Spot",
24799
+ "canonicalReference": "@dcl/playground-assets!PBLightSource_Spot"
24800
+ },
24801
+ {
24802
+ "kind": "Content",
24803
+ "text": ") => "
24804
+ },
24805
+ {
24806
+ "kind": "Reference",
24807
+ "text": "PBLightSource",
24808
+ "canonicalReference": "@dcl/playground-assets!PBLightSource"
24809
+ },
24810
+ {
24811
+ "kind": "Content",
24812
+ "text": "['type']"
24813
+ },
24814
+ {
24815
+ "kind": "Content",
24816
+ "text": ";"
24817
+ }
24818
+ ],
24819
+ "isReadonly": false,
24820
+ "isOptional": false,
24821
+ "releaseTag": "Public",
24822
+ "name": "Spot",
24823
+ "propertyTypeTokenRange": {
24824
+ "startIndex": 1,
24825
+ "endIndex": 6
24826
+ }
24827
+ }
24828
+ ],
24829
+ "extendsTokenRanges": []
24662
24830
  },
24663
24831
  {
24664
24832
  "kind": "TypeAlias",
@@ -1579,8 +1579,23 @@ export interface LastWriteWinElementSetComponentDefinition<T> extends BaseCompon
1579
1579
  getOrNull(entity: Entity): DeepReadonly<T> | null;
1580
1580
  }
1581
1581
 
1582
+ // Warning: (ae-missing-release-tag) "LightSource" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
1583
+ //
1584
+ // @public (undocumented)
1585
+ export const LightSource: LightSourceComponentDefinitionExtended;
1586
+
1582
1587
  // @public (undocumented)
1583
- export const LightSource: LastWriteWinElementSetComponentDefinition<PBLightSource>;
1588
+ export interface LightSourceComponentDefinitionExtended extends LastWriteWinElementSetComponentDefinition<PBLightSource> {
1589
+ Type: LightSourceHelper;
1590
+ }
1591
+
1592
+ // @public (undocumented)
1593
+ export interface LightSourceHelper {
1594
+ // (undocumented)
1595
+ Point: (point: PBLightSource_Point) => PBLightSource['type'];
1596
+ // (undocumented)
1597
+ Spot: (spot: PBLightSource_Spot) => PBLightSource['type'];
1598
+ }
1584
1599
 
1585
1600
  // @public
1586
1601
  export type Listeners = {
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@dcl/playground-assets",
3
3
  "description": "",
4
- "version": "7.9.4-16820196581.commit-2495603",
4
+ "version": "7.9.4-16874339680.commit-0b18702",
5
5
  "author": "Decentraland",
6
6
  "dependencies": {
7
- "@dcl/js-runtime": "7.9.4-16820196581.commit-2495603",
8
- "@dcl/sdk": "7.9.4-16820196581.commit-2495603"
7
+ "@dcl/js-runtime": "7.9.4-16874339680.commit-0b18702",
8
+ "@dcl/sdk": "7.9.4-16874339680.commit-0b18702"
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": "2495603ee47557bb9230eca659132f22259b6146"
35
+ "commit": "0b187027d4df0f3dff46a492b0fc62fb2397a459"
36
36
  }