@wix/form-public 0.92.0 → 0.94.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/_tsup-dts-rollup.d.cts +3 -1
- package/dist/_tsup-dts-rollup.d.ts +3 -1
- package/dist/index.cjs +5 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +5 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -21349,6 +21349,7 @@ var require_messages_en = __commonJS({
|
|
|
21349
21349
|
"search.keyword.contacts.subscribe": "subscribe, subscription, opt in, newsletter, marketing, subscriber",
|
|
21350
21350
|
"date-input.input.error.message.format-error": "Enter a month, day and year.",
|
|
21351
21351
|
"contacts-first-name.input.error.message.required-error": "Enter a first name.",
|
|
21352
|
+
"add.scheduling-fields.scheduling": "Scheduling",
|
|
21352
21353
|
"file-upload.dropzone.title": "Upload your file",
|
|
21353
21354
|
"search.keyword.scheduling.appointment": "appointment, booking, schedule",
|
|
21354
21355
|
"form.a11y.step.index.title": "Step {index} out of {total}",
|
|
@@ -21457,6 +21458,7 @@ var require_messages_en = __commonJS({
|
|
|
21457
21458
|
"date-time-input.input.error.message.min-value-error": "Enter a valid date after today\u2019s date.",
|
|
21458
21459
|
"dext-checkbox.input.error.message.required-error": "Check the box to continue.",
|
|
21459
21460
|
"url-input.input.error.message.format-error": "Enter a web URL like https://www.example.com.",
|
|
21461
|
+
"file-upload.file.uploading-spinner.aria-label": "Loading file...",
|
|
21460
21462
|
"add-other.default-other-option-label": "Other",
|
|
21461
21463
|
"dext-checkbox.input.error.message.not-allowed-value": "Check the box to continue.",
|
|
21462
21464
|
"field.date.placeholder.year": "Year",
|
|
@@ -21537,6 +21539,7 @@ var require_messages_en = __commonJS({
|
|
|
21537
21539
|
"form.appointment.meeting-format.in-person-location-method-os-location": "Business location",
|
|
21538
21540
|
"form.file-upload.error.limit": "You've reached your upload limit of {limit, number} files.",
|
|
21539
21541
|
"contacts-email.input.error.message.required-error": "Enter an email address like example@mysite.com.",
|
|
21542
|
+
"file-upload.delete-file.aria.label": "Delete file",
|
|
21540
21543
|
"field-context-menu.duplicate": "Duplicate"
|
|
21541
21544
|
};
|
|
21542
21545
|
}
|
|
@@ -31832,6 +31835,7 @@ var FormProvider = ({
|
|
|
31832
31835
|
children,
|
|
31833
31836
|
currency,
|
|
31834
31837
|
locale,
|
|
31838
|
+
addressTemplates,
|
|
31835
31839
|
regionalFormat = "en"
|
|
31836
31840
|
}) => {
|
|
31837
31841
|
const [i18nInstance, setI18nInstance] = useState(null);
|
|
@@ -31859,6 +31863,7 @@ var FormProvider = ({
|
|
|
31859
31863
|
currency,
|
|
31860
31864
|
translationNamespace: FORM_VIEWER_NAMESPACE,
|
|
31861
31865
|
WixRicosViewer: () => null,
|
|
31866
|
+
addressTemplates,
|
|
31862
31867
|
children: /* @__PURE__ */ jsx(ExternalDataProvider, { externalData: {}, children: /* @__PURE__ */ jsx(FormStatusProvider, { children }) })
|
|
31863
31868
|
}
|
|
31864
31869
|
);
|