@wix/form-public 0.178.0 → 0.179.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 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -32469,7 +32469,7 @@ React42__default.memo(({ children, host }) => {
|
|
|
32469
32469
|
});
|
|
32470
32470
|
|
|
32471
32471
|
// ../form-viewer/dist/esm/components/root/form-viewer-provider.js
|
|
32472
|
-
var FormViewerProvider = ({ i18n, bi, biFormFillSessionId, form, isMobile: isMobile2, isEditor, isComposer, isRTL, compId, language, regionalFormat, externalData, forcedState, instance, children, httpClient, panorama, experiments, translationNamespace, currency, userData, WixRicosViewer, addressTemplates, atlasBaseUrl, fieldInitialData, enableAnimations }) => {
|
|
32472
|
+
var FormViewerProvider = ({ i18n, bi, biFormFillSessionId, form, isMobile: isMobile2, isEditor, isComposer, isRTL, compId, language, regionalFormat, externalData, forcedState, instance, children, httpClient, panorama, experiments, translationNamespace, currency, userData, WixRicosViewer, addressTemplates, atlasBaseUrl, fieldInitialData, enableAnimations, baseUrl }) => {
|
|
32473
32473
|
const translations = useMemo(() => ({
|
|
32474
32474
|
t: i18n.getFixedT(language, translationNamespace),
|
|
32475
32475
|
i18n
|
|
@@ -32485,6 +32485,7 @@ var FormViewerProvider = ({ i18n, bi, biFormFillSessionId, form, isMobile: isMob
|
|
|
32485
32485
|
atlasBaseUrl,
|
|
32486
32486
|
userData,
|
|
32487
32487
|
compId,
|
|
32488
|
+
baseUrl,
|
|
32488
32489
|
isEditor,
|
|
32489
32490
|
isComposer,
|
|
32490
32491
|
isRTL,
|
|
@@ -32499,6 +32500,7 @@ var FormViewerProvider = ({ i18n, bi, biFormFillSessionId, form, isMobile: isMob
|
|
|
32499
32500
|
atlasBaseUrl,
|
|
32500
32501
|
userData,
|
|
32501
32502
|
compId,
|
|
32503
|
+
baseUrl,
|
|
32502
32504
|
isEditor,
|
|
32503
32505
|
isComposer,
|
|
32504
32506
|
isRTL,
|