@opensite/ui 0.8.4 → 0.8.6

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.
Files changed (107) hide show
  1. package/dist/article-breadcrumb-social.cjs +57 -73
  2. package/dist/article-breadcrumb-social.d.cts +2 -24
  3. package/dist/article-breadcrumb-social.d.ts +2 -24
  4. package/dist/article-breadcrumb-social.js +57 -73
  5. package/dist/article-compact-toc.cjs +1 -1
  6. package/dist/article-compact-toc.js +1 -1
  7. package/dist/article-sidebar-sticky.cjs +73 -26
  8. package/dist/article-sidebar-sticky.js +73 -26
  9. package/dist/blog-horizontal-timeline.cjs +7 -4
  10. package/dist/blog-horizontal-timeline.js +7 -4
  11. package/dist/faq-badge-support.cjs +18 -5
  12. package/dist/faq-badge-support.js +18 -5
  13. package/dist/faq-bordered-badge.cjs +23 -7
  14. package/dist/faq-bordered-badge.js +23 -7
  15. package/dist/faq-card-categories.cjs +20 -4
  16. package/dist/faq-card-categories.js +20 -4
  17. package/dist/faq-categorized-sections.cjs +19 -4
  18. package/dist/faq-categorized-sections.js +19 -4
  19. package/dist/faq-centered-accordion.cjs +18 -5
  20. package/dist/faq-centered-accordion.js +18 -5
  21. package/dist/faq-gradient-categories.cjs +19 -4
  22. package/dist/faq-gradient-categories.js +19 -4
  23. package/dist/faq-icon-benefits.cjs +11 -2
  24. package/dist/faq-icon-benefits.js +11 -2
  25. package/dist/faq-muted-cards.cjs +19 -6
  26. package/dist/faq-muted-cards.js +19 -6
  27. package/dist/faq-numbered-grid.cjs +11 -3
  28. package/dist/faq-numbered-grid.js +11 -3
  29. package/dist/faq-numbered-list.cjs +11 -3
  30. package/dist/faq-numbered-list.js +11 -3
  31. package/dist/faq-profile-sidebar.cjs +57 -20
  32. package/dist/faq-profile-sidebar.js +57 -20
  33. package/dist/faq-rounded-cards.cjs +26 -19
  34. package/dist/faq-rounded-cards.js +26 -19
  35. package/dist/faq-sidebar-navigation.cjs +48 -28
  36. package/dist/faq-sidebar-navigation.js +48 -28
  37. package/dist/faq-simple-accordion.cjs +17 -4
  38. package/dist/faq-simple-accordion.js +17 -4
  39. package/dist/faq-split-help.cjs +25 -6
  40. package/dist/faq-split-help.js +25 -6
  41. package/dist/faq-split-hero.cjs +604 -0
  42. package/dist/faq-split-hero.d.cts +116 -0
  43. package/dist/faq-split-hero.d.ts +116 -0
  44. package/dist/faq-split-hero.js +582 -0
  45. package/dist/faq-static-list.cjs +9 -2
  46. package/dist/faq-static-list.js +9 -2
  47. package/dist/feature-accordion-image.cjs +8 -2
  48. package/dist/feature-accordion-image.js +8 -2
  49. package/dist/feature-badge-grid-six.cjs +1 -1
  50. package/dist/feature-badge-grid-six.js +1 -1
  51. package/dist/feature-card-grid-linked.cjs +92 -22
  52. package/dist/feature-card-grid-linked.js +92 -22
  53. package/dist/feature-carousel-progress.cjs +1 -1
  54. package/dist/feature-carousel-progress.js +1 -1
  55. package/dist/feature-checklist-image.cjs +88 -15
  56. package/dist/feature-checklist-image.js +88 -15
  57. package/dist/feature-checklist-three-column.cjs +1 -1
  58. package/dist/feature-checklist-three-column.js +1 -1
  59. package/dist/feature-icon-grid-accent.cjs +50 -8
  60. package/dist/feature-icon-grid-accent.js +50 -8
  61. package/dist/feature-icon-grid-bordered.cjs +84 -14
  62. package/dist/feature-icon-grid-bordered.js +84 -14
  63. package/dist/feature-icon-tabs-content.cjs +217 -84
  64. package/dist/feature-icon-tabs-content.js +217 -84
  65. package/dist/feature-image-overlay-badge.cjs +106 -33
  66. package/dist/feature-image-overlay-badge.js +106 -33
  67. package/dist/feature-numbered-cards.cjs +154 -35
  68. package/dist/feature-numbered-cards.js +154 -35
  69. package/dist/feature-showcase.cjs +66 -71
  70. package/dist/feature-showcase.d.cts +1 -5
  71. package/dist/feature-showcase.d.ts +1 -5
  72. package/dist/feature-showcase.js +67 -72
  73. package/dist/feature-split-image-reverse.cjs +84 -15
  74. package/dist/feature-split-image-reverse.js +84 -15
  75. package/dist/feature-split-image.cjs +87 -15
  76. package/dist/feature-split-image.js +87 -15
  77. package/dist/feature-stats-highlight.cjs +50 -13
  78. package/dist/feature-stats-highlight.js +50 -13
  79. package/dist/feature-tabbed-content-image.cjs +198 -72
  80. package/dist/feature-tabbed-content-image.js +198 -72
  81. package/dist/feature-three-column-values.cjs +67 -14
  82. package/dist/feature-three-column-values.js +67 -14
  83. package/dist/feature-utility-cards-grid.cjs +83 -36
  84. package/dist/feature-utility-cards-grid.js +83 -36
  85. package/dist/navbar-animated-preview.cjs +8 -2
  86. package/dist/navbar-animated-preview.js +8 -2
  87. package/dist/navbar-centered-menu.cjs +8 -2
  88. package/dist/navbar-centered-menu.js +8 -2
  89. package/dist/navbar-dark-icons.cjs +8 -2
  90. package/dist/navbar-dark-icons.js +8 -2
  91. package/dist/navbar-dropdown-menu.cjs +8 -2
  92. package/dist/navbar-dropdown-menu.js +8 -2
  93. package/dist/navbar-education-platform.cjs +8 -2
  94. package/dist/navbar-education-platform.js +8 -2
  95. package/dist/navbar-enterprise-mega.cjs +8 -2
  96. package/dist/navbar-enterprise-mega.js +8 -2
  97. package/dist/navbar-feature-grid.cjs +8 -2
  98. package/dist/navbar-feature-grid.js +8 -2
  99. package/dist/navbar-multi-column-groups.cjs +8 -2
  100. package/dist/navbar-multi-column-groups.js +8 -2
  101. package/dist/navbar-platform-resources.cjs +8 -2
  102. package/dist/navbar-platform-resources.js +8 -2
  103. package/dist/navbar-sidebar-mobile.cjs +8 -2
  104. package/dist/navbar-sidebar-mobile.js +8 -2
  105. package/dist/registry.cjs +1873 -680
  106. package/dist/registry.js +1873 -680
  107. package/package.json +1 -1
