@rocket.chat/fuselage 0.37.0 → 0.37.1

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.
@@ -2662,9 +2662,7 @@ var Callout = function (_a) {
2662
2662
  (type === 'warning' && 'warning') ||
2663
2663
  (type === 'danger' && 'ban') ||
2664
2664
  'info-circled';
2665
- return (react_1.default.createElement(Box_1.default, __assign({ is: 'section', className: [
2666
- "rcx-callout ".concat(type && "rcx-callout--".concat(type), " ").concat(className || ''),
2667
- ]
2665
+ return (react_1.default.createElement(Box_1.default, __assign({ is: 'section', className: ['rcx-callout', type && "rcx-callout--".concat(type), className]
2668
2666
  .filter(Boolean)
2669
2667
  .join(' ') }, props),
2670
2668
  react_1.default.createElement(Icon_1.Icon, { className: 'rcx-callout__icon', name: icon || defaultIcon, size: 'x20' }),