@financial-times/dotcom-ui-header 12.2.1 → 12.3.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financial-times/dotcom-ui-header",
3
- "version": "12.2.1",
3
+ "version": "12.3.1",
4
4
  "description": "",
5
5
  "browser": "browser.js",
6
6
  "main": "component.js",
@@ -21,7 +21,7 @@
21
21
  "author": "",
22
22
  "license": "MIT",
23
23
  "dependencies": {
24
- "@financial-times/dotcom-types-navigation": "^12.2.1"
24
+ "@financial-times/dotcom-types-navigation": "^12.3.1"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@financial-times/logo-images": "^1.10.1",
@@ -32,7 +32,6 @@
32
32
  "@financial-times/logo-images": "^1.10.1",
33
33
  "@financial-times/o-header": "^14.0.4",
34
34
  "n-topic-search": "^9.0.0",
35
- "n-ui-foundations": "^9.0.0 || ^10.0.0",
36
35
  "preact": "^10.23.2",
37
36
  "react": "17.x || 18.x",
38
37
  "react-dom": "17.x || 18.x"
package/src/header.scss CHANGED
@@ -16,7 +16,7 @@
16
16
  display: none;
17
17
  }
18
18
 
19
- // Overrides <a> color style set by n-ui-foundations
19
+ // Overrides <a> color style set by dotcom-ui-base-styles
20
20
  .o-header__ask-ft-button {
21
21
  &, &:hover {
22
22
  color: oColorsByName('black-80');
package/styles.scss CHANGED
@@ -1,8 +1,6 @@
1
1
  // This will be overridden by dotcom-ui-layout
2
2
  $system-code: 'page-kit-header' !default;
3
3
 
4
- @import 'n-ui-foundations/mixins';
5
-
6
4
  // We don't need the sub-brand or transparent header styles so disable them.
7
5
  // TODO: move drawer styles into a separate stylesheet which can be lazy loaded?
8
6
  @import '@financial-times/o-header/main';