@lctafrica/ui 1.1.2 → 1.1.4

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
@@ -15411,19 +15411,25 @@ const YI = St(
15411
15411
  }
15412
15412
  );
15413
15413
  function KI({
15414
- privilege: e = "NORMAL",
15415
- className: t,
15414
+ privilege: e,
15415
+ containerClassName: t,
15416
15416
  containerStyle: r
15417
15417
  }) {
15418
+ const o = e ?? "NORMAL";
15418
15419
  return /* @__PURE__ */ fe(
15419
15420
  "div",
15420
15421
  {
15421
15422
  style: r,
15422
- className: T(YI({ privilege: e, className: t })),
15423
+ className: T(
15424
+ YI({
15425
+ privilege: o,
15426
+ className: t
15427
+ })
15428
+ ),
15423
15429
  children: [
15424
- e === "VVIP" ? /* @__PURE__ */ v(Ew, { size: 16, strokeWidth: 2 }) : e === "VIP" ? /* @__PURE__ */ v(zw, { size: 16, strokeWidth: 2 }) : /* @__PURE__ */ v(Wf, { size: 16, strokeWidth: 2 }),
15425
- e !== "NORMAL" && /* @__PURE__ */ v("p", { children: e }),
15426
- e === "VVIP" && /* @__PURE__ */ v(Tw, { size: 16, strokeWidth: 2 })
15430
+ o === "VVIP" ? /* @__PURE__ */ v(Ew, { size: 16, strokeWidth: 2 }) : o === "VIP" ? /* @__PURE__ */ v(zw, { size: 16, strokeWidth: 2 }) : /* @__PURE__ */ v(Wf, { size: 16, strokeWidth: 2 }),
15431
+ o !== "NORMAL" && /* @__PURE__ */ v("p", { children: o }),
15432
+ o === "VVIP" && /* @__PURE__ */ v(Tw, { size: 16, strokeWidth: 2 })
15427
15433
  ]
15428
15434
  }
15429
15435
  );
@@ -15451,7 +15457,7 @@ function BM({
15451
15457
  KI,
15452
15458
  {
15453
15459
  privilege: n,
15454
- className: "absolute left-12.5 top-0",
15460
+ containerClassName: "absolute left-12.5 top-0",
15455
15461
  containerStyle: { translate: "0 -50%" }
15456
15462
  }
15457
15463
  ),
@@ -27645,7 +27651,7 @@ function aT({ className: e, ...t }) {
27645
27651
  "td",
27646
27652
  {
27647
27653
  className: T(
27648
- "max-w-[20ch] overflow-hidden overflow-ellipsis border-b border-[#EAECF0] px-4 py-2.5 text-left text-sm text-lct-medium-text",
27654
+ "max-w-[20ch] overflow-hidden text-ellipsis border-b border-[#EAECF0] px-4 py-2.5 text-left text-sm text-lct-medium-text",
27649
27655
  e
27650
27656
  ),
27651
27657
  ...t,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lctafrica/ui",
3
- "version": "1.1.2",
3
+ "version": "1.1.4",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",