@wix/forms 1.0.109 → 1.0.110

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.109",
3
+ "version": "1.0.110",
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.4",
23
23
  "@wix/forms_form-submissions": "1.0.7",
24
- "@wix/forms_forms": "1.0.5",
24
+ "@wix/forms_forms": "1.0.6",
25
25
  "@wix/forms_submissions": "1.0.39"
26
26
  },
27
27
  "devDependencies": {
@@ -46,5 +46,5 @@
46
46
  "fqdn": ""
47
47
  }
48
48
  },
49
- "falconPackageHash": "37cb6a7fe9a4723cc3568a171fa054aeaed1af1afbace9d76353dab8"
49
+ "falconPackageHash": "59f612988a5d47af40dbd6d5d969c18cdc2f13260edd02a376ad26e9"
50
50
  }
@@ -2255,6 +2255,11 @@ interface ProductCheckboxGroup {
2255
2255
  description?: RichContent;
2256
2256
  /** List of options to select from. */
2257
2257
  options?: ProductCheckboxGroupOption[];
2258
+ /**
2259
+ * Flag identifying to hide or not label
2260
+ * Default: true
2261
+ */
2262
+ showLabel?: boolean | null;
2258
2263
  }
2259
2264
  interface ProductCheckboxGroupOption {
2260
2265
  /** Selectable option label. */
@@ -2255,6 +2255,11 @@ interface ProductCheckboxGroup {
2255
2255
  description?: RichContent;
2256
2256
  /** List of options to select from. */
2257
2257
  options?: ProductCheckboxGroupOption[];
2258
+ /**
2259
+ * Flag identifying to hide or not label
2260
+ * Default: true
2261
+ */
2262
+ showLabel?: boolean | null;
2258
2263
  }
2259
2264
  interface ProductCheckboxGroupOption {
2260
2265
  /** Selectable option label. */
@@ -2249,6 +2249,11 @@ interface ProductCheckboxGroup$1 {
2249
2249
  description?: RichContent$1;
2250
2250
  /** List of options to select from. */
2251
2251
  options?: ProductCheckboxGroupOption$1[];
2252
+ /**
2253
+ * Flag identifying to hide or not label
2254
+ * Default: true
2255
+ */
2256
+ showLabel?: boolean | null;
2252
2257
  }
2253
2258
  interface ProductCheckboxGroupOption$1 {
2254
2259
  /** Selectable option label. */
@@ -6080,6 +6085,11 @@ interface ProductCheckboxGroup {
6080
6085
  description?: RichContent;
6081
6086
  /** List of options to select from. */
6082
6087
  options?: ProductCheckboxGroupOption[];
6088
+ /**
6089
+ * Flag identifying to hide or not label
6090
+ * Default: true
6091
+ */
6092
+ showLabel?: boolean | null;
6083
6093
  }
6084
6094
  interface ProductCheckboxGroupOption {
6085
6095
  /** Selectable option label. */