@financial-times/cp-content-pipeline-ui 7.8.1 → 7.8.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.
package/CHANGELOG.md
CHANGED
|
@@ -574,6 +574,13 @@
|
|
|
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
|
+
## [7.8.2](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-ui-v7.8.1...cp-content-pipeline-ui-v7.8.2) (2024-12-09)
|
|
578
|
+
|
|
579
|
+
|
|
580
|
+
### Bug Fixes
|
|
581
|
+
|
|
582
|
+
* replace clips media info icon with a standard origami version ([044ffa5](https://github.com/Financial-Times/cp-content-pipeline/commit/044ffa5629c1de11e839d19ab5977b06531ad629))
|
|
583
|
+
|
|
577
584
|
## [7.8.1](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-ui-v7.8.0...cp-content-pipeline-ui-v7.8.1) (2024-12-02)
|
|
578
585
|
|
|
579
586
|
|
package/package.json
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
min-width: 100%;
|
|
22
22
|
|
|
23
23
|
.o-expander__toggle[aria-expanded='false'] {
|
|
24
|
-
background-image: url('
|
|
24
|
+
background-image: url('https://www.ft.com/__origami/service/image/v2/images/raw/fticon-v1%3Amedia-description?source=cp-content-pipeline');
|
|
25
25
|
background-repeat: no-repeat;
|
|
26
26
|
background-color: oColorsByName('black-5');
|
|
27
27
|
background-position: center;
|