@vaneui/ui 0.3.1-alpha.20251110155311.4ef4158 → 0.3.1-alpha.20251117134835.2318245

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
@@ -82,6 +82,9 @@
82
82
  --color-gray-950: oklch(13% 0.028 261.692);
83
83
  --color-white: #fff;
84
84
  --spacing: 0.25rem;
85
+ --container-sm: 24rem;
86
+ --container-lg: 32rem;
87
+ --container-xl: 36rem;
85
88
  --container-3xl: 48rem;
86
89
  --container-4xl: 56rem;
87
90
  --container-5xl: 64rem;
@@ -543,6 +546,18 @@
543
546
  .max-w-7xl {
544
547
  max-width: var(--container-7xl);
545
548
  }
549
+ .max-w-\[216px\] {
550
+ max-width: 216px;
551
+ }
552
+ .max-w-lg {
553
+ max-width: var(--container-lg);
554
+ }
555
+ .max-w-sm {
556
+ max-width: var(--container-sm);
557
+ }
558
+ .max-w-xl {
559
+ max-width: var(--container-xl);
560
+ }
546
561
  .transform {
547
562
  transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
548
563
  }
@@ -1529,6 +1544,9 @@
1529
1544
  .\[--aspect-ratio\:1\.6\] {
1530
1545
  --aspect-ratio: 1.6;
1531
1546
  }
1547
+ .\[--aspect-ratio\:1\.8\] {
1548
+ --aspect-ratio: 1.8;
1549
+ }
1532
1550
  .\[--aspect-ratio\:1\.75\] {
1533
1551
  --aspect-ratio: 1.75;
1534
1552
  }
@@ -1568,6 +1586,9 @@
1568
1586
  .\[--br-unit\:7\] {
1569
1587
  --br-unit: 7;
1570
1588
  }
1589
+ .\[--fs-unit\:5\] {
1590
+ --fs-unit: 5;
1591
+ }
1571
1592
  .\[--fs-unit\:6\] {
1572
1593
  --fs-unit: 6;
1573
1594
  }
@@ -1643,8 +1664,8 @@
1643
1664
  .\[--lh\:1\.4\] {
1644
1665
  --lh: 1.4;
1645
1666
  }
1646
- .\[--lh\:1\.5\] {
1647
- --lh: 1.5;
1667
+ .\[--lh\:1\.6\] {
1668
+ --lh: 1.6;
1648
1669
  }
1649
1670
  .\[--lh\:1\.111\] {
1650
1671
  --lh: 1.111;
@@ -1652,18 +1673,27 @@
1652
1673
  .\[--lh\:1\.333\] {
1653
1674
  --lh: 1.333;
1654
1675
  }
1655
- .\[--lh\:1\.429\] {
1656
- --lh: 1.429;
1657
- }
1658
1676
  .\[--lh\:1\.556\] {
1659
1677
  --lh: 1.556;
1660
1678
  }
1661
1679
  .\[--lh\:1\] {
1662
1680
  --lh: 1;
1663
1681
  }
1682
+ .\[--py-unit\:0\.4\] {
1683
+ --py-unit: 0.4;
1684
+ }
1664
1685
  .\[--py-unit\:0\.5\] {
1665
1686
  --py-unit: 0.5;
1666
1687
  }
1688
+ .\[--py-unit\:0\.6\] {
1689
+ --py-unit: 0.6;
1690
+ }
1691
+ .\[--py-unit\:0\.8\] {
1692
+ --py-unit: 0.8;
1693
+ }
1694
+ .\[--py-unit\:1\.2\] {
1695
+ --py-unit: 1.2;
1696
+ }
1667
1697
  .\[--py-unit\:1\.5\] {
1668
1698
  --py-unit: 1.5;
1669
1699
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaneui/ui",
3
- "version": "0.3.1-alpha.20251110155311.4ef4158",
3
+ "version": "0.3.1-alpha.20251117134835.2318245",
4
4
  "description": "A simple and lightweight UI component library for React, built with Tailwind CSS.",
5
5
  "author": "",
6
6
  "license": "ISC",