@orion-ds/react 1.0.0 → 1.0.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 (293) hide show
  1. package/dist/components/Accordion/Accordion.d.ts +18 -0
  2. package/dist/components/Accordion/Accordion.d.ts.map +1 -0
  3. package/dist/components/Accordion/Accordion.types.d.ts +92 -0
  4. package/dist/components/Accordion/Accordion.types.d.ts.map +1 -0
  5. package/dist/components/Accordion/index.d.ts +6 -0
  6. package/dist/components/Accordion/index.d.ts.map +1 -0
  7. package/dist/components/Alert/Alert.d.ts +1 -0
  8. package/dist/components/Alert/Alert.d.ts.map +1 -1
  9. package/dist/components/Card/Card.d.ts +5 -1
  10. package/dist/components/Card/Card.d.ts.map +1 -1
  11. package/dist/components/Card/Card.types.d.ts +43 -1
  12. package/dist/components/Card/Card.types.d.ts.map +1 -1
  13. package/dist/components/Checkbox/Checkbox.d.ts.map +1 -1
  14. package/dist/components/Chip/Chip.d.ts +15 -0
  15. package/dist/components/Chip/Chip.d.ts.map +1 -0
  16. package/dist/components/Chip/Chip.types.d.ts +68 -0
  17. package/dist/components/Chip/Chip.types.d.ts.map +1 -0
  18. package/dist/components/Chip/index.d.ts +6 -0
  19. package/dist/components/Chip/index.d.ts.map +1 -0
  20. package/dist/components/Combobox/Combobox.d.ts +21 -0
  21. package/dist/components/Combobox/Combobox.d.ts.map +1 -0
  22. package/dist/components/Combobox/Combobox.types.d.ts +153 -0
  23. package/dist/components/Combobox/Combobox.types.d.ts.map +1 -0
  24. package/dist/components/Combobox/index.d.ts +6 -0
  25. package/dist/components/Combobox/index.d.ts.map +1 -0
  26. package/dist/components/Divider/Divider.d.ts +15 -0
  27. package/dist/components/Divider/Divider.d.ts.map +1 -0
  28. package/dist/components/Divider/Divider.types.d.ts +46 -0
  29. package/dist/components/Divider/Divider.types.d.ts.map +1 -0
  30. package/dist/components/Divider/index.d.ts +6 -0
  31. package/dist/components/Divider/index.d.ts.map +1 -0
  32. package/dist/components/Drawer/Drawer.d.ts +23 -0
  33. package/dist/components/Drawer/Drawer.d.ts.map +1 -0
  34. package/dist/components/Drawer/Drawer.types.d.ts +83 -0
  35. package/dist/components/Drawer/Drawer.types.d.ts.map +1 -0
  36. package/dist/components/Drawer/index.d.ts +6 -0
  37. package/dist/components/Drawer/index.d.ts.map +1 -0
  38. package/dist/components/Dropdown/Dropdown.d.ts +19 -0
  39. package/dist/components/Dropdown/Dropdown.d.ts.map +1 -0
  40. package/dist/components/Dropdown/Dropdown.types.d.ts +119 -0
  41. package/dist/components/Dropdown/Dropdown.types.d.ts.map +1 -0
  42. package/dist/components/Dropdown/index.d.ts +6 -0
  43. package/dist/components/Dropdown/index.d.ts.map +1 -0
  44. package/dist/components/EmptyState/EmptyState.d.ts +18 -0
  45. package/dist/components/EmptyState/EmptyState.d.ts.map +1 -0
  46. package/dist/components/EmptyState/EmptyState.types.d.ts +51 -0
  47. package/dist/components/EmptyState/EmptyState.types.d.ts.map +1 -0
  48. package/dist/components/EmptyState/index.d.ts +6 -0
  49. package/dist/components/EmptyState/index.d.ts.map +1 -0
  50. package/dist/components/Icon/Icon.d.ts +37 -0
  51. package/dist/components/Icon/Icon.d.ts.map +1 -0
  52. package/dist/components/Icon/Icon.types.d.ts +102 -0
  53. package/dist/components/Icon/Icon.types.d.ts.map +1 -0
  54. package/dist/components/Icon/index.d.ts +6 -0
  55. package/dist/components/Icon/index.d.ts.map +1 -0
  56. package/dist/components/IconGallery/IconGallery.d.ts +15 -0
  57. package/dist/components/IconGallery/IconGallery.d.ts.map +1 -0
  58. package/dist/components/IconGallery/IconGallery.types.d.ts +39 -0
  59. package/dist/components/IconGallery/IconGallery.types.d.ts.map +1 -0
  60. package/dist/components/IconGallery/index.d.ts +6 -0
  61. package/dist/components/IconGallery/index.d.ts.map +1 -0
  62. package/dist/components/Link/Link.d.ts +15 -0
  63. package/dist/components/Link/Link.d.ts.map +1 -0
  64. package/dist/components/Link/Link.types.d.ts +59 -0
  65. package/dist/components/Link/Link.types.d.ts.map +1 -0
  66. package/dist/components/Link/index.d.ts +6 -0
  67. package/dist/components/Link/index.d.ts.map +1 -0
  68. package/dist/components/List/List.d.ts +19 -0
  69. package/dist/components/List/List.d.ts.map +1 -0
  70. package/dist/components/List/List.types.d.ts +117 -0
  71. package/dist/components/List/List.types.d.ts.map +1 -0
  72. package/dist/components/List/index.d.ts +6 -0
  73. package/dist/components/List/index.d.ts.map +1 -0
  74. package/dist/components/Pagination/Pagination.d.ts +17 -0
  75. package/dist/components/Pagination/Pagination.d.ts.map +1 -0
  76. package/dist/components/Pagination/Pagination.types.d.ts +62 -0
  77. package/dist/components/Pagination/Pagination.types.d.ts.map +1 -0
  78. package/dist/components/Pagination/index.d.ts +6 -0
  79. package/dist/components/Pagination/index.d.ts.map +1 -0
  80. package/dist/components/Popover/Popover.d.ts +17 -0
  81. package/dist/components/Popover/Popover.d.ts.map +1 -0
  82. package/dist/components/Popover/Popover.types.d.ts +100 -0
  83. package/dist/components/Popover/Popover.types.d.ts.map +1 -0
  84. package/dist/components/Popover/index.d.ts +6 -0
  85. package/dist/components/Popover/index.d.ts.map +1 -0
  86. package/dist/components/SearchInput/SearchInput.d.ts +18 -0
  87. package/dist/components/SearchInput/SearchInput.d.ts.map +1 -0
  88. package/dist/components/SearchInput/SearchInput.types.d.ts +73 -0
  89. package/dist/components/SearchInput/SearchInput.types.d.ts.map +1 -0
  90. package/dist/components/SearchInput/index.d.ts +6 -0
  91. package/dist/components/SearchInput/index.d.ts.map +1 -0
  92. package/dist/components/Skeleton/Skeleton.d.ts +15 -0
  93. package/dist/components/Skeleton/Skeleton.d.ts.map +1 -0
  94. package/dist/components/Skeleton/Skeleton.types.d.ts +56 -0
  95. package/dist/components/Skeleton/Skeleton.types.d.ts.map +1 -0
  96. package/dist/components/Skeleton/index.d.ts +6 -0
  97. package/dist/components/Skeleton/index.d.ts.map +1 -0
  98. package/dist/components/Slider/Slider.d.ts +18 -0
  99. package/dist/components/Slider/Slider.d.ts.map +1 -0
  100. package/dist/components/Slider/Slider.types.d.ts +98 -0
  101. package/dist/components/Slider/Slider.types.d.ts.map +1 -0
  102. package/dist/components/Slider/index.d.ts +6 -0
  103. package/dist/components/Slider/index.d.ts.map +1 -0
  104. package/dist/components/Stepper/Stepper.d.ts +20 -0
  105. package/dist/components/Stepper/Stepper.d.ts.map +1 -0
  106. package/dist/components/Stepper/Stepper.types.d.ts +135 -0
  107. package/dist/components/Stepper/Stepper.types.d.ts.map +1 -0
  108. package/dist/components/Stepper/index.d.ts +6 -0
  109. package/dist/components/Stepper/index.d.ts.map +1 -0
  110. package/dist/components/Table/Table.types.d.ts +2 -2
  111. package/dist/components/Table/Table.types.d.ts.map +1 -1
  112. package/dist/components/Toast/Toast.d.ts +33 -0
  113. package/dist/components/Toast/Toast.d.ts.map +1 -0
  114. package/dist/components/Toast/Toast.types.d.ts +126 -0
  115. package/dist/components/Toast/Toast.types.d.ts.map +1 -0
  116. package/dist/components/Toast/index.d.ts +6 -0
  117. package/dist/components/Toast/index.d.ts.map +1 -0
  118. package/dist/components/index.d.ts +48 -0
  119. package/dist/components/index.d.ts.map +1 -0
  120. package/dist/hooks/index.d.ts +14 -0
  121. package/dist/hooks/index.d.ts.map +1 -1
  122. package/dist/hooks/useClickOutside.d.ts +31 -0
  123. package/dist/hooks/useClickOutside.d.ts.map +1 -0
  124. package/dist/hooks/useCopyToClipboard.d.ts +72 -0
  125. package/dist/hooks/useCopyToClipboard.d.ts.map +1 -0
  126. package/dist/hooks/useDebounce.d.ts +58 -0
  127. package/dist/hooks/useDebounce.d.ts.map +1 -0
  128. package/dist/hooks/useDisclosure.d.ts +74 -0
  129. package/dist/hooks/useDisclosure.d.ts.map +1 -0
  130. package/dist/hooks/useKeyboard.d.ts +101 -0
  131. package/dist/hooks/useKeyboard.d.ts.map +1 -0
  132. package/dist/hooks/useLocalStorage.d.ts +48 -0
  133. package/dist/hooks/useLocalStorage.d.ts.map +1 -0
  134. package/dist/hooks/useMediaQuery.d.ts +43 -0
  135. package/dist/hooks/useMediaQuery.d.ts.map +1 -0
  136. package/dist/index.cjs +3 -3
  137. package/dist/index.cjs.map +1 -1
  138. package/dist/index.d.ts +54 -0
  139. package/dist/index.d.ts.map +1 -1
  140. package/dist/index.mjs +16458 -12654
  141. package/dist/index.mjs.map +1 -1
  142. package/dist/react.css +1 -1
  143. package/dist/sections/AppDownload/AppDownload.d.ts +12 -0
  144. package/dist/sections/AppDownload/AppDownload.d.ts.map +1 -0
  145. package/dist/sections/AppDownload/AppDownload.types.d.ts +118 -0
  146. package/dist/sections/AppDownload/AppDownload.types.d.ts.map +1 -0
  147. package/dist/sections/AppDownload/index.d.ts +3 -0
  148. package/dist/sections/AppDownload/index.d.ts.map +1 -0
  149. package/dist/sections/Banner/Banner.d.ts +12 -0
  150. package/dist/sections/Banner/Banner.d.ts.map +1 -0
  151. package/dist/sections/Banner/Banner.types.d.ts +105 -0
  152. package/dist/sections/Banner/Banner.types.d.ts.map +1 -0
  153. package/dist/sections/Banner/index.d.ts +3 -0
  154. package/dist/sections/Banner/index.d.ts.map +1 -0
  155. package/dist/sections/Blog/Blog.d.ts +12 -0
  156. package/dist/sections/Blog/Blog.d.ts.map +1 -0
  157. package/dist/sections/Blog/Blog.types.d.ts +143 -0
  158. package/dist/sections/Blog/Blog.types.d.ts.map +1 -0
  159. package/dist/sections/Blog/index.d.ts +3 -0
  160. package/dist/sections/Blog/index.d.ts.map +1 -0
  161. package/dist/sections/CTA/CTA.d.ts +24 -0
  162. package/dist/sections/CTA/CTA.d.ts.map +1 -0
  163. package/dist/sections/CTA/CTA.types.d.ts +74 -0
  164. package/dist/sections/CTA/CTA.types.d.ts.map +1 -0
  165. package/dist/sections/CTA/index.d.ts +6 -0
  166. package/dist/sections/CTA/index.d.ts.map +1 -0
  167. package/dist/sections/Carousel/Carousel.d.ts +36 -0
  168. package/dist/sections/Carousel/Carousel.d.ts.map +1 -0
  169. package/dist/sections/Carousel/Carousel.types.d.ts +160 -0
  170. package/dist/sections/Carousel/Carousel.types.d.ts.map +1 -0
  171. package/dist/sections/Carousel/CarouselCard.d.ts +12 -0
  172. package/dist/sections/Carousel/CarouselCard.d.ts.map +1 -0
  173. package/dist/sections/Carousel/index.d.ts +7 -0
  174. package/dist/sections/Carousel/index.d.ts.map +1 -0
  175. package/dist/sections/Comparison/Comparison.d.ts +12 -0
  176. package/dist/sections/Comparison/Comparison.d.ts.map +1 -0
  177. package/dist/sections/Comparison/Comparison.types.d.ts +124 -0
  178. package/dist/sections/Comparison/Comparison.types.d.ts.map +1 -0
  179. package/dist/sections/Comparison/index.d.ts +3 -0
  180. package/dist/sections/Comparison/index.d.ts.map +1 -0
  181. package/dist/sections/Contact/Contact.d.ts +29 -0
  182. package/dist/sections/Contact/Contact.d.ts.map +1 -0
  183. package/dist/sections/Contact/Contact.types.d.ts +137 -0
  184. package/dist/sections/Contact/Contact.types.d.ts.map +1 -0
  185. package/dist/sections/Contact/index.d.ts +6 -0
  186. package/dist/sections/Contact/index.d.ts.map +1 -0
  187. package/dist/sections/Container/Container.d.ts +17 -0
  188. package/dist/sections/Container/Container.d.ts.map +1 -0
  189. package/dist/sections/Container/Container.types.d.ts +47 -0
  190. package/dist/sections/Container/Container.types.d.ts.map +1 -0
  191. package/dist/sections/Container/index.d.ts +6 -0
  192. package/dist/sections/Container/index.d.ts.map +1 -0
  193. package/dist/sections/FAQ/FAQ.d.ts +29 -0
  194. package/dist/sections/FAQ/FAQ.d.ts.map +1 -0
  195. package/dist/sections/FAQ/FAQ.types.d.ts +121 -0
  196. package/dist/sections/FAQ/FAQ.types.d.ts.map +1 -0
  197. package/dist/sections/FAQ/FAQItemCard.d.ts +12 -0
  198. package/dist/sections/FAQ/FAQItemCard.d.ts.map +1 -0
  199. package/dist/sections/FAQ/index.d.ts +7 -0
  200. package/dist/sections/FAQ/index.d.ts.map +1 -0
  201. package/dist/sections/Features/FeatureCard.d.ts +11 -0
  202. package/dist/sections/Features/FeatureCard.d.ts.map +1 -0
  203. package/dist/sections/Features/Features.d.ts +24 -0
  204. package/dist/sections/Features/Features.d.ts.map +1 -0
  205. package/dist/sections/Features/Features.types.d.ts +104 -0
  206. package/dist/sections/Features/Features.types.d.ts.map +1 -0
  207. package/dist/sections/Features/index.d.ts +7 -0
  208. package/dist/sections/Features/index.d.ts.map +1 -0
  209. package/dist/sections/Footer/Footer.d.ts +24 -0
  210. package/dist/sections/Footer/Footer.d.ts.map +1 -0
  211. package/dist/sections/Footer/Footer.types.d.ts +133 -0
  212. package/dist/sections/Footer/Footer.types.d.ts.map +1 -0
  213. package/dist/sections/Footer/index.d.ts +6 -0
  214. package/dist/sections/Footer/index.d.ts.map +1 -0
  215. package/dist/sections/Gallery/Gallery.d.ts +12 -0
  216. package/dist/sections/Gallery/Gallery.d.ts.map +1 -0
  217. package/dist/sections/Gallery/Gallery.types.d.ts +118 -0
  218. package/dist/sections/Gallery/Gallery.types.d.ts.map +1 -0
  219. package/dist/sections/Gallery/index.d.ts +3 -0
  220. package/dist/sections/Gallery/index.d.ts.map +1 -0
  221. package/dist/sections/Hero/Hero.d.ts +22 -0
  222. package/dist/sections/Hero/Hero.d.ts.map +1 -0
  223. package/dist/sections/Hero/Hero.types.d.ts +83 -0
  224. package/dist/sections/Hero/Hero.types.d.ts.map +1 -0
  225. package/dist/sections/Hero/index.d.ts +6 -0
  226. package/dist/sections/Hero/index.d.ts.map +1 -0
  227. package/dist/sections/LogoCloud/LogoCloud.d.ts +26 -0
  228. package/dist/sections/LogoCloud/LogoCloud.d.ts.map +1 -0
  229. package/dist/sections/LogoCloud/LogoCloud.types.d.ts +105 -0
  230. package/dist/sections/LogoCloud/LogoCloud.types.d.ts.map +1 -0
  231. package/dist/sections/LogoCloud/index.d.ts +6 -0
  232. package/dist/sections/LogoCloud/index.d.ts.map +1 -0
  233. package/dist/sections/Newsletter/Newsletter.d.ts +22 -0
  234. package/dist/sections/Newsletter/Newsletter.d.ts.map +1 -0
  235. package/dist/sections/Newsletter/Newsletter.types.d.ts +101 -0
  236. package/dist/sections/Newsletter/Newsletter.types.d.ts.map +1 -0
  237. package/dist/sections/Newsletter/index.d.ts +6 -0
  238. package/dist/sections/Newsletter/index.d.ts.map +1 -0
  239. package/dist/sections/Pricing/Pricing.d.ts +35 -0
  240. package/dist/sections/Pricing/Pricing.d.ts.map +1 -0
  241. package/dist/sections/Pricing/Pricing.types.d.ts +133 -0
  242. package/dist/sections/Pricing/Pricing.types.d.ts.map +1 -0
  243. package/dist/sections/Pricing/PricingCard.d.ts +11 -0
  244. package/dist/sections/Pricing/PricingCard.d.ts.map +1 -0
  245. package/dist/sections/Pricing/index.d.ts +7 -0
  246. package/dist/sections/Pricing/index.d.ts.map +1 -0
  247. package/dist/sections/Section/Section.d.ts +19 -0
  248. package/dist/sections/Section/Section.d.ts.map +1 -0
  249. package/dist/sections/Section/Section.types.d.ts +68 -0
  250. package/dist/sections/Section/Section.types.d.ts.map +1 -0
  251. package/dist/sections/Section/index.d.ts +6 -0
  252. package/dist/sections/Section/index.d.ts.map +1 -0
  253. package/dist/sections/SocialProof/SocialProof.d.ts +12 -0
  254. package/dist/sections/SocialProof/SocialProof.d.ts.map +1 -0
  255. package/dist/sections/SocialProof/SocialProof.types.d.ts +142 -0
  256. package/dist/sections/SocialProof/SocialProof.types.d.ts.map +1 -0
  257. package/dist/sections/SocialProof/index.d.ts +3 -0
  258. package/dist/sections/SocialProof/index.d.ts.map +1 -0
  259. package/dist/sections/Stats/StatItemCard.d.ts +11 -0
  260. package/dist/sections/Stats/StatItemCard.d.ts.map +1 -0
  261. package/dist/sections/Stats/Stats.d.ts +25 -0
  262. package/dist/sections/Stats/Stats.d.ts.map +1 -0
  263. package/dist/sections/Stats/Stats.types.d.ts +125 -0
  264. package/dist/sections/Stats/Stats.types.d.ts.map +1 -0
  265. package/dist/sections/Stats/index.d.ts +7 -0
  266. package/dist/sections/Stats/index.d.ts.map +1 -0
  267. package/dist/sections/Team/Team.d.ts +31 -0
  268. package/dist/sections/Team/Team.d.ts.map +1 -0
  269. package/dist/sections/Team/Team.types.d.ts +135 -0
  270. package/dist/sections/Team/Team.types.d.ts.map +1 -0
  271. package/dist/sections/Team/TeamMemberCard.d.ts +11 -0
  272. package/dist/sections/Team/TeamMemberCard.d.ts.map +1 -0
  273. package/dist/sections/Team/index.d.ts +7 -0
  274. package/dist/sections/Team/index.d.ts.map +1 -0
  275. package/dist/sections/Testimonials/TestimonialCard.d.ts +11 -0
  276. package/dist/sections/Testimonials/TestimonialCard.d.ts.map +1 -0
  277. package/dist/sections/Testimonials/Testimonials.d.ts +31 -0
  278. package/dist/sections/Testimonials/Testimonials.d.ts.map +1 -0
  279. package/dist/sections/Testimonials/Testimonials.types.d.ts +130 -0
  280. package/dist/sections/Testimonials/Testimonials.types.d.ts.map +1 -0
  281. package/dist/sections/Testimonials/index.d.ts +7 -0
  282. package/dist/sections/Testimonials/index.d.ts.map +1 -0
  283. package/dist/sections/Timeline/Timeline.d.ts +12 -0
  284. package/dist/sections/Timeline/Timeline.d.ts.map +1 -0
  285. package/dist/sections/Timeline/Timeline.types.d.ts +102 -0
  286. package/dist/sections/Timeline/Timeline.types.d.ts.map +1 -0
  287. package/dist/sections/Timeline/index.d.ts +3 -0
  288. package/dist/sections/Timeline/index.d.ts.map +1 -0
  289. package/dist/sections/index.d.ts +80 -0
  290. package/dist/sections/index.d.ts.map +1 -0
  291. package/dist/utils/icons.d.ts +47 -46
  292. package/dist/utils/icons.d.ts.map +1 -1
  293. package/package.json +5 -3
