jett.admin.npmpackage 1.0.54 → 1.0.56

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
@@ -69,7 +69,6 @@ var CustomButton = ({
69
69
  disabled = false,
70
70
  icon
71
71
  }) => {
72
- console.log(disabled);
73
72
  return /* @__PURE__ */ import_react.default.createElement(
74
73
  "div",
75
74
  {
@@ -491,7 +490,7 @@ var navItemsConstant = [
491
490
  {
492
491
  label: "Reports",
493
492
  onClick: () => {
494
- window.location.href = "https://viz.jett.travel";
493
+ window.open("https://viz.jett.travel", "_blank");
495
494
  }
496
495
  },
497
496
  {
package/dist/index.mjs CHANGED
@@ -21,7 +21,6 @@ var CustomButton = ({
21
21
  disabled = false,
22
22
  icon
23
23
  }) => {
24
- console.log(disabled);
25
24
  return /* @__PURE__ */ React.createElement(
26
25
  "div",
27
26
  {
@@ -457,7 +456,7 @@ var navItemsConstant = [
457
456
  {
458
457
  label: "Reports",
459
458
  onClick: () => {
460
- window.location.href = "https://viz.jett.travel";
459
+ window.open("https://viz.jett.travel", "_blank");
461
460
  }
462
461
  },
463
462
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jett.admin.npmpackage",
3
- "version": "1.0.54",
3
+ "version": "1.0.56",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "exports": {