@opensite/ui 0.8.5 → 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 (75) hide show
  1. package/dist/faq-badge-support.cjs +18 -5
  2. package/dist/faq-badge-support.js +18 -5
  3. package/dist/faq-bordered-badge.cjs +23 -7
  4. package/dist/faq-bordered-badge.js +23 -7
  5. package/dist/faq-card-categories.cjs +20 -4
  6. package/dist/faq-card-categories.js +20 -4
  7. package/dist/faq-categorized-sections.cjs +19 -4
  8. package/dist/faq-categorized-sections.js +19 -4
  9. package/dist/faq-centered-accordion.cjs +18 -5
  10. package/dist/faq-centered-accordion.js +18 -5
  11. package/dist/faq-gradient-categories.cjs +19 -4
  12. package/dist/faq-gradient-categories.js +19 -4
  13. package/dist/faq-icon-benefits.cjs +11 -2
  14. package/dist/faq-icon-benefits.js +11 -2
  15. package/dist/faq-muted-cards.cjs +19 -6
  16. package/dist/faq-muted-cards.js +19 -6
  17. package/dist/faq-numbered-grid.cjs +11 -3
  18. package/dist/faq-numbered-grid.js +11 -3
  19. package/dist/faq-numbered-list.cjs +11 -3
  20. package/dist/faq-numbered-list.js +11 -3
  21. package/dist/faq-profile-sidebar.cjs +57 -20
  22. package/dist/faq-profile-sidebar.js +57 -20
  23. package/dist/faq-rounded-cards.cjs +26 -19
  24. package/dist/faq-rounded-cards.js +26 -19
  25. package/dist/faq-sidebar-navigation.cjs +48 -28
  26. package/dist/faq-sidebar-navigation.js +48 -28
  27. package/dist/faq-simple-accordion.cjs +17 -4
  28. package/dist/faq-simple-accordion.js +17 -4
  29. package/dist/faq-split-help.cjs +25 -6
  30. package/dist/faq-split-help.js +25 -6
  31. package/dist/faq-split-hero.cjs +85 -185
  32. package/dist/faq-split-hero.d.cts +16 -18
  33. package/dist/faq-split-hero.d.ts +16 -18
  34. package/dist/faq-split-hero.js +86 -186
  35. package/dist/faq-static-list.cjs +9 -2
  36. package/dist/faq-static-list.js +9 -2
  37. package/dist/feature-accordion-image.cjs +8 -2
  38. package/dist/feature-accordion-image.js +8 -2
  39. package/dist/feature-showcase.cjs +1 -2
  40. package/dist/feature-showcase.js +1 -2
  41. package/dist/feature-split-image-reverse.cjs +2 -8
  42. package/dist/feature-split-image-reverse.js +2 -8
  43. package/dist/feature-split-image.cjs +2 -2
  44. package/dist/feature-split-image.js +2 -2
  45. package/dist/feature-stats-highlight.cjs +50 -13
  46. package/dist/feature-stats-highlight.js +50 -13
  47. package/dist/feature-tabbed-content-image.cjs +5 -14
  48. package/dist/feature-tabbed-content-image.js +5 -14
  49. package/dist/feature-three-column-values.cjs +4 -44
  50. package/dist/feature-three-column-values.js +4 -44
  51. package/dist/feature-utility-cards-grid.cjs +83 -36
  52. package/dist/feature-utility-cards-grid.js +83 -36
  53. package/dist/navbar-animated-preview.cjs +8 -2
  54. package/dist/navbar-animated-preview.js +8 -2
  55. package/dist/navbar-centered-menu.cjs +8 -2
  56. package/dist/navbar-centered-menu.js +8 -2
  57. package/dist/navbar-dark-icons.cjs +8 -2
  58. package/dist/navbar-dark-icons.js +8 -2
  59. package/dist/navbar-dropdown-menu.cjs +8 -2
  60. package/dist/navbar-dropdown-menu.js +8 -2
  61. package/dist/navbar-education-platform.cjs +8 -2
  62. package/dist/navbar-education-platform.js +8 -2
  63. package/dist/navbar-enterprise-mega.cjs +8 -2
  64. package/dist/navbar-enterprise-mega.js +8 -2
  65. package/dist/navbar-feature-grid.cjs +8 -2
  66. package/dist/navbar-feature-grid.js +8 -2
  67. package/dist/navbar-multi-column-groups.cjs +8 -2
  68. package/dist/navbar-multi-column-groups.js +8 -2
  69. package/dist/navbar-platform-resources.cjs +8 -2
  70. package/dist/navbar-platform-resources.js +8 -2
  71. package/dist/navbar-sidebar-mobile.cjs +8 -2
  72. package/dist/navbar-sidebar-mobile.js +8 -2
  73. package/dist/registry.cjs +487 -293
  74. package/dist/registry.js +487 -293
  75. package/package.json +1 -1
