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.
- package/lib/types/types.d.ts +1 -0
- package/package.json +1 -1
package/lib/types/types.d.ts
CHANGED
|
@@ -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;
|