@swan-io/lake 8.18.4 → 8.18.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swan-io/lake",
3
- "version": "8.18.4",
3
+ "version": "8.18.5",
4
4
  "engines": {
5
5
  "node": ">=20.9.0",
6
6
  "yarn": "^1.22.0"
@@ -127,7 +127,7 @@ const styles = StyleSheet.create({
127
127
  alignItems: "center",
128
128
  justifyContent: "flex-start",
129
129
  flexGrow: 1,
130
- paddingHorizontal: spacings[20],
130
+ paddingHorizontal: spacings[24],
131
131
  },
132
132
  loadingPlaceholder: {
133
133
  position: "absolute",
@@ -225,7 +225,7 @@ export const VirtualizedList = ({ variant, data, stickedToStartColumns, columns,
225
225
  ? "End"
226
226
  : "Middle")
227
227
  .toUndefined());
228
- }, [data, renderThreshold, rowHeight, stickedToStartColumnsWidth, stickedToEndColumnsWidth]);
228
+ }, [renderThreshold, rowHeight, stickedToStartColumnsWidth, stickedToEndColumnsWidth]);
229
229
  useLayoutEffect(() => {
230
230
  onLayoutUpdate();
231
231
  }, [onLayoutUpdate]);