@@ -963,14 +963,15 @@ function FeatureUtilityCardsGrid({
963
963
  cardClassName,
964
964
  optixFlowConfig,
965
965
  background,
966
- spacing,
966
+ spacing = "py-6 md:py-32",
967
967
  pattern,
968
968
  patternOpacity,
969
969
  patternClassName
970
970
  }) {
971
971
  const renderLabelIcon = useMemo(() => {
972
972
  if (labelIcon) return labelIcon;
973
- if (labelIconName) return /* @__PURE__ */ jsx(DynamicIcon, { name: labelIconName, size: 20, className: "text-primary" });
973
+ if (labelIconName)
974
+ return /* @__PURE__ */ jsx(DynamicIcon, { name: labelIconName, size: 20, className: "text-primary" });
974
975
  return null;
975
976
  }, [labelIcon, labelIconName]);
976
977
  const learnMoreContent = useMemo(() => {
@@ -982,7 +983,10 @@ function FeatureUtilityCardsGrid({
982
983
  {
983
984
  href: learnMoreAction.href,
984
985
  onClick: learnMoreAction.onClick,
985
- className: cn("hover:text-primary hover:underline", learnMoreAction.className),
986
+ className: cn(
987
+ "hover:text-primary hover:underline",
988
+ learnMoreAction.className
989
+ ),
986
990
  "aria-label": learnMoreAction["aria-label"],
987
991
  children: learnMoreAction.children
988
992
  }
@@ -993,7 +997,7 @@ function FeatureUtilityCardsGrid({
993
997
  {
994
998
  href: learnMoreAction.href,
995
999
  onClick: learnMoreAction.onClick,
996
- className: cn("hover:text-primary hover:underline", learnMoreAction.className),
1000
+ className: cn(learnMoreAction.className),
997
1001
  "aria-label": learnMoreAction["aria-label"],
998
1002
  children: [
999
1003
  learnMoreAction.icon,
@@ -1003,32 +1007,45 @@ function FeatureUtilityCardsGrid({
1003
1007
  }
1004
1008
  );
1005
1009
  }, [learnMoreSlot, learnMoreAction]);
1006
- const renderUtilityImage = React.useCallback((utility) => {
1007
- if (utility.imageSlot) return utility.imageSlot;
1008
- if (utility.image) {
1009
- return /* @__PURE__ */ jsx(
1010
- Img,
1011
- {
1012
- src: utility.image,
1013
- alt: utility.imageAlt || (typeof utility.title === "string" ? utility.title : "Utility image"),
1014
- className: cn("aspect-video w-full object-cover", utility.imageClassName),
1015
- loading: "lazy",
1016
- optixFlowConfig
1017
- }
1018
- );
1019
- }
1020
- return null;
1021
- }, [optixFlowConfig]);
1010
+ const renderUtilityImage = React.useCallback(
1011
+ (utility) => {
1012
+ if (utility.imageSlot) return utility.imageSlot;
1013
+ if (utility.image) {
1014
+ return /* @__PURE__ */ jsx(
1015
+ Img,
1016
+ {
1017
+ src: utility.image,
1018
+ alt: utility.imageAlt || (typeof utility.title === "string" ? utility.title : "Utility image"),
1019
+ className: cn(
1020
+ "aspect-video w-full object-cover",
1021
+ utility.imageClassName
1022
+ ),
1023
+ loading: "lazy",
1024
+ optixFlowConfig
1025
+ }
1026
+ );
1027
+ }
1028
+ return null;
1029
+ },
1030
+ [optixFlowConfig]
1031
+ );
1022
1032
  const utilitiesContent = useMemo(() => {
1023
1033
  if (utilitiesSlot) return utilitiesSlot;
1024
1034
  if (!utilities || utilities.length === 0) return null;
1025
- return utilities.map((utility, index) => /* @__PURE__ */ jsxs(Card, { className: cn("overflow-hidden pt-0", cardClassName, utility.className), children: [
1026
- renderUtilityImage(utility),
1027
- /* @__PURE__ */ jsxs("div", { className: "p-5", children: [
1028
- utility.title && (typeof utility.title === "string" ? /* @__PURE__ */ jsx("p", { className: cn("mb-1 font-medium", utility.titleClassName), children: utility.title }) : /* @__PURE__ */ jsx("div", { className: cn("mb-1 font-medium", utility.titleClassName), children: utility.title })),
1029
- utility.description && (typeof utility.description === "string" ? /* @__PURE__ */ jsx("p", { className: cn("text-muted-foreground", utility.descriptionClassName), children: utility.description }) : /* @__PURE__ */ jsx("div", { className: cn("text-muted-foreground", utility.descriptionClassName), children: utility.description }))
1030
- ] })
1031
- ] }, index));
1035
+ return utilities.map((utility, index) => /* @__PURE__ */ jsxs(
1036
+ Card,
1037
+ {
1038
+ className: cn("overflow-hidden pt-0", cardClassName, utility.className),
1039
+ children: [
1040
+ renderUtilityImage(utility),
1041
+ /* @__PURE__ */ jsxs("div", { className: "p-5", children: [
1042
+ utility.title && (typeof utility.title === "string" ? /* @__PURE__ */ jsx("p", { className: cn("mb-1 font-medium", utility.titleClassName), children: utility.title }) : /* @__PURE__ */ jsx("div", { className: cn("mb-1 font-medium", utility.titleClassName), children: utility.title })),
1043
+ utility.description && (typeof utility.description === "string" ? /* @__PURE__ */ jsx("p", { className: cn("", utility.descriptionClassName), children: utility.description }) : /* @__PURE__ */ jsx("div", { className: cn("", utility.descriptionClassName), children: utility.description }))
1044
+ ] })
1045
+ ]
1046
+ },
1047
+ index
1048
+ ));
1032
1049
  }, [utilitiesSlot, utilities, cardClassName, renderUtilityImage]);
1033
1050
  return /* @__PURE__ */ jsxs(
1034
1051
  Section,
@@ -1042,20 +1059,50 @@ function FeatureUtilityCardsGrid({
1042
1059
  containerClassName: cn("max-w-7xl", containerClassName),
1043
1060
  children: [
1044
1061
  (label || labelIcon || labelIconName || learnMoreSlot || learnMoreAction) && /* @__PURE__ */ jsxs(Fragment, { children: [
1045
- /* @__PURE__ */ jsxs("div", { className: cn("flex items-center justify-between text-sm", headerClassName), children: [
1046
- (label || labelIcon || labelIconName) && /* @__PURE__ */ jsxs("div", { className: cn("flex items-center gap-1 text-muted-foreground", labelClassName), children: [
1047
- renderLabelIcon,
1048
- label && (typeof label === "string" ? /* @__PURE__ */ jsx("p", { children: label }) : /* @__PURE__ */ jsx("div", { children: label }))
1049
- ] }),
1050
- learnMoreContent
1051
- ] }),
1062
+ /* @__PURE__ */ jsxs(
1063
+ "div",
1064
+ {
1065
+ className: cn(
1066
+ "flex items-center justify-between text-sm",
1067
+ headerClassName
1068
+ ),
1069
+ children: [
1070
+ (label || labelIcon || labelIconName) && /* @__PURE__ */ jsxs("div", { className: cn("flex items-center gap-1 ", labelClassName), children: [
1071
+ renderLabelIcon,
1072
+ label && (typeof label === "string" ? /* @__PURE__ */ jsx("p", { children: label }) : /* @__PURE__ */ jsx("div", { children: label }))
1073
+ ] }),
1074
+ learnMoreContent
1075
+ ]
1076
+ }
1077
+ ),
1052
1078
  /* @__PURE__ */ jsx(Separator, { className: "mt-3 mb-8" })
1053
1079
  ] }),
1054
1080
  (title || description) && /* @__PURE__ */ jsxs("div", { className: "flex flex-col justify-between gap-6 md:flex-row", children: [
1055
- title && (typeof title === "string" ? /* @__PURE__ */ jsx("h2", { className: cn("text-3xl font-medium md:w-1/2", titleClassName), children: title }) : /* @__PURE__ */ jsx("div", { className: cn("text-3xl font-medium md:w-1/2", titleClassName), children: title })),
1081
+ title && (typeof title === "string" ? /* @__PURE__ */ jsx(
1082
+ "h2",
1083
+ {
1084
+ className: cn("text-3xl font-medium md:w-1/2", titleClassName),
1085
+ children: title
1086
+ }
1087
+ ) : /* @__PURE__ */ jsx(
1088
+ "div",
1089
+ {
1090
+ className: cn("text-3xl font-medium md:w-1/2", titleClassName),
1091
+ children: title
1092
+ }
1093
+ )),
1056
1094
  description && (typeof description === "string" ? /* @__PURE__ */ jsx("p", { className: cn("md:w-1/2", descriptionClassName), children: description }) : /* @__PURE__ */ jsx("div", { className: cn("md:w-1/2", descriptionClassName), children: description }))
1057
1095
  ] }),
1058
- (utilitiesSlot || utilities && utilities.length > 0) && /* @__PURE__ */ jsx("div", { className: cn("mt-11 grid w-full grid-cols-1 gap-4 md:grid-cols-2 lg:grid-cols-3", gridClassName), children: utilitiesContent })
1096
+ (utilitiesSlot || utilities && utilities.length > 0) && /* @__PURE__ */ jsx(
1097
+ "div",
1098
+ {
1099
+ className: cn(
1100
+ "mt-11 grid w-full grid-cols-1 gap-4 md:grid-cols-2 lg:grid-cols-3",
1101
+ gridClassName
1102
+ ),
1103
+ children: utilitiesContent
1104
+ }
1105
+ )
1059
1106
  ]
1060
1107
  }
1061
1108
  );
@@ -954,7 +954,7 @@ function AccordionItem({
954
954
  AccordionPrimitive__namespace.Item,
955
955
  {
956
956
  "data-slot": "accordion-item",
957
- className: cn("border-b last:border-b-0", className),
957
+ className: cn("border-b ", className),
958
958
  ...props
959
959
  }
960
960
  );
@@ -975,7 +975,13 @@ function AccordionTrigger({
975
975
  ...props,
976
976
  children: [
977
977
  children,
978
- /* @__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" })
978
+ /* @__PURE__ */ jsxRuntime.jsx(
979
+ DynamicIcon,
980
+ {
981
+ name: "lucide/chevron-down",
982
+ className: "text-muted-foreground pointer-events-none size-4 shrink-0 translate-y-0.5 transition-transform duration-200"
983
+ }
984
+ )
979
985
  ]
980
986
  }
981
987
  ) });
@@ -928,7 +928,7 @@ function AccordionItem({
928
928
  AccordionPrimitive.Item,
929
929
  {
930
930
  "data-slot": "accordion-item",
931
- className: cn("border-b last:border-b-0", className),
931
+ className: cn("border-b ", className),
932
932
  ...props
933
933
  }
934
934
  );
@@ -949,7 +949,13 @@ function AccordionTrigger({
949
949
  ...props,
950
950
  children: [
951
951
  children,
952
- /* @__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" })
952
+ /* @__PURE__ */ jsx(
953
+ DynamicIcon,
954
+ {
955
+ name: "lucide/chevron-down",
956
+ className: "text-muted-foreground pointer-events-none size-4 shrink-0 translate-y-0.5 transition-transform duration-200"
957
+ }
958
+ )
953
959
  ]
954
960
  }
955
961
  ) });
@@ -949,7 +949,7 @@ function AccordionItem({
949
949
  AccordionPrimitive__namespace.Item,
950
950
  {
951
951
  "data-slot": "accordion-item",
952
- className: cn("border-b last:border-b-0", className),
952
+ className: cn("border-b ", className),
953
953
  ...props
954
954
  }
955
955
  );
@@ -970,7 +970,13 @@ function AccordionTrigger({
970
970
  ...props,
971
971
  children: [
972
972
  children,
973
- /* @__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" })
973
+ /* @__PURE__ */ jsxRuntime.jsx(
974
+ DynamicIcon,
975
+ {
976
+ name: "lucide/chevron-down",
977
+ className: "text-muted-foreground pointer-events-none size-4 shrink-0 translate-y-0.5 transition-transform duration-200"
978
+ }
979
+ )
974
980
  ]
975
981
  }
976
982
  ) });
@@ -925,7 +925,7 @@ function AccordionItem({
925
925
  AccordionPrimitive.Item,
926
926
  {
927
927
  "data-slot": "accordion-item",
928
- className: cn("border-b last:border-b-0", className),
928
+ className: cn("border-b ", className),
929
929
  ...props
930
930
  }
931
931
  );
@@ -946,7 +946,13 @@ function AccordionTrigger({
946
946
  ...props,
947
947
  children: [
948
948
  children,
949
- /* @__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" })
949
+ /* @__PURE__ */ jsx(
950
+ DynamicIcon,
951
+ {
952
+ name: "lucide/chevron-down",
953
+ className: "text-muted-foreground pointer-events-none size-4 shrink-0 translate-y-0.5 transition-transform duration-200"
954
+ }
955
+ )
950
956
  ]
951
957
  }
952
958
  ) });
@@ -949,7 +949,7 @@ function AccordionItem({
949
949
  AccordionPrimitive__namespace.Item,
950
950
  {
951
951
  "data-slot": "accordion-item",
952
- className: cn("border-b last:border-b-0", className),
952
+ className: cn("border-b ", className),
953
953
  ...props
954
954
  }
955
955
  );
@@ -970,7 +970,13 @@ function AccordionTrigger({
970
970
  ...props,
971
971
  children: [
972
972
  children,
973
- /* @__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" })
973
+ /* @__PURE__ */ jsxRuntime.jsx(
974
+ DynamicIcon,
975
+ {
976
+ name: "lucide/chevron-down",
977
+ className: "text-muted-foreground pointer-events-none size-4 shrink-0 translate-y-0.5 transition-transform duration-200"
978
+ }
979
+ )
974
980
  ]
975
981
  }
976
982
  ) });
@@ -925,7 +925,7 @@ function AccordionItem({
925
925
  AccordionPrimitive.Item,
926
926
  {
927
927
  "data-slot": "accordion-item",
928
- className: cn("border-b last:border-b-0", className),
928
+ className: cn("border-b ", className),
929
929
  ...props
930
930
  }
931
931
  );
@@ -946,7 +946,13 @@ function AccordionTrigger({
946
946
  ...props,
947
947
  children: [
948
948
  children,
949
- /* @__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" })
949
+ /* @__PURE__ */ jsx(
950
+ DynamicIcon,
951
+ {
952
+ name: "lucide/chevron-down",
953
+ className: "text-muted-foreground pointer-events-none size-4 shrink-0 translate-y-0.5 transition-transform duration-200"
954
+ }
955
+ )
950
956
  ]
951
957
  }
952
958
  ) });
@@ -949,7 +949,7 @@ function AccordionItem({
949
949
  AccordionPrimitive__namespace.Item,
950
950
  {
951
951
  "data-slot": "accordion-item",
952
- className: cn("border-b last:border-b-0", className),
952
+ className: cn("border-b ", className),
953
953
  ...props
954
954
  }
955
955
  );
@@ -970,7 +970,13 @@ function AccordionTrigger({
970
970
  ...props,
971
971
  children: [
972
972
  children,
973
- /* @__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" })
973
+ /* @__PURE__ */ jsxRuntime.jsx(
974
+ DynamicIcon,
975
+ {
976
+ name: "lucide/chevron-down",
977
+ className: "text-muted-foreground pointer-events-none size-4 shrink-0 translate-y-0.5 transition-transform duration-200"
978
+ }
979
+ )
974
980
  ]
975
981
  }
976
982
  ) });
@@ -925,7 +925,7 @@ function AccordionItem({
925
925
  AccordionPrimitive.Item,
926
926
  {
927
927
  "data-slot": "accordion-item",
928
- className: cn("border-b last:border-b-0", className),
928
+ className: cn("border-b ", className),
929
929
  ...props
930
930
  }
931
931
  );
@@ -946,7 +946,13 @@ function AccordionTrigger({
946
946
  ...props,
947
947
  children: [
948
948
  children,
949
- /* @__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" })
949
+ /* @__PURE__ */ jsx(
950
+ DynamicIcon,
951
+ {
952
+ name: "lucide/chevron-down",
953
+ className: "text-muted-foreground pointer-events-none size-4 shrink-0 translate-y-0.5 transition-transform duration-200"
954
+ }
955
+ )
950
956
  ]
951
957
  }
952
958
  ) });
