freemium-survey-components 2.0.82 → 2.0.83

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.
@@ -983,7 +983,7 @@ export type ExportedComponentType = {
983
983
  goToRoute: GoToRouteType;
984
984
  hostParams: HostParamsType;
985
985
  role: RoleType;
986
- setBreadcrumpData: SetBreadcrumbDataType;
986
+ setBreadcrumbData: SetBreadcrumbDataType;
987
987
  queryParams: ComponentQParamsType;
988
988
  hostConfig: HostConfigType;
989
989
  surveyServAuthInfo: SurveyServAuthType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "freemium-survey-components",
3
- "version": "2.0.82",
3
+ "version": "2.0.83",
4
4
  "description": "React Survey Ui Components",
5
5
  "main": "lib/index.cjs.js",
6
6
  "module": "lib/index.esm.js",