freemium-survey-components 2.0.433 → 2.0.434

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.
@@ -1219,7 +1219,8 @@ export interface SurveyServResponseType {
1219
1219
  meta?: any;
1220
1220
  }
1221
1221
  export type PreviewChannelType = 'whatsapp' | 'email' | 'instagram' | 'chat';
1222
- export type ThemeType = 'light' | 'dark' | 'dew-light' | 'dew-dark';
1222
+ export type ThemeType = 'light' | 'dark';
1223
+ export type ThemeMode = 'dew' | null;
1223
1224
  export type AccessTypes = 'survey:read' | 'survey:write' | 'analytics:read' | 'contact:read' | 'contact:write' | 'contact-impexp:write' | 'response:read' | 'response:write' | 'response-impexp:write' | 'response-edit:write' | 'workflow:read' | 'workflow:write' | 'dashboard:read' | 'settings:read' | 'account-transfer:write' | 'survey:create' | 'survey:delete';
1224
1225
  export type EmailChannelHiddenFieldsType = {
1225
1226
  delay_first_survey?: boolean;
@@ -1284,6 +1285,7 @@ export type ExportedComponentType = {
1284
1285
  channel: PreviewChannelType;
1285
1286
  survey: SurveyType;
1286
1287
  theme: ThemeType;
1288
+ mode: ThemeMode;
1287
1289
  id: string;
1288
1290
  surveyId: string;
1289
1291
  collectorIds: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "freemium-survey-components",
3
- "version": "2.0.433",
3
+ "version": "2.0.434",
4
4
  "description": "React Survey Ui Components",
5
5
  "main": "lib/index.cjs.js",
6
6
  "module": "lib/index.esm.js",