@@ -949,7 +949,7 @@ function AccordionItem({
949
949
  AccordionPrimitive__namespace.Item,
950
950
  {
951
951
  "data-slot": "accordion-item",
952
- className: cn("border-b last:border-b-0", className),
952
+ className: cn("border-b ", className),
953
953
  ...props
954
954
  }
955
955
  );
@@ -970,7 +970,13 @@ function AccordionTrigger({
970
970
  ...props,
971
971
  children: [
972
972
  children,
973
- /* @__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" })
973
+ /* @__PURE__ */ jsxRuntime.jsx(
974
+ DynamicIcon,
975
+ {
976
+ name: "lucide/chevron-down",
977
+ className: "text-muted-foreground pointer-events-none size-4 shrink-0 translate-y-0.5 transition-transform duration-200"
978
+ }
979
+ )
974
980
  ]
975
981
  }
976
982
  ) });
@@ -925,7 +925,7 @@ function AccordionItem({
925
925
  AccordionPrimitive.Item,
926
926
  {
927
927
  "data-slot": "accordion-item",
928
- className: cn("border-b last:border-b-0", className),
928
+ className: cn("border-b ", className),
929
929
  ...props
930
930
  }
931
931
  );
@@ -946,7 +946,13 @@ function AccordionTrigger({
946
946
  ...props,
947
947
  children: [
948
948
  children,
949
- /* @__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" })
949
+ /* @__PURE__ */ jsx(
950
+ DynamicIcon,
951
+ {
952
+ name: "lucide/chevron-down",
953
+ className: "text-muted-foreground pointer-events-none size-4 shrink-0 translate-y-0.5 transition-transform duration-200"
954
+ }
955
+ )
950
956
  ]
951
957
  }
952
958
  ) });
