@tellescope/chat 0.0.73 → 0.0.76

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tellescope/chat",
3
- "version": "0.0.73",
3
+ "version": "0.0.76",
4
4
  "description": "",
5
5
  "main": "./lib/cjs/index.js",
6
6
  "module": "./lib/esm/index.js",
@@ -33,13 +33,13 @@
33
33
  "@fontsource/roboto": "^4.5.1",
34
34
  "@mui/icons-material": "^5.0.1",
35
35
  "@mui/material": "^5.0.2",
36
- "@tellescope/constants": "^0.0.73",
37
- "@tellescope/react-components": "^0.0.73",
38
- "@tellescope/sdk": "^0.0.73",
39
- "@tellescope/types-client": "^0.0.73",
40
- "@tellescope/types-models": "^0.0.73",
41
- "@tellescope/types-utilities": "^0.0.73",
42
- "@tellescope/utilities": "^0.0.73",
36
+ "@tellescope/constants": "^0.0.76",
37
+ "@tellescope/react-components": "^0.0.76",
38
+ "@tellescope/sdk": "^0.0.76",
39
+ "@tellescope/types-client": "^0.0.76",
40
+ "@tellescope/types-models": "^0.0.76",
41
+ "@tellescope/types-utilities": "^0.0.76",
42
+ "@tellescope/utilities": "^0.0.76",
43
43
  "@typescript-eslint/eslint-plugin": "^4.33.0",
44
44
  "@typescript-eslint/parser": "^4.33.0",
45
45
  "eslint": "^7.32.0",
@@ -50,7 +50,7 @@
50
50
  "react": "^17.0.2",
51
51
  "react-dom": "^17.0.2"
52
52
  },
53
- "gitHead": "9958a5b0b6a74f79371f73a35ac26ce8f74f9101",
53
+ "gitHead": "f56bce4857b4a8500eb04932dcd4c3b836cd44d7",
54
54
  "publishConfig": {
55
55
  "access": "public"
56
56
  }
package/src/chat.tsx CHANGED
@@ -228,7 +228,6 @@ export const Messages = ({
228
228
 
229
229
  const defaultSidebarStyle: CSSProperties = {
230
230
  borderRadius: 5,
231
- backgroundColor: 'gray',
232
231
  overflowY: 'auto',
233
232
  }
234
233
  const defaultSidebarItemStyle: CSSProperties = {