freemium-survey-components 2.0.47 → 2.0.49
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.
|
@@ -118,7 +118,7 @@ export declare const getRenderedBlocksTillActiveBlock: ({ renderedBlocks, active
|
|
|
118
118
|
renderedBlocks: BlockWithQuestionType[];
|
|
119
119
|
activeIndexOfRenderedBlocks: number;
|
|
120
120
|
}) => BlockWithQuestionType[];
|
|
121
|
-
export declare const getNextBlocksUntillLogicalBlock: ({ blocks, activeBlock, answers, questions, pages, renderedBlocks, contactData, pivot, surveyLayout, initialTransition, }: {
|
|
121
|
+
export declare const getNextBlocksUntillLogicalBlock: ({ blocks, activeBlock, answers, questions, pages, renderedBlocks, contactData, pivot, surveyLayout, initialTransition, isEditResponse, }: {
|
|
122
122
|
pivot: SurveyEndCardProps['pivot'];
|
|
123
123
|
answers: AnswersType;
|
|
124
124
|
activeBlock: BlockWithQuestionType;
|
|
@@ -129,6 +129,7 @@ export declare const getNextBlocksUntillLogicalBlock: ({ blocks, activeBlock, an
|
|
|
129
129
|
contactData?: ContactDataType | null | undefined;
|
|
130
130
|
surveyLayout: SurveyLayoutType;
|
|
131
131
|
initialTransition?: boolean | undefined;
|
|
132
|
+
isEditResponse: boolean;
|
|
132
133
|
}) => BlockWithQuestionType[];
|
|
133
134
|
export declare const getInitialState: ({ blocks, answerStatus, questions, responses, initialPivotAnswer, pages, }: {
|
|
134
135
|
initialPivotAnswer?: number | undefined;
|
package/lib/types/types.d.ts
CHANGED
|
@@ -403,6 +403,7 @@ export type WebAppChannelInfoType = {
|
|
|
403
403
|
page_load_delay?: number | null;
|
|
404
404
|
include_unsubscribe?: boolean;
|
|
405
405
|
load_survey_collapsed?: boolean;
|
|
406
|
+
restricted_for_list_contacts?: boolean;
|
|
406
407
|
};
|
|
407
408
|
export type MarketingChannelsTypes = 'Freshmarketer' | 'Freshworks CRM' | 'Freshdesk Customer Success' | 'ActiveCampaign' | 'Autopilot' | 'Customer.io' | 'Campaign Monitor' | 'Drip' | 'HubSpot' | 'Klaviyo' | 'MailChimp' | 'Mailjet' | 'Sendinblue' | 'SendGrid' | 'Zoho Campaigns' | 'Stripo' | 'Intercom' | 'Calendly' | 'Marketo' | 'Pardot' | 'Zendesk' | 'Sharpspring' | 'Keap' | 'Convertkit' | 'ConstantContact' | 'GetResponse' | 'Mailgun' | 'Helpscout' | 'Vero' | 'Marketing Cloud' | 'Drift' | 'Boomtrain' | 'Bronto' | 'Salesmanago' | 'Lifecycle.io' | 'Braze' | 'Others';
|
|
408
409
|
export type EmailEmbedChannelInfoType = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "freemium-survey-components",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.49",
|
|
4
4
|
"description": "React Survey Ui Components",
|
|
5
5
|
"main": "lib/index.cjs.js",
|
|
6
6
|
"module": "lib/index.esm.js",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"lib": "lib"
|
|
10
10
|
},
|
|
11
11
|
"scripts": {
|
|
12
|
-
"storybook": "storybook dev -p 6006",
|
|
12
|
+
"storybook": "storybook dev -p 6006 --loglevel silent",
|
|
13
13
|
"build-storybook": "storybook build",
|
|
14
14
|
"version:beta": "npm version prerelease --preid=beta",
|
|
15
15
|
"prepublishOnly": "npm run build",
|
|
@@ -49,17 +49,16 @@
|
|
|
49
49
|
"@rollup/plugin-commonjs": "^13.0.0",
|
|
50
50
|
"@rollup/plugin-json": "^6.1.0",
|
|
51
51
|
"@rollup/plugin-node-resolve": "^8.1.0",
|
|
52
|
-
"@storybook/addon-essentials": "^8.
|
|
53
|
-
"@storybook/addon-interactions": "^8.
|
|
54
|
-
"@storybook/addon-links": "^8.
|
|
55
|
-
"@storybook/addon-onboarding": "^8.0.9",
|
|
52
|
+
"@storybook/addon-essentials": "^8.1.4",
|
|
53
|
+
"@storybook/addon-interactions": "^8.1.4",
|
|
54
|
+
"@storybook/addon-links": "^8.1.4",
|
|
56
55
|
"@storybook/addon-styling-webpack": "^1.0.0",
|
|
57
|
-
"@storybook/blocks": "^8.
|
|
58
|
-
"@storybook/preset-create-react-app": "^8.
|
|
59
|
-
"@storybook/preview-api": "^8.
|
|
60
|
-
"@storybook/react": "^8.
|
|
61
|
-
"@storybook/react-webpack5": "^8.
|
|
62
|
-
"@storybook/test": "^8.
|
|
56
|
+
"@storybook/blocks": "^8.1.4",
|
|
57
|
+
"@storybook/preset-create-react-app": "^8.1.4",
|
|
58
|
+
"@storybook/preview-api": "^8.1.4",
|
|
59
|
+
"@storybook/react": "^8.1.4",
|
|
60
|
+
"@storybook/react-webpack5": "^8.1.4",
|
|
61
|
+
"@storybook/test": "^8.1.4",
|
|
63
62
|
"@types/lodash": "^4.17.0",
|
|
64
63
|
"@types/node": "^16.18.95",
|
|
65
64
|
"@types/react": "^18.3.1",
|
|
@@ -74,7 +73,7 @@
|
|
|
74
73
|
"rollup-plugin-terser": "^7.0.2",
|
|
75
74
|
"rollup-plugin-typescript2": "^0.27.1",
|
|
76
75
|
"sass": "^1.75.0",
|
|
77
|
-
"storybook": "^8.
|
|
76
|
+
"storybook": "^8.1.4",
|
|
78
77
|
"ts-loader": "^9.5.1",
|
|
79
78
|
"webpack": "^5.91.0"
|
|
80
79
|
},
|