@vaneui/ui 0.2.1-alpha.20250813194307.2bb87da → 0.2.1-alpha.20250820100624.167a145

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
@@ -47,6 +47,8 @@
47
47
  --color-blue-800: oklch(42.4% 0.199 265.638);
48
48
  --color-blue-900: oklch(37.9% 0.146 265.522);
49
49
  --color-indigo-50: oklch(96.2% 0.018 272.314);
50
+ --color-purple-600: oklch(55.8% 0.288 302.321);
51
+ --color-purple-700: oklch(49.6% 0.265 301.924);
50
52
  --color-rose-50: oklch(96.9% 0.015 12.422);
51
53
  --color-rose-100: oklch(94.1% 0.03 12.58);
52
54
  --color-rose-200: oklch(89.2% 0.058 10.001);
@@ -971,6 +973,9 @@
971
973
  .bg-green-50 {
972
974
  background-color: var(--color-green-50);
973
975
  }
976
+ .bg-purple-600 {
977
+ background-color: var(--color-purple-600);
978
+ }
974
979
  .bg-red-50 {
975
980
  background-color: var(--color-red-50);
976
981
  }
@@ -1746,6 +1751,13 @@
1746
1751
  }
1747
1752
  }
1748
1753
  }
1754
+ .hover\:bg-purple-700 {
1755
+ &:hover {
1756
+ @media (hover: hover) {
1757
+ background-color: var(--color-purple-700);
1758
+ }
1759
+ }
1760
+ }
1749
1761
  .hover\:bg-transparent {
1750
1762
  &:hover {
1751
1763
  @media (hover: hover) {
@@ -1767,6 +1779,13 @@
1767
1779
  }
1768
1780
  }
1769
1781
  }
1782
+ .hover\:opacity-80 {
1783
+ &:hover {
1784
+ @media (hover: hover) {
1785
+ opacity: 80%;
1786
+ }
1787
+ }
1788
+ }
1770
1789
  .hover\:shadow-lg {
1771
1790
  &:hover {
1772
1791
  @media (hover: hover) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaneui/ui",
3
- "version": "0.2.1-alpha.20250813194307.2bb87da",
3
+ "version": "0.2.1-alpha.20250820100624.167a145",
4
4
  "description": "A simple and lightweight UI component library for React, built with Tailwind CSS.",
5
5
  "author": "",
6
6
  "license": "ISC",