@mx-cartographer/experiences 6.3.4-alpha.JB0 → 6.3.4-alpha.JB1

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.
@@ -6,9 +6,8 @@ export declare enum Types {
6
6
  Insights = "insights",
7
7
  Delivery = "delivery"
8
8
  }
9
- interface NotificationSettingsProps {
9
+ export interface NotificationSettingsProps {
10
10
  notificationTypes?: Types[];
11
11
  posthog?: TheWholeHog;
12
12
  }
13
13
  export declare const NotificationSettings: React.FC<NotificationSettingsProps>;
14
- export {};
@@ -3,5 +3,5 @@ export { SettingsStore } from './stores/SettingsStore';
3
3
  export { SettingsWidget } from './SettingsWidget';
4
4
  export { default as ProfileTab } from './components/profile/ProfileTab';
5
5
  export { default as DeviceTab } from './components/devices/DeviceTab';
6
- export { NotificationSettings } from './components/notifications/NotificationSettings';
6
+ export { NotificationSettings, type NotificationSettingsProps } from './components/notifications/NotificationSettings';
7
7
  export { default as TransactionRulesTab } from './components/transactionrules/TransactionRulesTab';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "6.3.4-alpha.JB0",
3
+ "version": "6.3.4-alpha.JB1",
4
4
  "description": "Library containing experience widgets",
5
5
  "main": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",