@galaxy-ds/core 1.1.53 → 1.1.54

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.
package/dist/index.js CHANGED
@@ -36119,9 +36119,9 @@ var TableCell = function (props) {
36119
36119
  return (React__default["default"].createElement(MuiTableCell, __assign$1({}, rest, { className: clsx(variantProp) })));
36120
36120
  };
36121
36121
 
36122
- var TableRow = function (props) {
36123
- return (React__default["default"].createElement(MuiTableRow, __assign$1({}, props)));
36124
- };
36122
+ var TableRow = React__default["default"].forwardRef(function (props, ref) {
36123
+ return React__default["default"].createElement(MuiTableRow, __assign$1({}, props, { ref: ref }));
36124
+ });
36125
36125
 
36126
36126
  var TableFooter = function (props) {
36127
36127
  var children = props.children, rest = __rest(props, ["children"]);