@cryptlex/web-components 6.6.6-alpha83 → 6.6.6-alpha84

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/lib/index.css +1 -1
  2. package/package.json +1 -1
package/lib/index.css CHANGED
@@ -144,7 +144,7 @@
144
144
  }
145
145
 
146
146
  @utility body-sm {
147
- @apply text-sm font-normal leading-loose tracking-wide;
147
+ @apply text-sm font-normal leading-tight tracking-wide;
148
148
  }
149
149
 
150
150
  @utility tw-prose {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cryptlex/web-components",
3
- "version": "6.6.6-alpha83",
3
+ "version": "6.6.6-alpha84",
4
4
  "description": "React component library for Cryptlex web applications",
5
5
  "author": "Cryptlex",
6
6
  "type": "module",