@tap-payments/os-micro-frontend-shared 0.0.291 → 0.0.292

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.
@@ -123,7 +123,7 @@ function SheetViewVirtualTable({ columns, rows, threshold = TABLE_THRESHOLD, sho
123
123
  overflowX: isPinned ? 'hidden' : 'auto',
124
124
  paddingBottom: isPinned ? '25px' : '13px',
125
125
  backgroundColor: isPinned ? 'transparent' : '#F6F8FACC',
126
- } }, { children: ListItemWrapper })));
126
+ } }, { children: ListItemWrapper }), `${containerKey}-${rows.length}`));
127
127
  } })) })));
128
128
  }, [
129
129
  itemsCount,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tap-payments/os-micro-frontend-shared",
3
3
  "description": "Shared components and utilities for Tap Payments micro frontends",
4
- "version": "0.0.291",
4
+ "version": "0.0.292",
5
5
  "testVersion": 0,
6
6
  "type": "module",
7
7
  "main": "build/index.js",