@swan-io/lake 13.7.2 → 13.7.3

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": "13.7.2",
3
+ "version": "13.7.3",
4
4
  "engines": {
5
5
  "node": ">22.12.0"
6
6
  },
@@ -116,7 +116,9 @@ const styles = StyleSheet.create({
116
116
  filterContainer: {
117
117
  flexGrow: 1,
118
118
  flexShrink: 1,
119
- margin: 16,
119
+ marginHorizontal: 16,
120
+ marginBottom: 12,
121
+ marginTop: 4,
120
122
  },
121
123
  filterInput: {
122
124
  ...texts.regular,
@@ -31,12 +31,12 @@ const styles = StyleSheet.create({
31
31
  popoverContainer: {
32
32
  position: "absolute",
33
33
  display: "flex",
34
+ backgroundColor: backgroundColor.accented,
34
35
  },
35
36
  popover: {
36
37
  pointerEvents: "auto",
37
38
  display: "flex",
38
39
  flexDirection: "column",
39
- backgroundColor: backgroundColor.accented,
40
40
  borderRadius: radii[8],
41
41
  marginVertical: spacings[8],
42
42
  overflow: "hidden",