@mypatientspace/chatbot-widget 1.0.13 → 1.0.14
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.
|
@@ -218,20 +218,12 @@ Error generating stack: `+a.message+`
|
|
|
218
218
|
`,ch=Yl`
|
|
219
219
|
0% {
|
|
220
220
|
opacity: 0;
|
|
221
|
-
transform: translateY(
|
|
221
|
+
transform: translateY(4px);
|
|
222
222
|
}
|
|
223
|
-
|
|
224
|
-
opacity: 1;
|
|
225
|
-
transform: translateY(0);
|
|
226
|
-
}
|
|
227
|
-
85% {
|
|
223
|
+
100% {
|
|
228
224
|
opacity: 1;
|
|
229
225
|
transform: translateY(0);
|
|
230
226
|
}
|
|
231
|
-
100% {
|
|
232
|
-
opacity: 0;
|
|
233
|
-
transform: translateY(-2px);
|
|
234
|
-
}
|
|
235
227
|
`,fh=st.span`
|
|
236
228
|
font-size: 14px;
|
|
237
229
|
font-family: ${({theme:i})=>i.fontFamily};
|
|
@@ -256,9 +248,7 @@ Error generating stack: `+a.message+`
|
|
|
256
248
|
}
|
|
257
249
|
`,rh=st.span`
|
|
258
250
|
display: inline-block;
|
|
259
|
-
animation: ${ch} 0.
|
|
260
|
-
animation-fill-mode: forwards;
|
|
261
|
-
animation-iteration-count: 1;
|
|
251
|
+
animation: ${ch} 0.3s ease-out;
|
|
262
252
|
`,oh=st.span`
|
|
263
253
|
display: inline-flex;
|
|
264
254
|
gap: 2px;
|
package/package.json
CHANGED