optimized-react-component-library-xyz123 0.10.8 → 0.10.10

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
@@ -2033,6 +2033,14 @@ var QuestionRenderer = ({
2033
2033
  handleQuestionInputChange,
2034
2034
  showPreview
2035
2035
  }
2036
+ ),
2037
+ question.questionType === "Dropdown" && /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
2038
+ DropdownStandard_default,
2039
+ {
2040
+ question,
2041
+ handleQuestionInputChange,
2042
+ showPreview
2043
+ }
2036
2044
  )
2037
2045
  ] });
2038
2046
  };