ingeniuscliq-core 0.1.38 → 0.1.39
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 +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -22809,12 +22809,12 @@ const kD = /* @__PURE__ */ E.forwardRef(function(t, n) {
|
|
|
22809
22809
|
{
|
|
22810
22810
|
className: D(
|
|
22811
22811
|
"w-10 h-10 p-1 rounded-full border flex items-center justify-center",
|
|
22812
|
-
t ? "border-stepperCompleteBgColor bg-stepperCompleteBgColor text-stepperCompleteTextColor" : n ? "border-stepperActiveBgColor text-stepperActiveTextColor" : "border-stepperInactiveBgColor text-stepperInactiveTextColor"
|
|
22812
|
+
t ? "border-[var(--color-stepperCompleteBgColor)] bg-[var(--color-stepperCompleteBgColor)] text-[var(--color-stepperCompleteTextColor)]" : n ? "border-[var(--color-stepperActiveBgColor)] text-[var(--color-stepperActiveTextColor)]" : "border-[var(--color-stepperInactiveBgColor)] text-[var(--color-stepperInactiveTextColor)]"
|
|
22813
22813
|
),
|
|
22814
22814
|
children: t ? /* @__PURE__ */ d(ts, { className: "w-4 h-4" }) : e.icon
|
|
22815
22815
|
}
|
|
22816
22816
|
) }),
|
|
22817
|
-
/* @__PURE__ */ d("p", { className: D("text-sm font-medium",
|
|
22817
|
+
/* @__PURE__ */ d("p", { className: D("text-sm font-medium", t ? "text-[var(--color-stepperCompleteTextColor)]" : n ? "text-[var(--color-stepperActiveTextColor)]" : "text-[var(--color-stepperInactiveTextColor)]"), children: e.title })
|
|
22818
22818
|
] });
|
|
22819
22819
|
function g9({ steps: e, currentStep: t }) {
|
|
22820
22820
|
return /* @__PURE__ */ d("div", { className: "w-full max-w-3xl mx-auto", children: /* @__PURE__ */ d("div", { className: "flex flex-col md:flex-row justify-between items-start md:items-center gap-4 mb-8", children: e.map((n, r) => /* @__PURE__ */ d(ub, { children: /* @__PURE__ */ d(
|