warqadui 0.0.75 → 0.0.77

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("/users/create")
9003
+ onCreate: () => navigate("create")
9004
9004
  }
9005
9005
  ),
9006
9006
  " "
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("/users/create")
8970
+ onCreate: () => navigate("create")
8971
8971
  }
8972
8972
  ),
8973
8973
  " "
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "warqadui",
3
- "version": "0.0.75",
3
+ "version": "0.0.77",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",