jett.admin.npmpackage 1.0.26 → 1.0.28

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
@@ -59,7 +59,6 @@
59
59
  --default-mono-font-family: var(--font-mono);
60
60
  --color-primary: rgb(63, 63, 70);
61
61
  --color-accent: rgb(244, 244, 245);
62
- --color-secondary: rgb(0, 0, 0);
63
62
  }
64
63
  }
65
64
  @layer base {
package/dist/index.js CHANGED
@@ -513,19 +513,19 @@ var navItemsConstant = [
513
513
  {
514
514
  label: "Invoices",
515
515
  onClick: () => {
516
- window.location.href = "/invoices/";
516
+ window.location.href = "/finance/invoices/";
517
517
  }
518
518
  },
519
519
  {
520
- label: "Ledger",
520
+ label: "Booking History",
521
521
  onClick: () => {
522
- window.location.href = "/ledger/";
522
+ window.location.href = "/finance/bookingHistory/";
523
523
  }
524
524
  },
525
525
  {
526
- label: "Payments",
526
+ label: "Payments Ledger",
527
527
  onClick: () => {
528
- window.location.href = "/payments/";
528
+ window.location.href = "/finance/paymentsLedger/";
529
529
  }
530
530
  }
531
531
  ]
package/dist/index.mjs CHANGED
@@ -465,19 +465,19 @@ var navItemsConstant = [
465
465
  {
466
466
  label: "Invoices",
467
467
  onClick: () => {
468
- window.location.href = "/invoices/";
468
+ window.location.href = "/finance/invoices/";
469
469
  }
470
470
  },
471
471
  {
472
- label: "Ledger",
472
+ label: "Booking History",
473
473
  onClick: () => {
474
- window.location.href = "/ledger/";
474
+ window.location.href = "/finance/bookingHistory/";
475
475
  }
476
476
  },
477
477
  {
478
- label: "Payments",
478
+ label: "Payments Ledger",
479
479
  onClick: () => {
480
- window.location.href = "/payments/";
480
+ window.location.href = "/finance/paymentsLedger/";
481
481
  }
482
482
  }
483
483
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jett.admin.npmpackage",
3
- "version": "1.0.26",
3
+ "version": "1.0.28",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "exports": {