@loomhq/lens 11.7.0 → 11.8.0

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2737,8 +2737,8 @@ var sizeStyles2 = {
2737
2737
  large: {
2738
2738
  textSize: "large",
2739
2739
  iconSize: 4,
2740
- height: u(5),
2741
- xSpace: u(2)
2740
+ height: u(6),
2741
+ xSpace: u(3)
2742
2742
  }
2743
2743
  };
2744
2744
  var TextButtonWrapper = styled15.button`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loomhq/lens",
3
- "version": "11.7.0",
3
+ "version": "11.8.0",
4
4
  "engines": {
5
5
  "pnpm": "^8.9.2"
6
6
  },