@tellescope/chat 1.4.1 → 1.4.4

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": "1.4.1",
3
+ "version": "1.4.4",
4
4
  "description": "",
5
5
  "main": "./lib/cjs/index.js",
6
6
  "module": "./lib/esm/index.js",
@@ -34,13 +34,13 @@
34
34
  "@fontsource/roboto": "^4.5.1",
35
35
  "@mui/icons-material": "^5.0.1",
36
36
  "@mui/material": "^5.0.2",
37
- "@tellescope/constants": "^1.4.1",
38
- "@tellescope/react-components": "^1.4.1",
39
- "@tellescope/sdk": "^1.4.1",
40
- "@tellescope/types-client": "^1.4.1",
41
- "@tellescope/types-models": "^1.4.1",
37
+ "@tellescope/constants": "^1.4.4",
38
+ "@tellescope/react-components": "^1.4.4",
39
+ "@tellescope/sdk": "^1.4.4",
40
+ "@tellescope/types-client": "^1.4.4",
41
+ "@tellescope/types-models": "^1.4.4",
42
42
  "@tellescope/types-utilities": "^1.3.20",
43
- "@tellescope/utilities": "^1.4.1",
43
+ "@tellescope/utilities": "^1.4.4",
44
44
  "@typescript-eslint/eslint-plugin": "^4.33.0",
45
45
  "@typescript-eslint/parser": "^4.33.0",
46
46
  "eslint": "^7.32.0",
@@ -51,7 +51,7 @@
51
51
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
52
52
  "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
53
53
  },
54
- "gitHead": "d4108110bcc37b0353aac6891d4fa5c98f79e24f",
54
+ "gitHead": "e3090bb6d98cb651220aabcd6f7c30eb38de9510",
55
55
  "publishConfig": {
56
56
  "access": "public"
57
57
  }
@@ -81,16 +81,14 @@ const SendImageOrVideo = ({
81
81
  <Flex flex={1} alignItems="center" justifyContent="center">
82
82
  <Paper flex style={{ padding: 25, margin: 10, }} >
83
83
  <Button disabled={menuDisabled} variant="contained" onPress={() => handleImageSelect('library')}
84
- style={{ marginBottom: 20 }}
84
+ style={{ marginBottom: 20, fontSize: 18, padding: 10 }}
85
85
  >
86
- <Typography style={{ fontSize: 18, color: 'white', padding: 10 }}>
87
- Upload Photo or Video
88
- </Typography>
86
+ Upload Photo or Video
89
87
  </Button>
90
- <Button disabled={menuDisabled} variant="contained" onPress={() => handleImageSelect('camera')}>
91
- <Typography style={{ fontSize: 18, color: 'white', padding: 10 }}>
92
- Take Photo
93
- </Typography>
88
+ <Button disabled={menuDisabled} variant="contained" onPress={() => handleImageSelect('camera')}
89
+ style={{ fontSize: 18, padding: 10 }}
90
+ >
91
+ Take Photo
94
92
  </Button>
95
93
  <Button variant='outlined' onPress={() => setMenuOpen(false)} style={{ marginTop: 25 }}>
96
94
  Cancel