@financial-times/dotcom-ui-footer 8.2.0 → 8.2.2

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.
@@ -47,7 +47,7 @@ const CopyrightNotice = ({ withoutMarketsData = false }) => {
47
47
  react_1.default.createElement("br", null),
48
48
  "The Financial Times and its journalism are subject to a self-regulation regime under the",
49
49
  ' ',
50
- react_1.default.createElement("a", { href: "http://aboutus.ft.com/en-gb/ft-editorial-code/", "aria-label": "F T Editorial Code of Practice" }, "FT Editorial Code of Practice"),
50
+ react_1.default.createElement("a", { href: "https://aboutus.ft.com/en-gb/ft-editorial-code/", "aria-label": "F T Editorial Code of Practice" }, "FT Editorial Code of Practice"),
51
51
  ".")));
52
52
  };
53
53
  exports.CopyrightNotice = CopyrightNotice;
@@ -172,7 +172,7 @@
172
172
  "affectsGlobalScope": false
173
173
  },
174
174
  "../src/components/partials.tsx": {
175
- "version": "f5d4087b8a4f6ae713c60770a422f5afe94888f2da789fa0b3b58855d8de0b6c",
175
+ "version": "5baadafcbe6736bfc26b09fb47b7579c0dcb3a6aa804a13a108e94e8bd7b9a05",
176
176
  "signature": "f7735bc0f6d6a694bc8f52f557bafd6b1055c6fced670e810b6b8ecc99399ddf",
177
177
  "affectsGlobalScope": false
178
178
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financial-times/dotcom-ui-footer",
3
- "version": "8.2.0",
3
+ "version": "8.2.2",
4
4
  "description": "",
5
5
  "main": "component.js",
6
6
  "styles": "styles.scss",
@@ -21,7 +21,7 @@
21
21
  "author": "",
22
22
  "license": "MIT",
23
23
  "dependencies": {
24
- "@financial-times/dotcom-types-navigation": "^8.2.0"
24
+ "@financial-times/dotcom-types-navigation": "^8.2.2"
25
25
  },
26
26
  "peerDependencies": {
27
27
  "react": "16.x || 17.x",
@@ -65,7 +65,8 @@ const FooterContents = ({ footerData }: TFooterContentsProps) => (
65
65
  return (
66
66
  <div
67
67
  key={`group-${index}`}
68
- className={`o-footer__matrix-group o-footer__matrix-group--${submenu.length}`}>
68
+ className={`o-footer__matrix-group o-footer__matrix-group--${submenu.length}`}
69
+ >
69
70
  <SectionTitle label={item.label} index={index} />
70
71
  <SectionLinks submenu={submenu} index={index} />
71
72
  </div>
@@ -76,7 +77,8 @@ const FooterContents = ({ footerData }: TFooterContentsProps) => (
76
77
  <a
77
78
  className="o-footer__matrix-link o-footer__matrix-link--more"
78
79
  id={`o-footer-${footerData.length}`}
79
- href="https://ft.com/more-from-ft-group">
80
+ href="https://ft.com/more-from-ft-group"
81
+ >
80
82
  <span className="o-footer__matrix-link__copy">More from the FT Group</span>
81
83
  </a>
82
84
  </h3>
@@ -97,7 +99,7 @@ const CopyrightNotice = ({ withoutMarketsData = false }) => {
97
99
  and ‘Financial Times’ are trademarks of The Financial Times Ltd.
98
100
  <br />
99
101
  The Financial Times and its journalism are subject to a self-regulation regime under the{' '}
100
- <a href="http://aboutus.ft.com/en-gb/ft-editorial-code/" aria-label="F T Editorial Code of Practice">
102
+ <a href="https://aboutus.ft.com/en-gb/ft-editorial-code/" aria-label="F T Editorial Code of Practice">
101
103
  FT Editorial Code of Practice
102
104
  </a>
103
105
  .