@vaneui/md 0.3.1-alpha.20251215154956.4cdf4bf → 0.3.1-alpha.20251215182232.fb1f651

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.
@@ -1772,6 +1772,12 @@
1772
1772
  .\[--aspect-ratio\:2\] {
1773
1773
  --aspect-ratio: 2;
1774
1774
  }
1775
+ .\[--aspect-ratio\:3\] {
1776
+ --aspect-ratio: 3;
1777
+ }
1778
+ .\[--aspect-ratio\:4\] {
1779
+ --aspect-ratio: 4;
1780
+ }
1775
1781
  .\[--br-unit\:1\.5\] {
1776
1782
  --br-unit: 1.5;
1777
1783
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaneui/md",
3
- "version": "0.3.1-alpha.20251215154956.4cdf4bf",
3
+ "version": "0.3.1-alpha.20251215182232.fb1f651",
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.20251214142729.7385e1d",
51
+ "@vaneui/ui": "0.3.1-alpha.20251215181324.24aaf05",
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.20251214142729.7385e1d",
66
+ "@vaneui/ui": "0.3.1-alpha.20251215181324.24aaf05",
67
67
  "jest": "^29.7.0",
68
68
  "jest-environment-jsdom": "^30.0.4",
69
69
  "jsdom": "^26.1.0",