freemium-survey-components 1.0.152 → 1.0.153

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,9 +1,7 @@
1
1
  import { SurveyType } from './types';
2
- export declare const CSAT_SURVEY: SurveyType;
3
- export declare const CES_YES_NO_SURVEY: SurveyType;
4
- export declare const NPS_SURVEY: SurveyType;
5
- export declare const RESUBMIT_SURVEY: SurveyType;
6
- export declare const COMPLEX_SURVEY: SurveyType;
2
+ export declare const surveyCSAT: SurveyType;
3
+ export declare const surveyYesNo: SurveyType;
4
+ export declare const newSurvey: SurveyType;
7
5
  export declare const mockPlaceholders: {
8
6
  '{{contact.user_created_date}}': string;
9
7
  '{{contact.zipcode}}': string;
@@ -43,29 +41,3 @@ export declare const mockPlaceholders: {
43
41
  '{{contact.work_email}}': string;
44
42
  '{{contact.country}}': string;
45
43
  };
46
- export declare const MOCK_CONTACT_DATA: {
47
- address: string;
48
- city: string;
49
- country: string;
50
- state: string;
51
- first_name: string;
52
- last_name: string;
53
- work_email: string;
54
- mobile_number: string;
55
- company_name: string;
56
- language: string;
57
- email_state: string;
58
- sample_field: string;
59
- sample_date: string;
60
- };
61
- export declare const MOCK_TRANSLATIONS_VARIABLES: {
62
- edit_response: string;
63
- another_response: string;
64
- redirect_msg: string;
65
- prev_question: string;
66
- next_question: string;
67
- next: string;
68
- skip: string;
69
- submit_survey: string;
70
- submitting: string;
71
- };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "freemium-survey-components",
3
- "version": "1.0.152",
3
+ "version": "1.0.153",
4
4
  "description": "React Survey Ui Components",
5
5
  "main": "lib/index.cjs.js",
6
6
  "module": "lib/index.esm.js",