@wix/form-public 0.92.0 → 0.93.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.
- package/dist/index.cjs +3 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -21375,6 +21375,7 @@ var require_messages_en = __commonJS({
|
|
|
21375
21375
|
"search.keyword.contacts.subscribe": "subscribe, subscription, opt in, newsletter, marketing, subscriber",
|
|
21376
21376
|
"date-input.input.error.message.format-error": "Enter a month, day and year.",
|
|
21377
21377
|
"contacts-first-name.input.error.message.required-error": "Enter a first name.",
|
|
21378
|
+
"add.scheduling-fields.scheduling": "Scheduling",
|
|
21378
21379
|
"file-upload.dropzone.title": "Upload your file",
|
|
21379
21380
|
"search.keyword.scheduling.appointment": "appointment, booking, schedule",
|
|
21380
21381
|
"form.a11y.step.index.title": "Step {index} out of {total}",
|
|
@@ -21483,6 +21484,7 @@ var require_messages_en = __commonJS({
|
|
|
21483
21484
|
"date-time-input.input.error.message.min-value-error": "Enter a valid date after today\u2019s date.",
|
|
21484
21485
|
"dext-checkbox.input.error.message.required-error": "Check the box to continue.",
|
|
21485
21486
|
"url-input.input.error.message.format-error": "Enter a web URL like https://www.example.com.",
|
|
21487
|
+
"file-upload.file.uploading-spinner.aria-label": "Loading file...",
|
|
21486
21488
|
"add-other.default-other-option-label": "Other",
|
|
21487
21489
|
"dext-checkbox.input.error.message.not-allowed-value": "Check the box to continue.",
|
|
21488
21490
|
"field.date.placeholder.year": "Year",
|
|
@@ -21563,6 +21565,7 @@ var require_messages_en = __commonJS({
|
|
|
21563
21565
|
"form.appointment.meeting-format.in-person-location-method-os-location": "Business location",
|
|
21564
21566
|
"form.file-upload.error.limit": "You've reached your upload limit of {limit, number} files.",
|
|
21565
21567
|
"contacts-email.input.error.message.required-error": "Enter an email address like example@mysite.com.",
|
|
21568
|
+
"file-upload.delete-file.aria.label": "Delete file",
|
|
21566
21569
|
"field-context-menu.duplicate": "Duplicate"
|
|
21567
21570
|
};
|
|
21568
21571
|
}
|