@financial-times/dotcom-ui-header 11.0.4 → 11.0.5

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/package.json +5 -5
  2. package/src/header.scss +0 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financial-times/dotcom-ui-header",
3
- "version": "11.0.4",
3
+ "version": "11.0.5",
4
4
  "description": "",
5
5
  "browser": "browser.js",
6
6
  "main": "component.js",
@@ -22,7 +22,7 @@
22
22
  "author": "",
23
23
  "license": "MIT",
24
24
  "dependencies": {
25
- "@financial-times/dotcom-types-navigation": "^11.0.4",
25
+ "@financial-times/dotcom-types-navigation": "^11.0.5",
26
26
  "n-topic-search": "^8.0.4"
27
27
  },
28
28
  "devDependencies": {
@@ -33,11 +33,11 @@
33
33
  },
34
34
  "peerDependencies": {
35
35
  "@financial-times/logo-images": "^1.10.1",
36
- "@financial-times/o-header": "^14.0.2",
36
+ "@financial-times/o-header": "^14.0.4",
37
37
  "n-ui-foundations": "^9.0.0 || ^10.0.0",
38
+ "preact": "^10.23.2",
38
39
  "react": "17.x || 18.x",
39
- "react-dom": "17.x || 18.x",
40
- "preact": "^10.23.2"
40
+ "react-dom": "17.x || 18.x"
41
41
  },
42
42
  "engines": {
43
43
  "node": "18.x || 20.x",
package/src/header.scss CHANGED
@@ -14,11 +14,6 @@
14
14
  display: none;
15
15
  }
16
16
 
17
- // Please remove this rule once the following PR (https://github.com/Financial-Times/origami/pull/1808) is merged and o-header version is updated
18
- #site-navigation {
19
- position: relative;
20
- }
21
-
22
17
  // Overrides <a> color style set by n-ui-foundations
23
18
  .o-header__ask-ft-button {
24
19
  &, &:hover {