@vaneui/ui 0.3.1-alpha.20251214142729.7385e1d → 0.3.1-alpha.20251215181324.24aaf05

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/ui.css CHANGED
@@ -1586,6 +1586,12 @@
1586
1586
  .\[--aspect-ratio\:2\] {
1587
1587
  --aspect-ratio: 2;
1588
1588
  }
1589
+ .\[--aspect-ratio\:3\] {
1590
+ --aspect-ratio: 3;
1591
+ }
1592
+ .\[--aspect-ratio\:4\] {
1593
+ --aspect-ratio: 4;
1594
+ }
1589
1595
  .\[--br-unit\:1\.5\] {
1590
1596
  --br-unit: 1.5;
1591
1597
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaneui/ui",
3
- "version": "0.3.1-alpha.20251214142729.7385e1d",
3
+ "version": "0.3.1-alpha.20251215181324.24aaf05",
4
4
  "description": "A simple and lightweight UI component library for React, built with Tailwind CSS.",
5
5
  "author": "",
6
6
  "license": "ISC",