freemium-survey-components 2.0.57 → 2.0.58

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.
@@ -268,6 +268,7 @@ export type SurveyMetaType = {
268
268
  survey_layout?: SurveyLayoutType | null;
269
269
  header_alignment?: HeaderAlignmentType | null;
270
270
  show_info_only_on_first?: boolean;
271
+ is_modified?: boolean;
271
272
  created_by?: string | null;
272
273
  updated_by?: string | null;
273
274
  scoring_configuration?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "freemium-survey-components",
3
- "version": "2.0.57",
3
+ "version": "2.0.58",
4
4
  "description": "React Survey Ui Components",
5
5
  "main": "lib/index.cjs.js",
6
6
  "module": "lib/index.esm.js",