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 +3 -1
- package/lib/index.esm.js.map +1 -1
- package/lib/index.js +3 -1
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
- package/lib/components/Footer/Footer.d.ts +0 -2
- package/lib/components/TooltipWithPortal/TooltipWithPortal.d.ts +0 -6
- package/lib/images/images/headerDividaAtivaLogoLight.svg +0 -4
- package/lib/images/images/headerPgeLogoDark.svg +0 -13
- package/lib/images/images/headerPgeLogoLight.svg +0 -109
- package/lib/lib/index.esm.js +0 -23979
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;
|