@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(2px);
221
+ transform: translateY(4px);
222
222
  }
223
- 15% {
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.4s ease-in-out;
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mypatientspace/chatbot-widget",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "description": "Embeddable healthcare chatbot widget for websites and mobile apps",
5
5
  "type": "module",
6
6
  "main": "dist/mypatientspace-widget.umd.js",