optimized-react-component-library-xyz123 0.1.135 → 0.1.136
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 +2 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1781,10 +1781,9 @@ var QuestionGroup = ({
|
|
|
1781
1781
|
import_optimized_react_component_library_xyz123.QuestionRenderer,
|
|
1782
1782
|
{
|
|
1783
1783
|
question,
|
|
1784
|
-
|
|
1784
|
+
handleQuestionInputChange,
|
|
1785
1785
|
activatedLanguage,
|
|
1786
|
-
showPreview
|
|
1787
|
-
showConfigure: !showPreview
|
|
1786
|
+
showPreview
|
|
1788
1787
|
}
|
|
1789
1788
|
) }, "question-" + index);
|
|
1790
1789
|
}) });
|