@mx-cartographer/experiences 6.2.8-alpha.mm1 → 6.2.8

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/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [6.2.8] - 05-30-2025
2
+
3
+ - **UPDATED** - `NotificationSettings` component renders based on props to support `Pulse`.
4
+
1
5
  ## [6.2.7] - 05-29-2025
2
6
 
3
7
  - **ADDED** - Dashboard Greeting | Included Add Accounts button to open Connect Widget
@@ -83,19 +83,11 @@ export interface ClientProfile {
83
83
  export interface ClientStyleProfile {
84
84
  primary_color?: string;
85
85
  secondary_color?: string;
86
- neutral_color?: string;
87
86
  success_color?: string;
88
87
  error_color?: string;
89
88
  warning_color?: string;
90
89
  info_color?: string;
91
- primary_color_dark?: string;
92
- secondary_color_dark?: string;
93
- neutral_color_dark?: string;
94
- success_color_dark?: string;
95
- error_color_dark?: string;
96
- warning_color_dark?: string;
97
- info_color_dark?: string;
98
- mode?: 'dark' | 'light' | '';
90
+ mode?: 'dark' | 'light' | 'user';
99
91
  system_font?: string;
100
92
  card_corner_radius?: number;
101
93
  button_corner_radius?: number;