@financial-times/n-myft-ui 28.0.6 → 28.0.7

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.
@@ -97,7 +97,7 @@
97
97
  "@financial-times/o-normalise": "^3.0.0",
98
98
  "@financial-times/o-overlay": "^4.0.0",
99
99
  "@financial-times/o-spacing": "^3.0.0",
100
- "@financial-times/o-tooltip": "^5.0.0",
100
+ "@financial-times/o-tooltip": "^5.2.4",
101
101
  "@financial-times/o-topper": "^5.2.3",
102
102
  "n-ui-foundations": "^9.0.0"
103
103
  }
@@ -3031,9 +3031,9 @@
3031
3031
  }
3032
3032
  },
3033
3033
  "node_modules/@financial-times/o-tooltip": {
3034
- "version": "5.2.2",
3035
- "resolved": "https://registry.npmjs.org/@financial-times/o-tooltip/-/o-tooltip-5.2.2.tgz",
3036
- "integrity": "sha512-JUklwHvNmEFXfqjc6Ft7jV5Rc3cTfqBbcnexMCOvWTr8BE3Xidbg6/VumLKhmS+MTmG4NFl5EgP4Kt2hLrAa1Q==",
3034
+ "version": "5.2.4",
3035
+ "resolved": "https://registry.npmjs.org/@financial-times/o-tooltip/-/o-tooltip-5.2.4.tgz",
3036
+ "integrity": "sha512-GXC320/zwTNvacG4PCHSwGBPb+3eWMw7pePUAw41iJ70Wjwy+H9aGbbQikWOiBCiSb6BohwImWOJ6RR0g1dReg==",
3037
3037
  "peer": true,
3038
3038
  "dependencies": {
3039
3039
  "ftdomdelegate": "^4.0.6"
@@ -3042,6 +3042,7 @@
3042
3042
  "npm": "^7 || ^8"
3043
3043
  },
3044
3044
  "peerDependencies": {
3045
+ "@financial-times/o-brand": "^4.2.1",
3045
3046
  "@financial-times/o-grid": "^6.0.0",
3046
3047
  "@financial-times/o-icons": "^7.0.1",
3047
3048
  "@financial-times/o-normalise": "^3.0.0",
@@ -25571,9 +25572,9 @@
25571
25572
  "requires": {}
25572
25573
  },
25573
25574
  "@financial-times/o-tooltip": {
25574
- "version": "5.2.2",
25575
- "resolved": "https://registry.npmjs.org/@financial-times/o-tooltip/-/o-tooltip-5.2.2.tgz",
25576
- "integrity": "sha512-JUklwHvNmEFXfqjc6Ft7jV5Rc3cTfqBbcnexMCOvWTr8BE3Xidbg6/VumLKhmS+MTmG4NFl5EgP4Kt2hLrAa1Q==",
25575
+ "version": "5.2.4",
25576
+ "resolved": "https://registry.npmjs.org/@financial-times/o-tooltip/-/o-tooltip-5.2.4.tgz",
25577
+ "integrity": "sha512-GXC320/zwTNvacG4PCHSwGBPb+3eWMw7pePUAw41iJ70Wjwy+H9aGbbQikWOiBCiSb6BohwImWOJ6RR0g1dReg==",
25577
25578
  "peer": true,
25578
25579
  "requires": {
25579
25580
  "ftdomdelegate": "^4.0.6"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financial-times/n-myft-ui",
3
- "version": "28.0.6",
3
+ "version": "28.0.7",
4
4
  "description": "Client side component for interaction with myft",
5
5
  "main": "server.js",
6
6
  "scripts": {
@@ -93,7 +93,7 @@
93
93
  "@financial-times/o-normalise": "^3.0.0",
94
94
  "@financial-times/o-overlay": "^4.0.0",
95
95
  "@financial-times/o-spacing": "^3.0.0",
96
- "@financial-times/o-tooltip": "^5.0.0",
96
+ "@financial-times/o-tooltip": "^5.2.4",
97
97
  "@financial-times/o-topper": "^5.2.3",
98
98
  "n-ui-foundations": "^9.0.0"
99
99
  },