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