@orion-ds/blocks 1.0.0

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 (252) hide show
  1. package/dist/client.d.ts +20 -0
  2. package/dist/client.d.ts.map +1 -0
  3. package/dist/index.cjs +4 -0
  4. package/dist/index.d.ts +29 -0
  5. package/dist/index.d.ts.map +1 -0
  6. package/dist/index.mjs +4639 -0
  7. package/dist/sections/AgentFolder/AgentFolder.d.ts +5 -0
  8. package/dist/sections/AgentFolder/AgentFolder.d.ts.map +1 -0
  9. package/dist/sections/AgentFolder/AgentFolder.types.d.ts +97 -0
  10. package/dist/sections/AgentFolder/AgentFolder.types.d.ts.map +1 -0
  11. package/dist/sections/AgentFolder/index.d.ts +8 -0
  12. package/dist/sections/AgentFolder/index.d.ts.map +1 -0
  13. package/dist/sections/AppDownload/AppDownload.d.ts +8 -0
  14. package/dist/sections/AppDownload/AppDownload.d.ts.map +1 -0
  15. package/dist/sections/AppDownload/AppDownload.types.d.ts +114 -0
  16. package/dist/sections/AppDownload/AppDownload.types.d.ts.map +1 -0
  17. package/dist/sections/AppDownload/index.d.ts +3 -0
  18. package/dist/sections/AppDownload/index.d.ts.map +1 -0
  19. package/dist/sections/Blog/Blog.d.ts +8 -0
  20. package/dist/sections/Blog/Blog.d.ts.map +1 -0
  21. package/dist/sections/Blog/Blog.types.d.ts +139 -0
  22. package/dist/sections/Blog/Blog.types.d.ts.map +1 -0
  23. package/dist/sections/Blog/index.d.ts +3 -0
  24. package/dist/sections/Blog/index.d.ts.map +1 -0
  25. package/dist/sections/Breadcrumbs/Breadcrumbs.d.ts +4 -0
  26. package/dist/sections/Breadcrumbs/Breadcrumbs.d.ts.map +1 -0
  27. package/dist/sections/Breadcrumbs/Breadcrumbs.types.d.ts +78 -0
  28. package/dist/sections/Breadcrumbs/Breadcrumbs.types.d.ts.map +1 -0
  29. package/dist/sections/Breadcrumbs/index.d.ts +3 -0
  30. package/dist/sections/Breadcrumbs/index.d.ts.map +1 -0
  31. package/dist/sections/CTA/CTA.d.ts +4 -0
  32. package/dist/sections/CTA/CTA.d.ts.map +1 -0
  33. package/dist/sections/CTA/CTA.types.d.ts +74 -0
  34. package/dist/sections/CTA/CTA.types.d.ts.map +1 -0
  35. package/dist/sections/CTA/index.d.ts +6 -0
  36. package/dist/sections/CTA/index.d.ts.map +1 -0
  37. package/dist/sections/CarouselSection/CarouselSection.d.ts +4 -0
  38. package/dist/sections/CarouselSection/CarouselSection.d.ts.map +1 -0
  39. package/dist/sections/CarouselSection/CarouselSection.types.d.ts +114 -0
  40. package/dist/sections/CarouselSection/CarouselSection.types.d.ts.map +1 -0
  41. package/dist/sections/CarouselSection/index.d.ts +11 -0
  42. package/dist/sections/CarouselSection/index.d.ts.map +1 -0
  43. package/dist/sections/Chat/ChatSection.d.ts +4 -0
  44. package/dist/sections/Chat/ChatSection.d.ts.map +1 -0
  45. package/dist/sections/Chat/index.d.ts +19 -0
  46. package/dist/sections/Chat/index.d.ts.map +1 -0
  47. package/dist/sections/Comparison/Comparison.d.ts +8 -0
  48. package/dist/sections/Comparison/Comparison.d.ts.map +1 -0
  49. package/dist/sections/Comparison/Comparison.types.d.ts +120 -0
  50. package/dist/sections/Comparison/Comparison.types.d.ts.map +1 -0
  51. package/dist/sections/Comparison/index.d.ts +3 -0
  52. package/dist/sections/Comparison/index.d.ts.map +1 -0
  53. package/dist/sections/Contact/Contact.d.ts +4 -0
  54. package/dist/sections/Contact/Contact.d.ts.map +1 -0
  55. package/dist/sections/Contact/Contact.types.d.ts +133 -0
  56. package/dist/sections/Contact/Contact.types.d.ts.map +1 -0
  57. package/dist/sections/Contact/index.d.ts +6 -0
  58. package/dist/sections/Contact/index.d.ts.map +1 -0
  59. package/dist/sections/EmptyState/EmptyState.d.ts +4 -0
  60. package/dist/sections/EmptyState/EmptyState.d.ts.map +1 -0
  61. package/dist/sections/EmptyState/EmptyState.types.d.ts +65 -0
  62. package/dist/sections/EmptyState/EmptyState.types.d.ts.map +1 -0
  63. package/dist/sections/EmptyState/index.d.ts +3 -0
  64. package/dist/sections/EmptyState/index.d.ts.map +1 -0
  65. package/dist/sections/FAQ/FAQ.d.ts +4 -0
  66. package/dist/sections/FAQ/FAQ.d.ts.map +1 -0
  67. package/dist/sections/FAQ/FAQ.types.d.ts +117 -0
  68. package/dist/sections/FAQ/FAQ.types.d.ts.map +1 -0
  69. package/dist/sections/FAQ/FAQItemCard.d.ts +7 -0
  70. package/dist/sections/FAQ/FAQItemCard.d.ts.map +1 -0
  71. package/dist/sections/FAQ/index.d.ts +7 -0
  72. package/dist/sections/FAQ/index.d.ts.map +1 -0
  73. package/dist/sections/Features/FeatureCard.d.ts +7 -0
  74. package/dist/sections/Features/FeatureCard.d.ts.map +1 -0
  75. package/dist/sections/Features/Features.d.ts +4 -0
  76. package/dist/sections/Features/Features.d.ts.map +1 -0
  77. package/dist/sections/Features/Features.types.d.ts +100 -0
  78. package/dist/sections/Features/Features.types.d.ts.map +1 -0
  79. package/dist/sections/Features/index.d.ts +7 -0
  80. package/dist/sections/Features/index.d.ts.map +1 -0
  81. package/dist/sections/Footer/Footer.d.ts +4 -0
  82. package/dist/sections/Footer/Footer.d.ts.map +1 -0
  83. package/dist/sections/Footer/Footer.types.d.ts +129 -0
  84. package/dist/sections/Footer/Footer.types.d.ts.map +1 -0
  85. package/dist/sections/Footer/index.d.ts +6 -0
  86. package/dist/sections/Footer/index.d.ts.map +1 -0
  87. package/dist/sections/Gallery/Gallery.d.ts +8 -0
  88. package/dist/sections/Gallery/Gallery.d.ts.map +1 -0
  89. package/dist/sections/Gallery/Gallery.types.d.ts +114 -0
  90. package/dist/sections/Gallery/Gallery.types.d.ts.map +1 -0
  91. package/dist/sections/Gallery/index.d.ts +3 -0
  92. package/dist/sections/Gallery/index.d.ts.map +1 -0
  93. package/dist/sections/Hero/Hero.d.ts +10 -0
  94. package/dist/sections/Hero/Hero.d.ts.map +1 -0
  95. package/dist/sections/Hero/Hero.types.d.ts +152 -0
  96. package/dist/sections/Hero/Hero.types.d.ts.map +1 -0
  97. package/dist/sections/Hero/HeroHighlight.d.ts +7 -0
  98. package/dist/sections/Hero/HeroHighlight.d.ts.map +1 -0
  99. package/dist/sections/Hero/index.d.ts +7 -0
  100. package/dist/sections/Hero/index.d.ts.map +1 -0
  101. package/dist/sections/LogoCloud/LogoCloud.d.ts +4 -0
  102. package/dist/sections/LogoCloud/LogoCloud.d.ts.map +1 -0
  103. package/dist/sections/LogoCloud/LogoCloud.types.d.ts +101 -0
  104. package/dist/sections/LogoCloud/LogoCloud.types.d.ts.map +1 -0
  105. package/dist/sections/LogoCloud/index.d.ts +6 -0
  106. package/dist/sections/LogoCloud/index.d.ts.map +1 -0
  107. package/dist/sections/Newsletter/Newsletter.d.ts +4 -0
  108. package/dist/sections/Newsletter/Newsletter.d.ts.map +1 -0
  109. package/dist/sections/Newsletter/Newsletter.types.d.ts +97 -0
  110. package/dist/sections/Newsletter/Newsletter.types.d.ts.map +1 -0
  111. package/dist/sections/Newsletter/index.d.ts +6 -0
  112. package/dist/sections/Newsletter/index.d.ts.map +1 -0
  113. package/dist/sections/Pricing/Pricing.d.ts +4 -0
  114. package/dist/sections/Pricing/Pricing.d.ts.map +1 -0
  115. package/dist/sections/Pricing/Pricing.types.d.ts +129 -0
  116. package/dist/sections/Pricing/Pricing.types.d.ts.map +1 -0
  117. package/dist/sections/Pricing/PricingCard.d.ts +7 -0
  118. package/dist/sections/Pricing/PricingCard.d.ts.map +1 -0
  119. package/dist/sections/Pricing/index.d.ts +7 -0
  120. package/dist/sections/Pricing/index.d.ts.map +1 -0
  121. package/dist/sections/SettingsLayout/SettingsLayout.d.ts +4 -0
  122. package/dist/sections/SettingsLayout/SettingsLayout.d.ts.map +1 -0
  123. package/dist/sections/SettingsLayout/SettingsLayout.types.d.ts +112 -0
  124. package/dist/sections/SettingsLayout/SettingsLayout.types.d.ts.map +1 -0
  125. package/dist/sections/SettingsLayout/index.d.ts +3 -0
  126. package/dist/sections/SettingsLayout/index.d.ts.map +1 -0
  127. package/dist/sections/SocialProof/SocialProof.d.ts +8 -0
  128. package/dist/sections/SocialProof/SocialProof.d.ts.map +1 -0
  129. package/dist/sections/SocialProof/SocialProof.types.d.ts +138 -0
  130. package/dist/sections/SocialProof/SocialProof.types.d.ts.map +1 -0
  131. package/dist/sections/SocialProof/index.d.ts +3 -0
  132. package/dist/sections/SocialProof/index.d.ts.map +1 -0
  133. package/dist/sections/Stats/StatItemCard.d.ts +7 -0
  134. package/dist/sections/Stats/StatItemCard.d.ts.map +1 -0
  135. package/dist/sections/Stats/Stats.d.ts +4 -0
  136. package/dist/sections/Stats/Stats.d.ts.map +1 -0
  137. package/dist/sections/Stats/Stats.types.d.ts +131 -0
  138. package/dist/sections/Stats/Stats.types.d.ts.map +1 -0
  139. package/dist/sections/Stats/index.d.ts +7 -0
  140. package/dist/sections/Stats/index.d.ts.map +1 -0
  141. package/dist/sections/Stepper/Stepper.d.ts +4 -0
  142. package/dist/sections/Stepper/Stepper.d.ts.map +1 -0
  143. package/dist/sections/Stepper/Stepper.types.d.ts +101 -0
  144. package/dist/sections/Stepper/Stepper.types.d.ts.map +1 -0
  145. package/dist/sections/Stepper/index.d.ts +3 -0
  146. package/dist/sections/Stepper/index.d.ts.map +1 -0
  147. package/dist/sections/Team/Team.d.ts +4 -0
  148. package/dist/sections/Team/Team.d.ts.map +1 -0
  149. package/dist/sections/Team/Team.types.d.ts +139 -0
  150. package/dist/sections/Team/Team.types.d.ts.map +1 -0
  151. package/dist/sections/Team/TeamMemberCard.d.ts +7 -0
  152. package/dist/sections/Team/TeamMemberCard.d.ts.map +1 -0
  153. package/dist/sections/Team/index.d.ts +7 -0
  154. package/dist/sections/Team/index.d.ts.map +1 -0
  155. package/dist/sections/Testimonials/TestimonialCard.d.ts +7 -0
  156. package/dist/sections/Testimonials/TestimonialCard.d.ts.map +1 -0
  157. package/dist/sections/Testimonials/Testimonials.d.ts +4 -0
  158. package/dist/sections/Testimonials/Testimonials.d.ts.map +1 -0
  159. package/dist/sections/Testimonials/Testimonials.types.d.ts +126 -0
  160. package/dist/sections/Testimonials/Testimonials.types.d.ts.map +1 -0
  161. package/dist/sections/Testimonials/index.d.ts +7 -0
  162. package/dist/sections/Testimonials/index.d.ts.map +1 -0
  163. package/dist/sections/Timeline/Timeline.d.ts +8 -0
  164. package/dist/sections/Timeline/Timeline.d.ts.map +1 -0
  165. package/dist/sections/Timeline/Timeline.types.d.ts +98 -0
  166. package/dist/sections/Timeline/Timeline.types.d.ts.map +1 -0
  167. package/dist/sections/Timeline/index.d.ts +3 -0
  168. package/dist/sections/Timeline/index.d.ts.map +1 -0
  169. package/dist/sections/index.d.ts +31 -0
  170. package/dist/sections/index.d.ts.map +1 -0
  171. package/dist/style.css +1 -0
  172. package/dist/templates/app/AgentEditor/AgentEditor.d.ts +25 -0
  173. package/dist/templates/app/AgentEditor/AgentEditor.d.ts.map +1 -0
  174. package/dist/templates/app/AgentEditor/AgentEditor.types.d.ts +180 -0
  175. package/dist/templates/app/AgentEditor/AgentEditor.types.d.ts.map +1 -0
  176. package/dist/templates/app/AgentEditor/MultiAgentPanel.d.ts +9 -0
  177. package/dist/templates/app/AgentEditor/MultiAgentPanel.d.ts.map +1 -0
  178. package/dist/templates/app/AgentEditor/index.d.ts +3 -0
  179. package/dist/templates/app/AgentEditor/index.d.ts.map +1 -0
  180. package/dist/templates/app/AgentWorkspace/AgentWorkspace.d.ts +5 -0
  181. package/dist/templates/app/AgentWorkspace/AgentWorkspace.d.ts.map +1 -0
  182. package/dist/templates/app/AgentWorkspace/AgentWorkspace.types.d.ts +280 -0
  183. package/dist/templates/app/AgentWorkspace/AgentWorkspace.types.d.ts.map +1 -0
  184. package/dist/templates/app/AgentWorkspace/index.d.ts +8 -0
  185. package/dist/templates/app/AgentWorkspace/index.d.ts.map +1 -0
  186. package/dist/templates/app/ChatPageTemplate/ChatPageTemplate.d.ts +4 -0
  187. package/dist/templates/app/ChatPageTemplate/ChatPageTemplate.d.ts.map +1 -0
  188. package/dist/templates/app/ChatPageTemplate/ChatPageTemplate.types.d.ts +69 -0
  189. package/dist/templates/app/ChatPageTemplate/ChatPageTemplate.types.d.ts.map +1 -0
  190. package/dist/templates/app/ChatPageTemplate/index.d.ts +19 -0
  191. package/dist/templates/app/ChatPageTemplate/index.d.ts.map +1 -0
  192. package/dist/templates/app/DashboardTemplate/DashboardTemplate.d.ts +23 -0
  193. package/dist/templates/app/DashboardTemplate/DashboardTemplate.d.ts.map +1 -0
  194. package/dist/templates/app/DashboardTemplate/DashboardTemplate.types.d.ts +54 -0
  195. package/dist/templates/app/DashboardTemplate/DashboardTemplate.types.d.ts.map +1 -0
  196. package/dist/templates/app/DashboardTemplate/index.d.ts +3 -0
  197. package/dist/templates/app/DashboardTemplate/index.d.ts.map +1 -0
  198. package/dist/templates/app/KanbanPageTemplate/KanbanPageTemplate.d.ts +20 -0
  199. package/dist/templates/app/KanbanPageTemplate/KanbanPageTemplate.d.ts.map +1 -0
  200. package/dist/templates/app/KanbanPageTemplate/KanbanPageTemplate.types.d.ts +40 -0
  201. package/dist/templates/app/KanbanPageTemplate/KanbanPageTemplate.types.d.ts.map +1 -0
  202. package/dist/templates/app/KanbanPageTemplate/index.d.ts +3 -0
  203. package/dist/templates/app/KanbanPageTemplate/index.d.ts.map +1 -0
  204. package/dist/templates/app/LoginTemplate/LoginTemplate.d.ts +5 -0
  205. package/dist/templates/app/LoginTemplate/LoginTemplate.d.ts.map +1 -0
  206. package/dist/templates/app/LoginTemplate/LoginTemplate.types.d.ts +207 -0
  207. package/dist/templates/app/LoginTemplate/LoginTemplate.types.d.ts.map +1 -0
  208. package/dist/templates/app/LoginTemplate/index.d.ts +8 -0
  209. package/dist/templates/app/LoginTemplate/index.d.ts.map +1 -0
  210. package/dist/templates/app/ProfilePageTemplate/ProfilePageTemplate.d.ts +25 -0
  211. package/dist/templates/app/ProfilePageTemplate/ProfilePageTemplate.d.ts.map +1 -0
  212. package/dist/templates/app/ProfilePageTemplate/ProfilePageTemplate.types.d.ts +83 -0
  213. package/dist/templates/app/ProfilePageTemplate/ProfilePageTemplate.types.d.ts.map +1 -0
  214. package/dist/templates/app/ProfilePageTemplate/index.d.ts +3 -0
  215. package/dist/templates/app/ProfilePageTemplate/index.d.ts.map +1 -0
  216. package/dist/templates/app/SettingsTemplate/SettingsTemplate.d.ts +22 -0
  217. package/dist/templates/app/SettingsTemplate/SettingsTemplate.d.ts.map +1 -0
  218. package/dist/templates/app/SettingsTemplate/SettingsTemplate.types.d.ts +67 -0
  219. package/dist/templates/app/SettingsTemplate/SettingsTemplate.types.d.ts.map +1 -0
  220. package/dist/templates/app/SettingsTemplate/index.d.ts +3 -0
  221. package/dist/templates/app/SettingsTemplate/index.d.ts.map +1 -0
  222. package/dist/templates/app/index.d.ts +22 -0
  223. package/dist/templates/app/index.d.ts.map +1 -0
  224. package/dist/templates/index.d.ts +18 -0
  225. package/dist/templates/index.d.ts.map +1 -0
  226. package/dist/templates/marketing/AboutPageTemplate/AboutPageTemplate.d.ts +20 -0
  227. package/dist/templates/marketing/AboutPageTemplate/AboutPageTemplate.d.ts.map +1 -0
  228. package/dist/templates/marketing/AboutPageTemplate/AboutPageTemplate.types.d.ts +67 -0
  229. package/dist/templates/marketing/AboutPageTemplate/AboutPageTemplate.types.d.ts.map +1 -0
  230. package/dist/templates/marketing/AboutPageTemplate/index.d.ts +3 -0
  231. package/dist/templates/marketing/AboutPageTemplate/index.d.ts.map +1 -0
  232. package/dist/templates/marketing/ContactPageTemplate/ContactPageTemplate.d.ts +19 -0
  233. package/dist/templates/marketing/ContactPageTemplate/ContactPageTemplate.d.ts.map +1 -0
  234. package/dist/templates/marketing/ContactPageTemplate/ContactPageTemplate.types.d.ts +56 -0
  235. package/dist/templates/marketing/ContactPageTemplate/ContactPageTemplate.types.d.ts.map +1 -0
  236. package/dist/templates/marketing/ContactPageTemplate/index.d.ts +3 -0
  237. package/dist/templates/marketing/ContactPageTemplate/index.d.ts.map +1 -0
  238. package/dist/templates/marketing/LandingPageTemplate/LandingPageTemplate.d.ts +20 -0
  239. package/dist/templates/marketing/LandingPageTemplate/LandingPageTemplate.d.ts.map +1 -0
  240. package/dist/templates/marketing/LandingPageTemplate/LandingPageTemplate.types.d.ts +89 -0
  241. package/dist/templates/marketing/LandingPageTemplate/LandingPageTemplate.types.d.ts.map +1 -0
  242. package/dist/templates/marketing/LandingPageTemplate/index.d.ts +3 -0
  243. package/dist/templates/marketing/LandingPageTemplate/index.d.ts.map +1 -0
  244. package/dist/templates/marketing/PricingPageTemplate/PricingPageTemplate.d.ts +19 -0
  245. package/dist/templates/marketing/PricingPageTemplate/PricingPageTemplate.d.ts.map +1 -0
  246. package/dist/templates/marketing/PricingPageTemplate/PricingPageTemplate.types.d.ts +63 -0
  247. package/dist/templates/marketing/PricingPageTemplate/PricingPageTemplate.types.d.ts.map +1 -0
  248. package/dist/templates/marketing/PricingPageTemplate/index.d.ts +3 -0
  249. package/dist/templates/marketing/PricingPageTemplate/index.d.ts.map +1 -0
  250. package/dist/templates/marketing/index.d.ts +14 -0
  251. package/dist/templates/marketing/index.d.ts.map +1 -0
  252. package/package.json +94 -0
