@visualizevalue/mint-app-base 0.1.72 → 0.1.75
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/app.config.ts
CHANGED
|
@@ -4,7 +4,7 @@ export default defineAppConfig({
|
|
|
4
4
|
component: 'P5',
|
|
5
5
|
name: 'P5 Renderer',
|
|
6
6
|
version: 1n,
|
|
7
|
-
address: '
|
|
7
|
+
address: '0x32B8Ffa14e7F77c252b6D43BEC5498FCef2b205F',
|
|
8
8
|
description: 'Allows using P5 scripts as the artifact content'
|
|
9
9
|
},
|
|
10
10
|
],
|
|
@@ -65,7 +65,7 @@ const formattedPrice = computed(() => props.mint && customFormatEther(props.mint
|
|
|
65
65
|
}
|
|
66
66
|
|
|
67
67
|
@container (min-width: 24rem) {
|
|
68
|
-
grid-template-columns: 6rem 3rem 1fr 1fr 2rem;
|
|
68
|
+
grid-template-columns: max(6rem, 40%) 3rem 1fr 1fr 2rem;
|
|
69
69
|
gap: var(--spacer);
|
|
70
70
|
|
|
71
71
|
.account {
|
package/locales/en.json
CHANGED
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"mint_timeline": "Mint Timeline",
|
|
78
78
|
"artist_mint": "Artist Mint",
|
|
79
79
|
"load_more": "Load more",
|
|
80
|
-
"blocks_ago": "
|
|
80
|
+
"blocks_ago": "just now | one block ago | {blocks} blocks ago",
|
|
81
81
|
"loading_mint_history": "Loading Mint History...",
|
|
82
82
|
"view": "View"
|
|
83
83
|
},
|