@wix/form-public 0.93.0 → 0.95.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 +6 -1
- package/dist/_tsup-dts-rollup.d.ts +6 -1
- package/dist/index.cjs +3 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.d.cts
CHANGED
|
@@ -6,6 +6,7 @@ export { FormProvider } from './_tsup-dts-rollup.cjs';
|
|
|
6
6
|
export { Currency } from './_tsup-dts-rollup.cjs';
|
|
7
7
|
export { UseFormProps } from './_tsup-dts-rollup.cjs';
|
|
8
8
|
export { useFieldProps } from './_tsup-dts-rollup.cjs';
|
|
9
|
+
export { UniqueFieldSuffixContextProvider } from './_tsup-dts-rollup.cjs';
|
|
9
10
|
export { Checkbox } from './_tsup-dts-rollup.cjs';
|
|
10
11
|
export { CheckboxGroup } from './_tsup-dts-rollup.cjs';
|
|
11
12
|
export { DateInput } from './_tsup-dts-rollup.cjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -6,6 +6,7 @@ export { FormProvider } from './_tsup-dts-rollup.js';
|
|
|
6
6
|
export { Currency } from './_tsup-dts-rollup.js';
|
|
7
7
|
export { UseFormProps } from './_tsup-dts-rollup.js';
|
|
8
8
|
export { useFieldProps } from './_tsup-dts-rollup.js';
|
|
9
|
+
export { UniqueFieldSuffixContextProvider } from './_tsup-dts-rollup.js';
|
|
9
10
|
export { Checkbox } from './_tsup-dts-rollup.js';
|
|
10
11
|
export { CheckboxGroup } from './_tsup-dts-rollup.js';
|
|
11
12
|
export { DateInput } from './_tsup-dts-rollup.js';
|
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
|
);
|
|
@@ -38282,6 +38284,6 @@ base-64/base64.js:
|
|
|
38282
38284
|
(*! https://mths.be/base64 v1.0.0 by @mathias | MIT license *)
|
|
38283
38285
|
*/
|
|
38284
38286
|
|
|
38285
|
-
export { Checkbox, CheckboxGroup, DateInput, DatePicker, DateTimeInput, Dropdown, FileUpload, FormProvider, LoginBar, MultilineAddress, NumberInput, PhoneInput, RadioGroup, RatingInput, SubmitButton, Tags, TextArea, TextInput, TimeInput2 as TimeInput, useFieldProps, useForm3 as useForm };
|
|
38287
|
+
export { Checkbox, CheckboxGroup, DateInput, DatePicker, DateTimeInput, Dropdown, FileUpload, FormProvider, LoginBar, MultilineAddress, NumberInput, PhoneInput, RadioGroup, RatingInput, SubmitButton, Tags, TextArea, TextInput, TimeInput2 as TimeInput, UniqueFieldSuffixContextProvider, useFieldProps, useForm3 as useForm };
|
|
38286
38288
|
//# sourceMappingURL=index.js.map
|
|
38287
38289
|
//# sourceMappingURL=index.js.map
|