@wix/form-public 0.93.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 +2 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -31835,6 +31835,7 @@ var FormProvider = ({
|
|
|
31835
31835
|
children,
|
|
31836
31836
|
currency,
|
|
31837
31837
|
locale,
|
|
31838
|
+
addressTemplates,
|
|
31838
31839
|
regionalFormat = "en"
|
|
31839
31840
|
}) => {
|
|
31840
31841
|
const [i18nInstance, setI18nInstance] = useState(null);
|
|
@@ -31862,6 +31863,7 @@ var FormProvider = ({
|
|
|
31862
31863
|
currency,
|
|
31863
31864
|
translationNamespace: FORM_VIEWER_NAMESPACE,
|
|
31864
31865
|
WixRicosViewer: () => null,
|
|
31866
|
+
addressTemplates,
|
|
31865
31867
|
children: /* @__PURE__ */ jsx(ExternalDataProvider, { externalData: {}, children: /* @__PURE__ */ jsx(FormStatusProvider, { children }) })
|
|
31866
31868
|
}
|
|
31867
31869
|
);
|