dhre-component-lib 0.5.8 → 0.5.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.js CHANGED
@@ -9640,7 +9640,7 @@ function Dropdown(props) {
9640
9640
  selectedValue && (React__namespace.default.createElement(Typography, { className: "value", variant: "B3", weight: "MEDIUM" }, selectedValue.name)),
9641
9641
  !openDropdown && React__namespace.default.createElement("div", null, arrowDown),
9642
9642
  openDropdown && React__namespace.default.createElement("div", null, arrowUp)),
9643
- openDropdown && (React__namespace.default.createElement("div", { className: "dropdownValues" }, dropdownList.map((val) => (React__namespace.default.createElement("div", { onClick: () => selectedDropdwonValue(val), className: "unselectedText" },
9643
+ openDropdown && (React__namespace.default.createElement("div", { className: "dropdownValues" }, dropdownList?.map((val) => (React__namespace.default.createElement("div", { onClick: () => selectedDropdwonValue(val), className: "unselectedText" },
9644
9644
  React__namespace.default.createElement(Typography, { variant: "B3", weight: "SEMI_BOLD" }, val.name)))))))));
9645
9645
  }
9646
9646