@visualizevalue/mint-app-base 0.1.20 → 0.1.22

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.
Files changed (120) hide show
  1. package/{app/components → components}/Popover.client.vue +2 -0
  2. package/nuxt.config.ts +17 -30
  3. package/package.json +3 -4
  4. /package/{app/app.vue → app.vue} +0 -0
  5. /package/{app/assets → assets}/styles/animation.css +0 -0
  6. /package/{app/assets → assets}/styles/base.css +0 -0
  7. /package/{app/assets → assets}/styles/cards.css +0 -0
  8. /package/{app/assets → assets}/styles/custom-media.css +0 -0
  9. /package/{app/assets → assets}/styles/custom-selectors.css +0 -0
  10. /package/{app/assets → assets}/styles/forms.css +0 -0
  11. /package/{app/assets → assets}/styles/index.css +0 -0
  12. /package/{app/assets → assets}/styles/normalize.css +0 -0
  13. /package/{app/assets → assets}/styles/prose.css +0 -0
  14. /package/{app/assets → assets}/styles/variables/animations.css +0 -0
  15. /package/{app/assets → assets}/styles/variables/borders.css +0 -0
  16. /package/{app/assets → assets}/styles/variables/colors.css +0 -0
  17. /package/{app/assets → assets}/styles/variables/components/app-header.css +0 -0
  18. /package/{app/assets → assets}/styles/variables/components/breadcrumbs.css +0 -0
  19. /package/{app/assets → assets}/styles/variables/components/buttons.css +0 -0
  20. /package/{app/assets → assets}/styles/variables/components/cards.css +0 -0
  21. /package/{app/assets → assets}/styles/variables/components/dialogs.css +0 -0
  22. /package/{app/assets → assets}/styles/variables/components.css +0 -0
  23. /package/{app/assets → assets}/styles/variables/effects.css +0 -0
  24. /package/{app/assets → assets}/styles/variables/fonts.css +0 -0
  25. /package/{app/assets → assets}/styles/variables/layout.css +0 -0
  26. /package/{app/assets → assets}/styles/variables/sizes.css +0 -0
  27. /package/{app/assets → assets}/styles/variables/ui.css +0 -0
  28. /package/{app/assets → assets}/styles/variables.css +0 -0
  29. /package/{app/assets → assets}/styles/web3-modals.css +0 -0
  30. /package/{app/components → components}/Account.client.vue +0 -0
  31. /package/{app/components → components}/Actions.vue +0 -0
  32. /package/{app/components → components}/AppHeader.vue +0 -0
  33. /package/{app/components → components}/Artist/Detail.client.vue +0 -0
  34. /package/{app/components → components}/Authenticated.client.vue +0 -0
  35. /package/{app/components → components}/BlocksTimeAgo.client.vue +0 -0
  36. /package/{app/components → components}/Breadcrumbs.vue +0 -0
  37. /package/{app/components → components}/Button/AddCollection.vue +0 -0
  38. /package/{app/components → components}/Button/EditProfile.vue +0 -0
  39. /package/{app/components → components}/Button/Profile/Discord.vue +0 -0
  40. /package/{app/components → components}/Button/Profile/Email.vue +0 -0
  41. /package/{app/components → components}/Button/Profile/Github.vue +0 -0
  42. /package/{app/components → components}/Button/Profile/Twitter.vue +0 -0
  43. /package/{app/components → components}/Button/Profile/Website.vue +0 -0
  44. /package/{app/components → components}/Button.vue +0 -0
  45. /package/{app/components → components}/CardLink.vue +0 -0
  46. /package/{app/components → components}/CheckSpinner.vue +0 -0
  47. /package/{app/components → components}/Collection/Detail.client.vue +0 -0
  48. /package/{app/components → components}/Collection/Intro.vue +0 -0
  49. /package/{app/components → components}/Collection/OverviewCard.vue +0 -0
  50. /package/{app/components → components}/Collection/Withdraw.client.vue +0 -0
  51. /package/{app/components → components}/CollectionsOverview.client.vue +0 -0
  52. /package/{app/components → components}/Connect.client.vue +0 -0
  53. /package/{app/components → components}/DialogFrame.vue +0 -0
  54. /package/{app/components → components}/ExpandableText.vue +0 -0
  55. /package/{app/components → components}/Form/Errors.vue +0 -0
  56. /package/{app/components → components}/Form/Group.vue +0 -0
  57. /package/{app/components → components}/Form/Input.vue +0 -0
  58. /package/{app/components → components}/Form/SelectFile.vue +0 -0
  59. /package/{app/components → components}/GasPrice.client.vue +0 -0
  60. /package/{app/components → components}/HeaderSection.vue +0 -0
  61. /package/{app/components → components}/Icon.vue +0 -0
  62. /package/{app/components → components}/Image.client.vue +0 -0
  63. /package/{app/components → components}/ImagePreview.vue +0 -0
  64. /package/{app/components → components}/Loading.vue +0 -0
  65. /package/{app/components → components}/MintGasPrice.client.vue +0 -0
  66. /package/{app/components → components}/MintGasPricePopover.client.vue +0 -0
  67. /package/{app/components → components}/MintToken.vue +0 -0
  68. /package/{app/components → components}/MintTokenBar.vue +0 -0
  69. /package/{app/components → components}/Modal.vue +0 -0
  70. /package/{app/components → components}/Page/Frame.vue +0 -0
  71. /package/{app/components → components}/Profile/Header.client.vue +0 -0
  72. /package/{app/components → components}/Token/Detail.client.vue +0 -0
  73. /package/{app/components → components}/Token/MintTimeline.client.vue +0 -0
  74. /package/{app/components → components}/Token/MintTimelineItem.vue +0 -0
  75. /package/{app/components → components}/Token/OverviewCard.vue +0 -0
  76. /package/{app/components → components}/TransactionFlow.vue +0 -0
  77. /package/{app/composables → composables}/account.ts +0 -0
  78. /package/{app/composables → composables}/app.ts +0 -0
  79. /package/{app/composables → composables}/artistData.ts +0 -0
  80. /package/{app/composables → composables}/chainId.ts +0 -0
  81. /package/{app/composables → composables}/collections.ts +0 -0
  82. /package/{app/composables → composables}/gasPrice.ts +0 -0
  83. /package/{app/composables → composables}/head.ts +0 -0
  84. /package/{app/composables → composables}/priceFeed.ts +0 -0
  85. /package/{app/composables → composables}/subdomain.ts +0 -0
  86. /package/{app/error.vue → error.vue} +0 -0
  87. /package/{app/layouts → layouts}/default.vue +0 -0
  88. /package/{app/middleware → middleware}/lowercaseId.ts +0 -0
  89. /package/{app/middleware → middleware}/lowercaseProfileAddress.ts +0 -0
  90. /package/{app/middleware → middleware}/redirectUserScope.ts +0 -0
  91. /package/{app/pages → pages}/[id]/[collection]/[tokenId]/index.vue +0 -0
  92. /package/{app/pages → pages}/[id]/[collection]/[tokenId].vue +0 -0
  93. /package/{app/pages → pages}/[id]/[collection]/index.vue +0 -0
  94. /package/{app/pages → pages}/[id]/[collection]/mint.vue +0 -0
  95. /package/{app/pages → pages}/[id]/[collection].vue +0 -0
  96. /package/{app/pages → pages}/[id]/create.vue +0 -0
  97. /package/{app/pages → pages}/[id]/index.vue +0 -0
  98. /package/{app/pages → pages}/[id].vue +0 -0
  99. /package/{app/pages → pages}/index.vue +0 -0
  100. /package/{app/pages → pages}/profile/[address]/index.vue +0 -0
  101. /package/{app/pages → pages}/profile/[address].vue +0 -0
  102. /package/{app/pages → pages}/profile/index.vue +0 -0
  103. /package/{app/plugins → plugins}/1.polyfill.client.ts +0 -0
  104. /package/{app/plugins → plugins}/2.wagmi.ts +0 -0
  105. /package/{app/plugins → plugins}/3.price-feed.client.ts +0 -0
  106. /package/{app/router.options.ts → router.options.ts} +0 -0
  107. /package/{app/utils → utils}/abis.ts +0 -0
  108. /package/{app/utils → utils}/arrays.ts +0 -0
  109. /package/{app/utils → utils}/artifact.ts +0 -0
  110. /package/{app/utils → utils}/breakpoints.ts +0 -0
  111. /package/{app/utils → utils}/dates.ts +0 -0
  112. /package/{app/utils → utils}/format.ts +0 -0
  113. /package/{app/utils → utils}/images.ts +0 -0
  114. /package/{app/utils → utils}/ipfs.ts +0 -0
  115. /package/{app/utils → utils}/lowercaseRouteParam.ts +0 -0
  116. /package/{app/utils → utils}/serializer.ts +0 -0
  117. /package/{app/utils → utils}/strings.ts +0 -0
  118. /package/{app/utils → utils}/time.ts +0 -0
  119. /package/{app/utils → utils}/types.ts +0 -0
  120. /package/{app/utils → utils}/urls.ts +0 -0
