fansunited-widget-either-or 2.3.0 → 2.5.0

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.
@@ -224,5 +224,15 @@ export default class LabelsModel {
224
224
  related: string;
225
225
  relationship: string;
226
226
  relatedEntitiesErrorMessage: string;
227
+ widgetEmbedCodeTitle: string;
228
+ configureLeads: string;
229
+ configureLeadsDisabledMessage: string;
230
+ leadPosition: string;
231
+ addCampaignInfo: string;
232
+ campaignIdInfoMessage: string;
233
+ campaignNameInfoMessage: string;
234
+ copyToClipboard: string;
235
+ divElementTextInfo: string;
236
+ widgetEmbedCodeNotAvailable: string;
227
237
  constructor(labels?: LabelsModel);
228
238
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fansunited-widget-either-or",
3
- "version": "2.3.0",
3
+ "version": "2.5.0",
4
4
  "main": "either-or-manager.es.js",
5
5
  "author": "Fans United",
6
6
  "description": "",