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

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 +12 -12
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.17",
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,17 +40,8 @@
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",
46
43
  "@reduxjs/toolkit": "^1.9.5",
47
- "classnames": "^2.5.1",
48
- "preact": "^10.25.1",
49
- "preact-render-to-string": "^6.5.12",
50
- "react": "npm:@preact/compat@^17.1.2",
51
- "react-dom": "npm:@preact/compat@^17.1.2",
52
- "react-redux": "^7.2.2",
53
- "redux": "^4.0.5"
44
+ "classnames": "^2.5.1"
54
45
  },
55
46
  "devDependencies": {
56
47
  "@babel/core": "^7.26.0",
@@ -105,6 +96,8 @@
105
96
  },
106
97
  "peerDependencies": {
107
98
  "@dotcom-reliability-kit/client-metrics-web": "^0.1.2",
99
+ "@financial-times/cp-content-pipeline-client": "^4.8.3",
100
+ "@financial-times/cp-content-pipeline-ui": "^9.2.1",
108
101
  "@financial-times/n-tracking": "^7.6.0",
109
102
  "@financial-times/o-colors": "^6.7",
110
103
  "@financial-times/o-comments": "^13.0.0",
@@ -114,7 +107,14 @@
114
107
  "@financial-times/o-loading": "^6.0.0",
115
108
  "@financial-times/o-message": "^6.0.0",
116
109
  "@financial-times/o3-button": "^3.7.0",
117
- "@financial-times/o3-foundation": "^3.2"
110
+ "@financial-times/o3-foundation": "^3.2",
111
+ "@preact/compat": "^17.1.2",
112
+ "preact": "^10.25.1",
113
+ "preact-render-to-string": "^6.5.12",
114
+ "react": "17.x || 18.x",
115
+ "react-dom": "17.x || 18.x",
116
+ "react-redux": "^7.2.2",
117
+ "redux": "^4.0.5"
118
118
  },
119
119
  "lint-staged": {
120
120
  "**/*": "prettier --write --ignore-unknown"