react-better-html 1.1.148 → 1.1.150
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.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -7507,6 +7507,7 @@ var TableComponent = forwardRef15(function Table({
|
|
|
7507
7507
|
pageCount,
|
|
7508
7508
|
isInsideTableExpandRow,
|
|
7509
7509
|
containsOverflowComponents,
|
|
7510
|
+
wrapperComponentRef,
|
|
7510
7511
|
getRowStyle,
|
|
7511
7512
|
onClickRow,
|
|
7512
7513
|
onClickAllCheckboxes,
|
|
@@ -7887,6 +7888,7 @@ var TableComponent = forwardRef15(function Table({
|
|
|
7887
7888
|
borderRadius: theme2.styles.borderRadius * 2,
|
|
7888
7889
|
overflow: !containsOverflowComponents ? "auto" : void 0,
|
|
7889
7890
|
...props,
|
|
7891
|
+
ref: wrapperComponentRef,
|
|
7890
7892
|
children: /* @__PURE__ */ jsxs17(
|
|
7891
7893
|
TableStyledComponent,
|
|
7892
7894
|
{
|