fansunited-widget-either-or 2.9.0 → 2.10.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.
@@ -247,5 +247,11 @@ export default class LabelsModel {
247
247
  authenticationHandlerInfoMessage: string;
248
248
  configureSignIn: string;
249
249
  configureSignInDisabledMessage: string;
250
+ translationOptions: string;
251
+ cloneMiniGameTitle: string;
252
+ clone: string;
253
+ cloneEitherOrMessage: string;
254
+ cloneEitherOrErrorMessage: string;
255
+ translationErrorMessage: string;
250
256
  constructor(labels?: LabelsModel);
251
257
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fansunited-widget-either-or",
3
- "version": "2.9.0",
3
+ "version": "2.10.0",
4
4
  "main": "either-or-manager.es.js",
5
5
  "author": "Fans United",
6
6
  "description": "",