@medialane/ui 0.141.1 → 0.142.0
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/components/asset-card.cjs +1 -1
- package/dist/components/asset-card.cjs.map +1 -1
- package/dist/components/asset-card.js +1 -1
- package/dist/components/asset-card.js.map +1 -1
- package/dist/components/collection-card.cjs +1 -1
- package/dist/components/collection-card.cjs.map +1 -1
- package/dist/components/collection-card.js +1 -1
- package/dist/components/collection-card.js.map +1 -1
- package/dist/components/fast-mint/dropzone.cjs +120 -0
- package/dist/components/fast-mint/dropzone.cjs.map +1 -0
- package/dist/components/fast-mint/dropzone.d.cts +17 -0
- package/dist/components/fast-mint/dropzone.d.ts +17 -0
- package/dist/components/fast-mint/dropzone.js +96 -0
- package/dist/components/fast-mint/dropzone.js.map +1 -0
- package/dist/components/fast-mint/fast-mint.cjs +887 -0
- package/dist/components/fast-mint/fast-mint.cjs.map +1 -0
- package/dist/components/fast-mint/fast-mint.d.cts +10 -0
- package/dist/components/fast-mint/fast-mint.d.ts +10 -0
- package/dist/components/fast-mint/fast-mint.js +873 -0
- package/dist/components/fast-mint/fast-mint.js.map +1 -0
- package/dist/components/fast-mint/success-view.cjs +113 -0
- package/dist/components/fast-mint/success-view.cjs.map +1 -0
- package/dist/components/fast-mint/success-view.d.cts +17 -0
- package/dist/components/fast-mint/success-view.d.ts +17 -0
- package/dist/components/fast-mint/success-view.js +79 -0
- package/dist/components/fast-mint/success-view.js.map +1 -0
- package/dist/components/listing-card.cjs +1 -1
- package/dist/components/listing-card.cjs.map +1 -1
- package/dist/components/listing-card.js +1 -1
- package/dist/components/listing-card.js.map +1 -1
- package/dist/components/token-card.cjs +1 -1
- package/dist/components/token-card.cjs.map +1 -1
- package/dist/components/token-card.js +1 -1
- package/dist/components/token-card.js.map +1 -1
- package/dist/data/drop-create-schema.d.cts +2 -2
- package/dist/data/drop-create-schema.d.ts +2 -2
- package/dist/index.cjs +18 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +7 -1
- package/dist/index.d.ts +7 -1
- package/dist/index.js +16 -0
- package/dist/index.js.map +1 -1
- package/dist/types-7TZuHZVP.d.cts +35 -0
- package/dist/types-7TZuHZVP.d.ts +35 -0
- package/dist/utils/ipfs-upload.cjs +87 -0
- package/dist/utils/ipfs-upload.cjs.map +1 -0
- package/dist/utils/ipfs-upload.d.cts +13 -0
- package/dist/utils/ipfs-upload.d.ts +13 -0
- package/dist/utils/ipfs-upload.js +60 -0
- package/dist/utils/ipfs-upload.js.map +1 -0
- package/dist/utils/ipfs.cjs +11 -3
- package/dist/utils/ipfs.cjs.map +1 -1
- package/dist/utils/ipfs.d.cts +4 -1
- package/dist/utils/ipfs.d.ts +4 -1
- package/dist/utils/ipfs.js +11 -3
- package/dist/utils/ipfs.js.map +1 -1
- package/package.json +5 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medialane/ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.142.0",
|
|
4
4
|
"description": "Shared UI components for Medialane apps",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"preview": "vite --config preview/vite.config.ts"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
|
-
"@medialane/sdk": ">=0.
|
|
54
|
+
"@medialane/sdk": ">=0.102.0",
|
|
55
55
|
"@radix-ui/react-checkbox": ">=1.1.0",
|
|
56
56
|
"@radix-ui/react-collapsible": ">=1.1.0",
|
|
57
57
|
"@radix-ui/react-dialog": ">=1.1.0",
|
|
@@ -74,12 +74,13 @@
|
|
|
74
74
|
"react-hook-form": ">=7.50.0",
|
|
75
75
|
"recharts": ">=2.0.0",
|
|
76
76
|
"sonner": ">=1.0.0",
|
|
77
|
+
"starknet": ">=8.0.0",
|
|
77
78
|
"swr": ">=2.0.0",
|
|
78
79
|
"tailwind-merge": ">=2.0.0",
|
|
79
80
|
"zod": "^3.25.0"
|
|
80
81
|
},
|
|
81
82
|
"devDependencies": {
|
|
82
|
-
"@medialane/sdk": "0.
|
|
83
|
+
"@medialane/sdk": "0.102.0",
|
|
83
84
|
"@radix-ui/react-checkbox": "^1.3.8",
|
|
84
85
|
"@radix-ui/react-collapsible": "^1.1.17",
|
|
85
86
|
"@radix-ui/react-dialog": "^1.1.20",
|
|
@@ -107,6 +108,7 @@
|
|
|
107
108
|
"react-hook-form": "^7.82.0",
|
|
108
109
|
"recharts": "^3.8.1",
|
|
109
110
|
"sonner": "^1.5.0",
|
|
111
|
+
"starknet": "^10.0.2",
|
|
110
112
|
"swr": "^2.4.1",
|
|
111
113
|
"tailwind-merge": "^2.0.0",
|
|
112
114
|
"tailwindcss": "^3.0.0",
|