jett.admin.npmpackage 1.0.79 → 1.0.80

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.css CHANGED
@@ -814,9 +814,6 @@
814
814
  .text-\[\#000\] {
815
815
  color: #000;
816
816
  }
817
- .text-\[\#3f3f46\] {
818
- color: #3f3f46;
819
- }
820
817
  .text-\[\#3f3f46cc\] {
821
818
  color: #3f3f46cc;
822
819
  }
package/dist/index.js CHANGED
@@ -591,7 +591,7 @@ var navItemsConstant = [
591
591
  {
592
592
  label: "Admin Users",
593
593
  onClick: () => {
594
- window.location.href = "/users/";
594
+ window.location.href = "/users/users";
595
595
  }
596
596
  },
597
597
  { label: "Roles", onClick: () => {
package/dist/index.mjs CHANGED
@@ -565,7 +565,7 @@ var navItemsConstant = [
565
565
  {
566
566
  label: "Admin Users",
567
567
  onClick: () => {
568
- window.location.href = "/users/";
568
+ window.location.href = "/users/users";
569
569
  }
570
570
  },
571
571
  { label: "Roles", onClick: () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jett.admin.npmpackage",
3
- "version": "1.0.79",
3
+ "version": "1.0.80",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "exports": {