@luminati-io/uikit 3.6.2-beta.3 → 3.6.2-beta.4
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.
|
@@ -40477,7 +40477,7 @@ RowHoverActions.displayName = 'RowHoverActions';
|
|
|
40477
40477
|
var HoverActionsList = styled_components__WEBPACK_IMPORTED_MODULE_1___default().ul.withConfig({
|
|
40478
40478
|
displayName: "HoverActionsList",
|
|
40479
40479
|
componentId: "sc-1xb8hvf-0"
|
|
40480
|
-
})(["padding:0 ", ";visibility:", ";"], _theme__WEBPACK_IMPORTED_MODULE_2__["default"].spacing['02'], function (props) {
|
|
40480
|
+
})(["list-style-type:none;margin:0;padding:0 ", ";visibility:", ";"], _theme__WEBPACK_IMPORTED_MODULE_2__["default"].spacing['02'], function (props) {
|
|
40481
40481
|
return props.$visible ? 'visible' : 'hidden';
|
|
40482
40482
|
});
|
|
40483
40483
|
var useRowHoverActions = function useRowHoverActions(row) {
|
|
@@ -40497,11 +40497,6 @@ var useRowHoverActions = function useRowHoverActions(row) {
|
|
|
40497
40497
|
setVisibleHoverActions = _useState6[1];
|
|
40498
40498
|
var _usePopper = (0,react_popper__WEBPACK_IMPORTED_MODULE_5__.usePopper)(rowRef, hoverActionsRef, {
|
|
40499
40499
|
modifiers: [{
|
|
40500
|
-
name: 'offset',
|
|
40501
|
-
options: {
|
|
40502
|
-
offset: [-15, 0]
|
|
40503
|
-
}
|
|
40504
|
-
}, {
|
|
40505
40500
|
name: 'flip',
|
|
40506
40501
|
enabled: true,
|
|
40507
40502
|
options: {
|