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 CHANGED
@@ -3203,7 +3203,8 @@ var QuestionRenderer = ({
3203
3203
  {
3204
3204
  question,
3205
3205
  handleQuestionInputChange,
3206
- showPreview
3206
+ showPreview,
3207
+ activatedLanguage
3207
3208
  }
3208
3209
  ),
3209
3210
  question.questionType === "RadioWithInfo" && /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
@@ -3211,7 +3212,8 @@ var QuestionRenderer = ({
3211
3212
  {
3212
3213
  question,
3213
3214
  handleQuestionInputChange,
3214
- showPreview
3215
+ showPreview,
3216
+ activatedLanguage
3215
3217
  }
3216
3218
  ),
3217
3219
  question.questionType === "TextField" && /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
@@ -3265,7 +3267,8 @@ var QuestionRenderer = ({
3265
3267
  {
3266
3268
  question,
3267
3269
  handleQuestionInputChange,
3268
- showPreview
3270
+ showPreview,
3271
+ activatedLanguage
3269
3272
  }
3270
3273
  ),
3271
3274
  question.questionType === "InfoOnly" && /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(