freemium-survey-components 2.0.166 → 2.0.167

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.
@@ -820,6 +820,7 @@ export type SurveyServAuthType = {
820
820
  user: SurveyServAuthUserType;
821
821
  };
822
822
  export type GoToRouteType = (params: {
823
+ data?: any;
823
824
  type?: string;
824
825
  path: string;
825
826
  event?: Partial<React.MouseEvent<HTMLElement>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "freemium-survey-components",
3
- "version": "2.0.166",
3
+ "version": "2.0.167",
4
4
  "description": "React Survey Ui Components",
5
5
  "main": "lib/index.cjs.js",
6
6
  "module": "lib/index.esm.js",