@codesinger0/shared-components 1.1.86 → 1.1.87

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.
@@ -150,7 +150,7 @@ const MasonryItemCard = ({
150
150
  >
151
151
  <h2 className="title mb-6">{title}</h2>
152
152
  <h3 className="subtitle mb-6">{subtitle}</h3>
153
- <p className="content-text max-w-md mx-auto lg:mx-0">{description}</p>
153
+ <p className="content-text max-w-md mx-auto lg:mx-0" style={{ whiteSpace: 'pre-line' }}>{description}</p>
154
154
  </div>
155
155
 
156
156
  {/* Desktop Masonry Images (visible on lg+) */}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codesinger0/shared-components",
3
- "version": "1.1.86",
3
+ "version": "1.1.87",
4
4
  "description": "Shared React components for customer projects",
5
5
  "main": "dist/index.js",
6
6
  "files": [