freemium-survey-components 2.0.385 → 2.0.386

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.
@@ -1268,6 +1268,7 @@ export type ExportedComponentType = {
1268
1268
  hiddenFields: EmailChannelHiddenFieldsType | EmailEmbedChannelHiddenFieldsType;
1269
1269
  eventId: string;
1270
1270
  previewConfig?: PreviewConfigType;
1271
+ root?: HTMLElement;
1271
1272
  };
1272
1273
  export type CommonDebugType = {
1273
1274
  log?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "freemium-survey-components",
3
- "version": "2.0.385",
3
+ "version": "2.0.386",
4
4
  "description": "React Survey Ui Components",
5
5
  "main": "lib/index.cjs.js",
6
6
  "module": "lib/index.esm.js",