@lctafrica/ui 1.2.2 → 1.2.3
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.js +7 -6
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11617,13 +11617,14 @@ function FM({
|
|
|
11617
11617
|
{
|
|
11618
11618
|
variant: "outline",
|
|
11619
11619
|
onClick: () => e(a.value),
|
|
11620
|
-
className: M(
|
|
11620
|
+
className: M({
|
|
11621
11621
|
"bg-blue-50 hover:bg-blue-10 border-blue-200 text-blue-700 hover:text-blue-700": o === a.value,
|
|
11622
|
-
"rounded-l-none":
|
|
11623
|
-
"rounded-
|
|
11624
|
-
"rounded-
|
|
11625
|
-
"rounded-
|
|
11626
|
-
"rounded-
|
|
11622
|
+
"rounded-r-none rounded-l-none": i,
|
|
11623
|
+
"rounded-b-none rounded-t-none": !i,
|
|
11624
|
+
"rounded-r-xl": s === t.length - 1 && i,
|
|
11625
|
+
"rounded-l-xl": s === 0 && i,
|
|
11626
|
+
"rounded-b-xl": s === t.length - 1 && !i,
|
|
11627
|
+
"rounded-t-xl": s === 0 && !i
|
|
11627
11628
|
}),
|
|
11628
11629
|
children: [
|
|
11629
11630
|
a.Icon,
|