freemium-survey-components 2.0.48 → 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.
- package/lib/index.cjs.js +8 -8
- package/lib/index.esm.js +8 -8
- package/lib/types/components/index.d.ts +0 -1
- package/lib/types/types.d.ts +1 -0
- package/package.json +12 -13
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.1.
|
|
53
|
-
"@storybook/addon-interactions": "^8.1.
|
|
54
|
-
"@storybook/addon-links": "^8.1.
|
|
55
|
-
"@storybook/addon-onboarding": "^8.1.3",
|
|
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.1.
|
|
58
|
-
"@storybook/preset-create-react-app": "^8.1.
|
|
59
|
-
"@storybook/preview-api": "^8.1.
|
|
60
|
-
"@storybook/react": "^8.1.
|
|
61
|
-
"@storybook/react-webpack5": "^8.1.
|
|
62
|
-
"@storybook/test": "^8.1.
|
|
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.1.
|
|
76
|
+
"storybook": "^8.1.4",
|
|
78
77
|
"ts-loader": "^9.5.1",
|
|
79
78
|
"webpack": "^5.91.0"
|
|
80
79
|
},
|