jett.admin.npmpackage 1.0.51 → 1.0.53

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
@@ -312,6 +312,9 @@
312
312
  .ml-2 {
313
313
  margin-left: calc(var(--spacing) * 2);
314
314
  }
315
+ .ml-\[8px\] {
316
+ margin-left: 8px;
317
+ }
315
318
  .ml-\[20px\] {
316
319
  margin-left: 20px;
317
320
  }
package/dist/index.js CHANGED
@@ -491,7 +491,7 @@ var navItemsConstant = [
491
491
  {
492
492
  label: "Reports",
493
493
  onClick: () => {
494
- window.location.href = "/reports/";
494
+ window.location.href = "https://viz.jett.travel";
495
495
  }
496
496
  },
497
497
  {
@@ -499,6 +499,12 @@ var navItemsConstant = [
499
499
  onClick: () => {
500
500
  window.location.href = "/orgselector/?path=tag";
501
501
  }
502
+ },
503
+ {
504
+ label: "Users",
505
+ onClick: () => {
506
+ window.location.href = "/orgselector/?path=/tmcentity/orgentity/users/";
507
+ }
502
508
  }
503
509
  ],
504
510
  isDropDown: true
@@ -819,7 +825,7 @@ var AppSideBar = ({
819
825
  }
820
826
  },
821
827
  /* @__PURE__ */ import_react12.default.createElement("div", null),
822
- /* @__PURE__ */ import_react12.default.createElement("span", { className: "font-medium text-sm dark:text-[#f4f4f5cc]" }, options.label),
828
+ /* @__PURE__ */ import_react12.default.createElement("span", { className: "font-medium text-sm dark:text-[#f4f4f5cc] ml-[8px]" }, options.label),
823
829
  options.isDropDown && /* @__PURE__ */ import_react12.default.createElement(
824
830
  "div",
825
831
  {
package/dist/index.mjs CHANGED
@@ -457,7 +457,7 @@ var navItemsConstant = [
457
457
  {
458
458
  label: "Reports",
459
459
  onClick: () => {
460
- window.location.href = "/reports/";
460
+ window.location.href = "https://viz.jett.travel";
461
461
  }
462
462
  },
463
463
  {
@@ -465,6 +465,12 @@ var navItemsConstant = [
465
465
  onClick: () => {
466
466
  window.location.href = "/orgselector/?path=tag";
467
467
  }
468
+ },
469
+ {
470
+ label: "Users",
471
+ onClick: () => {
472
+ window.location.href = "/orgselector/?path=/tmcentity/orgentity/users/";
473
+ }
468
474
  }
469
475
  ],
470
476
  isDropDown: true
@@ -785,7 +791,7 @@ var AppSideBar = ({
785
791
  }
786
792
  },
787
793
  /* @__PURE__ */ React12.createElement("div", null),
788
- /* @__PURE__ */ React12.createElement("span", { className: "font-medium text-sm dark:text-[#f4f4f5cc]" }, options.label),
794
+ /* @__PURE__ */ React12.createElement("span", { className: "font-medium text-sm dark:text-[#f4f4f5cc] ml-[8px]" }, options.label),
789
795
  options.isDropDown && /* @__PURE__ */ React12.createElement(
790
796
  "div",
791
797
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jett.admin.npmpackage",
3
- "version": "1.0.51",
3
+ "version": "1.0.53",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "exports": {