@codesinger0/shared-components 1.1.62 → 1.1.64

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.
@@ -50,7 +50,7 @@ const AdvantagesList = ({
50
50
  {point.subs && point.subs.length > 0 && (
51
51
  <ul className="mt-3 space-y-2 list-disc list-inside">
52
52
  {point.subs.map((sub, subIndex) => (
53
- <li key={subIndex} className="subtitle leading-relaxed text-sm">
53
+ <li key={subIndex} className="subtitle leading-relaxed text-base">
54
54
  {sub}
55
55
  </li>
56
56
  ))}
@@ -73,7 +73,7 @@ const LargeItemCard = ({
73
73
  dir="rtl"
74
74
  >
75
75
  <h2 className={titleClass}>{title}</h2>
76
- <h3 className={subtitleClass}>{subtitle}</h3>
76
+ <h3 className={subtitleClass} style={{ whiteSpace: 'pre-line' }}>{subtitle}</h3>
77
77
  <p className={contentClass + " max-w-md mx-auto lg:mx-0" } style={{ whiteSpace: 'pre-line' }}>{description}</p>
78
78
 
79
79
  {/* Price Section */}
@@ -172,6 +172,7 @@ const QAAccordion = ({
172
172
  }
173
173
  }}
174
174
  className="content-text text-gray-700 leading-relaxed pt-4"
175
+ style={{ whiteSpace: 'pre-line' }}
175
176
  >
176
177
  {item.answer}
177
178
  </motion.p>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codesinger0/shared-components",
3
- "version": "1.1.62",
3
+ "version": "1.1.64",
4
4
  "description": "Shared React components for customer projects",
5
5
  "main": "dist/index.js",
6
6
  "files": [