@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.
- package/dist/article-breadcrumb-social.cjs +57 -73
- package/dist/article-breadcrumb-social.d.cts +2 -24
- package/dist/article-breadcrumb-social.d.ts +2 -24
- package/dist/article-breadcrumb-social.js +57 -73
- package/dist/article-compact-toc.cjs +1 -1
- package/dist/article-compact-toc.js +1 -1
- package/dist/article-sidebar-sticky.cjs +73 -26
- package/dist/article-sidebar-sticky.js +73 -26
- package/dist/blog-horizontal-timeline.cjs +7 -4
- package/dist/blog-horizontal-timeline.js +7 -4
- package/dist/faq-badge-support.cjs +18 -5
- package/dist/faq-badge-support.js +18 -5
- package/dist/faq-bordered-badge.cjs +23 -7
- package/dist/faq-bordered-badge.js +23 -7
- package/dist/faq-card-categories.cjs +20 -4
- package/dist/faq-card-categories.js +20 -4
- package/dist/faq-categorized-sections.cjs +19 -4
- package/dist/faq-categorized-sections.js +19 -4
- package/dist/faq-centered-accordion.cjs +18 -5
- package/dist/faq-centered-accordion.js +18 -5
- package/dist/faq-gradient-categories.cjs +19 -4
- package/dist/faq-gradient-categories.js +19 -4
- package/dist/faq-icon-benefits.cjs +11 -2
- package/dist/faq-icon-benefits.js +11 -2
- package/dist/faq-muted-cards.cjs +19 -6
- package/dist/faq-muted-cards.js +19 -6
- package/dist/faq-numbered-grid.cjs +11 -3
- package/dist/faq-numbered-grid.js +11 -3
- package/dist/faq-numbered-list.cjs +11 -3
- package/dist/faq-numbered-list.js +11 -3
- package/dist/faq-profile-sidebar.cjs +57 -20
- package/dist/faq-profile-sidebar.js +57 -20
- package/dist/faq-rounded-cards.cjs +26 -19
- package/dist/faq-rounded-cards.js +26 -19
- package/dist/faq-sidebar-navigation.cjs +48 -28
- package/dist/faq-sidebar-navigation.js +48 -28
- package/dist/faq-simple-accordion.cjs +17 -4
- package/dist/faq-simple-accordion.js +17 -4
- package/dist/faq-split-help.cjs +25 -6
- package/dist/faq-split-help.js +25 -6
- package/dist/faq-split-hero.cjs +604 -0
- package/dist/faq-split-hero.d.cts +116 -0
- package/dist/faq-split-hero.d.ts +116 -0
- package/dist/faq-split-hero.js +582 -0
- package/dist/faq-static-list.cjs +9 -2
- package/dist/faq-static-list.js +9 -2
- package/dist/feature-accordion-image.cjs +8 -2
- package/dist/feature-accordion-image.js +8 -2
- package/dist/feature-badge-grid-six.cjs +1 -1
- package/dist/feature-badge-grid-six.js +1 -1
- package/dist/feature-card-grid-linked.cjs +92 -22
- package/dist/feature-card-grid-linked.js +92 -22
- package/dist/feature-carousel-progress.cjs +1 -1
- package/dist/feature-carousel-progress.js +1 -1
- package/dist/feature-checklist-image.cjs +88 -15
- package/dist/feature-checklist-image.js +88 -15
- package/dist/feature-checklist-three-column.cjs +1 -1
- package/dist/feature-checklist-three-column.js +1 -1
- package/dist/feature-icon-grid-accent.cjs +50 -8
- package/dist/feature-icon-grid-accent.js +50 -8
- package/dist/feature-icon-grid-bordered.cjs +84 -14
- package/dist/feature-icon-grid-bordered.js +84 -14
- package/dist/feature-icon-tabs-content.cjs +217 -84
- package/dist/feature-icon-tabs-content.js +217 -84
- package/dist/feature-image-overlay-badge.cjs +106 -33
- package/dist/feature-image-overlay-badge.js +106 -33
- package/dist/feature-numbered-cards.cjs +154 -35
- package/dist/feature-numbered-cards.js +154 -35
- package/dist/feature-showcase.cjs +66 -71
- package/dist/feature-showcase.d.cts +1 -5
- package/dist/feature-showcase.d.ts +1 -5
- package/dist/feature-showcase.js +67 -72
- package/dist/feature-split-image-reverse.cjs +84 -15
- package/dist/feature-split-image-reverse.js +84 -15
- package/dist/feature-split-image.cjs +87 -15
- package/dist/feature-split-image.js +87 -15
- package/dist/feature-stats-highlight.cjs +50 -13
- package/dist/feature-stats-highlight.js +50 -13
- package/dist/feature-tabbed-content-image.cjs +198 -72
- package/dist/feature-tabbed-content-image.js +198 -72
- package/dist/feature-three-column-values.cjs +67 -14
- package/dist/feature-three-column-values.js +67 -14
- package/dist/feature-utility-cards-grid.cjs +83 -36
- package/dist/feature-utility-cards-grid.js +83 -36
- package/dist/navbar-animated-preview.cjs +8 -2
- package/dist/navbar-animated-preview.js +8 -2
- package/dist/navbar-centered-menu.cjs +8 -2
- package/dist/navbar-centered-menu.js +8 -2
- package/dist/navbar-dark-icons.cjs +8 -2
- package/dist/navbar-dark-icons.js +8 -2
- package/dist/navbar-dropdown-menu.cjs +8 -2
- package/dist/navbar-dropdown-menu.js +8 -2
- package/dist/navbar-education-platform.cjs +8 -2
- package/dist/navbar-education-platform.js +8 -2
- package/dist/navbar-enterprise-mega.cjs +8 -2
- package/dist/navbar-enterprise-mega.js +8 -2
- package/dist/navbar-feature-grid.cjs +8 -2
- package/dist/navbar-feature-grid.js +8 -2
- package/dist/navbar-multi-column-groups.cjs +8 -2
- package/dist/navbar-multi-column-groups.js +8 -2
- package/dist/navbar-platform-resources.cjs +8 -2
- package/dist/navbar-platform-resources.js +8 -2
- package/dist/navbar-sidebar-mobile.cjs +8 -2
- package/dist/navbar-sidebar-mobile.js +8 -2
- package/dist/registry.cjs +1873 -680
- package/dist/registry.js +1873 -680
- package/package.json +1 -1
package/dist/faq-split-help.cjs
CHANGED
|
@@ -151,7 +151,7 @@ function AccordionItem({
|
|
|
151
151
|
AccordionPrimitive__namespace.Item,
|
|
152
152
|
{
|
|
153
153
|
"data-slot": "accordion-item",
|
|
154
|
-
className: cn("border-b
|
|
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(
|
|
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
|
-
}, [
|
|
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-
|
|
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
|
-
}, [
|
|
1093
|
+
}, [
|
|
1094
|
+
helpSlot,
|
|
1095
|
+
helpHeading,
|
|
1096
|
+
helpDescription,
|
|
1097
|
+
helpAction,
|
|
1098
|
+
helpSectionClassName
|
|
1099
|
+
]);
|
|
1081
1100
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
1082
1101
|
Section,
|
|
1083
1102
|
{
|
package/dist/faq-split-help.js
CHANGED
|
@@ -129,7 +129,7 @@ function AccordionItem({
|
|
|
129
129
|
AccordionPrimitive.Item,
|
|
130
130
|
{
|
|
131
131
|
"data-slot": "accordion-item",
|
|
132
|
-
className: cn("border-b
|
|
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(
|
|
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
|
-
}, [
|
|
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-
|
|
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
|
-
}, [
|
|
1071
|
+
}, [
|
|
1072
|
+
helpSlot,
|
|
1073
|
+
helpHeading,
|
|
1074
|
+
helpDescription,
|
|
1075
|
+
helpAction,
|
|
1076
|
+
helpSectionClassName
|
|
1077
|
+
]);
|
|
1059
1078
|
return /* @__PURE__ */ jsx(
|
|
1060
1079
|
Section,
|
|
1061
1080
|
{
|