@dcl/playground-assets 7.0.6-4106696113.commit-cda3cfd → 7.0.6-4115789462.commit-407b179

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcl/sdk",
3
- "version": "7.0.6-4106696113.commit-cda3cfd",
3
+ "version": "7.0.6-4115789462.commit-407b179",
4
4
  "description": "",
5
5
  "main": "./index.js",
6
6
  "typings": "./index.d.ts",
@@ -23,7 +23,7 @@
23
23
  "@dcl/dcl-rollup": "file:../dcl-rollup",
24
24
  "@dcl/ecs": "file:../ecs",
25
25
  "@dcl/ecs-math": "2.0.1-20221129185242.commit-40495c1",
26
- "@dcl/explorer": "1.0.76945-20230203192753.commit-55553af",
26
+ "@dcl/explorer": "1.0.77560-20230206183755.commit-ef27962",
27
27
  "@dcl/js-runtime": "file:../js-runtime",
28
28
  "@dcl/mini-comms": "1.0.0",
29
29
  "@dcl/react-ecs": "file:../react-ecs",
@@ -55,5 +55,5 @@
55
55
  "displayName": "SDK",
56
56
  "tsconfig": "./tsconfig.json"
57
57
  },
58
- "commit": "cda3cfd5ce0ddeb287ff28c1e4f1ad3329c017c0"
58
+ "commit": "407b17987d468f6e2c81d979e2b3bf04f584c100"
59
59
  }
@@ -3071,7 +3071,7 @@ export declare interface PBMaterial_UnlitMaterial {
3071
3071
  /** default = true */
3072
3072
  castShadows?: boolean | undefined;
3073
3073
  /** default = white; */
3074
- albedoColor?: PBColor4 | undefined;
3074
+ diffuseColor?: PBColor4 | undefined;
3075
3075
  }
3076
3076
 
3077
3077
  /**
@@ -28247,21 +28247,16 @@
28247
28247
  "members": [
28248
28248
  {
28249
28249
  "kind": "PropertySignature",
28250
- "canonicalReference": "@dcl/playground-assets!PBMaterial_UnlitMaterial#albedoColor:member",
28251
- "docComment": "/**\n * default = white;\n */\n",
28250
+ "canonicalReference": "@dcl/playground-assets!PBMaterial_UnlitMaterial#alphaTest:member",
28251
+ "docComment": "/**\n * default = 0.5. range value: from 0 to 1\n */\n",
28252
28252
  "excerptTokens": [
28253
28253
  {
28254
28254
  "kind": "Content",
28255
- "text": "albedoColor?: "
28256
- },
28257
- {
28258
- "kind": "Reference",
28259
- "text": "Color4",
28260
- "canonicalReference": "@dcl/playground-assets!PBColor4:interface"
28255
+ "text": "alphaTest?: "
28261
28256
  },
28262
28257
  {
28263
28258
  "kind": "Content",
28264
- "text": " | undefined"
28259
+ "text": "number | undefined"
28265
28260
  },
28266
28261
  {
28267
28262
  "kind": "Content",
@@ -28271,24 +28266,24 @@
28271
28266
  "isReadonly": false,
28272
28267
  "isOptional": true,
28273
28268
  "releaseTag": "Public",
28274
- "name": "albedoColor",
28269
+ "name": "alphaTest",
28275
28270
  "propertyTypeTokenRange": {
28276
28271
  "startIndex": 1,
28277
- "endIndex": 3
28272
+ "endIndex": 2
28278
28273
  }
28279
28274
  },
28280
28275
  {
28281
28276
  "kind": "PropertySignature",
28282
- "canonicalReference": "@dcl/playground-assets!PBMaterial_UnlitMaterial#alphaTest:member",
28283
- "docComment": "/**\n * default = 0.5. range value: from 0 to 1\n */\n",
28277
+ "canonicalReference": "@dcl/playground-assets!PBMaterial_UnlitMaterial#castShadows:member",
28278
+ "docComment": "/**\n * default = true\n */\n",
28284
28279
  "excerptTokens": [
28285
28280
  {
28286
28281
  "kind": "Content",
28287
- "text": "alphaTest?: "
28282
+ "text": "castShadows?: "
28288
28283
  },
28289
28284
  {
28290
28285
  "kind": "Content",
28291
- "text": "number | undefined"
28286
+ "text": "boolean | undefined"
28292
28287
  },
28293
28288
  {
28294
28289
  "kind": "Content",
@@ -28298,7 +28293,7 @@
28298
28293
  "isReadonly": false,
28299
28294
  "isOptional": true,
28300
28295
  "releaseTag": "Public",
28301
- "name": "alphaTest",
28296
+ "name": "castShadows",
28302
28297
  "propertyTypeTokenRange": {
28303
28298
  "startIndex": 1,
28304
28299
  "endIndex": 2
@@ -28306,16 +28301,21 @@
28306
28301
  },
28307
28302
  {
28308
28303
  "kind": "PropertySignature",
28309
- "canonicalReference": "@dcl/playground-assets!PBMaterial_UnlitMaterial#castShadows:member",
28310
- "docComment": "/**\n * default = true\n */\n",
28304
+ "canonicalReference": "@dcl/playground-assets!PBMaterial_UnlitMaterial#diffuseColor:member",
28305
+ "docComment": "/**\n * default = white;\n */\n",
28311
28306
  "excerptTokens": [
28312
28307
  {
28313
28308
  "kind": "Content",
28314
- "text": "castShadows?: "
28309
+ "text": "diffuseColor?: "
28310
+ },
28311
+ {
28312
+ "kind": "Reference",
28313
+ "text": "Color4",
28314
+ "canonicalReference": "@dcl/playground-assets!PBColor4:interface"
28315
28315
  },
28316
28316
  {
28317
28317
  "kind": "Content",
28318
- "text": "boolean | undefined"
28318
+ "text": " | undefined"
28319
28319
  },
28320
28320
  {
28321
28321
  "kind": "Content",
@@ -28325,10 +28325,10 @@
28325
28325
  "isReadonly": false,
28326
28326
  "isOptional": true,
28327
28327
  "releaseTag": "Public",
28328
- "name": "castShadows",
28328
+ "name": "diffuseColor",
28329
28329
  "propertyTypeTokenRange": {
28330
28330
  "startIndex": 1,
28331
- "endIndex": 2
28331
+ "endIndex": 3
28332
28332
  }
28333
28333
  },
28334
28334
  {
@@ -1608,9 +1608,9 @@ export interface PBMaterial_PbrMaterial {
1608
1608
 
1609
1609
  // @public (undocumented)
1610
1610
  export interface PBMaterial_UnlitMaterial {
1611
- albedoColor?: PBColor4 | undefined;
1612
1611
  alphaTest?: number | undefined;
1613
1612
  castShadows?: boolean | undefined;
1613
+ diffuseColor?: PBColor4 | undefined;
1614
1614
  texture?: TextureUnion | undefined;
1615
1615
  }
1616
1616
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcl/playground-assets",
3
- "version": "7.0.6-4106696113.commit-cda3cfd",
3
+ "version": "7.0.6-4115789462.commit-407b179",
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-4106696113.commit-cda3cfd"
20
+ "@dcl/sdk": "7.0.6-4115789462.commit-407b179"
21
21
  },
22
22
  "minCliVersion": "3.12.3",
23
23
  "files": [
24
24
  "dist",
25
25
  "etc"
26
26
  ],
27
- "commit": "cda3cfd5ce0ddeb287ff28c1e4f1ad3329c017c0"
27
+ "commit": "407b17987d468f6e2c81d979e2b3bf04f584c100"
28
28
  }