optimized-react-component-library-xyz123 2.12.3 → 2.12.4
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.js +6 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -3118,7 +3118,8 @@ var QuestionRenderer = ({
|
|
|
3118
3118
|
{
|
|
3119
3119
|
question,
|
|
3120
3120
|
handleQuestionInputChange,
|
|
3121
|
-
showPreview
|
|
3121
|
+
showPreview,
|
|
3122
|
+
activatedLanguage
|
|
3122
3123
|
}
|
|
3123
3124
|
),
|
|
3124
3125
|
question.questionType === "RadioWithInfo" && /* @__PURE__ */ jsx24(
|
|
@@ -3126,7 +3127,8 @@ var QuestionRenderer = ({
|
|
|
3126
3127
|
{
|
|
3127
3128
|
question,
|
|
3128
3129
|
handleQuestionInputChange,
|
|
3129
|
-
showPreview
|
|
3130
|
+
showPreview,
|
|
3131
|
+
activatedLanguage
|
|
3130
3132
|
}
|
|
3131
3133
|
),
|
|
3132
3134
|
question.questionType === "TextField" && /* @__PURE__ */ jsx24(
|
|
@@ -3180,7 +3182,8 @@ var QuestionRenderer = ({
|
|
|
3180
3182
|
{
|
|
3181
3183
|
question,
|
|
3182
3184
|
handleQuestionInputChange,
|
|
3183
|
-
showPreview
|
|
3185
|
+
showPreview,
|
|
3186
|
+
activatedLanguage
|
|
3184
3187
|
}
|
|
3185
3188
|
),
|
|
3186
3189
|
question.questionType === "InfoOnly" && /* @__PURE__ */ jsx24(
|