@@ -0,0 +1,139 @@
1
+ import { HTMLAttributes, ReactNode } from 'react';
2
+
3
+ /**
4
+ * Grid column count for team members
5
+ */
6
+ export type TeamColumns = 2 | 3 | 4;
7
+ /**
8
+ * Team card visual variant
9
+ */
10
+ export type TeamVariant = "default" | "cards" | "compact";
11
+ /**
12
+ * Social link for team member
13
+ */
14
+ export interface TeamSocialLink {
15
+ /**
16
+ * Platform name (e.g., "twitter", "linkedin", "github")
17
+ */
18
+ platform: string;
19
+ /**
20
+ * URL to the social profile
21
+ */
22
+ href: string;
23
+ /**
24
+ * Icon element for the social link
25
+ */
26
+ icon?: ReactNode;
27
+ }
28
+ /**
29
+ * Team member data structure
30
+ */
31
+ export interface TeamMember {
32
+ /**
33
+ * Member's name
34
+ */
35
+ name: string;
36
+ /**
37
+ * Member's role or title
38
+ */
39
+ role: string;
40
+ /**
41
+ * Optional bio or description
42
+ */
43
+ bio?: string;
44
+ /**
45
+ * Avatar image URL
46
+ */
47
+ avatarSrc?: string;
48
+ /**
49
+ * Avatar initials (fallback if no image)
50
+ */
51
+ avatarInitials?: string;
52
+ /**
53
+ * @deprecated Use avatarSrc instead. Legacy support for ReactNode avatar.
54
+ */
55
+ avatar?: ReactNode;
56
+ /**
57
+ * Social media links
58
+ */
59
+ socialLinks?: TeamSocialLink[];
60
+ }
61
+ /**
62
+ * Team member card props (internal component)
63
+ */
64
+ export interface TeamMemberCardProps extends HTMLAttributes<HTMLDivElement> {
65
+ /**
66
+ * Team member data
67
+ */
68
+ member: TeamMember;
69
+ /**
70
+ * Visual variant
71
+ * @default 'default'
72
+ */
73
+ variant?: TeamVariant;
74
+ }
75
+ /**
76
+ * Team section props
77
+ *
78
+ * @example
79
+ * ```tsx
80
+ * <Team
81
+ * title="Meet our team"
82
+ * description="The people behind the product"
83
+ * members={[
84
+ * {
85
+ * name: "Jane Doe",
86
+ * role: "CEO & Founder",
87
+ * bio: "Building the future of design systems",
88
+ * avatar: <img src="/jane.jpg" alt="Jane" />,
89
+ * socialLinks: [
90
+ * { platform: "twitter", href: "#", icon: <Twitter /> }
91
+ * ]
92
+ * }
93
+ * ]}
94
+ * columns={4}
95
+ * />
96
+ * ```
97
+ */
98
+ export interface TeamProps extends Omit<HTMLAttributes<HTMLElement>, "title"> {
99
+ /**
100
+ * Optional eyebrow/badge above title
101
+ */
102
+ eyebrow?: ReactNode;
103
+ /**
104
+ * Section title
105
+ */
106
+ title?: ReactNode;
107
+ /**
108
+ * Section description
109
+ */
110
+ description?: ReactNode;
111
+ /**
112
+ * Array of team members
113
+ */
114
+ members: TeamMember[];
115
+ /**
116
+ * Number of grid columns
117
+ * @default 4
118
+ */
119
+ columns?: TeamColumns;
120
+ /**
121
+ * Visual variant
122
+ * - default: Simple grid with avatars
123
+ * - cards: Card-based layout with borders
124
+ * - compact: Smaller avatars, minimal info
125
+ * @default 'default'
126
+ */
127
+ variant?: TeamVariant;
128
+ /**
129
+ * Background style
130
+ * @default 'base'
131
+ */
132
+ background?: "base" | "subtle" | "none";
133
+ /**
134
+ * Center the header and members
135
+ * @default true
136
+ */
137
+ centered?: boolean;
138
+ }
139
+ //# sourceMappingURL=Team.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Team.types.d.ts","sourceRoot":"","sources":["../../../src/sections/Team/Team.types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvD;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;AAEpC;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,CAAC;AAE1D;;GAEG;AACH,MAAM,WAAW,cAAc;IAC7B;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,IAAI,CAAC,EAAE,SAAS,CAAC;CAClB;AAED;;GAEG;AACH,MAAM,WAAW,UAAU;IACzB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB;;OAEG;IACH,MAAM,CAAC,EAAE,SAAS,CAAC;IAEnB;;OAEG;IACH,WAAW,CAAC,EAAE,cAAc,EAAE,CAAC;CAChC;AAED;;GAEG;AACH,MAAM,WAAW,mBAAoB,SAAQ,cAAc,CAAC,cAAc,CAAC;IACzE;;OAEG;IACH,MAAM,EAAE,UAAU,CAAC;IAEnB;;;OAGG;IACH,OAAO,CAAC,EAAE,WAAW,CAAC;CACvB;AAED;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,MAAM,WAAW,SAAU,SAAQ,IAAI,CAAC,cAAc,CAAC,WAAW,CAAC,EAAE,OAAO,CAAC;IAC3E;;OAEG;IACH,OAAO,CAAC,EAAE,SAAS,CAAC;IAEpB;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;IAElB;;OAEG;IACH,WAAW,CAAC,EAAE,SAAS,CAAC;IAExB;;OAEG;IACH,OAAO,EAAE,UAAU,EAAE,CAAC;IAEtB;;;OAGG;IACH,OAAO,CAAC,EAAE,WAAW,CAAC;IAEtB;;;;;;OAMG;IACH,OAAO,CAAC,EAAE,WAAW,CAAC;IAEtB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,MAAM,CAAC;IAExC;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB"}
@@ -0,0 +1,7 @@
1
+ import { TeamMemberCardProps } from './Team.types';
2
+
3
+ export declare const TeamMemberCard: {
4
+ ({ member, variant, className, }: TeamMemberCardProps): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ //# sourceMappingURL=TeamMemberCard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TeamMemberCard.d.ts","sourceRoot":"","sources":["../../../src/sections/Team/TeamMemberCard.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,cAAc,CAAC;AAIxD,eAAO,MAAM,cAAc;sCAIxB,mBAAmB;;CA8ErB,CAAC"}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * Team Component Exports
3
+ */
4
+ export { Team } from './Team';
5
+ export { TeamMemberCard } from './TeamMemberCard';
6
+ export type { TeamProps, TeamMember, TeamSocialLink, TeamMemberCardProps, TeamColumns, TeamVariant, } from './Team.types';
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/sections/Team/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,YAAY,EACV,SAAS,EACT,UAAU,EACV,cAAc,EACd,mBAAmB,EACnB,WAAW,EACX,WAAW,GACZ,MAAM,cAAc,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { TestimonialCardProps } from './Testimonials.types';
2
+
3
+ export declare const TestimonialCard: {
4
+ ({ testimonial, variant, className, }: TestimonialCardProps): import("react/jsx-runtime").JSX.Element;
5
+ displayName: string;
6
+ };
7
+ //# sourceMappingURL=TestimonialCard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TestimonialCard.d.ts","sourceRoot":"","sources":["../../../src/sections/Testimonials/TestimonialCard.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,sBAAsB,CAAC;AAKjE,eAAO,MAAM,eAAe;2CAIzB,oBAAoB;;CA2DtB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { TestimonialsProps } from './Testimonials.types';
2
+
3
+ export declare const Testimonials: import('react').ForwardRefExoticComponent<TestimonialsProps & import('react').RefAttributes<HTMLElement>>;
4
+ //# sourceMappingURL=Testimonials.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Testimonials.d.ts","sourceRoot":"","sources":["../../../src/sections/Testimonials/Testimonials.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AAGH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAM9D,eAAO,MAAM,YAAY,2GA0DxB,CAAC"}
@@ -0,0 +1,126 @@
1
+ import { HTMLAttributes, ReactNode } from 'react';
2
+
3
+ /**
4
+ * Grid column count for testimonial cards
5
+ */
6
+ export type TestimonialsColumns = 1 | 2 | 3;
7
+ /**
8
+ * Testimonial variant styles
9
+ */
10
+ export type TestimonialsVariant = "default" | "cards" | "minimal";
11
+ /**
12
+ * Author information for a testimonial
13
+ */
14
+ export interface TestimonialAuthor {
15
+ /**
16
+ * Author's name
17
+ */
18
+ name: string;
19
+ /**
20
+ * Author's role or title
21
+ */
22
+ role?: string;
23
+ /**
24
+ * Author's company or organization
25
+ */
26
+ company?: string;
27
+ /**
28
+ * Avatar element (img or custom component)
29
+ */
30
+ avatar?: ReactNode;
31
+ }
32
+ /**
33
+ * Testimonial data structure
34
+ */
35
+ export interface Testimonial {
36
+ /**
37
+ * The testimonial quote text
38
+ */
39
+ quote: string;
40
+ /**
41
+ * Author information
42
+ */
43
+ author: TestimonialAuthor;
44
+ /**
45
+ * Star rating (1-5)
46
+ */
47
+ rating?: number;
48
+ }
49
+ /**
50
+ * Testimonial card props (internal component)
51
+ */
52
+ export interface TestimonialCardProps extends HTMLAttributes<HTMLDivElement> {
53
+ /**
54
+ * Testimonial data
55
+ */
56
+ testimonial: Testimonial;
57
+ /**
58
+ * Visual variant
59
+ * @default 'default'
60
+ */
61
+ variant?: TestimonialsVariant;
62
+ }
63
+ /**
64
+ * Testimonials section props
65
+ *
66
+ * @example
67
+ * ```tsx
68
+ * <Testimonials
69
+ * title="What our customers say"
70
+ * testimonials={[
71
+ * {
72
+ * quote: "This product changed everything for us.",
73
+ * author: {
74
+ * name: "Jane Doe",
75
+ * role: "CEO",
76
+ * company: "Acme Corp",
77
+ * avatar: <img src="/avatar.jpg" alt="Jane" />
78
+ * },
79
+ * rating: 5
80
+ * }
81
+ * ]}
82
+ * />
83
+ * ```
84
+ */
85
+ export interface TestimonialsProps extends Omit<HTMLAttributes<HTMLElement>, "title"> {
86
+ /**
87
+ * Optional eyebrow/badge above title
88
+ */
89
+ eyebrow?: ReactNode;
90
+ /**
91
+ * Section title
92
+ */
93
+ title?: ReactNode;
94
+ /**
95
+ * Section description
96
+ */
97
+ description?: ReactNode;
98
+ /**
99
+ * Array of testimonials
100
+ */
101
+ testimonials: Testimonial[];
102
+ /**
103
+ * Number of grid columns
104
+ * @default 3
105
+ */
106
+ columns?: TestimonialsColumns;
107
+ /**
108
+ * Visual variant
109
+ * - default: Full cards with borders
110
+ * - cards: Elevated cards with shadows
111
+ * - minimal: Simple quotes without cards
112
+ * @default 'default'
113
+ */
114
+ variant?: TestimonialsVariant;
115
+ /**
116
+ * Background style
117
+ * @default 'base'
118
+ */
119
+ background?: "base" | "subtle" | "none";
120
+ /**
121
+ * Center the header text
122
+ * @default true
123
+ */
124
+ centered?: boolean;
125
+ }
126
+ //# sourceMappingURL=Testimonials.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Testimonials.types.d.ts","sourceRoot":"","sources":["../../../src/sections/Testimonials/Testimonials.types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvD;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;AAE5C;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,CAAC;AAElE;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAChC;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,MAAM,CAAC,EAAE,SAAS,CAAC;CACpB;AAED;;GAEG;AACH,MAAM,WAAW,WAAW;IAC1B;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,MAAM,EAAE,iBAAiB,CAAC;IAE1B;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;;GAEG;AACH,MAAM,WAAW,oBAAqB,SAAQ,cAAc,CAAC,cAAc,CAAC;IAC1E;;OAEG;IACH,WAAW,EAAE,WAAW,CAAC;IAEzB;;;OAGG;IACH,OAAO,CAAC,EAAE,mBAAmB,CAAC;CAC/B;AAED;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,MAAM,WAAW,iBAAkB,SAAQ,IAAI,CAC7C,cAAc,CAAC,WAAW,CAAC,EAC3B,OAAO,CACR;IACC;;OAEG;IACH,OAAO,CAAC,EAAE,SAAS,CAAC;IAEpB;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;IAElB;;OAEG;IACH,WAAW,CAAC,EAAE,SAAS,CAAC;IAExB;;OAEG;IACH,YAAY,EAAE,WAAW,EAAE,CAAC;IAE5B;;;OAGG;IACH,OAAO,CAAC,EAAE,mBAAmB,CAAC;IAE9B;;;;;;OAMG;IACH,OAAO,CAAC,EAAE,mBAAmB,CAAC;IAE9B;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,MAAM,CAAC;IAExC;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB"}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * Testimonials Component Exports
3
+ */
4
+ export { Testimonials } from './Testimonials';
5
+ export { TestimonialCard } from './TestimonialCard';
6
+ export type { TestimonialsProps, Testimonial, TestimonialAuthor, TestimonialCardProps, TestimonialsColumns, TestimonialsVariant, } from './Testimonials.types';
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/sections/Testimonials/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,YAAY,EACV,iBAAiB,EACjB,WAAW,EACX,iBAAiB,EACjB,oBAAoB,EACpB,mBAAmB,EACnB,mBAAmB,GACpB,MAAM,sBAAsB,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { default as React } from 'react';
2
+ import { TimelineProps } from './Timeline.types';
3
+
4
+ /**
5
+ * Timeline section for displaying chronological events
6
+ */
7
+ export declare const Timeline: React.FC<TimelineProps>;
8
+ //# sourceMappingURL=Timeline.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Timeline.d.ts","sourceRoot":"","sources":["../../../src/sections/Timeline/Timeline.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,aAAa,EAAiB,MAAM,kBAAkB,CAAC;AAiCrE;;GAEG;AACH,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CAwE5C,CAAC"}
@@ -0,0 +1,98 @@
1
+ import { HTMLAttributes, ReactNode } from 'react';
2
+
3
+ /**
4
+ * Timeline event item
5
+ */
6
+ export interface TimelineEvent {
7
+ /**
8
+ * Event unique identifier
9
+ */
10
+ id: string | number;
11
+ /**
12
+ * Event date or period
13
+ */
14
+ date: string;
15
+ /**
16
+ * Event title
17
+ */
18
+ title: string;
19
+ /**
20
+ * Event description
21
+ */
22
+ description?: string;
23
+ /**
24
+ * Optional icon element
25
+ */
26
+ icon?: ReactNode;
27
+ /**
28
+ * Event status/type
29
+ */
30
+ status?: "completed" | "current" | "upcoming" | "default";
31
+ /**
32
+ * Additional content
33
+ */
34
+ content?: ReactNode;
35
+ /**
36
+ * Link URL
37
+ */
38
+ href?: string;
39
+ }
40
+ /**
41
+ * Timeline section props
42
+ *
43
+ * @example
44
+ * ```tsx
45
+ * <Timeline
46
+ * title="Our Journey"
47
+ * events={[
48
+ * { id: 1, date: "2020", title: "Founded", status: "completed" },
49
+ * { id: 2, date: "2022", title: "Series A", status: "completed" },
50
+ * { id: 3, date: "2024", title: "Global Launch", status: "current" },
51
+ * ]}
52
+ * />
53
+ * ```
54
+ */
55
+ export interface TimelineProps extends Omit<HTMLAttributes<HTMLElement>, "title"> {
56
+ /**
57
+ * Optional eyebrow text
58
+ */
59
+ eyebrow?: ReactNode;
60
+ /**
61
+ * Section title
62
+ */
63
+ title?: ReactNode;
64
+ /**
65
+ * Section description
66
+ */
67
+ description?: ReactNode;
68
+ /**
69
+ * Array of timeline events
70
+ */
71
+ events: TimelineEvent[];
72
+ /**
73
+ * Timeline orientation
74
+ * @default 'vertical'
75
+ */
76
+ orientation?: "vertical" | "horizontal";
77
+ /**
78
+ * Alternate items left/right (vertical only)
79
+ * @default false
80
+ */
81
+ alternating?: boolean;
82
+ /**
83
+ * Show connector line
84
+ * @default true
85
+ */
86
+ showConnector?: boolean;
87
+ /**
88
+ * Background style
89
+ * @default 'base'
90
+ */
91
+ background?: "base" | "subtle" | "none";
92
+ /**
93
+ * Compact mode (smaller spacing)
94
+ * @default false
95
+ */
96
+ compact?: boolean;
97
+ }
98
+ //# sourceMappingURL=Timeline.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Timeline.types.d.ts","sourceRoot":"","sources":["../../../src/sections/Timeline/Timeline.types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvD;;GAEG;AACH,MAAM,WAAW,aAAa;IAC5B;;OAEG;IACH,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;IAEpB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,IAAI,CAAC,EAAE,SAAS,CAAC;IAEjB;;OAEG;IACH,MAAM,CAAC,EAAE,WAAW,GAAG,SAAS,GAAG,UAAU,GAAG,SAAS,CAAC;IAE1D;;OAEG;IACH,OAAO,CAAC,EAAE,SAAS,CAAC;IAEpB;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;;;;;;;;;;;;;GAcG;AACH,MAAM,WAAW,aAAc,SAAQ,IAAI,CACzC,cAAc,CAAC,WAAW,CAAC,EAC3B,OAAO,CACR;IACC;;OAEG;IACH,OAAO,CAAC,EAAE,SAAS,CAAC;IAEpB;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;IAElB;;OAEG;IACH,WAAW,CAAC,EAAE,SAAS,CAAC;IAExB;;OAEG;IACH,MAAM,EAAE,aAAa,EAAE,CAAC;IAExB;;;OAGG;IACH,WAAW,CAAC,EAAE,UAAU,GAAG,YAAY,CAAC;IAExC;;;OAGG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IAEtB;;;OAGG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IAExB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,MAAM,CAAC;IAExC;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB"}
@@ -0,0 +1,3 @@
1
+ export { Timeline } from './Timeline';
2
+ export type { TimelineProps, TimelineEvent } from './Timeline.types';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/sections/Timeline/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,YAAY,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC"}
@@ -0,0 +1,31 @@
1
+ /**
2
+ * Orion Blocks - Sections
3
+ *
4
+ * Pre-built page sections for marketing, SaaS, and app interfaces
5
+ */
6
+ export * from './Hero';
7
+ export * from './Features';
8
+ export * from './CTA';
9
+ export * from './Footer';
10
+ export * from './Pricing';
11
+ export * from './Testimonials';
12
+ export * from './Stats';
13
+ export * from './FAQ';
14
+ export * from './CarouselSection';
15
+ export * from './Team';
16
+ export * from './Contact';
17
+ export * from './Newsletter';
18
+ export * from './LogoCloud';
19
+ export * from './Blog';
20
+ export * from './Gallery';
21
+ export * from './Timeline';
22
+ export * from './Comparison';
23
+ export * from './SocialProof';
24
+ export * from './AppDownload';
25
+ export * from './AgentFolder';
26
+ export * from './Chat';
27
+ export * from './SettingsLayout';
28
+ export * from './Stepper';
29
+ export * from './Breadcrumbs';
30
+ export * from './EmptyState';
31
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/sections/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,OAAO,CAAC;AACtB,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,SAAS,CAAC;AACxB,cAAc,OAAO,CAAC;AACtB,cAAc,mBAAmB,CAAC;AAClC,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAG9B,cAAc,eAAe,CAAC;AAC9B,cAAc,QAAQ,CAAC;AACvB,cAAc,kBAAkB,CAAC;AACjC,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC"}