@engrate/components 0.1.19 → 0.1.20
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/index.es.js
CHANGED
|
@@ -37574,7 +37574,8 @@ const dE = re(
|
|
|
37574
37574
|
"span",
|
|
37575
37575
|
{
|
|
37576
37576
|
className: j(
|
|
37577
|
-
"bg-sunflower absolute
|
|
37577
|
+
"bg-sunflower absolute rounded-full transition-opacity",
|
|
37578
|
+
s ? "right-1 bottom-0 left-1 h-0.75" : "top-1 bottom-1 left-0 w-0.75",
|
|
37578
37579
|
t ? "opacity-100" : "opacity-0 group-hover:opacity-100"
|
|
37579
37580
|
),
|
|
37580
37581
|
"aria-hidden": "true"
|