@@ -949,7 +949,7 @@ function AccordionItem({
949
949
  AccordionPrimitive__namespace.Item,
950
950
  {
951
951
  "data-slot": "accordion-item",
952
- className: cn("border-b last:border-b-0", className),
952
+ className: cn("border-b ", className),
953
953
  ...props
954
954
  }
955
955
  );
@@ -970,7 +970,13 @@ function AccordionTrigger({
970
970
  ...props,
971
971
  children: [
972
972
  children,
973
- /* @__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" })
973
+ /* @__PURE__ */ jsxRuntime.jsx(
974
+ DynamicIcon,
975
+ {
976
+ name: "lucide/chevron-down",
977
+ className: "text-muted-foreground pointer-events-none size-4 shrink-0 translate-y-0.5 transition-transform duration-200"
978
+ }
979
+ )
974
980
  ]
975
981
  }
976
982
  ) });
@@ -925,7 +925,7 @@ function AccordionItem({
925
925
  AccordionPrimitive.Item,
926
926
  {
927
927
  "data-slot": "accordion-item",
928
- className: cn("border-b last:border-b-0", className),
928
+ className: cn("border-b ", className),
929
929
  ...props
930
930
  }
931
931
  );
@@ -946,7 +946,13 @@ function AccordionTrigger({
946
946
  ...props,
947
947
  children: [
948
948
  children,
949
- /* @__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" })
949
+ /* @__PURE__ */ jsx(
950
+ DynamicIcon,
951
+ {
952
+ name: "lucide/chevron-down",
953
+ className: "text-muted-foreground pointer-events-none size-4 shrink-0 translate-y-0.5 transition-transform duration-200"
954
+ }
955
+ )
950
956
  ]
951
957
  }
952
958
  ) });
