@wix/form-public 0.177.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.cjs
CHANGED
|
@@ -32495,7 +32495,7 @@ React42__namespace.default.memo(({ children, host }) => {
|
|
|
32495
32495
|
});
|
|
32496
32496
|
|
|
32497
32497
|
// ../form-viewer/dist/esm/components/root/form-viewer-provider.js
|
|
32498
|
-
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 }) => {
|
|
32498
|
+
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 }) => {
|
|
32499
32499
|
const translations = React42.useMemo(() => ({
|
|
32500
32500
|
t: i18n.getFixedT(language, translationNamespace),
|
|
32501
32501
|
i18n
|
|
@@ -32511,6 +32511,7 @@ var FormViewerProvider = ({ i18n, bi, biFormFillSessionId, form, isMobile: isMob
|
|
|
32511
32511
|
atlasBaseUrl,
|
|
32512
32512
|
userData,
|
|
32513
32513
|
compId,
|
|
32514
|
+
baseUrl,
|
|
32514
32515
|
isEditor,
|
|
32515
32516
|
isComposer,
|
|
32516
32517
|
isRTL,
|
|
@@ -32525,6 +32526,7 @@ var FormViewerProvider = ({ i18n, bi, biFormFillSessionId, form, isMobile: isMob
|
|
|
32525
32526
|
atlasBaseUrl,
|
|
32526
32527
|
userData,
|
|
32527
32528
|
compId,
|
|
32529
|
+
baseUrl,
|
|
32528
32530
|
isEditor,
|
|
32529
32531
|
isComposer,
|
|
32530
32532
|
isRTL,
|