@thecb/components 8.4.3-beta.2 → 8.4.3-beta.3
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
|
@@ -41262,7 +41262,8 @@ var TableListItem = function TableListItem(_ref) {
|
|
|
41262
41262
|
borderTopItem = _ref.borderTopItem;
|
|
41263
41263
|
return /*#__PURE__*/React__default.createElement(Box, {
|
|
41264
41264
|
padding: "0px",
|
|
41265
|
-
extraStyles: "&:last-child {\n > * {\n border-bottom: none;\n }\n }\n ".concat(isMobile && borderTopItem && "&:first-child {\n > * {\n border-top: 1px solid ".concat(GHOST_GREY, ";\n }\n }"), "\n ")
|
|
41265
|
+
extraStyles: "&:last-child {\n > * {\n border-bottom: none;\n }\n }\n ".concat(isMobile && borderTopItem && "&:first-child {\n > * {\n border-top: 1px solid ".concat(GHOST_GREY, ";\n }\n }"), "\n "),
|
|
41266
|
+
hoverStyles: "".concat(hoverBackgroundColor && "&:hover {\n color: ".concat(WHITE, ";\n background-color: ").concat(hoverBackgroundColor, ";\n cursor: pointer;\n }"))
|
|
41266
41267
|
}, /*#__PURE__*/React__default.createElement(ItemWrapper, null, /*#__PURE__*/React__default.createElement(EditableTableListItem, {
|
|
41267
41268
|
isMobile: isMobile,
|
|
41268
41269
|
onClick: onClick
|