@@ -949,7 +949,7 @@ function AccordionItem({
949
949
  AccordionPrimitive__namespace.Item,
950
950
  {
951
951
  "data-slot": "accordion-item",
952
- className: cn("border-b last:border-b-0", className),
952
+ className: cn("border-b ", className),
953
953
  ...props
954
954
  }
955
955
  );
@@ -970,7 +970,13 @@ function AccordionTrigger({
970
970
  ...props,
971
971
  children: [
972
972
  children,
973
- /* @__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" })
973
+ /* @__PURE__ */ jsxRuntime.jsx(
974
+ DynamicIcon,
975
+ {
976
+ name: "lucide/chevron-down",
977
+ className: "text-muted-foreground pointer-events-none size-4 shrink-0 translate-y-0.5 transition-transform duration-200"
978
+ }
979
+ )
974
980
  ]
975
981
  }
976
982
  ) });
@@ -925,7 +925,7 @@ function AccordionItem({
925
925
  AccordionPrimitive.Item,
926
926
  {
927
927
  "data-slot": "accordion-item",
928
- className: cn("border-b last:border-b-0", className),
928
+ className: cn("border-b ", className),
929
929
  ...props
930
930
  }
931
931
  );
@@ -946,7 +946,13 @@ function AccordionTrigger({
946
946
  ...props,
947
947
  children: [
948
948
  children,
949
- /* @__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" })
949
+ /* @__PURE__ */ jsx(
950
+ DynamicIcon,
951
+ {
952
+ name: "lucide/chevron-down",
953
+ className: "text-muted-foreground pointer-events-none size-4 shrink-0 translate-y-0.5 transition-transform duration-200"
954
+ }
955
+ )
950
956
  ]
951
957
  }
952
958
  ) });
@@ -949,7 +949,7 @@ function AccordionItem({
949
949
  AccordionPrimitive__namespace.Item,
950
950
  {
951
951
  "data-slot": "accordion-item",
952
- className: cn("border-b last:border-b-0", className),
952
+ className: cn("border-b ", className),
953
953
  ...props
954
954
  }
955
955
  );
@@ -970,7 +970,13 @@ function AccordionTrigger({
970
970
  ...props,
971
971
  children: [
972
972
  children,
973
- /* @__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" })
973
+ /* @__PURE__ */ jsxRuntime.jsx(
974
+ DynamicIcon,
975
+ {
976
+ name: "lucide/chevron-down",
977
+ className: "text-muted-foreground pointer-events-none size-4 shrink-0 translate-y-0.5 transition-transform duration-200"
978
+ }
979
+ )
974
980
  ]
975
981
  }
976
982
  ) });
@@ -925,7 +925,7 @@ function AccordionItem({
925
925
  AccordionPrimitive.Item,
926
926
  {
927
927
  "data-slot": "accordion-item",
928
- className: cn("border-b last:border-b-0", className),
928
+ className: cn("border-b ", className),
929
929
  ...props
930
930
  }
931
931
  );
@@ -946,7 +946,13 @@ function AccordionTrigger({
946
946
  ...props,
947
947
  children: [
948
948
  children,
949
- /* @__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" })
949
+ /* @__PURE__ */ jsx(
950
+ DynamicIcon,
951
+ {
952
+ name: "lucide/chevron-down",
953
+ className: "text-muted-foreground pointer-events-none size-4 shrink-0 translate-y-0.5 transition-transform duration-200"
954
+ }
955
+ )
950
956
  ]
951
957
  }
952
958
  ) });
