@homebound/beam 2.124.1 → 2.124.2
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.
|
@@ -318,6 +318,8 @@ function renderVirtual(style, id, columns, headerRows, filteredRows, firstRowMes
|
|
|
318
318
|
tableRef.current = ref;
|
|
319
319
|
}
|
|
320
320
|
}, components: {
|
|
321
|
+
// Applying a zIndex: 2 to ensure it stays on top of sticky columns
|
|
322
|
+
TopItemList: react_1.default.forwardRef((props, ref) => ((0, jsx_runtime_1.jsx)("div", Object.assign({}, props, { ref: ref, style: { ...props.style, ...{ zIndex: 2 } } }), void 0))),
|
|
321
323
|
List: VirtualRoot(listStyle, columns, id, firstLastColumnWidth, xss),
|
|
322
324
|
Footer: () => (0, jsx_runtime_1.jsx)("div", { css: footerStyle }, void 0),
|
|
323
325
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@homebound/beam",
|
|
3
|
-
"version": "2.124.
|
|
3
|
+
"version": "2.124.2",
|
|
4
4
|
"author": "Homebound",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"react-router": "^5.2.0",
|
|
49
49
|
"react-router-dom": "^5.2.0",
|
|
50
50
|
"react-stately": "^3.12.2",
|
|
51
|
-
"react-virtuoso": "
|
|
51
|
+
"react-virtuoso": "2.10.2",
|
|
52
52
|
"tributejs": "^5.1.3",
|
|
53
53
|
"trix": "^1.3.1",
|
|
54
54
|
"use-debounce": "^7.0.1",
|