@wix/form-public 0.119.0 → 0.121.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.
@@ -4,6 +4,7 @@ import { CheckboxGroup } from '@wix/form-fields/headless';
4
4
  import { DateInput } from '@wix/form-fields/headless';
5
5
  import { DatePicker } from '@wix/form-fields/headless';
6
6
  import { DateTimeInput } from '@wix/form-fields/headless';
7
+ import { Donation } from '@wix/form-fields/headless';
7
8
  import { Dropdown } from '@wix/form-fields/headless';
8
9
  import { ErrorType } from '@wix/ambassador-forms-v1-validation-result/types';
9
10
  import { FileUpload } from '@wix/form-fields/headless';
@@ -16,6 +17,7 @@ import { Layout } from '@wix/form-fields';
16
17
  import { LoginBar } from '@wix/form-fields/headless';
17
18
  import { MultilineAddress } from '@wix/form-fields/headless';
18
19
  import { NumberInput } from '@wix/form-fields/headless';
20
+ import { PaymentInput } from '@wix/form-fields/headless';
19
21
  import { PhoneInput } from '@wix/form-fields/headless';
20
22
  import { ProductList } from '@wix/form-fields/headless';
21
23
  import { PublicAppointmentProps } from '@wix/form-fields';
@@ -51,6 +53,7 @@ import { default as React_2 } from 'react';
51
53
  import { ReactElement } from 'react';
52
54
  import { requests } from '@wix/ambassador-forms-v4-submission/build/cjs/proto/client/proto-generated';
53
55
  import { FieldType as SchemaFieldType } from '@wix/form-fields';
56
+ import { Signature } from '@wix/form-fields/headless';
54
57
  import { SubmitButton } from '@wix/form-fields/headless';
55
58
  import { Tags } from '@wix/form-fields/headless';
56
59
  import { TextArea } from '@wix/form-fields/headless';
@@ -84,6 +87,8 @@ export { DatePicker }
84
87
 
85
88
  export { DateTimeInput }
86
89
 
90
+ export { Donation }
91
+
87
92
  export { Dropdown }
88
93
 
89
94
  export declare const fetchLocaleDatasetTranslations: (locale: string) => Promise<Record<string, string>>;
@@ -183,6 +188,8 @@ export { NumberInput }
183
188
 
184
189
  export declare type OnChange = (values: FormValues) => void;
185
190
 
191
+ export { PaymentInput }
192
+
186
193
  export { PhoneInput }
187
194
 
188
195
  declare type PossibleValues = ValueType | {
@@ -286,6 +293,8 @@ export { RatingInput }
286
293
 
287
294
  export { SchemaFieldType }
288
295
 
296
+ export { Signature }
297
+
289
298
  export { SubmitButton }
290
299
 
291
300
  export { Tags }
@@ -4,6 +4,7 @@ import { CheckboxGroup } from '@wix/form-fields/headless';
4
4
  import { DateInput } from '@wix/form-fields/headless';
5
5
  import { DatePicker } from '@wix/form-fields/headless';
6
6
  import { DateTimeInput } from '@wix/form-fields/headless';
7
+ import { Donation } from '@wix/form-fields/headless';
7
8
  import { Dropdown } from '@wix/form-fields/headless';
8
9
  import { ErrorType } from '@wix/ambassador-forms-v1-validation-result/types';
9
10
  import { FileUpload } from '@wix/form-fields/headless';
@@ -16,6 +17,7 @@ import { Layout } from '@wix/form-fields';
16
17
  import { LoginBar } from '@wix/form-fields/headless';
17
18
  import { MultilineAddress } from '@wix/form-fields/headless';
18
19
  import { NumberInput } from '@wix/form-fields/headless';
20
+ import { PaymentInput } from '@wix/form-fields/headless';
19
21
  import { PhoneInput } from '@wix/form-fields/headless';
20
22
  import { ProductList } from '@wix/form-fields/headless';
21
23
  import { PublicAppointmentProps } from '@wix/form-fields';
@@ -51,6 +53,7 @@ import { default as React_2 } from 'react';
51
53
  import { ReactElement } from 'react';
52
54
  import { requests } from '@wix/ambassador-forms-v4-submission/build/cjs/proto/client/proto-generated';
53
55
  import { FieldType as SchemaFieldType } from '@wix/form-fields';
56
+ import { Signature } from '@wix/form-fields/headless';
54
57
  import { SubmitButton } from '@wix/form-fields/headless';
55
58
  import { Tags } from '@wix/form-fields/headless';
56
59
  import { TextArea } from '@wix/form-fields/headless';
@@ -84,6 +87,8 @@ export { DatePicker }
84
87
 
85
88
  export { DateTimeInput }
86
89
 
90
+ export { Donation }
91
+
87
92
  export { Dropdown }
88
93
 
89
94
  export declare const fetchLocaleDatasetTranslations: (locale: string) => Promise<Record<string, string>>;
@@ -183,6 +188,8 @@ export { NumberInput }
183
188
 
184
189
  export declare type OnChange = (values: FormValues) => void;
185
190
 
191
+ export { PaymentInput }
192
+
186
193
  export { PhoneInput }
187
194
 
188
195
  declare type PossibleValues = ValueType | {
@@ -286,6 +293,8 @@ export { RatingInput }
286
293
 
287
294
  export { SchemaFieldType }
288
295
 
296
+ export { Signature }
297
+
289
298
  export { SubmitButton }
290
299
 
291
300
  export { Tags }