pge-front-common 14.0.56 → 14.0.57

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/lib/index.esm.js CHANGED
@@ -21523,7 +21523,9 @@ var selectColourStyles = function (isInvalid, isMobile) { return ({
21523
21523
  ? "0px 0px 0px 2px #DC354580"
21524
21524
  : isFocused
21525
21525
  ? "0px 0px 0px 2px #0091ea80"
21526
- : "0px hsl(0, 0%, 96%)", backgroundColor: isDisabled ? "var(--input-disabled-bg-color)" : "white" }));
21526
+ : "0px hsl(0, 0%, 96%)", backgroundColor: isDisabled ? "var(--input-disabled-bg-color)" : "white", ":hover": {
21527
+ backgroundColor: isDisabled ? "var(--input-disabled-bg-color)" : "#005a9214",
21528
+ } }));
21527
21529
  },
21528
21530
  option: function (styles, _a) {
21529
21531
  var isDisabled = _a.isDisabled, isSelected = _a.isSelected, isFocused = _a.isFocused;