freemium-survey-components 2.0.116 → 2.0.118

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.
@@ -920,6 +920,7 @@ export type HostParamsType = {
920
920
  collectorId?: string;
921
921
  showOnlyQuestionsPreview?: string;
922
922
  isImport?: string;
923
+ active?: 'builder' | 'collector';
923
924
  };
924
925
  export type ComponentQParamsType = {
925
926
  product?: ProductType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "freemium-survey-components",
3
- "version": "2.0.116",
3
+ "version": "2.0.118",
4
4
  "description": "React Survey Ui Components",
5
5
  "main": "lib/index.cjs.js",
6
6
  "module": "lib/index.esm.js",