@lctafrica/ui 1.0.13 → 1.0.15

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
@@ -11487,7 +11487,7 @@ function pM({
11487
11487
  }
11488
11488
  );
11489
11489
  }
11490
- const tx = At("rounded-lg px-15 py-7", {
11490
+ const tx = At("rounded-lg px-7.5 py-5", {
11491
11491
  variants: {
11492
11492
  variant: {
11493
11493
  primary: "shadow-[0px_8px_29px_0px_#0000001A]",
@@ -15290,10 +15290,11 @@ function OM({
15290
15290
  memberNumber: e,
15291
15291
  memberName: t,
15292
15292
  scheme: r,
15293
- actionButton: o,
15293
+ defaultActionProps: o,
15294
15294
  privilege: n,
15295
15295
  containerClassName: i,
15296
- errorMessage: a
15296
+ errorMessage: a,
15297
+ actionSlot: s
15297
15298
  }) {
15298
15299
  return /* @__PURE__ */ fe(
15299
15300
  nx,
@@ -15322,15 +15323,15 @@ function OM({
15322
15323
  ] }),
15323
15324
  /* @__PURE__ */ fe("div", { className: "flex flex-col justify-center gap-4", children: [
15324
15325
  a && /* @__PURE__ */ v("p", { className: "text-sm text-center text-red-500", children: a }),
15325
- /* @__PURE__ */ fe(
15326
+ s || /* @__PURE__ */ fe(
15326
15327
  pr,
15327
15328
  {
15328
- className: T(o.className),
15329
- onClick: o.onClick,
15330
- disabled: o.disabled,
15329
+ className: T(o?.className),
15330
+ onClick: o?.onClick,
15331
+ disabled: o?.disabled,
15331
15332
  children: [
15332
- o.leftIcon,
15333
- o.label
15333
+ o?.leftIcon,
15334
+ o?.label
15334
15335
  ]
15335
15336
  }
15336
15337
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lctafrica/ui",
3
- "version": "1.0.13",
3
+ "version": "1.0.15",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",