ingeniuscliq-core 0.1.34 → 0.1.35

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
@@ -8447,7 +8447,7 @@ function Pc({ children: e, className: t = "", noValidate: n = !1, onSubmit: r =
8447
8447
  } }) {
8448
8448
  return /* @__PURE__ */ d("form", { className: t, noValidate: n, onSubmit: r, children: e });
8449
8449
  }
8450
- function iz({ className: e = "", to: t = "/store", icon: n = "/core/assets/logo.svg" }) {
8450
+ function iz({ className: e = "", to: t = "/store", icon: n = "../../../assets/logo.svg" }) {
8451
8451
  return /* @__PURE__ */ d(Ud, { className: "flex items-center gap-2", to: t, children: /* @__PURE__ */ d("img", { src: n, alt: "Logo", className: `w-48 h-20 ${e}` }) });
8452
8452
  }
8453
8453
  function IS({ className: e, ...t }) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ingeniuscliq-core",
3
- "version": "0.1.34",
3
+ "version": "0.1.35",
4
4
  "description": "IngeniusCliq Core UI y lógica compartida",
5
5
  "license": "MIT",
6
6
  "type": "module",