@rocket.chat/fuselage 0.32.0-dev.282 → 0.32.0-dev.283

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.
@@ -13540,7 +13540,7 @@ var __assign = (undefined && undefined.__assign) || function () {
13540
13540
 
13541
13541
 
13542
13542
 
13543
- var SidebarActions = function (props) { return (react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_ButtonGroup__WEBPACK_IMPORTED_MODULE_2__.ButtonGroup, __assign({ mb: 'neg-x2' }, props))); };
13543
+ var SidebarActions = function (props) { return (react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_ButtonGroup__WEBPACK_IMPORTED_MODULE_2__.ButtonGroup, __assign({}, props))); };
13544
13544
  var SidebarAction = (0,react__WEBPACK_IMPORTED_MODULE_0__.forwardRef)(function SidebarAction(props, ref) {
13545
13545
  return react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_Button__WEBPACK_IMPORTED_MODULE_1__.IconButton, __assign({ small: true, ref: ref }, props));
13546
13546
  });