@lctafrica/ui 1.1.1 → 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
|
@@ -7915,7 +7915,7 @@ const ed = {
|
|
|
7915
7915
|
});
|
|
7916
7916
|
function DM({
|
|
7917
7917
|
color: e = "gray",
|
|
7918
|
-
|
|
7918
|
+
label: t,
|
|
7919
7919
|
size: r = "md",
|
|
7920
7920
|
indicator: o = "default",
|
|
7921
7921
|
containerClassName: n,
|
|
@@ -7933,7 +7933,7 @@ function DM({
|
|
|
7933
7933
|
"data-indicator": o,
|
|
7934
7934
|
className: T(Lw({ size: r, color: e }), n),
|
|
7935
7935
|
children: [
|
|
7936
|
-
o === "dot-
|
|
7936
|
+
o === "dot-icon" && /* @__PURE__ */ v(
|
|
7937
7937
|
"span",
|
|
7938
7938
|
{
|
|
7939
7939
|
className: T(
|
|
@@ -7955,7 +7955,7 @@ function DM({
|
|
|
7955
7955
|
}
|
|
7956
7956
|
),
|
|
7957
7957
|
a || /* @__PURE__ */ v("p", { className: T("font-medium leading-none", i), children: t }),
|
|
7958
|
-
o === "x-
|
|
7958
|
+
o === "x-icon" && /* @__PURE__ */ v(
|
|
7959
7959
|
"span",
|
|
7960
7960
|
{
|
|
7961
7961
|
"aria-hidden": !0,
|
|
@@ -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,
|