@wix/forms 1.0.155 → 1.0.156

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/forms",
3
- "version": "1.0.155",
3
+ "version": "1.0.156",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -21,7 +21,7 @@
21
21
  "dependencies": {
22
22
  "@wix/forms_form-spam-submission-reports": "1.0.20",
23
23
  "@wix/forms_form-submissions": "1.0.28",
24
- "@wix/forms_forms": "1.0.31",
24
+ "@wix/forms_forms": "1.0.32",
25
25
  "@wix/forms_submissions": "1.0.65"
26
26
  },
27
27
  "devDependencies": {
@@ -47,5 +47,5 @@
47
47
  "fqdn": ""
48
48
  }
49
49
  },
50
- "falconPackageHash": "ec81d178cbb0e183057c2b0f1c66db58b946ef137d2b0e95dffbc891"
50
+ "falconPackageHash": "95d24ee992315cabfbc9f6638f3e7b60f6c51494b7969bf99aebf37f"
51
51
  }
@@ -2344,6 +2344,7 @@ interface RadioGroupCustomOption$1 {
2344
2344
  }
2345
2345
  declare enum NumberOfColumns$1 {
2346
2346
  UNKNOWN = "UNKNOWN",
2347
+ ZERO = "ZERO",
2347
2348
  ONE = "ONE",
2348
2349
  TWO = "TWO",
2349
2350
  THREE = "THREE"
@@ -2344,6 +2344,7 @@ interface RadioGroupCustomOption$1 {
2344
2344
  }
2345
2345
  declare enum NumberOfColumns$1 {
2346
2346
  UNKNOWN = "UNKNOWN",
2347
+ ZERO = "ZERO",
2347
2348
  ONE = "ONE",
2348
2349
  TWO = "TWO",
2349
2350
  THREE = "THREE"
@@ -1837,6 +1837,7 @@ interface RadioGroupCustomOption$1 {
1837
1837
  }
1838
1838
  declare enum NumberOfColumns$1 {
1839
1839
  UNKNOWN = "UNKNOWN",
1840
+ ZERO = "ZERO",
1840
1841
  ONE = "ONE",
1841
1842
  TWO = "TWO",
1842
1843
  THREE = "THREE"
@@ -6050,6 +6051,7 @@ interface RadioGroupCustomOption {
6050
6051
  }
6051
6052
  declare enum NumberOfColumns {
6052
6053
  UNKNOWN = "UNKNOWN",
6054
+ ZERO = "ZERO",
6053
6055
  ONE = "ONE",
6054
6056
  TWO = "TWO",
6055
6057
  THREE = "THREE"