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.esm.js CHANGED
@@ -9617,7 +9617,7 @@ function Dropdown(props) {
9617
9617
  selectedValue && (React__default.createElement(Typography, { className: "value", variant: "B3", weight: "MEDIUM" }, selectedValue.name)),
9618
9618
  !openDropdown && React__default.createElement("div", null, arrowDown),
9619
9619
  openDropdown && React__default.createElement("div", null, arrowUp)),
9620
- openDropdown && (React__default.createElement("div", { className: "dropdownValues" }, dropdownList.map((val) => (React__default.createElement("div", { onClick: () => selectedDropdwonValue(val), className: "unselectedText" },
9620
+ openDropdown && (React__default.createElement("div", { className: "dropdownValues" }, dropdownList?.map((val) => (React__default.createElement("div", { onClick: () => selectedDropdwonValue(val), className: "unselectedText" },
9621
9621
  React__default.createElement(Typography, { variant: "B3", weight: "SEMI_BOLD" }, val.name)))))))));
9622
9622
  }
9623
9623