@rocket.chat/fuselage 0.53.5 → 0.53.7

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.
@@ -2310,7 +2310,7 @@ var react_1 = __importDefault(__webpack_require__(/*! react */ "react"));
2310
2310
  var Icon_1 = __webpack_require__(/*! ../Icon */ "./src/components/Icon/index.ts");
2311
2311
  var BubbleButton = function (_a) {
2312
2312
  var secondary = _a.secondary, label = _a.label, onClick = _a.onClick, icon = _a.icon, props = __rest(_a, ["secondary", "label", "onClick", "icon"]);
2313
- return (react_1.default.createElement("button", __assign({ className: "rcx-bubble__button ".concat(secondary
2313
+ return (react_1.default.createElement("button", __assign({ className: "rcx-box rcx-box--full rcx-bubble__button ".concat(secondary
2314
2314
  ? 'rcx-bubble__button--secondary'
2315
2315
  : 'rcx-bubble__button--primary'), onClick: onClick }, props),
2316
2316
  icon && react_1.default.createElement(Icon_1.Icon, { name: icon, size: 'x16' }),