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

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
@@ -1953,6 +1953,14 @@ var QuestionRenderer = ({
1953
1953
  handleQuestionInputChange,
1954
1954
  showPreview
1955
1955
  }
1956
+ ),
1957
+ question.questionType === "Dropdown" && /* @__PURE__ */ jsx14(
1958
+ DropdownStandard_default,
1959
+ {
1960
+ question,
1961
+ handleQuestionInputChange,
1962
+ showPreview
1963
+ }
1956
1964
  )
1957
1965
  ] });
1958
1966
  };