@dcl/playground-assets 7.1.12-4982123841.commit-09b94c8 → 7.1.12-4982829389.commit-f2f84bd

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 CHANGED
@@ -4143,8 +4143,8 @@ export declare namespace PBMeshRenderer_SphereMesh {
4143
4143
  /**
4144
4144
  * The NftShape component renders a framed picture from an NFT. It supports PNG, JPEG and GIF files.
4145
4145
  *
4146
- * The `src` field is the URI of the NFT, which includes its parent contract and index, using
4147
- * the `https:` or `ethereum:` schemes.
4146
+ * The `urn` field is the URI of the NFT, and must follow the format 'urn:decentraland:<CHAIN>:<CONTRACT_STANDARD>:<CONTRACT_ADDRESS>:<TOKEN_ID>'
4147
+ * Example: 'urn:decentraland:ethereum:erc721:0x00000000:123'
4148
4148
  *
4149
4149
  * The picture frame can have several different styles, plus a background color for images that have
4150
4150
  * transparent pixels.
@@ -4154,7 +4154,7 @@ export declare namespace PBMeshRenderer_SphereMesh {
4154
4154
  */
4155
4155
  export declare interface PBNftShape {
4156
4156
  /** the URI of the NFT */
4157
- src: string;
4157
+ urn: string;
4158
4158
  /** the frame style (default NFT_CLASSIC) */
4159
4159
  style?: NftFrameType | undefined;
4160
4160
  /** RGB background (default [0.6404918, 0.611472, 0.8584906]) */
package/dist/beta.d.ts CHANGED
@@ -4139,8 +4139,8 @@ export declare namespace PBMeshRenderer_SphereMesh {
4139
4139
  /**
4140
4140
  * The NftShape component renders a framed picture from an NFT. It supports PNG, JPEG and GIF files.
4141
4141
  *
4142
- * The `src` field is the URI of the NFT, which includes its parent contract and index, using
4143
- * the `https:` or `ethereum:` schemes.
4142
+ * The `urn` field is the URI of the NFT, and must follow the format 'urn:decentraland:<CHAIN>:<CONTRACT_STANDARD>:<CONTRACT_ADDRESS>:<TOKEN_ID>'
4143
+ * Example: 'urn:decentraland:ethereum:erc721:0x00000000:123'
4144
4144
  *
4145
4145
  * The picture frame can have several different styles, plus a background color for images that have
4146
4146
  * transparent pixels.
@@ -4150,7 +4150,7 @@ export declare namespace PBMeshRenderer_SphereMesh {
4150
4150
  */
4151
4151
  export declare interface PBNftShape {
4152
4152
  /** the URI of the NFT */
4153
- src: string;
4153
+ urn: string;
4154
4154
  /** the frame style (default NFT_CLASSIC) */
4155
4155
  style?: NftFrameType | undefined;
4156
4156
  /** RGB background (default [0.6404918, 0.611472, 0.8584906]) */
@@ -4139,8 +4139,8 @@ export declare namespace PBMeshRenderer_SphereMesh {
4139
4139
  /**
4140
4140
  * The NftShape component renders a framed picture from an NFT. It supports PNG, JPEG and GIF files.
4141
4141
  *
4142
- * The `src` field is the URI of the NFT, which includes its parent contract and index, using
4143
- * the `https:` or `ethereum:` schemes.
4142
+ * The `urn` field is the URI of the NFT, and must follow the format 'urn:decentraland:<CHAIN>:<CONTRACT_STANDARD>:<CONTRACT_ADDRESS>:<TOKEN_ID>'
4143
+ * Example: 'urn:decentraland:ethereum:erc721:0x00000000:123'
4144
4144
  *
4145
4145
  * The picture frame can have several different styles, plus a background color for images that have
4146
4146
  * transparent pixels.
@@ -4150,7 +4150,7 @@ export declare namespace PBMeshRenderer_SphereMesh {
4150
4150
  */
4151
4151
  export declare interface PBNftShape {
4152
4152
  /** the URI of the NFT */
4153
- src: string;
4153
+ urn: string;
4154
4154
  /** the frame style (default NFT_CLASSIC) */
4155
4155
  style?: NftFrameType | undefined;
4156
4156
  /** RGB background (default [0.6404918, 0.611472, 0.8584906]) */