@@ -0,0 +1,142 @@
1
+ /**
2
+ * SocialProof Section Types
3
+ *
4
+ * Type definitions for the Orion SocialProof section component.
5
+ */
6
+ import type { HTMLAttributes, ReactNode } from 'react';
7
+ /**
8
+ * Logo item
9
+ */
10
+ export interface SocialProofLogo {
11
+ /**
12
+ * Company/brand name
13
+ */
14
+ name: string;
15
+ /**
16
+ * Logo image URL
17
+ */
18
+ logo: string;
19
+ /**
20
+ * Optional link
21
+ */
22
+ href?: string;
23
+ }
24
+ /**
25
+ * Testimonial item
26
+ */
27
+ export interface SocialProofTestimonial {
28
+ /**
29
+ * Unique identifier
30
+ */
31
+ id: string | number;
32
+ /**
33
+ * Quote text
34
+ */
35
+ quote: string;
36
+ /**
37
+ * Author name
38
+ */
39
+ author: string;
40
+ /**
41
+ * Author title/role
42
+ */
43
+ title?: string;
44
+ /**
45
+ * Author company
46
+ */
47
+ company?: string;
48
+ /**
49
+ * Author avatar URL
50
+ */
51
+ avatar?: string;
52
+ /**
53
+ * Star rating (1-5)
54
+ */
55
+ rating?: number;
56
+ }
57
+ /**
58
+ * Stat item
59
+ */
60
+ export interface SocialProofStat {
61
+ /**
62
+ * Stat value
63
+ */
64
+ value: string;
65
+ /**
66
+ * Stat label
67
+ */
68
+ label: string;
69
+ }
70
+ /**
71
+ * SocialProof section props
72
+ *
73
+ * @example
74
+ * ```tsx
75
+ * <SocialProof
76
+ * title="Trusted by Industry Leaders"
77
+ * logos={[
78
+ * { name: "Google", logo: "/logos/google.svg" },
79
+ * { name: "Meta", logo: "/logos/meta.svg" },
80
+ * ]}
81
+ * testimonials={[
82
+ * { id: 1, quote: "Amazing product!", author: "John Doe", title: "CEO" }
83
+ * ]}
84
+ * stats={[
85
+ * { value: "10K+", label: "Customers" },
86
+ * { value: "99%", label: "Satisfaction" },
87
+ * ]}
88
+ * />
89
+ * ```
90
+ */
91
+ export interface SocialProofProps extends Omit<HTMLAttributes<HTMLElement>, 'title'> {
92
+ /**
93
+ * Optional eyebrow text
94
+ */
95
+ eyebrow?: ReactNode;
96
+ /**
97
+ * Section title
98
+ */
99
+ title?: ReactNode;
100
+ /**
101
+ * Section description
102
+ */
103
+ description?: ReactNode;
104
+ /**
105
+ * Company/brand logos
106
+ */
107
+ logos?: SocialProofLogo[];
108
+ /**
109
+ * Customer testimonials
110
+ */
111
+ testimonials?: SocialProofTestimonial[];
112
+ /**
113
+ * Stats/metrics
114
+ */
115
+ stats?: SocialProofStat[];
116
+ /**
117
+ * Layout variant
118
+ * @default 'stacked'
119
+ */
120
+ layout?: 'stacked' | 'side-by-side' | 'testimonials-only' | 'logos-only' | 'stats-only';
121
+ /**
122
+ * Logo display style
123
+ * @default 'grid'
124
+ */
125
+ logoStyle?: 'grid' | 'inline' | 'carousel';
126
+ /**
127
+ * Grayscale logos
128
+ * @default true
129
+ */
130
+ grayscaleLogos?: boolean;
131
+ /**
132
+ * Background style
133
+ * @default 'subtle'
134
+ */
135
+ background?: 'base' | 'subtle' | 'none';
136
+ /**
137
+ * Compact mode
138
+ * @default false
139
+ */
140
+ compact?: boolean;
141
+ }
142
+ //# sourceMappingURL=SocialProof.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SocialProof.types.d.ts","sourceRoot":"","sources":["../../../src/sections/SocialProof/SocialProof.types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvD;;GAEG;AACH,MAAM,WAAW,eAAe;IAC9B;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACrC;;OAEG;IACH,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;IAEpB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;;GAEG;AACH,MAAM,WAAW,eAAe;IAC9B;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;CACf;AAED;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,MAAM,WAAW,gBAAiB,SAAQ,IAAI,CAAC,cAAc,CAAC,WAAW,CAAC,EAAE,OAAO,CAAC;IAClF;;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,KAAK,CAAC,EAAE,eAAe,EAAE,CAAC;IAE1B;;OAEG;IACH,YAAY,CAAC,EAAE,sBAAsB,EAAE,CAAC;IAExC;;OAEG;IACH,KAAK,CAAC,EAAE,eAAe,EAAE,CAAC;IAE1B;;;OAGG;IACH,MAAM,CAAC,EAAE,SAAS,GAAG,cAAc,GAAG,mBAAmB,GAAG,YAAY,GAAG,YAAY,CAAC;IAExF;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,UAAU,CAAC;IAE3C;;;OAGG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IAEzB;;;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 { SocialProof } from './SocialProof';
2
+ export type { SocialProofProps, SocialProofLogo, SocialProofTestimonial, SocialProofStat, } from './SocialProof.types';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/sections/SocialProof/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,YAAY,EACV,gBAAgB,EAChB,eAAe,EACf,sBAAsB,EACtB,eAAe,GAChB,MAAM,qBAAqB,CAAC"}
@@ -0,0 +1,11 @@
1
+ /**
2
+ * StatItemCard Component
3
+ *
4
+ * Internal component for rendering individual stat items.
5
+ */
6
+ import type { StatItemCardProps } from './Stats.types';
7
+ export declare const StatItemCard: {
8
+ ({ stat, variant, className, }: StatItemCardProps): import("react/jsx-runtime").JSX.Element;
9
+ displayName: string;
10
+ };
11
+ //# sourceMappingURL=StatItemCard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StatItemCard.d.ts","sourceRoot":"","sources":["../../../src/sections/Stats/StatItemCard.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAC;AAKvD,eAAO,MAAM,YAAY;oCAItB,iBAAiB;;CAsDnB,CAAC"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ * Stats Component
3
+ *
4
+ * A stats/metrics section for displaying key numbers and KPIs.
5
+ * Supports icons, trends, and multiple visual variants.
6
+ *
7
+ * @example
8
+ * ```tsx
9
+ * <Stats
10
+ * eyebrow={<Badge>Metrics</Badge>}
11
+ * title="By the numbers"
12
+ * description="Our platform's impact in real numbers"
13
+ * stats={[
14
+ * { value: "10K+", label: "Active users" },
15
+ * { value: "99.9%", label: "Uptime", trend: { value: "+0.1%", positive: true } },
16
+ * { value: "$1.2M", label: "Revenue" },
17
+ * { value: "150+", label: "Countries" }
18
+ * ]}
19
+ * columns={4}
20
+ * />
21
+ * ```
22
+ */
23
+ import type { StatsProps } from './Stats.types';
24
+ export declare const Stats: import("react").ForwardRefExoticComponent<StatsProps & import("react").RefAttributes<HTMLElement>>;
25
+ //# sourceMappingURL=Stats.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Stats.d.ts","sourceRoot":"","sources":["../../../src/sections/Stats/Stats.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;GAqBG;AAGH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAMhD,eAAO,MAAM,KAAK,oGAwDjB,CAAC"}
@@ -0,0 +1,125 @@
1
+ /**
2
+ * Stats Component Types
3
+ *
4
+ * Type definitions for the Orion Stats section component.
5
+ */
6
+ import type { HTMLAttributes, ReactNode } from 'react';
7
+ /**
8
+ * Grid column count for stat items
9
+ */
10
+ export type StatsColumns = 2 | 3 | 4;
11
+ /**
12
+ * Stats visual variant
13
+ */
14
+ export type StatsVariant = 'default' | 'cards' | 'inline';
15
+ /**
16
+ * Trend indicator for a stat
17
+ */
18
+ export interface StatTrend {
19
+ /**
20
+ * Trend value (e.g., "+12%", "-5%")
21
+ */
22
+ value: string;
23
+ /**
24
+ * Whether the trend is positive
25
+ * @default true
26
+ */
27
+ positive?: boolean;
28
+ }
29
+ /**
30
+ * Stat item data structure
31
+ */
32
+ export interface StatItem {
33
+ /**
34
+ * The main stat value (e.g., "10K+", "99.9%", "$1.2M")
35
+ */
36
+ value: string | number;
37
+ /**
38
+ * Label describing the stat
39
+ */
40
+ label: string;
41
+ /**
42
+ * Optional description for more context
43
+ */
44
+ description?: string;
45
+ /**
46
+ * Optional icon element
47
+ */
48
+ icon?: ReactNode;
49
+ /**
50
+ * Optional trend indicator
51
+ */
52
+ trend?: StatTrend;
53
+ }
54
+ /**
55
+ * Stat item card props (internal component)
56
+ */
57
+ export interface StatItemCardProps extends HTMLAttributes<HTMLDivElement> {
58
+ /**
59
+ * Stat item data
60
+ */
61
+ stat: StatItem;
62
+ /**
63
+ * Visual variant
64
+ * @default 'default'
65
+ */
66
+ variant?: StatsVariant;
67
+ }
68
+ /**
69
+ * Stats section props
70
+ *
71
+ * @example
72
+ * ```tsx
73
+ * <Stats
74
+ * title="By the numbers"
75
+ * stats={[
76
+ * { value: "10K+", label: "Active users" },
77
+ * { value: "99.9%", label: "Uptime" },
78
+ * { value: "$1.2M", label: "Revenue generated", trend: { value: "+12%", positive: true } }
79
+ * ]}
80
+ * columns={3}
81
+ * />
82
+ * ```
83
+ */
84
+ export interface StatsProps extends Omit<HTMLAttributes<HTMLElement>, 'title'> {
85
+ /**
86
+ * Optional eyebrow/badge above title
87
+ */
88
+ eyebrow?: ReactNode;
89
+ /**
90
+ * Section title
91
+ */
92
+ title?: ReactNode;
93
+ /**
94
+ * Section description
95
+ */
96
+ description?: ReactNode;
97
+ /**
98
+ * Array of stat items
99
+ */
100
+ stats: StatItem[];
101
+ /**
102
+ * Number of grid columns
103
+ * @default 4
104
+ */
105
+ columns?: StatsColumns;
106
+ /**
107
+ * Visual variant
108
+ * - default: Simple grid with dividers
109
+ * - cards: Individual cards for each stat
110
+ * - inline: Compact inline layout
111
+ * @default 'default'
112
+ */
113
+ variant?: StatsVariant;
114
+ /**
115
+ * Background style
116
+ * @default 'subtle'
117
+ */
118
+ background?: 'base' | 'subtle' | 'brand' | 'none';
119
+ /**
120
+ * Center the header and stats
121
+ * @default true
122
+ */
123
+ centered?: boolean;
124
+ }
125
+ //# sourceMappingURL=Stats.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Stats.types.d.ts","sourceRoot":"","sources":["../../../src/sections/Stats/Stats.types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvD;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;AAErC;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG,SAAS,GAAG,OAAO,GAAG,QAAQ,CAAC;AAE1D;;GAEG;AACH,MAAM,WAAW,SAAS;IACxB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED;;GAEG;AACH,MAAM,WAAW,QAAQ;IACvB;;OAEG;IACH,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IAEvB;;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,KAAK,CAAC,EAAE,SAAS,CAAC;CACnB;AAED;;GAEG;AACH,MAAM,WAAW,iBAAkB,SAAQ,cAAc,CAAC,cAAc,CAAC;IACvE;;OAEG;IACH,IAAI,EAAE,QAAQ,CAAC;IAEf;;;OAGG;IACH,OAAO,CAAC,EAAE,YAAY,CAAC;CACxB;AAED;;;;;;;;;;;;;;;GAeG;AACH,MAAM,WAAW,UAAW,SAAQ,IAAI,CAAC,cAAc,CAAC,WAAW,CAAC,EAAE,OAAO,CAAC;IAC5E;;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,KAAK,EAAE,QAAQ,EAAE,CAAC;IAElB;;;OAGG;IACH,OAAO,CAAC,EAAE,YAAY,CAAC;IAEvB;;;;;;OAMG;IACH,OAAO,CAAC,EAAE,YAAY,CAAC;IAEvB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,GAAG,MAAM,CAAC;IAElD;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB"}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * Stats Component Exports
3
+ */
4
+ export { Stats } from './Stats';
5
+ export { StatItemCard } from './StatItemCard';
6
+ export type { StatsProps, StatItem, StatTrend, StatItemCardProps, StatsColumns, StatsVariant, } from './Stats.types';
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/sections/Stats/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,YAAY,EACV,UAAU,EACV,QAAQ,EACR,SAAS,EACT,iBAAiB,EACjB,YAAY,EACZ,YAAY,GACb,MAAM,eAAe,CAAC"}
@@ -0,0 +1,31 @@
1
+ /**
2
+ * Team Component
3
+ *
4
+ * A team/about section for displaying team members with avatars,
5
+ * roles, bios, and social links.
6
+ *
7
+ * @example
8
+ * ```tsx
9
+ * <Team
10
+ * eyebrow={<Badge>Our Team</Badge>}
11
+ * title="Meet the people behind Orion"
12
+ * description="A passionate team building the future of design systems"
13
+ * members={[
14
+ * {
15
+ * name: "Jane Doe",
16
+ * role: "CEO & Founder",
17
+ * bio: "10+ years in design systems",
18
+ * avatar: <img src="/jane.jpg" alt="Jane" />,
19
+ * socialLinks: [
20
+ * { platform: "twitter", href: "#", icon: <Twitter size={18} /> },
21
+ * { platform: "linkedin", href: "#", icon: <Linkedin size={18} /> }
22
+ * ]
23
+ * }
24
+ * ]}
25
+ * columns={4}
26
+ * />
27
+ * ```
28
+ */
29
+ import type { TeamProps } from './Team.types';
30
+ export declare const Team: import("react").ForwardRefExoticComponent<TeamProps & import("react").RefAttributes<HTMLElement>>;
31
+ //# sourceMappingURL=Team.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Team.d.ts","sourceRoot":"","sources":["../../../src/sections/Team/Team.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AAGH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAM9C,eAAO,MAAM,IAAI,mGAwDhB,CAAC"}
@@ -0,0 +1,135 @@
1
+ /**
2
+ * Team Component Types
3
+ *
4
+ * Type definitions for the Orion Team section component.
5
+ */
6
+ import type { HTMLAttributes, ReactNode } from 'react';
7
+ /**
8
+ * Grid column count for team members
9
+ */
10
+ export type TeamColumns = 2 | 3 | 4;
11
+ /**
12
+ * Team card visual variant
13
+ */
14
+ export type TeamVariant = 'default' | 'cards' | 'compact';
15
+ /**
16
+ * Social link for team member
17
+ */
18
+ export interface TeamSocialLink {
19
+ /**
20
+ * Platform name (e.g., "twitter", "linkedin", "github")
21
+ */
22
+ platform: string;
23
+ /**
24
+ * URL to the social profile
25
+ */
26
+ href: string;
27
+ /**
28
+ * Icon element for the social link
29
+ */
30
+ icon?: ReactNode;
31
+ }
32
+ /**
33
+ * Team member data structure
34
+ */
35
+ export interface TeamMember {
36
+ /**
37
+ * Member's name
38
+ */
39
+ name: string;
40
+ /**
41
+ * Member's role or title
42
+ */
43
+ role: string;
44
+ /**
45
+ * Optional bio or description
46
+ */
47
+ bio?: string;
48
+ /**
49
+ * Avatar/photo element (typically an img)
50
+ */
51
+ avatar?: ReactNode;
52
+ /**
53
+ * Social media links
54
+ */
55
+ socialLinks?: TeamSocialLink[];
56
+ }
57
+ /**
58
+ * Team member card props (internal component)
59
+ */
60
+ export interface TeamMemberCardProps extends HTMLAttributes<HTMLDivElement> {
61
+ /**
62
+ * Team member data
63
+ */
64
+ member: TeamMember;
65
+ /**
66
+ * Visual variant
67
+ * @default 'default'
68
+ */
69
+ variant?: TeamVariant;
70
+ }
71
+ /**
72
+ * Team section props
73
+ *
74
+ * @example
75
+ * ```tsx
76
+ * <Team
77
+ * title="Meet our team"
78
+ * description="The people behind the product"
79
+ * members={[
80
+ * {
81
+ * name: "Jane Doe",
82
+ * role: "CEO & Founder",
83
+ * bio: "Building the future of design systems",
84
+ * avatar: <img src="/jane.jpg" alt="Jane" />,
85
+ * socialLinks: [
86
+ * { platform: "twitter", href: "#", icon: <Twitter /> }
87
+ * ]
88
+ * }
89
+ * ]}
90
+ * columns={4}
91
+ * />
92
+ * ```
93
+ */
94
+ export interface TeamProps extends Omit<HTMLAttributes<HTMLElement>, 'title'> {
95
+ /**
96
+ * Optional eyebrow/badge above title
97
+ */
98
+ eyebrow?: ReactNode;
99
+ /**
100
+ * Section title
101
+ */
102
+ title?: ReactNode;
103
+ /**
104
+ * Section description
105
+ */
106
+ description?: ReactNode;
107
+ /**
108
+ * Array of team members
109
+ */
110
+ members: TeamMember[];
111
+ /**
112
+ * Number of grid columns
113
+ * @default 4
114
+ */
115
+ columns?: TeamColumns;
116
+ /**
117
+ * Visual variant
118
+ * - default: Simple grid with avatars
119
+ * - cards: Card-based layout with borders
120
+ * - compact: Smaller avatars, minimal info
121
+ * @default 'default'
122
+ */
123
+ variant?: TeamVariant;
124
+ /**
125
+ * Background style
126
+ * @default 'base'
127
+ */
128
+ background?: 'base' | 'subtle' | 'none';
129
+ /**
130
+ * Center the header and members
131
+ * @default true
132
+ */
133
+ centered?: boolean;
134
+ }
135
+ //# 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,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,11 @@
1
+ /**
2
+ * TeamMemberCard Component
3
+ *
4
+ * Internal component for rendering individual team member cards.
5
+ */
6
+ import type { TeamMemberCardProps } from './Team.types';
7
+ export declare const TeamMemberCard: {
8
+ ({ member, variant, className, }: TeamMemberCardProps): import("react/jsx-runtime").JSX.Element;
9
+ displayName: string;
10
+ };
11
+ //# 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;;CA0DrB,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,11 @@
1
+ /**
2
+ * TestimonialCard Component
3
+ *
4
+ * Internal component for rendering individual testimonial cards.
5
+ */
6
+ import type { TestimonialCardProps } from './Testimonials.types';
7
+ export declare const TestimonialCard: {
8
+ ({ testimonial, variant, className, }: TestimonialCardProps): import("react/jsx-runtime").JSX.Element;
9
+ displayName: string;
10
+ };
11
+ //# 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;;CAiEtB,CAAC"}
@@ -0,0 +1,31 @@
1
+ /**
2
+ * Testimonials Component
3
+ *
4
+ * A testimonials section with support for quotes, avatars, ratings, and
5
+ * multiple visual variants. Composes atomic components from @orion/react.
6
+ *
7
+ * @example
8
+ * ```tsx
9
+ * <Testimonials
10
+ * eyebrow={<Badge>Testimonials</Badge>}
11
+ * title="What our customers say"
12
+ * description="See why thousands of teams love our product"
13
+ * testimonials={[
14
+ * {
15
+ * quote: "This product changed everything for us.",
16
+ * author: {
17
+ * name: "Jane Doe",
18
+ * role: "CEO",
19
+ * company: "Acme Corp",
20
+ * avatar: <img src="/avatar.jpg" alt="Jane" />
21
+ * },
22
+ * rating: 5
23
+ * }
24
+ * ]}
25
+ * columns={3}
26
+ * />
27
+ * ```
28
+ */
29
+ import type { TestimonialsProps } from './Testimonials.types';
30
+ export declare const Testimonials: import("react").ForwardRefExoticComponent<TestimonialsProps & import("react").RefAttributes<HTMLElement>>;
31
+ //# 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,2GAwDxB,CAAC"}