hds-web 1.33.5 → 1.33.7
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/package.json
CHANGED
@@ -26,7 +26,7 @@ const colorVariants = {
|
|
26
26
|
purple500: 'bg-purple-500 shadow-sm',
|
27
27
|
blue500:'bg-blue-500 shadow-sm',
|
28
28
|
green500:'bg-green-500 shadow-sm',
|
29
|
-
borderN400: 'border border-neutral-400 group-hover/badge:bg-
|
29
|
+
borderN400: 'border border-neutral-400 group-hover/badge:bg-purple-500 group-hover/badge:text-neutral-0 group-hover/badge:border-opacity-0 transition-all duration-100 ease-in-out'
|
30
30
|
|
31
31
|
}
|
32
32
|
|
package/src/styles/tailwind.css
CHANGED
@@ -10645,6 +10645,11 @@ select{
|
|
10645
10645
|
background-color: rgb(219 198 255 / var(--tw-bg-opacity));
|
10646
10646
|
}
|
10647
10647
|
|
10648
|
+
.group\/badge:hover .group-hover\/badge\:bg-purple-500{
|
10649
|
+
--tw-bg-opacity: 1;
|
10650
|
+
background-color: rgb(140 73 250 / var(--tw-bg-opacity));
|
10651
|
+
}
|
10652
|
+
|
10648
10653
|
.group:hover .group-hover\:bg-gradient-to-t{
|
10649
10654
|
background-image: linear-gradient(to top, var(--tw-gradient-stops));
|
10650
10655
|
}
|