@codesinger0/shared-components 1.1.61 → 1.1.62

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.
@@ -74,7 +74,7 @@ const LargeItemCard = ({
74
74
  >
75
75
  <h2 className={titleClass}>{title}</h2>
76
76
  <h3 className={subtitleClass}>{subtitle}</h3>
77
- <p className={contentClass + " max-w-md mx-auto lg:mx-0"}>{description}</p>
77
+ <p className={contentClass + " max-w-md mx-auto lg:mx-0" } style={{ whiteSpace: 'pre-line' }}>{description}</p>
78
78
 
79
79
  {/* Price Section */}
80
80
  {price && (
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codesinger0/shared-components",
3
- "version": "1.1.61",
3
+ "version": "1.1.62",
4
4
  "description": "Shared React components for customer projects",
5
5
  "main": "dist/index.js",
6
6
  "files": [