@lanaco/lnc-react-ui 3.1.1 → 3.1.2
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 +1 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/lib/index.esm.js
CHANGED
|
@@ -71090,7 +71090,7 @@ var Item$1 = newStyled.div(_templateObject$I || (_templateObject$I = _taggedTemp
|
|
|
71090
71090
|
}, function (props) {
|
|
71091
71091
|
return props.showNested ? "rotate(180deg)" : "rotate(0)";
|
|
71092
71092
|
}, function (props) {
|
|
71093
|
-
return props.isActive == true && props.disabled == false && "background-color: ".concat(getColorRgbaValue(props.theme, "MenuItem", props.color, "focus", "background"), ";\n color: ").concat(getColorRgbaValue(props.theme, "MenuItem", props.color, "focus", "text"), ";\n ");
|
|
71093
|
+
return props.isActive == true && props.disabled == false && "background-color: ".concat(getColorRgbaValue(props.theme, "MenuItem", props.color, "focus", "background", "backgroundOpacity"), ";\n color: ").concat(getColorRgbaValue(props.theme, "MenuItem", props.color, "focus", "text"), ";\n ");
|
|
71094
71094
|
}, function (props) {
|
|
71095
71095
|
return props.disabled && getDisabledStateCss(props.theme);
|
|
71096
71096
|
});
|
package/lib/index.js
CHANGED
|
@@ -71139,7 +71139,7 @@ var Item$1 = newStyled.div(_templateObject$I || (_templateObject$I = _taggedTemp
|
|
|
71139
71139
|
}, function (props) {
|
|
71140
71140
|
return props.showNested ? "rotate(180deg)" : "rotate(0)";
|
|
71141
71141
|
}, function (props) {
|
|
71142
|
-
return props.isActive == true && props.disabled == false && "background-color: ".concat(getColorRgbaValue(props.theme, "MenuItem", props.color, "focus", "background"), ";\n color: ").concat(getColorRgbaValue(props.theme, "MenuItem", props.color, "focus", "text"), ";\n ");
|
|
71142
|
+
return props.isActive == true && props.disabled == false && "background-color: ".concat(getColorRgbaValue(props.theme, "MenuItem", props.color, "focus", "background", "backgroundOpacity"), ";\n color: ").concat(getColorRgbaValue(props.theme, "MenuItem", props.color, "focus", "text"), ";\n ");
|
|
71143
71143
|
}, function (props) {
|
|
71144
71144
|
return props.disabled && getDisabledStateCss(props.theme);
|
|
71145
71145
|
});
|