warqadui 0.0.77 → 0.0.78

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 CHANGED
@@ -9316,7 +9316,7 @@ var UserProfile = ({
9316
9316
  {
9317
9317
  label: "My Profile",
9318
9318
  icon: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(import_lucide_react22.User, { size: 18 }),
9319
- onClick: () => navigate("/profile"),
9319
+ onClick: () => navigate("profile"),
9320
9320
  className: "min-w-[150px]"
9321
9321
  },
9322
9322
  {
package/dist/index.mjs CHANGED
@@ -9283,7 +9283,7 @@ var UserProfile = ({
9283
9283
  {
9284
9284
  label: "My Profile",
9285
9285
  icon: /* @__PURE__ */ jsx52(User2, { size: 18 }),
9286
- onClick: () => navigate("/profile"),
9286
+ onClick: () => navigate("profile"),
9287
9287
  className: "min-w-[150px]"
9288
9288
  },
9289
9289
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "warqadui",
3
- "version": "0.0.77",
3
+ "version": "0.0.78",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",