astrogators-shared-ui 0.16.0 → 0.16.1

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.
Files changed (2) hide show
  1. package/dist/index.js +36 -8
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -533,14 +533,19 @@ var ve = [
533
533
  sections: [
534
534
  {
535
535
  id: "grid",
536
- label: "Grid",
536
+ label: "Inventory",
537
537
  href: "/mod-ledger/"
538
538
  },
539
539
  {
540
- id: "evaluations",
541
- label: "Evaluations",
540
+ id: "my-evaluations",
541
+ label: "My Evaluations",
542
542
  href: "/mod-ledger/evaluations"
543
543
  },
544
+ {
545
+ id: "official",
546
+ label: "Official",
547
+ href: "/mod-ledger/evaluations#official"
548
+ },
544
549
  {
545
550
  id: "moderation",
546
551
  label: "Moderation",
@@ -554,11 +559,34 @@ var ve = [
554
559
  label: "Navicharts",
555
560
  href: "/navicharts/",
556
561
  status: "available",
557
- sections: [{
558
- id: "library",
559
- label: "My Star Charts",
560
- href: "/navicharts/"
561
- }]
562
+ sections: [
563
+ {
564
+ id: "mine",
565
+ label: "Mine",
566
+ href: "/navicharts/"
567
+ },
568
+ {
569
+ id: "official",
570
+ label: "Official",
571
+ href: "/navicharts/#official"
572
+ },
573
+ {
574
+ id: "guild",
575
+ label: "Guild",
576
+ href: "/navicharts/#guild"
577
+ },
578
+ {
579
+ id: "bookmarked",
580
+ label: "Bookmarked",
581
+ href: "/navicharts/#bookmarked"
582
+ },
583
+ {
584
+ id: "moderation",
585
+ label: "All Shared",
586
+ href: "/navicharts/#moderation",
587
+ roles: ["admin", "mod"]
588
+ }
589
+ ]
562
590
  },
563
591
  {
564
592
  id: "nightwatcher",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "astrogators-shared-ui",
3
- "version": "0.16.0",
3
+ "version": "0.16.1",
4
4
  "description": "Shared UI components and utilities for Astrogator's Table applications",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",