fansunited-widget-poll 2.12.0 → 2.12.1

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/README.md CHANGED
@@ -223,6 +223,7 @@ const labels = {
223
223
  free: "Free",
224
224
  lead: "Lead",
225
225
  registered: "Registered",
226
+ paid: "Paid",
226
227
  optionDescriptionExplanation: "This optional field allows you to provide users with more information about the option",
227
228
  additionalFields: "Additional fields",
228
229
  addDescription: "Add description",
@@ -448,6 +449,7 @@ Here is all information about **`LabelsModel`**:
448
449
  | `free` | Label for auth requirement option. | Free |
449
450
  | `lead` | Label for auth requirement option. | Lead |
450
451
  | `registered` | Label for auth requirement option. | Registered |
452
+ | `paid` | Label for auth requirement option. | Paid |
451
453
  | `optionDescriptionExplanation` | Description paragraph for explanation description | This optional field allows you to provide users with more information about the option |
452
454
  | `additionalFields` | Label for additional fields | Additional fields |
453
455
  | `addDescription` | Label for toggle description button | Add description |
@@ -140,6 +140,7 @@ export default class LabelsModel {
140
140
  free: string;
141
141
  lead: string;
142
142
  registered: string;
143
+ paid: string;
143
144
  optionDescriptionExplanation: string;
144
145
  additionalFields: string;
145
146
  addDescription: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fansunited-widget-poll",
3
- "version": "2.12.0",
3
+ "version": "2.12.1",
4
4
  "main": "poll-manager.es.js",
5
5
  "author": "Fans United",
6
6
  "description": "",