@lctafrica/ui 1.2.1 → 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.css +1 -1
- package/dist/index.js +4 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11586,7 +11586,7 @@ const op = St("flex w-fit items-stretch", {
|
|
|
11586
11586
|
});
|
|
11587
11587
|
function yx({
|
|
11588
11588
|
className: e,
|
|
11589
|
-
orientation: t,
|
|
11589
|
+
orientation: t = "horizontal",
|
|
11590
11590
|
...r
|
|
11591
11591
|
}) {
|
|
11592
11592
|
return /* @__PURE__ */ v(
|
|
@@ -11617,8 +11617,10 @@ 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-r-none rounded-l-none": i,
|
|
11623
|
+
"rounded-b-none rounded-t-none": !i,
|
|
11622
11624
|
"rounded-r-xl": s === t.length - 1 && i,
|
|
11623
11625
|
"rounded-l-xl": s === 0 && i,
|
|
11624
11626
|
"rounded-b-xl": s === t.length - 1 && !i,
|