@@ -150,7 +150,7 @@ function AccordionItem({
150
150
  AccordionPrimitive__namespace.Item,
151
151
  {
152
152
  "data-slot": "accordion-item",
153
- className: cn("border-b last:border-b-0", className),
153
+ className: cn("border-b ", className),
154
154
  ...props
155
155
  }
156
156
  );
@@ -171,7 +171,13 @@ function AccordionTrigger({
171
171
  ...props,
172
172
  children: [
173
173
  children,
174
- /* @__PURE__ */ jsxRuntime.jsx(DynamicIcon, { name: "lucide/chevron-down", className: "text-muted-foreground pointer-events-none size-4 shrink-0 translate-y-0.5 transition-transform duration-200" })
174
+ /* @__PURE__ */ jsxRuntime.jsx(
175
+ DynamicIcon,
176
+ {
177
+ name: "lucide/chevron-down",
178
+ className: "text-muted-foreground pointer-events-none size-4 shrink-0 translate-y-0.5 transition-transform duration-200"
179
+ }
180
+ )
175
181
  ]
176
182
  }
177
183
  ) });
@@ -572,7 +578,7 @@ function FaqCenteredAccordion({
572
578
  items,
573
579
  itemsSlot,
574
580
  background,
575
- spacing,
581
+ spacing = "py-6 md:py-32",
576
582
  pattern,
577
583
  patternOpacity,
578
584
  patternClassName,
@@ -624,7 +630,14 @@ function FaqCenteredAccordion({
624
630
  ))
625
631
  }
626
632
  );
