warqadui 0.0.76 → 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
@@ -9000,7 +9000,7 @@ function Users() {
9000
9000
  title: "User",
9001
9001
  description: "Manage users",
9002
9002
  createTitle: "Add User",
9003
- onCreate: () => navigate("/create")
9003
+ onCreate: () => navigate("create")
9004
9004
  }
9005
9005
  ),
9006
9006
  " "
@@ -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
@@ -8967,7 +8967,7 @@ function Users() {
8967
8967
  title: "User",
8968
8968
  description: "Manage users",
8969
8969
  createTitle: "Add User",
8970
- onCreate: () => navigate("/create")
8970
+ onCreate: () => navigate("create")
8971
8971
  }
8972
8972
  ),
8973
8973
  " "
@@ -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.76",
3
+ "version": "0.0.78",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",