@financial-times/cp-content-pipeline-ui 9.2.0 → 9.2.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,14 @@
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.2.1](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-ui-v9.2.0...cp-content-pipeline-ui-v9.2.1) (2025-05-01)
578
+
579
+
580
+ ### Bug Fixes
581
+
582
+ * bump o3-button ([d1c9bea](https://github.com/Financial-Times/cp-content-pipeline/commit/d1c9bea33b393a9f6286146a0e5f20ef5562dd36))
583
+ * update variable name for z-index styling ([c93a7b3](https://github.com/Financial-Times/cp-content-pipeline/commit/c93a7b3d2fc3b8d4f5acf56c82c6cbd949886665))
584
+
577
585
  ## [9.2.0](https://github.com/Financial-Times/cp-content-pipeline/compare/cp-content-pipeline-ui-v9.1.0...cp-content-pipeline-ui-v9.2.0) (2025-04-29)
578
586
 
579
587
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financial-times/cp-content-pipeline-ui",
3
- "version": "9.2.0",
3
+ "version": "9.2.1",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -54,7 +54,7 @@
54
54
  "@financial-times/o-loading": "^6.0.0",
55
55
  "@financial-times/o-teaser": "^7.0.1",
56
56
  "@financial-times/o-visual-effects": "^5.0.1",
57
- "@financial-times/o3-button": "^3.0.1",
57
+ "@financial-times/o3-button": "^3.10.0",
58
58
  "@financial-times/o3-editorial-typography": "^3.1.1",
59
59
  "@financial-times/o3-foundation": "^3.2.2",
60
60
  "@financial-times/o3-tooltip": "^3.0.1",
@@ -20,7 +20,7 @@ $notification-top: calc(100vh - $button-height - var(--o3-spacing-s));
20
20
  height: 0;
21
21
  position: sticky;
22
22
  top: $notification-top;
23
- z-index: var(--o3-z-nav-popover);
23
+ z-index: var(--o3-z-navigation-popover);
24
24
  @media print {
25
25
  display: none;
26
26
  }