@vaneui/md 0.3.1-alpha.20251215182232.fb1f651 → 0.3.1-alpha.20251227133834.f24acb3
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/styles/index.css +437 -483
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vaneui/md",
|
|
3
|
-
"version": "0.3.1-alpha.
|
|
3
|
+
"version": "0.3.1-alpha.20251227133834.f24acb3",
|
|
4
4
|
"description": "Markdown component for VaneUI - A React component that renders markdown using @vaneui/ui components",
|
|
5
5
|
"author": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"playground": "npm run playground:install && npm run playground:dev"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
|
-
"@vaneui/ui": "0.3.1-alpha.
|
|
51
|
+
"@vaneui/ui": "0.3.1-alpha.20251227133042.329eebf",
|
|
52
52
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
53
53
|
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
54
54
|
},
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"@types/jest": "^29.5.14",
|
|
64
64
|
"@types/react": "^19.1.0",
|
|
65
65
|
"@types/react-dom": "^19.1.0",
|
|
66
|
-
"@vaneui/ui": "0.3.1-alpha.
|
|
66
|
+
"@vaneui/ui": "0.3.1-alpha.20251227133042.329eebf",
|
|
67
67
|
"jest": "^29.7.0",
|
|
68
68
|
"jest-environment-jsdom": "^30.0.4",
|
|
69
69
|
"jsdom": "^26.1.0",
|