@vaneui/ui 0.3.1-alpha.20251115130358.c59f986 → 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/components/ui/theme/checkboxTheme.d.ts.map +1 -1
- package/dist/components/ui/theme/codeTheme.d.ts.map +1 -1
- package/dist/components/ui/theme/layout/radiusTheme.d.ts +1 -2
- package/dist/components/ui/theme/layout/radiusTheme.d.ts.map +1 -1
- package/dist/components/ui/theme/size/lineHeightTheme.d.ts.map +1 -1
- package/dist/components/ui/theme/typographyTheme.d.ts.map +1 -1
- package/dist/index.esm.js +36 -27
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +36 -27
- package/dist/index.js.map +1 -1
- package/dist/ui.css +14 -12
- package/package.json +1 -1
package/dist/ui.css
CHANGED
|
@@ -83,7 +83,6 @@
|
|
|
83
83
|
--color-white: #fff;
|
|
84
84
|
--spacing: 0.25rem;
|
|
85
85
|
--container-sm: 24rem;
|
|
86
|
-
--container-md: 28rem;
|
|
87
86
|
--container-lg: 32rem;
|
|
88
87
|
--container-xl: 36rem;
|
|
89
88
|
--container-3xl: 48rem;
|
|
@@ -547,12 +546,12 @@
|
|
|
547
546
|
.max-w-7xl {
|
|
548
547
|
max-width: var(--container-7xl);
|
|
549
548
|
}
|
|
549
|
+
.max-w-\[216px\] {
|
|
550
|
+
max-width: 216px;
|
|
551
|
+
}
|
|
550
552
|
.max-w-lg {
|
|
551
553
|
max-width: var(--container-lg);
|
|
552
554
|
}
|
|
553
|
-
.max-w-md {
|
|
554
|
-
max-width: var(--container-md);
|
|
555
|
-
}
|
|
556
555
|
.max-w-sm {
|
|
557
556
|
max-width: var(--container-sm);
|
|
558
557
|
}
|
|
@@ -1545,6 +1544,9 @@
|
|
|
1545
1544
|
.\[--aspect-ratio\:1\.6\] {
|
|
1546
1545
|
--aspect-ratio: 1.6;
|
|
1547
1546
|
}
|
|
1547
|
+
.\[--aspect-ratio\:1\.8\] {
|
|
1548
|
+
--aspect-ratio: 1.8;
|
|
1549
|
+
}
|
|
1548
1550
|
.\[--aspect-ratio\:1\.75\] {
|
|
1549
1551
|
--aspect-ratio: 1.75;
|
|
1550
1552
|
}
|
|
@@ -1584,6 +1586,9 @@
|
|
|
1584
1586
|
.\[--br-unit\:7\] {
|
|
1585
1587
|
--br-unit: 7;
|
|
1586
1588
|
}
|
|
1589
|
+
.\[--fs-unit\:5\] {
|
|
1590
|
+
--fs-unit: 5;
|
|
1591
|
+
}
|
|
1587
1592
|
.\[--fs-unit\:6\] {
|
|
1588
1593
|
--fs-unit: 6;
|
|
1589
1594
|
}
|
|
@@ -1659,8 +1664,8 @@
|
|
|
1659
1664
|
.\[--lh\:1\.4\] {
|
|
1660
1665
|
--lh: 1.4;
|
|
1661
1666
|
}
|
|
1662
|
-
.\[--lh\:1\.
|
|
1663
|
-
--lh: 1.
|
|
1667
|
+
.\[--lh\:1\.6\] {
|
|
1668
|
+
--lh: 1.6;
|
|
1664
1669
|
}
|
|
1665
1670
|
.\[--lh\:1\.111\] {
|
|
1666
1671
|
--lh: 1.111;
|
|
@@ -1668,15 +1673,15 @@
|
|
|
1668
1673
|
.\[--lh\:1\.333\] {
|
|
1669
1674
|
--lh: 1.333;
|
|
1670
1675
|
}
|
|
1671
|
-
.\[--lh\:1\.429\] {
|
|
1672
|
-
--lh: 1.429;
|
|
1673
|
-
}
|
|
1674
1676
|
.\[--lh\:1\.556\] {
|
|
1675
1677
|
--lh: 1.556;
|
|
1676
1678
|
}
|
|
1677
1679
|
.\[--lh\:1\] {
|
|
1678
1680
|
--lh: 1;
|
|
1679
1681
|
}
|
|
1682
|
+
.\[--py-unit\:0\.4\] {
|
|
1683
|
+
--py-unit: 0.4;
|
|
1684
|
+
}
|
|
1680
1685
|
.\[--py-unit\:0\.5\] {
|
|
1681
1686
|
--py-unit: 0.5;
|
|
1682
1687
|
}
|
|
@@ -1689,9 +1694,6 @@
|
|
|
1689
1694
|
.\[--py-unit\:1\.2\] {
|
|
1690
1695
|
--py-unit: 1.2;
|
|
1691
1696
|
}
|
|
1692
|
-
.\[--py-unit\:1\.4\] {
|
|
1693
|
-
--py-unit: 1.4;
|
|
1694
|
-
}
|
|
1695
1697
|
.\[--py-unit\:1\.5\] {
|
|
1696
1698
|
--py-unit: 1.5;
|
|
1697
1699
|
}
|
package/package.json
CHANGED