freemium-survey-components 2.0.283 → 2.0.284

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.
@@ -286,6 +286,7 @@ export type MobileContentLayoutType = Extract<ContentLayoutType, 'FULL' | 'TOP'
286
286
  export type DesktopContentLayoutType = Extract<ContentLayoutType, 'FULL' | 'TOP' | 'LEFT' | 'RIGHT'>;
287
287
  export type ContentAlignmentType = Extract<AlignmentType, 'left' | 'center' | 'right'>;
288
288
  export type SurveyMetaType = {
289
+ is_default?: boolean | null;
289
290
  branch_separate_page?: boolean | null;
290
291
  survey_layout?: SurveyLayoutType | null;
291
292
  progress_bar?: boolean | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "freemium-survey-components",
3
- "version": "2.0.283",
3
+ "version": "2.0.284",
4
4
  "description": "React Survey Ui Components",
5
5
  "main": "lib/index.cjs.js",
6
6
  "module": "lib/index.esm.js",