@codesinger0/shared-components 1.1.22 → 1.1.23

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.
@@ -37,7 +37,7 @@ const IconGrid = ({ items = [], className = '' }) => {
37
37
  </div>
38
38
 
39
39
  {/* Desktop: Smart grid */}
40
- <div className="hidden md:block space-y-4 mt-20">
40
+ <div className="hidden md:block space-y-4 mt-20 mb-20">
41
41
  {/* Top row */}
42
42
  <div
43
43
  className="grid gap-4 mb-4"
@@ -5,6 +5,7 @@ const QAAccordion = ({
5
5
  title = "שאלות נפוצות",
6
6
  subtitle = "מענה לשאלות הנפוצות ביותר",
7
7
  qaItems = [],
8
+ onClickCta = () => {},
8
9
  className = ""
9
10
  }) => {
10
11
  const [openIndex, setOpenIndex] = useState(null);
@@ -65,7 +66,6 @@ const QAAccordion = ({
65
66
  }
66
67
  ];
67
68
 
68
-
69
69
  const items = qaItems.length > 0 ? qaItems : defaultQAItems;
70
70
 
71
71
  return (
@@ -187,7 +187,7 @@ const QAAccordion = ({
187
187
  <p className="content-text mb-4">
188
188
  לא מצאתם את התשובה שחיפשתם?
189
189
  </p>
190
- <button className="btn-primary">
190
+ <button className="btn-primary" onClick={onClickCta}>
191
191
  צרו קשר
192
192
  </button>
193
193
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codesinger0/shared-components",
3
- "version": "1.1.22",
3
+ "version": "1.1.23",
4
4
  "description": "Shared React components for customer projects",
5
5
  "main": "dist/index.js",
6
6
  "files": [