@opensite/ui 1.3.0 → 1.3.2

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 (39) hide show
  1. package/dist/feature-accordion-image.cjs +1 -1
  2. package/dist/feature-accordion-image.js +1 -1
  3. package/dist/feature-bento-image-grid.cjs +2 -2
  4. package/dist/feature-bento-image-grid.js +2 -2
  5. package/dist/feature-bento-utilities.cjs +2 -2
  6. package/dist/feature-bento-utilities.js +2 -2
  7. package/dist/feature-capabilities-grid.cjs +5 -6
  8. package/dist/feature-capabilities-grid.js +5 -6
  9. package/dist/feature-checklist-three-column.cjs +2 -2
  10. package/dist/feature-checklist-three-column.js +2 -2
  11. package/dist/feature-icon-grid-bordered.cjs +1 -1
  12. package/dist/feature-icon-grid-bordered.js +1 -1
  13. package/dist/feature-icon-tabs-content.cjs +7 -7
  14. package/dist/feature-icon-tabs-content.js +7 -7
  15. package/dist/feature-image-cards-three-column.cjs +4 -4
  16. package/dist/feature-image-cards-three-column.js +4 -4
  17. package/dist/feature-image-overlay-badge.cjs +1 -1
  18. package/dist/feature-image-overlay-badge.js +1 -1
  19. package/dist/feature-integration-cards.cjs +2 -2
  20. package/dist/feature-integration-cards.js +2 -2
  21. package/dist/feature-numbered-cards.cjs +1 -1
  22. package/dist/feature-numbered-cards.js +1 -1
  23. package/dist/feature-pattern-grid-links.cjs +142 -29
  24. package/dist/feature-pattern-grid-links.d.cts +21 -1
  25. package/dist/feature-pattern-grid-links.d.ts +21 -1
  26. package/dist/feature-pattern-grid-links.js +142 -29
  27. package/dist/feature-showcase.cjs +3 -1
  28. package/dist/feature-showcase.d.cts +5 -1
  29. package/dist/feature-showcase.d.ts +5 -1
  30. package/dist/feature-showcase.js +3 -1
  31. package/dist/feature-split-image-reverse.cjs +2 -2
  32. package/dist/feature-split-image-reverse.js +2 -2
  33. package/dist/feature-three-column-values.cjs +2 -2
  34. package/dist/feature-three-column-values.js +2 -2
  35. package/dist/feature-utility-cards-grid.cjs +23 -7
  36. package/dist/feature-utility-cards-grid.js +23 -7
  37. package/dist/registry.cjs +200 -70
  38. package/dist/registry.js +200 -70
  39. package/package.json +1 -1
