freemium-survey-components 2.0.483 → 2.0.484

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.
@@ -1494,6 +1494,7 @@ export type ProductConfigType = {
1494
1494
  sfsQuestionTypes?: QuestionType[];
1495
1495
  disableShowLabelInBooleanQuestion?: boolean;
1496
1496
  viewVersioningAtNavBar?: boolean;
1497
+ enableAnalytics?: boolean;
1497
1498
  };
1498
1499
  export type TriggerSurveyResponseType = {
1499
1500
  trigger_id?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "freemium-survey-components",
3
- "version": "2.0.483",
3
+ "version": "2.0.484",
4
4
  "description": "React Survey Ui Components",
5
5
  "main": "lib/index.cjs.js",
6
6
  "module": "lib/index.esm.js",