@@ -21,6 +21,8 @@
21
21
  </template>
22
22
 
23
23
  <script setup lang="ts">
24
+ import { useElementBounding, useElementSize, useWindowSize } from '@vueuse/core'
25
+
24
26
  const {
25
27
  id,
26
28
  } = defineProps({
package/nuxt.config.ts CHANGED
@@ -5,9 +5,13 @@ const currentDir = dirname(fileURLToPath(import.meta.url))
5
5
 
6
6
  // https://nuxt.com/docs/api/configuration/nuxt-config
7
7
  export default defineNuxtConfig({
8
- devtools: { enabled: true },
9
8
  ssr: process.env.NUXT_SSR !== 'false',
10
9
 
10
+ modules: [
11
+ '@pinia/nuxt',
12
+ '@pinia-plugin-persistedstate/nuxt',
13
+ ],
14
+
11
15
  runtimeConfig: {
12
16
  public: {
13
17
  blockExplorer: 'https://sepolia.etherscan.io',
@@ -30,13 +34,6 @@ export default defineNuxtConfig({
30
34
  viewport: 'width=device-width, initial-scale=1, viewport-fit=cover',
31
35
  htmlAttrs: { lang: 'en' },
32
36
  title: process.env.NUXT_PUBLIC_TITLE,
33
- meta: [
34
- { name: 'twitter:card', content: 'summary_large_image' },
35
- { name: 'apple-mobile-web-app-status-bar-style', content: 'black-translucent' },
36
- { name: 'theme-color', content: 'black' },
37
- { name: 'theme-color', media: '(prefers-color-scheme: light)', content: 'white' },
38
- { name: 'theme-color', media: '(prefers-color-scheme: dark)', content: 'black' },
39
- ],
40
37
  link: [
41
38
  { rel: 'icon', href: '/icon.svg', type: 'image/svg+xml' },
42
39
  ]
@@ -44,15 +41,15 @@ export default defineNuxtConfig({
44
41
  },
45
42
 
46
43
  css: [
47
- join(currentDir, './app/assets/styles/index.css'),
44
+ join(currentDir, './assets/styles/index.css'),
48
45
  ],
49
46
 
50
47
  postcss: {
51
48
  plugins: {
52
49
  '@csstools/postcss-global-data': {
53
50
  files: [
54
- join(currentDir, './app/assets/styles/custom-selectors.css'),
55
- join(currentDir, './app/assets/styles/custom-media.css'),
51
+ join(currentDir, './assets/styles/custom-selectors.css'),
52
+ join(currentDir, './assets/styles/custom-media.css'),
56
53
  ]
57
54
  },
58
55
  'postcss-nested': {},
@@ -66,21 +63,15 @@ export default defineNuxtConfig({
66
63
  },
67
64
  },
68
65
 
69
- modules: [
70
- '@pinia/nuxt',
71
- '@pinia-plugin-persistedstate/nuxt',
72
- '@vueuse/nuxt',
73
- ],
74
-
75
- vite: {
76
- optimizeDeps: {
77
- force: true,
78
- include: [
79
- '@wagmi/core > eventemitter3',
80
- 'buffer',
81
- ],
82
- },
83
- },
66
+ // vite: {
67
+ // optimizeDeps: {
68
+ // force: true,
69
+ // include: [
70
+ // '@wagmi/core > eventemitter3',
71
+ // 'buffer',
72
+ // ],
73
+ // },
74
+ // },
84
75
 
85
76
  nitro: {
86
77
  preset: 'node-cluster',
@@ -122,9 +113,5 @@ export default defineNuxtConfig({
122
113
  storage: 'localStorage'
123
114
  },
124
115
 
125
- future: {
126
- compatibilityVersion: 4,
127
- },
128
-
129
116
  compatibilityDate: '2024-08-14',
130
117
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visualizevalue/mint-app-base",
3
- "version": "0.1.20",
3
+ "version": "0.1.22",
4
4
  "type": "module",
5
5
  "main": "./nuxt.config.ts",
6
6
  "dependencies": {
@@ -11,8 +11,7 @@
11
11
  "@types/node": "^22.5.4",
12
12
  "@visualizevalue/mint-utils": "npm:@visualizevalue/mint-utils@^0.0.1",
13
13
  "@vueuse/components": "^10.11.0",
14
- "@vueuse/core": "^11.0.3",
15
- "@vueuse/nuxt": "^11.0.3",
14
+ "@vueuse/core": "^11.1.0",
16
15
  "@wagmi/core": "^2.13.5",
17
16
  "@wagmi/vue": "^0.0.40",
18
17
  "buffer": "^6.0.3",
@@ -27,7 +26,7 @@
27
26
  "vue-virtual-scroller": "^2.0.0-beta.8"
28
27
  },
29
28
  "devDependencies": {
30
- "nuxt": "latest",
29
+ "nuxt": "^3.13.2",
31
30
  "typescript": "^5.5.4"
32
31
  },
33
32
  "scripts": {
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes