jett.admin.npmpackage 1.0.51 → 1.0.52

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
  {
@@ -819,7 +819,7 @@ var AppSideBar = ({
819
819
  }
820
820
  },
821
821
  /* @__PURE__ */ import_react12.default.createElement("div", null),
822
- /* @__PURE__ */ import_react12.default.createElement("span", { className: "font-medium text-sm dark:text-[#f4f4f5cc]" }, options.label),
822
+ /* @__PURE__ */ import_react12.default.createElement("span", { className: "font-medium text-sm dark:text-[#f4f4f5cc] ml-[8px]" }, options.label),
823
823
  options.isDropDown && /* @__PURE__ */ import_react12.default.createElement(
824
824
  "div",
825
825
  {
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
  {
@@ -785,7 +785,7 @@ var AppSideBar = ({
785
785
  }
786
786
  },
787
787
  /* @__PURE__ */ React12.createElement("div", null),
788
- /* @__PURE__ */ React12.createElement("span", { className: "font-medium text-sm dark:text-[#f4f4f5cc]" }, options.label),
788
+ /* @__PURE__ */ React12.createElement("span", { className: "font-medium text-sm dark:text-[#f4f4f5cc] ml-[8px]" }, options.label),
789
789
  options.isDropDown && /* @__PURE__ */ React12.createElement(
790
790
  "div",
791
791
  {
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.52",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "exports": {