@3sc/common-component 0.0.265 → 0.0.266
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.es.js +5 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -44223,7 +44223,7 @@ function Ow({
|
|
|
44223
44223
|
zIndex: 2,
|
|
44224
44224
|
backgroundColor: (ie) => {
|
|
44225
44225
|
var we;
|
|
44226
|
-
return ((we = e == null ? void 0 : e.selectedRow) == null ? void 0 : we.fhi) === (H == null ? void 0 : H.fhi) || H != null && H.isHigh ? ie.palette.primary.appBackground : ie.palette.primary.notifyBackground;
|
|
44226
|
+
return e != null && e.selectedRow && ((we = e == null ? void 0 : e.selectedRow) == null ? void 0 : we.fhi) === (H == null ? void 0 : H.fhi) || H != null && H.isHigh ? ie.palette.primary.appBackground : ie.palette.primary.notifyBackground;
|
|
44227
44227
|
}
|
|
44228
44228
|
},
|
|
44229
44229
|
...Y ? {
|
|
@@ -44243,8 +44243,10 @@ function Ow({
|
|
|
44243
44243
|
bottom: 0,
|
|
44244
44244
|
left: 0,
|
|
44245
44245
|
width: "100%",
|
|
44246
|
-
height: "0.
|
|
44247
|
-
background: "linear-gradient(#F9B16E, #F68080)"
|
|
44246
|
+
height: "0.08rem",
|
|
44247
|
+
background: "linear-gradient(#F9B16E, #F68080)",
|
|
44248
|
+
pointerEvents: "none"
|
|
44249
|
+
// <<-- This disables mouse events on this box
|
|
44248
44250
|
}
|
|
44249
44251
|
}
|
|
44250
44252
|
),
|