@financial-times/qanda-ui 0.0.1-beta.15 → 0.0.1-beta.16

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.
Files changed (2) hide show
  1. package/dist/qanda.scss +1 -0
  2. package/package.json +4 -4
package/dist/qanda.scss CHANGED
@@ -369,6 +369,7 @@ $app-header-color: #007acc;
369
369
  left: 0;
370
370
  /* Just going on top of the main navigation */
371
371
  z-index: 100;
372
+ visibility: visible;
372
373
  }
373
374
 
374
375
  .overlay__outer {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@financial-times/qanda-ui",
3
- "version": "0.0.1-beta.15",
3
+ "version": "0.0.1-beta.16",
4
4
  "description": "Components for the Live Q&A UI",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -40,9 +40,7 @@
40
40
  },
41
41
  "homepage": "https://github.com/Financial-Times/qanda-ui#readme",
42
42
  "dependencies": {
43
- "@financial-times/cp-content-pipeline-client": "^4.8.3",
44
- "@financial-times/cp-content-pipeline-ui": "^7.11.1",
45
- "@preact/compat": "^18.3.1",
43
+ "@preact/compat": "^17.1.2",
46
44
  "@reduxjs/toolkit": "^1.9.5",
47
45
  "classnames": "^2.5.1",
48
46
  "preact": "^10.25.1",
@@ -105,6 +103,8 @@
105
103
  },
106
104
  "peerDependencies": {
107
105
  "@dotcom-reliability-kit/client-metrics-web": "^0.1.2",
106
+ "@financial-times/cp-content-pipeline-client": "^4.8.3",
107
+ "@financial-times/cp-content-pipeline-ui": "^9.2.1",
108
108
  "@financial-times/n-tracking": "^7.6.0",
109
109
  "@financial-times/o-colors": "^6.7",
110
110
  "@financial-times/o-comments": "^13.0.0",