@robylon/web-react-sdk 1.1.41-staging.14 → 1.1.41-staging.16

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.
@@ -72,6 +72,10 @@ export declare class ChatbotFloatingButton {
72
72
  */
73
73
  destroy(): void;
74
74
  private clearProactiveDelays;
75
+ /**
76
+ * Hides proactive messages with animation
77
+ */
78
+ private hideProactiveMessages;
75
79
  private injectAnimationStyles;
76
80
  private renderProactiveIfNeeded;
77
81
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robylon/web-react-sdk",
3
- "version": "1.1.41-staging.14",
3
+ "version": "1.1.41-staging.16",
4
4
  "description": "React SDK for Robylon AI Chatbot",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",