@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: '0xe7bbcb8aaa9fd0acb720c24b4c44fad521ba621f',
7
+ address: '0x32B8Ffa14e7F77c252b6D43BEC5498FCef2b205F',
8
8
  description: 'Allows using P5 scripts as the artifact content'
9
9
  },
10
10
  ],
@@ -74,8 +74,6 @@
74
74
  </template>
75
75
 
76
76
  <script setup lang="ts">
77
- import ExpandableText from '../ExpandableText.vue'
78
-
79
77
  const { token } = defineProps<{
80
78
  token: Token
81
79
  }>()
@@ -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": "{blocks} block ago|{blocks} 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
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visualizevalue/mint-app-base",
3
- "version": "0.1.72",
3
+ "version": "0.1.75",
4
4
  "type": "module",
5
5
  "main": "./nuxt.config.ts",
6
6
  "dependencies": {