@lctafrica/ui 1.1.2 → 1.1.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.
package/dist/index.js
CHANGED
|
@@ -15412,14 +15412,19 @@ const YI = St(
|
|
|
15412
15412
|
);
|
|
15413
15413
|
function KI({
|
|
15414
15414
|
privilege: e = "NORMAL",
|
|
15415
|
-
|
|
15415
|
+
containerClassName: t,
|
|
15416
15416
|
containerStyle: r
|
|
15417
15417
|
}) {
|
|
15418
15418
|
return /* @__PURE__ */ fe(
|
|
15419
15419
|
"div",
|
|
15420
15420
|
{
|
|
15421
15421
|
style: r,
|
|
15422
|
-
className: T(
|
|
15422
|
+
className: T(
|
|
15423
|
+
YI({
|
|
15424
|
+
privilege: e,
|
|
15425
|
+
className: t
|
|
15426
|
+
})
|
|
15427
|
+
),
|
|
15423
15428
|
children: [
|
|
15424
15429
|
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
15430
|
e !== "NORMAL" && /* @__PURE__ */ v("p", { children: e }),
|
|
@@ -15451,7 +15456,7 @@ function BM({
|
|
|
15451
15456
|
KI,
|
|
15452
15457
|
{
|
|
15453
15458
|
privilege: n,
|
|
15454
|
-
|
|
15459
|
+
containerClassName: "absolute left-12.5 top-0",
|
|
15455
15460
|
containerStyle: { translate: "0 -50%" }
|
|
15456
15461
|
}
|
|
15457
15462
|
),
|
|
@@ -27645,7 +27650,7 @@ function aT({ className: e, ...t }) {
|
|
|
27645
27650
|
"td",
|
|
27646
27651
|
{
|
|
27647
27652
|
className: T(
|
|
27648
|
-
"max-w-[20ch] overflow-hidden
|
|
27653
|
+
"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
27654
|
e
|
|
27650
27655
|
),
|
|
27651
27656
|
...t,
|