@snapcall/stream-ui 1.19.0 → 1.20.0

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/types.d.ts CHANGED
@@ -595,7 +595,11 @@ interface StreamUIBaseOptions {
595
595
  size?: 'small' | 'medium' | 'large';
596
596
  };
597
597
  showMenuButton?: boolean;
598
- GDPRDisclaimer?: boolean;
598
+ GDPRDisclaimer?: {
599
+ enabled: boolean;
600
+ text: string;
601
+ closeText: string;
602
+ };
599
603
  streamApiURL?: string;
600
604
  apiUrl?: string;
601
605
  tracking?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snapcall/stream-ui",
3
- "version": "1.19.0",
3
+ "version": "1.20.0",
4
4
  "description": "",
5
5
  "source": "src/index.tsx",
6
6
  "main": "dist/stream-ui.js",