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 +2 -0
- package/models/Labels/LabelsModel.d.ts +1 -0
- package/package.json +1 -1
- package/poll-manager.es.js +23724 -28172
- package/poll-manager.umd.js +246 -1236
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 |
|