freemium-survey-components 2.0.21 → 2.0.23

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.
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
2
  import { SurveyFooterProps } from '../../types';
3
3
  import './style.scss';
4
- declare const SurveyFooter: ({ languageDDComponent, surveyPoweredBy, showFooterText, }: SurveyFooterProps) => React.JSX.Element;
4
+ declare const SurveyFooter: ({ languageDDComponent, surveyPoweredBy, showFooterText, surveyStyle, }: SurveyFooterProps) => React.JSX.Element;
5
5
  export { SurveyFooter };
@@ -570,6 +570,7 @@ export interface SurveyFooterProps {
570
570
  languageDDComponent?: ReactNode;
571
571
  surveyPoweredBy?: ReactNode;
572
572
  showFooterText?: boolean;
573
+ surveyStyle?: SurveyProps['surveyStyle'];
573
574
  }
574
575
  export interface SurveyProps {
575
576
  language?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "freemium-survey-components",
3
- "version": "2.0.21",
3
+ "version": "2.0.23",
4
4
  "description": "React Survey Ui Components",
5
5
  "main": "lib/index.cjs.js",
6
6
  "module": "lib/index.esm.js",