@apexcura/ui-components 0.0.16-Beta147 → 0.0.16-Beta148

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.
@@ -150,5 +150,6 @@ export type ElementType = {
150
150
  notificationType?: 'success' | 'info' | 'warning' | 'error';
151
151
  showProgress?: boolean;
152
152
  isLoading?: boolean;
153
+ isNotChatbot?: boolean;
153
154
  };
154
155
  export {};