@viewberapp/chat 0.0.72 → 0.0.73
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.
|
@@ -31,7 +31,6 @@ const AdminMessage = ({ message }) => {
|
|
|
31
31
|
borderRadius: '0.675rem',
|
|
32
32
|
width: '100%',
|
|
33
33
|
border: '1px solid #ccc',
|
|
34
|
-
overflow: 'hidden',
|
|
35
34
|
maxWidth: '80%',
|
|
36
35
|
margin: '0.125rem 0.5rem'
|
|
37
36
|
};
|
|
@@ -39,7 +38,9 @@ const AdminMessage = ({ message }) => {
|
|
|
39
38
|
backgroundColor: '#0077b6',
|
|
40
39
|
color: '#fff',
|
|
41
40
|
padding: '0.25rem 1rem',
|
|
42
|
-
fontSize: '0.75rem'
|
|
41
|
+
fontSize: '0.75rem',
|
|
42
|
+
borderTopLeftRadius: '0.675rem',
|
|
43
|
+
borderTopRightRadius: '0.675rem'
|
|
43
44
|
};
|
|
44
45
|
const messageContentStyles = {
|
|
45
46
|
padding: '0.25rem 1rem',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AdminMessage.js","sourceRoot":"","sources":["../../../src/react/components/AdminMessage.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA+B;AAOxB,MAAM,YAAY,GAAG,CAAC,EAAC,OAAO,EAAoB,EAAE,EAAE;IACzD,MAAM,MAAM,GAAwB;QAChC,OAAO,EAAE,cAAc;QACvB,YAAY,EAAE,UAAU;QACxB,KAAK,EAAE,MAAM;QACb,MAAM,EAAE,gBAAgB;QACxB,QAAQ,EAAE,
|
|
1
|
+
{"version":3,"file":"AdminMessage.js","sourceRoot":"","sources":["../../../src/react/components/AdminMessage.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA+B;AAOxB,MAAM,YAAY,GAAG,CAAC,EAAC,OAAO,EAAoB,EAAE,EAAE;IACzD,MAAM,MAAM,GAAwB;QAChC,OAAO,EAAE,cAAc;QACvB,YAAY,EAAE,UAAU;QACxB,KAAK,EAAE,MAAM;QACb,MAAM,EAAE,gBAAgB;QACxB,QAAQ,EAAE,KAAK;QACf,MAAM,EAAE,iBAAiB;KAC5B,CAAC;IAEF,MAAM,iBAAiB,GAAwB;QAC3C,eAAe,EAAE,SAAS;QAC1B,KAAK,EAAE,MAAM;QACb,OAAO,EAAE,cAAc;QACvB,QAAQ,EAAE,SAAS;QACnB,mBAAmB,EAAE,UAAU;QAC/B,oBAAoB,EAAE,UAAU;KACnC,CAAA;IAED,MAAM,oBAAoB,GAAwB;QAC9C,OAAO,EAAE,cAAc;KAC1B,CAAA;IAED,OAAO,CACH,6BAAK,KAAK,EAAE,MAAM;QACd,6BAAK,KAAK,EAAE,iBAAiB,IACxB,OAAO,CAAC,MAAM,CAAC,UAAU,GAAG,UAAU,CACrC;QACN,6BAAK,KAAK,EAAE,oBAAoB,IAC3B,OAAO,CAAC,OAAO,CACd,CACJ,CACT,CAAA;AACL,CAAC,CAAA;AAjCY,QAAA,YAAY,gBAiCxB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@viewberapp/chat",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.73",
|
|
4
4
|
"description": "Viewber chat",
|
|
5
5
|
"author": "Jacob <jacob.chen@viewber.co.uk>",
|
|
6
6
|
"homepage": "https://bitbucket.org/ezadr/viewberjs#readme",
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"react": "^16.14.0",
|
|
42
42
|
"rollbar": "^2.25.0"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "fc65eaae4dec0a05731167e492a8355a1c8a82e0"
|
|
45
45
|
}
|