minerva-plexus-csd 1.1.33 → 1.1.35

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/dist/index.d.ts CHANGED
@@ -108,8 +108,9 @@ export declare const MessageInteractionProvider: React.FC<{
108
108
  typeWritterSpeed: number;
109
109
  }>;
110
110
 
111
- export declare const MessageProvider: ({ children }: {
111
+ export declare const MessageProvider: ({ children, isNotDrupal, }: {
112
112
  children: ReactNode;
113
+ isNotDrupal: boolean;
113
114
  }) => JSX_2.Element;
114
115
 
115
116
  export declare const MinervaDocumentation: () => JSX_2.Element;