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.mjs CHANGED
@@ -1703,10 +1703,9 @@ var QuestionGroup = ({
1703
1703
  QuestionRenderer2,
1704
1704
  {
1705
1705
  question,
1706
- isTouched: handleQuestionInputChange,
1706
+ handleQuestionInputChange,
1707
1707
  activatedLanguage,
1708
- showPreview,
1709
- showConfigure: !showPreview
1708
+ showPreview
1710
1709
  }
1711
1710
  ) }, "question-" + index);
1712
1711
  }) });