@lctafrica/ui 1.2.3 → 1.2.5

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 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 = "horizontal",
11589
+ orientation: t,
11590
11590
  ...r
11591
11591
  }) {
11592
11592
  return /* @__PURE__ */ v(
@@ -11617,17 +11617,15 @@ function FM({
11617
11617
  {
11618
11618
  variant: "outline",
11619
11619
  onClick: () => e(a.value),
11620
- className: M({
11620
+ className: M("rounded-none", {
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,
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
11622
+ "rounded-r-xl!": s === t.length - 1 && i,
11623
+ "rounded-l-xl!": s === 0 && i,
11624
+ "rounded-b-xl!": s === t.length - 1 && !i,
11625
+ "rounded-t-xl!": s === 0 && !i
11628
11626
  }),
11629
11627
  children: [
11630
- a.Icon,
11628
+ a.optionLeft,
11631
11629
  a.label
11632
11630
  ]
11633
11631
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lctafrica/ui",
3
- "version": "1.2.3",
3
+ "version": "1.2.5",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",