@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.
Files changed (2) hide show
  1. package/dist/index.js +7 -6
  2. 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("rounded-xl", {
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": s === t.length - 1 && i,
11623
- "rounded-r-none": s === 0 && i,
11624
- "rounded-t-none": s === t.length - 1 && !i,
11625
- "rounded-b-none": s === 0 && !i,
11626
- "rounded-none": s !== 0 && s !== t.length - 1
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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lctafrica/ui",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",