@luminati-io/uikit 3.5.1-beta.2 → 3.5.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -39844,7 +39844,7 @@ var renderRow = function renderRow(opt) {
|
|
39844
39844
|
var TableRow = styled_components__WEBPACK_IMPORTED_MODULE_1___default().div.withConfig({
|
39845
39845
|
displayName: "TableRow",
|
39846
39846
|
componentId: "sc-vrm5bg-0"
|
39847
|
-
})(["cursor:", ";border-bottom:", ";& ", "{height:", "px;}&:hover ", "{background-color:", ";}"], function (props) {
|
39847
|
+
})(["cursor:", ";border-bottom:", ";& ", "{min-height:", "px;}&:hover ", "{background-color:", ";}"], function (props) {
|
39848
39848
|
return props.$cursor;
|
39849
39849
|
}, function (props) {
|
39850
39850
|
return props.$isLast ? 'none' : "1px solid ".concat(_theme__WEBPACK_IMPORTED_MODULE_2__["default"].color.gray_3);
|
@@ -40725,13 +40725,13 @@ var TableCellContent = styled_components__WEBPACK_IMPORTED_MODULE_1___default().
|
|
40725
40725
|
var CellContent = styled_components__WEBPACK_IMPORTED_MODULE_1___default().div.withConfig({
|
40726
40726
|
displayName: "CellContent",
|
40727
40727
|
componentId: "sc-1gdt4qg-1"
|
40728
|
-
})(["box-sizing:border-box;display:flex;align-items:center;padding:
|
40728
|
+
})(["box-sizing:border-box;display:flex;align-items:center;padding:4px 16px;overflow:clip;", ""], function (props) {
|
40729
40729
|
return props.$type == 'number' ? 'text-align: right;' : null;
|
40730
40730
|
});
|
40731
40731
|
var EditableCellContent = styled_components__WEBPACK_IMPORTED_MODULE_1___default()(CellContent).withConfig({
|
40732
40732
|
displayName: "EditableCellContent",
|
40733
40733
|
componentId: "sc-1gdt4qg-2"
|
40734
|
-
})(["padding:
|
40734
|
+
})(["padding:3px 15px;border:1px solid transparent;&:hover{background-color:", ";border-color:", ";}", ""], _theme__WEBPACK_IMPORTED_MODULE_2__["default"].color.white, _theme__WEBPACK_IMPORTED_MODULE_2__["default"].color.gray_9, function (props) {
|
40735
40735
|
return props.$isEditing ? (0,styled_components__WEBPACK_IMPORTED_MODULE_1__.css)(["background-color:", ";border:1px solid ", " !important;box-shadow:inset 0px 0px 0px 3px rgba(0,106,220,0.4);"], _theme__WEBPACK_IMPORTED_MODULE_2__["default"].color.white, _theme__WEBPACK_IMPORTED_MODULE_2__["default"].color.blue_11) : undefined;
|
40736
40736
|
});
|
40737
40737
|
|