@financial-times/cp-content-pipeline-ui 8.0.1 → 9.0.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/CHANGELOG.md
CHANGED
|
@@ -574,6 +574,24 @@
|
|
|
574
574
|
* @financial-times/cp-content-pipeline-client bumped from ^3.7.2 to ^3.7.3
|
|
575
575
|
* @financial-times/cp-content-pipeline-schema bumped from ^2.10.1 to ^2.10.2
|
|
576
576
|
|
|
577
|
+
## [9.0.1](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-ui-v9.0.0...cp-content-pipeline-ui-v9.0.1) (2025-04-10)
|
|
578
|
+
|
|
579
|
+
|
|
580
|
+
### Bug Fixes
|
|
581
|
+
|
|
582
|
+
* update to latest o3-tooltip ([de5ef95](https://github.com/Financial-Times/cp-content-pipeline/commit/de5ef95b7182881a0130aaa0b79e2855aecc9765))
|
|
583
|
+
|
|
584
|
+
## [9.0.0](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-ui-v8.0.1...cp-content-pipeline-ui-v9.0.0) (2025-04-03)
|
|
585
|
+
|
|
586
|
+
|
|
587
|
+
### ⚠ BREAKING CHANGES
|
|
588
|
+
|
|
589
|
+
* remove n-ui-foundations, and replace with dotcom-ui-base-styles
|
|
590
|
+
|
|
591
|
+
### Features
|
|
592
|
+
|
|
593
|
+
* remove n-ui-foundations, and replace with dotcom-ui-base-styles ([b9f77ca](https://github.com/Financial-Times/cp-content-pipeline/commit/b9f77ca09d774c3ff2a9b3504002f4774b69e3f9))
|
|
594
|
+
|
|
577
595
|
## [8.0.1](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-ui-v8.0.0...cp-content-pipeline-ui-v8.0.1) (2025-04-02)
|
|
578
596
|
|
|
579
597
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@financial-times/cp-content-pipeline-ui",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "9.0.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -37,7 +37,6 @@
|
|
|
37
37
|
"@types/react-test-renderer": "^18.3.0",
|
|
38
38
|
"eslint-plugin-react": "^7.30.1",
|
|
39
39
|
"jest-environment-jsdom": "^29.6.1",
|
|
40
|
-
"n-ui-foundations": "^9.1.0",
|
|
41
40
|
"prop-types": "^15.8.1",
|
|
42
41
|
"react": "^18.2.0",
|
|
43
42
|
"react-dom": "^18.2.0",
|
|
@@ -52,13 +51,13 @@
|
|
|
52
51
|
"@financial-times/ft-date-format": "^2.1.0",
|
|
53
52
|
"@financial-times/o-expander": "^7.0.0",
|
|
54
53
|
"@financial-times/o-labels": "^7.0.0",
|
|
55
|
-
"@financial-times/o-loading": "^
|
|
54
|
+
"@financial-times/o-loading": "^6.0.0",
|
|
56
55
|
"@financial-times/o-teaser": "^7.0.1",
|
|
56
|
+
"@financial-times/o-visual-effects": "^5.0.1",
|
|
57
57
|
"@financial-times/o3-button": "^3.0.1",
|
|
58
58
|
"@financial-times/o3-editorial-typography": "^3.1.1",
|
|
59
59
|
"@financial-times/o3-foundation": "^3.2.2",
|
|
60
|
-
"@financial-times/o3-tooltip": "^
|
|
61
|
-
"@financial-times/o-visual-effects": "^4.2.1",
|
|
60
|
+
"@financial-times/o3-tooltip": "^3.0.1",
|
|
62
61
|
"@financial-times/x-interaction": "^15.0.0",
|
|
63
62
|
"@financial-times/x-teaser": "^14.6.5",
|
|
64
63
|
"classnames": "^2.5.1"
|
|
@@ -14,8 +14,6 @@ figure {
|
|
|
14
14
|
@import '@financial-times/o3-foundation/css/core.css';
|
|
15
15
|
@import "@financial-times/o-teaser/main";
|
|
16
16
|
@import "@financial-times/o3-editorial-typography/css/core.css";
|
|
17
|
-
// HACK: n-content-body _should not_ include n-ui-foundations
|
|
18
|
-
$n-ui-foundations-is-silent: true;
|
|
19
17
|
@import '@financial-times/cp-content-pipeline-styles/main';
|
|
20
18
|
|
|
21
19
|
.article__media {
|