Skip to content

Commit

Permalink
Deploy commit
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterKottas committed Apr 22, 2021
1 parent 6e93f24 commit b2ace89
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 20 deletions.
File renamed without changes.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><!--[if lt IE 7]> <html class="ie6" lang="en"> <![endif]--><!--[if IE 7]> <html class="ie7" lang="en"> <![endif]--><!--[if IE 8]> <html class="ie8" lang="en"> <![endif]--><!--[if IE 9]> <html class="ie9" lang="en"> <![endif]--><!--[if (gt IE 9)|!(IE)]><!--><html lang="en"><!--<![endif]--><head><meta name="viewport" content="width=device-width,initial-scale=1"/><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><title>GuestBell chat</title><link rel="apple-touch-icon" sizes="180x180" href="dist/icons/apple-touch-icon.png"/><link rel="icon" type="image/png" sizes="32x32" href="dist/icons/favicon-32x32.png"/><link rel="icon" type="image/png" sizes="16x16" href="dist/icons/favicon-16x16.png"/><link rel="manifest" href="dist/icons/manifest.json?ver=1"/><link rel="mask-icon" href="dist/icons/safari-pinned-tab.svg" color="#10bdc7"/><link rel="shortcut icon" href="dist/icons/favicon.ico"/><meta name="msapplication-config" content="dist/icons/browserconfig.xml"/><meta name="theme-color" content="#323232"/><link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet"/><script defer="defer" src="/react-bell-chat/dist/main.05dcaa69e81e15c18081.js"></script><link href="/react-bell-chat/dist/main.05dcaa69e81e15c18081.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="chat-ui"></div></body></html>
<!doctype html><!--[if lt IE 7]> <html class="ie6" lang="en"> <![endif]--><!--[if IE 7]> <html class="ie7" lang="en"> <![endif]--><!--[if IE 8]> <html class="ie8" lang="en"> <![endif]--><!--[if IE 9]> <html class="ie9" lang="en"> <![endif]--><!--[if (gt IE 9)|!(IE)]><!--><html lang="en"><!--<![endif]--><head><meta name="viewport" content="width=device-width,initial-scale=1"/><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><title>GuestBell chat</title><link rel="apple-touch-icon" sizes="180x180" href="dist/icons/apple-touch-icon.png"/><link rel="icon" type="image/png" sizes="32x32" href="dist/icons/favicon-32x32.png"/><link rel="icon" type="image/png" sizes="16x16" href="dist/icons/favicon-16x16.png"/><link rel="manifest" href="dist/icons/manifest.json?ver=1"/><link rel="mask-icon" href="dist/icons/safari-pinned-tab.svg" color="#10bdc7"/><link rel="shortcut icon" href="dist/icons/favicon.ico"/><meta name="msapplication-config" content="dist/icons/browserconfig.xml"/><meta name="theme-color" content="#323232"/><link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet"/><script defer="defer" src="/react-bell-chat/dist/main.9ebb5b258af19df4b9db.js"></script><link href="/react-bell-chat/dist/main.9ebb5b258af19df4b9db.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="chat-ui"></div></body></html>
2 changes: 1 addition & 1 deletion lib/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/index.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/index.min.js.map

Large diffs are not rendered by default.

12 changes: 0 additions & 12 deletions src/demo/wwwroot/585f57b-index-wps-hmr.js

This file was deleted.

1 change: 0 additions & 1 deletion src/demo/wwwroot/index-585f57b-wps-hmr.json

This file was deleted.

2 changes: 1 addition & 1 deletion src/demo/wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
href="https://fonts.googleapis.com/css?family=Montserrat"
rel="stylesheet"
/>
<script defer src="/dist/index.b5d363816ccac9bfc08c.js"></script></head>
<script defer src="/dist/index.74263093ba0ab7bb8003.js"></script></head>

<body>
<noscript> You need to enable JavaScript to run this app. </noscript>
Expand Down
3 changes: 3 additions & 0 deletions src/lib/ChatBubble/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ const styles: ChatBubbleStyles = {
fontWeight: 300,
margin: 0,
marginRight: 30,
overflowWrap: 'break-word',
wordWrap: 'break-word',
hyphens: 'auto',
} as React.CSSProperties,
userFirstChatBubbleInGroup: {
borderTopRightRadius: 0,
Expand Down

0 comments on commit b2ace89

Please sign in to comment.