ingeniuscliq-core 0.1.42 → 0.1.43

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 +6 -6
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -22802,8 +22802,8 @@ const kD = /* @__PURE__ */ E.forwardRef(function(t, n) {
22802
22802
  }
22803
22803
  );
22804
22804
  }, ND = ({ step: e, isCompleted: t, isActive: n, firstStep: r, lastStep: o }) => /* @__PURE__ */ $("div", { className: "flex flex-col justify-center w-full items-center gap-2 relative", children: [
22805
- !r && /* @__PURE__ */ d("div", { className: "absolute top-[calc(25%+4px)] left-0 w-1/2 h-0.25 bg-customGray -translate-x-full" }),
22806
- !o && /* @__PURE__ */ d("div", { className: "absolute top-[calc(25%+4px)] right-0 w-1/2 h-0.25 bg-customGray translate-x-full" }),
22805
+ !r && /* @__PURE__ */ d("div", { className: "absolute top-0 bottom-0 my-auto md:bottom-auto md:top-[calc(25%+4px)] left-0 w-1/2 h-0.25 bg-customGray -translate-x-full" }),
22806
+ !o && /* @__PURE__ */ d("div", { className: "absolute top-0 bottom-0 my-auto md:bottom-auto md:top-[calc(25%+4px)] right-0 w-1/2 h-0.25 bg-customGray translate-x-full" }),
22807
22807
  /* @__PURE__ */ d("div", { className: "relative flex items-center justify-center z-10 bg-white", children: /* @__PURE__ */ d(
22808
22808
  "div",
22809
22809
  {
@@ -22827,20 +22827,20 @@ const kD = /* @__PURE__ */ E.forwardRef(function(t, n) {
22827
22827
  /* @__PURE__ */ d(
22828
22828
  "p",
22829
22829
  {
22830
- className: D("text-sm font-medium", n || t ? "text-primary" : "text-customGray"),
22830
+ className: "hidden md:block text-sm font-medium",
22831
22831
  style: t ? {
22832
22832
  color: "var(--color-stepperCompleteTextColor)"
22833
22833
  } : n ? {
22834
- color: "var(--color-stepperCompleteTextColor)"
22834
+ color: "var(--color-stepperActiveTextColor)"
22835
22835
  } : {
22836
- color: "var(--color-stepperCompleteTextColor)"
22836
+ color: "var(--color-stepperInactiveTextColor)"
22837
22837
  },
22838
22838
  children: e.title
22839
22839
  }
22840
22840
  )
22841
22841
  ] });
22842
22842
  function g9({ steps: e, currentStep: t }) {
22843
- 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(
22843
+ return /* @__PURE__ */ d("div", { className: "w-full max-w-3xl mx-auto", children: /* @__PURE__ */ d("div", { className: "flex flex-row justify-between items-center gap-4 mb-8", children: e.map((n, r) => /* @__PURE__ */ d(ub, { children: /* @__PURE__ */ d(
22844
22844
  ND,
22845
22845
  {
22846
22846
  step: n,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ingeniuscliq-core",
3
- "version": "0.1.42",
3
+ "version": "0.1.43",
4
4
  "description": "IngeniusCliq Core UI y lógica compartida",
5
5
  "license": "MIT",
6
6
  "type": "module",