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

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.cjs.js CHANGED
@@ -23770,7 +23770,7 @@ var DropdownContentWrapper = styled__default.div.withConfig({
23770
23770
  var DropdownItemWrapper = styled__default.li.withConfig({
23771
23771
  displayName: "Dropdown__DropdownItemWrapper",
23772
23772
  componentId: "sc-pn6m0h-2"
23773
- })(["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) {
23773
+ })(["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:", ";border-color:", ";> *{background:", ";border-color:transparent;}}&:focus{outline:none;background:", ";border-color:", ";> *{background:", ";border-color:white;outline:none;}}"], function (_ref4) {
23774
23774
  var selected = _ref4.selected,
23775
23775
  themeValues = _ref4.themeValues;
23776
23776
  return selected ? themeValues.selectedColor : WHITE;
@@ -23778,19 +23778,18 @@ var DropdownItemWrapper = styled__default.li.withConfig({
23778
23778
  var disabled = _ref5.disabled;
23779
23779
  return disabled ? "default" : "pointer";
23780
23780
  }, function (_ref6) {
23781
- var selected = _ref6.selected,
23782
- disabled = _ref6.disabled,
23781
+ var disabled = _ref6.disabled,
23783
23782
  themeValues = _ref6.themeValues;
23784
- return selected ? addOpacity(themeValues.selectedColor, 0.2, 0, 0, 0) : disabled ? WHITE : themeValues.hoverColor;
23783
+ return disabled ? WHITE : addOpacity(themeValues.selectedColor, 0.2, 0, 0, 0);
23785
23784
  }, function (_ref7) {
23786
23785
  var selected = _ref7.selected,
23787
- disabled = _ref7.disabled,
23788
23786
  themeValues = _ref7.themeValues;
23789
- return selected ? addOpacity(themeValues.selectedColor, 0.2, 0, 0, 0) : disabled ? WHITE : themeValues.hoverColor;
23787
+ return selected ? TRANSPARENT : themeValues.hoverColor;
23790
23788
  }, function (_ref8) {
23791
23789
  var selected = _ref8.selected,
23790
+ disabled = _ref8.disabled,
23792
23791
  themeValues = _ref8.themeValues;
23793
- return selected ? TRANSPARENT : themeValues.hoverColor;
23792
+ return selected ? addOpacity(themeValues.selectedColor, 0.2, 0, 0, 0) : disabled ? WHITE : themeValues.hoverColor;
23794
23793
  }, function (_ref9) {
23795
23794
  var selected = _ref9.selected,
23796
23795
  themeValues = _ref9.themeValues;