code7-leia 0.1.155 → 0.1.156

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.
@@ -1622,7 +1622,9 @@ var CustomSelect = function CustomSelect(_ref) {
1622
1622
  }
1623
1623
  }, React__default.createElement("div", {
1624
1624
  className: "selected-option"
1625
- }, selectedValue || placeholder), isOpen && React__default.createElement("div", {
1625
+ }, selectedValue || placeholder, React__default.createElement("span", {
1626
+ className: "arrow"
1627
+ }, "\u25BC")), isOpen && React__default.createElement("div", {
1626
1628
  className: "options"
1627
1629
  }, options.map(function (option) {
1628
1630
  return React__default.createElement("div", {