@wix/form-public 0.94.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 +3 -0
- package/dist/_tsup-dts-rollup.d.ts +3 -0
- package/dist/index.cjs +1 -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 +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -53,6 +53,7 @@ import { Tags } from '@wix/form-fields/headless';
|
|
|
53
53
|
import { TextArea } from '@wix/form-fields/headless';
|
|
54
54
|
import { TextInput } from '@wix/form-fields/headless';
|
|
55
55
|
import { TimeInput } from '@wix/form-fields/headless';
|
|
56
|
+
import { UniqueFieldSuffixContextProvider } from '@wix/form-fields';
|
|
56
57
|
import { useFieldProps } from '@wix/form-fields';
|
|
57
58
|
|
|
58
59
|
declare interface AppointmentSubmitData {
|
|
@@ -282,6 +283,8 @@ export { TextInput }
|
|
|
282
283
|
|
|
283
284
|
export { TimeInput }
|
|
284
285
|
|
|
286
|
+
export { UniqueFieldSuffixContextProvider }
|
|
287
|
+
|
|
285
288
|
export declare type UploadFile = (params: UploadFileParams) => Promise<FileDescriptor>;
|
|
286
289
|
|
|
287
290
|
export declare interface UploadFileParams {
|
|
@@ -53,6 +53,7 @@ import { Tags } from '@wix/form-fields/headless';
|
|
|
53
53
|
import { TextArea } from '@wix/form-fields/headless';
|
|
54
54
|
import { TextInput } from '@wix/form-fields/headless';
|
|
55
55
|
import { TimeInput } from '@wix/form-fields/headless';
|
|
56
|
+
import { UniqueFieldSuffixContextProvider } from '@wix/form-fields';
|
|
56
57
|
import { useFieldProps } from '@wix/form-fields';
|
|
57
58
|
|
|
58
59
|
declare interface AppointmentSubmitData {
|
|
@@ -282,6 +283,8 @@ export { TextInput }
|
|
|
282
283
|
|
|
283
284
|
export { TimeInput }
|
|
284
285
|
|
|
286
|
+
export { UniqueFieldSuffixContextProvider }
|
|
287
|
+
|
|
285
288
|
export declare type UploadFile = (params: UploadFileParams) => Promise<FileDescriptor>;
|
|
286
289
|
|
|
287
290
|
export declare interface UploadFileParams {
|
package/dist/index.cjs
CHANGED
|
@@ -38329,6 +38329,7 @@ exports.Tags = Tags;
|
|
|
38329
38329
|
exports.TextArea = TextArea;
|
|
38330
38330
|
exports.TextInput = TextInput;
|
|
38331
38331
|
exports.TimeInput = TimeInput2;
|
|
38332
|
+
exports.UniqueFieldSuffixContextProvider = UniqueFieldSuffixContextProvider;
|
|
38332
38333
|
exports.useFieldProps = useFieldProps;
|
|
38333
38334
|
exports.useForm = useForm3;
|
|
38334
38335
|
//# sourceMappingURL=index.cjs.map
|