@thecb/components 9.1.7-beta.2 → 9.1.7-beta.3

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
@@ -23762,10 +23762,10 @@ var DropdownContentWrapper = styled.div.withConfig({
23762
23762
  var DropdownItemWrapper = styled.li.withConfig({
23763
23763
  displayName: "Dropdown__DropdownItemWrapper",
23764
23764
  componentId: "sc-pn6m0h-2"
23765
- })(["text-align:start;border-width:2px;border-style:solid;border-color:", ";box-shadow:none;box-sizing:border-box;width:100%;list-style:none;cursor:", ";&:hover{background:", ";> *{background:", ";border-color:", ";}}&:focus{outline:none;background:", ";border-color:", ";> *{background:", ";border-color:white;outline:none;}}"], function (_ref4) {
23765
+ })(["text-align:start;background:", ";border-width:2px;border-style:solid;border-color:transparent;box-shadow:none;box-sizing:border-box;width:100%;list-style:none;cursor:", ";&:hover{background:", ";> *{background:", ";border-color:", ";}}&:focus{outline:none;background:", ";border-color:", ";> *{background:", ";border-color:white;outline:none;}}"], function (_ref4) {
23766
23766
  var selected = _ref4.selected,
23767
23767
  themeValues = _ref4.themeValues;
23768
- return selected ? addOpacity(themeValues.selectedColor, 0.2, 0, 0, 0) : TRANSPARENT;
23768
+ return selected ? themeValues.selectedColor : WHITE;
23769
23769
  }, function (_ref5) {
23770
23770
  var disabled = _ref5.disabled;
23771
23771
  return disabled ? "default" : "pointer";
@@ -23782,7 +23782,7 @@ var DropdownItemWrapper = styled.li.withConfig({
23782
23782
  }, function (_ref8) {
23783
23783
  var selected = _ref8.selected,
23784
23784
  themeValues = _ref8.themeValues;
23785
- return selected ? addOpacity(themeValues.selectedColor, 0.2, 0, 0, 0) : themeValues.hoverColor;
23785
+ return selected ? TRANSPARENT : themeValues.hoverColor;
23786
23786
  }, function (_ref9) {
23787
23787
  var selected = _ref9.selected,
23788
23788
  themeValues = _ref9.themeValues;