@kaltura-apps/genie-chat-react 1.1.0 → 1.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.
Files changed (2) hide show
  1. package/index.esm.js +2 -1
  2. package/package.json +2 -2
package/index.esm.js CHANGED
@@ -1704,7 +1704,8 @@ const GenieChat = ({
1704
1704
  style: Object.assign({
1705
1705
  width: '100%',
1706
1706
  height: 'auto',
1707
- display: 'flex'
1707
+ display: 'flex',
1708
+ flexDirection: 'column'
1708
1709
  }, style)
1709
1710
  });
1710
1711
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kaltura-apps/genie-chat-react",
3
- "version": "1.1.0",
3
+ "version": "1.2.1",
4
4
  "author": "kaltura",
5
5
  "license": "AGPL-3.0",
6
6
  "repository": {
@@ -9,7 +9,7 @@
9
9
  },
10
10
  "types": "./src/index.d.ts",
11
11
  "dependencies": {
12
- "@unisphere/genie-types": "^1.9.0",
12
+ "@unisphere/genie-types": "^1.11.0",
13
13
  "@unisphere/runtime": "^1.90.1",
14
14
  "@unisphere/runtime-react": "^1.83.4",
15
15
  "react": "^19.0.0"