@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 +2 -3
- package/src/header.scss +1 -1
- package/styles.scss +0 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@financial-times/dotcom-ui-header",
|
|
3
|
-
"version": "12.
|
|
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.
|
|
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
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';
|