@gearbox-protocol/permissionless-ui 1.2.16 → 1.2.17

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.
@@ -87,6 +87,9 @@ const tailwindConfig = {
87
87
  lg: "var(--radius)",
88
88
  md: "calc(var(--radius) - 2px)",
89
89
  sm: "calc(var(--radius) - 4px)"
90
+ },
91
+ fontFamily: {
92
+ mono: ["var(--font-geist-mono)", "monospace"]
90
93
  }
91
94
  }
92
95
  },
@@ -54,6 +54,9 @@ const tailwindConfig = {
54
54
  lg: "var(--radius)",
55
55
  md: "calc(var(--radius) - 2px)",
56
56
  sm: "calc(var(--radius) - 4px)"
57
+ },
58
+ fontFamily: {
59
+ mono: ["var(--font-geist-mono)", "monospace"]
57
60
  }
58
61
  }
59
62
  },
package/dist/globals.css CHANGED
@@ -78,9 +78,6 @@
78
78
  body {
79
79
  @apply bg-background text-foreground;
80
80
  }
81
- .font-mono {
82
- line-height: 1;
83
- }
84
81
  }
85
82
 
86
83
  /* Add these styles to fix white background under scroll */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/permissionless-ui",
3
- "version": "1.2.16",
3
+ "version": "1.2.17",
4
4
  "description": "Internal UI components",
5
5
  "license": "MIT",
6
6
  "main": "./dist/cjs/index.js",