@financial-times/cp-content-pipeline-ui 3.0.11 → 3.0.12

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
@@ -382,6 +382,18 @@
382
382
  * devDependencies
383
383
  * n-content-body bumped from ^14.5.0 to ^14.6.0
384
384
 
385
+ ## [3.0.12](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-ui-v3.0.11...cp-content-pipeline-ui-v3.0.12) (2023-10-19)
386
+
387
+
388
+ ### Bug Fixes
389
+
390
+ * remove n-content-body in favour of packages/styles ([bdf4417](https://github.com/Financial-Times/cp-content-pipeline/commit/bdf44178aab925f66b3bd81e340e4502b5c3a6ff))
391
+
392
+
393
+ ### Documentation
394
+
395
+ * update ui README ([8dfad59](https://github.com/Financial-Times/cp-content-pipeline/commit/8dfad5966c5c9ad971642f18116e54b79153d425))
396
+
385
397
  ## [3.0.11](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-ui-v3.0.10...cp-content-pipeline-ui-v3.0.11) (2023-10-19)
386
398
 
387
399
 
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Provides a set of React components that can be used to render content received from the GraphQL API, including [Content Tree](https://github.com/Financial-Times/content-tree) components.
4
4
 
5
- The components can be used independently or alongside the [GraphQL Client](../client/README.md) which supplies content data from CAPI and other sources.
5
+ The components can be used independently or alongside the [GraphQL Client](../client/README.md), which supplies content data from CAPI and other sources.
6
6
 
7
7
  ## Table of Contents
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financial-times/cp-content-pipeline-ui",
3
- "version": "3.0.11",
3
+ "version": "3.0.12",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -19,6 +19,7 @@
19
19
  "@financial-times/content-tree": "github:financial-times/content-tree#14370e3",
20
20
  "@financial-times/cp-content-pipeline-client": "^2.0.5",
21
21
  "@financial-times/cp-content-pipeline-schema": "^1.4.3",
22
+ "@financial-times/cp-content-pipeline-styles": "^1.0.1",
22
23
  "@financial-times/n-scrollytelling-image": "^1.1.0",
23
24
  "@financial-times/o-colors": "^6.6.2",
24
25
  "@financial-times/o-expander": "^6.2.6",
@@ -42,7 +43,6 @@
42
43
  "@types/react": "^18.0.15",
43
44
  "eslint-plugin-react": "^7.30.1",
44
45
  "jest-environment-jsdom": "^29.6.1",
45
- "n-content-body": "^14.4.0",
46
46
  "prop-types": "^15.8.1",
47
47
  "react": "^18.2.0",
48
48
  "react-dom": "^18.2.0",
@@ -314,7 +314,7 @@ $system-code: "n-clip-demo";
314
314
  @import "@financial-times/o-icons/main";
315
315
  // HACK: n-content-body _should not_ include n-ui-foundations
316
316
  $n-ui-foundations-is-silent: true;
317
- @import 'n-content-body/main';
317
+ @import '@financial-times/cp-content-pipeline-styles/main';
318
318
  @import "../components/Clip/client/main.scss";
319
319
 
320
320
  $desktop-breakpoint: 980px;