@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.
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.
|
|
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.
|
|
11198
|
+
icon: neetoIcons.Radio,
|
|
11199
11199
|
component: SingleChoice,
|
|
11200
11200
|
defaults: {
|
|
11201
11201
|
label: "",
|