@rocket.chat/fuselage 0.32.2 → 0.33.0

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.
@@ -11447,7 +11447,7 @@ var PaginatedSelect = function (_a) {
11447
11447
  ? 'chevron-up'
11448
11448
  : 'chevron-down', size: 'x20' })))),
11449
11449
  react_1.default.createElement(PositionAnimated_1.default, { visible: visible, anchor: containerRef },
11450
- react_1.default.createElement(_Options, __assign({}, (withTitle && { title: withTitle }), { width: borderBoxSize.inlineSize, role: 'listbox', filter: filter, options: options, onSelect: internalChangedByClick, endReached: endReached, onMouseDown: prevent_1.prevent })))));
11450
+ react_1.default.createElement(_Options, { withTitle: withTitle, width: borderBoxSize.inlineSize, role: 'listbox', filter: filter, options: options, onSelect: internalChangedByClick, endReached: endReached, onMouseDown: prevent_1.prevent }))));
11451
11451
  };
11452
11452
  exports.PaginatedSelect = PaginatedSelect;
11453
11453