@wallarm-org/design-system 0.51.0 → 0.51.1-rc-fix-table-virtualization-scroll-loop.1

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.
@@ -17,6 +17,7 @@ const TableBodyVirtualizedContainer = ()=>{
17
17
  estimateSize: estimateRowHeight ?? (()=>40),
18
18
  overscan: overscan ?? TABLE_VIRTUALIZATION_OVERSCAN
19
19
  });
20
+ virtualizer.shouldAdjustScrollPositionOnItemSizeChange = ()=>false;
20
21
  virtualizerRef.current = virtualizer;
21
22
  useEffect(()=>()=>{
22
23
  virtualizerRef.current = null;
@@ -15,6 +15,7 @@ const TableBodyVirtualizedWindow = ()=>{
15
15
  overscan: overscan ?? TABLE_VIRTUALIZATION_OVERSCAN,
16
16
  scrollMargin: tbodyRef.current ? getDocumentOffsetTop(tbodyRef.current) : 0
17
17
  });
18
+ virtualizer.shouldAdjustScrollPositionOnItemSizeChange = ()=>false;
18
19
  virtualizerRef.current = virtualizer;
19
20
  useEffect(()=>()=>{
20
21
  virtualizerRef.current = null;
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "0.50.2",
3
- "generatedAt": "2026-06-01T16:00:25.004Z",
2
+ "version": "0.51.0",
3
+ "generatedAt": "2026-06-01T17:43:44.247Z",
4
4
  "components": [
5
5
  {
6
6
  "name": "Accordion",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wallarm-org/design-system",
3
- "version": "0.51.0",
3
+ "version": "0.51.1-rc-fix-table-virtualization-scroll-loop.1",
4
4
  "description": "Core design system library with React components and Storybook documentation",
5
5
  "publishConfig": {
6
6
  "access": "public",