ingeniuscliq-core 0.1.36 → 0.1.37
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 +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -22809,7 +22809,7 @@ 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-
|
|
22812
|
+
t ? "border-stepperCompleteBgColor bg-stepperCompleteBgColor text-stepperCompleteTextColor" : n ? "border-stepperActiveBgColor text-stepperActiveTextColor" : "border-stepperInactiveBgColor text-stepperInactiveTextColor"
|
|
22813
22813
|
),
|
|
22814
22814
|
children: t ? /* @__PURE__ */ d(ts, { className: "w-4 h-4" }) : e.icon
|
|
22815
22815
|
}
|