@financial-times/dotcom-server-navigation 9.3.4 → 9.4.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.
@@ -8,6 +8,8 @@ const sharedMenuKeys = [
8
8
  'navbar-simple',
9
9
  'navbar-right',
10
10
  'navbar-right-anon',
11
+ 'navbar-top-right',
12
+ 'navbar-top-right-anon',
11
13
  'user'
12
14
  ];
13
15
  function selectMenuDataForEdition(menuData, currentEdition) {
@@ -142,8 +142,8 @@
142
142
  "affectsGlobalScope": true
143
143
  },
144
144
  "../../dotcom-types-navigation/index.d.ts": {
145
- "version": "bffb85db88033fc6b1f63493b6d02a53d212402475bd73da2bd12bc72d855461",
146
- "signature": "bffb85db88033fc6b1f63493b6d02a53d212402475bd73da2bd12bc72d855461",
145
+ "version": "656d366d5e48d86bff7a803885cfd9d31d37f6c777af0ffe3e1ee8d258bc4520",
146
+ "signature": "656d366d5e48d86bff7a803885cfd9d31d37f6c777af0ffe3e1ee8d258bc4520",
147
147
  "affectsGlobalScope": false
148
148
  },
149
149
  "../src/actions.ts": {
@@ -402,7 +402,7 @@
402
402
  "affectsGlobalScope": false
403
403
  },
404
404
  "../src/selectMenuDataForEdition.ts": {
405
- "version": "f250d0d73bc69084b7e5352220fd24d9dbb7be47ff5ea240d335fb78abdda35a",
405
+ "version": "34ec2972b2db83dccf7378217a519b2870c6c31003ee81f36ec6944adab00abd",
406
406
  "signature": "2fc1d65ca172b54d9edea9a1e535cdf48448e60d5fe7132654458b49e3559e2e",
407
407
  "affectsGlobalScope": false
408
408
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financial-times/dotcom-server-navigation",
3
- "version": "9.3.4",
3
+ "version": "9.4.1",
4
4
  "description": "",
5
5
  "main": "dist/node/index.js",
6
6
  "types": "dist/node/index.d.ts",
@@ -18,7 +18,7 @@
18
18
  "author": "",
19
19
  "license": "MIT",
20
20
  "dependencies": {
21
- "@financial-times/dotcom-types-navigation": "^9.3.4",
21
+ "@financial-times/dotcom-types-navigation": "^9.4.1",
22
22
  "@types/deep-freeze": "^0.1.1",
23
23
  "deep-freeze": "0.0.1",
24
24
  "ft-poller": "^9.0.0",
@@ -10,6 +10,8 @@ const fixture = {
10
10
  'navbar-simple': {},
11
11
  'navbar-right': {},
12
12
  'navbar-right-anon': {},
13
+ 'navbar-top-right': {},
14
+ 'navbar-top-right-anon': {},
13
15
  'navbar-international': {},
14
16
  'navbar-uk': {},
15
17
  user: {}
@@ -7,6 +7,8 @@ const sharedMenuKeys: TNavMenuKeys[] = [
7
7
  'navbar-simple',
8
8
  'navbar-right',
9
9
  'navbar-right-anon',
10
+ 'navbar-top-right',
11
+ 'navbar-top-right-anon',
10
12
  'user'
11
13
  ]
12
14