@orion-ds/react 1.0.1 → 1.0.4

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 +6 -8
  57. package/dist/components/IconGallery/IconGallery.d.ts.map +1 -1
  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 +14 -14
@@ -0,0 +1,105 @@
1
+ /**
2
+ * LogoCloud Component Types
3
+ *
4
+ * Type definitions for the Orion LogoCloud section component.
5
+ */
6
+ import type { HTMLAttributes, ReactNode } from 'react';
7
+ /**
8
+ * LogoCloud layout variant
9
+ */
10
+ export type LogoCloudLayout = 'grid' | 'inline' | 'marquee';
11
+ /**
12
+ * Logo size variant
13
+ */
14
+ export type LogoCloudSize = 'sm' | 'md' | 'lg';
15
+ /**
16
+ * Logo item data structure
17
+ */
18
+ export interface LogoItem {
19
+ /**
20
+ * Logo element (typically an img or svg)
21
+ */
22
+ logo: ReactNode;
23
+ /**
24
+ * Company/brand name (for accessibility)
25
+ */
26
+ name: string;
27
+ /**
28
+ * Optional link URL
29
+ */
30
+ href?: string;
31
+ }
32
+ /**
33
+ * LogoCloud section props
34
+ *
35
+ * @example
36
+ * ```tsx
37
+ * <LogoCloud
38
+ * title="Trusted by leading companies"
39
+ * logos={[
40
+ * { logo: <img src="/vercel.svg" alt="" />, name: "Vercel" },
41
+ * { logo: <img src="/stripe.svg" alt="" />, name: "Stripe" },
42
+ * { logo: <img src="/linear.svg" alt="" />, name: "Linear" }
43
+ * ]}
44
+ * layout="grid"
45
+ * columns={5}
46
+ * />
47
+ * ```
48
+ */
49
+ export interface LogoCloudProps extends Omit<HTMLAttributes<HTMLElement>, 'title'> {
50
+ /**
51
+ * Optional eyebrow/badge above title
52
+ */
53
+ eyebrow?: ReactNode;
54
+ /**
55
+ * Section title
56
+ */
57
+ title?: ReactNode;
58
+ /**
59
+ * Section description
60
+ */
61
+ description?: ReactNode;
62
+ /**
63
+ * Array of logo items
64
+ */
65
+ logos: LogoItem[];
66
+ /**
67
+ * Layout variant
68
+ * - grid: Fixed grid layout
69
+ * - inline: Flexible inline/wrap layout
70
+ * - marquee: Animated scrolling marquee
71
+ * @default 'inline'
72
+ */
73
+ layout?: LogoCloudLayout;
74
+ /**
75
+ * Number of columns (for grid layout)
76
+ * @default 5
77
+ */
78
+ columns?: 3 | 4 | 5 | 6;
79
+ /**
80
+ * Logo size
81
+ * @default 'md'
82
+ */
83
+ size?: LogoCloudSize;
84
+ /**
85
+ * Grayscale logos (colorize on hover)
86
+ * @default true
87
+ */
88
+ grayscale?: boolean;
89
+ /**
90
+ * Background style
91
+ * @default 'none'
92
+ */
93
+ background?: 'base' | 'subtle' | 'none';
94
+ /**
95
+ * Center the content
96
+ * @default true
97
+ */
98
+ centered?: boolean;
99
+ /**
100
+ * Marquee animation speed (for marquee layout)
101
+ * @default 'normal'
102
+ */
103
+ marqueeSpeed?: 'slow' | 'normal' | 'fast';
104
+ }
105
+ //# sourceMappingURL=LogoCloud.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LogoCloud.types.d.ts","sourceRoot":"","sources":["../../../src/sections/LogoCloud/LogoCloud.types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvD;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG,MAAM,GAAG,QAAQ,GAAG,SAAS,CAAC;AAE5D;;GAEG;AACH,MAAM,MAAM,aAAa,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAE/C;;GAEG;AACH,MAAM,WAAW,QAAQ;IACvB;;OAEG;IACH,IAAI,EAAE,SAAS,CAAC;IAEhB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED;;;;;;;;;;;;;;;;GAgBG;AACH,MAAM,WAAW,cAAe,SAAQ,IAAI,CAAC,cAAc,CAAC,WAAW,CAAC,EAAE,OAAO,CAAC;IAChF;;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;;;;;;OAMG;IACH,MAAM,CAAC,EAAE,eAAe,CAAC;IAEzB;;;OAGG;IACH,OAAO,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IAExB;;;OAGG;IACH,IAAI,CAAC,EAAE,aAAa,CAAC;IAErB;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,MAAM,CAAC;IAExC;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,MAAM,CAAC;CAC3C"}
@@ -0,0 +1,6 @@
1
+ /**
2
+ * LogoCloud Component Exports
3
+ */
4
+ export { LogoCloud } from './LogoCloud';
5
+ export type { LogoCloudProps, LogoItem, LogoCloudLayout, LogoCloudSize, } from './LogoCloud.types';
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/sections/LogoCloud/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,YAAY,EACV,cAAc,EACd,QAAQ,EACR,eAAe,EACf,aAAa,GACd,MAAM,mBAAmB,CAAC"}
@@ -0,0 +1,22 @@
1
+ /**
2
+ * Newsletter Component
3
+ *
4
+ * A newsletter signup section with email input and customizable messaging.
5
+ * Supports multiple layouts and states (loading, success, error).
6
+ *
7
+ * @example
8
+ * ```tsx
9
+ * <Newsletter
10
+ * eyebrow={<Badge>Newsletter</Badge>}
11
+ * title="Stay in the loop"
12
+ * description="Get the latest updates, tips, and resources delivered to your inbox."
13
+ * placeholder="you@example.com"
14
+ * buttonText="Subscribe"
15
+ * disclaimer="We respect your privacy. Unsubscribe at any time."
16
+ * onSubmit={(email) => handleSubscribe(email)}
17
+ * />
18
+ * ```
19
+ */
20
+ import type { NewsletterProps } from './Newsletter.types';
21
+ export declare const Newsletter: import("react").ForwardRefExoticComponent<NewsletterProps & import("react").RefAttributes<HTMLElement>>;
22
+ //# sourceMappingURL=Newsletter.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Newsletter.d.ts","sourceRoot":"","sources":["../../../src/sections/Newsletter/Newsletter.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAGH,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAO1D,eAAO,MAAM,UAAU,yGAuItB,CAAC"}
@@ -0,0 +1,101 @@
1
+ /**
2
+ * Newsletter Component Types
3
+ *
4
+ * Type definitions for the Orion Newsletter section component.
5
+ */
6
+ import type { HTMLAttributes, ReactNode } from 'react';
7
+ /**
8
+ * Newsletter layout variant
9
+ */
10
+ export type NewsletterLayout = 'inline' | 'stacked' | 'card';
11
+ /**
12
+ * Newsletter size variant
13
+ */
14
+ export type NewsletterSize = 'sm' | 'md' | 'lg';
15
+ /**
16
+ * Newsletter section props
17
+ *
18
+ * @example
19
+ * ```tsx
20
+ * <Newsletter
21
+ * title="Subscribe to our newsletter"
22
+ * description="Get the latest updates delivered to your inbox"
23
+ * placeholder="Enter your email"
24
+ * buttonText="Subscribe"
25
+ * onSubmit={(email) => console.log(email)}
26
+ * />
27
+ * ```
28
+ */
29
+ export interface NewsletterProps extends Omit<HTMLAttributes<HTMLElement>, 'title' | 'onSubmit'> {
30
+ /**
31
+ * Optional eyebrow/badge above title
32
+ */
33
+ eyebrow?: ReactNode;
34
+ /**
35
+ * Section title
36
+ */
37
+ title?: ReactNode;
38
+ /**
39
+ * Section description
40
+ */
41
+ description?: ReactNode;
42
+ /**
43
+ * Email input placeholder
44
+ * @default "Enter your email"
45
+ */
46
+ placeholder?: string;
47
+ /**
48
+ * Submit button text
49
+ * @default "Subscribe"
50
+ */
51
+ buttonText?: string;
52
+ /**
53
+ * Custom submit button element
54
+ */
55
+ submitButton?: ReactNode;
56
+ /**
57
+ * Form submit handler - receives email address
58
+ */
59
+ onSubmit?: (email: string) => void;
60
+ /**
61
+ * Privacy/disclaimer text below form
62
+ */
63
+ disclaimer?: ReactNode;
64
+ /**
65
+ * Layout variant
66
+ * - inline: Input and button on same line
67
+ * - stacked: Input above button
68
+ * - card: Contained in a card with padding
69
+ * @default 'inline'
70
+ */
71
+ layout?: NewsletterLayout;
72
+ /**
73
+ * Size variant affecting spacing and typography
74
+ * @default 'md'
75
+ */
76
+ size?: NewsletterSize;
77
+ /**
78
+ * Background style
79
+ * @default 'subtle'
80
+ */
81
+ background?: 'base' | 'subtle' | 'brand' | 'none';
82
+ /**
83
+ * Center align content
84
+ * @default true
85
+ */
86
+ centered?: boolean;
87
+ /**
88
+ * Success message to show after submission
89
+ */
90
+ successMessage?: ReactNode;
91
+ /**
92
+ * Error message to show on submission error
93
+ */
94
+ errorMessage?: ReactNode;
95
+ /**
96
+ * Loading state
97
+ * @default false
98
+ */
99
+ loading?: boolean;
100
+ }
101
+ //# sourceMappingURL=Newsletter.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Newsletter.types.d.ts","sourceRoot":"","sources":["../../../src/sections/Newsletter/Newsletter.types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvD;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM,CAAC;AAE7D;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAEhD;;;;;;;;;;;;;GAaG;AACH,MAAM,WAAW,eAAgB,SAAQ,IAAI,CAAC,cAAc,CAAC,WAAW,CAAC,EAAE,OAAO,GAAG,UAAU,CAAC;IAC9F;;OAEG;IACH,OAAO,CAAC,EAAE,SAAS,CAAC;IAEpB;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;IAElB;;OAEG;IACH,WAAW,CAAC,EAAE,SAAS,CAAC;IAExB;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB;;OAEG;IACH,YAAY,CAAC,EAAE,SAAS,CAAC;IAEzB;;OAEG;IACH,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAEnC;;OAEG;IACH,UAAU,CAAC,EAAE,SAAS,CAAC;IAEvB;;;;;;OAMG;IACH,MAAM,CAAC,EAAE,gBAAgB,CAAC;IAE1B;;;OAGG;IACH,IAAI,CAAC,EAAE,cAAc,CAAC;IAEtB;;;OAGG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,OAAO,GAAG,MAAM,CAAC;IAElD;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;OAEG;IACH,cAAc,CAAC,EAAE,SAAS,CAAC;IAE3B;;OAEG;IACH,YAAY,CAAC,EAAE,SAAS,CAAC;IAEzB;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB"}
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Newsletter Component Exports
3
+ */
4
+ export { Newsletter } from './Newsletter';
5
+ export type { NewsletterProps, NewsletterLayout, NewsletterSize, } from './Newsletter.types';
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/sections/Newsletter/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,YAAY,EACV,eAAe,EACf,gBAAgB,EAChB,cAAc,GACf,MAAM,oBAAoB,CAAC"}
@@ -0,0 +1,35 @@
1
+ /**
2
+ * Pricing Component
3
+ *
4
+ * A pricing section with support for multiple plans, feature lists, and
5
+ * highlighting popular options. Composes atomic components from @orion/react.
6
+ *
7
+ * @example
8
+ * ```tsx
9
+ * <Pricing
10
+ * eyebrow={<Badge>Pricing</Badge>}
11
+ * title="Simple, transparent pricing"
12
+ * description="Choose the plan that's right for you"
13
+ * plans={[
14
+ * {
15
+ * name: "Starter",
16
+ * price: "$9",
17
+ * period: "per month",
18
+ * features: ["5 projects", "Basic support"],
19
+ * action: <Button>Get Started</Button>
20
+ * },
21
+ * {
22
+ * name: "Pro",
23
+ * price: "$29",
24
+ * period: "per month",
25
+ * features: ["Unlimited projects", "Priority support"],
26
+ * action: <Button>Get Started</Button>,
27
+ * popular: true
28
+ * }
29
+ * ]}
30
+ * />
31
+ * ```
32
+ */
33
+ import type { PricingProps } from './Pricing.types';
34
+ export declare const Pricing: import("react").ForwardRefExoticComponent<PricingProps & import("react").RefAttributes<HTMLElement>>;
35
+ //# sourceMappingURL=Pricing.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Pricing.d.ts","sourceRoot":"","sources":["../../../src/sections/Pricing/Pricing.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+BG;AAGH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAMpD,eAAO,MAAM,OAAO,sGAmDnB,CAAC"}
@@ -0,0 +1,133 @@
1
+ /**
2
+ * Pricing Component Types
3
+ *
4
+ * Type definitions for the Orion Pricing section component.
5
+ */
6
+ import type { HTMLAttributes, ReactNode } from 'react';
7
+ /**
8
+ * Grid column count for pricing cards
9
+ */
10
+ export type PricingColumns = 2 | 3 | 4;
11
+ /**
12
+ * Feature item in a pricing plan
13
+ */
14
+ export interface PricingFeature {
15
+ /**
16
+ * Feature text
17
+ */
18
+ text: string;
19
+ /**
20
+ * Whether the feature is included in the plan
21
+ * @default true
22
+ */
23
+ included?: boolean;
24
+ }
25
+ /**
26
+ * Pricing plan data structure
27
+ */
28
+ export interface PricingPlan {
29
+ /**
30
+ * Plan name (e.g., "Starter", "Pro", "Enterprise")
31
+ */
32
+ name: string;
33
+ /**
34
+ * Price display (e.g., "$9", "$29/mo", or ReactNode for custom)
35
+ */
36
+ price: string | ReactNode;
37
+ /**
38
+ * Billing period (e.g., "per month", "per user/month")
39
+ */
40
+ period?: string;
41
+ /**
42
+ * Short description of the plan
43
+ */
44
+ description?: string;
45
+ /**
46
+ * List of features included in the plan
47
+ */
48
+ features: (string | PricingFeature)[];
49
+ /**
50
+ * Call-to-action button/element
51
+ */
52
+ action?: ReactNode;
53
+ /**
54
+ * Mark as most popular/recommended
55
+ * @default false
56
+ */
57
+ popular?: boolean;
58
+ /**
59
+ * Optional badge text (e.g., "Best Value", "Most Popular")
60
+ */
61
+ badge?: ReactNode;
62
+ }
63
+ /**
64
+ * Pricing card props (internal component)
65
+ */
66
+ export interface PricingCardProps extends HTMLAttributes<HTMLDivElement> {
67
+ /**
68
+ * Pricing plan data
69
+ */
70
+ plan: PricingPlan;
71
+ }
72
+ /**
73
+ * Pricing section props
74
+ *
75
+ * @example
76
+ * ```tsx
77
+ * <Pricing
78
+ * title="Simple, transparent pricing"
79
+ * description="Choose the plan that's right for you"
80
+ * plans={[
81
+ * {
82
+ * name: "Starter",
83
+ * price: "$9",
84
+ * period: "per month",
85
+ * features: ["5 projects", "Basic support"],
86
+ * action: <Button>Get Started</Button>
87
+ * },
88
+ * {
89
+ * name: "Pro",
90
+ * price: "$29",
91
+ * period: "per month",
92
+ * features: ["Unlimited projects", "Priority support"],
93
+ * action: <Button>Get Started</Button>,
94
+ * popular: true
95
+ * }
96
+ * ]}
97
+ * />
98
+ * ```
99
+ */
100
+ export interface PricingProps extends Omit<HTMLAttributes<HTMLElement>, 'title'> {
101
+ /**
102
+ * Optional eyebrow/badge above title
103
+ */
104
+ eyebrow?: ReactNode;
105
+ /**
106
+ * Section title
107
+ */
108
+ title?: ReactNode;
109
+ /**
110
+ * Section description
111
+ */
112
+ description?: ReactNode;
113
+ /**
114
+ * Array of pricing plans
115
+ */
116
+ plans: PricingPlan[];
117
+ /**
118
+ * Number of grid columns
119
+ * @default 3
120
+ */
121
+ columns?: PricingColumns;
122
+ /**
123
+ * Background style
124
+ * @default 'subtle'
125
+ */
126
+ background?: 'base' | 'subtle' | 'none';
127
+ /**
128
+ * Center the header text
129
+ * @default true
130
+ */
131
+ centered?: boolean;
132
+ }
133
+ //# sourceMappingURL=Pricing.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Pricing.types.d.ts","sourceRoot":"","sources":["../../../src/sections/Pricing/Pricing.types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvD;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;AAEvC;;GAEG;AACH,MAAM,WAAW,cAAc;IAC7B;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED;;GAEG;AACH,MAAM,WAAW,WAAW;IAC1B;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,KAAK,EAAE,MAAM,GAAG,SAAS,CAAC;IAE1B;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,QAAQ,EAAE,CAAC,MAAM,GAAG,cAAc,CAAC,EAAE,CAAC;IAEtC;;OAEG;IACH,MAAM,CAAC,EAAE,SAAS,CAAC;IAEnB;;;OAGG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB;;OAEG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;CACnB;AAED;;GAEG;AACH,MAAM,WAAW,gBAAiB,SAAQ,cAAc,CAAC,cAAc,CAAC;IACtE;;OAEG;IACH,IAAI,EAAE,WAAW,CAAC;CACnB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,MAAM,WAAW,YAAa,SAAQ,IAAI,CAAC,cAAc,CAAC,WAAW,CAAC,EAAE,OAAO,CAAC;IAC9E;;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,WAAW,EAAE,CAAC;IAErB;;;OAGG;IACH,OAAO,CAAC,EAAE,cAAc,CAAC;IAEzB;;;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
+ * PricingCard Component
3
+ *
4
+ * Internal component for rendering individual pricing cards.
5
+ */
6
+ import type { PricingCardProps } from './Pricing.types';
7
+ export declare const PricingCard: {
8
+ ({ plan, className }: PricingCardProps): import("react/jsx-runtime").JSX.Element;
9
+ displayName: string;
10
+ };
11
+ //# sourceMappingURL=PricingCard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PricingCard.d.ts","sourceRoot":"","sources":["../../../src/sections/Pricing/PricingCard.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,gBAAgB,EAAkB,MAAM,iBAAiB,CAAC;AAKxE,eAAO,MAAM,WAAW;0BAAyB,gBAAgB;;CAoEhE,CAAC"}
@@ -0,0 +1,7 @@
1
+ /**
2
+ * Pricing Component Exports
3
+ */
4
+ export { Pricing } from './Pricing';
5
+ export { PricingCard } from './PricingCard';
6
+ export type { PricingProps, PricingPlan, PricingFeature, PricingCardProps, PricingColumns, } from './Pricing.types';
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/sections/Pricing/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,YAAY,EACV,YAAY,EACZ,WAAW,EACX,cAAc,EACd,gBAAgB,EAChB,cAAc,GACf,MAAM,iBAAiB,CAAC"}
@@ -0,0 +1,19 @@
1
+ /**
2
+ * Section Component
3
+ *
4
+ * A semantic section wrapper that provides consistent vertical spacing and backgrounds.
5
+ * Part of the Orion Sections library for building complete page layouts.
6
+ *
7
+ * @example
8
+ * ```tsx
9
+ * <Section spacing="lg" background="subtle">
10
+ * <Container>
11
+ * <h2>Section Title</h2>
12
+ * <p>Section content</p>
13
+ * </Container>
14
+ * </Section>
15
+ * ```
16
+ */
17
+ import type { SectionProps } from './Section.types';
18
+ export declare const Section: import("react").ForwardRefExoticComponent<SectionProps & import("react").RefAttributes<HTMLElement>>;
19
+ //# sourceMappingURL=Section.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Section.d.ts","sourceRoot":"","sources":["../../../src/sections/Section/Section.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AAGH,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAGpD,eAAO,MAAM,OAAO,sGAmCnB,CAAC"}
@@ -0,0 +1,68 @@
1
+ /**
2
+ * Section Component Types
3
+ *
4
+ * Type definitions for the Orion Section wrapper component.
5
+ */
6
+ import type { HTMLAttributes, ReactNode } from 'react';
7
+ /**
8
+ * Section spacing variants (vertical padding)
9
+ */
10
+ export type SectionSpacing = 'sm' | 'md' | 'lg' | 'xl' | 'none';
11
+ /**
12
+ * Section background variants
13
+ */
14
+ export type SectionBackground = 'base' | 'subtle' | 'sunken' | 'brand' | 'none';
15
+ /**
16
+ * Section component props
17
+ *
18
+ * @example
19
+ * ```tsx
20
+ * <Section spacing="lg" background="subtle">
21
+ * <Container>
22
+ * <Content />
23
+ * </Container>
24
+ * </Section>
25
+ * ```
26
+ */
27
+ export interface SectionProps extends HTMLAttributes<HTMLElement> {
28
+ /**
29
+ * HTML element to render
30
+ * @default 'section'
31
+ */
32
+ as?: 'section' | 'div' | 'article' | 'aside' | 'header' | 'footer';
33
+ /**
34
+ * Vertical spacing (padding)
35
+ * - none: 0
36
+ * - sm: spacing-8 (32px)
37
+ * - md: spacing-16 (64px)
38
+ * - lg: spacing-24 (96px)
39
+ * - xl: spacing-32 (128px)
40
+ * @default 'lg'
41
+ */
42
+ spacing?: SectionSpacing;
43
+ /**
44
+ * Background style
45
+ * - base: surface-base (main background)
46
+ * - subtle: surface-subtle (gray background)
47
+ * - sunken: surface-sunken (recessed)
48
+ * - brand: interactive-primary (brand color)
49
+ * - none: transparent
50
+ * @default 'none'
51
+ */
52
+ background?: SectionBackground;
53
+ /**
54
+ * Add top border
55
+ * @default false
56
+ */
57
+ borderTop?: boolean;
58
+ /**
59
+ * Add bottom border
60
+ * @default false
61
+ */
62
+ borderBottom?: boolean;
63
+ /**
64
+ * Section content
65
+ */
66
+ children?: ReactNode;
67
+ }
68
+ //# sourceMappingURL=Section.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Section.types.d.ts","sourceRoot":"","sources":["../../../src/sections/Section/Section.types.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvD;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,CAAC;AAEhE;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG,MAAM,GAAG,QAAQ,GAAG,QAAQ,GAAG,OAAO,GAAG,MAAM,CAAC;AAEhF;;;;;;;;;;;GAWG;AACH,MAAM,WAAW,YAAa,SAAQ,cAAc,CAAC,WAAW,CAAC;IAC/D;;;OAGG;IACH,EAAE,CAAC,EAAE,SAAS,GAAG,KAAK,GAAG,SAAS,GAAG,OAAO,GAAG,QAAQ,GAAG,QAAQ,CAAC;IAEnE;;;;;;;;OAQG;IACH,OAAO,CAAC,EAAE,cAAc,CAAC;IAEzB;;;;;;;;OAQG;IACH,UAAU,CAAC,EAAE,iBAAiB,CAAC;IAE/B;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;;OAGG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB"}
@@ -0,0 +1,6 @@
1
+ /**
2
+ * Section Component Exports
3
+ */
4
+ export { Section } from './Section';
5
+ export type { SectionProps, SectionSpacing, SectionBackground } from './Section.types';
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/sections/Section/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,YAAY,EAAE,YAAY,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC"}
@@ -0,0 +1,12 @@
1
+ /**
2
+ * SocialProof Section Component
3
+ *
4
+ * A section combining logos, testimonials, and stats for social proof.
5
+ */
6
+ import React from 'react';
7
+ import type { SocialProofProps } from './SocialProof.types';
8
+ /**
9
+ * SocialProof section for displaying trust indicators
10
+ */
11
+ export declare const SocialProof: React.FC<SocialProofProps>;
12
+ //# sourceMappingURL=SocialProof.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SocialProof.d.ts","sourceRoot":"","sources":["../../../src/sections/SocialProof/SocialProof.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAoB5D;;GAEG;AACH,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CA0IlD,CAAC"}