@financial-times/cp-content-pipeline-ui 6.11.1 → 6.11.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
+ ## [6.11.2](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-ui-v6.11.1...cp-content-pipeline-ui-v6.11.2) (2024-06-27)
578
+
579
+
580
+ ### Bug Fixes
581
+
582
+ * correct interpolation ([3e80b99](https://github.com/Financial-Times/cp-content-pipeline/commit/3e80b99dea1c4acaa20682d28c0415d8e8d568e1))
583
+
577
584
  ## [6.11.1](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-ui-v6.11.0...cp-content-pipeline-ui-v6.11.1) (2024-06-26)
578
585
 
579
586
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financial-times/cp-content-pipeline-ui",
3
- "version": "6.11.1",
3
+ "version": "6.11.2",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -68,7 +68,7 @@ $alwaysVisibleComponentSelectors: ();
68
68
  order: 2;
69
69
  }
70
70
  //If expander button is the second element means that there is only one element and therefore we don't have nothing to expand
71
- > :nth-child(#{$numberIntroductoryElements} + 1).cp-expander__expand {
71
+ > :nth-child(#{$numberIntroductoryElements + 1}).cp-expander__expand {
72
72
  display: none;
73
73
  }
74
74