rohit-chat-widget 1.0.19 → 1.0.21
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/lib/components/MessageInput/MessageInput.d.ts.map +1 -1
- package/lib/components/MessageInput/MessageInput.js +2 -2
- package/lib/components/MessageInput/MessageInput.js.map +1 -1
- package/lib/index.esm.js +2 -2
- package/lib/index.esm.js.map +1 -1
- package/lib/src/components/MessageInput/MessageInput.d.ts.map +1 -1
- package/lib/styles.css +12 -12
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MessageInput.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageInput/MessageInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA2B,MAAM,OAAO,CAAC;AAShD,MAAM,WAAW,iBAAiB;IAChC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;CAC5C;AAED,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,
|
|
1
|
+
{"version":3,"file":"MessageInput.d.ts","sourceRoot":"","sources":["../../../../src/components/MessageInput/MessageInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA2B,MAAM,OAAO,CAAC;AAShD,MAAM,WAAW,iBAAiB;IAChC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;CAC5C;AAED,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CA2OpD,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
package/lib/styles.css
CHANGED
|
@@ -894,7 +894,7 @@
|
|
|
894
894
|
align-items: center;
|
|
895
895
|
gap: 6px;
|
|
896
896
|
padding: 6px 10px;
|
|
897
|
-
background: #
|
|
897
|
+
background: #FFF3F3;
|
|
898
898
|
border-radius: 4px;
|
|
899
899
|
margin-bottom: 6px;
|
|
900
900
|
animation: slideIn 0.2s ease-out;
|
|
@@ -911,10 +911,10 @@
|
|
|
911
911
|
}
|
|
912
912
|
}
|
|
913
913
|
.errorIcon {
|
|
914
|
-
width:
|
|
915
|
-
height:
|
|
916
|
-
min-width:
|
|
917
|
-
color: #
|
|
914
|
+
width: 16px;
|
|
915
|
+
height: 16px;
|
|
916
|
+
min-width: 16px;
|
|
917
|
+
color: #F87171;
|
|
918
918
|
flex-shrink: 0;
|
|
919
919
|
}
|
|
920
920
|
|
|
@@ -922,7 +922,7 @@
|
|
|
922
922
|
flex: 1;
|
|
923
923
|
font-size: 12px;
|
|
924
924
|
font-weight: 500;
|
|
925
|
-
color: #
|
|
925
|
+
color: #B91C1C;
|
|
926
926
|
line-height: 1.2;
|
|
927
927
|
}
|
|
928
928
|
|
|
@@ -2895,7 +2895,7 @@
|
|
|
2895
2895
|
align-items: center;
|
|
2896
2896
|
gap: 6px;
|
|
2897
2897
|
padding: 6px 10px;
|
|
2898
|
-
background: #
|
|
2898
|
+
background: #FFF3F3;
|
|
2899
2899
|
border-radius: 4px;
|
|
2900
2900
|
margin-bottom: 6px;
|
|
2901
2901
|
animation: MessageInput-module_slideIn__oyhKC 0.2s ease-out;
|
|
@@ -2912,10 +2912,10 @@
|
|
|
2912
2912
|
}
|
|
2913
2913
|
}
|
|
2914
2914
|
.MessageInput-module_errorIcon__wz0Mm {
|
|
2915
|
-
width:
|
|
2916
|
-
height:
|
|
2917
|
-
min-width:
|
|
2918
|
-
color: #
|
|
2915
|
+
width: 16px;
|
|
2916
|
+
height: 16px;
|
|
2917
|
+
min-width: 16px;
|
|
2918
|
+
color: #F87171;
|
|
2919
2919
|
flex-shrink: 0;
|
|
2920
2920
|
}
|
|
2921
2921
|
|
|
@@ -2923,7 +2923,7 @@
|
|
|
2923
2923
|
flex: 1;
|
|
2924
2924
|
font-size: 12px;
|
|
2925
2925
|
font-weight: 500;
|
|
2926
|
-
color: #
|
|
2926
|
+
color: #B91C1C;
|
|
2927
2927
|
line-height: 1.2;
|
|
2928
2928
|
}
|
|
2929
2929
|
.ChatHeader-module_chatHeader__PKeNX {
|