freemium-survey-components 2.0.67 → 2.0.69

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.
@@ -267,6 +267,7 @@ export type HeaderAlignmentType = 'center' | 'left' | 'right';
267
267
  export type SurveyMetaType = {
268
268
  survey_layout?: SurveyLayoutType | null;
269
269
  progress_bar?: boolean | null;
270
+ show_survey_logo?: boolean | null;
270
271
  header_alignment?: HeaderAlignmentType | null;
271
272
  show_info_only_on_first?: boolean;
272
273
  is_modified?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "freemium-survey-components",
3
- "version": "2.0.67",
3
+ "version": "2.0.69",
4
4
  "description": "React Survey Ui Components",
5
5
  "main": "lib/index.cjs.js",
6
6
  "module": "lib/index.esm.js",