@buerokratt-ria/menu 0.1.10 → 0.1.11

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/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  All changes to this project will be documented in this file.
4
4
 
5
+ ## [0.1.11] - 30-05-2024
6
+
7
+ - Hide some Training Module menu items from production
8
+
5
9
  ## [0.1.10] - 30-05-2024
6
10
 
7
11
  - Hide some menu items from production
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@buerokratt-ria/menu",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "description": "Generic MainNavigation component that would be injected as dependency.",
5
5
  "main": "index.js",
6
6
  "scripts": {},
@@ -60,6 +60,7 @@
60
60
  "path": "/training/intents"
61
61
  },
62
62
  {
63
+ "hiddenMode": "production",
63
64
  "label": {
64
65
  "et": "Avalikud teemad",
65
66
  "en": "Public themes"
@@ -88,6 +89,7 @@
88
89
  "path": "/training/stories"
89
90
  },
90
91
  {
92
+ "hiddenMode": "production",
91
93
  "label": {
92
94
  "et": "Konfiguratsioon",
93
95
  "en": "Configuration"
@@ -109,6 +111,7 @@
109
111
  "path": "/training/slots"
110
112
  },
111
113
  {
114
+ "hiddenMode": "production",
112
115
  "label": {
113
116
  "et": "Automatic Teenused",
114
117
  "en": "Automatic Services"
@@ -132,6 +135,7 @@
132
135
  "path": "/history/history"
133
136
  },
134
137
  {
138
+ "hiddenMode": "production",
135
139
  "label": {
136
140
  "et": "Pöördumised",
137
141
  "en": "Appeals"
@@ -162,6 +166,7 @@
162
166
  "path": "/analytics/models"
163
167
  },
164
168
  {
169
+ "hiddenMode": "production",
165
170
  "label": {
166
171
  "et": "Testlood",
167
172
  "en": "testTracks"
Binary file