@pubuduth-aplicy/chat-ui 2.1.53 → 2.1.54

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": "@pubuduth-aplicy/chat-ui",
3
- "version": "2.1.53",
3
+ "version": "2.1.54",
4
4
  "description": "This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.",
5
5
  "license": "ISC",
6
6
  "author": "",
@@ -496,7 +496,7 @@ const MessageInput = () => {
496
496
 
497
497
  {typingUser && typingUser !== userId && typingUser === selectedConversation?.participantDetails?._id && !isSending && (
498
498
  <div className="typingIndicator">
499
- <div className="loader">
499
+ <div className="typing-loader">
500
500
  <div className="ball" />
501
501
  <div className="ball" />
502
502
  <div className="ball" />
@@ -33,12 +33,12 @@
33
33
 
34
34
  .chatSidebarSearchbar {
35
35
  display: inline-flex;
36
- padding-top: 0.5rem;
37
- padding-bottom: 0.5rem;
38
- padding-left: 1rem;
36
+ padding-top: 2.3rem;
37
+ padding-bottom: 2.4rem;
38
+ /* padding-left: 1rem; */
39
39
  padding-right: 1rem;
40
40
  gap: 1rem;
41
- border-bottom: 1px;
41
+ border-bottom: 0.5px solid lightgray;
42
42
  width: 100%;
43
43
  justify-content: flex-start;
44
44
  align-items: center;
@@ -512,7 +512,7 @@ font-size: .875rem;
512
512
  }
513
513
 
514
514
  /* From Uiverse.io by ashish-yadv */
515
- .loader {
515
+ .typing-loader {
516
516
  width: 60px;
517
517
  display: flex;
518
518
  align-items: center;