@wix/forms 1.0.60 → 1.0.61

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.
@@ -538,7 +538,7 @@ export interface NestedFormOverrides {
538
538
  export interface FormFieldV2 extends FormFieldV2FieldTypeOptionsOneOf {
539
539
  /** Field accept input of data */
540
540
  inputOptions?: InputField;
541
- /** Field for displaying information */
541
+ /** Field for displaying information such as header or text paragraph */
542
542
  displayOptions?: DisplayField;
543
543
  /** Submit button of the form */
544
544
  submitOptions?: SubmitButton;
@@ -561,7 +561,7 @@ export interface FormFieldV2 extends FormFieldV2FieldTypeOptionsOneOf {
561
561
  export interface FormFieldV2FieldTypeOptionsOneOf {
562
562
  /** Field accept input of data */
563
563
  inputOptions?: InputField;
564
- /** Field for displaying information */
564
+ /** Field for displaying information such as header or text paragraph */
565
565
  displayOptions?: DisplayField;
566
566
  /** Submit button of the form */
567
567
  submitOptions?: SubmitButton;
@@ -544,7 +544,7 @@ export interface NestedFormOverrides {
544
544
  export interface FormFieldV2 extends FormFieldV2FieldTypeOptionsOneOf {
545
545
  /** Field accept input of data */
546
546
  inputOptions?: InputField;
547
- /** Field for displaying information */
547
+ /** Field for displaying information such as header or text paragraph */
548
548
  displayOptions?: DisplayField;
549
549
  /** Submit button of the form */
550
550
  submitOptions?: SubmitButton;
@@ -567,7 +567,7 @@ export interface FormFieldV2 extends FormFieldV2FieldTypeOptionsOneOf {
567
567
  export interface FormFieldV2FieldTypeOptionsOneOf {
568
568
  /** Field accept input of data */
569
569
  inputOptions?: InputField;
570
- /** Field for displaying information */
570
+ /** Field for displaying information such as header or text paragraph */
571
571
  displayOptions?: DisplayField;
572
572
  /** Submit button of the form */
573
573
  submitOptions?: SubmitButton;
@@ -538,7 +538,7 @@ export interface NestedFormOverrides {
538
538
  export interface FormFieldV2 extends FormFieldV2FieldTypeOptionsOneOf {
539
539
  /** Field accept input of data */
540
540
  inputOptions?: InputField;
541
- /** Field for displaying information */
541
+ /** Field for displaying information such as header or text paragraph */
542
542
  displayOptions?: DisplayField;
543
543
  /** Submit button of the form */
544
544
  submitOptions?: SubmitButton;
@@ -561,7 +561,7 @@ export interface FormFieldV2 extends FormFieldV2FieldTypeOptionsOneOf {
561
561
  export interface FormFieldV2FieldTypeOptionsOneOf {
562
562
  /** Field accept input of data */
563
563
  inputOptions?: InputField;
564
- /** Field for displaying information */
564
+ /** Field for displaying information such as header or text paragraph */
565
565
  displayOptions?: DisplayField;
566
566
  /** Submit button of the form */
567
567
  submitOptions?: SubmitButton;
@@ -544,7 +544,7 @@ export interface NestedFormOverrides {
544
544
  export interface FormFieldV2 extends FormFieldV2FieldTypeOptionsOneOf {
545
545
  /** Field accept input of data */
546
546
  inputOptions?: InputField;
547
- /** Field for displaying information */
547
+ /** Field for displaying information such as header or text paragraph */
548
548
  displayOptions?: DisplayField;
549
549
  /** Submit button of the form */
550
550
  submitOptions?: SubmitButton;
@@ -567,7 +567,7 @@ export interface FormFieldV2 extends FormFieldV2FieldTypeOptionsOneOf {
567
567
  export interface FormFieldV2FieldTypeOptionsOneOf {
568
568
  /** Field accept input of data */
569
569
  inputOptions?: InputField;
570
- /** Field for displaying information */
570
+ /** Field for displaying information such as header or text paragraph */
571
571
  displayOptions?: DisplayField;
572
572
  /** Submit button of the form */
573
573
  submitOptions?: SubmitButton;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/forms",
3
- "version": "1.0.60",
3
+ "version": "1.0.61",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -29,5 +29,5 @@
29
29
  "groupId": "com.wixpress.public-sdk-autogen"
30
30
  }
31
31
  },
32
- "falconPackageHash": "a859b7cac69bd1fd7985c51776453ba52e67dc0e5aa3d16ba35d408e"
32
+ "falconPackageHash": "69a46707c5ee16ce00028677442b2e4e05ec94b1f9b36fef5ce8f08c"
33
33
  }