@bigbinary/neeto-form-frontend 1.2.22 → 1.2.23

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.
@@ -35,8 +35,8 @@
35
35
  "addAdditionalGuests": "Add additional guests"
36
36
  },
37
37
  "fields": {
38
- "mcf": "Checkbox",
39
- "scf": "Radio button",
38
+ "mcf": "Multiple choice",
39
+ "scf": "Single choice",
40
40
  "def": "Paragraph",
41
41
  "drf": "Dropdown",
42
42
  "qif": "Multiple lines text",
package/dist/index.cjs.js CHANGED
@@ -11182,7 +11182,7 @@ var QUESTION_KINDS = [{
11182
11182
  type: "checkbox",
11183
11183
  label: i18next.t("neetoForm.fields.mcf"),
11184
11184
  isSingular: false,
11185
- icon: neetoIcons.MultipleChoice,
11185
+ icon: neetoIcons.Checkbox,
11186
11186
  component: MultipleChoice,
11187
11187
  defaults: {
11188
11188
  label: "",
@@ -11195,7 +11195,7 @@ var QUESTION_KINDS = [{
11195
11195
  type: "radio",
11196
11196
  label: i18next.t("neetoForm.fields.scf"),
11197
11197
  isSingular: false,
11198
- icon: neetoIcons.ListDot,
11198
+ icon: neetoIcons.Radio,
11199
11199
  component: SingleChoice,
11200
11200
  defaults: {
11201
11201
  label: "",