freemium-survey-components 2.0.471 → 2.0.472

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,8 +1,9 @@
1
1
  import React, { ReactNode } from 'react';
2
2
  import './style.scss';
3
- interface FacebookMobileContainerProps {
3
+ interface MetaMobileContainerProps {
4
4
  children: ReactNode;
5
5
  title?: string;
6
+ type?: 'facebook' | 'instagram' | 'whatsapp';
6
7
  }
7
- declare const FacebookMobileContainer: React.FC<FacebookMobileContainerProps>;
8
- export default FacebookMobileContainer;
8
+ declare const MetaMobileContainer: React.FC<MetaMobileContainerProps>;
9
+ export default MetaMobileContainer;
@@ -1476,6 +1476,8 @@ export type ProductConfigType = {
1476
1476
  disableSkipLogic?: boolean;
1477
1477
  disableButtonShape?: boolean;
1478
1478
  disableAdvancedThankYouQuestionConfig?: boolean;
1479
+ sfsQuestionTypes?: QuestionType[];
1480
+ disableShowLabelInBooleanQuestion?: boolean;
1479
1481
  };
1480
1482
  export type TriggerSurveyResponseType = {
1481
1483
  trigger_id?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "freemium-survey-components",
3
- "version": "2.0.471",
3
+ "version": "2.0.472",
4
4
  "description": "React Survey Ui Components",
5
5
  "main": "lib/index.cjs.js",
6
6
  "module": "lib/index.esm.js",