@@ -616,7 +616,7 @@ function FeatureAccordionImage({
616
616
  imageClassName,
617
617
  optixFlowConfig,
618
618
  background,
619
- spacing,
619
+ spacing = "py-12 md:py-32",
620
620
  pattern,
621
621
  patternOpacity,
622
622
  patternClassName
@@ -594,7 +594,7 @@ function FeatureAccordionImage({
594
594
  imageClassName,
595
595
  optixFlowConfig,
596
596
  background,
597
- spacing,
597
+ spacing = "py-12 md:py-32",
598
598
  pattern,
599
599
  patternOpacity,
600
600
  patternClassName
@@ -962,7 +962,7 @@ function FeatureBentoImageGrid({
962
962
  items,
963
963
  itemsSlot,
964
964
  className,
965
- containerClassName,
965
+ containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
966
966
  titleClassName,
967
967
  descriptionClassName,
968
968
  gridClassName,
@@ -970,7 +970,7 @@ function FeatureBentoImageGrid({
970
970
  smallCardClassName,
971
971
  optixFlowConfig,
972
972
  background,
973
- spacing,
973
+ spacing = "py-12 md:py-32",
974
974
  pattern,
975
975
  patternOpacity,
976
976
  patternClassName
@@ -941,7 +941,7 @@ function FeatureBentoImageGrid({
941
941
  items,
942
942
  itemsSlot,
943
943
  className,
944
- containerClassName,
944
+ containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
945
945
  titleClassName,
946
946
  descriptionClassName,
947
947
  gridClassName,
@@ -949,7 +949,7 @@ function FeatureBentoImageGrid({
949
949
  smallCardClassName,
950
950
  optixFlowConfig,
951
951
  background,
952
- spacing,
952
+ spacing = "py-12 md:py-32",
953
953
  pattern,
954
954
  patternOpacity,
955
955
  patternClassName
@@ -643,7 +643,7 @@ function FeatureBentoUtilities({
643
643
  rightColumnCards,
644
644
  rightColumnSlot,
645
645
  className,
646
- containerClassName,
646
+ containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
647
647
  headerClassName,
648
648
  labelClassName,
649
649
  titleClassName,
@@ -652,7 +652,7 @@ function FeatureBentoUtilities({
652
652
  columnClassName,
653
653
  optixFlowConfig,
654
654
  background,
655
- spacing,
655
+ spacing = "py-12 md:py-32",
656
656
  pattern,
657
657
  patternOpacity,
658
658
  patternClassName
@@ -621,7 +621,7 @@ function FeatureBentoUtilities({
621
621
  rightColumnCards,
622
622
  rightColumnSlot,
623
623
  className,
624
- containerClassName,
624
+ containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
625
625
  headerClassName,
626
626
  labelClassName,
627
627
  titleClassName,
@@ -630,7 +630,7 @@ function FeatureBentoUtilities({
630
630
  columnClassName,
631
631
  optixFlowConfig,
632
632
  background,
633
- spacing,
633
+ spacing = "py-12 md:py-32",
634
634
  pattern,
635
635
  patternOpacity,
636
636
  patternClassName
@@ -972,8 +972,8 @@ function FeatureCapabilitiesGrid({
972
972
  items,
973
973
  itemsSlot,
974
974
  className,
975
- containerClassName = "px-4 sm:px-4 md:px-6 lg:px-8",
976
- spacing = "py-6 md:py-32",
975
+ containerClassName = "mx-auto w-full max-w-screen-lg md:max-w-screen-4xl relative z-10 px-6 sm:px-2 md:px-2 lg:px-2",
976
+ spacing = "py-12 md:py-32",
977
977
  eyebrowClassName,
978
978
  headingClassName,
979
979
  gridClassName,
@@ -1000,7 +1000,7 @@ function FeatureCapabilitiesGrid({
1000
1000
  Card,
1001
1001
  {
1002
1002
  className: cn(
1003
- "group relative rounded-md overflow-visible border-border/10 bg-background/5 p-0 transition-colors duration-300 hover:border-border/20",
1003
+ "group relative rounded-md overflow-visible border-border/10 bg-card text-card-foreground p-0 transition-colors duration-300 hover:border-border/20",
1004
1004
  cardClassName,
1005
1005
  item.className
1006
1006
  ),
@@ -1018,7 +1018,7 @@ function FeatureCapabilitiesGrid({
1018
1018
  "div",
1019
1019
  {
1020
1020
  className: cn(
1021
- "flex h-10 w-10 items-center justify-center rounded-xl border border-border/15 bg-background/5",
1021
+ "flex h-10 w-10 items-center justify-center rounded-xl border ",
1022
1022
  item.iconClassName
1023
1023
  ),
1024
1024
  children: iconContent
@@ -1047,7 +1047,7 @@ function FeatureCapabilitiesGrid({
1047
1047
  "span",
1048
1048
  {
1049
1049
  className: cn(
1050
- "rounded-full border border-border/20 px-2 py-0.5 text-[10px] leading-none",
1050
+ "rounded-full border px-2 py-0.5 text-[10px] leading-none",
1051
1051
  item.badgeClassName
1052
1052
  ),
1053
1053
  children: item.badge
@@ -1092,7 +1092,6 @@ function FeatureCapabilitiesGrid({
1092
1092
  patternClassName,
1093
1093
  className,
1094
1094
  containerClassName,
1095
- containerMaxWidth: "lg",
1096
1095
  children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col space-y-6 md:space-y-16", children: [
1097
1096
  eyebrow || heading ? /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col space-y-4 md:space-y-6", children: [
1098
1097
  eyebrow && (typeof eyebrow === "string" ? /* @__PURE__ */ jsxRuntime.jsx("p", { className: cn("text-sm tracking-widest", eyebrowClassName), children: eyebrow }) : /* @__PURE__ */ jsxRuntime.jsx(
@@ -951,8 +951,8 @@ function FeatureCapabilitiesGrid({
951
951
  items,
952
952
  itemsSlot,
953
953
  className,
954
- containerClassName = "px-4 sm:px-4 md:px-6 lg:px-8",
955
- spacing = "py-6 md:py-32",
954
+ containerClassName = "mx-auto w-full max-w-screen-lg md:max-w-screen-4xl relative z-10 px-6 sm:px-2 md:px-2 lg:px-2",
955
+ spacing = "py-12 md:py-32",
956
956
  eyebrowClassName,
957
957
  headingClassName,
958
958
  gridClassName,
@@ -979,7 +979,7 @@ function FeatureCapabilitiesGrid({
979
979
  Card,
980
980
  {
981
981
  className: cn(
982
- "group relative rounded-md overflow-visible border-border/10 bg-background/5 p-0 transition-colors duration-300 hover:border-border/20",
982
+ "group relative rounded-md overflow-visible border-border/10 bg-card text-card-foreground p-0 transition-colors duration-300 hover:border-border/20",
983
983
  cardClassName,
984
984
  item.className
985
985
  ),
@@ -997,7 +997,7 @@ function FeatureCapabilitiesGrid({
997
997
  "div",
998
998
  {
999
999
  className: cn(
1000
- "flex h-10 w-10 items-center justify-center rounded-xl border border-border/15 bg-background/5",
1000
+ "flex h-10 w-10 items-center justify-center rounded-xl border ",
1001
1001
  item.iconClassName
1002
1002
  ),
1003
1003
  children: iconContent
@@ -1026,7 +1026,7 @@ function FeatureCapabilitiesGrid({
1026
1026
  "span",
1027
1027
  {
1028
1028
  className: cn(
1029
- "rounded-full border border-border/20 px-2 py-0.5 text-[10px] leading-none",
1029
+ "rounded-full border px-2 py-0.5 text-[10px] leading-none",
1030
1030
  item.badgeClassName
1031
1031
  ),
1032
1032
  children: item.badge
@@ -1071,7 +1071,6 @@ function FeatureCapabilitiesGrid({
1071
1071
  patternClassName,
1072
1072
  className,
1073
1073
  containerClassName,
1074
- containerMaxWidth: "lg",
1075
1074
  children: /* @__PURE__ */ jsxs("div", { className: "flex flex-col space-y-6 md:space-y-16", children: [
1076
1075
  eyebrow || heading ? /* @__PURE__ */ jsxs("div", { className: "flex flex-col space-y-4 md:space-y-6", children: [
1077
1076
  eyebrow && (typeof eyebrow === "string" ? /* @__PURE__ */ jsx("p", { className: cn("text-sm tracking-widest", eyebrowClassName), children: eyebrow }) : /* @__PURE__ */ jsx(
@@ -1002,7 +1002,7 @@ function FeatureChecklistThreeColumn({
1002
1002
  cards,
1003
1003
  cardsSlot,
1004
1004
  className,
1005
- containerClassName,
1005
+ containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
1006
1006
  headerGridClassName,
1007
1007
  titleClassName,
1008
1008
  checklistClassName,
@@ -1010,7 +1010,7 @@ function FeatureChecklistThreeColumn({
1010
1010
  cardClassName,
1011
1011
  optixFlowConfig,
1012
1012
  background,
1013
- spacing,
1013
+ spacing = "py-12 md:py-32",
1014
1014
  pattern,
1015
1015
  patternOpacity,
1016
1016
  patternClassName
@@ -981,7 +981,7 @@ function FeatureChecklistThreeColumn({
981
981
  cards,
982
982
  cardsSlot,
983
983
  className,
984
- containerClassName,
984
+ containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
985
985
  headerGridClassName,
986
986
  titleClassName,
987
987
  checklistClassName,
@@ -989,7 +989,7 @@ function FeatureChecklistThreeColumn({
989
989
  cardClassName,
990
990
  optixFlowConfig,
991
991
  background,
992
- spacing,
992
+ spacing = "py-12 md:py-32",
993
993
  pattern,
994
994
  patternOpacity,
995
995
  patternClassName
@@ -960,7 +960,7 @@ function FeatureIconGridBordered({
960
960
  "div",
961
961
  {
962
962
  className: cn(
963
- "relative flex h-full flex-col justify-between gap-6 rounded-none border-dashed px-3 md:border-l md:px-5",
963
+ "relative flex h-full flex-col justify-between gap-6 rounded-none border-dashed px-0 md:border-l md:px-5",
964
964
  cardClassName,
965
965
  feature.className
966
966
  ),
@@ -939,7 +939,7 @@ function FeatureIconGridBordered({
939
939
  "div",
940
940
  {
941
941
  className: cn(
942
- "relative flex h-full flex-col justify-between gap-6 rounded-none border-dashed px-3 md:border-l md:px-5",
942
+ "relative flex h-full flex-col justify-between gap-6 rounded-none border-dashed px-0 md:border-l md:px-5",
943
943
  cardClassName,
944
944
  feature.className
945
945
  ),
@@ -1090,7 +1090,7 @@ function FeatureIconTabsContent({
1090
1090
  tabContentClassName,
1091
1091
  optixFlowConfig,
1092
1092
  background,
1093
- spacing = "py-6 md:py-32",
1093
+ spacing = "pt-14 pb-12 md:pt-32 md:pb-32",
1094
1094
  pattern,
1095
1095
  patternOpacity,
1096
1096
  patternClassName
@@ -1170,7 +1170,7 @@ function FeatureIconTabsContent({
1170
1170
  if (!tabs || tabs.length === 0) return null;
1171
1171
  const activeDefaultTab = defaultTab || tabs[0]?.value;
1172
1172
  return /* @__PURE__ */ jsxRuntime.jsxs(Tabs, { defaultValue: activeDefaultTab, className: "mt-8", children: [
1173
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: "container overflow-x-auto px-4 pb-2 md:px-6 scrollbar-thin scrollbar-track-transparent scrollbar-thumb-border/50 hover:scrollbar-thumb-border md:overflow-x-visible [&::-webkit-scrollbar]:h-1 [&::-webkit-scrollbar-track]:bg-transparent [&::-webkit-scrollbar-thumb]:rounded-full [&::-webkit-scrollbar-thumb]:bg-border/30", children: /* @__PURE__ */ jsxRuntime.jsx(
1173
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: "container overflow-x-auto pl-0 pr-4 md:pl-4 md:pr-4 pb-2 md:px-6 scrollbar-thin scrollbar-track-transparent scrollbar-thumb-border/50 hover:scrollbar-thumb-border md:overflow-x-visible [&::-webkit-scrollbar]:h-1 [&::-webkit-scrollbar-track]:bg-transparent [&::-webkit-scrollbar-thumb]:rounded-full [&::-webkit-scrollbar-thumb]:bg-border/30", children: /* @__PURE__ */ jsxRuntime.jsx(
1174
1174
  TabsList,
1175
1175
  {
1176
1176
  className: cn(
@@ -1196,7 +1196,7 @@ function FeatureIconTabsContent({
1196
1196
  ))
1197
1197
  }
1198
1198
  ) }),
1199
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn("py-6 lg:py-16", contentWrapperClassName), children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "relative", children: tabs.map((tab) => {
1199
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: cn("py-6 md:py-10", contentWrapperClassName), children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "p-4 md:p-8 bg-muted/60 rounded-2xl shadow-lg", children: tabs.map((tab) => {
1200
1200
  if (tab.contentSlot) {
1201
1201
  return /* @__PURE__ */ jsxRuntime.jsx(
1202
1202
  TabsContent,
@@ -1233,7 +1233,7 @@ function FeatureIconTabsContent({
1233
1233
  "h3",
1234
1234
  {
1235
1235
  className: cn(
1236
- "text-3xl font-semibold lg:text-5xl",
1236
+ "text-2xl font-semibold",
1237
1237
  content.titleClassName
1238
1238
  ),
1239
1239
  children: content.title
@@ -1242,7 +1242,7 @@ function FeatureIconTabsContent({
1242
1242
  "div",
1243
1243
  {
1244
1244
  className: cn(
1245
- "text-3xl font-semibold lg:text-5xl",
1245
+ "text-2xl font-semibold",
1246
1246
  content.titleClassName
1247
1247
  ),
1248
1248
  children: content.title
@@ -1314,7 +1314,7 @@ function FeatureIconTabsContent({
1314
1314
  "h1",
1315
1315
  {
1316
1316
  className: cn(
1317
- "max-w-2xl text-3xl font-semibold md:text-4xl text-balance",
1317
+ "max-w-4xl text-3xl font-semibold md:text-6xl text-balance",
1318
1318
  headingClassName
1319
1319
  ),
1320
1320
  children: heading
@@ -1323,7 +1323,7 @@ function FeatureIconTabsContent({
1323
1323
  "div",
1324
1324
  {
1325
1325
  className: cn(
1326
- "max-w-2xl text-3xl font-semibold md:text-4xl text-balance",
1326
+ "max-w-4xl text-3xl font-semibold md:text-6xl text-balance",
1327
1327
  headingClassName
1328
1328
  ),
1329
1329
  children: heading
@@ -1068,7 +1068,7 @@ function FeatureIconTabsContent({
1068
1068
  tabContentClassName,
1069
1069
  optixFlowConfig,
1070
1070
  background,
1071
- spacing = "py-6 md:py-32",
1071
+ spacing = "pt-14 pb-12 md:pt-32 md:pb-32",
1072
1072
  pattern,
1073
1073
  patternOpacity,
1074
1074
  patternClassName
@@ -1148,7 +1148,7 @@ function FeatureIconTabsContent({
1148
1148
  if (!tabs || tabs.length === 0) return null;
1149
1149
  const activeDefaultTab = defaultTab || tabs[0]?.value;
1150
1150
  return /* @__PURE__ */ jsxs(Tabs, { defaultValue: activeDefaultTab, className: "mt-8", children: [
1151
- /* @__PURE__ */ jsx("div", { className: "container overflow-x-auto px-4 pb-2 md:px-6 scrollbar-thin scrollbar-track-transparent scrollbar-thumb-border/50 hover:scrollbar-thumb-border md:overflow-x-visible [&::-webkit-scrollbar]:h-1 [&::-webkit-scrollbar-track]:bg-transparent [&::-webkit-scrollbar-thumb]:rounded-full [&::-webkit-scrollbar-thumb]:bg-border/30", children: /* @__PURE__ */ jsx(
1151
+ /* @__PURE__ */ jsx("div", { className: "container overflow-x-auto pl-0 pr-4 md:pl-4 md:pr-4 pb-2 md:px-6 scrollbar-thin scrollbar-track-transparent scrollbar-thumb-border/50 hover:scrollbar-thumb-border md:overflow-x-visible [&::-webkit-scrollbar]:h-1 [&::-webkit-scrollbar-track]:bg-transparent [&::-webkit-scrollbar-thumb]:rounded-full [&::-webkit-scrollbar-thumb]:bg-border/30", children: /* @__PURE__ */ jsx(
1152
1152
  TabsList,
1153
1153
  {
1154
1154
  className: cn(
@@ -1174,7 +1174,7 @@ function FeatureIconTabsContent({
1174
1174
  ))
1175
1175
  }
1176
1176
  ) }),
1177
- /* @__PURE__ */ jsx("div", { className: cn("py-6 lg:py-16", contentWrapperClassName), children: /* @__PURE__ */ jsx("div", { className: "relative", children: tabs.map((tab) => {
1177
+ /* @__PURE__ */ jsx("div", { className: cn("py-6 md:py-10", contentWrapperClassName), children: /* @__PURE__ */ jsx("div", { className: "p-4 md:p-8 bg-muted/60 rounded-2xl shadow-lg", children: tabs.map((tab) => {
1178
1178
  if (tab.contentSlot) {
1179
1179
  return /* @__PURE__ */ jsx(
1180
1180
  TabsContent,
@@ -1211,7 +1211,7 @@ function FeatureIconTabsContent({
1211
1211
  "h3",
1212
1212
  {
1213
1213
  className: cn(
1214
- "text-3xl font-semibold lg:text-5xl",
1214
+ "text-2xl font-semibold",
1215
1215
  content.titleClassName
1216
1216
  ),
1217
1217
  children: content.title
@@ -1220,7 +1220,7 @@ function FeatureIconTabsContent({
1220
1220
  "div",
1221
1221
  {
1222
1222
  className: cn(
1223
- "text-3xl font-semibold lg:text-5xl",
1223
+ "text-2xl font-semibold",
1224
1224
  content.titleClassName
1225
1225
  ),
1226
1226
  children: content.title
@@ -1292,7 +1292,7 @@ function FeatureIconTabsContent({
1292
1292
  "h1",
1293
1293
  {
1294
1294
  className: cn(
1295
- "max-w-2xl text-3xl font-semibold md:text-4xl text-balance",
1295
+ "max-w-4xl text-3xl font-semibold md:text-6xl text-balance",
1296
1296
  headingClassName
1297
1297
  ),
1298
1298
  children: heading
@@ -1301,7 +1301,7 @@ function FeatureIconTabsContent({
1301
1301
  "div",
1302
1302
  {
1303
1303
  className: cn(
1304
- "max-w-2xl text-3xl font-semibold md:text-4xl text-balance",
1304
+ "max-w-4xl text-3xl font-semibold md:text-6xl text-balance",
1305
1305
  headingClassName
1306
1306
  ),
1307
1307
  children: heading
@@ -1002,7 +1002,7 @@ function FeatureImageCardsThreeColumn({
1002
1002
  cardsSlot,
1003
1003
  className,
1004
1004
  containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
1005
- spacing = "py-6 md:py-32",
1005
+ spacing = "py-12 md:py-32",
1006
1006
  titleClassName,
1007
1007
  descriptionClassName,
1008
1008
  gridClassName,
@@ -1058,7 +1058,7 @@ function FeatureImageCardsThreeColumn({
1058
1058
  ),
1059
1059
  children: [
1060
1060
  renderImage(card, imageAlt),
1061
- /* @__PURE__ */ jsxRuntime.jsx("div", { className: "absolute top-0 right-0 bottom-0 left-0 translate-y-0 md:translate-y-20 rounded-xl bg-linear-to-t from-black to-transparent transition-transform duration-300 group-hover:translate-y-0" }),
1061
+ /* @__PURE__ */ jsxRuntime.jsx("div", { className: "absolute top-0 right-0 bottom-0 left-0 translate-y-10 md:translate-y-20 rounded-xl bg-linear-to-t from-black to-transparent transition-transform duration-300 group-hover:translate-y-0" }),
1062
1062
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "absolute top-0 flex h-full w-full flex-col justify-between p-4 md:p-6", children: [
1063
1063
  (card.badgeText || card.avatarSrc || card.icon || card.iconName) && /* @__PURE__ */ jsxRuntime.jsxs(
1064
1064
  Badge,
@@ -1128,7 +1128,7 @@ function FeatureImageCardsThreeColumn({
1128
1128
  "h2",
1129
1129
  {
1130
1130
  className: cn(
1131
- "text-xl font-semibold text-balance md:text-2xl lg:text-3xl max-w-lg md:max-w-md",
1131
+ "text-2xl font-semibold text-balance md:text-3xl lg:text-4xl max-w-lg md:max-w-md",
1132
1132
  titleClassName
1133
1133
  ),
1134
1134
  children: title
@@ -1137,7 +1137,7 @@ function FeatureImageCardsThreeColumn({
1137
1137
  "div",
1138
1138
  {
1139
1139
  className: cn(
1140
- "text-xl font-semibold text-balance md:text-2xl lg:text-3xl max-w-lg md:max-w-md",
1140
+ "text-2xl font-semibold text-balance md:text-3xl lg:text-4xl max-w-lg md:max-w-md",
1141
1141
  titleClassName
1142
1142
  ),
1143
1143
  children: title
@@ -980,7 +980,7 @@ function FeatureImageCardsThreeColumn({
980
980
  cardsSlot,
981
981
  className,
982
982
  containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
983
- spacing = "py-6 md:py-32",
983
+ spacing = "py-12 md:py-32",
984
984
  titleClassName,
985
985
  descriptionClassName,
986
986
  gridClassName,
@@ -1036,7 +1036,7 @@ function FeatureImageCardsThreeColumn({
1036
1036
  ),
1037
1037
  children: [
1038
1038
  renderImage(card, imageAlt),
1039
- /* @__PURE__ */ jsx("div", { className: "absolute top-0 right-0 bottom-0 left-0 translate-y-0 md:translate-y-20 rounded-xl bg-linear-to-t from-black to-transparent transition-transform duration-300 group-hover:translate-y-0" }),
1039
+ /* @__PURE__ */ jsx("div", { className: "absolute top-0 right-0 bottom-0 left-0 translate-y-10 md:translate-y-20 rounded-xl bg-linear-to-t from-black to-transparent transition-transform duration-300 group-hover:translate-y-0" }),
1040
1040
  /* @__PURE__ */ jsxs("div", { className: "absolute top-0 flex h-full w-full flex-col justify-between p-4 md:p-6", children: [
1041
1041
  (card.badgeText || card.avatarSrc || card.icon || card.iconName) && /* @__PURE__ */ jsxs(
1042
1042
  Badge,
@@ -1106,7 +1106,7 @@ function FeatureImageCardsThreeColumn({
1106
1106
  "h2",
1107
1107
  {
1108
1108
  className: cn(
1109
- "text-xl font-semibold text-balance md:text-2xl lg:text-3xl max-w-lg md:max-w-md",
1109
+ "text-2xl font-semibold text-balance md:text-3xl lg:text-4xl max-w-lg md:max-w-md",
1110
1110
  titleClassName
1111
1111
  ),
1112
1112
  children: title
@@ -1115,7 +1115,7 @@ function FeatureImageCardsThreeColumn({
1115
1115
  "div",
1116
1116
  {
1117
1117
  className: cn(
1118
- "text-xl font-semibold text-balance md:text-2xl lg:text-3xl max-w-lg md:max-w-md",
1118
+ "text-2xl font-semibold text-balance md:text-3xl lg:text-4xl max-w-lg md:max-w-md",
1119
1119
  titleClassName
1120
1120
  ),
1121
1121
  children: title
@@ -1010,7 +1010,7 @@ function FeatureImageOverlayBadge({
1010
1010
  overlayLinkUrl,
1011
1011
  overlayLinkOnClick,
1012
1012
  className,
1013
- containerClassName,
1013
+ containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
1014
1014
  gridClassName,
1015
1015
  contentClassName,
1016
1016
  badgeClassName,
@@ -988,7 +988,7 @@ function FeatureImageOverlayBadge({
988
988
  overlayLinkUrl,
989
989
  overlayLinkOnClick,
990
990
  className,
991
- containerClassName,
991
+ containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
992
992
  gridClassName,
993
993
  contentClassName,
994
994
  badgeClassName,
@@ -962,7 +962,7 @@ function FeatureIntegrationCards({
962
962
  integrations,
963
963
  integrationsSlot,
964
964
  className,
965
- containerClassName,
965
+ containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
966
966
  headerClassName,
967
967
  titleClassName,
968
968
  descriptionClassName,
@@ -970,7 +970,7 @@ function FeatureIntegrationCards({
970
970
  cardClassName,
971
971
  optixFlowConfig,
972
972
  background,
973
- spacing,
973
+ spacing = "py-12 md:py-32",
974
974
  pattern,
975
975
  patternOpacity,
976
976
  patternClassName
@@ -941,7 +941,7 @@ function FeatureIntegrationCards({
941
941
  integrations,
942
942
  integrationsSlot,
943
943
  className,
944
- containerClassName,
944
+ containerClassName = "px-6 sm:px-6 md:px-8 lg:px-8",
945
945
  headerClassName,
946
946
  titleClassName,
947
947
  descriptionClassName,
@@ -949,7 +949,7 @@ function FeatureIntegrationCards({
949
949
  cardClassName,
950
950
  optixFlowConfig,
951
951
  background,
952
- spacing,
952
+ spacing = "py-12 md:py-32",
953
953
  pattern,
954
954
  patternOpacity,
955
955
  patternClassName
@@ -1127,7 +1127,7 @@ function FeatureNumberedCards({
1127
1127
  "span",
1128
1128
  {
1129
1129
  className: cn(
1130
- "absolute top-5 left-5 flex size-6 items-center justify-center rounded-sm bg-primary font-mono text-xs text-primary-foreground md:top-10 md:left-10",
1130
+ "absolute top-2 md:top-5 left-2 md:left-5 flex size-10 md:size-12 items-center justify-center rounded-md shadow-lg bg-primary text-sm md:text-md text-primary-foreground lg:top-10 lg:left-10 font-semibold",
1131
1131
  badgeClassName
1132
1132
  ),
1133
1133
  children: String(index + 1).padStart(2, "0")
@@ -1106,7 +1106,7 @@ function FeatureNumberedCards({
1106
1106
  "span",
1107
1107
  {
1108
1108
  className: cn(
1109
- "absolute top-5 left-5 flex size-6 items-center justify-center rounded-sm bg-primary font-mono text-xs text-primary-foreground md:top-10 md:left-10",
1109
+ "absolute top-2 md:top-5 left-2 md:left-5 flex size-10 md:size-12 items-center justify-center rounded-md shadow-lg bg-primary text-sm md:text-md text-primary-foreground lg:top-10 lg:left-10 font-semibold",
1110
1110
  badgeClassName
1111
1111
  ),
1112
1112
  children: String(index + 1).padStart(2, "0")