freemium-survey-components 2.0.423 → 2.0.425

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.
@@ -1279,6 +1279,7 @@ export type ExportedComponentType = {
1279
1279
  eventId: string;
1280
1280
  previewConfig?: PreviewConfigType;
1281
1281
  root?: HTMLElement;
1282
+ disableSpacing?: boolean;
1282
1283
  };
1283
1284
  export type CommonDebugType = {
1284
1285
  log?: boolean;
@@ -1412,6 +1413,7 @@ export type ProductConfigType = {
1412
1413
  enableDisplayLogicThemeQuestion?: boolean;
1413
1414
  root?: HTMLElement;
1414
1415
  enableResolutionQuestion?: boolean;
1416
+ hideRangeCustomizationLevels?: boolean;
1415
1417
  };
1416
1418
  export type TriggerSurveyResponseType = {
1417
1419
  trigger_id?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "freemium-survey-components",
3
- "version": "2.0.423",
3
+ "version": "2.0.425",
4
4
  "description": "React Survey Ui Components",
5
5
  "main": "lib/index.cjs.js",
6
6
  "module": "lib/index.esm.js",