@@ -947,7 +947,7 @@ function AccordionItem({
947
947
  AccordionPrimitive__namespace.Item,
948
948
  {
949
949
  "data-slot": "accordion-item",
950
- className: cn("border-b last:border-b-0", className),
950
+ className: cn("border-b ", className),
951
951
  ...props
952
952
  }
953
953
  );
@@ -968,7 +968,13 @@ function AccordionTrigger({
968
968
  ...props,
969
969
  children: [
970
970
  children,
971
- /* @__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" })
971
+ /* @__PURE__ */ jsxRuntime.jsx(
972
+ DynamicIcon,
973
+ {
974
+ name: "lucide/chevron-down",
975
+ className: "text-muted-foreground pointer-events-none size-4 shrink-0 translate-y-0.5 transition-transform duration-200"
976
+ }
977
+ )
972
978
  ]
973
979
  }
974
980
  ) });
@@ -924,7 +924,7 @@ function AccordionItem({
924
924
  AccordionPrimitive.Item,
925
925
  {
926
926
  "data-slot": "accordion-item",
927
- className: cn("border-b last:border-b-0", className),
927
+ className: cn("border-b ", className),
928
928
  ...props
929
929
  }
930
930
  );
@@ -945,7 +945,13 @@ function AccordionTrigger({
945
945
  ...props,
946
946
  children: [
947
947
  children,
948
- /* @__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" })
948
+ /* @__PURE__ */ jsx(
949
+ DynamicIcon,
950
+ {
951
+ name: "lucide/chevron-down",
952
+ className: "text-muted-foreground pointer-events-none size-4 shrink-0 translate-y-0.5 transition-transform duration-200"
953
+ }
954
+ )
949
955
  ]
950
956
  }
951
957
  ) });
