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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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-primary bg-primary text-primary-foreground" : n ? "border-primary" : "border-customGray"
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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ingeniuscliq-core",
3
- "version": "0.1.36",
3
+ "version": "0.1.37",
4
4
  "description": "IngeniusCliq Core UI y lógica compartida",
5
5
  "license": "MIT",
6
6
  "type": "module",