freemium-survey-components 1.0.250 → 1.0.252

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.
@@ -335,6 +335,7 @@ export declare type MarketingChannelsTypes = 'Freshmarketer' | 'Freshworks CRM'
335
335
  export declare type EmailEmbedChannelInfoType = {
336
336
  marketing_channel: MarketingChannelsTypes;
337
337
  show_footer?: boolean | null;
338
+ language?: string | null;
338
339
  align_center?: boolean | null;
339
340
  contact_fields: Array<{
340
341
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "freemium-survey-components",
3
- "version": "1.0.250",
3
+ "version": "1.0.252",
4
4
  "description": "React Survey Ui Components",
5
5
  "main": "lib/index.cjs.js",
6
6
  "module": "lib/index.esm.js",