@nattstack/ui 0.0.77 → 0.0.78

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.
@@ -100,15 +100,11 @@ h6 {
100
100
  color: var(--color-text-primary);
101
101
  font-family: var(--font-heading);
102
102
  font-weight: 500;
103
- text-wrap: balance;
104
103
  }
105
104
 
106
105
  /*
107
106
  Improve paragraph wrapping for readability
108
107
  */
109
- p {
110
- text-wrap: pretty;
111
- }
112
108
 
113
109
  /*
114
110
  Use a dedicated monospace font for code
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nattstack/ui",
3
- "version": "0.0.77",
3
+ "version": "0.0.78",
4
4
  "description": "A collection of reusable React components built with Base UI, TypeScript, and CSS Modules",
5
5
  "keywords": [
6
6
  "base-ui",