@mx-cartographer/experiences 6.1.0-alpha.al19 → 6.1.0-alpha.al20

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.
@@ -1,7 +1,6 @@
1
1
  import { default as React } from 'react';
2
2
  import { DashboardWidget } from './types/DashboardTypes';
3
- export declare const isProd: boolean;
4
- export declare const DASHBOARD_RATING_SURVEY_ID_ENGLISH: string;
3
+ export declare const DASHBOARD_RATING_SURVEY_ID_ENGLISH = "0196a6b0-ccde-0000-b980-0b84ea2fef4a";
5
4
  export interface DashboardProps {
6
5
  widgets: DashboardWidget[];
7
6
  isLoading: boolean;