optimized-react-component-library-xyz123 2.0.1 → 2.0.3
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.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +9 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +9 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -2418,6 +2418,15 @@ var QuestionRenderer = ({
|
|
|
2418
2418
|
showPreview
|
|
2419
2419
|
}
|
|
2420
2420
|
),
|
|
2421
|
+
question.questionType === "RadioWithInfo" && /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
2422
|
+
RadioWithInfoStandard_default,
|
|
2423
|
+
{
|
|
2424
|
+
question,
|
|
2425
|
+
handleQuestionInputChange,
|
|
2426
|
+
showPreview,
|
|
2427
|
+
activatedLanguage
|
|
2428
|
+
}
|
|
2429
|
+
),
|
|
2421
2430
|
question.questionType === "TextField" && /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
2422
2431
|
TextFieldStandard_default,
|
|
2423
2432
|
{
|