@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
@@ -151,7 +151,7 @@ function AccordionItem({
151
151
  AccordionPrimitive__namespace.Item,
152
152
  {
153
153
  "data-slot": "accordion-item",
154
- className: cn("border-b last:border-b-0", className),
154
+ className: cn("border-b ", className),
155
155
  ...props
156
156
  }
157
157
  );
@@ -172,7 +172,13 @@ function AccordionTrigger({
172
172
  ...props,
173
173
  children: [
174
174
  children,
175
- /* @__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" })
175
+ /* @__PURE__ */ jsxRuntime.jsx(
176
+ DynamicIcon,
177
+ {
178
+ name: "lucide/chevron-down",
179
+ className: "text-muted-foreground pointer-events-none size-4 shrink-0 translate-y-0.5 transition-transform duration-200"
180
+ }
181
+ )
176
182
  ]
177
183
  }
178
184
  ) });
@@ -995,7 +1001,7 @@ function FaqSplitHelp({
995
1001
  helpAction,
996
1002
  helpSlot,
997
1003
  background,
998
- spacing,
1004
+ spacing = "py-6 md:py-32",
999
1005
  pattern,
1000
1006
  patternOpacity,
1001
1007
  patternClassName,
@@ -1048,14 +1054,21 @@ function FaqSplitHelp({
1048
1054
  ))
1049
1055
  }
1050
1056
  );
1051
- }, [itemsSlot, items, accordionClassName, accordionItemClassName, accordionTriggerClassName, accordionContentClassName]);
1057
+ }, [
1058
+ itemsSlot,
1059
+ items,
1060
+ accordionClassName,
1061
+ accordionItemClassName,
1062
+ accordionTriggerClassName,
1063
+ accordionContentClassName
1064
+ ]);
1052
1065
  const helpSectionContent = React.useMemo(() => {
1053
1066
  if (helpSlot) return helpSlot;
1054
1067
  return /* @__PURE__ */ jsxRuntime.jsxs(
1055
1068
  "div",
1056
1069
  {
1057
1070
  className: cn(
1058
- "mt-16 flex flex-col items-center gap-4 rounded-lg bg-accent p-6 text-center md:flex-row md:justify-between md:text-left lg:p-8",
1071
+ "mt-8 md:mt-16 flex flex-col items-center gap-4 rounded-lg bg-muted p-6 text-center md:flex-row md:justify-between md:text-left lg:p-8",
1059
1072
  helpSectionClassName
1060
1073
  ),
1061
1074
  children: [
@@ -1077,7 +1090,13 @@ function FaqSplitHelp({
1077
1090
  ]
1078
1091
  }
1079
1092
  );
1080
- }, [helpSlot, helpHeading, helpDescription, helpAction, helpSectionClassName]);
1093
+ }, [
1094
+ helpSlot,
1095
+ helpHeading,
1096
+ helpDescription,
1097
+ helpAction,
1098
+ helpSectionClassName
1099
+ ]);
1081
1100
  return /* @__PURE__ */ jsxRuntime.jsx(
1082
1101
  Section,
1083
1102
  {
@@ -129,7 +129,7 @@ function AccordionItem({
129
129
  AccordionPrimitive.Item,
130
130
  {
131
131
  "data-slot": "accordion-item",
132
- className: cn("border-b last:border-b-0", className),
132
+ className: cn("border-b ", className),
133
133
  ...props
134
134
  }
135
135
  );
@@ -150,7 +150,13 @@ function AccordionTrigger({
150
150
  ...props,
151
151
  children: [
152
152
  children,
153
- /* @__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" })
153
+ /* @__PURE__ */ jsx(
154
+ DynamicIcon,
155
+ {
156
+ name: "lucide/chevron-down",
157
+ className: "text-muted-foreground pointer-events-none size-4 shrink-0 translate-y-0.5 transition-transform duration-200"
158
+ }
159
+ )
154
160
  ]
155
161
  }
156
162
  ) });
@@ -973,7 +979,7 @@ function FaqSplitHelp({
973
979
  helpAction,
974
980
  helpSlot,
975
981
  background,
976
- spacing,
982
+ spacing = "py-6 md:py-32",
977
983
  pattern,
978
984
  patternOpacity,
979
985
  patternClassName,
@@ -1026,14 +1032,21 @@ function FaqSplitHelp({
1026
1032
  ))
1027
1033
  }
1028
1034
  );
1029
- }, [itemsSlot, items, accordionClassName, accordionItemClassName, accordionTriggerClassName, accordionContentClassName]);
1035
+ }, [
1036
+ itemsSlot,
1037
+ items,
1038
+ accordionClassName,
1039
+ accordionItemClassName,
1040
+ accordionTriggerClassName,
1041
+ accordionContentClassName
1042
+ ]);
1030
1043
  const helpSectionContent = useMemo(() => {
1031
1044
  if (helpSlot) return helpSlot;
1032
1045
  return /* @__PURE__ */ jsxs(
1033
1046
  "div",
1034
1047
  {
1035
1048
  className: cn(
1036
- "mt-16 flex flex-col items-center gap-4 rounded-lg bg-accent p-6 text-center md:flex-row md:justify-between md:text-left lg:p-8",
1049
+ "mt-8 md:mt-16 flex flex-col items-center gap-4 rounded-lg bg-muted p-6 text-center md:flex-row md:justify-between md:text-left lg:p-8",
1037
1050
  helpSectionClassName
1038
1051
  ),
1039
1052
  children: [
@@ -1055,7 +1068,13 @@ function FaqSplitHelp({
1055
1068
  ]
1056
1069
  }
1057
1070
  );
1058
- }, [helpSlot, helpHeading, helpDescription, helpAction, helpSectionClassName]);
1071
+ }, [
1072
+ helpSlot,
1073
+ helpHeading,
1074
+ helpDescription,
1075
+ helpAction,
1076
+ helpSectionClassName
1077
+ ]);
1059
1078
  return /* @__PURE__ */ jsx(
1060
1079
  Section,
1061
1080
  {