@@ -949,7 +949,7 @@ function AccordionItem({
949
949
  AccordionPrimitive__namespace.Item,
950
950
  {
951
951
  "data-slot": "accordion-item",
952
- className: cn("border-b last:border-b-0", className),
952
+ className: cn("border-b ", className),
953
953
  ...props
954
954
  }
955
955
  );
@@ -970,7 +970,13 @@ function AccordionTrigger({
970
970
  ...props,
971
971
  children: [
972
972
  children,
973
- /* @__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" })
973
+ /* @__PURE__ */ jsxRuntime.jsx(
974
+ DynamicIcon,
975
+ {
976
+ name: "lucide/chevron-down",
977
+ className: "text-muted-foreground pointer-events-none size-4 shrink-0 translate-y-0.5 transition-transform duration-200"
978
+ }
979
+ )
974
980
  ]
975
981
  }
976
982
  ) });
@@ -925,7 +925,7 @@ function AccordionItem({
925
925
  AccordionPrimitive.Item,
926
926
  {
927
927
  "data-slot": "accordion-item",
928
- className: cn("border-b last:border-b-0", className),
928
+ className: cn("border-b ", className),
929
929
  ...props
930
930
  }
931
931
  );
@@ -946,7 +946,13 @@ function AccordionTrigger({
946
946
  ...props,
947
947
  children: [
948
948
  children,
949
- /* @__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" })
949
+ /* @__PURE__ */ jsx(
950
+ DynamicIcon,
951
+ {
952
+ name: "lucide/chevron-down",
953
+ className: "text-muted-foreground pointer-events-none size-4 shrink-0 translate-y-0.5 transition-transform duration-200"
954
+ }
955
+ )
950
956
  ]
951
957
  }
952
958
  ) });