@dcl/playground-assets 7.0.6-3808892339.commit-e47ed81 → 7.0.6-3808988484.commit-63d3e2c
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 -3
- package/dist/beta.d.ts +3 -3
- package/dist/index.bundled.d.ts +3 -3
- package/dist/playground/sdk/dcl-sdk.package.json +2 -2
- package/dist/playground-assets.d.ts +3 -3
- package/etc/playground-assets.api.json +25 -3
- package/etc/playground-assets.api.md +3 -3
- package/package.json +3 -3
package/dist/alpha.d.ts
CHANGED
|
@@ -983,8 +983,8 @@ export declare type Color4Type = {
|
|
|
983
983
|
};
|
|
984
984
|
|
|
985
985
|
export declare type CommonProps = {
|
|
986
|
-
key
|
|
987
|
-
children
|
|
986
|
+
key?: Key;
|
|
987
|
+
children?: Children;
|
|
988
988
|
};
|
|
989
989
|
|
|
990
990
|
/**
|
|
@@ -1213,7 +1213,7 @@ export declare function EntityContainer(): {
|
|
|
1213
1213
|
export declare type EntityPropTypes = {
|
|
1214
1214
|
uiTransform?: UiTransformProps;
|
|
1215
1215
|
uiBackground?: UiBackgroundProps;
|
|
1216
|
-
} & Listeners
|
|
1216
|
+
} & Listeners & Pick<CommonProps, 'key'>;
|
|
1217
1217
|
|
|
1218
1218
|
/**
|
|
1219
1219
|
* Constant used to define the minimal number value in Babylon.js
|
package/dist/beta.d.ts
CHANGED
|
@@ -983,8 +983,8 @@ export declare type Color4Type = {
|
|
|
983
983
|
};
|
|
984
984
|
|
|
985
985
|
export declare type CommonProps = {
|
|
986
|
-
key
|
|
987
|
-
children
|
|
986
|
+
key?: Key;
|
|
987
|
+
children?: Children;
|
|
988
988
|
};
|
|
989
989
|
|
|
990
990
|
/**
|
|
@@ -1213,7 +1213,7 @@ export declare function EntityContainer(): {
|
|
|
1213
1213
|
export declare type EntityPropTypes = {
|
|
1214
1214
|
uiTransform?: UiTransformProps;
|
|
1215
1215
|
uiBackground?: UiBackgroundProps;
|
|
1216
|
-
} & Listeners
|
|
1216
|
+
} & Listeners & Pick<CommonProps, 'key'>;
|
|
1217
1217
|
|
|
1218
1218
|
/**
|
|
1219
1219
|
* Constant used to define the minimal number value in Babylon.js
|
package/dist/index.bundled.d.ts
CHANGED
|
@@ -983,8 +983,8 @@ export declare type Color4Type = {
|
|
|
983
983
|
};
|
|
984
984
|
|
|
985
985
|
export declare type CommonProps = {
|
|
986
|
-
key
|
|
987
|
-
children
|
|
986
|
+
key?: Key;
|
|
987
|
+
children?: Children;
|
|
988
988
|
};
|
|
989
989
|
|
|
990
990
|
/**
|
|
@@ -1213,7 +1213,7 @@ export declare function EntityContainer(): {
|
|
|
1213
1213
|
export declare type EntityPropTypes = {
|
|
1214
1214
|
uiTransform?: UiTransformProps;
|
|
1215
1215
|
uiBackground?: UiBackgroundProps;
|
|
1216
|
-
} & Listeners
|
|
1216
|
+
} & Listeners & Pick<CommonProps, 'key'>;
|
|
1217
1217
|
|
|
1218
1218
|
/**
|
|
1219
1219
|
* Constant used to define the minimal number value in Babylon.js
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcl/sdk",
|
|
3
|
-
"version": "7.0.6-
|
|
3
|
+
"version": "7.0.6-3808988484.commit-63d3e2c",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"typings": "./index.d.ts",
|
|
@@ -31,5 +31,5 @@
|
|
|
31
31
|
"displayName": "SDK",
|
|
32
32
|
"tsconfig": "./tsconfig.json"
|
|
33
33
|
},
|
|
34
|
-
"commit": "
|
|
34
|
+
"commit": "63d3e2c15a5a2d09285eca1b08d3832a12f75f13"
|
|
35
35
|
}
|
|
@@ -983,8 +983,8 @@ export declare type Color4Type = {
|
|
|
983
983
|
};
|
|
984
984
|
|
|
985
985
|
export declare type CommonProps = {
|
|
986
|
-
key
|
|
987
|
-
children
|
|
986
|
+
key?: Key;
|
|
987
|
+
children?: Children;
|
|
988
988
|
};
|
|
989
989
|
|
|
990
990
|
/**
|
|
@@ -1225,7 +1225,7 @@ export declare function EntityContainer(): {
|
|
|
1225
1225
|
export declare type EntityPropTypes = {
|
|
1226
1226
|
uiTransform?: UiTransformProps;
|
|
1227
1227
|
uiBackground?: UiBackgroundProps;
|
|
1228
|
-
} & Listeners
|
|
1228
|
+
} & Listeners & Pick<CommonProps, 'key'>;
|
|
1229
1229
|
|
|
1230
1230
|
/**
|
|
1231
1231
|
* Constant used to define the minimal number value in Babylon.js
|
|
@@ -7089,7 +7089,7 @@
|
|
|
7089
7089
|
},
|
|
7090
7090
|
{
|
|
7091
7091
|
"kind": "Content",
|
|
7092
|
-
"text": "{\n key
|
|
7092
|
+
"text": "{\n key?: "
|
|
7093
7093
|
},
|
|
7094
7094
|
{
|
|
7095
7095
|
"kind": "Reference",
|
|
@@ -7098,7 +7098,7 @@
|
|
|
7098
7098
|
},
|
|
7099
7099
|
{
|
|
7100
7100
|
"kind": "Content",
|
|
7101
|
-
"text": ";\n children
|
|
7101
|
+
"text": ";\n children?: "
|
|
7102
7102
|
},
|
|
7103
7103
|
{
|
|
7104
7104
|
"kind": "Reference",
|
|
@@ -8787,6 +8787,28 @@
|
|
|
8787
8787
|
"text": "Listeners",
|
|
8788
8788
|
"canonicalReference": "@dcl/playground-assets!Listeners:type"
|
|
8789
8789
|
},
|
|
8790
|
+
{
|
|
8791
|
+
"kind": "Content",
|
|
8792
|
+
"text": " & "
|
|
8793
|
+
},
|
|
8794
|
+
{
|
|
8795
|
+
"kind": "Reference",
|
|
8796
|
+
"text": "Pick",
|
|
8797
|
+
"canonicalReference": "!Pick:type"
|
|
8798
|
+
},
|
|
8799
|
+
{
|
|
8800
|
+
"kind": "Content",
|
|
8801
|
+
"text": "<"
|
|
8802
|
+
},
|
|
8803
|
+
{
|
|
8804
|
+
"kind": "Reference",
|
|
8805
|
+
"text": "CommonProps",
|
|
8806
|
+
"canonicalReference": "@dcl/playground-assets!CommonProps:type"
|
|
8807
|
+
},
|
|
8808
|
+
{
|
|
8809
|
+
"kind": "Content",
|
|
8810
|
+
"text": ", 'key'>"
|
|
8811
|
+
},
|
|
8790
8812
|
{
|
|
8791
8813
|
"kind": "Content",
|
|
8792
8814
|
"text": ";"
|
|
@@ -8797,7 +8819,7 @@
|
|
|
8797
8819
|
"name": "EntityPropTypes",
|
|
8798
8820
|
"typeTokenRange": {
|
|
8799
8821
|
"startIndex": 1,
|
|
8800
|
-
"endIndex":
|
|
8822
|
+
"endIndex": 12
|
|
8801
8823
|
}
|
|
8802
8824
|
},
|
|
8803
8825
|
{
|
|
@@ -384,8 +384,8 @@ export type Color4Type = {
|
|
|
384
384
|
//
|
|
385
385
|
// @public (undocumented)
|
|
386
386
|
export type CommonProps = {
|
|
387
|
-
key
|
|
388
|
-
children
|
|
387
|
+
key?: Key;
|
|
388
|
+
children?: Children;
|
|
389
389
|
};
|
|
390
390
|
|
|
391
391
|
// @public (undocumented)
|
|
@@ -547,7 +547,7 @@ export function EntityContainer(): {
|
|
|
547
547
|
export type EntityPropTypes = {
|
|
548
548
|
uiTransform?: UiTransformProps;
|
|
549
549
|
uiBackground?: UiBackgroundProps;
|
|
550
|
-
} & Listeners
|
|
550
|
+
} & Listeners & Pick<CommonProps, 'key'>;
|
|
551
551
|
|
|
552
552
|
// @public
|
|
553
553
|
export const Epsilon = 0.000001;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcl/playground-assets",
|
|
3
|
-
"version": "7.0.6-
|
|
3
|
+
"version": "7.0.6-3808988484.commit-63d3e2c",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"typings": "./dist/index.d.ts",
|
|
@@ -17,12 +17,12 @@
|
|
|
17
17
|
"author": "Decentraland",
|
|
18
18
|
"license": "Apache-2.0",
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@dcl/sdk": "7.0.6-
|
|
20
|
+
"@dcl/sdk": "7.0.6-3808988484.commit-63d3e2c"
|
|
21
21
|
},
|
|
22
22
|
"minCliVersion": "3.12.3",
|
|
23
23
|
"files": [
|
|
24
24
|
"dist",
|
|
25
25
|
"etc"
|
|
26
26
|
],
|
|
27
|
-
"commit": "
|
|
27
|
+
"commit": "63d3e2c15a5a2d09285eca1b08d3832a12f75f13"
|
|
28
28
|
}
|