627
- }, [itemsSlot, items, accordionClassName, accordionItemClassName, accordionTriggerClassName, accordionContentClassName]);
633
+ }, [
634
+ itemsSlot,
635
+ items,
636
+ accordionClassName,
637
+ accordionItemClassName,
638
+ accordionTriggerClassName,
639
+ accordionContentClassName
640
+ ]);
628
641
  return /* @__PURE__ */ jsxRuntime.jsx(
629
642
  Section,
630
643
  {
@@ -634,7 +647,7 @@ function FaqCenteredAccordion({
634
647
  patternOpacity,
635
648
  patternClassName,
636
649
  className,
637
- children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("space-y-16", containerClassName), children: [
650
+ children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("space-y-8 md:space-y-16", containerClassName), children: [
638
651
  /* @__PURE__ */ jsxRuntime.jsxs(
639
652
  "div",
640
653
  {
@@ -128,7 +128,7 @@ function AccordionItem({
128
128
  AccordionPrimitive.Item,
129
129
  {
130
130
  "data-slot": "accordion-item",
131
- className: cn("border-b last:border-b-0", className),
131
+ className: cn("border-b ", className),
132
132
  ...props
133
133
  }
134
134
  );
@@ -149,7 +149,13 @@ function AccordionTrigger({
149
149
  ...props,
150
150
  children: [
151
151
  children,
152
- /* @__PURE__ */ jsx(DynamicIcon, { name: "lucide/chevron-down", className: "text-muted-foreground pointer-events-none size-4 shrink-0 translate-y-0.5 transition-transform duration-200" })
152
+ /* @__PURE__ */ jsx(
153
+ DynamicIcon,
154
+ {
155
+ name: "lucide/chevron-down",
156
+ className: "text-muted-foreground pointer-events-none size-4 shrink-0 translate-y-0.5 transition-transform duration-200"
157
+ }
158
+ )
153
159
  ]
154
160
  }
155
161
  ) });
@@ -550,7 +556,7 @@ function FaqCenteredAccordion({
550
556
  items,
551
557
  itemsSlot,
552
558
  background,
553
- spacing,
559
+ spacing = "py-6 md:py-32",
554
560
  pattern,
555
561
  patternOpacity,
556
562
  patternClassName,
@@ -602,7 +608,14 @@ function FaqCenteredAccordion({
602
608
  ))
603
609
  }
604
610
  );
605
- }, [itemsSlot, items, accordionClassName, accordionItemClassName, accordionTriggerClassName, accordionContentClassName]);
611
+ }, [
612
+ itemsSlot,
613
+ items,
614
+ accordionClassName,
615
+ accordionItemClassName,
616
+ accordionTriggerClassName,
617
+ accordionContentClassName
618
+ ]);
606
619
  return /* @__PURE__ */ jsx(
607
620
  Section,
608
621
  {
@@ -612,7 +625,7 @@ function FaqCenteredAccordion({
612
625
  patternOpacity,
613
626
  patternClassName,
614
627
  className,
615
- children: /* @__PURE__ */ jsxs("div", { className: cn("space-y-16", containerClassName), children: [
628
+ children: /* @__PURE__ */ jsxs("div", { className: cn("space-y-8 md:space-y-16", containerClassName), children: [
616
629
  /* @__PURE__ */ jsxs(
617
630
  "div",
618
631
  {
@@ -150,7 +150,7 @@ function AccordionItem({
150
150
  AccordionPrimitive__namespace.Item,
151
151
  {
152
152
  "data-slot": "accordion-item",
153
- className: cn("border-b last:border-b-0", className),
153
+ className: cn("border-b ", className),
154
154
  ...props
155
155
  }
156
156
  );
@@ -171,7 +171,13 @@ function AccordionTrigger({
171
171
  ...props,
172
172
  children: [
173
173
  children,
174
- /* @__PURE__ */ jsxRuntime.jsx(DynamicIcon, { name: "lucide/chevron-down", className: "text-muted-foreground pointer-events-none size-4 shrink-0 translate-y-0.5 transition-transform duration-200" })
174
+ /* @__PURE__ */ jsxRuntime.jsx(
175
+ DynamicIcon,
176
+ {
177
+ name: "lucide/chevron-down",
178
+ className: "text-muted-foreground pointer-events-none size-4 shrink-0 translate-y-0.5 transition-transform duration-200"
179
+ }
180
+ )
175
181
  ]
176
182
  }
177
183
  ) });
@@ -572,7 +578,7 @@ function FaqGradientCategories({
572
578
  categories,
573
579
  categoriesSlot,
574
580
  background,
575
- spacing,
581
+ spacing = "py-6 md:py-32",
576
582
  pattern,
577
583
  patternOpacity,
578
584
  patternClassName,
@@ -640,7 +646,16 @@ function FaqGradientCategories({
640
646
  ] }, categoryIndex))
641
647
  }
642
648
  );
643
- }, [categoriesSlot, categories, gridClassName, categoryTitleClassName, accordionClassName, accordionItemClassName, accordionTriggerClassName, accordionContentClassName]);
649
+ }, [
650
+ categoriesSlot,
651
+ categories,
652
+ gridClassName,
653
+ categoryTitleClassName,
654
+ accordionClassName,
655
+ accordionItemClassName,
656
+ accordionTriggerClassName,
657
+ accordionContentClassName
658
+ ]);
644
659
  return /* @__PURE__ */ jsxRuntime.jsx(
645
660
  Section,
646
661
  {
@@ -128,7 +128,7 @@ function AccordionItem({
128
128
  AccordionPrimitive.Item,
129
129
  {
130
130
  "data-slot": "accordion-item",
131
- className: cn("border-b last:border-b-0", className),
131
+ className: cn("border-b ", className),
132
132
  ...props
133
133
  }
134
134
  );
@@ -149,7 +149,13 @@ function AccordionTrigger({
149
149
  ...props,
150
150
  children: [
151
151
  children,
152
- /* @__PURE__ */ jsx(DynamicIcon, { name: "lucide/chevron-down", className: "text-muted-foreground pointer-events-none size-4 shrink-0 translate-y-0.5 transition-transform duration-200" })
152
+ /* @__PURE__ */ jsx(
153
+ DynamicIcon,
154
+ {
155
+ name: "lucide/chevron-down",
156
+ className: "text-muted-foreground pointer-events-none size-4 shrink-0 translate-y-0.5 transition-transform duration-200"
157
+ }
158
+ )
153
159
  ]
154
160
  }
155
161
  ) });
@@ -550,7 +556,7 @@ function FaqGradientCategories({
550
556
  categories,
551
557
  categoriesSlot,
552
558
  background,
553
- spacing,
559
+ spacing = "py-6 md:py-32",
554
560
  pattern,
555
561
  patternOpacity,
556
562
  patternClassName,
@@ -618,7 +624,16 @@ function FaqGradientCategories({
618
624
  ] }, categoryIndex))
619
625
  }
620
626
  );
621
- }, [categoriesSlot, categories, gridClassName, categoryTitleClassName, accordionClassName, accordionItemClassName, accordionTriggerClassName, accordionContentClassName]);
627
+ }, [
628
+ categoriesSlot,
629
+ categories,
630
+ gridClassName,
631
+ categoryTitleClassName,
632
+ accordionClassName,
633
+ accordionItemClassName,
634
+ accordionTriggerClassName,
635
+ accordionContentClassName
636
+ ]);
622
637
  return /* @__PURE__ */ jsx(
623
638
  Section,
624
639
  {
@@ -516,7 +516,7 @@ function FaqIconBenefits({
516
516
  benefits,
517
517
  benefitsSlot,
518
518
  background,
519
- spacing,
519
+ spacing = "py-6 md:py-32",
520
520
  pattern,
521
521
  patternOpacity,
522
522
  patternClassName,
@@ -583,7 +583,16 @@ function FaqIconBenefits({
583
583
  ))
584
584
  }
585
585
  );
586
- }, [benefitsSlot, benefits, gridClassName, benefitCardClassName, iconWrapperClassName, iconClassName, titleClassName, benefitDescriptionClassName]);
586
+ }, [
587
+ benefitsSlot,
588
+ benefits,
589
+ gridClassName,
590
+ benefitCardClassName,
591
+ iconWrapperClassName,
592
+ iconClassName,
593
+ titleClassName,
594
+ benefitDescriptionClassName
595
+ ]);
587
596
  return /* @__PURE__ */ jsxRuntime.jsx(
588
597
  Section,
589
598
  {
@@ -495,7 +495,7 @@ function FaqIconBenefits({
495
495
  benefits,
496
496
  benefitsSlot,
497
497
  background,
498
- spacing,
498
+ spacing = "py-6 md:py-32",
499
499
  pattern,
500
500
  patternOpacity,
501
501
  patternClassName,
@@ -562,7 +562,16 @@ function FaqIconBenefits({
562
562
  ))
563
563
  }
564
564
  );
565
- }, [benefitsSlot, benefits, gridClassName, benefitCardClassName, iconWrapperClassName, iconClassName, titleClassName, benefitDescriptionClassName]);
565
+ }, [
566
+ benefitsSlot,
567
+ benefits,
568
+ gridClassName,
569
+ benefitCardClassName,
570
+ iconWrapperClassName,
571
+ iconClassName,
572
+ titleClassName,
573
+ benefitDescriptionClassName
574
+ ]);
566
575
  return /* @__PURE__ */ jsx(
567
576
  Section,
568
577
  {
@@ -150,7 +150,7 @@ function AccordionItem({
150
150
  AccordionPrimitive__namespace.Item,
151
151
  {
152
152
  "data-slot": "accordion-item",
153
- className: cn("border-b last:border-b-0", className),
153
+ className: cn("border-b ", className),
154
154
  ...props
155
155
  }
156
156
  );
@@ -171,7 +171,13 @@ function AccordionTrigger({
171
171
  ...props,
172
172
  children: [
173
173
  children,
174
- /* @__PURE__ */ jsxRuntime.jsx(DynamicIcon, { name: "lucide/chevron-down", className: "text-muted-foreground pointer-events-none size-4 shrink-0 translate-y-0.5 transition-transform duration-200" })
174
+ /* @__PURE__ */ jsxRuntime.jsx(
175
+ DynamicIcon,
176
+ {
177
+ name: "lucide/chevron-down",
178
+ className: "text-muted-foreground pointer-events-none size-4 shrink-0 translate-y-0.5 transition-transform duration-200"
179
+ }
180
+ )
175
181
  ]
176
182
  }
177
183
  ) });
@@ -571,7 +577,7 @@ function FaqMutedCards({
571
577
  items,
572
578
  itemsSlot,
573
579
  background,
574
- spacing,
580
+ spacing = "py-6 md:py-32",
575
581
  pattern,
576
582
  patternOpacity,
577
583
  patternClassName,
@@ -624,7 +630,14 @@ function FaqMutedCards({
624
630
  ))
625
631
  }
626
632
  );
627
- }, [itemsSlot, items, accordionClassName, accordionItemClassName, accordionTriggerClassName, accordionContentClassName]);
633
+ }, [
634
+ itemsSlot,
635
+ items,
636
+ accordionClassName,
637
+ accordionItemClassName,
638
+ accordionTriggerClassName,
639
+ accordionContentClassName
640
+ ]);
628
641
  return /* @__PURE__ */ jsxRuntime.jsx(
629
642
  Section,
630
643
  {
@@ -636,10 +649,10 @@ function FaqMutedCards({
636
649
  className,
637
650
  children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("container max-w-3xl", containerClassName), children: [
638
651
  heading && (typeof heading === "string" ? /* @__PURE__ */ jsxRuntime.jsx(
639
- "h1",
652
+ "h2",
640
653
  {
641
654
  className: cn(
642
- "mb-4 text-3xl font-bold md:mb-11 md:text-4xl",
655
+ "mb-4 text-3xl font-bold md:mb-11 md:text-4xl px-4",
643
656
  headingClassName
644
657
  ),
645
658
  children: heading
@@ -128,7 +128,7 @@ function AccordionItem({
128
128
  AccordionPrimitive.Item,
129
129
  {
130
130
  "data-slot": "accordion-item",
131
- className: cn("border-b last:border-b-0", className),
131
+ className: cn("border-b ", className),
132
132
  ...props
133
133
  }
134
134
  );
@@ -149,7 +149,13 @@ function AccordionTrigger({
149
149
  ...props,
150
150
  children: [
151
151
  children,
152
- /* @__PURE__ */ jsx(DynamicIcon, { name: "lucide/chevron-down", className: "text-muted-foreground pointer-events-none size-4 shrink-0 translate-y-0.5 transition-transform duration-200" })
152
+ /* @__PURE__ */ jsx(
153
+ DynamicIcon,
154
+ {
155
+ name: "lucide/chevron-down",
156
+ className: "text-muted-foreground pointer-events-none size-4 shrink-0 translate-y-0.5 transition-transform duration-200"
157
+ }
158
+ )
153
159
  ]
154
160
  }
155
161
  ) });
@@ -549,7 +555,7 @@ function FaqMutedCards({
549
555
  items,
550
556
  itemsSlot,
551
557
  background,
552
- spacing,
558
+ spacing = "py-6 md:py-32",
553
559
  pattern,
554
560
  patternOpacity,
555
561
  patternClassName,
@@ -602,7 +608,14 @@ function FaqMutedCards({
602
608
  ))
603
609
  }
604
610
  );
605
- }, [itemsSlot, items, accordionClassName, accordionItemClassName, accordionTriggerClassName, accordionContentClassName]);
611
+ }, [
612
+ itemsSlot,
613
+ items,
614
+ accordionClassName,
615
+ accordionItemClassName,
616
+ accordionTriggerClassName,
617
+ accordionContentClassName
618
+ ]);
606
619
  return /* @__PURE__ */ jsx(
607
620
  Section,
608
621
  {
@@ -614,10 +627,10 @@ function FaqMutedCards({
614
627
  className,
615
628
  children: /* @__PURE__ */ jsxs("div", { className: cn("container max-w-3xl", containerClassName), children: [
616
629
  heading && (typeof heading === "string" ? /* @__PURE__ */ jsx(
617
- "h1",
630
+ "h2",
618
631
  {
619
632
  className: cn(
620
- "mb-4 text-3xl font-bold md:mb-11 md:text-4xl",
633
+ "mb-4 text-3xl font-bold md:mb-11 md:text-4xl px-4",
621
634
  headingClassName
622
635
  ),
623
636
  children: heading
@@ -395,7 +395,7 @@ function FaqNumberedGrid({
395
395
  items,
396
396
  itemsSlot,
397
397
  background,
398
- spacing,
398
+ spacing = "py-6 md:py-32",
399
399
  pattern,
400
400
  patternOpacity,
401
401
  patternClassName,
@@ -432,7 +432,7 @@ function FaqNumberedGrid({
432
432
  "span",
433
433
  {
434
434
  className: cn(
435
- "bg-secondary flex size-6 shrink-0 items-center justify-center rounded-sm text-xs font-medium",
435
+ "bg-muted flex size-10 shrink-0 items-center justify-center rounded-lg text-md font-semibold",
436
436
  numberClassName
437
437
  ),
438
438
  children: index + 1
@@ -457,7 +457,15 @@ function FaqNumberedGrid({
457
457
  ))
458
458
  }
459
459
  );
460
- }, [itemsSlot, items, gridClassName, itemClassName, numberClassName, questionClassName, answerClassName]);
460
+ }, [
461
+ itemsSlot,
462
+ items,
463
+ gridClassName,
464
+ itemClassName,
465
+ numberClassName,
466
+ questionClassName,
467
+ answerClassName
468
+ ]);
461
469
  return /* @__PURE__ */ jsxRuntime.jsx(
462
470
  Section,
463
471
  {
@@ -389,7 +389,7 @@ function FaqNumberedGrid({
389
389
  items,
390
390
  itemsSlot,
391
391
  background,
392
- spacing,
392
+ spacing = "py-6 md:py-32",
393
393
  pattern,
394
394
  patternOpacity,
395
395
  patternClassName,
@@ -426,7 +426,7 @@ function FaqNumberedGrid({
426
426
  "span",
427
427
  {
428
428
  className: cn(
429
- "bg-secondary flex size-6 shrink-0 items-center justify-center rounded-sm text-xs font-medium",
429
+ "bg-muted flex size-10 shrink-0 items-center justify-center rounded-lg text-md font-semibold",
430
430
  numberClassName
431
431
  ),
432
432
  children: index + 1
@@ -451,7 +451,15 @@ function FaqNumberedGrid({
451
451
  ))
452
452
  }
453
453
  );
454
- }, [itemsSlot, items, gridClassName, itemClassName, numberClassName, questionClassName, answerClassName]);
454
+ }, [
455
+ itemsSlot,
456
+ items,
457
+ gridClassName,
458
+ itemClassName,
459
+ numberClassName,
460
+ questionClassName,
461
+ answerClassName
462
+ ]);
455
463
  return /* @__PURE__ */ jsx(
456
464
  Section,
457
465
  {
@@ -430,7 +430,7 @@ function FaqNumberedList({
430
430
  items,
431
431
  itemsSlot,
432
432
  background,
433
- spacing,
433
+ spacing = "py-6 md:py-32",
434
434
  pattern,
435
435
  patternOpacity,
436
436
  patternClassName,
@@ -467,7 +467,7 @@ function FaqNumberedList({
467
467
  "span",
468
468
  {
469
469
  className: cn(
470
- "bg-secondary flex size-6 shrink-0 items-center justify-center rounded-sm text-xs font-medium",
470
+ "bg-muted flex size-10 shrink-0 items-center justify-center rounded-lg text-md font-semibold",
471
471
  numberClassName
472
472
  ),
473
473
  children: index + 1
@@ -492,7 +492,15 @@ function FaqNumberedList({
492
492
  ))
493
493
  }
494
494
  );
495
- }, [itemsSlot, items, itemsWrapperClassName, itemClassName, numberClassName, questionClassName, answerClassName]);
495
+ }, [
496
+ itemsSlot,
497
+ items,
498
+ itemsWrapperClassName,
499
+ itemClassName,
500
+ numberClassName,
501
+ questionClassName,
502
+ answerClassName
503
+ ]);
496
504
  return /* @__PURE__ */ jsxRuntime.jsx(
497
505
  Section,
498
506
  {
@@ -424,7 +424,7 @@ function FaqNumberedList({
424
424
  items,
425
425
  itemsSlot,
426
426
  background,
427
- spacing,
427
+ spacing = "py-6 md:py-32",
428
428
  pattern,
429
429
  patternOpacity,
430
430
  patternClassName,
@@ -461,7 +461,7 @@ function FaqNumberedList({
461
461
  "span",
462
462
  {
463
463
  className: cn(
464
- "bg-secondary flex size-6 shrink-0 items-center justify-center rounded-sm text-xs font-medium",
464
+ "bg-muted flex size-10 shrink-0 items-center justify-center rounded-lg text-md font-semibold",
465
465
  numberClassName
466
466
  ),
467
467
  children: index + 1
@@ -486,7 +486,15 @@ function FaqNumberedList({
486
486
  ))
487
487
  }
488
488
  );
489
- }, [itemsSlot, items, itemsWrapperClassName, itemClassName, numberClassName, questionClassName, answerClassName]);
489
+ }, [
490
+ itemsSlot,
491
+ items,
492
+ itemsWrapperClassName,
493
+ itemClassName,
494
+ numberClassName,
495
+ questionClassName,
496
+ answerClassName
497
+ ]);
490
498
  return /* @__PURE__ */ jsx(
491
499
  Section,
492
500
  {
@@ -152,7 +152,7 @@ function AccordionItem({
152
152
  AccordionPrimitive__namespace.Item,
153
153
  {
154
154
  "data-slot": "accordion-item",
155
- className: cn("border-b last:border-b-0", className),
155
+ className: cn("border-b ", className),
156
156
  ...props
157
157
  }
158
158
  );
@@ -173,7 +173,13 @@ function AccordionTrigger({
173
173
  ...props,
174
174
  children: [
175
175
  children,
176
- /* @__PURE__ */ jsxRuntime.jsx(DynamicIcon, { name: "lucide/chevron-down", className: "text-muted-foreground pointer-events-none size-4 shrink-0 translate-y-0.5 transition-transform duration-200" })
176
+ /* @__PURE__ */ jsxRuntime.jsx(
177
+ DynamicIcon,
178
+ {
179
+ name: "lucide/chevron-down",
180
+ className: "text-muted-foreground pointer-events-none size-4 shrink-0 translate-y-0.5 transition-transform duration-200"
181
+ }
182
+ )
177
183
  ]
178
184
  }
179
185
  ) });
@@ -999,7 +1005,7 @@ function FaqProfileSidebar({
999
1005
  contactText,
1000
1006
  contactAction,
1001
1007
  background,
1002
- spacing,
1008
+ spacing = "py-6 md:py-32",
1003
1009
  pattern,
1004
1010
  patternOpacity,
1005
1011
  patternClassName,
@@ -1052,7 +1058,14 @@ function FaqProfileSidebar({
1052
1058
  },
1053
1059
  item.id
1054
1060
  )) });
1055
- }, [itemsSlot, items, accordionClassName, accordionItemClassName, accordionTriggerClassName, accordionContentClassName]);
1061
+ }, [
1062
+ itemsSlot,
1063
+ items,
1064
+ accordionClassName,
1065
+ accordionItemClassName,
1066
+ accordionTriggerClassName,
1067
+ accordionContentClassName
1068
+ ]);
1056
1069
  const profileSectionContent = React.useMemo(() => {
1057
1070
  if (profileSlot) return profileSlot;
1058
1071
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("rounded-lg border p-6", profileCardClassName), children: [
@@ -1093,22 +1106,46 @@ function FaqProfileSidebar({
1093
1106
  children: profileDescription
1094
1107
  }
1095
1108
  ) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: profileDescriptionClassName, children: profileDescription })),
1096
- contactAction && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: cn("mt-6 border-t pt-6", contactSectionClassName), children: [
1097
- contactText && (typeof contactText === "string" ? /* @__PURE__ */ jsxRuntime.jsx("p", { className: "text-sm font-medium", children: contactText }) : contactText),
1098
- /* @__PURE__ */ jsxRuntime.jsx(
1099
- Pressable,
1100
- {
1101
- href: contactAction.href,
1102
- onClick: contactAction.onClick,
1103
- variant: contactAction.variant || "outline",
1104
- size: contactAction.size,
1105
- className: cn("mt-3 w-full", contactAction.className),
1106
- children: contactAction.children || contactAction.label
1107
- }
1108
- )
1109
- ] })
1109
+ contactAction && /* @__PURE__ */ jsxRuntime.jsxs(
1110
+ "div",
1111
+ {
1112
+ className: cn(
1113
+ "mt-6 border-t pt-6 flex flex-col space-y-4",
1114
+ contactSectionClassName
1115
+ ),
1116
+ children: [
1117
+ contactText && (typeof contactText === "string" ? /* @__PURE__ */ jsxRuntime.jsx("p", { className: "text-sm font-medium", children: contactText }) : contactText),
1118
+ /* @__PURE__ */ jsxRuntime.jsx(
1119
+ Pressable,
1120
+ {
1121
+ href: contactAction.href,
1122
+ onClick: contactAction.onClick,
1123
+ variant: contactAction.variant || "outline",
1124
+ size: contactAction.size,
1125
+ className: cn("mt-3 w-full", contactAction.className),
1126
+ children: contactAction.children || contactAction.label
1127
+ }
1128
+ )
1129
+ ]
1130
+ }
1131
+ )
1110
1132
  ] });
1111
- }, [profileSlot, profileImage, profileName, profileRole, profileDescription, contactText, contactAction, profileCardClassName, profileImageClassName, profileNameClassName, profileRoleClassName, profileDescriptionClassName, contactSectionClassName, optixFlowConfig]);
1133
+ }, [
1134
+ profileSlot,
1135
+ profileImage,
1136
+ profileName,
1137
+ profileRole,
1138
+ profileDescription,
1139
+ contactText,
1140
+ contactAction,
1141
+ profileCardClassName,
1142
+ profileImageClassName,
1143
+ profileNameClassName,
1144
+ profileRoleClassName,
1145
+ profileDescriptionClassName,
1146
+ contactSectionClassName,
1147
+ optixFlowConfig
1148
+ ]);
1112
1149
  return /* @__PURE__ */ jsxRuntime.jsx(
1113
1150
  Section,
1114
1151
  {
@@ -1122,7 +1159,7 @@ function FaqProfileSidebar({
1122
1159
  "div",
1123
1160
  {
1124
1161
  className: cn(
1125
- "flex flex-col gap-10 lg:flex-row lg:gap-16",
1162
+ "flex flex-col gap-6 lg:flex-row lg:gap-16",
1126
1163
  contentWrapperClassName
1127
1164
  ),
1128
1165
  children: [