@dcl/playground-assets 7.5.2-9387170225.commit-0e1c091 → 7.5.2-9453133571.commit-daaaecf
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 +3 -8
- package/dist/beta.d.ts +3 -8
- package/dist/index.bundled.d.ts +3 -8
- package/dist/playground/sdk/dcl-sdk.package.json +2 -2
- package/dist/playground-assets.d.ts +3 -8
- package/etc/playground-assets.api.json +16 -38
- package/etc/playground-assets.api.md +3 -6
- package/package.json +4 -4
package/dist/alpha.d.ts
CHANGED
@@ -477,7 +477,7 @@ export declare const enum CameraType {
|
|
477
477
|
CT_CINEMATIC = 2
|
478
478
|
}
|
479
479
|
|
480
|
-
export declare type Children = ReactNode;
|
480
|
+
export declare type Children = ReactEcs.JSX.ReactNode;
|
481
481
|
|
482
482
|
/** ColliderLayer determines the kind of collision to detect, in OR-able bit flag form. */
|
483
483
|
/**
|
@@ -1784,7 +1784,7 @@ export declare const enum EasingFunction {
|
|
1784
1784
|
*/
|
1785
1785
|
export declare interface EcsElements {
|
1786
1786
|
entity: Partial<EntityComponents> & {
|
1787
|
-
children?: ReactNode;
|
1787
|
+
children?: ReactEcs.JSX.ReactNode;
|
1788
1788
|
key?: Key;
|
1789
1789
|
};
|
1790
1790
|
}
|
@@ -6305,7 +6305,7 @@ export declare namespace ReactEcs {
|
|
6305
6305
|
/**
|
6306
6306
|
* @public
|
6307
6307
|
*/
|
6308
|
-
export type ReactNode = ReactElement | string | number | boolean | null | undefined |
|
6308
|
+
export type ReactNode = Element | ReactElement | string | number | boolean | null | undefined | ReactNode[];
|
6309
6309
|
/**
|
6310
6310
|
* @public
|
6311
6311
|
*/
|
@@ -6345,11 +6345,6 @@ export declare interface ReactElement<P = any, T extends string | JSXElementCons
|
|
6345
6345
|
key: Key | null;
|
6346
6346
|
}
|
6347
6347
|
|
6348
|
-
/**
|
6349
|
-
* @public
|
6350
|
-
*/
|
6351
|
-
export declare type ReactNode = ReactElement | string | number | boolean | null | undefined;
|
6352
|
-
|
6353
6348
|
/**
|
6354
6349
|
* @public
|
6355
6350
|
*/
|
package/dist/beta.d.ts
CHANGED
@@ -477,7 +477,7 @@ export declare const enum CameraType {
|
|
477
477
|
CT_CINEMATIC = 2
|
478
478
|
}
|
479
479
|
|
480
|
-
export declare type Children = ReactNode;
|
480
|
+
export declare type Children = ReactEcs.JSX.ReactNode;
|
481
481
|
|
482
482
|
/** ColliderLayer determines the kind of collision to detect, in OR-able bit flag form. */
|
483
483
|
/**
|
@@ -1784,7 +1784,7 @@ export declare const enum EasingFunction {
|
|
1784
1784
|
*/
|
1785
1785
|
export declare interface EcsElements {
|
1786
1786
|
entity: Partial<EntityComponents> & {
|
1787
|
-
children?: ReactNode;
|
1787
|
+
children?: ReactEcs.JSX.ReactNode;
|
1788
1788
|
key?: Key;
|
1789
1789
|
};
|
1790
1790
|
}
|
@@ -6277,7 +6277,7 @@ export declare namespace ReactEcs {
|
|
6277
6277
|
/**
|
6278
6278
|
* @public
|
6279
6279
|
*/
|
6280
|
-
export type ReactNode = ReactElement | string | number | boolean | null | undefined |
|
6280
|
+
export type ReactNode = Element | ReactElement | string | number | boolean | null | undefined | ReactNode[];
|
6281
6281
|
/**
|
6282
6282
|
* @public
|
6283
6283
|
*/
|
@@ -6317,11 +6317,6 @@ export declare interface ReactElement<P = any, T extends string | JSXElementCons
|
|
6317
6317
|
key: Key | null;
|
6318
6318
|
}
|
6319
6319
|
|
6320
|
-
/**
|
6321
|
-
* @public
|
6322
|
-
*/
|
6323
|
-
export declare type ReactNode = ReactElement | string | number | boolean | null | undefined;
|
6324
|
-
|
6325
6320
|
/**
|
6326
6321
|
* @public
|
6327
6322
|
*/
|
package/dist/index.bundled.d.ts
CHANGED
@@ -477,7 +477,7 @@ export declare const enum CameraType {
|
|
477
477
|
CT_CINEMATIC = 2
|
478
478
|
}
|
479
479
|
|
480
|
-
export declare type Children = ReactNode;
|
480
|
+
export declare type Children = ReactEcs.JSX.ReactNode;
|
481
481
|
|
482
482
|
/** ColliderLayer determines the kind of collision to detect, in OR-able bit flag form. */
|
483
483
|
/**
|
@@ -1784,7 +1784,7 @@ export declare const enum EasingFunction {
|
|
1784
1784
|
*/
|
1785
1785
|
export declare interface EcsElements {
|
1786
1786
|
entity: Partial<EntityComponents> & {
|
1787
|
-
children?: ReactNode;
|
1787
|
+
children?: ReactEcs.JSX.ReactNode;
|
1788
1788
|
key?: Key;
|
1789
1789
|
};
|
1790
1790
|
}
|
@@ -6277,7 +6277,7 @@ export declare namespace ReactEcs {
|
|
6277
6277
|
/**
|
6278
6278
|
* @public
|
6279
6279
|
*/
|
6280
|
-
export type ReactNode = ReactElement | string | number | boolean | null | undefined |
|
6280
|
+
export type ReactNode = Element | ReactElement | string | number | boolean | null | undefined | ReactNode[];
|
6281
6281
|
/**
|
6282
6282
|
* @public
|
6283
6283
|
*/
|
@@ -6317,11 +6317,6 @@ export declare interface ReactElement<P = any, T extends string | JSXElementCons
|
|
6317
6317
|
key: Key | null;
|
6318
6318
|
}
|
6319
6319
|
|
6320
|
-
/**
|
6321
|
-
* @public
|
6322
|
-
*/
|
6323
|
-
export declare type ReactNode = ReactElement | string | number | boolean | null | undefined;
|
6324
|
-
|
6325
6320
|
/**
|
6326
6321
|
* @public
|
6327
6322
|
*/
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@dcl/sdk",
|
3
3
|
"description": "",
|
4
|
-
"version": "7.5.2-
|
4
|
+
"version": "7.5.2-9453133571.commit-daaaecf",
|
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": "
|
38
|
+
"commit": "daaaecfc0671e945b0fb29e17644c339a2a480ac"
|
39
39
|
}
|
@@ -477,7 +477,7 @@ export declare const enum CameraType {
|
|
477
477
|
CT_CINEMATIC = 2
|
478
478
|
}
|
479
479
|
|
480
|
-
export declare type Children = ReactNode;
|
480
|
+
export declare type Children = ReactEcs.JSX.ReactNode;
|
481
481
|
|
482
482
|
/** ColliderLayer determines the kind of collision to detect, in OR-able bit flag form. */
|
483
483
|
/**
|
@@ -1784,7 +1784,7 @@ export declare const enum EasingFunction {
|
|
1784
1784
|
*/
|
1785
1785
|
export declare interface EcsElements {
|
1786
1786
|
entity: Partial<EntityComponents> & {
|
1787
|
-
children?: ReactNode;
|
1787
|
+
children?: ReactEcs.JSX.ReactNode;
|
1788
1788
|
key?: Key;
|
1789
1789
|
};
|
1790
1790
|
}
|
@@ -6305,7 +6305,7 @@ export declare namespace ReactEcs {
|
|
6305
6305
|
/**
|
6306
6306
|
* @public
|
6307
6307
|
*/
|
6308
|
-
export type ReactNode = ReactElement | string | number | boolean | null | undefined |
|
6308
|
+
export type ReactNode = Element | ReactElement | string | number | boolean | null | undefined | ReactNode[];
|
6309
6309
|
/**
|
6310
6310
|
* @public
|
6311
6311
|
*/
|
@@ -6345,11 +6345,6 @@ export declare interface ReactElement<P = any, T extends string | JSXElementCons
|
|
6345
6345
|
key: Key | null;
|
6346
6346
|
}
|
6347
6347
|
|
6348
|
-
/**
|
6349
|
-
* @public
|
6350
|
-
*/
|
6351
|
-
export declare type ReactNode = ReactElement | string | number | boolean | null | undefined;
|
6352
|
-
|
6353
6348
|
/**
|
6354
6349
|
* @public
|
6355
6350
|
*/
|
@@ -5938,8 +5938,8 @@
|
|
5938
5938
|
},
|
5939
5939
|
{
|
5940
5940
|
"kind": "Reference",
|
5941
|
-
"text": "ReactNode",
|
5942
|
-
"canonicalReference": "@dcl/playground-assets!ReactNode:type"
|
5941
|
+
"text": "ReactEcs.JSX.ReactNode",
|
5942
|
+
"canonicalReference": "@dcl/playground-assets!ReactEcs.JSX.ReactNode:type"
|
5943
5943
|
},
|
5944
5944
|
{
|
5945
5945
|
"kind": "Content",
|
@@ -17836,8 +17836,8 @@
|
|
17836
17836
|
},
|
17837
17837
|
{
|
17838
17838
|
"kind": "Reference",
|
17839
|
-
"text": "ReactNode",
|
17840
|
-
"canonicalReference": "@dcl/playground-assets!ReactNode:type"
|
17839
|
+
"text": "ReactEcs.JSX.ReactNode",
|
17840
|
+
"canonicalReference": "@dcl/playground-assets!ReactEcs.JSX.ReactNode:type"
|
17841
17841
|
},
|
17842
17842
|
{
|
17843
17843
|
"kind": "Content",
|
@@ -60307,6 +60307,15 @@
|
|
60307
60307
|
"kind": "Content",
|
60308
60308
|
"text": "type ReactNode = "
|
60309
60309
|
},
|
60310
|
+
{
|
60311
|
+
"kind": "Reference",
|
60312
|
+
"text": "Element",
|
60313
|
+
"canonicalReference": "@dcl/playground-assets!ReactEcs.JSX.Element:interface"
|
60314
|
+
},
|
60315
|
+
{
|
60316
|
+
"kind": "Content",
|
60317
|
+
"text": " | "
|
60318
|
+
},
|
60310
60319
|
{
|
60311
60320
|
"kind": "Reference",
|
60312
60321
|
"text": "ReactElement",
|
@@ -60318,8 +60327,8 @@
|
|
60318
60327
|
},
|
60319
60328
|
{
|
60320
60329
|
"kind": "Reference",
|
60321
|
-
"text": "
|
60322
|
-
"canonicalReference": "@dcl/playground-assets!
|
60330
|
+
"text": "ReactNode",
|
60331
|
+
"canonicalReference": "@dcl/playground-assets!ReactEcs.JSX.ReactNode:type"
|
60323
60332
|
},
|
60324
60333
|
{
|
60325
60334
|
"kind": "Content",
|
@@ -60334,7 +60343,7 @@
|
|
60334
60343
|
"name": "ReactNode",
|
60335
60344
|
"typeTokenRange": {
|
60336
60345
|
"startIndex": 1,
|
60337
|
-
"endIndex":
|
60346
|
+
"endIndex": 7
|
60338
60347
|
}
|
60339
60348
|
}
|
60340
60349
|
]
|
@@ -60535,37 +60544,6 @@
|
|
60535
60544
|
],
|
60536
60545
|
"extendsTokenRanges": []
|
60537
60546
|
},
|
60538
|
-
{
|
60539
|
-
"kind": "TypeAlias",
|
60540
|
-
"canonicalReference": "@dcl/playground-assets!ReactNode:type",
|
60541
|
-
"docComment": "/**\n * @public\n */\n",
|
60542
|
-
"excerptTokens": [
|
60543
|
-
{
|
60544
|
-
"kind": "Content",
|
60545
|
-
"text": "export type ReactNode = "
|
60546
|
-
},
|
60547
|
-
{
|
60548
|
-
"kind": "Reference",
|
60549
|
-
"text": "ReactElement",
|
60550
|
-
"canonicalReference": "@dcl/playground-assets!ReactElement:interface"
|
60551
|
-
},
|
60552
|
-
{
|
60553
|
-
"kind": "Content",
|
60554
|
-
"text": " | string | number | boolean | null | undefined"
|
60555
|
-
},
|
60556
|
-
{
|
60557
|
-
"kind": "Content",
|
60558
|
-
"text": ";"
|
60559
|
-
}
|
60560
|
-
],
|
60561
|
-
"fileUrlPath": "../react-ecs/dist/react-ecs.d.ts",
|
60562
|
-
"releaseTag": "Public",
|
60563
|
-
"name": "ReactNode",
|
60564
|
-
"typeTokenRange": {
|
60565
|
-
"startIndex": 1,
|
60566
|
-
"endIndex": 3
|
60567
|
-
}
|
60568
|
-
},
|
60569
60547
|
{
|
60570
60548
|
"kind": "TypeAlias",
|
60571
60549
|
"canonicalReference": "@dcl/playground-assets!ReadonlyComponentSchema:type",
|
@@ -365,7 +365,7 @@ export const enum CameraType {
|
|
365
365
|
// Warning: (ae-missing-release-tag) "Children" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal)
|
366
366
|
//
|
367
367
|
// @public (undocumented)
|
368
|
-
export type Children = ReactNode;
|
368
|
+
export type Children = ReactEcs.JSX.ReactNode;
|
369
369
|
|
370
370
|
// @public (undocumented)
|
371
371
|
export const enum ColliderLayer {
|
@@ -1012,7 +1012,7 @@ export const enum EasingFunction {
|
|
1012
1012
|
export interface EcsElements {
|
1013
1013
|
// (undocumented)
|
1014
1014
|
entity: Partial<EntityComponents> & {
|
1015
|
-
children?: ReactNode;
|
1015
|
+
children?: ReactEcs.JSX.ReactNode;
|
1016
1016
|
key?: Key;
|
1017
1017
|
};
|
1018
1018
|
}
|
@@ -3474,7 +3474,7 @@ export namespace ReactEcs {
|
|
3474
3474
|
export interface IntrinsicElements extends EcsElements {
|
3475
3475
|
}
|
3476
3476
|
// (undocumented)
|
3477
|
-
export type ReactNode = ReactElement | string | number | boolean | null | undefined |
|
3477
|
+
export type ReactNode = Element | ReactElement | string | number | boolean | null | undefined | ReactNode[];
|
3478
3478
|
}
|
3479
3479
|
const // (undocumented)
|
3480
3480
|
createElement: any;
|
@@ -3497,9 +3497,6 @@ export interface ReactElement<P = any, T extends string | JSXElementConstructor<
|
|
3497
3497
|
type: T;
|
3498
3498
|
}
|
3499
3499
|
|
3500
|
-
// @public (undocumented)
|
3501
|
-
export type ReactNode = ReactElement | string | number | boolean | null | undefined;
|
3502
|
-
|
3503
3500
|
// @public (undocumented)
|
3504
3501
|
export type ReadonlyComponentSchema<T extends [ComponentDefinition<unknown>, ...ComponentDefinition<unknown>[]]> = {
|
3505
3502
|
[K in keyof T]: T[K] extends ComponentDefinition<unknown> ? ReturnType<T[K]['get']> : never;
|
package/package.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"name": "@dcl/playground-assets",
|
3
3
|
"description": "",
|
4
|
-
"version": "7.5.2-
|
4
|
+
"version": "7.5.2-9453133571.commit-daaaecf",
|
5
5
|
"author": "Decentraland",
|
6
6
|
"dependencies": {
|
7
|
-
"@dcl/js-runtime": "7.5.2-
|
8
|
-
"@dcl/sdk": "7.5.2-
|
7
|
+
"@dcl/js-runtime": "7.5.2-9453133571.commit-daaaecf",
|
8
|
+
"@dcl/sdk": "7.5.2-9453133571.commit-daaaecf"
|
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": "
|
35
|
+
"commit": "daaaecfc0671e945b0fb29e17644c339a2a480ac"
|
36
36
|
}
|