@lctafrica/ui 1.2.0 → 1.2.2

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,
11589
+ orientation: t = "horizontal",
11590
11590
  ...r
11591
11591
  }) {
11592
11592
  return /* @__PURE__ */ v(
@@ -11617,12 +11617,13 @@ function FM({
11617
11617
  {
11618
11618
  variant: "outline",
11619
11619
  onClick: () => e(a.value),
11620
- className: M("rounded-none", {
11620
+ className: M("rounded-xl", {
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-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
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
11626
11627
  }),
11627
11628
  children: [
11628
11629
  a.Icon,
@@ -11927,7 +11928,7 @@ function Wc({
11927
11928
  children: n,
11928
11929
  className: i,
11929
11930
  descriptionClassName: a,
11930
- headingClassName: s,
11931
+ titleClassName: s,
11931
11932
  shouldShowCloseButton: l = !0,
11932
11933
  headerLeft: c
11933
11934
  }) {
@@ -12007,7 +12008,7 @@ function LM({
12007
12008
  cancelButtonLabel: o = "Cancel",
12008
12009
  children: n,
12009
12010
  headerLeft: i,
12010
- headingClassName: a,
12011
+ titleClassName: a,
12011
12012
  descriptionClassName: s,
12012
12013
  className: l,
12013
12014
  variant: c = "informative",
@@ -12018,7 +12019,7 @@ function LM({
12018
12019
  {
12019
12020
  headerLeft: i || /* @__PURE__ */ v(Zx, { variant: c }),
12020
12021
  className: M("min-w-175 pr-10", l),
12021
- headingClassName: M("text-gray-600 font-normal", a),
12022
+ titleClassName: M("text-gray-600 font-normal", a),
12022
12023
  descriptionClassName: M(
12023
12024
  "text-lct-medium-text text-base",
12024
12025
  s
@@ -27433,7 +27434,7 @@ function eT({
27433
27434
  promptLabel: n,
27434
27435
  promptPlaceHolder: i,
27435
27436
  variant: a = "informative",
27436
- headingClassName: s,
27437
+ titleClassName: s,
27437
27438
  descriptionClassName: l,
27438
27439
  className: c,
27439
27440
  ...u
@@ -27448,7 +27449,7 @@ function eT({
27448
27449
  Wc,
27449
27450
  {
27450
27451
  className: M("min-w-175", c),
27451
- headingClassName: M("text-gray-600 font-normal", s),
27452
+ titleClassName: M("text-gray-600 font-normal", s),
27452
27453
  descriptionClassName: M(
27453
27454
  "text-lct-medium-text text-base",
27454
27455
  l
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lctafrica/ui",
3
- "version": "1.2.0",
3
+ "version": "1.2.2",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",