freemium-survey-components 1.0.54 → 1.0.55

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,4 +1,6 @@
1
1
  import { SurveyType } from './types';
2
+ export declare const surveyCSAT: SurveyType;
3
+ export declare const surveyYesNo: SurveyType;
2
4
  export declare const newSurvey: SurveyType;
3
5
  export declare const mockPlaceholders: {
4
6
  '{{contact.user_created_date}}': string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "freemium-survey-components",
3
- "version": "1.0.54",
3
+ "version": "1.0.55",
4
4
  "description": "React Survey Ui Components",
5
5
  "main": "lib/index.cjs.js",
6
6
  "module": "lib/index.esm.js",