@rocket.chat/fuselage 0.32.0-dev.16 → 0.32.0-dev.17

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.
@@ -8985,7 +8985,7 @@ var __assign = (undefined && undefined.__assign) || function () {
8985
8985
  };
8986
8986
 
8987
8987
 
8988
- var MessageRole = function (props) { return (react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_Tag__WEBPACK_IMPORTED_MODULE_1__.Tag, __assign({ onClick: undefined, className: 'rcx-box rcx-box--full rcx-message-header__role' }, props, { small: true, disabled: undefined }))); };
8988
+ var MessageRole = function (props) { return (react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_Tag__WEBPACK_IMPORTED_MODULE_1__.Tag, __assign({ onClick: undefined, className: 'rcx-box rcx-box--full rcx-message-header__role' }, props, { small: true, disabled: true }))); };
8989
8989
 
8990
8990
 
8991
8991
  /***/ }),
@@ -14785,8 +14785,8 @@ function Tag(_a) {
14785
14785
  disabled && 'disabled',
14786
14786
  onClick && 'clickable',
14787
14787
  ]
14788
- .map(function (modifier) { return "rcx-tag--" + modifier; })
14789
14788
  .filter(Boolean)
14789
+ .map(function (modifier) { return "rcx-tag--" + modifier; })
14790
14790
  .join(' ');
14791
14791
  return (react__WEBPACK_IMPORTED_MODULE_0___default().createElement(TagName, __assign({ className: (0,_helpers_prependClassName__WEBPACK_IMPORTED_MODULE_1__.prependClassName)(className, "rcx-tag " + modifiers) }, props)));
14792
14792
  }