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.
- package/dist/index.js +1 -1
- 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 = "
|
|
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 }) {
|